On this page
apply_filters( 'automatic_updates_send_debug_email', bool $development_version )
Filters whether to send a debugging email for each automatic background update.
Parameters
$development_versionbool-
By default, emails are sent if the install is a development version.
Return false to avoid the email.
Source
File: wp-admin/includes/class-wp-automatic-updater.php. View all references
if ( apply_filters( 'automatic_updates_send_debug_email', $development_version ) ) {
Related
Used By
| Used By | Description |
|---|---|
| WP_Automatic_Updater::run() wp-admin/includes/class-wp-automatic-updater.php | Kicks off the background update process, looping through all pending updates. |
Changelog
| Version | Description |
|---|---|
| 3.7.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/automatic_updates_send_debug_email