woocommerce_update_coupon

Action Hook: When updating this object, to prevent infinite loops, use $wpdb to update data, since wp_update_post spawns more calls to the save_post action.

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

Used by 2 functions | Uses 0 functions

woocommerce_hold_stock_for_checkout

Filter Hook: In some cases, specifically when there is a combined index on post_id,meta_key, the insert statement above could end up in a deadlock.

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

Used by 5 functions | Uses 0 functions