The wp polyfields migrate-bea-options command migrates values from ACF Options for Polylang into PolyFields deterministic stores.
Usage
wp polyfields migrate-bea-options
Flags
Pass --overwrite to replace existing values in the new stores:
wp polyfields migrate-bea-options --overwrite
Behavior notes
- By default, migration only fills empty values and does not overwrite current PolyFields content.
- The migrator does not delete source option rows. Remove or archive those rows separately if needed after verifying migrated values.
See Migration from ACF Options for Polylang for source data format and migration behavior.