acf/add_meta_boxes
acf/add_meta_boxes
Appears in: advanced-custom-fields.6.2.6.1
Hook Type: action
Displaying hooks found in version: advanced-custom-fields.6.2.6.1do_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 ); } /** * edit_form_after_title * * Called after the title adn before the content editor.