function wc2_pref_select( $type, $values ){ $res = WC2_Funcs::get_pref_select( $type, $values ); echo $res; }
function wc2_get_pref_select($type, $values) { $res = WC2_Funcs::get_pref_select($type, $values); return $res; }