WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about default_hidden_meta_boxes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/screen.php apply_filters 181 /**
* Filters the default list of hidden meta boxes.
*
* @since 3.1.0
*
* @param string[] $hidden An array of IDs of meta boxes hidden by default.
* @param WP_Screen $screen WP_Screen object of the current screen.
*/

Hook Parameters

Parameter Type Name Description
string[] $hidden An array of IDs of meta boxes hidden by default.
WP_Screen $screen WP_Screen object of the current screen.