woocommerce_variation_before_set_stock, $product
woocommerce_variation_before_set_stock, $product
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_action('woocommerce_variation_before_set_stock, $product') is found 1 times:
- /includes/data-stores/class-wc-product-data-store-cpt.php line 777
* @since 4.9 * * @param int $product The variation whose stock is about to change. */ do_action( 'woocommerce_variation_before_set_stock', $product ); } else { /** * Action to signal that the value of 'stock_quantity' for a product is about to change. * * @since 4.9 *