WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about hidden_meta_boxes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/screen.php apply_filters 194 /**
* Filters the list of hidden meta boxes.
*
* @since 3.3.0
*
* @param string[] $hidden An array of IDs of hidden meta boxes.
* @param WP_Screen $screen WP_Screen object of the current screen.
* @param bool $use_defaults Whether to show the default meta boxes.
* Default true.
*/

Hook Parameters

Parameter Type Name Description
string[] $hidden An array of IDs of hidden meta boxes.
WP_Screen $screen WP_Screen object of the current screen.
bool $use_defaults Whether to show the default meta boxes.