Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function em_mod_add_coupon_description($text, $EM_Coupon){
- $text = $text.'<br/>'.$EM_Coupon->coupon_description;
- return $text;
- }
- add_filter('em_coupon_get_discount_text','em_mod_add_coupon_description',10,2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement