Description
Filters whether to send a debugging email for each automatic background update.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-automatic-updater.php | 766 |
Parameters
Type | Name | Description |
---|---|---|
bool | $development_version | By default, emails are sent if the install is a development version. Return false to avoid the email. |
PHP Doc
/**
* Filters whether to send a debugging email for each automatic background update.
*
* @since 3.7.0
*
* @param bool $development_version By default, emails are sent if the
* install is a development version.
* Return false to avoid the email.
*/