You appear to be a bot. Output may be restricted
Description
Get order item type.
Usage
$string = WC_Order_Item_Fee::get_type();
Parameters
Returns
string
Source
File name: woocommerce/includes/class-wc-order-item-fee.php
Lines:
1 to 3 of 3
public function get_type() { return 'fee'; }