auto_plugin_update_send_email

最后更新于:2021-11-25 21:19:00

apply_filters( ‘auto_plugin_update_send_email’, bool $enabled, array $update_results )

Filters whether to send an email following an automatic background plugin update.

参数

$enabled

(bool)
True if plugin update notifications are enabled, false otherwise.

$update_results

(array)
The results of plugins update tasks.

源文件

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

View on Trac