30 Mar 26

- Tagged in "CLI" -

wp acf json import

Imports field groups, post types, taxonomies, and options pages from a JSON file. Description Reads an ACF export JSON file and imports the items into the database, replicating the functionality of the import UI in the WordPress admin. If an item with the same key already exists, it will be updated. Options wp acf json […]

Continue Reading

30 Mar 26

wp acf json export

Exports field groups, post types, taxonomies, and options pages to a JSON file. Description Exports ACF items to a JSON file, replicating the functionality of the export tool in the WordPress admin. You can export all items or filter by spe... Continue Reading

30 Mar 26

wp acf json status

Shows the sync status for ACF item types (field groups, post types, taxonomies, options pages). Description Displays how many items are pending sync. Items are considered “pending” when the JSON file is newer than the database e... Continue Reading

30 Mar 26

wp acf json sync

Syncs local JSON changes to the database. Description Imports pending JSON changes for ACF item types (field groups, post types, taxonomies, options pages). This command reads JSON files from your theme/plugin acf-json directory and creates... Continue Reading

30 Mar 26

wp acf json

Manages ACF JSON import, export, and synchronization for item types (field groups, post types, taxonomies, options pages). Description The wp acf json command provides CLI access to ACF’s Local JSON functionality, enabling automated w... Continue Reading

30 Mar 26

WP-CLI Commands

All available WP-CLI commands for ACF and ACF PRO, with links to documentation for usage and subcommands. Commands Command Subcommand Description wp acf json Manages ACF JSON import, export, and synchronization status Shows the sync status ... Continue Reading