do_action( 'woocommerce_decrease_coupon_usage_count' )

We’re doing this the long way because delete_post_meta( $id, $key, $value ) deletes.


Description Description

all instances where the key and value match, and we only want to delete one.


Source Source

File: includes/data-stores/class-wc-coupon-data-store-cpt.php



Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.