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



install_plugins_tabs › WordPress过滤钩子

Since2.7.0
已弃用n/a
apply_filters( 'install_plugins_tabs', $tabs )
参数:
  • (string[]) $tabs The tabs shown on the Add Plugins screen. Defaults include 'featured', 'popular', 'recommended', 'favorites', and 'upload'.
    Required: Yes
定义在:
文档:

Filters the tabs shown on the Add Plugins screen.





源码

$tabs = apply_filters( 'install_plugins_tabs', $tabs );