Description This filter allows developers to modify the array of field types that, when utilized within an ACF block’s inline toolbar, will trigger the expanded editor interface upon interaction. By default, Repeater and Flexible Cont... Continue Reading
Description This filter allows you to add fields to the top toolbar of a specific ACF Block, enabling direct editing from the block’s header in the editor. When a field is added to the toolbar, it appears as a button. Clicking this bu... Continue Reading
Description Used to opt all of your ACF Blocks into a specific version. Changelog Added in version 6.6 Example functions.php function my_custom_function_to_bump_the_block_version( $version, $block ) { return 3; // Use v3 } add_filter( 'acf/... Continue Reading
Allows you to limit the fields which can be output by the ACF Shortcode. Returning true from this filter will prevent the value being output by the shortcode.
Continue ReadingUsed to change the filename of files saved by the ACF local JSON feature.
Continue ReadingUsed to change the newline character at the end of JSON files.
Continue ReadingUsed to disable the UI for registering options pages.
Continue ReadingFilters the query $args used by WP_Query to display text for each user.