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
Configure how ACF field values are formatted in JSON-LD output. Description When mapping a field to a Schema.org property, you can specify an output format. This determines how the raw field value is transformed for the JSON-LD output. Avai... Continue Reading
Creates a new custom taxonomy in ACF. Description Creates a new taxonomy using ACF’s taxonomy registration system. The taxonomy is registered with WordPress and optionally enabled for AI access. Input { "taxonomy": "product_category",... Continue Reading