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



themes_auto_update_enabled › WordPress过滤钩子

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

Filters whether themes auto-update is enabled.





源码

return apply_filters( 'themes_auto_update_enabled', $enabled );