Create a coupon programatically in wordpress
This code creates a new coupon with a unique code, a specific amount, and discount type. The $coupon_code variable sets the code for the coupon, and $amount sets the amount of the discount. The $discount_type variable determines the type of the discount, which can be one of the following: fixed_cart, percent, fixed_product, percent_product. The wp_insert_post() […]
Create a coupon programatically in wordpress Read More »