apply_filters( 'automatic_updates_send_debug_email', bool $development_version )

Filters whether to send a debugging email for each automatic background update.


Description Description


Parameters Parameters

$development_version

(bool) By default, emails are sent if the install is a development version. Return false to avoid the email.


Top ↑

Source Source

File: wp-admin/includes/class-wp-automatic-updater.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.7.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.