Changeset 47836
- Timestamp:
- 05/20/2020 07:31:50 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r47835 r47836 1027 1027 * Filters the email sent following an automatic background plugin update. 1028 1028 * 1029 * @since 5.5.0 1030 * 1029 1031 * @param array $email { 1030 1032 * Array of email arguments that will be passed to wp_mail(). … … 1042 1044 */ 1043 1045 $email = apply_filters( 'auto_plugin_theme_update_email', $email, $type, $successful_updates, $failed_updates ); 1046 1044 1047 wp_mail( $email['to'], wp_specialchars_decode( $email['subject'] ), $email['body'], $email['headers'] ); 1045 1048 }
Note: See TracChangeset
for help on using the changeset viewer.