• PHP Deprecated: join(): Passing glue string after array is deprecated. Swap the parameters in:

    wp-content/plugins/wp-search-suggest/wp-search-suggest.php on line 121

Viewing 1 replies (of 1 total)
  • Hi 🙂 same here…

    goto wp-search-suggest.php on line 121
    an switch the line from:

    echo wp_kses_post( join( $results, "\n" ) );
    to
    echo wp_kses_post( join( "\n", $results ) );

    plz check your console after you change the line.

    Regards

    • This reply was modified 3 years, 12 months ago by vollcom.
Viewing 1 replies (of 1 total)
  • The topic ‘PHP 7.4 and join()’ is closed to new replies.