wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



screen_options_show_screen › WordPress Filter Hooks

Da3.2.0
Deprecaton/a
apply_filters( 'screen_options_show_screen', $show_screen, $this )
Parametri: (2)
  • (bool) $show_screen Whether to show Screen Options tab. Default true.
    Richiesto:
  • (WP_Screen) $screen Current WP_Screen instance.
    Richiesto:
Definito a:
Codex:

Filters whether to show the Screen Options tab.





Sorgenti

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