woocommerce_order_amount_item_total

woocommerce_order_amount_item_total

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_amount_item_total') is found 1 times:

  • /includes/abstracts/abstract-wc-order.php line 2043
     
    			$total = $round ? NumberUtil::round( $total, wc_get_price_decimals() ) : $total;
    		}
    
    		return apply_filters( 'woocommerce_order_amount_item_total', $total, $this, $item, $inc_tax, $round );
    	}
    
    	/**
    	 * Calculate line total - useful for gateways.
    	 *
    	 * @param object $item Item to get total from.