We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ec343 commit 07148e9Copy full SHA for 07148e9
1 file changed
src/wp-cron.php
@@ -18,11 +18,13 @@
18
19
ignore_user_abort( true );
20
21
+
22
if ( ! headers_sent() ) {
23
header( 'Expires: Wed, 11 Jan 1984 05:00:00 GMT' );
24
header( 'Cache-Control: no-cache, must-revalidate, max-age=0' );
25
}
26
27
28
// Don't run cron until the request finishes, if possible.
29
if ( function_exists( 'fastcgi_finish_request' ) ) {
30
fastcgi_finish_request();
0 commit comments