Esempio n. 1
0
function wc2_shipping_country_option( $selected = '' ){
	$res = WC2_Funcs::get_shipping_country_option( $selected );
	return $res;
}