Reply To: Two issues – announcement email and piping


Home Forums Front End PM PRO Two issues – announcement email and piping Reply To: Two issues – announcement email and piping

#4880
Tavan Eftekhar
Participant

I did some debugging… In the class-fep-email-beautify.php file, at the start of the function responsible for sending announcements, function ann_email_interval_event_callback(), there is a line of code:

if( ! $queue || ! is_array( $queue ) )
return false;

This is returning false every time the cron runs. Does this help narrow down the problem?