wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



screen_options_show_screen › WordPress Filter Hooks

Seit3.2.0
Veraltetn/v
apply_filters( 'screen_options_show_screen', $show_screen, $this )
Parameter: (2)
  • (bool) $show_screen Whether to show Screen Options tab. Default true.
    Erforderlich: Ja
  • (WP_Screen) $screen Current WP_Screen instance.
    Erforderlich: Ja
Definiert in:
Codex:

Filters whether to show the Screen Options tab.





Quellcode

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