PluginProbe ʕ •ᴥ•ʔ
MC4WP: Mailchimp for WordPress / 4.13.0
MC4WP: Mailchimp for WordPress v4.13.0
4.13.0 4.12.6 4.12.4 4.12.5 4.12.3 4.12.2 1.5 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 2.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.10 2.3.11 2.3.12 2.3.13 2.3.14 2.3.15 2.3.16 2.3.17 2.3.18 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 3.0.10 3.0.11 3.0.12 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1 3.1.1 3.1.10 3.1.11 3.1.12 3.1.2 3.1.3 3.1.4 3.1.5 3.1.6 3.1.7 3.1.8 3.1.9 4.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.10 4.1.11 4.1.12 4.1.13 4.1.14 4.1.15 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.10.0 4.10.1 4.10.2 4.10.3 4.10.4 4.10.5 4.10.6 4.10.7 4.10.8 4.10.9 4.11.0 4.11.1 4.12.0 4.12.1 4.2 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.3 4.3.1 4.3.2 4.3.3 4.4 4.5.0 4.5.1 4.5.2 4.5.3 4.5.4 4.5.5 4.6.0 4.6.1 4.6.2 4.7 4.7.1 4.7.2 4.7.3 4.7.4 4.7.5 4.7.6 4.7.7 4.7.8 4.8 4.8.1 4.8.10 4.8.11 4.8.12 4.8.2 4.8.3 4.8.4 4.8.5 4.8.6 4.8.7 4.8.8 4.8.9 4.9.0 4.9.1 4.9.10 4.9.11 4.9.12 4.9.13 4.9.14 4.9.15 4.9.16 4.9.17 4.9.18 4.9.19 4.9.2 4.9.20 4.9.21 4.9.3 4.9.4 4.9.5 4.9.6 4.9.7 4.9.8 4.9.9 trunk 1.1.5 1.2.1 1.2.3 1.2.4 1.2.5 1.3 1.3.1 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8
mailchimp-for-wp / includes / class-tools.php
mailchimp-for-wp / includes Last commit date
admin 2 days ago api 4 weeks ago campaigns 2 days ago forms 2 days ago integrations 2 days ago views 1 week ago class-container.php 2 days ago class-debug-log-reader.php 2 days ago class-debug-log.php 2 days ago class-dynamic-content-tags.php 2 days ago class-field-formatter.php 1 year ago class-field-guesser.php 1 week ago class-list-data-mapper.php 4 months ago class-mailchimp-subscriber.php 2 months ago class-mailchimp.php 2 days ago class-personal-data-exporter.php 4 weeks ago class-plugin.php 1 year ago class-queue-job.php 4 weeks ago class-queue.php 1 year ago class-tools.php 1 year ago class-tracking-pixel.php 2 days ago default-actions.php 1 year ago default-filters.php 1 year ago deprecated-functions.php 3 years ago functions.php 2 days ago
class-tools.php
270 lines
1 <?php
2
3 /**
4 * Class MC4WP_Tools
5 *
6 * @access private
7 * @ignore
8 */
9 class MC4WP_Tools
10 {
11 /**
12 * @return array
13 */
14 public static function get_countries()
15 {
16 return [
17 'AF' => 'Afghanistan',
18 'AX' => 'Aland Islands',
19 'AL' => 'Albania',
20 'DZ' => 'Algeria',
21 'AS' => 'American Samoa',
22 'AD' => 'Andorra',
23 'AO' => 'Angola',
24 'AI' => 'Anguilla',
25 'AQ' => 'Antarctica',
26 'AG' => 'Antigua and Barbuda',
27 'AR' => 'Argentina',
28 'AM' => 'Armenia',
29 'AW' => 'Aruba',
30 'AU' => 'Australia',
31 'AT' => 'Austria',
32 'AZ' => 'Azerbaijan',
33 'BS' => 'Bahamas',
34 'BH' => 'Bahrain',
35 'BD' => 'Bangladesh',
36 'BB' => 'Barbados',
37 'BY' => 'Belarus',
38 'BE' => 'Belgium',
39 'BZ' => 'Belize',
40 'BJ' => 'Benin',
41 'BM' => 'Bermuda',
42 'BT' => 'Bhutan',
43 'BO' => 'Bolivia',
44 'BQ' => 'Bonaire, Saint Eustatius and Saba',
45 'BA' => 'Bosnia and Herzegovina',
46 'BW' => 'Botswana',
47 'BV' => 'Bouvet Island',
48 'BR' => 'Brazil',
49 'IO' => 'British Indian Ocean Territory',
50 'VG' => 'British Virgin Islands',
51 'BN' => 'Brunei',
52 'BG' => 'Bulgaria',
53 'BF' => 'Burkina Faso',
54 'BI' => 'Burundi',
55 'KH' => 'Cambodia',
56 'CM' => 'Cameroon',
57 'CA' => 'Canada',
58 'CV' => 'Cape Verde',
59 'KY' => 'Cayman Islands',
60 'CF' => 'Central African Republic',
61 'TD' => 'Chad',
62 'CL' => 'Chile',
63 'CN' => 'China',
64 'CX' => 'Christmas Island',
65 'CC' => 'Cocos Islands',
66 'CO' => 'Colombia',
67 'KM' => 'Comoros',
68 'CK' => 'Cook Islands',
69 'CR' => 'Costa Rica',
70 'HR' => 'Croatia',
71 'CU' => 'Cuba',
72 'CW' => 'Curacao',
73 'CY' => 'Cyprus',
74 'CZ' => 'Czech Republic',
75 'CD' => 'Democratic Republic of the Congo',
76 'DK' => 'Denmark',
77 'DJ' => 'Djibouti',
78 'DM' => 'Dominica',
79 'DO' => 'Dominican Republic',
80 'TL' => 'East Timor',
81 'EC' => 'Ecuador',
82 'EG' => 'Egypt',
83 'SV' => 'El Salvador',
84 'GQ' => 'Equatorial Guinea',
85 'ER' => 'Eritrea',
86 'EE' => 'Estonia',
87 'ET' => 'Ethiopia',
88 'FK' => 'Falkland Islands',
89 'FO' => 'Faroe Islands',
90 'FJ' => 'Fiji',
91 'FI' => 'Finland',
92 'FR' => 'France',
93 'GF' => 'French Guiana',
94 'PF' => 'French Polynesia',
95 'TF' => 'French Southern Territories',
96 'GA' => 'Gabon',
97 'GM' => 'Gambia',
98 'GE' => 'Georgia',
99 'DE' => 'Germany',
100 'GH' => 'Ghana',
101 'GI' => 'Gibraltar',
102 'GR' => 'Greece',
103 'GL' => 'Greenland',
104 'GD' => 'Grenada',
105 'GP' => 'Guadeloupe',
106 'GU' => 'Guam',
107 'GT' => 'Guatemala',
108 'GG' => 'Guernsey',
109 'GN' => 'Guinea',
110 'GW' => 'Guinea-Bissau',
111 'GY' => 'Guyana',
112 'HT' => 'Haiti',
113 'HM' => 'Heard Island and McDonald Islands',
114 'HN' => 'Honduras',
115 'HK' => 'Hong Kong',
116 'HU' => 'Hungary',
117 'IS' => 'Iceland',
118 'IN' => 'India',
119 'ID' => 'Indonesia',
120 'IR' => 'Iran',
121 'IQ' => 'Iraq',
122 'IE' => 'Ireland',
123 'IM' => 'Isle of Man',
124 'IL' => 'Israel',
125 'IT' => 'Italy',
126 'CI' => 'Ivory Coast',
127 'JM' => 'Jamaica',
128 'JP' => 'Japan',
129 'JE' => 'Jersey',
130 'JO' => 'Jordan',
131 'KZ' => 'Kazakhstan',
132 'KE' => 'Kenya',
133 'KI' => 'Kiribati',
134 'XK' => 'Kosovo',
135 'KW' => 'Kuwait',
136 'KG' => 'Kyrgyzstan',
137 'LA' => 'Laos',
138 'LV' => 'Latvia',
139 'LB' => 'Lebanon',
140 'LS' => 'Lesotho',
141 'LR' => 'Liberia',
142 'LY' => 'Libya',
143 'LI' => 'Liechtenstein',
144 'LT' => 'Lithuania',
145 'LU' => 'Luxembourg',
146 'MO' => 'Macao',
147 'MK' => 'Macedonia',
148 'MG' => 'Madagascar',
149 'MW' => 'Malawi',
150 'MY' => 'Malaysia',
151 'MV' => 'Maldives',
152 'ML' => 'Mali',
153 'MT' => 'Malta',
154 'MH' => 'Marshall Islands',
155 'MQ' => 'Martinique',
156 'MR' => 'Mauritania',
157 'MU' => 'Mauritius',
158 'YT' => 'Mayotte',
159 'MX' => 'Mexico',
160 'FM' => 'Micronesia',
161 'MD' => 'Moldova',
162 'MC' => 'Monaco',
163 'MN' => 'Mongolia',
164 'ME' => 'Montenegro',
165 'MS' => 'Montserrat',
166 'MA' => 'Morocco',
167 'MZ' => 'Mozambique',
168 'MM' => 'Myanmar',
169 'NA' => 'Namibia',
170 'NR' => 'Nauru',
171 'NP' => 'Nepal',
172 'NL' => 'Netherlands',
173 'NC' => 'New Caledonia',
174 'NZ' => 'New Zealand',
175 'NI' => 'Nicaragua',
176 'NE' => 'Niger',
177 'NG' => 'Nigeria',
178 'NU' => 'Niue',
179 'NF' => 'Norfolk Island',
180 'KP' => 'North Korea',
181 'MP' => 'Northern Mariana Islands',
182 'NO' => 'Norway',
183 'OM' => 'Oman',
184 'PK' => 'Pakistan',
185 'PW' => 'Palau',
186 'PS' => 'Palestinian Territory',
187 'PA' => 'Panama',
188 'PG' => 'Papua New Guinea',
189 'PY' => 'Paraguay',
190 'PE' => 'Peru',
191 'PH' => 'Philippines',
192 'PN' => 'Pitcairn',
193 'PL' => 'Poland',
194 'PT' => 'Portugal',
195 'PR' => 'Puerto Rico',
196 'QA' => 'Qatar',
197 'CG' => 'Republic of the Congo',
198 'RE' => 'Reunion',
199 'RO' => 'Romania',
200 'RU' => 'Russia',
201 'RW' => 'Rwanda',
202 'BL' => 'Saint Barthelemy',
203 'SH' => 'Saint Helena',
204 'KN' => 'Saint Kitts and Nevis',
205 'LC' => 'Saint Lucia',
206 'MF' => 'Saint Martin',
207 'PM' => 'Saint Pierre and Miquelon',
208 'VC' => 'Saint Vincent and the Grenadines',
209 'WS' => 'Samoa',
210 'SM' => 'San Marino',
211 'ST' => 'Sao Tome and Principe',
212 'SA' => 'Saudi Arabia',
213 'SN' => 'Senegal',
214 'RS' => 'Serbia',
215 'SC' => 'Seychelles',
216 'SL' => 'Sierra Leone',
217 'SG' => 'Singapore',
218 'SX' => 'Sint Maarten',
219 'SK' => 'Slovakia',
220 'SI' => 'Slovenia',
221 'SB' => 'Solomon Islands',
222 'SO' => 'Somalia',
223 'ZA' => 'South Africa',
224 'GS' => 'South Georgia and the South Sandwich Islands',
225 'KR' => 'South Korea',
226 'SS' => 'South Sudan',
227 'ES' => 'Spain',
228 'LK' => 'Sri Lanka',
229 'SD' => 'Sudan',
230 'SR' => 'Suriname',
231 'SJ' => 'Svalbard and Jan Mayen',
232 'SZ' => 'Swaziland',
233 'SE' => 'Sweden',
234 'CH' => 'Switzerland',
235 'SY' => 'Syria',
236 'TW' => 'Taiwan',
237 'TJ' => 'Tajikistan',
238 'TZ' => 'Tanzania',
239 'TH' => 'Thailand',
240 'TG' => 'Togo',
241 'TK' => 'Tokelau',
242 'TO' => 'Tonga',
243 'TT' => 'Trinidad and Tobago',
244 'TN' => 'Tunisia',
245 'TR' => 'Turkey',
246 'TM' => 'Turkmenistan',
247 'TC' => 'Turks and Caicos Islands',
248 'TV' => 'Tuvalu',
249 'VI' => 'U.S. Virgin Islands',
250 'UG' => 'Uganda',
251 'UA' => 'Ukraine',
252 'AE' => 'United Arab Emirates',
253 'GB' => 'United Kingdom',
254 'US' => 'United States',
255 'UM' => 'United States Minor Outlying Islands',
256 'UY' => 'Uruguay',
257 'UZ' => 'Uzbekistan',
258 'VU' => 'Vanuatu',
259 'VA' => 'Vatican',
260 'VE' => 'Venezuela',
261 'VN' => 'Vietnam',
262 'WF' => 'Wallis and Futuna',
263 'EH' => 'Western Sahara',
264 'YE' => 'Yemen',
265 'ZM' => 'Zambia',
266 'ZW' => 'Zimbabwe',
267 ];
268 }
269 }
270