ActiveCampaign / postmark-wordpress

The Official Postmark Wordpress Plugin
GNU General Public License v2.0
18 stars 17 forks source link

[v1.19.1] Fix strpos warning #106

Closed pgraham3 closed 11 months ago

pgraham3 commented 11 months ago

If logging is enabled and null is passed to wp_mail() for the first ($to) parameter, line 300 of wp_mail.php throws a warning that passing null to strpos() is deprecated.