woocommerce_product_read

woocommerce_product_read

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.9.9.5

do_action('woocommerce_product_read') is found 1 times:

  • /includes/data-stores/class-wc-product-data-store-cpt.php line 310
    		 *
    		 * @param int        $product_id The product ID.
    		 * @param WC_Product $product    Product instance.
    		 */
    		do_action( 'woocommerce_product_read', $product->get_id(), $product );
    	}
    
    	/**
    	 * Method to update a product in the database.
    	 *
    	 * @param WC_Product $product Product object.