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



all_plugins › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'all_plugins', get_plugins()
Parameter:
  • (array) $all_plugins An array of plugins to display in the list table.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the full array of plugins to list in the Plugins list table.





Quellcode

$all_plugins = apply_filters( 'all_plugins', get_plugins() );