Home Forums WordPress Plugins Pausing cron job for immediate notifications Reply To: Pausing cron job for immediate notifications

#18745
vinny
Keymaster

Better than pausing the cron job is to turn on dry run until you’re ready. In your functions.php file, add the fllowing:

add_filter( 'bbpnns_dry_run', '__return_true', PHP_INT_MAX );

That’ll stop all notifications.

Cheers,
Vinny