Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-admin/includes/class-wp-automatic-updater.php | apply_filters | 542 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
bool | $development_version | By default, emails are sent if the |