diff --git a/src/wp-mail.php b/src/wp-mail.php index 3f39de4264fe5..1769592286371 100644 --- a/src/wp-mail.php +++ b/src/wp-mail.php @@ -36,6 +36,7 @@ define( 'WP_MAIL_INTERVAL', 5 * MINUTE_IN_SECONDS ); } + $last_checked = get_transient( 'mailserver_last_checked' ); if ( $last_checked ) {