acf/add_meta_boxes

acf/add_meta_boxes

Hook Type: action

See hook in core

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

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

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