Forums
(@fourgotten)
6 years, 6 months ago
Have same issue. WP cron stopped working because cron lock always gets into that “return” in wp-cron.php code
if ( $doing_cron_transient && ( $doing_cron_transient + WP_CRON_LOCK_TIMEOUT > $gmt_time ) ) { return; }