Filter hook 'screen_options_show_screen'

in WP Core File wp-admin/includes/class-wp-screen.php at line 1034

Description

Filters whether to show the Screen Options tab.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-screen.php 1034

Parameters

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

PHP Doc

/**
		 * 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.
		 */