Ticket at frontend

Hide Discount in ticket

Add this code in functions.php file in child theme

add_filter( 'el_show_coupon_ticket_single', '__return_false' );

Last updated