acf/add_meta_boxes

acf/add_meta_boxes

Hook Type: action

See hook in core

Displaying hooks found in version: advanced-custom-fields.6.0.2

do_action('acf/add_meta_boxes') is found 1 times:

  • /includes/forms/form-post.php line 166
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
        *  @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.