WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about filter_block_editor_meta_boxes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/post.php apply_filters 2230 /**
* Fires right before the meta boxes are rendered.
*
* This allows for the filtering of meta box data, that should already be
* present by this point. Do not use as a means of adding meta box data.
*
* @since 5.0.0
*
* @param array $wp_meta_boxes Global meta box state.
*/

Hook Parameters

Parameter Type Name Description
array $wp_meta_boxes Global meta box state.