Completed
Push — master ( c954ea...b4e6a5 )
by Warwick
07:37
created
classes/class-accommodation.php 1 patch
Spacing   +222 added lines, -222 removed lines patch added patch discarded remove patch
@@ -76,17 +76,17 @@  discard block
 block discarded – undo
76 76
 		//	$this->url    = 'https://wetu.com/API/Pins/';
77 77
 		//	$this->url_qs = 'username=' . $this->api_username . '&password=' . $this->api_password;
78 78
 		//} elseif ( false !== $this->api_key ) {
79
-			$this->url    = 'https://wetu.com/API/Pins/' . $this->api_key;
79
+			$this->url    = 'https://wetu.com/API/Pins/'.$this->api_key;
80 80
 			$this->url_qs = 'all=include';
81 81
 		//}
82 82
 
83
-		$temp_options = get_option('_lsx-to_settings',false);
84
-		if(false !== $temp_options && isset($temp_options[$this->plugin_slug]) && !empty($temp_options[$this->plugin_slug])){
83
+		$temp_options = get_option('_lsx-to_settings', false);
84
+		if (false !== $temp_options && isset($temp_options[$this->plugin_slug]) && !empty($temp_options[$this->plugin_slug])) {
85 85
 			$this->options = $temp_options[$this->plugin_slug];
86 86
 		}
87 87
 
88
-		$accommodation_options = get_option('wetu_importer_accommodation_settings',false);
89
-		if(false !== $accommodation_options){
88
+		$accommodation_options = get_option('wetu_importer_accommodation_settings', false);
89
+		if (false !== $accommodation_options) {
90 90
 			$this->accommodation_options = $accommodation_options;
91 91
 		}
92 92
 	}
@@ -106,8 +106,8 @@  discard block
 block discarded – undo
106 106
 			<form method="get" action="" id="posts-filter">
107 107
 				<input type="hidden" name="post_type" class="post_type" value="<?php echo $this->tab_slug; ?>" />
108 108
 				
109
-				<p><input class="button button-primary add" type="button" value="<?php _e('Add to List','wetu-importer'); ?>" />
110
-					<input class="button button-primary clear" type="button" value="<?php _e('Clear','wetu-importer'); ?>" />
109
+				<p><input class="button button-primary add" type="button" value="<?php _e('Add to List', 'wetu-importer'); ?>" />
110
+					<input class="button button-primary clear" type="button" value="<?php _e('Clear', 'wetu-importer'); ?>" />
111 111
 				</p>				
112 112
 
113 113
 				<table class="wp-list-table widefat fixed posts">
@@ -116,11 +116,11 @@  discard block
 block discarded – undo
116 116
 					<tbody id="the-list">
117 117
 						<tr class="post-0 type-tour status-none" id="post-0">
118 118
 							<th class="check-column" scope="row">
119
-								<label for="cb-select-0" class="screen-reader-text"><?php _e('Enter a title to search for and press enter','wetu-importer'); ?></label>
119
+								<label for="cb-select-0" class="screen-reader-text"><?php _e('Enter a title to search for and press enter', 'wetu-importer'); ?></label>
120 120
 							</th>
121 121
 							<td class="post-title page-title column-title">
122 122
 								<strong>
123
-									<?php _e('Enter a title to search for','wetu-importer'); ?>
123
+									<?php _e('Enter a title to search for', 'wetu-importer'); ?>
124 124
 								</strong>
125 125
 							</td>
126 126
 							<td class="date column-date">							
@@ -134,8 +134,8 @@  discard block
 block discarded – undo
134 134
 
135 135
 				</table>
136 136
 
137
-				<p><input class="button button-primary add" type="button" value="<?php _e('Add to List','wetu-importer'); ?>" />
138
-					<input class="button button-primary clear" type="button" value="<?php _e('Clear','wetu-importer'); ?>" />
137
+				<p><input class="button button-primary add" type="button" value="<?php _e('Add to List', 'wetu-importer'); ?>" />
138
+					<input class="button button-primary clear" type="button" value="<?php _e('Clear', 'wetu-importer'); ?>" />
139 139
 				</p>
140 140
 			</form> 
141 141
 
@@ -147,32 +147,32 @@  discard block
 block discarded – undo
147 147
 						<div class="settings-all" style="width:30%;display:block;float:left;">
148 148
 							<h3><?php _e('What content to Sync from WETU'); ?></h3>
149 149
 							<ul>
150
-                                <li><input class="content select-all" <?php $this->checked($this->accommodation_options,'all'); ?> type="checkbox"name="content[]"  value="all" /> <?php _e('Select All','wetu-importer'); ?></li>
151
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'description'); ?>" type="checkbox" name="content[]" value="description" /> <?php _e('Description','wetu-importer'); ?></li>
152
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'excerpt'); ?>" type="checkbox" name="content[]" value="excerpt" /> <?php _e('Excerpt','wetu-importer'); ?></li>
153
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'gallery'); ?>" type="checkbox" name="content[]" value="gallery" /> <?php _e('Main Gallery','wetu-importer'); ?></li>
154
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'category'); ?>" type="checkbox" name="content[]" value="category" /> <?php _e('Category','wetu-importer'); ?></li>
155
-		                        <?php if(class_exists('LSX_TO_Maps')){ ?>
156
-								    <li><input class="content" checked="<?php $this->checked($this->accommodation_options,'location'); ?>" type="checkbox" name="content[]" value="location" /> <?php _e('Location','wetu-importer'); ?></li>
150
+                                <li><input class="content select-all" <?php $this->checked($this->accommodation_options, 'all'); ?> type="checkbox"name="content[]"  value="all" /> <?php _e('Select All', 'wetu-importer'); ?></li>
151
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'description'); ?>" type="checkbox" name="content[]" value="description" /> <?php _e('Description', 'wetu-importer'); ?></li>
152
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'excerpt'); ?>" type="checkbox" name="content[]" value="excerpt" /> <?php _e('Excerpt', 'wetu-importer'); ?></li>
153
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'gallery'); ?>" type="checkbox" name="content[]" value="gallery" /> <?php _e('Main Gallery', 'wetu-importer'); ?></li>
154
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'category'); ?>" type="checkbox" name="content[]" value="category" /> <?php _e('Category', 'wetu-importer'); ?></li>
155
+		                        <?php if (class_exists('LSX_TO_Maps')) { ?>
156
+								    <li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'location'); ?>" type="checkbox" name="content[]" value="location" /> <?php _e('Location', 'wetu-importer'); ?></li>
157 157
 		                        <?php } ?>
