|
acf/admin/license_key_constant_message
|
Used to modify the admin screen message when a license key is defined in code. |
|
acf/ajax/shortcode_capability
|
Used to modify the capability required to access ACF data via the ACF shortcode over AJAX requests. |
|
acf/blocks/default_block_version
|
|
|
acf/blocks/default_expanded_editor_button_text
|
Customize the default "Open in Expanded Editor" button text for all V3 blocks. |
|
acf/blocks/fields_needing_wide_popover
|
|
|
acf/blocks/fields_to_open_in_expanded_editor
|
|
|
acf/blocks/top_toolbar_fields
|
|
|
acf/compatibility
|
Used to enable backwards compatibility support. |
|
acf/field_group/auto_add_first_field
|
Filter for determining if a new field group should render with a text field automatically. |
|
acf/field_group/disable_field_settings_tabs
|
Used to disable the field settings tabs in the field group editor. |
|
acf/field_group/enable_field_browser
|
Used to hide the ‘Browse Fields’ button to disable the field type selection modal. |
|
acf/fields/flexible_content/layout_title
|
Filters the $title HTML for each Flexible Content layout. |
|
acf/fields/google_map/api
|
Filters the url parameters used to load the Google Maps JS API. |
|
acf/fields/post_object/query
|
Filters the $args used to query posts in the Post Object field. |
|
acf/fields/post_object/result
|
Filters the text displayed for each post in the Post Object field. |
|
acf/fields/relationship/query
|
Filters the $args used to query posts in the Relationship field. |
|
acf/fields/relationship/result
|
Filters the text displayed for each post in the Relationship field. |
|
acf/fields/taxonomy/query
|
Filters the $args used to query terms in the Taxonomy field (dropdown). |
|
acf/fields/taxonomy/result
|
Filters the text displayed for each term in the Taxonomy field. |
|
acf/fields/taxonomy/wp_list_categories
|
Filters the $args used to query terms in the Taxonomy field (list). |
|
acf/fields/user/query
|
Filters the query `$args` used by `WP_Query` to display text for each user. |
|
acf/fields/user/result
|
Filters the text displayed for each user. |
|
acf/format_value
|
Filters the field $value after being loaded by a template function such as get_field(). |
|
acf/json/eof_newline
|
Used to change the newline character at the end of JSON files. |
|
acf/json/save_file_name
|
Used to change the filename of files saved by the ACF local JSON feature.
|
|
acf/load_field
|
Filters the $field settings after being loaded. |
|
acf/load_value
|
Filters the field $value after being loaded. |
|
acf/pre_save_post
|
Customize the $post_id used to save data during the acf_form_head() function. |
|
acf/prepare_field
|
Filters the $field settings in preparation for render. |
|
acf/register_block_type_args
|
Filters the arguments for registering a block type. |
|
acf/schema/auto_add_author
|
Control whether to automatically add author information to JSON-LD output. |
|
acf/schema/auto_add_image
|
|
|
acf/schema/block_field_objects
|
Filter field objects before processing for a block. |
|
acf/schema/block_field_objects/block_name={block_name}
|
Filter field objects for a specific block type. |
|
acf/schema/block_jsonld_enabled
|
Enable or disable JSON-LD output for specific blocks. |
|
acf/schema/data
|
Filter the final JSON-LD data before output. |
|
acf/schema/debug
|
Enable debug HTML comments showing JSON-LD processing steps. |
|
acf/schema/disable_output
|
Disable JSON-LD output for a specific data set. |
|
acf/schema/enabled_post_types
|
Filter the list of post types that have JSON-LD output enabled. |
|
acf/schema/format_value
|
Filter a field value after default formatting is applied. |
|
acf/schema/format_value/name={field_name}
|
Filter formatted values for a specific field name. |
|
acf/schema/format_value/pre
|
Filter a field value before default formatting is applied. |
|
acf/schema/format_value/pre/name={field_name}
|
Pre-filter values for a specific field name before default formatting. |
|
acf/schema/format_value/pre/type={field_type}
|
Pre-filter values for a specific field type before default formatting. |
|
acf/schema/format_value/type={field_type}
|
Filter formatted values for a specific field type. |
|
acf/schema/output_format_choices
|
Filter available output format choices for a field type and property combination. |
|
acf/schema/post_field_objects
|
Filter field objects before processing for a post. |
|
acf/schema/post_field_objects/post_type={post_type}
|
Filter field objects for a specific post type. |
|
acf/schema/render_script
|
Action hook fired before the JSON-LD script tag is rendered. |
|
acf/schema/schema_priority_types
|
Filter which Schema.org types appear first in dropdowns. |
|
acf/schema/schema_properties
|
Filter available Schema.org properties for a field type. |
|
acf/schema/schema_types
|
Filter available Schema.org types in admin dropdowns. |
|
acf/settings
|
Filters settings used throughout the plugin |
|
acf/settings/enable_options_pages_ui
|
Used to disable the UI for registering options pages. |
|
acf/settings/enable_post_types
|
Used to disable the custom post type and taxonomies feature. |
|
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. |
|
acf/update_field
|
Filters the $field settings before being saved. |
|
acf/update_value
|
Filters the field $value before being saved. |
|
acf/upload_prefilter
|
Used to perform validation on an attachment before it is uploaded. |
|
acf/validate_attachment
|
Used to perform validation on an attachment before it is uploaded or selected. |
|
acf/validate_value
|
Used to perform validation on the field's $value before being saved. |
|
blocks/expanded_editor_overlay_class
|
Customize the CSS class on the Expanded Editor modal overlay. |