woocommerce_product_attributes_updated
woocommerce_product_attributes_updated
Appears in: woocommerce.10.2.2
Hook Type: action
See hook in action
Displaying hooks found in version: woocommerce.10.2.2do_action('woocommerce_product_attributes_updated') is found 1 times:
- /includes/data-stores/class-wc-product-data-store-cpt.php line 1031
* @since 10.2.0 * @param WC_Product $product The product object whose attributes were updated. * @param bool $force Indicates if the update was forced. */ do_action( 'woocommerce_product_attributes_updated', $product, $force ); } } /** * Update downloads. *