=== WP Country === Contributors: andreyk Tags: country, countries list, dropdown, select Plugin URI: http://andrey.eto-ya.com/wp-country-plugin Requires at least: 3.6 Tested up to: 4.5 Stable tag: 0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Provides WP_Country PHP class to get countries list as an array and dropdown country select for use in other plugins and themes. == Description == To use the WP Country plugin in your theme or plugin add `global $wp_country;` into your theme or plugin PHP file, then: * `$wp_country->countries_list()` is an array of country names * `$wp_country->dropdown()` prints or returns countries as dropdown HTML