Created
May 3, 2021 13:28
-
-
Save Balakrishnan-flycart/a5785b6b745e6f3285771879b3ee1f06 to your computer and use it in GitHub Desktop.
Woo Discount Rules v2 - Remove freeshipping initialize
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
| add_action('advanced_woo_discount_rules_loaded', function (){ | |
| remove_action('woocommerce_shipping_init', 'WDRPro\App\Rules\FreeShipping::mayHaveFreeShipping'); | |
| }, 11); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment