Skip to content

Instantly share code, notes, and snippets.

@WPprodigy
Created February 8, 2018 18:44
Show Gist options
  • Save WPprodigy/46fcd07dbd87c2cb11f7f7dd2cd773a8 to your computer and use it in GitHub Desktop.
Save WPprodigy/46fcd07dbd87c2cb11f7f7dd2cd773a8 to your computer and use it in GitHub Desktop.
Hide disabled variations.
add_filter( 'woocommerce_hide_invisible_variations', '__return_true' );
@bborden51
Copy link

Thanks.

@wouter1407
Copy link

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