30 Mar 26

- Tagged in "Guides" / Page 2 -

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": "product", "label": "Product", "plural_label": "Products" } Required Properties post_type (string) The post type key/slug. Must be lowercase alphanumeric […]

Continue Reading

30 Mar 26

Automatic Structured Data with Schema.org

Automatically output Schema.org structured data for ACF fields as JSON-LD in the page head. Description ACF 6.8 introduces JSON-LD structured data output for ACF fields. This feature maps ACF field values to Schema.org properties, enabling ... 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

27 Jan 26

ACF PRO 6.8 Beta 2 – Schema.org JSON-LD Testing Guide

Prerequisites Active ACF PRO license WordPress 6.0+ PHP 7.4+ Existing ACF field groups on a post type Step-by-Step Setup Download Beta Download ACF PRO 6.8 Beta 2 from ACF Downloads Install on a staging/test site Enable Feature Add to theme... Continue Reading

20 Nov 25

Testing Pre-Release Versions of ACF PRO

Participating in the ACF PRO pre-release program is a great way to test new features before the official launch and help our team gather valuable feedback. This guide outlines how to install a pre-release version (such as a Beta or Release ... Continue Reading

21 Jan 25

Troubleshooting Validation Security Nonce Errors

With ACF 6.3.12 and above, there are two potential errors that can appear if ACF is unable to verify the security nonce while validating your fields. ACF was unable to perform validation because the provided nonce failed verification. This ... Continue Reading

9 Oct 24

ACF Security Principles

Introduction Advanced Custom Fields is a plugin for WordPress that allows you to easily store custom data attached to WordPress data types, such as posts, pages, users, taxonomies, etc. This additional data is stored in the database in eith... Continue Reading

31 Jul 24

Improving ACF Performance

Overview Clients, editors, and end users all expect the WordPress sites you build with ACF to deliver a fast and frictionless experience. In this guide, we explore several strategies to ensure ACF delivers optimal performance, including lev... Continue Reading

23 Nov 23

How to Include ACF PRO in a Plugin or Theme

To include ACF PRO within your plugin or theme, first make sure you are following the rules and conditions, and then download the appropriate ACF plugin files and copy them into your plugin or theme. We recommend using the folder includes/a... Continue Reading