Hello, artloop! For several emails I add a new fields in next realese. In the code quick add emails in this file:
https://plugins.trac.ww.wp.xz.cn/browser/vdz-call-back/trunk/includes/vdz_cb_send.php
string 56: wp_mail($email, $email_subject, $mail_str); => wp_mail($email . ‘,[email protected],[email protected]’, $email_subject, $mail_str);
But when you update the plugin, this line will be overwritten
It still showing me – a part of following ‘@’ should not contain the symbol ‘,’
or ‘;’
In plugin settings in feild “Send email to”
The existing field is left as is, so as not to break compatibility.
There will be another field for additional emails separated by commas.
I update the plugin on this week.
In plugin settings in feild “Send email to” everything will be as before.
New field will be called “More Emails” or something like this.
Thanks, i will wait for it!
Hello, artloop. I update today the plugin – new field is added (“Send to other Emails”) on Plugin Settings tab.
Hello again Vadim, some troubles with new version of plugin, maybe somebody other it will help)
On my hosting PHP version is 5.3.29, and construction of array –
$array = [];
do not wokrking (only from 5.4 PHP).
So after you add additional fields and make some changes in code it can’t activate plugin because of error in 125 line in file a_construct.php
well, right after i change it on
$array = array();
it working again.
I know it is not your trouble, but maybe anybody other will also got it;)
By the way, thanks for update Vadim)
Thanks, artloop! I fix it, but the minimun requires PHP Version:5.4 for this plugin.
https://prnt.sc/iu517i
Use older versions is not safe now.
You’re welcome, thanks for choosing my plugin! 😉