Description Used to change the newline character at the end of JSON files. Changelog Added in version 6.2. Parameters apply_filters( 'acf/json/eof_newline', $newline_character ); $newline_character (string) The current newline character, PH... Continue Reading
Description Used to disable the UI for registering options pages. Changelog Added in version 6.2. Example This example demonstrates how to disable the UI for registering options pages. Options pages can still be registered with PHP using th... Continue Reading
Description Filters the query $args used by WP_Query to display text for each user. Parameters apply_filters( 'acf/fields/user/query', $args, $field, $post_id ); $array (array) The query args. See WP_Query for available args. $field (array)... Continue Reading
Filter for determining if a new field group should render with a text field automatically.
Continue ReadingUsed to hide the ‘Browse Fields’ button to disable the field type selection modal.
Continue ReadingUsed to disable the custom post type and taxonomies feature.
Continue ReadingUsed to disable the field settings tabs in the field group editor.
Continue Reading