WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about themes_auto_update_enabled

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/update.php apply_filters 1069 /**
* Filters whether themes auto-update is enabled.
*
* @since 5.5.0
*
* @param bool $enabled True if themes auto-update is enabled, false otherwise.
*/

Hook Parameters

Parameter Type Name Description
bool $enabled True if themes auto-update is enabled, false otherwise.