hidden_meta_boxes WordPress Filter Hook
The hidden_meta_boxes hook is a action hook that is called when a metabox is hidden.
apply_filters( 'hidden_meta_boxes', string[] $hidden , WP_Screen $screen , bool $use_defaults ) #
Filters the list of hidden meta boxes.
Parameters
Source
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |