apply_filters( 'automatic_updates_send_debug_email', bool $development_version )
Filters whether to send a debugging email for each automatic background update.
Parameters
- $development_version
-
By default, emails are sent if the install is a development version.<br> Return false to avoid the email.
Source
Changelog
Version | Description |
---|---|
3.7.0 | Introduced. |