PluginProbe
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP / 1.2.73
UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP v1.2.73
1.2.73 1.2.72 1.2.71 1.2.70 1.2.69 1.2.68 1.2.67 1.2.66 1.2.65 1.2.64 1.2.63 trunk 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.17 1.0.18 1.0.19 1.0.20 1.0.21 1.0.22 All 173 releases
← All changes | includes/class-countries.php +3 -1 1.0.211.2.73 View file →
@@ -15,9 +15,9 @@
15 15 *
16 16 * @return array Country array.
17 17 */
18 18 public function get_country_data(){
19 - return array(
19 + $countries = array(
20 20 'af' => 'Afghanistan (‫افغانستان‬‎)',
21 21 'ax' => 'Åland Islands (Åland)',
22 22 'al' => 'Albania (Shqipëri)',
23 23 'dz' => 'Algeria (‫الجزائر‬‎)',
@@ -265,8 +265,10 @@
265 265 'ye' => 'Yemen (‫اليمن‬‎)',
266 266 'zm' => 'Zambia',
267 267 'zw' => 'Zimbabwe',
268 268 );
269 +
270 + return apply_filters('uwp_country_list', $countries);
269 271 }
270 272
271 273 /**
272 274 * Outputs country html.