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



plugins_auto_update_enabled › WordPress过滤钩子

Since5.5.0
已弃用n/a
apply_filters( 'plugins_auto_update_enabled', $enabled )
参数:
  • (bool) $enabled True if plugins auto-update is enabled, false otherwise.
    Required: Yes
定义在:
文档:

Filters whether plugins auto-update is enabled.





源码

return apply_filters( 'plugins_auto_update_enabled', $enabled );