wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



screen_options_show_screen › Filtr WordPress Hooks

Od3.2.0
Przestarzałyn/a
apply_filters( 'screen_options_show_screen', $show_screen, $this )
Parametry: (2)
  • (bool) $show_screen Whether to show Screen Options tab. Default true.
    Wymagane: Tak
  • (WP_Screen) $screen Current WP_Screen instance.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters whether to show the Screen Options tab.





Źródło

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