apply_filters( 'screen_options_show_screen', bool $show_screen, WP_Screen $this )

Filters whether to show the Screen Options tab.


Parameters

$show_screen

(bool) Whether to show Screen Options tab. Default true.

$this

(WP_Screen) Current WP_Screen instance.


Source

File: wp-admin/includes/class-wp-screen.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.2.0 Introduced.