Export ACF JSON via WP-CLI
acf_export_jsonExport ACF field groups, post types, taxonomies, and options pages to JSON using WP-CLI.
Instructions
Run the whitelisted wp acf json export command. This does not execute arbitrary shell or PHP code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | ||
| stdout | No | ||
| postTypes | No | ||
| taxonomies | No | ||
| fieldGroups | No | ||
| optionsPages | No |