WP Engine logo
WP Engine
Create
Home
Feedback
WP Offload SES
1
Changelog

    Boards

  • Advanced Custom Fields

  • WP Migrate

  • Better Search Replace

  • WP Offload Media

  • WP Offload SES

  • WP Engine Site Migration

  • Headless

  • Sandbox Sites

  • Performance Insights

  • Site Reports

Powered by Canny

WP Offload SES

posts
Adding a check for Alternate Cron to the "Cron not running" email.
The plugin currently has a is_alternate_wp_cron() function to check for the ALTERNATE_WP_CRON constant, but it is only used to output in the debug information. When we have the alternative cron enabled, we still receive the "Cron not running" email. Would be great to have a is_alternate_wp_cron() check within the maybe_send_cron_error_email() function that would cause the email to not send. Currently the only fix is to just disable the email completely by using the wposes_send_cron_error_email hook.
1
Powered by Canny