Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save FrancoStino/4130f70f7e5e81d466a7ca2901e6237e to your computer and use it in GitHub Desktop.
Save FrancoStino/4130f70f7e5e81d466a7ca2901e6237e to your computer and use it in GitHub Desktop.
Always Display Single Variation Price @ WooCommerce Single Product Page
<?php
/**
* @snippet Always Show Variation Price @ WooCommerce Single Product
* @how-to Watch tutorial @ https://businessbloomer.com/?p=19055
* @sourcecode https://businessbloomer.com/?p=101266
* @author Rodolfo Melogli
* @compatible WooCommerce 3.5.3
* @donate $9 https://businessbloomer.com/bloomer-armada/
*/
add_filter( 'woocommerce_show_variation_price', '__return_true' );
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment