Filters whether themes auto-update is enabled.
Parameters
$enabled
bool- True if themes auto-update is enabled, false otherwise.
Source
return apply_filters( 'themes_auto_update_enabled', $enabled );
Changelog
Version | Description |
---|---|
5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.