Cron Fix
-
We have a problem with the wp-cron.php since the last update Version .3.4.1. Fix attached see:
./htdocs/wp-content/plugins/fast-velocity-minify/inc/common.php@@ -1737,6 +1737,7 @@
if( defined(‘WP_ADMIN’) && WP_ADMIN ){ return false; }
if( defined(‘SHORTINIT’) && SHORTINIT ){ return false; }
if( defined(‘IFRAME_REQUEST’) && IFRAME_REQUEST ){ return false; }
+ if( defined(‘DOING_CRON’) && DOING_CRON ){ return false; }
# detect api requests (only defined after parse_request hook)
if( defined(‘REST_REQUEST’) && REST_REQUEST ){ return false; }
fyi.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cron Fix’ is closed to new replies.