I recently updated to PHP 7.2 and now I get an error on the front end of my website. The error states:
Warning: A non-numeric value encountered on line 3378
The code on that line is below. Can someone help me correct this please?
$words_array = preg_split( "/[\n\r\t ]+/", $text, $num_words + 1, PREG_SPLIT_NO_EMPTY );