woocommerce_order_item_product

woocommerce_order_item_product

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_item_product') is found 1 times:

  • /includes/class-wc-order-item-product.php line 356
    		if ( has_filter( 'woocommerce_get_product_from_item' ) ) {
    			$product = apply_filters( 'woocommerce_get_product_from_item', $product, $this, $this->get_order() );
    		}
    
    		return apply_filters( 'woocommerce_order_item_product', $product, $this );
    	}
    
    	/**
    	 * Get the Download URL.
    	 *
    	 * @param  int $download_id Download ID.