Esempio n. 1
0
function wc2_get_target_market_form($type, $selected){
	$res = WC2_Funcs::get_target_market_form( $type, $selected );
	return $res;
}