themes_auto_update_enabled, $enabled
themes_auto_update_enabled, $enabled
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('themes_auto_update_enabled, $enabled') is found 1 times:
- /wp-admin/includes/update.php line 1070
* @since 5.5.0 * * @param bool $enabled True if themes auto-update is enabled, false otherwise. */ return apply_filters( 'themes_auto_update_enabled', $enabled ); } return false; } /**