preg_match expects parameter 1 to be string, object given
-
Hi guys,
we are getting the above error on our page from the file
/wp-fastest-cache/wpFastestCache.php on line 905It seems get_term_link returns an “invalid_taxonomy” error object.
The taxonomy from the term object is: “taxonomy”:”product_delivery_time”adding:
if(is_wp_error($url)) { return false; }
“fixes” the issue.Hope this helps.
Kind regards
Chris
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘preg_match expects parameter 1 to be string, object given’ is closed to new replies.