Cude suggestion
-
Hi,
you shouldn’t mark every non-cron requests with DOING_CRON constant as it causes issue with an other plugin which check if this constant is set or not.I think the following code should be removed:
// for all other cases disable wp-cron.php and spawn_cron() by telling the system it’s already running
if ( !defined( ‘DOING_CRON’ ) )
define( ‘DOING_CRON’, true );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Cude suggestion’ is closed to new replies.