wpseek.com
A WordPress-centric search engine for devs and theme authors



install_plugins_tabs › WordPress Filter Hooks

Since2.7.0
Deprecatedn/a
apply_filters( 'install_plugins_tabs', $tabs )
Parameters:
  • (string[]) $tabs The tabs shown on the Add Plugins screen. Defaults include 'featured', 'popular', 'recommended', 'favorites', and 'upload'.
    Required: Yes
Defined at:
Codex:

Filters the tabs shown on the Add Plugins screen.





Source

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