Additional information
Color | Blue/White/Navy, Brown/Khaki, Heather Gray/Black, Heather Gray/Dark Green, Loden Green/Black, Red/White/Blue |
---|
function wc_remove_some_structured_data( $markup ) { unset($markup['offers'][0]['priceSpecification']); // price removed without stock info return $markup; } add_filter( 'woocommerce_structured_data_product', 'wc_remove_some_structured_data' );
Color | Blue/White/Navy, Brown/Khaki, Heather Gray/Black, Heather Gray/Dark Green, Loden Green/Black, Red/White/Blue |
---|