do_action( 'woocommerce_updated_product_price', int $product_id )
Fire an action for this direct update so it can be detected by other code.
Description Description
Parameters Parameters
- $product_id
-
Product ID that was updated directly.
Source Source
File: includes/data-stores/class-wc-product-grouped-data-store-cpt.php
Changelog Changelog
Version | Description |
---|---|
3.6 | Introduced. |