default_hidden_meta_boxes WordPress Filter Hook
The default_hidden_meta_boxes hook is used to hide certain metaboxes on the post editing screen by default. The metaboxes that are hidden can be changed by the user in the Screen Options tab.
apply_filters( 'default_hidden_meta_boxes', string[] $hidden , WP_Screen $screen ) #
Filters the default list of hidden meta boxes.
Parameters
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |