Home › Forums › WordPress Plugins › Pausing cron job for immediate notifications › Reply To: Pausing cron job for immediate notifications
November 6, 2019 at 6:47 pm
#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