The ACF datastore is an opt-in feature that integrates ACF fields with Gutenberg’s native wp.data store. When enabled, ACF field values are saved through WordPress’s REST API instead of the legacy metabox AJAX request, enabling ... Continue Reading
Use dot notation to map fields to nested Schema.org objects. Description Some Schema.org properties expect nested objects rather than simple values. Qualified properties use dot notation to specify both the object type and property within t... Continue Reading
Creates a new ACF field group with fields and location rules. Description Creates a new field group in ACF with the specified title, fields, and location rules. The field group is automatically enabled for AI access. Input { "title": "Produ... Continue Reading
Lists all ACF-registered custom post types. Description Returns an array of custom post types that were created using ACF’s post type registration feature. Includes post types that have AI access enabled. Input This ability accepts no... Continue Reading
Lists all ACF-registered custom taxonomies. Description Returns an array of taxonomies that were created using ACF’s taxonomy registration feature. Includes taxonomies that have AI access enabled. Input This ability accepts no input p... Continue Reading
Lists all ACF field groups that allow AI access. Description Returns an array of field groups that have AI access enabled. Each field group includes its full configuration, fields, and location rules. Input This ability accepts no input par... Continue Reading
Output Schema.org structured data from ACF Block fields. Description ACF Blocks can automatically output JSON-LD structured data for their field values. This enables rich snippets and AI discoverability for block-based content. Requirements... Continue Reading
Map ACF fields to Schema.org properties for structured data output. Description Each ACF field can be mapped to a Schema.org property. This mapping determines how the field value appears in the JSON-LD output. Properties are filtered based ... Continue Reading