On this page
apply_filters( 'screen_options_show_screen', bool $show_screen, WP_Screen $screen )
Filters whether to show the Screen Options tab.
Parameters
Source
File: wp-admin/includes/class-wp-screen.php. View all references
$this->_show_screen_options = apply_filters( 'screen_options_show_screen', $show_screen, $this );
Related
Used By
| Used By | Description |
|---|---|
| WP_Screen::show_screen_options() wp-admin/includes/class-wp-screen.php |
Changelog
| Version | Description |
|---|---|
| 3.2.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/screen_options_show_screen