get_country_data(); } /** * Outputs country html. * * @since 1.0.0 * @package userswp * * @param string $value Country code. * * @return string Html string. */ function uwp_output_country_html($value){ $countries = new UsersWP_Countries(); return $countries->output_country_html($value); }