Example #1
0
function wc2_tax_label($data = array())
{
    $res = WC2_Funcs::tax_label($data);
    return $res;
}