Created
February 1, 2019 07:34
-
-
Save digamber89/2782c3042dd720b401d759798c7273a2 to your computer and use it in GitHub Desktop.
lock-prices.php
This file contains hidden or 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 | |
add_action( 'woocommerce_removed_coupon', 'cart_prices', 0 ); | |
add_action( 'woocommerce_after_calculate_totals', 'cart_prices', 0 ); | |
add_action( 'woocommerce_cart_loaded_from_session', 'cart_prices', 0 ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment