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.


Top ↑

Source Source

File: includes/data-stores/class-wc-product-grouped-data-store-cpt.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.6 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.