Filter hook 'filter_block_editor_meta_boxes'

in WP Core File wp-admin/includes/post.php at line 2366

Description

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.

Occurrences

Filename Line Number
wp-admin/includes/post.php 2366

Parameters

Type Name Description
array $wp_meta_boxes Global meta box state.

PHP Doc

/**
	 * 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.
	 */