automatic_updates_send_debug_email

最后更新于:2021-11-25 21:08:29

apply_filters( ‘automatic_updates_send_debug_email’, bool $development_version )

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

参数

$development_version

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

源文件

文件: gc-admin/includes/class-gc-automatic-updater.php

View on Trac