after I added this code to my function.php the discount value become [Remove] and I can’t access my admin area just white screen.
function coupon_code_discount_title() {
return ‘Discount’;
}
add_filter(‘vtprd_coupon_code_discount_title’, ‘coupon_code_discount_title’, 10);