158
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'destination'); ?>" type="checkbox" name="content[]" value="destination" /> <?php _e('Connect Destinations','wetu-importer'); ?></li>
159
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'checkin'); ?>" type="checkbox" name="content[]" value="checkin" /> <?php _e('Check In / Check Out','wetu-importer'); ?></li>
160
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'facilities'); ?>" type="checkbox" name="content[]" value="facilities" /> <?php _e('Facilities','wetu-importer'); ?></li>
161
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'friendly'); ?>" type="checkbox" name="content[]" value="friendly" /> <?php _e('Friendly','wetu-importer'); ?></li>
162
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'rating'); ?>" type="checkbox" name="content[]" value="rating" /> <?php _e('Rating','wetu-importer'); ?></li>
163
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'rooms'); ?>" type="checkbox" name="content[]" value="rooms" /> <?php _e('Rooms','wetu-importer'); ?></li>
164
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'special_interests'); ?>" type="checkbox" name="content[]" value="special_interests" /> <?php _e('Special Interests','wetu-importer'); ?></li>
165
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'spoken_languages'); ?>" type="checkbox" name="content[]" value="spoken_languages" /> <?php _e('Spoken Languages','wetu-importer'); ?></li>
166
-
167
-		                        <?php if(class_exists('LSX_TO_Videos')){ ?>
168
-								    <li><input class="content" checked="<?php $this->checked($this->accommodation_options,'videos'); ?>" type="checkbox" name="content[]" value="videos" /> <?php _e('Videos','wetu-importer'); ?></li>
158
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'destination'); ?>" type="checkbox" name="content[]" value="destination" /> <?php _e('Connect Destinations', 'wetu-importer'); ?></li>
159
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'checkin'); ?>" type="checkbox" name="content[]" value="checkin" /> <?php _e('Check In / Check Out', 'wetu-importer'); ?></li>
160
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'facilities'); ?>" type="checkbox" name="content[]" value="facilities" /> <?php _e('Facilities', 'wetu-importer'); ?></li>
161
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'friendly'); ?>" type="checkbox" name="content[]" value="friendly" /> <?php _e('Friendly', 'wetu-importer'); ?></li>
162
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'rating'); ?>" type="checkbox" name="content[]" value="rating" /> <?php _e('Rating', 'wetu-importer'); ?></li>
163
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'rooms'); ?>" type="checkbox" name="content[]" value="rooms" /> <?php _e('Rooms', 'wetu-importer'); ?></li>
164
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'special_interests'); ?>" type="checkbox" name="content[]" value="special_interests" /> <?php _e('Special Interests', 'wetu-importer'); ?></li>
165
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'spoken_languages'); ?>" type="checkbox" name="content[]" value="spoken_languages" /> <?php _e('Spoken Languages', 'wetu-importer'); ?></li>
166
+
167
+		                        <?php if (class_exists('LSX_TO_Videos')) { ?>
168
+								    <li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'videos'); ?>" type="checkbox" name="content[]" value="videos" /> <?php _e('Videos', 'wetu-importer'); ?></li>
169 169
 		                        <?php } ?>
170 170
 							</ul>
171 171
 							<h4><?php _e('Additional Content'); ?></h4>
172 172
 							<ul>
173
-								<li><input class="content" checked="<?php $this->checked($this->accommodation_options,'featured_image'); ?>" type="checkbox" name="content[]" value="featured_image" /> <?php _e('Set Featured Image','wetu-importer'); ?></li>
174
-		                        <?php if(class_exists('LSX_Banners')){ ?>
175
-								    <li><input class="content" checked="<?php $this->checked($this->accommodation_options,'banner_image'); ?>" type="checkbox" name="content[]" value="banner_image" /> <?php _e('Set Banner Image','wetu-importer'); ?></li>
173
+								<li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'featured_image'); ?>" type="checkbox" name="content[]" value="featured_image" /> <?php _e('Set Featured Image', 'wetu-importer'); ?></li>
174
+		                        <?php if (class_exists('LSX_Banners')) { ?>
175
+								    <li><input class="content" checked="<?php $this->checked($this->accommodation_options, 'banner_image'); ?>" type="checkbox" name="content[]" value="banner_image" /> <?php _e('Set Banner Image', 'wetu-importer'); ?></li>
176 176
 		                        <?php } ?>
177 177
 							</ul>
178 178
 						</div>
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
 
184 184
 						<div style="width:30%;display:block;float:left;">
185 185
 							<h3><?php _e('Assign a Safari Brand'); ?></h3> 
186
-							<?php echo $this->taxonomy_checkboxes('accommodation-brand',$this->accommodation_options); ?>
186
+							<?php echo $this->taxonomy_checkboxes('accommodation-brand', $this->accommodation_options); ?>
187 187
 						</div>	
188 188
 
189 189
 						<br clear="both" />			
@@ -191,7 +191,7 @@  discard block
 block discarded – undo
191 191
 
192 192
 
193 193
 					<h3><?php _e('Your List'); ?></h3>
194
-                    <p><input class="button button-primary" type="submit" value="<?php _e('Sync','wetu-importer'); ?>" /></p>
194
+                    <p><input class="button button-primary" type="submit" value="<?php _e('Sync', 'wetu-importer'); ?>" /></p>
195 195
 					<table class="wp-list-table widefat fixed posts">
196 196
 						<?php $this->table_header(); ?>
197 197
 
@@ -203,12 +203,12 @@  discard block
 block discarded – undo
203 203
 
204 204
 					</table>
205 205
 
206
-					<p><input class="button button-primary" type="submit" value="<?php _e('Sync','wetu-importer'); ?>" /></p>
206
+					<p><input class="button button-primary" type="submit" value="<?php _e('Sync', 'wetu-importer'); ?>" /></p>
207 207
 				</form>
208 208
 			</div>
209 209
 
210 210
 			<div style="display:none;" class="completed-list-wrapper">
211
-				<h3><?php _e('Completed'); ?> - <small><?php _e('Import your','wetu-importer'); ?> <a href="<?php echo admin_url('admin.php'); ?>?page=<?php echo $this->plugin_slug; ?>&tab=destination"><?php _e('destinations'); ?></a> <?php _e('next','wetu-importer'); ?></small></h3>
211
+				<h3><?php _e('Completed'); ?> - <small><?php _e('Import your', 'wetu-importer'); ?> <a href="<?php echo admin_url('admin.php'); ?>?page=<?php echo $this->plugin_slug; ?>&tab=destination"><?php _e('destinations'); ?></a> <?php _e('next', 'wetu-importer'); ?></small></h3>
212 212
 				<ul>
213 213
 				</ul>
214 214
 			</div>
@@ -220,9 +220,9 @@  discard block
 block discarded – undo
220 220
 	 * search_form
221 221
 	 */
