Example #1
0
function wc2_get_addressform($data, $type)
{
    $res = WC2_Funcs::get_addressform($data, $type);
    return $res;
}