Created
March 23, 2018 13:22
-
-
Save leewillis77/afd6fdf15b1b0a1e720372197cee5a56 to your computer and use it in GitHub Desktop.
Hide attribute labels on variable products in Google Product Feed titles
This file contains hidden or 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_gpf_include_attribute_labels_in_title', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment