How to check if a WooCommerce product is from a custom product type?
I need to create a conditional to hide a specific part of my product page template if the product is a Gift Card type. I tried something like this but it returning FALSE $temp_product = wc_get_product( $product->get_id() ); var_dump( is_a(…