diff --git a/src/wp-cron.php b/src/wp-cron.php index 1d848c3b35..7853e79e96 100644 --- a/src/wp-cron.php +++ b/src/wp-cron.php @@ -20,6 +20,8 @@ ignore_user_abort( true ); /* Don't make the request block till we finish, if possible. */ if ( function_exists( 'fastcgi_finish_request' ) && version_compare( phpversion(), '7.0.16', '>=' ) ) { + header( 'Expires: Wed, 11 Jan 1984 05:00:00 GMT' ); + header( 'Cache-Control: no-cache, must-revalidate, max-age=0' ); fastcgi_finish_request(); }