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.5.2

apply_filters('filter_block_editor_meta_boxes') is found 1 times:

  • /wp-admin/includes/post.php line 2364
    	 * @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: