add_filter( 'woocommerce_get_price_html', 'bbwcdpiet_display_price_single_product_only', 9998, 2 ); function bbwcdpiet_display_price_single_product_only( $price, $product ) { if ( ! is_product() ) remove_filter( 'woocommerce_get_price_html', 'bbwcdpiet_display_price', 9999, 2 ); return $price; }
Skip to content