Created
October 14, 2021 10:31
-
-
Save dennisnissle/01bb2c96b31fbfcb65932b7cc1f92d33 to your computer and use it in GitHub Desktop.
Disable variation attributes within product title
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
add_filter( 'woocommerce_product_variation_title_include_attributes', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment