• Resolved Thomas Maier

    (@webzunft)


    Hi there,

    is it possible to disable WP_CRON for the staging sites? Our store might otherwise send emails to customers or update store information on the staging site, which we want to prevent.

    Thanks,
    Thomas

Viewing 1 replies (of 1 total)
  • Plugin Author Rene Hermenau

    (@renehermi)

    Hi Thomas,

    This is a great question.
    Although the free version does not offer the option to disable outgoing emails, you can still reach this result by simply adding the following line to the wp-config.php of the staging site:

    define('DISABLE_WP_CRON', true);

    I’ve written more information about how to disable WordPress cron jobs here: https://wp-staging.com/docs/how-to-disable-wordpress-cron-jobs/

    Please let me know if you have any further questions.

    Cheers
    René

Viewing 1 replies (of 1 total)
  • The topic ‘Can I disable WP_CRON’ is closed to new replies.