Debugging deferred emails
-
Hi, I am trying to move my emails to Cron job via this filter:
add_filter( 'woocommerce_defer_transactional_emails', '__return_true' );
But it seems that nothing changes, my emails are still being sent immediately and while checking WP-Cron logs provided by WP Crontrol plugin I can’t see anything related to mail.
Can you please advice how I can check if the hook is fired and tell me what’s the name of related Cron job?P.S. I am using SMTP mail plugin and my cron is managed via server
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Debugging deferred emails’ is closed to new replies.