3 Dec 25

- Tagged in "Filters" / Page 4 -

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 button opens a popover containing the field’s input, allowing for a more streamlined […]

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

27 Jun 23

acf/field_group/auto_add_first_field

Filter for determining if a new field group should render with a text field automatically.

Continue Reading

9 May 23

acf/fields/user/result

Filters the text displayed for each user.

Continue Reading