acf/schema/post_field_objects
acf/schema/post_field_objects
Appears in: advanced-custom-fields.6.8.0
Hook Type: filter
Displaying hooks found in version: advanced-custom-fields.6.8.0apply_filters('acf/schema/post_field_objects') is found 1 times:
- /src/AI/GEO/Outputs/Posts.php line 124
* @param array|null $field_objects The field objects array, or null to use default behavior. * @param WP_Post $post The post object. * @param string $post_type The post type. */ $field_objects = apply_filters( 'acf/schema/post_field_objects', null, $post, $post_type ); /** * Filters the field objects for a specific post type. * * The dynamic portion of the hook name, `$post_type`, refers to the post type name. * For example, 'acf/schema/post_field_objects/post_type=product' for the product post type.