Example #1
0
function wc2_settle_info_field($order_id, $type = 'nl')
{
    $res = WC2_Funcs::settle_info_field($order_id, $type);
    return $res;
}