W3cubDocs

/WordPress

apply_filters( 'hidden_meta_boxes', string[] $hidden, WP_Screen $screen, bool $use_defaults )

Filters the list of hidden meta boxes.

Parameters

$hidden

(string[]) An array of IDs of hidden meta boxes.

$screen

(WP_Screen) WP_Screen object of the current screen.

$use_defaults

(bool) Whether to show the default meta boxes. Default true.

Source

File: wp-admin/includes/screen.php

View on Trac

Changelog

Version Description
3.3.0 Introduced.

© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/hidden_meta_boxes