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.
Filter for determining if a new field group should render with a text field automatically.
Continue Reading