woocommerce_product_read

woocommerce_product_read

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_product_read') is found 1 times:

  • /includes/data-stores/class-wc-product-data-store-cpt.php line 193
    		$this->read_product_data( $product );
    		$this->read_extra_data( $product );
    		$product->set_object_read( true );
    
    		do_action( 'woocommerce_product_read', $product->get_id() );
    	}
    
    	/**
    	 * Method to update a product in the database.
    	 *
    	 * @param WC_Product $product Product object.