apply_filters( 'screen_options_show_screen', bool $show_screen , WP_Screen $this )
Filters whether to show the Screen Options tab.
Parameters
- $show_screen
-
Whether to show Screen Options tab. Default true.
- $this
-
Current WP_Screen instance.
Source
Changelog
Version | Description |
---|---|
WP-3.2.0 | Introduced. |