Filter hook 'auto_theme_update_send_email'

in WP Core File wp-admin/includes/class-wp-automatic-updater.php at line 1189

Description

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

Occurrences

Filename Line Number
wp-admin/includes/class-wp-automatic-updater.php 1189

Parameters

Type Name Description
bool $enabled True if theme update notifications are enabled, false otherwise.
array $update_results The results of theme update tasks.

PHP Doc

/**
			 * Filters whether to send an email following an automatic background theme update.
			 *
			 * @since 5.5.0
			 * @since 5.5.1 Added the `$update_results` parameter.
			 *
			 * @param bool  $enabled        True if theme update notifications are enabled, false otherwise.
			 * @param array $update_results The results of theme update tasks.
			 */