222 222
 	public function update_options_form() {
223
-		echo '<div style="display:none;" class="wetu-status"><h3>'.__('Wetu Status','wetu-importer').'</h3>';
223
+		echo '<div style="display:none;" class="wetu-status"><h3>'.__('Wetu Status', 'wetu-importer').'</h3>';
224 224
 		$accommodation = get_transient('lsx_ti_accommodation');
225
-		if('' === $accommodation || false === $accommodation || isset($_GET['refresh_accommodation'])){
225
+		if ('' === $accommodation || false === $accommodation || isset($_GET['refresh_accommodation'])) {
226 226
 			$this->update_options();
227 227
 		}
228 228
 		echo '</div>';
@@ -232,13 +232,13 @@  discard block
 block discarded – undo
232 232
 	 * Save the list of Accommodation into an option
233 233
 	 */
234 234
 	public function update_options() {
235
-		$data = file_get_contents( $this->url . '/List?' . $this->url_qs );
235
+		$data = file_get_contents($this->url.'/List?'.$this->url_qs);
236 236
 		$accommodation = json_decode($data, true);
237 237
 
238
-		if(isset($accommodation['error'])){
238
+		if (isset($accommodation['error'])) {
239 239
 		    return $accommodation['error'];
240 240
         }elseif (isset($accommodation) && !empty($accommodation)) {
241
-			set_transient('lsx_ti_accommodation',$accommodation,60*60*2);
241
+			set_transient('lsx_ti_accommodation', $accommodation, 60 * 60 * 2);
242 242
 			return true;
243 243
 		}
244 244
 	}
@@ -249,41 +249,41 @@  discard block
 block discarded – undo
249 249
 	public function process_ajax_search() {
250 250
 		$return = false;
251 251
 
252
-		if(isset($_POST['action']) && $_POST['action'] === 'lsx_tour_importer' && isset($_POST['type']) && $_POST['type'] === 'accommodation'){
252
+		if (isset($_POST['action']) && $_POST['action'] === 'lsx_tour_importer' && isset($_POST['type']) && $_POST['type'] === 'accommodation') {
253 253
 			$accommodation = get_transient('lsx_ti_accommodation');
254 254
 
255
-			if(false === $accommodation){
255
+			if (false === $accommodation) {
256 256
 			    $this->update_options();
257 257
             }
258 258
 
259
-			if ( false !== $accommodation ) {
259
+			if (false !== $accommodation) {
260 260
 				$searched_items = false;
261 261
 
262
-				if(isset($_POST['keyword'] )) {
262
+				if (isset($_POST['keyword'])) {
263 263
 					$keyphrases = $_POST['keyword'];
264
-				}else{
264
+				}else {
265 265
 					$keyphrases = array(0);
266 266
                 }
267 267
 
268
-				if(!is_array($keyphrases)){
268
+				if (!is_array($keyphrases)) {
269 269
 					$keyphrases = array($keyphrases);
270 270
 				}
271
-				foreach($keyphrases as &$keyword){
271
+				foreach ($keyphrases as &$keyword) {
272 272
 					$keyword = ltrim(rtrim($keyword));
273 273
 				}
274 274
 
275 275
 
276 276
 				$post_status = false;
277
-				if(in_array('publish',$keyphrases)){
277
+				if (in_array('publish', $keyphrases)) {
278 278
 					$post_status = 'publish';
279 279
 				}
280
-				if(in_array('pending',$keyphrases)){
280
+				if (in_array('pending', $keyphrases)) {
281 281
 					$post_status = 'pending';
282 282
 				}
283
-				if(in_array('draft',$keyphrases)){
283
+				if (in_array('draft', $keyphrases)) {
284 284
 					$post_status = 'draft';
285 285
 				}
286
-				if(in_array('import',$keyphrases)){
286
+				if (in_array('import', $keyphrases)) {
287 287
 					$post_status = 'import';
288 288
 				}
289 289
 
@@ -291,32 +291,32 @@  discard block
 block discarded – undo
291 291
 
292 292
 					$current_accommodation = $this->find_current_accommodation();
293 293
 
294
-					foreach($accommodation as $row_key => $row){
294
+					foreach ($accommodation as $row_key => $row) {
295 295
 
296 296
 						//If this is a current tour, add its ID to the row.
297 297
 						$row['post_id'] = 0;
298
-						if(false !== $current_accommodation && array_key_exists($row['id'], $current_accommodation)){
298
+						if (false !== $current_accommodation && array_key_exists($row['id'], $current_accommodation)) {
299 299
 							$row['post_id'] = $current_accommodation[$row['id']]->post_id;
300 300
 						}
301 301
 
302 302
 						//If we are searching for
303
-						if(false !== $post_status){
303
+						if (false !== $post_status) {
304 304
 
305
-							if('import' === $post_status){
305
+							if ('import' === $post_status) {
306 306
 
307
-							    if(is_array($this->queued_imports) && in_array($row['post_id'],$this->queued_imports)){
307
+							    if (is_array($this->queued_imports) && in_array($row['post_id'], $this->queued_imports)) {
308 308
 									$searched_items[sanitize_title($row['name']).'-'.$row['id']] = $this->format_row($row);
309
-                                }else{
309
+                                }else {
310 310
 							        continue;
311 311
                                 }
312 312
 
313
-							}else{
313
+							}else {
314 314
 
315
-								if(0 === $row['post_id']){
315
+								if (0 === $row['post_id']) {
316 316
 									continue;
317
-								}else{
317
+								}else {
318 318
 									$current_status = get_post_status($row['post_id']);
319
-									if($current_status !== $post_status){
319
+									if ($current_status !== $post_status) {
320 320
 										continue;
321 321
 									}
322 322
 
@@ -324,17 +324,17 @@  discard block
 block discarded – undo
324 324
 								$searched_items[sanitize_title($row['name']).'-'.$row['id']] = $this->format_row($row);
325 325
 							}
326 326
 
327
-						}else{
327
+						}else {
328 328
 							//Search through each keyword.
329
-							foreach($keyphrases as $keyphrase){
329
+							foreach ($keyphrases as $keyphrase) {
330 330
 
331 331
 								//Make sure the keyphrase is turned into an array
332
-								$keywords = explode(" ",$keyphrase);
333
-								if(!is_array($keywords)){
332
+								$keywords = explode(" ", $keyphrase);
333
+								if (!is_array($keywords)) {
334 334
 									$keywords = array($keywords);
335 335
 								}
336 336
 
337
-								if($this->multineedle_stripos(ltrim(rtrim($row['name'])), $keywords) !== false){
337
+								if ($this->multineedle_stripos(ltrim(rtrim($row['name'])), $keywords) !== false) {
338 338
 									$searched_items[sanitize_title($row['name']).'-'.$row['id']] = $this->format_row($row);
339 339
 								}
340 340
 							}
@@ -343,7 +343,7 @@  discard block
 block discarded – undo
343 343
 				}
344 344
 
345 345
 
346
-				if(false !== $searched_items){
346
+				if (false !== $searched_items) {
347 347
 					ksort($searched_items);
348 348
 					$return = implode($searched_items);
349 349
 				}
@@ -355,11 +355,11 @@  discard block
 block discarded – undo
355 355
 	/**
356 356
 	 * Formats the row for output on the screen.
357 357
 	 */	
358
-	public function format_row($row = false){
359
-		if(false !== $row){
358
+	public function format_row($row = false) {
359
+		if (false !== $row) {
360 360
 
361 361
 			$status = 'import';
362
-			if(0 !== $row['post_id']){
362
+			if (0 !== $row['post_id']) {
363 363
 				$status = '<a href="'.admin_url('/post.php?post='.$row['post_id'].'&action=edit').'" target="_blank">'.get_post_status($row['post_id']).'</a>';
364 364
 			}
365 365
 
@@ -373,7 +373,7 @@  discard block
 block discarded – undo
373 373
 					<strong>'.$row['name'].'</strong> - '.$status.'
374 374
 				</td>
375 375
 				<td class="date column-date">
376
-					<abbr title="'.date('Y/m/d',strtotime($row['last_modified'])).'">'.date('Y/m/d',strtotime($row['last_modified'])).'</abbr><br>Last Modified
376
+					<abbr title="'.date('Y/m/d', strtotime($row['last_modified'])).'">'.date('Y/m/d', strtotime($row['last_modified'])).'</abbr><br>Last Modified
377 377
 				</td>
378 378
 				<td class="ssid column-ssid">
379 379
 					'.$row['id'].'
@@ -389,11 +389,11 @@  discard block
 block discarded – undo
389 389
 	public function remove_from_queue($id) {
390 390
         if (!empty($this->queued_imports)) {
391 391
 
392
-			if(($key = array_search($id, $this->queued_imports)) !== false) {
392
+			if (($key = array_search($id, $this->queued_imports)) !== false) {
393 393
 				unset($this->queued_imports[$key]);
394 394
 
395 395
 				delete_option('wetu_importer_que');
396
-				update_option('wetu_importer_que',$this->queued_imports);
396
+				update_option('wetu_importer_que', $this->queued_imports);
397 397
 			}
398 398
         }
399 399
 	}
@@ -403,43 +403,43 @@  discard block
 block discarded – undo
403 403
 	 */
404 404
 	public function process_ajax_import() {
405 405
 		$return = false;
406
-		if(isset($_POST['action']) && $_POST['action'] === 'lsx_import_items' && isset($_POST['type']) && $_POST['type'] === 'accommodation' && isset($_POST['wetu_id'])){
406
+		if (isset($_POST['action']) && $_POST['action'] === 'lsx_import_items' && isset($_POST['type']) && $_POST['type'] === 'accommodation' && isset($_POST['wetu_id'])) {
407 407
 			
408 408
 			$wetu_id = $_POST['wetu_id'];
409
-			if(isset($_POST['post_id'])){
409
+			if (isset($_POST['post_id'])) {
410 410
 				$post_id = $_POST['post_id'];	
411
-			}else{
411
+			}else {
412 412
 				$post_id = 0;
413 413
 			}
414 414
 
415
-			if(isset($_POST['team_members'])){
415
+			if (isset($_POST['team_members'])) {
416 416
 				$team_members = $_POST['team_members'];	
417
-			}else{
417
+			}else {
418 418
 				$team_members = false;
419 419
 			}
420 420
 
421
-			if(isset($_POST['safari_brands'])){
421
+			if (isset($_POST['safari_brands'])) {
422 422
 				$safari_brands = $_POST['safari_brands'];	
423
-			}else{
423
+			}else {
424 424
 				$safari_brands = false;
425 425
 			}
426 426
 
427 427
 			delete_option('wetu_importer_accommodation_settings');
428
-			if(isset($_POST['content']) && is_array($_POST['content']) && !empty($_POST['content'])){
428
+			if (isset($_POST['content']) && is_array($_POST['content']) && !empty($_POST['content'])) {
429 429
 				$content = $_POST['content'];
430
-				add_option('wetu_importer_accommodation_settings',$content);
431
-			}else{
430
+				add_option('wetu_importer_accommodation_settings', $content);
431
+			}else {
432 432
 
433 433
 				$content = false;
434 434
 			}
435 435
 
436
-            $jdata = file_get_contents( $this->url . '/Get?' . $this->url_qs . '&ids=' . $wetu_id );
437
-            if($jdata)
436
+            $jdata = file_get_contents($this->url.'/Get?'.$this->url_qs.'&ids='.$wetu_id);
437
+            if ($jdata)
438 438
             {
439
-                $adata=json_decode($jdata,true);
440
-                if(!empty($adata))
439
+                $adata = json_decode($jdata, true);
440
+                if (!empty($adata))
441 441
                 {
442
-                	$return = $this->import_row($adata,$wetu_id,$post_id,$team_members,$content,$safari_brands);
442
+                	$return = $this->import_row($adata, $wetu_id, $post_id, $team_members, $content, $safari_brands);
443 443
                 	$this->format_completed_row($return);
444 444
                 	$this->remove_from_queue($return);
445 445
 					$this->cleanup_posts();
@@ -451,9 +451,9 @@  discard block
 block discarded – undo
451 451
 	/**
452 452
 	 * Connect to wetu
453 453
 	 */
454
-	public function import_row($data,$wetu_id,$id=0,$team_members=false,$importable_content=false,$safari_brands=false) {
454
+	public function import_row($data, $wetu_id, $id = 0, $team_members = false, $importable_content = false, $safari_brands = false) {
455 455
 
456
-        if(trim($data[0]['type'])=='Accommodation')
456
+        if (trim($data[0]['type']) == 'Accommodation')
457 457
         {
458 458
 	        $post_name = $data_post_content = $data_post_excerpt = '';
459 459
 	        $post = array(
@@ -463,44 +463,44 @@  discard block
 block discarded – undo
463 463
 	        $content_used_general_description = false;
464 464
 
465 465
 	        //Set the post_content
466
-	        if(false !== $importable_content && in_array('description',$importable_content)){
467
-		        if(isset($data[0]['content']['extended_description']))
466
+	        if (false !== $importable_content && in_array('description', $importable_content)) {
467
+		        if (isset($data[0]['content']['extended_description']))
468 468
 		        {
469 469
 		            $data_post_content = $data[0]['content']['extended_description'];
470
-		        }elseif(isset($data[0]['content']['general_description'])){
470
+		        }elseif (isset($data[0]['content']['general_description'])) {
471 471
 		            $data_post_content = $data[0]['content']['general_description'];
472 472
 		            $content_used_general_description = true;
473
-		        }elseif(isset($data[0]['content']['teaser_description'])){
473
+		        }elseif (isset($data[0]['content']['teaser_description'])) {
474 474
 		        	$data_post_content = $data[0]['content']['teaser_description'];
475 475
 		        }
476 476
 	        	$post['post_content'] = wp_strip_all_tags($data_post_content);
477 477
 	        }
478 478
 
479 479
 	        //set the post_excerpt
480
-	        if(false !== $importable_content && in_array('excerpt',$importable_content)){
481
-		        if(isset($data[0]['content']['teaser_description'])){
480
+	        if (false !== $importable_content && in_array('excerpt', $importable_content)) {
481
+		        if (isset($data[0]['content']['teaser_description'])) {
482 482
 		        	$data_post_excerpt = $data[0]['content']['teaser_description'];
483
-		        }elseif(isset($data[0]['content']['general_description']) && false === $content_used_general_description){
483
+		        }elseif (isset($data[0]['content']['general_description']) && false === $content_used_general_description) {
484 484
 		            $data_post_excerpt = $data[0]['content']['general_description'];
485 485
 		        }	   
486 486
 		        $post['post_excerpt'] = $data_post_excerpt;     	
487 487
 	        }
488 488
 
489
-	        if(false !== $id && '0' !== $id){
489
+	        if (false !== $id && '0' !== $id) {
490 490
 	        	$post['ID'] = $id;
491
-				if(isset($data[0]['name'])){
491
+				if (isset($data[0]['name'])) {
492 492
 					$post['post_title'] = $data[0]['name'];
493 493
 	        		$post['post_status'] = 'publish';
494
-					$post['post_name'] = wp_unique_post_slug(sanitize_title($data[0]['name']),$id, 'draft', 'accommodation', 0);
494
+					$post['post_name'] = wp_unique_post_slug(sanitize_title($data[0]['name']), $id, 'draft', 'accommodation', 0);
495 495
 				}
496 496
 	        	$id = wp_update_post($post);
497
-	        	$prev_date = get_post_meta($id,'lsx_wetu_modified_date',true);
498
-	        	update_post_meta($id,'lsx_wetu_modified_date',strtotime($data[0]['last_modified']),$prev_date);
499
-	        }else{
497
+	        	$prev_date = get_post_meta($id, 'lsx_wetu_modified_date', true);
498
+	        	update_post_meta($id, 'lsx_wetu_modified_date', strtotime($data[0]['last_modified']), $prev_date);
499
+	        }else {
500 500
 
501 501
 		        //Set the name
502
-		        if(isset($data[0]['name'])){
503
-		            $post_name = wp_unique_post_slug(sanitize_title($data[0]['name']),$id, 'draft', 'accommodation', 0);
502
+		        if (isset($data[0]['name'])) {
503
+		            $post_name = wp_unique_post_slug(sanitize_title($data[0]['name']), $id, 'draft', 'accommodation', 0);
504 504
 		        }
505 505
 	        	$post['post_name'] = $post_name;
506 506
 	        	$post['post_title'] = $data[0]['name'];
@@ -508,89 +508,89 @@  discard block
 block discarded – undo
508 508
 	        	$id = wp_insert_post($post);
509 509
 
510 510
 	        	//Save the WETU ID and the Last date it was modified.
511
-	        	if(false !== $id){
512
-	        		add_post_meta($id,'lsx_wetu_id',$wetu_id);
513
-	        		add_post_meta($id,'lsx_wetu_modified_date',strtotime($data[0]['last_modified']));
511
+	        	if (false !== $id) {
512
+	        		add_post_meta($id, 'lsx_wetu_id', $wetu_id);
513
+	        		add_post_meta($id, 'lsx_wetu_modified_date', strtotime($data[0]['last_modified']));
514 514
 	        	}
515 515
 	        }
516 516
 	        //Setup some default for use in the import
517
-	        if(false !== $importable_content && (in_array('gallery',$importable_content) || in_array('banner_image',$importable_content) || in_array('featured_image',$importable_content))){
517
+	        if (false !== $importable_content && (in_array('gallery', $importable_content) || in_array('banner_image', $importable_content) || in_array('featured_image', $importable_content))) {
518 518
 				$this->find_attachments($id);
519 519
 			}
520 520
 
521 521
 	        //Set the team member if it is there
522
-	        if(post_type_exists('team') && false !== $team_members && '' !== $team_members){
523
-	        	$this->set_team_member($id,$team_members);
522
+	        if (post_type_exists('team') && false !== $team_members && '' !== $team_members) {
523
+	        	$this->set_team_member($id, $team_members);
524 524
 	    	}
525 525
 
526 526
 	        //Set the safari brand
527
-	        if(false !== $safari_brands && '' !== $safari_brands){
528
-	        	$this->set_safari_brands($id,$safari_brands);
527
+	        if (false !== $safari_brands && '' !== $safari_brands) {
528
+	        	$this->set_safari_brands($id, $safari_brands);
529 529
 
530 530
 	    	}	    	
531 531
 
532
-	        if(class_exists('LSX_TO_Maps')){
533
-	        	$this->set_map_data($data,$id,9);
532
+	        if (class_exists('LSX_TO_Maps')) {
533
+	        	$this->set_map_data($data, $id, 9);
534 534
 	        }
535 535
 
536
-	        if(post_type_exists('destination') && false !== $importable_content && in_array('destination',$importable_content)){
537
-	        	$this->connect_destinations($data,$id);
536
+	        if (post_type_exists('destination') && false !== $importable_content && in_array('destination', $importable_content)) {
537
+	        	$this->connect_destinations($data, $id);
538 538
 	        }
539 539
 
540
-	        if(false !== $importable_content && in_array('category',$importable_content)){
541
-	        	$this->set_taxonomy_style($data,$id);
540
+	        if (false !== $importable_content && in_array('category', $importable_content)) {
541
+	        	$this->set_taxonomy_style($data, $id);
542 542
 	        }
543 543
 
544 544
 	        //Set the Room Data
545
-	        if(false !== $importable_content && in_array('rooms',$importable_content)){
546
-	        	$this->set_room_data($data,$id);
545
+	        if (false !== $importable_content && in_array('rooms', $importable_content)) {
546
+	        	$this->set_room_data($data, $id);
547 547
 	    	}
548 548
 
549 549
 	    	//Set the rating
550
-	    	if(false !== $importable_content && in_array('rating',$importable_content)){
551
-	       		$this->set_rating($data,$id);
550
+	    	if (false !== $importable_content && in_array('rating', $importable_content)) {
551
+	       		$this->set_rating($data, $id);
552 552
 	    	}
553 553
 
554 554
 	    	//Set the checkin checkout data
555
-	    	if(false !== $importable_content && in_array('checkin',$importable_content)){
556
-	        	$this->set_checkin_checkout($data,$id);
555
+	    	if (false !== $importable_content && in_array('checkin', $importable_content)) {
556
+	        	$this->set_checkin_checkout($data, $id);
557 557
 	        }
558 558
 
559 559
 	    	//Set the Spoken Languages
560
-	    	if(false !== $importable_content && in_array('spoken_languages',$importable_content)){
561
-	       		$this->set_spoken_languages($data,$id);
560
+	    	if (false !== $importable_content && in_array('spoken_languages', $importable_content)) {
561
+	       		$this->set_spoken_languages($data, $id);
562 562
 	    	}
563 563
 
564 564
 	    	//Set the friendly options
565
-	    	if(false !== $importable_content && in_array('friendly',$importable_content)){
566
-	       		$this->set_friendly($data,$id);
565
+	    	if (false !== $importable_content && in_array('friendly', $importable_content)) {
566
+	       		$this->set_friendly($data, $id);
567 567
 	    	}
568 568
 
569 569
 	    	//Set the special_interests
570
-	    	if(false !== $importable_content && in_array('special_interests',$importable_content)){
571
-	       		$this->set_special_interests($data,$id);
570
+	    	if (false !== $importable_content && in_array('special_interests', $importable_content)) {
571
+	       		$this->set_special_interests($data, $id);
572 572
 	    	}	    		    		        
573 573
 
574 574
 	        //Import the videos
575
-	        if(false !== $importable_content && in_array('videos',$importable_content)){
576
-	        	$this->set_video_data($data,$id);
575
+	        if (false !== $importable_content && in_array('videos', $importable_content)) {
576
+	        	$this->set_video_data($data, $id);
577 577
 	        }
578 578
 
579 579
 	        //Import the facilities
580
-	        if(false !== $importable_content && in_array('facilities',$importable_content)){
581
-	        	$this->set_facilities($data,$id);
580
+	        if (false !== $importable_content && in_array('facilities', $importable_content)) {
581
+	        	$this->set_facilities($data, $id);
582 582
 	        }	        
583 583
 
584 584
 	        //Set the featured image
585
-	        if(false !== $importable_content && in_array('featured_image',$importable_content)){
586
-	        	$this->set_featured_image($data,$id);
585
+	        if (false !== $importable_content && in_array('featured_image', $importable_content)) {
586
+	        	$this->set_featured_image($data, $id);
587 587
 	        }
588
-	        if(false !== $importable_content && in_array('banner_image',$importable_content)){
589
-	        	$this->set_banner_image($data,$id);
588
+	        if (false !== $importable_content && in_array('banner_image', $importable_content)) {
589
+	        	$this->set_banner_image($data, $id);
590 590
 	        }	        
591 591
 	        //Import the main gallery
592
-	        if(false !== $importable_content && in_array('gallery',$importable_content)){	    	
593
-	    		$this->create_main_gallery($data,$id);
592
+	        if (false !== $importable_content && in_array('gallery', $importable_content)) {	    	
593
+	    		$this->create_main_gallery($data, $id);
594 594
 	        }	        	        	        
595 595
         }
596 596
         return $id;
@@ -599,50 +599,50 @@  discard block
 block discarded – undo
599 599
 	/**
600 600
 	 * Set the team memberon each item.
601 601
 	 */
602
-	public function set_team_member($id,$team_members) {
602
+	public function set_team_member($id, $team_members) {
603 603
 
604 604
 		delete_post_meta($id, 'team_to_'.$this->tab_slug);
605
-		foreach($team_members as $team){
606
-        	add_post_meta($id,'team_to_'.$this->tab_slug,$team);			
605
+		foreach ($team_members as $team) {
606
+        	add_post_meta($id, 'team_to_'.$this->tab_slug, $team);			
607 607
 		}
608 608
 	}
609 609
 
610 610
 	/**
611 611
 	 * Set the safari brand
612 612
 	 */
613
-	public function set_safari_brands($id,$safari_brands) {
614
-		foreach($safari_brands as $safari_brand){
615
-        	wp_set_object_terms( $id, intval($safari_brand), 'accommodation-brand',true);			
613
+	public function set_safari_brands($id, $safari_brands) {
614
+		foreach ($safari_brands as $safari_brand) {
615
+        	wp_set_object_terms($id, intval($safari_brand), 'accommodation-brand', true);			
616 616
 		}
617 617
 	}
618 618
 
619 619
 	/**
620 620
 	 * Connects the destinations post type
621 621
 	 */
622
-	public function connect_destinations($data,$id) {
623
-		if(isset($data[0]['position'])){
622
+	public function connect_destinations($data, $id) {
623
+		if (isset($data[0]['position'])) {
624 624
 		    $destinations = false;
625
-		    if(isset($data[0]['position']['country'])){
625
+		    if (isset($data[0]['position']['country'])) {
626 626
 		    	$destinations['country'] = $data[0]['position']['country'];
627 627
 		    }
628
-		    if(isset($data[0]['position']['destination'])){
628
+		    if (isset($data[0]['position']['destination'])) {
629 629
 		    	$destinations['destination'] = $data[0]['position']['destination'];
630 630
 		    }
631 631
 		    
632
-		    if(false !== $destinations){	
633
-		    	$prev_values = get_post_meta($id,'destination_to_accommodation',false);
634
-		    	if(false === $prev_values || !is_array($prev_values)){
632
+		    if (false !== $destinations) {	
633
+		    	$prev_values = get_post_meta($id, 'destination_to_accommodation', false);
634
+		    	if (false === $prev_values || !is_array($prev_values)) {
635 635
 		    		$prev_values = array();
636 636
 		    	}
637 637
 		    	//print_r($destinations);
638 638
 				$destinations = array_unique($destinations);
639 639
 				//print_r($destinations);
640
-			    foreach($destinations as $key => $value){
640
+			    foreach ($destinations as $key => $value) {
641 641
 				    $destination = get_page_by_title(ltrim(rtrim($value)), 'OBJECT', 'destination');
642 642
 	                if (null !== $destination) {
643
-	                	if(!in_array($destination->ID,$prev_values)){
644
-	                   		add_post_meta($id,'destination_to_accommodation',$destination->ID,false);
645
-	                   		add_post_meta($destination->ID,'accommodation_to_destination',$id,false);
643
+	                	if (!in_array($destination->ID, $prev_values)) {
644
+	                   		add_post_meta($id, 'destination_to_accommodation', $destination->ID, false);
645
+	                   		add_post_meta($destination->ID, 'accommodation_to_destination', $id, false);
646 646
 							$this->cleanup_posts[$destination->ID] = 'accommodation_to_destination';
647 647
 	                	}
648 648
 	                } 		    	
@@ -654,18 +654,18 @@  discard block
 block discarded – undo
654 654
 	/**
655 655
 	 * Set the Travel Style
656 656
 	 */
657
-	public function set_taxonomy_style($data,$id) {
657
+	public function set_taxonomy_style($data, $id) {
658 658
 		$terms = false;
659
-		if(isset($data[0]['category'])){
660
-			if(!$term = term_exists(trim($data[0]['category']), 'accommodation-type'))
659
+		if (isset($data[0]['category'])) {
660
+			if (!$term = term_exists(trim($data[0]['category']), 'accommodation-type'))
661 661
 	        {
662 662
 	            $term = wp_insert_term(trim($data[0]['category']), 'accommodation-type');
663
-	            if ( is_wp_error($term) ){echo $term->get_error_message();}
664
-	            else { wp_set_object_terms( $id, intval($term['term_id']), 'accommodation-type',true); }
663
+	            if (is_wp_error($term)) {echo $term->get_error_message(); }
664
+	            else { wp_set_object_terms($id, intval($term['term_id']), 'accommodation-type', true); }
665 665
 	        }
666 666
 	        else
667 667
 	        {
668
-	            wp_set_object_terms( $id, intval($term['term_id']), 'accommodation-type',true);
668
+	            wp_set_object_terms($id, intval($term['term_id']), 'accommodation-type', true);
669 669
 	        }				
670 670
 		}
671 671
 	}		
@@ -673,23 +673,23 @@  discard block
 block discarded – undo
673 673
 	/**
674 674
 	 * Saves the room data
675 675
 	 */
676
-	public function set_room_data($data,$id) {
677
-		if(!empty($data[0]['rooms']) && is_array($data[0]['rooms'])){
676
+	public function set_room_data($data, $id) {
677
+		if (!empty($data[0]['rooms']) && is_array($data[0]['rooms'])) {
678 678
 			$rooms = false;
679 679
 
680
-			foreach($data[0]['rooms'] as $room){
680
+			foreach ($data[0]['rooms'] as $room) {
681 681
 
682 682
 				$temp_room = array();
683
-				if(isset($room['name'])){
683
+				if (isset($room['name'])) {
684 684
 					$temp_room['title'] = $room['name'];
685 685
 				}
686
-				if(isset($room['description'])){
686
+				if (isset($room['description'])) {
687 687
 					$temp_room['description'] = strip_tags($room['description']);
688 688
 				}			
689 689
 				$temp_room['price'] = 0;
690 690
 				$temp_room['type'] = 'room';
691 691
 
692
-				if(!empty($room['images']) && is_array($room['images'])){
692
+				if (!empty($room['images']) && is_array($room['images'])) {
693 693
 			    	$attachments_args = array(
694 694
 			    			'post_parent' => $id,
695 695
 			    			'post_status' => 'inherit',
@@ -699,38 +699,38 @@  discard block
 block discarded – undo
699 699
 			    	$attachments = new WP_Query($attachments_args);
700 700
 			    	$found_attachments = array();
701 701
 
702
-			    	if($attachments->have_posts()){
703
-			    		foreach($attachments->posts as $attachment){
704
-			    			$found_attachments[] = str_replace(array('.jpg','.png','.jpeg'),'',$attachment->post_title);
702
+			    	if ($attachments->have_posts()) {
703
+			    		foreach ($attachments->posts as $attachment) {
704
+			    			$found_attachments[] = str_replace(array('.jpg', '.png', '.jpeg'), '', $attachment->post_title);
705 705
 			    		}
706 706
 			    	}
707 707
 
708 708
 					$temp_room['gallery'] = array();
709
-					foreach($room['images'] as $image_data){
710
-			    		$temp_room['gallery'][] = $this->attach_image($image_data,$id,$found_attachments);
709
+					foreach ($room['images'] as $image_data) {
710
+			    		$temp_room['gallery'][] = $this->attach_image($image_data, $id, $found_attachments);
711 711
 			    	}
712 712
 				}
713 713
 				$rooms[] = $temp_room;
714 714
 			}
715 715
 
716
-			if(false !== $id && '0' !== $id){
716
+			if (false !== $id && '0' !== $id) {
717 717
 				delete_post_meta($id, 'units');				
718 718
 			}
719
-			foreach($rooms as $room){
720
-		        add_post_meta($id,'units',$room,false);			
719
+			foreach ($rooms as $room) {
720
+		        add_post_meta($id, 'units', $room, false);			
721 721
 			}
722 722
 
723
-			if(isset($data[0]['features']) && isset($data[0]['features']['rooms'])){
723
+			if (isset($data[0]['features']) && isset($data[0]['features']['rooms'])) {
724 724
 				$room_count = $data[0]['features']['rooms'];
725
-			}else{
725
+			}else {
726 726
 				$room_count = count($data[0]['rooms']);
727 727
 			}
728 728
 
729
-			if(false !== $id && '0' !== $id){
730
-	        	$prev_rooms = get_post_meta($id,'number_of_rooms',true);
731
-	        	update_post_meta($id,'number_of_rooms',$room_count,$prev_rooms);
732
-	        }else{
733
-	        	add_post_meta($id,'number_of_rooms',$room_count,true);
729
+			if (false !== $id && '0' !== $id) {
730
+	        	$prev_rooms = get_post_meta($id, 'number_of_rooms', true);
731
+	        	update_post_meta($id, 'number_of_rooms', $room_count, $prev_rooms);
732
+	        }else {
733
+	        	add_post_meta($id, 'number_of_rooms', $room_count, true);
734 734
 	        }
735 735
 		}
736 736
 	}
@@ -738,31 +738,31 @@  discard block
 block discarded – undo
738 738
 	/**
739 739
 	 * Set the ratings
740 740
 	 */
741
-	public function set_rating($data,$id) {
741
+	public function set_rating($data, $id) {
742 742
 
743
-		if(!empty($data[0]['features']) && isset($data[0]['features']['star_authority'])){
743
+		if (!empty($data[0]['features']) && isset($data[0]['features']['star_authority'])) {
744 744
 			$rating_type = $data[0]['features']['star_authority'];	
745
-		}else{
745
+		}else {
746 746
 			$rating_type = 'Unspecified2';
747 747
 		}
748
-		$this->save_custom_field($rating_type,'rating_type',$id);
748
+		$this->save_custom_field($rating_type, 'rating_type', $id);
749 749
 
750
-		if(!empty($data[0]['features']) && isset($data[0]['features']['stars'])){
751
-			$this->save_custom_field($data[0]['features']['stars'],'rating',$id,true);	
750
+		if (!empty($data[0]['features']) && isset($data[0]['features']['stars'])) {
751
+			$this->save_custom_field($data[0]['features']['stars'], 'rating', $id, true);	
752 752
 		}
753 753
 	}
754 754
 
755 755
 	/**
756 756
 	 * Set the spoken_languages
757 757
 	 */
758
-	public function set_spoken_languages($data,$id) {
759
-		if(!empty($data[0]['features']) && isset($data[0]['features']['spoken_languages']) && !empty($data[0]['features']['spoken_languages'])){
758
+	public function set_spoken_languages($data, $id) {
759
+		if (!empty($data[0]['features']) && isset($data[0]['features']['spoken_languages']) && !empty($data[0]['features']['spoken_languages'])) {
760 760
 			$languages = false;
761
-			foreach($data[0]['features']['spoken_languages'] as $spoken_language){
761
+			foreach ($data[0]['features']['spoken_languages'] as $spoken_language) {
762 762
 				$languages[] = sanitize_title($spoken_language);
763 763
 			}
764
-			if(false !== $languages){
765
-				$this->save_custom_field($languages,'spoken_languages',$id);
764
+			if (false !== $languages) {
765
+				$this->save_custom_field($languages, 'spoken_languages', $id);
766 766
 			}
767 767
 		}
768 768
 	}
@@ -770,14 +770,14 @@  discard block
 block discarded – undo
770 770
 	/**
771 771
 	 * Set the friendly
772 772
 	 */
773
-	public function set_friendly($data,$id) {
774
-		if(!empty($data[0]['features']) && isset($data[0]['features']['suggested_visitor_types']) && !empty($data[0]['features']['suggested_visitor_types'])){
773
+	public function set_friendly($data, $id) {
774
+		if (!empty($data[0]['features']) && isset($data[0]['features']['suggested_visitor_types']) && !empty($data[0]['features']['suggested_visitor_types'])) {
775 775
 			$friendly_options = false;
776
-			foreach($data[0]['features']['suggested_visitor_types'] as $visitor_type){
776
+			foreach ($data[0]['features']['suggested_visitor_types'] as $visitor_type) {
777 777
 				$friendly_options[] = sanitize_title($visitor_type);
778 778
 			}
779
-			if(false !== $friendly_options){
780
-				$this->save_custom_field($friendly_options,'suggested_visitor_types',$id);
779
+			if (false !== $friendly_options) {
780
+				$this->save_custom_field($friendly_options, 'suggested_visitor_types', $id);
781 781
 			}
782 782
 		}		
783 783
 	}
@@ -785,14 +785,14 @@  discard block
 block discarded – undo
785 785
 	/**
786 786
 	 * Set the special interests
787 787
 	 */
788
-	public function set_special_interests($data,$id) {
789
-		if(!empty($data[0]['features']) && isset($data[0]['features']['special_interests']) && !empty($data[0]['features']['special_interests'])){
788
+	public function set_special_interests($data, $id) {
789
+		if (!empty($data[0]['features']) && isset($data[0]['features']['special_interests']) && !empty($data[0]['features']['special_interests'])) {
790 790
 			$interests = false;
791
-			foreach($data[0]['features']['special_interests'] as $special_interest){
791
+			foreach ($data[0]['features']['special_interests'] as $special_interest) {
792 792
 				$interests[] = sanitize_title($special_interest);
793 793
 			}
794
-			if(false !== $interests){
795
-				$this->save_custom_field($interests,'special_interests',$id);
794
+			if (false !== $interests) {
795
+				$this->save_custom_field($interests, 'special_interests', $id);
796 796
 			}
797 797
 		}		
798 798
 	}				
@@ -800,24 +800,24 @@  discard block
 block discarded – undo
800 800
 	/**
801 801
 	 * Set the Check in and Check out Date
802 802
 	 */
803
-	public function set_checkin_checkout($data,$id) {
803
+	public function set_checkin_checkout($data, $id) {
804 804
 
805
-		if(!empty($data[0]['features']) && isset($data[0]['features']['check_in_time'])){
806
-			$time = str_replace('h',':',$data[0]['features']['check_in_time']);
807
-			$time = date('h:ia',strtotime($time));
808
-			$this->save_custom_field($time,'checkin_time',$id);
805
+		if (!empty($data[0]['features']) && isset($data[0]['features']['check_in_time'])) {
806
+			$time = str_replace('h', ':', $data[0]['features']['check_in_time']);
807
+			$time = date('h:ia', strtotime($time));
808
+			$this->save_custom_field($time, 'checkin_time', $id);
809 809
 		}
810
-		if(!empty($data[0]['features']) && isset($data[0]['features']['check_out_time'])){
811
-			$time = str_replace('h',':',$data[0]['features']['check_out_time']);
812
-			$time = date('h:ia',strtotime($time));
813
-			$this->save_custom_field($time,'checkout_time',$id);
810
+		if (!empty($data[0]['features']) && isset($data[0]['features']['check_out_time'])) {
811
+			$time = str_replace('h', ':', $data[0]['features']['check_out_time']);
812
+			$time = date('h:ia', strtotime($time));
813
+			$this->save_custom_field($time, 'checkout_time', $id);
814 814
 		}
815 815
 	}	
816 816
 
817 817
 	/**
818 818
 	 * Set the Facilities
819 819
 	 */
820
-	public function set_facilities($data,$id) {
820
+	public function set_facilities($data, $id) {
821 821
 
822 822
 		$parent_facilities = array(
823 823
 			'available_services' => 'Available Services',
@@ -825,13 +825,13 @@  discard block
 block discarded – undo
825 825
 			'room_facilities' => 'Room Facilities',
826 826
 			'activities_on_site' => 'Activities on Site'
827 827
 		);
828
-		foreach($parent_facilities as $key => $label){
828
+		foreach ($parent_facilities as $key => $label) {
829 829
 			$terms = false;
830
-			if(isset($data[0]['features']) && isset($data[0]['features'][$key])){
831
-				$parent_id = $this->set_term($id,$label,'facility');	
830
+			if (isset($data[0]['features']) && isset($data[0]['features'][$key])) {
831
+				$parent_id = $this->set_term($id, $label, 'facility');	
832 832
 			}
833
-			foreach($data[0]['features'][$key] as $child_facility){
834
-				$this->set_term($id,$child_facility,'facility',$parent_id);
833
+			foreach ($data[0]['features'][$key] as $child_facility) {
834
+				$this->set_term($id, $child_facility, 'facility', $parent_id);
835 835
 			}
836 836
 		}
837 837
 	}
Please login to merge, or discard this patch.