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

woocommerce_is_rest_api_request

Filter Hook: Define if we’re checking against major, minor or no versions in the following places: – plugin screen in WP Admin (displaying extra warning when updating to new major versions) – System Status Report (‘Installed version not tested with active version of WooCommerce’ warning) – core update screen in WP Admin (displaying extra warning when updating to new major versions) – enable/disable automated updates in the plugin screen in WP Admin (if there are any plugins that don’t declare compatibility, the auto-update is disabled)

Source: includes/class-woocommerce.php:332

Used by 1 function | Uses 0 functions

woocommerce_log_clear

Action Hook: $this->open( $handle, ‘w’ ) == Open the file for writing only. Place the file pointer at the beginning of the file, and truncate the file to zero length.

Source: includes/log-handlers/class-wc-log-handler-file.php:241

Used by 1 function | Uses 0 functions