Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Sylvain Deaure

    (@sylvaindeaure)

    Thanks,

    You’re absolutely right, I didn’t handle the array version of “To:”.

    wp-ses.php , function wpses_mail, Line 413, you can add :

    if (is_array($to)) {
    $to = implode(“,”, $to);
    }

    Should do the job.
    I will update in next version.

    Thanks for the notice !!!

    Plugin Contributor Sylvain Deaure

    (@sylvaindeaure)

    (and sorry, I know I should, but I’m not familiar working with Github, my fault)

    Thread Starter o_cee

    (@o_cee)

    Thanks, yeah that should work. Will let you know if I see more problems with NinjaForms.

    Git isn’t that bad, especially if you get a nice client for it 😉 (I can really recommend Tower)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘"Warning: preg_match() expects parameter 2 to be string, array given"’ is closed to new replies.