Hi 🙂
We didn’t add something like that.
Can you show us where do you see it? What file or line of code?
Thanks!
Hi Tomer,
I’m not sure what the error was now, and I’ve moved to another plugin. Sorry. If I recall you maybe need to test with SMTP plugins, as that is where the conflict was, as it was appearing to use wp_mail function.
Thanks.
We didn’t find anything like that, we have tested it with the popular email plugins.
If you can tell me what email plugin / SMTP plugin you use it would be great 🙂
Thank you!
I was using SendGrid’s SMTP plugin, so try testing that.
I had a problem like that with Postman plugin:
“error: Postman: wp_mail has been declared by another plugin or theme…”
I have commented the above line of poptin.php and it is stopped:
if (!function_exists(‘wp_get_current_user’)) {
// include(ABSPATH . “wp-includes/pluggable.php”);
}
-
This reply was modified 7 years, 8 months ago by
phmazzoni.
@10bradders10 we’ve just pushed a fix for that issue 🙂
@phmazzoni thanks!