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



all_plugins › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'all_plugins', get_plugins()
Parameters:
  • (array) $all_plugins An array of plugins to display in the list table.
    Required: Yes
Defined at:
Codex:

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





Source

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