Home Forums WordPress Plugins Digest: Not sending emails Reply To: Digest: Not sending emails

#4173
vinny
Keymaster

Thanks Patrice!

John, I honestly don’t know – I can’t (and don’t want to) keep track of the number of subscribers. I only know about those who told me like you and the other client.

I’m still investigating if this will work, but my idea is to have something like the snippet below in the plugin.

if ( defined('DOING_CRON') && DOING_CRON )
{
    set_time_limit(0);
    ignore_user_abort(1);
}

But I’ll only be able to test it tonight or later this week.