Advertisement
lorro

WooCommerce - Show price when all variations are the same pr

Jul 21st, 2017
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. // WooCommerce - Show price when all variations are the same price
  3. add_filter( 'woocommerce_show_variation_price', function() { return TRUE;} );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement