woocommerce_order_get_items

woocommerce_order_get_items

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('woocommerce_order_get_items') is found 1 times:

  • /includes/abstracts/abstract-wc-order.php line 888
    				$items = $items + $this->items[ $group ];
    			}
    		}
    
    		return apply_filters( 'woocommerce_order_get_items', $items, $this, $types );
    	}
    
    	/**
    	 * Return array of values for calculations.
    	 *
    	 * @param string $field Field name to return.