Warning: count(): Parameter must be an array or an object that implements Countable in

196 views Asked by At

im getting this warning on my website "Warning: count(): Parameter must be an array or an object that implements Countable in /home4/geec/public_html/home/wp-content/plugins/industing-assistance/inc/elementor/style/services/style1.php on line 92

here is my line 92

echo substr($content, 0, ($spos = strpos($content, ' ', $lcount = count($content) > 65 ? $lcount : 65)) ? $spos : $lcount );

What exactly do I need to add or change on my php file? Thanks

0

There are 0 answers