woocommerce_product_attributes_updated

woocommerce_product_attributes_updated

Appears in:
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.2.2

do_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.
    	 *
    

See this hook used in plugins: