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



themes_auto_update_enabled › WordPress Filter Hooks

Since5.5.0
Deprecatedn/a
apply_filters( 'themes_auto_update_enabled', $enabled )
Parameters:
  • (bool) $enabled True if themes auto-update is enabled, false otherwise.
    Required: Yes
Defined at:
Codex:

Filters whether themes auto-update is enabled.





Source

return apply_filters( 'themes_auto_update_enabled', $enabled );