skip to Main Content

Woocommerce – What is wrong with my or function in PHP?

This or function is not operative as the declaration is showing on all products and not just those listed here. What am I doing incorrectly? add_action( 'woocommerce_after_single_product_summary' , 'bbloomer_add_below_prod_gallery', 5 ); function bbloomer_add_below_prod_gallery() { global $product; $id = $product->id; if($id==5735…

VIEW QUESTION
Back To Top
Search