auto_plugin_update_send_email, true, $update_results[plugin]
auto_plugin_update_send_email, true, $update_results[plugin]
Appears in: 7.0.3
Hook Type: filter
Displaying hooks found in version: 7.0.3apply_filters('auto_plugin_update_send_email, true, $update_results[plugin]') is found 1 times:
- /wp-admin/includes/class-wp-automatic-updater.php line 1177
* * @param bool $enabled True if plugin update notifications are enabled, false otherwise. * @param array $update_results The results of plugins update tasks. */ $notifications_enabled = apply_filters( 'auto_plugin_update_send_email', true, $update_results['plugin'] ); if ( $notifications_enabled ) { foreach ( $update_results['plugin'] as $update_result ) { if ( true === $update_result->result ) { $successful_updates['plugin'][] = $update_result; } else {