wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



screen_options_show_screen › Les Filtres WordPress

Depuis3.2.0
Dépréciéen/a
apply_filters( 'screen_options_show_screen', $show_screen, $this )
Paramètres: (2)
  • (bool) $show_screen Whether to show Screen Options tab. Default true.
    Requis: Oui
  • (WP_Screen) $screen Current WP_Screen instance.
    Requis: Oui
Défini(e) dans:
Codex:

Filters whether to show the Screen Options tab.





Source

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