WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about auto_theme_update_send_email

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-automatic-updater.php apply_filters 959 /**
* Filters whether to send an email following an automatic background theme update.
*
* @since 5.5.0
* @since 5.5.1 Added the `$update_results` parameter.
*
* @param bool $enabled True if theme update notifications are enabled, false otherwise.
* @param array $update_results The results of theme update tasks.
*/

Hook Parameters

Parameter Type Name Description
bool $enabled True if theme update notifications are enabled, false otherwise.
array $update_results The results of theme update tasks.