themes_auto_update_enabled WordPress Filter Hook
The themes_auto_update_enabled hook is used to set whether or not automatic updates are enabled for WordPress themes. This hook is called by the update_option function.
apply_filters( 'themes_auto_update_enabled', bool $enabled ) #
Filters whether themes auto-update is enabled.
Parameters
- $enabled
(bool)True if themes auto-update is enabled, false otherwise.
Source
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |