Hello,
I found a PHP warning in my site
Warning: Undefined property: WP_Post_Type::$taxonomy in …/functions.php on line 66
Issue:
It only appears when clicking a product from search results.
It does not happen on regular category pages.
It seems the code is missing an isset() check for the taxonomy property in the WP_Post_Type object.
what should I do to fix this ?