apply_filters( ‘screen_options_show_screen’, bool $show_screen, WP_Screen $screen )

In this article

Filters whether to show the Screen Options tab.

Parameters

$show_screenbool
Whether to show Screen Options tab.
Default true.
$screenWP_Screen
Current WP_Screen instance.

Source

$this->_show_screen_options = apply_filters( 'screen_options_show_screen', $show_screen, $this );

Changelog

VersionDescription
3.2.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.