apply_filters( 'default_hidden_meta_boxes', string[] $hidden , WP_Screen $screen )
Filters the default list of hidden meta boxes.
Parameters
Source
File: wp-admin/includes/screen.php
.
View all references
$hidden = apply_filters( 'default_hidden_meta_boxes', $hidden, $screen );
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.
This filter is used to hide metabox by default, an admin user can then select the ‘Screen Options’ tab in the top right hand corner of the post edit screen and they will see the designated ‘hidden’ metaboxes checked in the list of options,