acf/add_meta_boxes
acf/add_meta_boxes
Appears in: advanced-custom-fields.6.3.10.2
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.3.10.2do_action('acf/add_meta_boxes') is found 1 times:
- /includes/forms/form-post.php line 169
* @param string $post_type The post type. * @param WP_Post $post The post being edited. * @param array $field_groups The field groups added. */ do_action( 'acf/add_meta_boxes', $post_type, $post, $field_groups ); } /** * Called after the title and before the content editor to render the after title metaboxes. * Also renders the CSS required to hide the "hide-on-screen" elements on the page based on the field group settings. *