Home › Forums › WordPress Plugins › Pausing cron job for immediate notifications
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
Thanks for that, Vinny. Will that stop all digest settings too (daily, weekly etc)?
Enter something special: