WC_Order_Item_Coupon::get_name PHP Method

get_name() public method

Get order item name.
public get_name ( string $context = 'view' ) : string
$context string
return string
    public function get_name($context = 'view')
    {
        return $this->get_code($context);
    }