WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about screen_options_show_screen

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-screen.php apply_filters 1034 /**
* Filters whether to show the Screen Options tab.
*
* @since 3.2.0
*
* @param bool $show_screen Whether to show Screen Options tab.
* Default true.
* @param WP_Screen $screen Current WP_Screen instance.
*/

Hook Parameters

Parameter Type Name Description
bool $show_screen Whether to show Screen Options tab.
WP_Screen $screen Current WP_Screen instance.