woocommerce_product_before_set_stock, $product

woocommerce_product_before_set_stock, $product

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

do_action('woocommerce_product_before_set_stock, $product') is found 1 times:

  • /includes/data-stores/class-wc-product-data-store-cpt.php line 786
    						* @since 4.9
    						*
    						* @param int $product The product whose stock is about to change.
    						*/
    						do_action( 'woocommerce_product_before_set_stock', $product );
    					}
    					break;
    			}
    
    			$updated = $this->update_or_delete_post_meta( $product, $meta_key, $value );