Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AnanthFlycart/150898563cf632209ffe4e96ab7ff5a9 to your computer and use it in GitHub Desktop.

Select an option

Save AnanthFlycart/150898563cf632209ffe4e96ab7ff5a9 to your computer and use it in GitHub Desktop.
// 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