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



install_themes_nonmenu_tabs › WordPress过滤钩子

Since2.8.0
已弃用n/a
apply_filters( 'install_themes_nonmenu_tabs', $nonmenu_tabs )
参数:
  • (string[]) $nonmenu_tabs The tabs that don't have a menu item on the Install Themes screen.
    Required: Yes
定义在:
文档:

Filters tabs not associated with a menu item on the Install Themes screen.





源码

$nonmenu_tabs = apply_filters( 'install_themes_nonmenu_tabs', $nonmenu_tabs );