woocommerce_product_before_set_stock, $product
woocommerce_product_before_set_stock, $product
Appears in: woocommerce.11.0.0
Hook Type: action
Displaying hooks found in version: woocommerce.11.0.0do_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 );