Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // WooCommerce - Show price when all variations are the same price
- add_filter( 'woocommerce_show_variation_price', function() { return TRUE;} );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement