3 Dec 25

- Tagged in "Filters" -

acf/blocks/fields_needing_wide_popover

Description This filter allows developers to modify the list of ACF field types that will receive a wider popover when used within an ACF Block with toolbar inline editing. This is particularly useful for fields with more complex user interfaces that require additional horizontal space. By default, the gallery, relationship, wysiwyg, and google_map fields are […]

Continue Reading

3 Dec 25

acf/blocks/fields_to_open_in_expanded_editor

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

3 Dec 25

acf/blocks/top_toolbar_fields

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

2 Dec 25

acf/blocks/default_block_version

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

27 Feb 24

acf/shortcode/prevent_access

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 Reading

9 Aug 23

acf/json/save_file_name

Used to change the filename of files saved by the ACF local JSON feature.

Continue Reading

9 Aug 23

acf/json/eof_newline

Used to change the newline character at the end of JSON files.

Continue Reading

9 Aug 23

acf/settings/enable_options_pages_ui

Used to disable the UI for registering options pages.

Continue Reading

14 Jul 23

acf/fields/user/query

Filters the query $args used by WP_Query to display text for each user.

Continue Reading