Catchable fatal error: Object of class WP_Error could not be converted to string in /home/winentra/public_html/s1.ssonline.co.in/wp-content/themes/peekaboo/admin/common-functions.php on line 186
Line No. 186
echo get_category_parents($cat, TRUE, ' ' . $delimiter . ' ');
Any ideas on this please?
Reason and Solution for this problem is here
The object you get returned if of a complex type that PHP is not able to convert into a string for printing.