ACF’s Flexible Content fields allow you to create multiple groups of fields known as layouts. You can then use these to give content editors more control over how data is rendered. In this article, I’ll give you a complete use case and ... Continue Reading
ACF 6.0 introduces a new way of collecting translations from our contributors. For all the strings contained in the free version of ACF, these are now collected from translate.wordpress.org. Many of you have submitted translations for numer... Continue Reading
Learn how to access and update ACF data using the WordPress REST API.
Continue ReadingIntroduction ACF 5.10 introduced an important security feature, HTML escaping. First introduced as an experimental feature in ACF 5.9.6, it ensures that all HTML content rendered by ACF is passed through the WordPress wp_kses() function. By... Continue Reading
Learn how to add custom field types to the WordPress REST API.
Continue ReadingIntroduction Location rules are used to determine which field groups appear on which admin screen. They are defined when editing a Field Group and consist of a location type, a comparison operator, and a value. One example of a location rul... Continue Reading
Updates to ACF Field Functions in 5.11 In versions of ACF prior to 5.11, the ACF shortcode , along with the get_field() and the_field() functions, could also be used to retrieve WordPress options or post, user or term meta values which were... Continue Reading
Learn how to use ACF's JavaScript library including functions, actions and filters and models.
Continue Reading