30 Mar 26

- Tagged in "Integrations" -

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": "Product Fields", "fields": [ { "label": "Price", "name": "price", "type": "number" } ], "location": [ [ […]

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

Ability: acf/create-custom-taxonomy

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

30 Mar 26

Ability: acf/create-custom-post-type

Creates a new custom post type in ACF. Description Creates a new custom post type using ACF’s post type registration system. The post type is registered with WordPress and optionally enabled for AI access. Input { "post_type": "produc... Continue Reading

30 Mar 26

Abilities API Integration

Enables AI tools and automation platforms to interact with ACF data through the WordPress Abilities API. Description ACF 6.8 introduces support for the WordPress Abilities API (introduced in WordPress 6.9). This integration exposes ACF̵... Continue Reading