Last active
February 16, 2022 10:15
-
-
Save AnanthFlycart/150898563cf632209ffe4e96ab7ff5a9 to your computer and use it in GitHub Desktop.
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
| // Show promotional based text in Mini-cart | |
| add_action('advanced_woo_discount_rules_after_initialize', function() { | |
| if(class_exists('\Wdr\App\Router')) { | |
| add_action('woocommerce_before_mini_cart', array(\Wdr\App\Router::$manage_discount, 'displayPromotionMessages'), 10); | |
| } | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment