screen_options_show_screen WordPress Filter Hook
If you're looking to add a little extra control over your screen options in WordPress, the screen_options_show_screen hook is for you. This hook allows you to programmatically hide or show certain screen options on a per-user basis. Whether you're looking to give your power users a little extra control or wanting to declutter the interface for your less experienced users, this hook is a handy tool to have in your toolbox.
apply_filters( 'screen_options_show_screen', bool $show_screen , WP_Screen $screen ) #
Filters whether to show the Screen Options tab.
Parameters
Source
Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |