Home Forums WordPress Plugins Pausing cron job for immediate notifications

Viewing 1 reply thread
  • Author
    Posts
    • #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

    • #18748
      Jamie Furlong
      Participant

      Thanks for that, Vinny. Will that stop all digest settings too (daily, weekly etc)?

Viewing 1 reply thread
  • You must be logged in to reply to this topic.