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



all_plugins › WordPress过滤钩子

Since3.0.0
已弃用n/a
apply_filters( 'all_plugins', get_plugins()
参数:
  • (array) $all_plugins An array of plugins to display in the list table.
    Required: Yes
定义在:
文档:

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





源码

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