wpseek.com
A WordPress-centric search engine for devs and theme authors



screen_options_show_screen › WordPress Filter Hooks

Since3.2.0
Deprecatedn/a
apply_filters( 'screen_options_show_screen', $show_screen, $this )
Parameters: (2)
  • (bool) $show_screen Whether to show Screen Options tab. Default true.
    Required: Yes
  • (WP_Screen) $screen Current WP_Screen instance.
    Required: Yes
Defined at:
Codex:

Filters whether to show the Screen Options tab.





Source

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