Filters whether themes auto-update is enabled.
Parameters
$enabledbool- 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. |
Filters whether themes auto-update is enabled.
$enabledboolreturn apply_filters( 'themes_auto_update_enabled', $enabled );
| Version | Description |
|---|---|
| 5.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.