Ejemplo n.º 1
0
function wc2_get_has_custom_field_key($fieldname)
{
    $res = WC2_Funcs::get_has_custom_field_key($fieldname);
    return $res;
}