Removing attributes in product title
-
Hi,
I would like to remove the attributes from the product title(on all pages like cart, checkout, emails etc). I found thisadd_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' ); add_filter( 'woocommerce_is_attribute_in_product_name', '__return_false' );
but this adds the attributes underneath the product, and I don’t want to show the attribute at all in the title or underneath. Is this possible? Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Removing attributes in product title’ is closed to new replies.