Filters the list of hidden meta boxes.
Parameters
Source
return apply_filters( 'hidden_meta_boxes', $hidden, $screen, $use_defaults );
Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |
CARVIEW |
Filters the list of hidden meta boxes.
return apply_filters( 'hidden_meta_boxes', $hidden, $screen, $use_defaults );
Used by | Description |
---|---|
get_hidden_meta_boxes()wp-admin/includes/screen.php | Gets an array of IDs of hidden meta boxes. |
Version | Description |
---|---|
3.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.