wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



install_plugins_tabs › WordPress Filter Hooks

Seit2.7.0
Veraltetn/v
apply_filters( 'install_plugins_tabs', $tabs )
Parameter:
  • (string[]) $tabs The tabs shown on the Add Plugins screen. Defaults include 'featured', 'popular', 'recommended', 'favorites', and 'upload'.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the tabs shown on the Add Plugins screen.





Quellcode

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