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_update_product

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-product-data-store-cpt.php:275

Used by 1 function | Uses 0 functions

woocommerce_update_product_variation

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-product-variation-data-store-cpt.php:274

Used by 1 function | Uses 0 functions

woocommerce_use_xsendfile_for_remote

Filter Hook: Fallback on force download method for remote files. This is because: 1. xsendfile needs proxy configuration to work for remote files, which cannot be assumed to be available on most hosts.

Source: includes/class-wc-download-handler.php:319

Used by 1 function | Uses 0 functions