13 May 26

- Tagged in "Guides" -

Block Bindings

Block bindings allow you to connect WordPress block attributes to ACF field values. Instead of hardcoding content in a Heading, Paragraph, Image, or Button block, you can bind the block’s content to an ACF field. When the field value changes, the bound block content updates automatically. ACF 6.8.1 introduces full support for WordPress’s Block Bindings […]

Continue Reading

13 May 26

Using the ACF Datastore

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

30 Mar 26

Schema.org Qualified Properties

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

30 Mar 26

Ability: acf/create-field-group

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

30 Mar 26

Ability: acf/custom-post-types

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

30 Mar 26

Ability: acf/custom-taxonomies

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

30 Mar 26

Ability: acf/field-groups

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

30 Mar 26

Structured Data for ACF Blocks

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

30 Mar 26

Schema.org Property Mapping

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