Created
February 8, 2018 18:44
-
-
Save WPprodigy/46fcd07dbd87c2cb11f7f7dd2cd773a8 to your computer and use it in GitHub Desktop.
Hide disabled variations.
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
add_filter( 'woocommerce_hide_invisible_variations', '__return_true' ); |
I've added this line in my functions.php theme file but still all the possible variantions show up instead of just the ones with a price. Is something missing from this snippet?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks.