filter_block_editor_meta_boxes

filter_block_editor_meta_boxes

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('filter_block_editor_meta_boxes') is found 1 times:

  • /wp-admin/includes/post.php line 2364
    2360
    2361
    2362
    2363
    2364
    2365
    2366
    2367
    2368
    2369
    2370
    * @since 5.0.0
     *
     * @param array $wp_meta_boxes Global meta box state.
     */
    $wp_meta_boxes = apply_filters( 'filter_block_editor_meta_boxes', $wp_meta_boxes );
    $locations     = array( 'side', 'normal', 'advanced' );
    $priorities    = array( 'high', 'sorted', 'core', 'default', 'low' );
     
    // Render meta boxes.
    ?>
    <form class="metabox-base-form">

See this hook used in plugins: