themes_auto_update_enabled

过滤钩子
apply_filters( 'themes_auto_update_enabled', $enabled )

themes_auto_update_enabled是一个WordPress过滤器钩子,允许开发者改变自动主题更新功能的默认行为。默认情况下,这个功能是启用的,当有新版本时,会自动更新主题。

过滤是否启用了主题自动更新功能。

return apply_filters( 'themes_auto_update_enabled', $enabled );

常见问题

FAQs
查看更多 >