Beispiel #1
0
function wc2_pref_select( $type, $values ){
	$res = WC2_Funcs::get_pref_select( $type, $values );
	echo $res;

}
Beispiel #2
0
function wc2_get_pref_select($type, $values)
{
    $res = WC2_Funcs::get_pref_select($type, $values);
    return $res;
}