Exemplo n.º 1
0
function wc2_pref_select( $type, $values ){
	$res = WC2_Funcs::get_pref_select( $type, $values );
	echo $res;

}
Exemplo n.º 2
0
function wc2_get_pref_select($type, $values)
{
    $res = WC2_Funcs::get_pref_select($type, $values);
    return $res;
}