Use this code snippet to hide the product title of a product variation in cart on WooCommerce on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
Use this code snippet to hide the product title of a product variation in cart on WooCommerce on child sites.
Snippet Type
Execute on Child Sites
Snippet
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' );
What is the use case for this?
I see. Very nice. Thanks