Fix to allow notifying more than one subscriber
-
There seems to be an issue in classes\wpsa_template.php, line 29
It has to be changed frominclude_once $file;
to
include $file;
Otherwise only the first subscriber get the mail since the renderTemplate() call produces empty message body for all subscribers except the first one.
Thanks!
- The topic ‘Fix to allow notifying more than one subscriber’ is closed to new replies.