WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about auto_plugin_update_send_email

Back to home

Files

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

Hook Parameters

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