Created
December 1, 2020 14:53
-
-
Save FrancoStino/4130f70f7e5e81d466a7ca2901e6237e to your computer and use it in GitHub Desktop.
Always Display Single Variation Price @ WooCommerce Single Product Page
This file contains 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
<?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