• PHP Warning: count(): Parameter must be an array or an object that implements Countable in /wp-content/plugins/mailchimp/mailchimp.php on line 961.

    PHP 7.2
    WP 4.9.8

Viewing 1 replies (of 1 total)
  • Thread Starter Andries Jansen

    (@jansencws)

    wp-content / plugins / mailchimp / mailchimp.php on line 961

    // If we have an empty $merge, then assign empty string.
    // if (count($merge) == 0 || $merge == ”) {
    if ( empty( $merge ) ) {
    $merge = ”;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Parameter must be an array or an object that implements Countable’ is closed to new replies.