wpseek.com
WordPress开发者和主题制作者的搜索引擎



screen_options_show_screen › WordPress过滤钩子

Since3.2.0
已弃用n/a
apply_filters( 'screen_options_show_screen', $show_screen, $this )
参数: (2)
  • (bool) $show_screen Whether to show Screen Options tab. Default true.
    Required: Yes
  • (WP_Screen) $screen Current WP_Screen instance.
    Required: Yes
定义在:
文档:

Filters whether to show the Screen Options tab.





源码

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