auto_theme_update_send_email

最后更新于:2021-11-25 21:22:10

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

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

参数

$enabled

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

$update_results

(array)
The results of theme update tasks.

源文件

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

View on Trac