Test Failed
Push — master ( a93b1d...f26a82 )
by Stiofan
14:00
created
geodirectory-admin/admin_functions.php 1 patch
Spacing   +948 added lines, -948 removed lines patch added patch discarded remove patch
@@ -28,31 +28,31 @@  discard block
 block discarded – undo
28 28
      * @package GeoDirectory
29 29
      */
30 30
     function geodir_admin_styles() {
31
-        wp_register_style('geodirectory-admin-css', geodir_plugin_url() . '/geodirectory-assets/css/admin.css', array(), GEODIRECTORY_VERSION);
31
+        wp_register_style('geodirectory-admin-css', geodir_plugin_url().'/geodirectory-assets/css/admin.css', array(), GEODIRECTORY_VERSION);
32 32
         wp_enqueue_style('geodirectory-admin-css');
33 33
 
34
-        wp_register_style('geodirectory-frontend-style', geodir_plugin_url() . '/geodirectory-assets/css/style.css', array(), GEODIRECTORY_VERSION);
34
+        wp_register_style('geodirectory-frontend-style', geodir_plugin_url().'/geodirectory-assets/css/style.css', array(), GEODIRECTORY_VERSION);
35 35
         wp_enqueue_style('geodirectory-frontend-style');
36 36
 
37
-        wp_register_style('geodir-chosen-style', geodir_plugin_url() . '/geodirectory-assets/css/chosen.css', array(), GEODIRECTORY_VERSION);
37
+        wp_register_style('geodir-chosen-style', geodir_plugin_url().'/geodirectory-assets/css/chosen.css', array(), GEODIRECTORY_VERSION);
38 38
         wp_enqueue_style('geodir-chosen-style');
39 39
 
40
-        wp_register_style('geodirectory-jquery-ui-timepicker-css', geodir_plugin_url() . '/geodirectory-assets/css/jquery.ui.timepicker.css', array(), GEODIRECTORY_VERSION);
40
+        wp_register_style('geodirectory-jquery-ui-timepicker-css', geodir_plugin_url().'/geodirectory-assets/css/jquery.ui.timepicker.css', array(), GEODIRECTORY_VERSION);
41 41
         wp_enqueue_style('geodirectory-jquery-ui-timepicker-css');
42 42
 
43
-        wp_register_style('geodirectory-jquery-ui-css', geodir_plugin_url() . '/geodirectory-assets/css/jquery-ui.css', array(), GEODIRECTORY_VERSION);
43
+        wp_register_style('geodirectory-jquery-ui-css', geodir_plugin_url().'/geodirectory-assets/css/jquery-ui.css', array(), GEODIRECTORY_VERSION);
44 44
         wp_enqueue_style('geodirectory-jquery-ui-css');
45 45
 
46
-        wp_register_style('geodirectory-custom-fields-css', geodir_plugin_url() . '/geodirectory-assets/css/custom_field.css', array(), GEODIRECTORY_VERSION);
46
+        wp_register_style('geodirectory-custom-fields-css', geodir_plugin_url().'/geodirectory-assets/css/custom_field.css', array(), GEODIRECTORY_VERSION);
47 47
         wp_enqueue_style('geodirectory-custom-fields-css');
48 48
 
49
-        wp_register_style('geodirectory-pluplodar-css', geodir_plugin_url() . '/geodirectory-assets/css/pluploader.css', array(), GEODIRECTORY_VERSION);
49
+        wp_register_style('geodirectory-pluplodar-css', geodir_plugin_url().'/geodirectory-assets/css/pluploader.css', array(), GEODIRECTORY_VERSION);
50 50
         wp_enqueue_style('geodirectory-pluplodar-css');
51 51
 
52
-        wp_register_style('geodir-rating-style', geodir_plugin_url() . '/geodirectory-assets/css/jRating.jquery.css', array(), GEODIRECTORY_VERSION);
52
+        wp_register_style('geodir-rating-style', geodir_plugin_url().'/geodirectory-assets/css/jRating.jquery.css', array(), GEODIRECTORY_VERSION);
53 53
         wp_enqueue_style('geodir-rating-style');
54 54
 
55
-        wp_register_style('geodir-rtl-style', geodir_plugin_url() . '/geodirectory-assets/css/rtl.css', array(), GEODIRECTORY_VERSION);
55
+        wp_register_style('geodir-rtl-style', geodir_plugin_url().'/geodirectory-assets/css/rtl.css', array(), GEODIRECTORY_VERSION);
56 56
         wp_enqueue_style('geodir-rtl-style');
57 57
     }
58 58
 }
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
         wp_register_style('font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css', array(), GEODIRECTORY_VERSION);
71 71
         wp_enqueue_style('font-awesome');
72 72
 
73
-        wp_register_script('geodirectory-admin', geodir_plugin_url() . '/geodirectory-assets/js/admin-req.min.js', array('jquery'), GEODIRECTORY_VERSION);
73
+        wp_register_script('geodirectory-admin', geodir_plugin_url().'/geodirectory-assets/js/admin-req.min.js', array('jquery'), GEODIRECTORY_VERSION);
74 74
         wp_enqueue_script('geodirectory-admin');
75 75
 
76 76
     }
@@ -89,60 +89,60 @@  discard block
 block discarded – undo
89 89
         
90 90
         wp_enqueue_script('jquery');
91 91
 
92
-        wp_enqueue_script('geodirectory-jquery-ui-timepicker-js', geodir_plugin_url() . '/geodirectory-assets/js/jquery.ui.timepicker.js', array('jquery-ui-datepicker', 'jquery-ui-slider'), '', true);
92
+        wp_enqueue_script('geodirectory-jquery-ui-timepicker-js', geodir_plugin_url().'/geodirectory-assets/js/jquery.ui.timepicker.js', array('jquery-ui-datepicker', 'jquery-ui-slider'), '', true);
93 93
 
94
-        wp_register_script('chosen', geodir_plugin_url() . '/geodirectory-assets/js/chosen.jquery.js', array('jquery'), GEODIRECTORY_VERSION);
94
+        wp_register_script('chosen', geodir_plugin_url().'/geodirectory-assets/js/chosen.jquery.js', array('jquery'), GEODIRECTORY_VERSION);
95 95
         wp_enqueue_script('chosen');
96 96
 
97
-        wp_register_script('geodirectory-choose-ajax', geodir_plugin_url() . '/geodirectory-assets/js/ajax-chosen.js', array(), GEODIRECTORY_VERSION);
97
+        wp_register_script('geodirectory-choose-ajax', geodir_plugin_url().'/geodirectory-assets/js/ajax-chosen.js', array(), GEODIRECTORY_VERSION);
98 98
         wp_enqueue_script('geodirectory-choose-ajax');
99 99
 
100 100
         if (isset($_REQUEST['listing_type'])) {
101
-            wp_register_script('geodirectory-custom-fields-script', geodir_plugin_url() . '/geodirectory-assets/js/custom_fields.js', array(), GEODIRECTORY_VERSION);
101
+            wp_register_script('geodirectory-custom-fields-script', geodir_plugin_url().'/geodirectory-assets/js/custom_fields.js', array(), GEODIRECTORY_VERSION);
102 102
         }
103 103
 
104 104
         wp_enqueue_script('geodirectory-custom-fields-script');
105
-        $plugin_path = geodir_plugin_url() . '/geodirectory-functions/cat-meta-functions';
105
+        $plugin_path = geodir_plugin_url().'/geodirectory-functions/cat-meta-functions';
106 106
 
107
-        wp_enqueue_script('tax-meta-clss', $plugin_path . '/js/tax-meta-clss.js', array('jquery'), null, true);
107
+        wp_enqueue_script('tax-meta-clss', $plugin_path.'/js/tax-meta-clss.js', array('jquery'), null, true);
108 108
 
109 109
         if (in_array($geodir_map_name, array('auto', 'google'))) {
110
-            $map_lang = "&language=" . geodir_get_map_default_language();
111
-            $map_key = "&key=" . geodir_get_map_api_key();
110
+            $map_lang = "&language=".geodir_get_map_default_language();
111
+            $map_key = "&key=".geodir_get_map_api_key();
112 112
             /** This filter is documented in geodirectory_template_tags.php */
113 113
             $map_extra = apply_filters('geodir_googlemap_script_extra', '');
114
-            wp_enqueue_script('geodirectory-googlemap-script', 'https://maps.google.com/maps/api/js?' . $map_lang . $map_key . $map_extra, '', NULL);
114
+            wp_enqueue_script('geodirectory-googlemap-script', 'https://maps.google.com/maps/api/js?'.$map_lang.$map_key.$map_extra, '', NULL);
115 115
         }
116 116
         
117 117
         if ($geodir_map_name == 'osm') {
118 118
             // Leaflet OpenStreetMap
119
-            wp_register_style('geodirectory-leaflet-style', geodir_plugin_url() . '/geodirectory-assets/leaflet/leaflet.css', array(), GEODIRECTORY_VERSION);
119
+            wp_register_style('geodirectory-leaflet-style', geodir_plugin_url().'/geodirectory-assets/leaflet/leaflet.css', array(), GEODIRECTORY_VERSION);
120 120
             wp_enqueue_style('geodirectory-leaflet-style');
121 121
                 
122
-            wp_register_script('geodirectory-leaflet-script', geodir_plugin_url() . '/geodirectory-assets/leaflet/leaflet.min.js', array(), GEODIRECTORY_VERSION);
122
+            wp_register_script('geodirectory-leaflet-script', geodir_plugin_url().'/geodirectory-assets/leaflet/leaflet.min.js', array(), GEODIRECTORY_VERSION);
123 123
             wp_enqueue_script('geodirectory-leaflet-script');
124 124
             
125
-            wp_register_script('geodirectory-leaflet-geo-script', geodir_plugin_url() . '/geodirectory-assets/leaflet/osm.geocode.js', array('geodirectory-leaflet-script'), GEODIRECTORY_VERSION);
125
+            wp_register_script('geodirectory-leaflet-geo-script', geodir_plugin_url().'/geodirectory-assets/leaflet/osm.geocode.js', array('geodirectory-leaflet-script'), GEODIRECTORY_VERSION);
126 126
             wp_enqueue_script('geodirectory-leaflet-geo-script');
127 127
         }
128
-        wp_enqueue_script( 'jquery-ui-autocomplete' );
128
+        wp_enqueue_script('jquery-ui-autocomplete');
129 129
         
130
-        wp_register_script('geodirectory-goMap-script', geodir_plugin_url() . '/geodirectory-assets/js/goMap.min.js', array(), GEODIRECTORY_VERSION,true);
130
+        wp_register_script('geodirectory-goMap-script', geodir_plugin_url().'/geodirectory-assets/js/goMap.min.js', array(), GEODIRECTORY_VERSION, true);
131 131
         wp_enqueue_script('geodirectory-goMap-script');
132 132
 
133
-        wp_register_script('geodirectory-goMap-script', geodir_plugin_url() . '/geodirectory-assets/js/goMap.js', array(), GEODIRECTORY_VERSION);
133
+        wp_register_script('geodirectory-goMap-script', geodir_plugin_url().'/geodirectory-assets/js/goMap.js', array(), GEODIRECTORY_VERSION);
134 134
         wp_enqueue_script('geodirectory-goMap-script');
135 135
 
136 136
 		// font awesome rating script
137 137
 		if (get_option('geodir_reviewrating_enable_font_awesome')) {
138
-			wp_register_script('geodir-barrating-js', geodir_plugin_url() . '/geodirectory-assets/js/jquery.barrating.min.js', array(), GEODIRECTORY_VERSION);
138
+			wp_register_script('geodir-barrating-js', geodir_plugin_url().'/geodirectory-assets/js/jquery.barrating.min.js', array(), GEODIRECTORY_VERSION);
139 139
 			wp_enqueue_script('geodir-barrating-js');
140 140
 		} else { // default rating script
141
-			wp_register_script('geodir-jRating-js', geodir_plugin_url() . '/geodirectory-assets/js/jRating.jquery.js', array(), GEODIRECTORY_VERSION);
141
+			wp_register_script('geodir-jRating-js', geodir_plugin_url().'/geodirectory-assets/js/jRating.jquery.js', array(), GEODIRECTORY_VERSION);
142 142
 			wp_enqueue_script('geodir-jRating-js');
143 143
 		}
144 144
 
145
-        wp_register_script('geodir-on-document-load', geodir_plugin_url() . '/geodirectory-assets/js/on_document_load.min.js', array(), GEODIRECTORY_VERSION);
145
+        wp_register_script('geodir-on-document-load', geodir_plugin_url().'/geodirectory-assets/js/on_document_load.min.js', array(), GEODIRECTORY_VERSION);
146 146
         wp_enqueue_script('geodir-on-document-load');
147 147
 
148 148
 
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
         wp_enqueue_script('plupload-all');
151 151
         wp_enqueue_script('jquery-ui-sortable');
152 152
 
153
-        wp_register_script('geodirectory-plupload-script', geodir_plugin_url() . '/geodirectory-assets/js/geodirectory-plupload.js', array(), GEODIRECTORY_VERSION);
153
+        wp_register_script('geodirectory-plupload-script', geodir_plugin_url().'/geodirectory-assets/js/geodirectory-plupload.js', array(), GEODIRECTORY_VERSION);
154 154
         wp_enqueue_script('geodirectory-plupload-script');
155 155
 
156 156
         // SCRIPT FOR UPLOAD END
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
         wp_localize_script('geodirectory-custom-fields-script', 'geodir_admin_ajax', $ajax_cons_data);
205 205
 
206 206
 
207
-        wp_register_script('geodirectory-admin-script', geodir_plugin_url() . '/geodirectory-assets/js/admin.js', array(), GEODIRECTORY_VERSION);
207
+        wp_register_script('geodirectory-admin-script', geodir_plugin_url().'/geodirectory-assets/js/admin.js', array(), GEODIRECTORY_VERSION);
208 208
         wp_enqueue_script('geodirectory-admin-script');
209 209
 
210 210
         wp_enqueue_style('farbtastic');
@@ -212,10 +212,10 @@  discard block
 block discarded – undo
212 212
 
213 213
         $screen = get_current_screen();
214 214
         if ($screen->base == 'post' && in_array($screen->post_type, geodir_get_posttypes())) {
215
-            wp_enqueue_script('geodirectory-listing-validation-script', geodir_plugin_url() . '/geodirectory-assets/js/listing_validation_admin.js');
215
+            wp_enqueue_script('geodirectory-listing-validation-script', geodir_plugin_url().'/geodirectory-assets/js/listing_validation_admin.js');
216 216
         }
217 217
 
218
-        $ajax_cons_data = array('url' => esc_url(__(get_option('siteurl') . '?geodir_ajax=true')));
218
+        $ajax_cons_data = array('url' => esc_url(__(get_option('siteurl').'?geodir_ajax=true')));
219 219
         wp_localize_script('geodirectory-admin-script', 'geodir_ajax', $ajax_cons_data);
220 220
 
221 221
     }
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
 
239 239
         if (current_user_can('manage_options')) $menu[] = array('', 'read', 'separator-geodirectory', '', 'wp-menu-separator geodirectory');
240 240
 
241
-        add_menu_page(__('Geodirectory', 'geodirectory'), __('Geodirectory', 'geodirectory'), 'manage_options', 'geodirectory', 'geodir_admin_panel', geodir_plugin_url() . '/geodirectory-assets/images/favicon.ico', '55.1984');
241
+        add_menu_page(__('Geodirectory', 'geodirectory'), __('Geodirectory', 'geodirectory'), 'manage_options', 'geodirectory', 'geodir_admin_panel', geodir_plugin_url().'/geodirectory-assets/images/favicon.ico', '55.1984');
242 242
 
243 243
 
244 244
     }
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
                 $geodir_menu_order[] = 'separator-geodirectory';
273 273
                 if (!empty($post_types)) {
274 274
                     foreach ($post_types as $post_type) {
275
-                        $geodir_menu_order[] = 'edit.php?post_type=' . $post_type;
275
+                        $geodir_menu_order[] = 'edit.php?post_type='.$post_type;
276 276
                     }
277 277
                 }
278 278
                 $geodir_menu_order[] = $item;
@@ -315,8 +315,8 @@  discard block
 block discarded – undo
315 315
 {
316 316
     if (isset($_REQUEST['installed']) && $_REQUEST['installed'] != '') {
317 317
         echo '<div id="message" class="updated fade">
318
-                        <p style="float:right;">' . __('Like Geodirectory?', 'geodirectory') . ' <a href="http://wordpress.org/extend/plugins/Geodirectory/" target="_blank">' . __('Support us by leaving a rating!', 'geodirectory') . '</a></p>
319
-                        <p><strong>' . __('Geodirectory has been installed and setup. Enjoy :)', 'geodirectory') . '</strong></p>
318
+                        <p style="float:right;">' . __('Like Geodirectory?', 'geodirectory').' <a href="http://wordpress.org/extend/plugins/Geodirectory/" target="_blank">'.__('Support us by leaving a rating!', 'geodirectory').'</a></p>
319
+                        <p><strong>' . __('Geodirectory has been installed and setup. Enjoy :)', 'geodirectory').'</strong></p>
320 320
                 </div>';
321 321
 
322 322
     }
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
     if (isset($_REQUEST['msg']) && $_REQUEST['msg'] != '') {
325 325
         switch ($_REQUEST['msg']) {
326 326
             case 'success':
327
-                echo '<div id="message" class="updated fade"><p><strong>' . __('Your settings have been saved.', 'geodirectory') . '</strong></p></div>';
327
+                echo '<div id="message" class="updated fade"><p><strong>'.__('Your settings have been saved.', 'geodirectory').'</strong></p></div>';
328 328
                 flush_rewrite_rules(false);
329 329
 
330 330
                 break;
@@ -332,30 +332,30 @@  discard block
 block discarded – undo
332 332
 				$gderr = isset($_REQUEST['gderr']) ? $_REQUEST['gderr'] : '';
333 333
 				
334 334
 				if ($gderr == 21)
335
-			    	echo '<div id="message" class="error fade"><p><strong>' . __('Error: You can not add same permalinks for both Listing and Location, please try again.', 'geodirectory') . '</strong></p></div>';
335
+			    	echo '<div id="message" class="error fade"><p><strong>'.__('Error: You can not add same permalinks for both Listing and Location, please try again.', 'geodirectory').'</strong></p></div>';
336 336
 				else
337
-					echo '<div id="message" class="error fade"><p><strong>' . __('Error: Your settings have not been saved, please try again.', 'geodirectory') . '</strong></p></div>';
337
+					echo '<div id="message" class="error fade"><p><strong>'.__('Error: Your settings have not been saved, please try again.', 'geodirectory').'</strong></p></div>';
338 338
                 break;
339 339
         }
340 340
     }
341 341
 
342 342
     $geodir_load_map = get_option('geodir_load_map');
343 343
     $need_map_key = false;
344
-    if($geodir_load_map=='' || $geodir_load_map=='google' || $geodir_load_map=='auto' ){
344
+    if ($geodir_load_map == '' || $geodir_load_map == 'google' || $geodir_load_map == 'auto') {
345 345
         $need_map_key = true;
346 346
     }
347 347
 
348 348
     if (!geodir_get_map_api_key() && $need_map_key) {
349
-        echo '<div class="error"><p><strong>' . sprintf(__('Google Maps API KEY not set, %sclick here%s to set one OR use Open Street Maps instead.', 'geodirectory'), '<a href=\'' . admin_url('admin.php?page=geodirectory&tab=design_settings&active_tab=geodir_map_settings') . '\'>', '</a>') . '</strong></p></div>';
349
+        echo '<div class="error"><p><strong>'.sprintf(__('Google Maps API KEY not set, %sclick here%s to set one OR use Open Street Maps instead.', 'geodirectory'), '<a href=\''.admin_url('admin.php?page=geodirectory&tab=design_settings&active_tab=geodir_map_settings').'\'>', '</a>').'</strong></p></div>';
350 350
     }
351 351
 
352 352
     if (!geodir_is_default_location_set()) {
353
-        echo '<div class="updated fade"><p><strong>' . sprintf(__('Please %sclick here%s to set a default location, this will make the plugin work properly.', 'geodirectory'), '<a href=\'' . admin_url('admin.php?page=geodirectory&tab=default_location_settings') . '\'>', '</a>') . '</strong></p></div>';
353
+        echo '<div class="updated fade"><p><strong>'.sprintf(__('Please %sclick here%s to set a default location, this will make the plugin work properly.', 'geodirectory'), '<a href=\''.admin_url('admin.php?page=geodirectory&tab=default_location_settings').'\'>', '</a>').'</strong></p></div>';
354 354
 
355 355
     }
356 356
 
357 357
     if (!function_exists('curl_init')) {
358
-        echo '<div class="error"><p><strong>' . __('CURL is not installed on this server, this can cause problems, please ask your server admin to install it.', 'geodirectory') . '</strong></p></div>';
358
+        echo '<div class="error"><p><strong>'.__('CURL is not installed on this server, this can cause problems, please ask your server admin to install it.', 'geodirectory').'</strong></p></div>';
359 359
 
360 360
     }
361 361
 
@@ -375,18 +375,18 @@  discard block
 block discarded – undo
375 375
 function geodir_handle_option_form_submit($current_tab)
376 376
 {
377 377
     global $geodir_settings;
378
-    if (file_exists(dirname(__FILE__) . '/option-pages/' . $current_tab . '_array.php')) {
378
+    if (file_exists(dirname(__FILE__).'/option-pages/'.$current_tab.'_array.php')) {
379 379
         /**
380 380
          * Contains settings array for current tab.
381 381
          *
382 382
          * @since 1.0.0
383 383
          * @package GeoDirectory
384 384
          */
385
-        include_once('option-pages/' . $current_tab . '_array.php');
385
+        include_once('option-pages/'.$current_tab.'_array.php');
386 386
     }
387 387
     if (isset($_POST) && $_POST && isset($_REQUEST['page']) && $_REQUEST['page'] == 'geodirectory') :
388 388
         if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir-settings')) die(__('Action failed. Please refresh the page and retry.', 'geodirectory'));
389
-        if (!wp_verify_nonce($_REQUEST['_wpnonce-' . $current_tab], 'geodir-settings-' . $current_tab)) die(__('Action failed. Please refresh the page and retry.', 'geodirectory'));
389
+        if (!wp_verify_nonce($_REQUEST['_wpnonce-'.$current_tab], 'geodir-settings-'.$current_tab)) die(__('Action failed. Please refresh the page and retry.', 'geodirectory'));
390 390
 		
391 391
 		/**
392 392
 		 * Fires before updating geodirectory admin settings.
@@ -419,13 +419,13 @@  discard block
 block discarded – undo
419 419
          * @param string $current_tab The current settings tab name.
420 420
          * @param array $geodir_settings[$current_tab] The array of settings for the current settings tab.
421 421
          */
422
-        do_action('geodir_update_options_' . $current_tab, $geodir_settings[$current_tab]);
422
+        do_action('geodir_update_options_'.$current_tab, $geodir_settings[$current_tab]);
423 423
 
424 424
         flush_rewrite_rules(false);
425 425
 
426 426
         $current_tab = isset($_REQUEST['tab']) ? $_REQUEST['tab'] : '';
427 427
 
428
-        $redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $_REQUEST['active_tab'] . '&msg=success');
428
+        $redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$_REQUEST['active_tab'].'&msg=success');
429 429
 
430 430
         wp_redirect($redirect_url);
431 431
         exit();
@@ -464,18 +464,18 @@  discard block
 block discarded – undo
464 464
 
465 465
         elseif (isset($value['type']) && $value['type'] == 'image_width') :
466 466
 
467
-            if (isset($value['id']) && isset($_POST[$value['id'] . '_width'])) {
468
-                update_option($value['id'] . '_width', $_POST[$value['id'] . '_width']);
469
-                update_option($value['id'] . '_height', $_POST[$value['id'] . '_height']);
470
-                if (isset($_POST[$value['id'] . '_crop'])) :
471
-                    update_option($value['id'] . '_crop', 1);
467
+            if (isset($value['id']) && isset($_POST[$value['id'].'_width'])) {
468
+                update_option($value['id'].'_width', $_POST[$value['id'].'_width']);
469
+                update_option($value['id'].'_height', $_POST[$value['id'].'_height']);
470
+                if (isset($_POST[$value['id'].'_crop'])) :
471
+                    update_option($value['id'].'_crop', 1);
472 472
                 else :
473
-                    update_option($value['id'] . '_crop', 0);
473
+                    update_option($value['id'].'_crop', 0);
474 474
                 endif;
475 475
             } else {
476
-                update_option($value['id'] . '_width', $value['std']);
477
-                update_option($value['id'] . '_height', $value['std']);
478
-                update_option($value['id'] . '_crop', 1);
476
+                update_option($value['id'].'_width', $value['std']);
477
+                update_option($value['id'].'_height', $value['std']);
478
+                update_option($value['id'].'_crop', 1);
479 479
             }
480 480
 
481 481
         elseif (isset($value['type']) && $value['type'] == 'map') :
@@ -517,12 +517,12 @@  discard block
 block discarded – undo
517 517
         elseif (isset($value['type']) && $value['type'] == 'file') :
518 518
 
519 519
 
520
-            if (isset($_POST[$value['id'] . '_remove']) && $_POST[$value['id'] . '_remove']) {// if remove is set then remove the file
520
+            if (isset($_POST[$value['id'].'_remove']) && $_POST[$value['id'].'_remove']) {// if remove is set then remove the file
521 521
 
522 522
                 if (get_option($value['id'])) {
523 523
                     $image_name_arr = explode('/', get_option($value['id']));
524 524
                     $noimg_name = end($image_name_arr);
525
-                    $img_path = $uploads['path'] . '/' . $noimg_name;
525
+                    $img_path = $uploads['path'].'/'.$noimg_name;
526 526
                     if (file_exists($img_path))
527 527
                         unlink($img_path);
528 528
                 }
@@ -550,7 +550,7 @@  discard block
 block discarded – undo
550 550
                 if (get_option($value['id'])) {
551 551
                     $image_name_arr = explode('/', get_option($value['id']));
552 552
                     $noimg_name = end($image_name_arr);
553
-                    $img_path = $uploads['path'] . '/' . $noimg_name;
553
+                    $img_path = $uploads['path'].'/'.$noimg_name;
554 554
                     if (file_exists($img_path))
555 555
                         unlink($img_path);
556 556
                 }
@@ -571,7 +571,7 @@  discard block
 block discarded – undo
571 571
             // same menu setting per theme.
572 572
             if (isset($value['id']) && $value['id'] == 'geodir_theme_location_nav' && isset($_POST[$value['id']])) {
573 573
                 $theme = wp_get_theme();
574
-                update_option('geodir_theme_location_nav_' . $theme->name, $_POST[$value['id']]);
574
+                update_option('geodir_theme_location_nav_'.$theme->name, $_POST[$value['id']]);
575 575
             }
576 576
 
577 577
             if (isset($value['id']) && isset($_POST[$value['id']])) {
@@ -641,8 +641,8 @@  discard block
 block discarded – undo
641 641
 
642 642
             $listing_slug = $geodir_posttype_info['labels']['singular_name'];
643 643
 
644
-            $tabs[$geodir_post_type . '_fields_settings'] = array(
645
-                'label' => __(ucfirst($listing_slug) . ' Settings', 'geodirectory'),
644
+            $tabs[$geodir_post_type.'_fields_settings'] = array(
645
+                'label' => __(ucfirst($listing_slug).' Settings', 'geodirectory'),
646 646
                 'subtabs' => array(
647 647
                     array('subtab' => 'custom_fields',
648 648
                         'label' => __('Custom Fields', 'geodirectory'),
@@ -675,7 +675,7 @@  discard block
 block discarded – undo
675 675
  */
676 676
 function geodir_tools_setting_tab($tabs)
677 677
 {
678
-    wp_enqueue_script( 'jquery-ui-progressbar' );
678
+    wp_enqueue_script('jquery-ui-progressbar');
679 679
     $tabs['tools_settings'] = array('label' => __('GD Tools', 'geodirectory'));
680 680
     return $tabs;
681 681
 }
@@ -709,7 +709,7 @@  discard block
 block discarded – undo
709 709
  */
710 710
 function geodir_extend_geodirectory_setting_tab($tabs)
711 711
 {
712
-    $tabs['extend_geodirectory_settings'] = array('label' => __('Extend Geodirectory', 'geodirectory'). ' <i class="fa fa-plug"></i>', 'url' => 'https://wpgeodirectory.com', 'target' => '_blank');
712
+    $tabs['extend_geodirectory_settings'] = array('label' => __('Extend Geodirectory', 'geodirectory').' <i class="fa fa-plug"></i>', 'url' => 'https://wpgeodirectory.com', 'target' => '_blank');
713 713
     return $tabs;
714 714
 }
715 715
 
@@ -769,8 +769,8 @@  discard block
 block discarded – undo
769 769
                     _e('Unknown', 'geodirectory');
770 770
                 } else {
771 771
                     /* If there is a city id, append 'city name' to the text string. */
772
-                    $add_location_id = $location_id > 0 ? ' (' . $location_id . ')' : '';
773
-                    echo(__($location->country, 'geodirectory') . '-' . $location->region . '-' . $location->city . $add_location_id);
772
+                    $add_location_id = $location_id > 0 ? ' ('.$location_id.')' : '';
773
+                    echo(__($location->country, 'geodirectory').'-'.$location->region.'-'.$location->city.$add_location_id);
774 774
                 }
775 775
                 break;
776 776
 
@@ -788,14 +788,14 @@  discard block
 block discarded – undo
788 788
                         $expire_class = 'expire_over';
789 789
                     }
790 790
                     $date_diff = round(abs(strtotime($d1) - strtotime($d2)) / 86400); // get the difference in days
791
-                    $date_diff_text = '<br /><span class="' . $expire_class . '">(' . $date_diff . ' ' . $state . ')</span>';
791
+                    $date_diff_text = '<br /><span class="'.$expire_class.'">('.$date_diff.' '.$state.')</span>';
792 792
                 }
793 793
                 /* If no expire_date is found, output a default message. */
794 794
                 if (empty($expire_date))
795 795
                     echo __('Unknown', 'geodirectory');
796 796
                 /* If there is a expire_date, append 'days left' to the text string. */
797 797
                 else
798
-                    echo $expire_date . $date_diff_text;
798
+                    echo $expire_date.$date_diff_text;
799 799
                 break;
800 800
 
801 801
             /* If displaying the 'categorys' column. */
@@ -862,7 +862,7 @@  discard block
 block discarded – undo
862 862
 function geodir_post_information_save($post_id, $post) {
863 863
     global $wpdb, $current_user;
864 864
 
865
-    if (isset($post->post_type) && ($post->post_type=='nav_menu_item' || $post->post_type=='page' || $post->post_type=='post')) {
865
+    if (isset($post->post_type) && ($post->post_type == 'nav_menu_item' || $post->post_type == 'page' || $post->post_type == 'post')) {
866 866
         return;
867 867
     }
868 868
 
@@ -930,7 +930,7 @@  discard block
 block discarded – undo
930 930
                     $tab_id = $value['id'];
931 931
 
932 932
                 if (isset($value['desc']) && $value['desc'])
933
-                    $desc = '<span style=" text-transform:none;">:- ' . $value['desc'] . '</span>';
933
+                    $desc = '<span style=" text-transform:none;">:- '.$value['desc'].'</span>';
934 934
 
935 935
                 if (isset($value['name']) && $value['name']) {
936 936
                     if ($first_title === true) {
@@ -938,9 +938,9 @@  discard block
 block discarded – undo
938 938
                     } else {
939 939
                         echo '</div>';
940 940
                     }
941
-                    echo '<dd id="' . trim($tab_id) . '" class="geodir_option_tabs" ><a href="javascript:void(0);">' . $value['name'] . '</a></dd>';
941
+                    echo '<dd id="'.trim($tab_id).'" class="geodir_option_tabs" ><a href="javascript:void(0);">'.$value['name'].'</a></dd>';
942 942
 
943
-                    echo '<div id="sub_' . trim($tab_id) . '" class="gd-content-heading" style=" margin-bottom:10px;" >';
943
+                    echo '<div id="sub_'.trim($tab_id).'" class="gd-content-heading" style=" margin-bottom:10px;" >';
944 944
                 }
945 945
 
946 946
                 /**
@@ -950,21 +950,21 @@  discard block
 block discarded – undo
950 950
                  *
951 951
                  * @since 1.0.0
952 952
                  */
953
-                do_action('geodir_settings_' . sanitize_title($value['id']));
953
+                do_action('geodir_settings_'.sanitize_title($value['id']));
954 954
                 break;
955 955
 
956 956
             case 'no_tabs':
957 957
 
958 958
                 echo '<div class="inner_content_tab_main">';
959
-                echo '<div id="sub_' . trim($tab_id) . '" class="gd-content-heading" style=" margin-bottom:10px;" >';
959
+                echo '<div id="sub_'.trim($tab_id).'" class="gd-content-heading" style=" margin-bottom:10px;" >';
960 960
 
961 961
                 break;
962 962
 
963 963
             case 'sectionstart':
964 964
                 if (isset($value['desc']) && $value['desc'])
965
-                    $desc = '<span style=" text-transform:none;"> - ' . $value['desc'] . '</span>';
965
+                    $desc = '<span style=" text-transform:none;"> - '.$value['desc'].'</span>';
966 966
                 if (isset($value['name']) && $value['name'])
967
-                    echo '<h3>' . $value['name'] . $desc . '</h3>';
967
+                    echo '<h3>'.$value['name'].$desc.'</h3>';
968 968
                 /**
969 969
                  * Called after a GeoDirectory settings sectionstart is output in the GD settings page.
970 970
                  *
@@ -972,8 +972,8 @@  discard block
 block discarded – undo
972 972
                  *
973 973
                  * @since 1.0.0
974 974
                  */
975
-                if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_start');
976
-                echo '<table class="form-table">' . "\n\n";
975
+                if (isset($value['id']) && $value['id']) do_action('geodir_settings_'.sanitize_title($value['id']).'_start');
976
+                echo '<table class="form-table">'."\n\n";
977 977
 
978 978
                 break;
979 979
             case 'sectionend':
@@ -984,7 +984,7 @@  discard block
 block discarded – undo
984 984
                  *
985 985
                  * @since 1.0.0
986 986
                  */
987
-                if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_end');
987
+                if (isset($value['id']) && $value['id']) do_action('geodir_settings_'.sanitize_title($value['id']).'_end');
988 988
                 echo '</table>';
989 989
                 /**
990 990
                  * Called after a GeoDirectory settings sectionend is output in the GD settings page.
@@ -993,7 +993,7 @@  discard block
 block discarded – undo
993 993
                  *
994 994
                  * @since 1.0.0
995 995
                  */
996
-                if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_after');
996
+                if (isset($value['id']) && $value['id']) do_action('geodir_settings_'.sanitize_title($value['id']).'_after');
997 997
                 break;
998 998
             case 'text':
999 999
                 ?>
@@ -1002,7 +1002,7 @@  discard block
 block discarded – undo
1002 1002
                 <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>"
1003 1003
                                            id="<?php echo esc_attr($value['id']); ?>"
1004 1004
                                            type="<?php echo esc_attr($value['type']); ?>"
1005
-                                           <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1005
+                                           <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1006 1006
                                            style=" <?php echo esc_attr($value['css']); ?>"
1007 1007
                                            value="<?php if (get_option($value['id']) !== false && get_option($value['id']) !== null) {
1008 1008
                                                echo esc_attr(stripslashes(get_option($value['id'])));
@@ -1019,14 +1019,14 @@  discard block
 block discarded – undo
1019 1019
                 <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>"
1020 1020
                                            id="<?php echo esc_attr($value['id']); ?>"
1021 1021
                                            type="<?php echo esc_attr($value['type']); ?>"
1022
-                                           <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1022
+                                           <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1023 1023
                                            style=" <?php echo esc_attr($value['css']); ?>"
1024 1024
                                            value="<?php if (get_option($value['id']) !== false && get_option($value['id']) !== null) {
1025 1025
                                                echo esc_attr(stripslashes(get_option($value['id'])));
1026 1026
                                            } else {
1027 1027
                                                echo esc_attr($value['std']);
1028 1028
                                            } ?>"/>
1029
-                    <a href='https://console.developers.google.com/henhouse/?pb=["hh-1","maps_backend",null,[],"https://developers.google.com",null,["maps_backend","geocoding_backend","directions_backend","distance_matrix_backend","elevation_backend","places_backend"],null]&TB_iframe=true&width=600&height=400' class="thickbox button-primary" name="<?php _e('Generate API Key - ( MUST be logged in to your Google account )','geodirectory');?>" ><?php _e('Generate API Key','geodirectory');?></a>
1029
+                    <a href='https://console.developers.google.com/henhouse/?pb=["hh-1","maps_backend",null,[],"https://developers.google.com",null,["maps_backend","geocoding_backend","directions_backend","distance_matrix_backend","elevation_backend","places_backend"],null]&TB_iframe=true&width=600&height=400' class="thickbox button-primary" name="<?php _e('Generate API Key - ( MUST be logged in to your Google account )', 'geodirectory'); ?>" ><?php _e('Generate API Key', 'geodirectory'); ?></a>
1030 1030
                     <span class="description"><?php echo $value['desc']; ?></span></td>
1031 1031
                 </tr><?php
1032 1032
                 break;
@@ -1038,7 +1038,7 @@  discard block
 block discarded – undo
1038 1038
                 <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>"
1039 1039
                                            id="<?php echo esc_attr($value['id']); ?>"
1040 1040
                                            type="<?php echo esc_attr($value['type']); ?>"
1041
-                                           <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1041
+                                           <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1042 1042
                                            style="<?php echo esc_attr($value['css']); ?>"
1043 1043
                                            value="<?php if (get_option($value['id']) !== false && get_option($value['id']) !== null) {
1044 1044
                                                echo esc_attr(stripslashes(get_option($value['id'])));
@@ -1084,17 +1084,17 @@  discard block
 block discarded – undo
1084 1084
                     <?php _e('Width', 'geodirectory'); ?> <input
1085 1085
                         name="<?php echo esc_attr($value['id']); ?>_width"
1086 1086
                         id="<?php echo esc_attr($value['id']); ?>_width" type="text" size="3"
1087
-                        value="<?php if ($size = get_option($value['id'] . '_width')) echo stripslashes($size); else echo $value['std']; ?>"/>
1087
+                        value="<?php if ($size = get_option($value['id'].'_width')) echo stripslashes($size); else echo $value['std']; ?>"/>
1088 1088
 
1089 1089
                     <?php _e('Height', 'geodirectory'); ?> <input
1090 1090
                         name="<?php echo esc_attr($value['id']); ?>_height"
1091 1091
                         id="<?php echo esc_attr($value['id']); ?>_height" type="text" size="3"
1092
-                        value="<?php if ($size = get_option($value['id'] . '_height')) echo stripslashes($size); else echo $value['std']; ?>"/>
1092
+                        value="<?php if ($size = get_option($value['id'].'_height')) echo stripslashes($size); else echo $value['std']; ?>"/>
1093 1093
 
1094 1094
                     <label><?php _e('Hard Crop', 'geodirectory'); ?> <input
1095 1095
                             name="<?php echo esc_attr($value['id']); ?>_crop"
1096 1096
                             id="<?php echo esc_attr($value['id']); ?>_crop"
1097
-                            type="checkbox" <?php if (get_option($value['id'] . '_crop') != '') checked(get_option($value['id'] . '_crop'), 1); else checked(1); ?> /></label>
1097
+                            type="checkbox" <?php if (get_option($value['id'].'_crop') != '') checked(get_option($value['id'].'_crop'), 1); else checked(1); ?> /></label>
1098 1098
 
1099 1099
                     <span class="description"><?php echo $value['desc'] ?></span></td>
1100 1100
                 </tr><?php
@@ -1144,7 +1144,7 @@  discard block
 block discarded – undo
1144 1144
                                             id="<?php echo esc_attr($value['id']); ?>"
1145 1145
                                             style="<?php echo esc_attr($value['css']); ?>"
1146 1146
                                             class="<?php if (isset($value['class'])) echo $value['class']; ?>"
1147
-                                            data-placeholder="<?php if (isset($value['placeholder_text'])) echo $value['placeholder_text'];?>"
1147
+                                            data-placeholder="<?php if (isset($value['placeholder_text'])) echo $value['placeholder_text']; ?>"
1148 1148
                                             option-ajaxchosen="false">
1149 1149
                         <?php
1150 1150
                         foreach ($value['options'] as $key => $val) {
@@ -1155,7 +1155,7 @@  discard block
 block discarded – undo
1155 1155
                             } else {
1156 1156
                                 ?>
1157 1157
                                 <option
1158
-                                    value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values)));?>><?php echo ucfirst($val) ?></option>
1158
+                                    value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values))); ?>><?php echo ucfirst($val) ?></option>
1159 1159
                             <?php
1160 1160
                             }
1161 1161
                         }
@@ -1190,7 +1190,7 @@  discard block
 block discarded – undo
1190 1190
                 ?>
1191 1191
 
1192 1192
                 <tr valign="top">
1193
-                    <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory');?></th>
1193
+                    <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory'); ?></th>
1194 1194
                     <td width="60%">
1195 1195
                         <select name="geodir_default_map_language" style="width:60%">
1196 1196
                             <?php
@@ -1272,7 +1272,7 @@  discard block
 block discarded – undo
1272 1272
 
1273 1273
                 <tr valign="top">
1274 1274
                     <th class="titledesc"
1275
-                        width="40%"><?php _e('Default post type search on map', 'geodirectory');?></th>
1275
+                        width="40%"><?php _e('Default post type search on map', 'geodirectory'); ?></th>
1276 1276
                     <td width="60%">
1277 1277
                         <select name="geodir_default_map_search_pt" style="width:60%">
1278 1278
                             <?php
@@ -1313,7 +1313,7 @@  discard block
 block discarded – undo
1313 1313
                         $cat_display = 'checkbox';
1314 1314
                         $gd_post_types = get_option('geodir_exclude_post_type_on_map');
1315 1315
                         $gd_cats = get_option('geodir_exclude_cat_on_map');
1316
-                        $gd_cats_upgrade = (int)get_option('geodir_exclude_cat_on_map_upgrade');
1316
+                        $gd_cats_upgrade = (int) get_option('geodir_exclude_cat_on_map_upgrade');
1317 1317
                         $count = 1;
1318 1318
                         ?>
1319 1319
                         <table width="70%" class="widefat">
@@ -1342,7 +1342,7 @@  discard block
 block discarded – undo
1342 1342
                                                                                            name="home_map_post_types[]"
1343 1343
                                                                                            id="<?php echo esc_attr($value['id']); ?>"
1344 1344
                                                                                            value="<?php echo $key; ?>"
1345
-                                                                                           class="map_post_type" <?php echo $checked;?> />
1345
+                                                                                           class="map_post_type" <?php echo $checked; ?> />
1346 1346
                                         <?php echo $post_types_obj->labels->singular_name; ?></td>
1347 1347
                                     <td width="40%">
1348 1348
                                         <div class="home_map_category" style="overflow:auto;width:200px;height:100px;"
@@ -1400,12 +1400,12 @@  discard block
 block discarded – undo
1400 1400
                 ?>
1401 1401
                 <fieldset>
1402 1402
                     <legend class="screen-reader-text"><span><?php echo $value['name'] ?></span></legend>
1403
-                    <label for="<?php echo $value['id'];?>">
1403
+                    <label for="<?php echo $value['id']; ?>">
1404 1404
                         <input name="<?php echo esc_attr($value['id']); ?>"
1405
-                               id="<?php echo esc_attr($value['id'] . $value['value']); ?>" type="radio"
1405
+                               id="<?php echo esc_attr($value['id'].$value['value']); ?>" type="radio"
1406 1406
                                value="<?php echo $value['value'] ?>" <?php if (get_option($value['id']) == $value['value']) {
1407 1407
                             echo 'checked="checked"';
1408
-                        }elseif(get_option($value['id'])=='' && $value['std']==$value['value']){echo 'checked="checked"';} ?> />
1408
+                        }elseif (get_option($value['id']) == '' && $value['std'] == $value['value']) {echo 'checked="checked"'; } ?> />
1409 1409
                         <?php echo $value['desc']; ?></label><br>
1410 1410
                 </fieldset>
1411 1411
                 <?php
@@ -1425,9 +1425,9 @@  discard block
 block discarded – undo
1425 1425
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1426 1426
                 <td class="forminp">
1427 1427
                     <textarea
1428
-                        <?php if (isset($value['args'])) echo $value['args'] . ' '; ?>name="<?php echo esc_attr($value['id']); ?>"
1428
+                        <?php if (isset($value['args'])) echo $value['args'].' '; ?>name="<?php echo esc_attr($value['id']); ?>"
1429 1429
                         id="<?php echo esc_attr($value['id']); ?>"
1430
-                        <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1430
+                        <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1431 1431
                         style="<?php echo esc_attr($value['css']); ?>"><?php if (get_option($value['id'])) echo esc_textarea(stripslashes(get_option($value['id']))); else echo esc_textarea($value['std']); ?></textarea><span
1432 1432
                         class="description"><?php echo $value['desc'] ?></span>
1433 1433
 
@@ -1472,7 +1472,7 @@  discard block
 block discarded – undo
1472 1472
 					}
1473 1473
 				}
1474 1474
 				//
1475
-				$page_setting = (int)get_option($value['id']);
1475
+				$page_setting = (int) get_option($value['id']);
1476 1476
 
1477 1477
                 $args = array('name' => $value['id'],
1478 1478
                     'id' => $value['id'],
@@ -1489,7 +1489,7 @@  discard block
 block discarded – undo
1489 1489
                 <tr valign="top" class="single_select_page">
1490 1490
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1491 1491
                 <td class="forminp">
1492
-                    <?php echo str_replace(' id=', " data-placeholder='" . __('Select a page...', 'geodirectory') . "' style='" . $value['css'] . "' class='" . $value['class'] . "' " . $disabled . " id=", wp_dropdown_pages($args)); ?>
1492
+                    <?php echo str_replace(' id=', " data-placeholder='".__('Select a page...', 'geodirectory')."' style='".$value['css']."' class='".$value['class']."' ".$disabled." id=", wp_dropdown_pages($args)); ?>
1493 1493
                     <span class="description"><?php echo $value['desc'] ?></span>
1494 1494
                 </td>
1495 1495
                 </tr><?php
@@ -1498,7 +1498,7 @@  discard block
 block discarded – undo
1498 1498
 				}
1499 1499
                 break;
1500 1500
             case 'single_select_country' :
1501
-                $country_setting = (string)get_option($value['id']);
1501
+                $country_setting = (string) get_option($value['id']);
1502 1502
                 if (strstr($country_setting, ':')) :
1503 1503
                     $country = current(explode(':', $country_setting));
1504 1504
                     $state = end(explode(':', $country_setting));
@@ -1521,7 +1521,7 @@  discard block
 block discarded – undo
1521 1521
             case 'multi_select_countries' :
1522 1522
                 $countries = $geodirectory->countries->countries;
1523 1523
                 asort($countries);
1524
-                $selections = (array)get_option($value['id']);
1524
+                $selections = (array) get_option($value['id']);
1525 1525
                 ?>
1526 1526
                 <tr valign="top">
1527 1527
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
@@ -1531,7 +1531,7 @@  discard block
 block discarded – undo
1531 1531
                             title="Country" class="chosen_select">
1532 1532
                         <?php
1533 1533
                         if ($countries) foreach ($countries as $key => $val) :
1534
-                            echo '<option value="' . $key . '" ' . selected(in_array($key, $selections), true, false) . '>' . $val . '</option>';
1534
+                            echo '<option value="'.$key.'" '.selected(in_array($key, $selections), true, false).'>'.$val.'</option>';
1535 1535
                         endforeach;
1536 1536
                         ?>
1537 1537
                     </select>
@@ -1543,7 +1543,7 @@  discard block
 block discarded – undo
1543 1543
                 break;
1544 1544
 
1545 1545
             case 'google_analytics' :
1546
-                $selections = (array)get_option($value['id']);
1546
+                $selections = (array) get_option($value['id']);
1547 1547
                     ?>
1548 1548
                     <tr valign="top">
1549 1549
                         <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
@@ -1554,26 +1554,26 @@  discard block
 block discarded – undo
1554 1554
 
1555 1555
                             $oAuthURL = "https://accounts.google.com/o/oauth2/auth?";
1556 1556
                             $scope = "scope=https://www.googleapis.com/auth/analytics.readonly";
1557
-                            $state = "&state=123";//any string
1558
-                            $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
1557
+                            $state = "&state=123"; //any string
1558
+                            $redirect_uri = "&redirect_uri=".admin_url('admin-ajax.php')."?action=geodir_ga_callback";
1559 1559
                             $response_type = "&response_type=code";
1560 1560
                             $client_id = "&client_id=".get_option('geodir_ga_client_id');
1561 1561
                             $access_type = "&access_type=offline";
1562 1562
                             $approval_prompt = "&approval_prompt=force";
1563 1563
 
1564
-                            $auth_url = $oAuthURL . $scope . $state . $redirect_uri . $response_type . $client_id . $access_type . $approval_prompt;
1564
+                            $auth_url = $oAuthURL.$scope.$state.$redirect_uri.$response_type.$client_id.$access_type.$approval_prompt;
1565 1565
 
1566 1566
 
1567 1567
                             if (get_option('geodir_ga_auth_token')) {
1568 1568
                                 ?>
1569 1569
                                 <span class="button-primary"
1570
-                                      onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize');?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span>
1570
+                                      onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize'); ?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span>
1571 1571
                                 <span style="color: green; font-weight: bold;"><?php _e('Authorized', 'geodirectory'); ?></span>
1572 1572
                             <?php
1573 1573
                             } else {
1574 1574
                                 ?>
1575 1575
                                 <span class="button-primary"
1576
-                                      onclick="window.open('<?php echo  geodir_ga_activation_url();?>', 'activate','width=700, height=600, menubar=0, status=0, location=0, toolbar=0')"><?php _e('Authorize', 'geodirectory');?></span>
1576
+                                      onclick="window.open('<?php echo  geodir_ga_activation_url(); ?>', 'activate','width=700, height=600, menubar=0, status=0, location=0, toolbar=0')"><?php _e('Authorize', 'geodirectory'); ?></span>
1577 1577
                             <?php
1578 1578
                             }
1579 1579
                             ?>
@@ -1644,9 +1644,9 @@  discard block
 block discarded – undo
1644 1644
 
1645 1645
             <?php if (isset($_REQUEST['active_tab']) && $_REQUEST['active_tab'] != '') { ?>
1646 1646
             jQuery('.geodir_option_tabs').removeClass('gd-tab-active');
1647
-            jQuery('#<?php echo sanitize_text_field($_REQUEST['active_tab']);?>').addClass('gd-tab-active');
1647
+            jQuery('#<?php echo sanitize_text_field($_REQUEST['active_tab']); ?>').addClass('gd-tab-active');
1648 1648
             jQuery('.gd-content-heading').hide();
1649
-            jQuery('#sub_<?php echo sanitize_text_field($_REQUEST['active_tab']);?>').show();
1649
+            jQuery('#sub_<?php echo sanitize_text_field($_REQUEST['active_tab']); ?>').show();
1650 1650
             <?php } ?>
1651 1651
         });
1652 1652
     </script>
@@ -1732,7 +1732,7 @@  discard block
 block discarded – undo
1732 1732
     wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_attachments_noncename');
1733 1733
 
1734 1734
     if (geodir_get_featured_image($post_id, 'thumbnail')) {
1735
-        echo '<h4>' . __('Featured Image', 'geodirectory') . '</h4>';
1735
+        echo '<h4>'.__('Featured Image', 'geodirectory').'</h4>';
1736 1736
         geodir_show_featured_image($post_id, 'thumbnail');
1737 1737
     }
1738 1738
 
@@ -1743,13 +1743,13 @@  discard block
 block discarded – undo
1743 1743
 
1744 1744
     <h5 class="form_title">
1745 1745
         <?php if ($image_limit != 0 && $image_limit == 1) {
1746
-            echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('image with this package', 'geodirectory') . ')</small>';
1746
+            echo '<br /><small>('.__('You can upload', 'geodirectory').' '.$image_limit.' '.__('image with this package', 'geodirectory').')</small>';
1747 1747
         } ?>
1748 1748
         <?php if ($image_limit != 0 && $image_limit > 1) {
1749
-            echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('images with this package', 'geodirectory') . ')</small>';
1749
+            echo '<br /><small>('.__('You can upload', 'geodirectory').' '.$image_limit.' '.__('images with this package', 'geodirectory').')</small>';
1750 1750
         } ?>
1751 1751
         <?php if ($image_limit == 0) {
1752
-            echo '<br /><small>(' . __('You can upload unlimited images with this package', 'geodirectory') . ')</small>';
1752
+            echo '<br /><small>('.__('You can upload unlimited images with this package', 'geodirectory').')</small>';
1753 1753
         } ?>
1754 1754
     </h5>
1755 1755
 
@@ -1788,10 +1788,10 @@  discard block
 block discarded – undo
1788 1788
         <div
1789 1789
             class="plupload-upload-uic hide-if-no-js <?php if ($multiple): ?>plupload-upload-uic-multiple<?php endif; ?>"
1790 1790
             id="<?php echo $id; ?>plupload-upload-ui">
1791
-            <h4><?php _e('Drop files to upload', 'geodirectory');?></h4>
1791
+            <h4><?php _e('Drop files to upload', 'geodirectory'); ?></h4>
1792 1792
             <input id="<?php echo $id; ?>plupload-browse-button" type="button"
1793 1793
                    value="<?php _e('Select Files', 'geodirectory'); ?>" class="button"/>
1794
-            <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce($id . 'pluploadan'); ?>"></span>
1794
+            <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce($id.'pluploadan'); ?>"></span>
1795 1795
             <?php if ($width && $height): ?>
1796 1796
                 <span class="plupload-resize"></span>
1797 1797
                 <span class="plupload-width" id="plupload-width<?php echo $width; ?>"></span>
@@ -1803,7 +1803,7 @@  discard block
 block discarded – undo
1803 1803
              id="<?php echo $id; ?>plupload-thumbs" style="border-top:1px solid #ccc; padding-top:10px;">
1804 1804
         </div>
1805 1805
         <span
1806
-            id="upload-msg"><?php _e('Please drag &amp; drop the images to rearrange the order', 'geodirectory');?></span>
1806
+            id="upload-msg"><?php _e('Please drag &amp; drop the images to rearrange the order', 'geodirectory'); ?></span>
1807 1807
         <span id="<?php echo $id; ?>upload-error" style="display:none"></span>
1808 1808
     </div>
1809 1809
 
@@ -2013,9 +2013,9 @@  discard block
 block discarded – undo
2013 2013
     $plugin = 'avada-nag';
2014 2014
     $timestamp = 'avada-nag1234';
2015 2015
     $message = __('Welcome to GeoDirectory, please have a look <a href="https://docs.wpgeodirectory.com/category/getting-started/" target="_blank">here</a> to get started. :)', 'geodirectory');
2016
-    echo '<div id="' . $timestamp . '"  class="error">';
2017
-    echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\'' . $plugin . '\',\'' . $timestamp . '\');" ><i class="fa fa-times"></i></span>';
2018
-    echo "<img class='gd-icon-noti' src='" . plugin_dir_url('') . "geodirectory/geodirectory-assets/images/favicon.ico' > ";
2016
+    echo '<div id="'.$timestamp.'"  class="error">';
2017
+    echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\''.$plugin.'\',\''.$timestamp.'\');" ><i class="fa fa-times"></i></span>';
2018
+    echo "<img class='gd-icon-noti' src='".plugin_dir_url('')."geodirectory/geodirectory-assets/images/favicon.ico' > ";
2019 2019
     echo "<p>$message</p>";
2020 2020
     echo "</div>";
2021 2021
 
@@ -2148,7 +2148,7 @@  discard block
 block discarded – undo
2148 2148
 		
2149 2149
 		// Don't allow same slug url for listing and location
2150 2150
 		if (geodir_strtolower($listing_prefix) == geodir_strtolower($location_prefix)) {
2151
-			$redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab . '&msg=fail&gderr=21');
2151
+			$redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$active_tab.'&msg=fail&gderr=21');
2152 2152
         	wp_redirect($redirect_url);
2153 2153
 			exit;
2154 2154
 		}
@@ -2160,7 +2160,7 @@  discard block
 block discarded – undo
2160 2160
 			$default_language = $sitepress->get_default_language();
2161 2161
 			
2162 2162
 			if ($current_language != 'all' && $current_language != $default_language) {
2163
-				$redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab);
2163
+				$redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$active_tab);
2164 2164
 				wp_redirect($redirect_url);
2165 2165
 				exit;
2166 2166
 			}
@@ -2181,11 +2181,11 @@  discard block
 block discarded – undo
2181 2181
 function geodir_hide_admin_preview_button() {
2182 2182
     global $post_type;
2183 2183
     $post_types = geodir_get_posttypes();
2184
-    if(in_array($post_type, $post_types))
2184
+    if (in_array($post_type, $post_types))
2185 2185
         echo '<style type="text/css">#post-preview, #view-post-btn{display: none;}</style>';
2186 2186
 }
2187
-add_action( 'admin_head-post-new.php', 'geodir_hide_admin_preview_button' );
2188
-add_action( 'admin_head-post.php', 'geodir_hide_admin_preview_button' );
2187
+add_action('admin_head-post-new.php', 'geodir_hide_admin_preview_button');
2188
+add_action('admin_head-post.php', 'geodir_hide_admin_preview_button');
2189 2189
 
2190 2190
 /**
2191 2191
  * Add the tab in left sidebar menu fro import & export page.
@@ -2195,8 +2195,8 @@  discard block
 block discarded – undo
2195 2195
  *
2196 2196
  * @return array Array of tab data.
2197 2197
  */
2198
-function geodir_import_export_tab( $tabs ) {
2199
-	$tabs['import_export'] = array( 'label' => __( 'Import & Export', 'geodirectory' ) );
2198
+function geodir_import_export_tab($tabs) {
2199
+	$tabs['import_export'] = array('label' => __('Import & Export', 'geodirectory'));
2200 2200
     return $tabs;
2201 2201
 }
2202 2202
 
@@ -2210,8 +2210,8 @@  discard block
 block discarded – undo
2210 2210
  * @return string Html content.
2211 2211
  */
2212 2212
 function geodir_import_export_page() {
2213
-	$nonce = wp_create_nonce( 'geodir_import_export_nonce' );
2214
-	$gd_cats_sample_csv = geodir_plugin_url() . '/geodirectory-assets/gd_sample_categories.csv';
2213
+	$nonce = wp_create_nonce('geodir_import_export_nonce');
2214
+	$gd_cats_sample_csv = geodir_plugin_url().'/geodirectory-assets/gd_sample_categories.csv';
2215 2215
     /**
2216 2216
      * Filter sample category data csv file url.
2217 2217
      *
@@ -2220,9 +2220,9 @@  discard block
 block discarded – undo
2220 2220
      *
2221 2221
      * @param string $gd_cats_sample_csv Sample category data csv file url.
2222 2222
      */
2223
-	$gd_cats_sample_csv = apply_filters( 'geodir_export_cats_sample_csv', $gd_cats_sample_csv );
2223
+	$gd_cats_sample_csv = apply_filters('geodir_export_cats_sample_csv', $gd_cats_sample_csv);
2224 2224
 	
2225
-	$gd_posts_sample_csv = geodir_plugin_url() . '/geodirectory-assets/place_listing.csv';
2225
+	$gd_posts_sample_csv = geodir_plugin_url().'/geodirectory-assets/place_listing.csv';
2226 2226
     /**
2227 2227
      * Filter sample post data csv file url.
2228 2228
      *
@@ -2231,15 +2231,15 @@  discard block
 block discarded – undo
2231 2231
      *
2232 2232
      * @param string $gd_posts_sample_csv Sample post data csv file url.
2233 2233
      */
2234
-    $gd_posts_sample_csv = apply_filters( 'geodir_export_posts_sample_csv', $gd_posts_sample_csv );
2234
+    $gd_posts_sample_csv = apply_filters('geodir_export_posts_sample_csv', $gd_posts_sample_csv);
2235 2235
 	
2236
-	$gd_posttypes = geodir_get_posttypes( 'array' );
2236
+	$gd_posttypes = geodir_get_posttypes('array');
2237 2237
 	
2238 2238
 	$gd_posttypes_option = '';
2239
-	foreach ( $gd_posttypes as $gd_posttype => $row ) {
2240
-		$gd_posttypes_option .= '<option value="' . $gd_posttype . '" data-cats="' . (int)geodir_get_terms_count( $gd_posttype ) . '" data-posts="' . (int)geodir_get_posts_count( $gd_posttype ) . '">' . __( $row['labels']['name'], 'geodirectory' ) . '</option>';
2239
+	foreach ($gd_posttypes as $gd_posttype => $row) {
2240
+		$gd_posttypes_option .= '<option value="'.$gd_posttype.'" data-cats="'.(int) geodir_get_terms_count($gd_posttype).'" data-posts="'.(int) geodir_get_posts_count($gd_posttype).'">'.__($row['labels']['name'], 'geodirectory').'</option>';
2241 2241
 	}
2242
-	wp_enqueue_script( 'jquery-ui-progressbar' );
2242
+	wp_enqueue_script('jquery-ui-progressbar');
2243 2243
 	
2244 2244
 	$gd_chunksize_options = array();
2245 2245
 	$gd_chunksize_options[100] = 100;
@@ -2261,50 +2261,50 @@  discard block
 block discarded – undo
2261 2261
      *
2262 2262
      * @param string $gd_chunksize_options Entries options.
2263 2263
      */
2264
-    $gd_chunksize_options = apply_filters( 'geodir_export_csv_chunksize_options', $gd_chunksize_options );
2264
+    $gd_chunksize_options = apply_filters('geodir_export_csv_chunksize_options', $gd_chunksize_options);
2265 2265
 	
2266 2266
 	$gd_chunksize_option = '';
2267 2267
 	foreach ($gd_chunksize_options as $value => $title) {
2268
-		$gd_chunksize_option .= '<option value="' . $value . '" ' . selected($value, 5000, false) . '>' . $title . '</option>';
2268
+		$gd_chunksize_option .= '<option value="'.$value.'" '.selected($value, 5000, false).'>'.$title.'</option>';
2269 2269
 	}
2270 2270
 	
2271 2271
 	$uploads = wp_upload_dir();
2272
-	$upload_dir = wp_sprintf( CSV_TRANSFER_IMG_FOLDER, str_replace( ABSPATH, '', $uploads['path'] ) );
2272
+	$upload_dir = wp_sprintf(CSV_TRANSFER_IMG_FOLDER, str_replace(ABSPATH, '', $uploads['path']));
2273 2273
 ?>
2274 2274
 </form>
2275 2275
 <div class="inner_content_tab_main gd-import-export">
2276
-  <h3><?php _e( 'GD Import & Export CSV', 'geodirectory' ) ;?></h3>
2277
-  <span class="description"><?php _e( 'Import & export csv for GD listings & categories.', 'geodirectory' ) ;?></span>
2276
+  <h3><?php _e('GD Import & Export CSV', 'geodirectory'); ?></h3>
2277
+  <span class="description"><?php _e('Import & export csv for GD listings & categories.', 'geodirectory'); ?></span>
2278 2278
   <div class="gd-content-heading">
2279 2279
 
2280 2280
   <?php
2281 2281
     ini_set('max_execution_time', 999999);
2282
-    $ini_max_execution_time_check = @ini_get( 'max_execution_time' );
2282
+    $ini_max_execution_time_check = @ini_get('max_execution_time');
2283 2283
     ini_restore('max_execution_time');
2284 2284
 
2285
-    if($ini_max_execution_time_check != 999999){ // only show these setting to the user if we can't change the ini setting
2285
+    if ($ini_max_execution_time_check != 999999) { // only show these setting to the user if we can't change the ini setting
2286 2286
         ?>
2287 2287
 	<div id="gd_ie_reqs" class="metabox-holder">
2288 2288
       <div class="meta-box-sortables ui-sortable">
2289 2289
         <div class="postbox">
2290
-          <h3 class="hndle"><span style='vertical-align:top;'><?php echo __( 'PHP Requirements for GD Import & Export CSV', 'geodirectory' );?></span></h3>
2290
+          <h3 class="hndle"><span style='vertical-align:top;'><?php echo __('PHP Requirements for GD Import & Export CSV', 'geodirectory'); ?></span></h3>
2291 2291
           <div class="inside">
2292
-            <span class="description"><?php echo __( 'Note: In case GD import & export csv not working for larger data then please check and configure following php settings.', 'geodirectory' );?></span>
2292
+            <span class="description"><?php echo __('Note: In case GD import & export csv not working for larger data then please check and configure following php settings.', 'geodirectory'); ?></span>
2293 2293
 			<table class="form-table">
2294 2294
 				<thead>
2295 2295
 				  <tr>
2296
-				  	<th><?php _e( 'PHP Settings', 'geodirectory' );?></th><th><?php _e( 'Current Value', 'geodirectory' );?></th><th><?php _e( 'Recommended Value', 'geodirectory' );?></th>
2296
+				  	<th><?php _e('PHP Settings', 'geodirectory'); ?></th><th><?php _e('Current Value', 'geodirectory'); ?></th><th><?php _e('Recommended Value', 'geodirectory'); ?></th>
2297 2297
 				  </tr>
2298 2298
 				</thead>
2299 2299
 				<tbody>
2300 2300
 				  <tr>
2301
-				  	<td>max_input_time</td><td><?php echo @ini_get( 'max_input_time' );?></td><td>3000</td>
2301
+				  	<td>max_input_time</td><td><?php echo @ini_get('max_input_time'); ?></td><td>3000</td>
2302 2302
 				  </tr>
2303 2303
 				  <tr>
2304
-				  	<td>max_execution_time</td><td><?php  echo @ini_get( 'max_execution_time' );?></td><td>3000</td>
2304
+				  	<td>max_execution_time</td><td><?php  echo @ini_get('max_execution_time'); ?></td><td>3000</td>
2305 2305
 				  </tr>
2306 2306
 				  <tr>
2307
-				  	<td>memory_limit</td><td><?php echo @ini_get( 'memory_limit' );?></td><td>256M</td>
2307
+				  	<td>memory_limit</td><td><?php echo @ini_get('memory_limit'); ?></td><td>256M</td>
2308 2308
 				  </tr>
2309 2309
 				</tbody>
2310 2310
 		    </table>
@@ -2316,21 +2316,21 @@  discard block
 block discarded – undo
2316 2316
 	<div id="gd_ie_imposts" class="metabox-holder">
2317 2317
       <div class="meta-box-sortables ui-sortable">
2318 2318
         <div id="gd_ie_im_posts" class="postbox gd-hndle-pbox">
2319
-          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Listings: Import CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2320
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Listings: Import CSV', 'geodirectory' );?></span></h3>
2319
+          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Listings: Import CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2320
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Listings: Import CSV', 'geodirectory'); ?></span></h3>
2321 2321
           <div class="inside">
2322 2322
             <table class="form-table">
2323 2323
 				<tbody>
2324 2324
 				  <tr>
2325 2325
 					<td class="gd-imex-box">
2326 2326
 						<div class="gd-im-choices">
2327
-						<p><input type="radio" value="update" name="gd_im_choicepost" id="gd_im_pchoice_u" /><label for="gd_im_pchoice_u"><?php _e( 'Update listing if post with post_id already exists.', 'geodirectory' );?></label></p>
2328
-						<p><input type="radio" checked="checked" value="skip" name="gd_im_choicepost" id="gd_im_pchoice_s" /><label for="gd_im_pchoice_s"><?php _e( 'Ignore listing if post with post_id already exists.', 'geodirectory' );?></label></p>
2327
+						<p><input type="radio" value="update" name="gd_im_choicepost" id="gd_im_pchoice_u" /><label for="gd_im_pchoice_u"><?php _e('Update listing if post with post_id already exists.', 'geodirectory'); ?></label></p>
2328
+						<p><input type="radio" checked="checked" value="skip" name="gd_im_choicepost" id="gd_im_pchoice_s" /><label for="gd_im_pchoice_s"><?php _e('Ignore listing if post with post_id already exists.', 'geodirectory'); ?></label></p>
2329 2329
 						</div>
2330 2330
 						<div class="plupload-upload-uic hide-if-no-js" id="gd_im_postplupload-upload-ui">
2331 2331
 							<input type="text" readonly="readonly" name="gd_im_post_file" class="gd-imex-file gd_im_post_file" id="gd_im_post" onclick="jQuery('#gd_im_postplupload-browse-button').trigger('click');" />
2332
-							<input id="gd_im_postplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-pupload button-primary" /><input type="button" value="<?php echo esc_attr( __( 'Download Sample CSV', 'geodirectory' ) );?>" class="button-secondary" name="gd_ie_imposts_sample" id="gd_ie_imposts_sample">
2333
-						<input type="hidden" id="gd_ie_imposts_csv" value="<?php echo $gd_posts_sample_csv;?>" />
2332
+							<input id="gd_im_postplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-pupload button-primary" /><input type="button" value="<?php echo esc_attr(__('Download Sample CSV', 'geodirectory')); ?>" class="button-secondary" name="gd_ie_imposts_sample" id="gd_ie_imposts_sample">
2333
+						<input type="hidden" id="gd_ie_imposts_csv" value="<?php echo $gd_posts_sample_csv; ?>" />
2334 2334
 							<?php
2335 2335
 							/**
2336 2336
 							 * Called just after the sample CSV download link.
@@ -2339,7 +2339,7 @@  discard block
 block discarded – undo
2339 2339
 							 */
2340 2340
 							do_action('geodir_sample_csv_download_link');
2341 2341
 							?>
2342
-							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce( 'gd_im_postpluploadan' ); ?>"></span>
2342
+							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce('gd_im_postpluploadan'); ?>"></span>
2343 2343
 							<div class="filelist"></div>
2344 2344
 						</div>
2345 2345
 						<span id="gd_im_catupload-error" style="display:none"></span>
@@ -2357,7 +2357,7 @@  discard block
 block discarded – undo
2357 2357
 							<input type="hidden" id="gd_terminateaction" value="continue"/>
2358 2358
 						</div>
2359 2359
 						<div class="gd-import-progress" id="gd-import-progress" style="display:none">
2360
-							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory');?> </b><font
2360
+							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory'); ?> </b><font
2361 2361
 									id="gd-import-done">0</font> / <font id="gd-import-total">0</font>&nbsp;( <font
2362 2362
 									id="gd-import-perc">0%</font> )
2363 2363
 								<div class="gd-fileprogress"></div>
@@ -2369,10 +2369,10 @@  discard block
 block discarded – undo
2369 2369
                     	<div class="gd-imex-btns" style="display:none;">
2370 2370
                         	<input type="hidden" class="geodir_import_file" name="geodir_import_file" value="save"/>
2371 2371
                         	<input onclick="gd_imex_PrepareImport(this, 'post')" type="button" value="<?php echo CSV_IMPORT_DATA; ?>" id="gd_import_data" class="button-primary" />
2372
-                        	<input onclick="gd_imex_ContinueImport(this, 'post')" type="button" value="<?php _e( "Continue Import Data", 'geodirectory' );?>" id="gd_continue_data" class="button-primary" style="display:none"/>
2373
-                        	<input type="button" value="<?php _e("Terminate Import Data", 'geodirectory');?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'post')"/>
2372
+                        	<input onclick="gd_imex_ContinueImport(this, 'post')" type="button" value="<?php _e("Continue Import Data", 'geodirectory'); ?>" id="gd_continue_data" class="button-primary" style="display:none"/>
2373
+                        	<input type="button" value="<?php _e("Terminate Import Data", 'geodirectory'); ?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'post')"/>
2374 2374
 							<div id="gd_process_data" style="display:none">
2375
-								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory');?>
2375
+								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory'); ?>
2376 2376
 							</div>
2377 2377
 						</div>
2378 2378
 					</td>
@@ -2386,30 +2386,30 @@  discard block
 block discarded – undo
2386 2386
 	<div id="gd_ie_excategs" class="metabox-holder">
2387 2387
 	  <div class="meta-box-sortables ui-sortable">
2388 2388
 		<div id="gd_ie_ex_posts" class="postbox gd-hndle-pbox">
2389
-		  <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - Listings: Export CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2390
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Listings: Export CSV', 'geodirectory' );?></span></h3>
2389
+		  <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - Listings: Export CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2390
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Listings: Export CSV', 'geodirectory'); ?></span></h3>
2391 2391
 		  <div class="inside">
2392 2392
 			<table class="form-table">
2393 2393
 			  <tbody>
2394 2394
 				<tr>
2395 2395
 				  <td class="fld"><label for="gd_post_type">
2396
-					<?php _e( 'Post Type:', 'geodirectory' );?>
2396
+					<?php _e('Post Type:', 'geodirectory'); ?>
2397 2397
 					</label></td>
2398 2398
 				  <td><select name="gd_post_type" id="gd_post_type" style="min-width:140px">
2399
-					  <?php echo $gd_posttypes_option;?>
2399
+					  <?php echo $gd_posttypes_option; ?>
2400 2400
 					</select></td>
2401 2401
 				</tr>
2402 2402
 				<tr>
2403
-					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e( 'Max entries per csv file:', 'geodirectory' );?></label></td>
2404
-					<td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option;?></select><span class="description"><?php _e( 'Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory' );?></span></td>
2403
+					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e('Max entries per csv file:', 'geodirectory'); ?></label></td>
2404
+					<td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option; ?></select><span class="description"><?php _e('Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory'); ?></span></td>
2405 2405
 				</tr>
2406 2406
                 <tr class="gd-imex-dates">
2407
-					<td class="fld"><label><?php _e( 'Published Date:', 'geodirectory' );?></label></td>
2408
-					<td><label><span class="label-responsive"><?php _e( 'Start date:', 'geodirectory' );?></span><input type="text" id="gd_imex_start_date" name="gd_imex[start_date]" data-type="date" /></label><label><span class="label-responsive"><?php _e( 'End date:', 'geodirectory' );?></span><input type="text" id="gd_imex_end_date" name="gd_imex[end_date]" data-type="date" /></label></td>
2407
+					<td class="fld"><label><?php _e('Published Date:', 'geodirectory'); ?></label></td>
2408
+					<td><label><span class="label-responsive"><?php _e('Start date:', 'geodirectory'); ?></span><input type="text" id="gd_imex_start_date" name="gd_imex[start_date]" data-type="date" /></label><label><span class="label-responsive"><?php _e('End date:', 'geodirectory'); ?></span><input type="text" id="gd_imex_end_date" name="gd_imex[end_date]" data-type="date" /></label></td>
2409 2409
 				</tr>
2410 2410
 				<tr>
2411 2411
 				  <td class="fld" style="vertical-align:top"><label>
2412
-					<?php _e( 'Progress:', 'geodirectory' );?>
2412
+					<?php _e('Progress:', 'geodirectory'); ?>
2413 2413
 					</label></td>
2414 2414
 				  <td><div id='gd_progressbar_box'>
2415 2415
 					  <div id="gd_progressbar" class="gd_progressbar">
@@ -2417,13 +2417,13 @@  discard block
 block discarded – undo
2417 2417
 					  </div>
2418 2418
 					</div>
2419 2419
 					<p style="display:inline-block">
2420
-					  <?php _e( 'Elapsed Time:', 'geodirectory' );?>
2420
+					  <?php _e('Elapsed Time:', 'geodirectory'); ?>
2421 2421
 					</p>
2422 2422
 					  
2423 2423
 					<p id="gd_timer" class="gd_timer">00:00:00</p></td>
2424 2424
 				</tr>
2425 2425
 				<tr class="gd-ie-actions">
2426
-				  <td style="vertical-align:top"><input type="submit" value="<?php echo esc_attr( __( 'Export CSV', 'geodirectory' ) );?>" class="button-primary" name="gd_ie_exposts_submit" id="gd_ie_exposts_submit">
2426
+				  <td style="vertical-align:top"><input type="submit" value="<?php echo esc_attr(__('Export CSV', 'geodirectory')); ?>" class="button-primary" name="gd_ie_exposts_submit" id="gd_ie_exposts_submit">
2427 2427
 				  </td>
2428 2428
 				  <td id="gd_ie_ex_files" class="gd-ie-files"></td>
2429 2429
 				</tr>
@@ -2436,21 +2436,21 @@  discard block
 block discarded – undo
2436 2436
 	<div id="gd_ie_imcategs" class="metabox-holder">
2437 2437
       <div class="meta-box-sortables ui-sortable">
2438 2438
         <div id="gd_ie_imcats" class="postbox gd-hndle-pbox">
2439
-          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Categories: Import CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2440
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Categories: Import CSV', 'geodirectory' );?></span></h3>
2439
+          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Categories: Import CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2440
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Categories: Import CSV', 'geodirectory'); ?></span></h3>
2441 2441
           <div class="inside">
2442 2442
             <table class="form-table">
2443 2443
 				<tbody>
2444 2444
 				  <tr>
2445 2445
 					<td class="gd-imex-box">
2446 2446
 						<div class="gd-im-choices">
2447
-						<p><input type="radio" value="update" name="gd_im_choicecat" id="gd_im_cchoice_u" /><label for="gd_im_cchoice_u"><?php _e( 'Update item if item with cat_id/cat_slug already exists.', 'geodirectory' );?></label></p>
2448
-						<p><input type="radio" checked="checked" value="skip" name="gd_im_choicecat" id="gd_im_cchoice_s" /><label for="gd_im_cchoice_s"><?php _e( 'Ignore item if item with cat_id/cat_slug already exists.', 'geodirectory' );?></label></p>
2447
+						<p><input type="radio" value="update" name="gd_im_choicecat" id="gd_im_cchoice_u" /><label for="gd_im_cchoice_u"><?php _e('Update item if item with cat_id/cat_slug already exists.', 'geodirectory'); ?></label></p>
2448
+						<p><input type="radio" checked="checked" value="skip" name="gd_im_choicecat" id="gd_im_cchoice_s" /><label for="gd_im_cchoice_s"><?php _e('Ignore item if item with cat_id/cat_slug already exists.', 'geodirectory'); ?></label></p>
2449 2449
 						</div>
2450 2450
 						<div class="plupload-upload-uic hide-if-no-js" id="gd_im_catplupload-upload-ui">
2451 2451
 							<input type="text" readonly="readonly" name="gd_im_cat_file" class="gd-imex-file gd_im_cat_file" id="gd_im_cat" onclick="jQuery('#gd_im_catplupload-browse-button').trigger('click');" />
2452
-							<input id="gd_im_catplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-cupload button-primary" /><input type="button" value="<?php echo esc_attr( __( 'Download Sample CSV', 'geodirectory' ) );?>" class="button-secondary" name="gd_ie_imcats_sample" id="gd_ie_imcats_sample">
2453
-						<input type="hidden" id="gd_ie_imcats_csv" value="<?php echo $gd_cats_sample_csv;?>" />
2452
+							<input id="gd_im_catplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-cupload button-primary" /><input type="button" value="<?php echo esc_attr(__('Download Sample CSV', 'geodirectory')); ?>" class="button-secondary" name="gd_ie_imcats_sample" id="gd_ie_imcats_sample">
2453
+						<input type="hidden" id="gd_ie_imcats_csv" value="<?php echo $gd_cats_sample_csv; ?>" />
2454 2454
 						<?php
2455 2455
 						/**
2456 2456
 						 * Called just after the sample CSV download link.
@@ -2460,7 +2460,7 @@  discard block
 block discarded – undo
2460 2460
 						 */
2461 2461
 						do_action('geodir_sample_cats_csv_download_link');
2462 2462
 						?>
2463
-							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce( 'gd_im_catpluploadan' ); ?>"></span>
2463
+							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce('gd_im_catpluploadan'); ?>"></span>
2464 2464
 							<div class="filelist"></div>
2465 2465
 						</div>
2466 2466
 						<span id="gd_im_catupload-error" style="display:none"></span>
@@ -2477,7 +2477,7 @@  discard block
 block discarded – undo
2477 2477
 							<input type="hidden" id="gd_terminateaction" value="continue"/>
2478 2478
 						</div>
2479 2479
 						<div class="gd-import-progress" id="gd-import-progress" style="display:none">
2480
-							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory');?> </b><font
2480
+							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory'); ?> </b><font
2481 2481
 									id="gd-import-done">0</font> / <font id="gd-import-total">0</font>&nbsp;( <font
2482 2482
 									id="gd-import-perc">0%</font> )
2483 2483
 								<div class="gd-fileprogress"></div>
@@ -2489,10 +2489,10 @@  discard block
 block discarded – undo
2489 2489
                     	<div class="gd-imex-btns" style="display:none;">
2490 2490
                         	<input type="hidden" class="geodir_import_file" name="geodir_import_file" value="save"/>
2491 2491
                         	<input onclick="gd_imex_PrepareImport(this, 'cat')" type="button" value="<?php echo CSV_IMPORT_DATA; ?>" id="gd_import_data" class="button-primary" />
2492
-                        	<input onclick="gd_imex_ContinueImport(this, 'cat')" type="button" value="<?php _e( "Continue Import Data", 'geodirectory' );?>" id="gd_continue_data" class="button-primary" style="display:none"/>
2493
-                        	<input type="button" value="<?php _e("Terminate Import Data", 'geodirectory');?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'cat')"/>
2492
+                        	<input onclick="gd_imex_ContinueImport(this, 'cat')" type="button" value="<?php _e("Continue Import Data", 'geodirectory'); ?>" id="gd_continue_data" class="button-primary" style="display:none"/>
2493
+                        	<input type="button" value="<?php _e("Terminate Import Data", 'geodirectory'); ?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'cat')"/>
2494 2494
 							<div id="gd_process_data" style="display:none">
2495
-								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory');?>
2495
+								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory'); ?>
2496 2496
 							</div>
2497 2497
 						</div>
2498 2498
 					</td>
@@ -2506,26 +2506,26 @@  discard block
 block discarded – undo
2506 2506
 	<div id="gd_ie_excategs" class="metabox-holder">
2507 2507
       <div class="meta-box-sortables ui-sortable">
2508 2508
         <div id="gd_ie_ex_cats" class="postbox gd-hndle-pbox">
2509
-          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Categories: Export CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2510
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Categories: Export CSV', 'geodirectory' );?></span></h3>
2509
+          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Categories: Export CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2510
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Categories: Export CSV', 'geodirectory'); ?></span></h3>
2511 2511
           <div class="inside">
2512 2512
             <table class="form-table">
2513 2513
 				<tbody>
2514 2514
 				  <tr>
2515
-					<td class="fld"><label for="gd_post_type"><?php _e( 'Post Type:', 'geodirectory' );?></label></td>
2516
-					<td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"><?php echo $gd_posttypes_option;?></select></td>
2515
+					<td class="fld"><label for="gd_post_type"><?php _e('Post Type:', 'geodirectory'); ?></label></td>
2516
+					<td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"><?php echo $gd_posttypes_option; ?></select></td>
2517 2517
 				  </tr>
2518 2518
 				   <tr>
2519
-					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e( 'Max entries per csv file:', 'geodirectory' );?></label></td>
2520
-					<td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option;?></select><span class="description"><?php _e( 'Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory' );?></span></td>
2519
+					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e('Max entries per csv file:', 'geodirectory'); ?></label></td>
2520
+					<td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option; ?></select><span class="description"><?php _e('Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory'); ?></span></td>
2521 2521
 				  </tr>
2522 2522
 				  <tr>
2523
-					<td class="fld" style="vertical-align:top"><label><?php _e( 'Progress:', 'geodirectory' );?></label></td>
2524
-					<td><div id='gd_progressbar_box'><div id="gd_progressbar" class="gd_progressbar"><div class="gd-progress-label"></div></div></div><p style="display:inline-block"><?php _e( 'Elapsed Time:', 'geodirectory' );?></p>&nbsp;&nbsp;<p id="gd_timer" class="gd_timer">00:00:00</p></td>
2523
+					<td class="fld" style="vertical-align:top"><label><?php _e('Progress:', 'geodirectory'); ?></label></td>
2524
+					<td><div id='gd_progressbar_box'><div id="gd_progressbar" class="gd_progressbar"><div class="gd-progress-label"></div></div></div><p style="display:inline-block"><?php _e('Elapsed Time:', 'geodirectory'); ?></p>&nbsp;&nbsp;<p id="gd_timer" class="gd_timer">00:00:00</p></td>
2525 2525
 				  </tr>
2526 2526
 				  <tr class="gd-ie-actions">
2527 2527
 					<td style="vertical-align:top">
2528
-						<input type="submit" value="<?php echo esc_attr( __( 'Export CSV', 'geodirectory' ) );?>" class="button-primary" name="gd_ie_excats_submit" id="gd_ie_excats_submit">
2528
+						<input type="submit" value="<?php echo esc_attr(__('Export CSV', 'geodirectory')); ?>" class="button-primary" name="gd_ie_excats_submit" id="gd_ie_excats_submit">
2529 2529
 					</td>
2530 2530
 					<td id="gd_ie_ex_files" class="gd-ie-files"></td>
2531 2531
 				  </tr>
@@ -2547,7 +2547,7 @@  discard block
 block discarded – undo
2547 2547
      * @param array $gd_chunksize_options File chunk size options.
2548 2548
      * @param string $nonce Wordpress security token for GD import & export.
2549 2549
 	 */
2550
-	do_action( 'geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce );
2550
+	do_action('geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce);
2551 2551
 	?>
2552 2552
   </div>
2553 2553
 </div>
@@ -2566,7 +2566,7 @@  discard block
 block discarded – undo
2566 2566
         jQuery.ajax({
2567 2567
             url: ajaxurl,
2568 2568
             type: "POST",
2569
-            data: 'action=geodir_import_export&task=prepare_import&_pt=' + type + '&_file=' + uploadedFile + '&_nonce=<?php echo $nonce;?>',
2569
+            data: 'action=geodir_import_export&task=prepare_import&_pt=' + type + '&_file=' + uploadedFile + '&_nonce=<?php echo $nonce; ?>',
2570 2570
             dataType: 'json',
2571 2571
             cache: false,
2572 2572
             success: function(data) {
@@ -2618,7 +2618,7 @@  discard block
 block discarded – undo
2618 2618
 
2619 2619
         jQuery(cont).find('.filelist .file').remove();
2620 2620
         
2621
-        jQuery('#gd-import-msg', cont).find('#message').removeClass('updated').addClass('error').html("<p><?php echo esc_attr( PLZ_SELECT_CSV_FILE );?></p>");
2621
+        jQuery('#gd-import-msg', cont).find('#message').removeClass('updated').addClass('error').html("<p><?php echo esc_attr(PLZ_SELECT_CSV_FILE); ?></p>");
2622 2622
         jQuery('#gd-import-msg', cont).show();
2623 2623
         
2624 2624
         return false;
@@ -2677,7 +2677,7 @@  discard block
 block discarded – undo
2677 2677
     jQuery.ajax({
2678 2678
         url: ajaxurl,
2679 2679
         type: "POST",
2680
-        data: 'action=geodir_import_export&task=import_' + type + '&_pt=' + type + '&_file=' + uploadedFile + gddata + '&_ch=' + choice + '&_nonce=<?php echo $nonce;?>',
2680
+        data: 'action=geodir_import_export&task=import_' + type + '&_pt=' + type + '&_file=' + uploadedFile + gddata + '&_ch=' + choice + '&_nonce=<?php echo $nonce; ?>',
2681 2681
         dataType : 'json',
2682 2682
         cache: false,
2683 2683
         success: function (data) {
@@ -2866,27 +2866,27 @@  discard block
 block discarded – undo
2866 2866
 
2867 2867
     var gdMsg = '<p></p>';
2868 2868
     if ( processed > 0 ) {
2869
-        var msgParse = '<p><?php echo addslashes( sprintf( __( 'Total %s item(s) found.', 'geodirectory' ), '%s' ) );?></p>';
2869
+        var msgParse = '<p><?php echo addslashes(sprintf(__('Total %s item(s) found.', 'geodirectory'), '%s')); ?></p>';
2870 2870
         msgParse = msgParse.replace("%s", processed);
2871 2871
         gdMsg += msgParse;
2872 2872
     }
2873 2873
 
2874 2874
     if ( updated > 0 ) {
2875
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) updated.', 'geodirectory' ), '%s', '%d' ) );?></p>';
2875
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) updated.', 'geodirectory'), '%s', '%d')); ?></p>';
2876 2876
         msgParse = msgParse.replace("%s", updated);
2877 2877
         msgParse = msgParse.replace("%d", processed);
2878 2878
         gdMsg += msgParse;
2879 2879
     }
2880 2880
 
2881 2881
     if ( created > 0 ) {
2882
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) added.', 'geodirectory' ), '%s', '%d' ) );?></p>';
2882
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) added.', 'geodirectory'), '%s', '%d')); ?></p>';
2883 2883
         msgParse = msgParse.replace("%s", created);
2884 2884
         msgParse = msgParse.replace("%d", processed);
2885 2885
         gdMsg += msgParse;
2886 2886
     }
2887 2887
 
2888 2888
     if ( skipped > 0 ) {
2889
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) ignored due to already exists.', 'geodirectory' ), '%s', '%d' ) );?></p>';
2889
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) ignored due to already exists.', 'geodirectory'), '%s', '%d')); ?></p>';
2890 2890
         msgParse = msgParse.replace("%s", skipped);
2891 2891
         msgParse = msgParse.replace("%d", processed);
2892 2892
         gdMsg += msgParse;
@@ -2896,17 +2896,17 @@  discard block
 block discarded – undo
2896 2896
         if (type=='loc') {
2897 2897
             invalid_addr = invalid;
2898 2898
         }
2899
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ), '%s', '%d' ) );?></p>';
2899
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory'), '%s', '%d')); ?></p>';
2900 2900
         msgParse = msgParse.replace("%s", invalid_addr);
2901 2901
         msgParse = msgParse.replace("%d", total);
2902 2902
         gdMsg += msgParse;
2903 2903
     }
2904 2904
 
2905 2905
     if (invalid > 0 && type!='loc') {
2906
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to blank title/invalid post type/invalid characters used in data.', 'geodirectory' ), '%s', '%d' ) );?></p>';
2906
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to blank title/invalid post type/invalid characters used in data.', 'geodirectory'), '%s', '%d')); ?></p>';
2907 2907
         
2908 2908
         if (type=='hood') {
2909
-            msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory' ), '%s', '%d' ) );?></p>';
2909
+            msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory'), '%s', '%d')); ?></p>';
2910 2910
         }
2911 2911
         msgParse = msgParse.replace("%s", invalid);
2912 2912
         msgParse = msgParse.replace("%d", total);
@@ -2914,7 +2914,7 @@  discard block
 block discarded – undo
2914 2914
     }
2915 2915
 
2916 2916
     if (images > 0) {
2917
-        gdMsg += '<p><?php echo addslashes( $upload_dir );?></p>';
2917
+        gdMsg += '<p><?php echo addslashes($upload_dir); ?></p>';
2918 2918
     }
2919 2919
     gdMsg += '<p></p>';
2920 2920
     jQuery('#gd-import-msg', cont).find('#message').removeClass('error').addClass('updated').html(gdMsg);
@@ -3078,9 +3078,9 @@  discard block
 block discarded – undo
3078 3078
             if (typeof filters !== 'undefined' && filters && doFilter) {
3079 3079
                 getTotal = true;
3080 3080
                 attach += '&_c=1';
3081
-                gd_progressbar(el, 0, '<i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Preparing...', 'geodirectory' ) );?>');
3081
+                gd_progressbar(el, 0, '<i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Preparing...', 'geodirectory')); ?>');
3082 3082
             } else {
3083
-                gd_progressbar(el, 0, '0% (0 / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>');
3083
+                gd_progressbar(el, 0, '0% (0 / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
3084 3084
             }
3085 3085
             jQuery(el).find('#gd_timer').text('00:00:01');
3086 3086
             jQuery('#gd_ie_ex_files', el).html('');
@@ -3089,7 +3089,7 @@  discard block
 block discarded – undo
3089 3089
         jQuery.ajax({
3090 3090
             url: ajaxurl,
3091 3091
             type: "POST",
3092
-            data: 'action=geodir_import_export&task=export_posts&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce;?>&_p=' + page + attach,
3092
+            data: 'action=geodir_import_export&task=export_posts&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce; ?>&_p=' + page + attach,
3093 3093
             dataType : 'json',
3094 3094
             cache: false,
3095 3095
             beforeSend: function (jqXHR, settings) {},
@@ -3114,11 +3114,11 @@  discard block
 block discarded – undo
3114 3114
                         } else {
3115 3115
                             if (pages < page || pages == page) {
3116 3116
                                 window.clearInterval(timer_posts);
3117
-                                gd_progressbar(el, 100, '100% (' + total_posts + ' / ' + total_posts + ') <i class="fa fa-check"></i><?php echo esc_attr( __( 'Complete!', 'geodirectory' ) );?>');
3117
+                                gd_progressbar(el, 100, '100% (' + total_posts + ' / ' + total_posts + ') <i class="fa fa-check"></i><?php echo esc_attr(__('Complete!', 'geodirectory')); ?>');
3118 3118
                             } else {
3119 3119
                                 var percentage = Math.round(((page * chunk_size) / total_posts) * 100);
3120 3120
                                 percentage = percentage > 100 ? 100 : percentage;
3121
-                                gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>');
3121
+                                gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
3122 3122
                             }
3123 3123
                             if (typeof data.files != 'undefined' && jQuery(data.files).length ) {
3124 3124
                                 var obj_files = data.files;
@@ -3149,7 +3149,7 @@  discard block
 block discarded – undo
3149 3149
 
3150 3150
     function gd_process_export_cats(el, post_type, total_cats, chunk_size, pages, page) {
3151 3151
         if (page < 2) {
3152
-            gd_progressbar(el, 0, '0% (0 / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>');
3152
+            gd_progressbar(el, 0, '0% (0 / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
3153 3153
             jQuery(el).find('#gd_timer').text('00:00:01');
3154 3154
             jQuery('#gd_ie_ex_files', el).html('');
3155 3155
         }
@@ -3157,7 +3157,7 @@  discard block
 block discarded – undo
3157 3157
         jQuery.ajax({
3158 3158
             url: ajaxurl,
3159 3159
             type: "POST",
3160
-            data: 'action=geodir_import_export&task=export_cats&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce;?>&_p=' + page,
3160
+            data: 'action=geodir_import_export&task=export_cats&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce; ?>&_p=' + page,
3161 3161
             dataType : 'json',
3162 3162
             cache: false,
3163 3163
             beforeSend: function (jqXHR, settings) {},
@@ -3171,11 +3171,11 @@  discard block
 block discarded – undo
3171 3171
                     } else {
3172 3172
                         if (pages < page || pages == page) {
3173 3173
                             window.clearInterval(timer_cats);
3174
-                            gd_progressbar(el, 100, '100% (' + total_cats + ' / ' + total_cats + ') <i class="fa fa-check"></i><?php echo esc_attr( __( 'Complete!', 'geodirectory' ) );?>');
3174
+                            gd_progressbar(el, 100, '100% (' + total_cats + ' / ' + total_cats + ') <i class="fa fa-check"></i><?php echo esc_attr(__('Complete!', 'geodirectory')); ?>');
3175 3175
                         } else {
3176 3176
                             var percentage = Math.round(((page * chunk_size) / total_cats) * 100);
3177 3177
                             percentage = percentage > 100 ? 100 : percentage;
3178
-                            gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php esc_attr_e( 'Exporting...', 'geodirectory' );?>');
3178
+                            gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php esc_attr_e('Exporting...', 'geodirectory'); ?>');
3179 3179
                         }
3180 3180
                         if (typeof data.files != 'undefined' && jQuery(data.files).length ) {
3181 3181
                             var obj_files = data.files;
@@ -3232,13 +3232,13 @@  discard block
 block discarded – undo
3232 3232
 function geodir_init_filesystem()
3233 3233
 {
3234 3234
 
3235
-    if(!function_exists('get_filesystem_method')){
3235
+    if (!function_exists('get_filesystem_method')) {
3236 3236
         require_once(ABSPATH."/wp-admin/includes/file.php");
3237 3237
     }
3238 3238
     $access_type = get_filesystem_method();
3239 3239
     if ($access_type === 'direct') {
3240 3240
         /* you can safely run request_filesystem_credentials() without any issues and don't need to worry about passing in a URL */
3241
-        $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3241
+        $creds = request_filesystem_credentials(trailingslashit(site_url()).'wp-admin/', '', false, false, array());
3242 3242
 
3243 3243
         /* initialize the API */
3244 3244
         if (!WP_Filesystem($creds)) {
@@ -3251,7 +3251,7 @@  discard block
 block discarded – undo
3251 3251
         return $wp_filesystem;
3252 3252
         /* do our file manipulations below */
3253 3253
     } elseif (defined('FTP_USER')) {
3254
-        $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3254
+        $creds = request_filesystem_credentials(trailingslashit(site_url()).'wp-admin/', '', false, false, array());
3255 3255
 
3256 3256
         /* initialize the API */
3257 3257
         if (!WP_Filesystem($creds)) {
@@ -3286,7 +3286,7 @@  discard block
 block discarded – undo
3286 3286
  * @package GeoDirectory
3287 3287
  */
3288 3288
 function geodir_filesystem_notice()
3289
-{   if ( defined( 'DOING_AJAX' ) ){return;}
3289
+{   if (defined('DOING_AJAX')) {return; }
3290 3290
     $access_type = get_filesystem_method();
3291 3291
     if ($access_type === 'direct') {
3292 3292
     } elseif (!defined('FTP_USER')) {
@@ -3326,64 +3326,64 @@  discard block
 block discarded – undo
3326 3326
     // try to set higher limits for import
3327 3327
     $max_input_time = ini_get('max_input_time');
3328 3328
     $max_execution_time = ini_get('max_execution_time');
3329
-    $memory_limit= ini_get('memory_limit');
3329
+    $memory_limit = ini_get('memory_limit');
3330 3330
 
3331
-    if(!$max_input_time || $max_input_time<3000){
3331
+    if (!$max_input_time || $max_input_time < 3000) {
3332 3332
         ini_set('max_input_time', 3000);
3333 3333
     }
3334 3334
 
3335
-    if(!$max_execution_time || $max_execution_time<3000){
3335
+    if (!$max_execution_time || $max_execution_time < 3000) {
3336 3336
         ini_set('max_execution_time', 3000);
3337 3337
     }
3338 3338
 
3339
-    if($memory_limit && str_replace('M','',$memory_limit)){
3340
-        if(str_replace('M','',$memory_limit)<256){
3339
+    if ($memory_limit && str_replace('M', '', $memory_limit)) {
3340
+        if (str_replace('M', '', $memory_limit) < 256) {
3341 3341
             ini_set('memory_limit', '256M');
3342 3342
         }
3343 3343
     }
3344 3344
 
3345 3345
     $json = array();
3346 3346
 
3347
-    if ( !current_user_can( 'manage_options' ) ) {
3348
-        wp_send_json( $json );
3347
+    if (!current_user_can('manage_options')) {
3348
+        wp_send_json($json);
3349 3349
     }
3350 3350
 
3351
-    $task = isset( $_REQUEST['task'] ) ? $_REQUEST['task'] : NULL;
3352
-    $nonce = isset( $_REQUEST['_nonce'] ) ? $_REQUEST['_nonce'] : NULL;
3353
-    $stat = isset( $_REQUEST['_st'] ) ? $_REQUEST['_st'] : false;
3351
+    $task = isset($_REQUEST['task']) ? $_REQUEST['task'] : NULL;
3352
+    $nonce = isset($_REQUEST['_nonce']) ? $_REQUEST['_nonce'] : NULL;
3353
+    $stat = isset($_REQUEST['_st']) ? $_REQUEST['_st'] : false;
3354 3354
 
3355
-    if ( !wp_verify_nonce( $nonce, 'geodir_import_export_nonce' ) ) {
3356
-        wp_send_json( $json );
3355
+    if (!wp_verify_nonce($nonce, 'geodir_import_export_nonce')) {
3356
+        wp_send_json($json);
3357 3357
     }
3358 3358
 
3359
-    $post_type = isset( $_REQUEST['_pt'] ) ? $_REQUEST['_pt'] : NULL;
3360
-    $chunk_per_page = isset( $_REQUEST['_n'] ) ? absint($_REQUEST['_n']) : NULL;
3359
+    $post_type = isset($_REQUEST['_pt']) ? $_REQUEST['_pt'] : NULL;
3360
+    $chunk_per_page = isset($_REQUEST['_n']) ? absint($_REQUEST['_n']) : NULL;
3361 3361
     $chunk_per_page = $chunk_per_page < 50 || $chunk_per_page > 100000 ? 5000 : $chunk_per_page;
3362
-    $chunk_page_no = isset( $_REQUEST['_p'] ) ? absint($_REQUEST['_p']) : 1;
3362
+    $chunk_page_no = isset($_REQUEST['_p']) ? absint($_REQUEST['_p']) : 1;
3363 3363
 
3364 3364
     $wp_filesystem = geodir_init_filesystem();
3365 3365
     if (!$wp_filesystem) {
3366
-        $json['error'] = __( 'Filesystem ERROR: Could not access filesystem.', 'geodirectory' );
3367
-        wp_send_json( $json );
3366
+        $json['error'] = __('Filesystem ERROR: Could not access filesystem.', 'geodirectory');
3367
+        wp_send_json($json);
3368 3368
     }
3369 3369
 
3370 3370
     if (!empty($wp_filesystem) && isset($wp_filesystem->errors) && is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code()) {
3371
-        $json['error'] = __( 'Filesystem ERROR: ' . $wp_filesystem->errors->get_error_message(), 'geodirectory' );
3372
-        wp_send_json( $json );
3371
+        $json['error'] = __('Filesystem ERROR: '.$wp_filesystem->errors->get_error_message(), 'geodirectory');
3372
+        wp_send_json($json);
3373 3373
     }
3374 3374
 
3375
-    $csv_file_dir = geodir_path_import_export( false );
3376
-    if ( !$wp_filesystem->is_dir( $csv_file_dir ) ) {
3377
-        if ( !$wp_filesystem->mkdir( $csv_file_dir, FS_CHMOD_DIR ) ) {
3378
-            $json['error'] = __( 'ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory' );
3379
-            wp_send_json( $json );
3375
+    $csv_file_dir = geodir_path_import_export(false);
3376
+    if (!$wp_filesystem->is_dir($csv_file_dir)) {
3377
+        if (!$wp_filesystem->mkdir($csv_file_dir, FS_CHMOD_DIR)) {
3378
+            $json['error'] = __('ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory');
3379
+            wp_send_json($json);
3380 3380
         }
3381 3381
     }
3382 3382
     
3383 3383
     $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
3384 3384
     $neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
3385 3385
 
3386
-    switch ( $task ) {
3386
+    switch ($task) {
3387 3387
         case 'export_posts': {
3388 3388
             // WPML
3389 3389
             $is_wpml = geodir_is_wpml();
@@ -3394,36 +3394,36 @@  discard block
 block discarded – undo
3394 3394
                 $sitepress->switch_lang('all', true);
3395 3395
             }
3396 3396
             // WPML
3397
-            if ( $post_type == 'gd_event' ) {
3398
-                add_filter( 'geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2 );
3397
+            if ($post_type == 'gd_event') {
3398
+                add_filter('geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2);
3399 3399
             }
3400
-            $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
3400
+            $filters = !empty($_REQUEST['gd_imex']) && is_array($_REQUEST['gd_imex']) ? $_REQUEST['gd_imex'] : NULL;
3401 3401
             
3402
-            $file_name = $post_type . '_' . date( 'dmyHi' );
3403
-            if ( $filters && isset( $filters['start_date'] ) && isset( $filters['end_date'] ) ) {
3404
-                $file_name = $post_type . '_' . date_i18n( 'dmy', strtotime( $filters['start_date'] ) ) . '_' . date_i18n( 'dmy', strtotime( $filters['end_date'] ) );
3402
+            $file_name = $post_type.'_'.date('dmyHi');
3403
+            if ($filters && isset($filters['start_date']) && isset($filters['end_date'])) {
3404
+                $file_name = $post_type.'_'.date_i18n('dmy', strtotime($filters['start_date'])).'_'.date_i18n('dmy', strtotime($filters['end_date']));
3405 3405
             }
3406
-            $posts_count = geodir_get_posts_count( $post_type );
3407
-            $file_url_base = geodir_path_import_export() . '/';
3408
-            $file_url = $file_url_base . $file_name . '.csv';
3409
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3410
-            $file_path_temp = $csv_file_dir . '/' . $post_type . '_' . $nonce . '.csv';
3406
+            $posts_count = geodir_get_posts_count($post_type);
3407
+            $file_url_base = geodir_path_import_export().'/';
3408
+            $file_url = $file_url_base.$file_name.'.csv';
3409
+            $file_path = $csv_file_dir.'/'.$file_name.'.csv';
3410
+            $file_path_temp = $csv_file_dir.'/'.$post_type.'_'.$nonce.'.csv';
3411 3411
             
3412 3412
             $chunk_file_paths = array();
3413 3413
 
3414
-            if ( isset( $_REQUEST['_c'] ) ) {
3414
+            if (isset($_REQUEST['_c'])) {
3415 3415
                 $json['total'] = $posts_count;
3416 3416
                 // WPML
3417 3417
                 if ($is_wpml) {
3418 3418
                     $sitepress->switch_lang($active_lang, true);
3419 3419
                 }
3420 3420
                 // WPML
3421
-                wp_send_json( $json );
3421
+                wp_send_json($json);
3422 3422
                 gd_die();
3423
-            } else if ( isset( $_REQUEST['_st'] ) ) {
3424
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3425
-                $percentage = count( $posts_count ) > 0 && $line_count > 0 ? ceil( $line_count / $posts_count ) * 100 : 0;
3426
-                $percentage = min( $percentage, 100 );
3423
+            } else if (isset($_REQUEST['_st'])) {
3424
+                $line_count = (int) geodir_import_export_line_count($file_path_temp);
3425
+                $percentage = count($posts_count) > 0 && $line_count > 0 ? ceil($line_count / $posts_count) * 100 : 0;
3426
+                $percentage = min($percentage, 100);
3427 3427
                 
3428 3428
                 $json['percentage'] = $percentage;
3429 3429
                 // WPML
@@ -3431,45 +3431,45 @@  discard block
 block discarded – undo
3431 3431
                     $sitepress->switch_lang($active_lang, true);
3432 3432
                 }
3433 3433
                 // WPML
3434
-                wp_send_json( $json );
3434
+                wp_send_json($json);
3435 3435
                 gd_die();
3436 3436
             } else {
3437
-                if ( !$posts_count > 0 ) {
3438
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3437
+                if (!$posts_count > 0) {
3438
+                    $json['error'] = __('No records to export.', 'geodirectory');
3439 3439
                 } else {
3440 3440
                     $total_posts = $posts_count;
3441 3441
                     if ($chunk_per_page > $total_posts) {
3442 3442
                         $chunk_per_page = $total_posts;
3443 3443
                     }
3444
-                    $chunk_total_pages = ceil( $total_posts / $chunk_per_page );
3444
+                    $chunk_total_pages = ceil($total_posts / $chunk_per_page);
3445 3445
                     
3446 3446
                     $j = $chunk_page_no;
3447
-                    $chunk_save_posts = geodir_imex_get_posts( $post_type, $chunk_per_page, $j );
3447
+                    $chunk_save_posts = geodir_imex_get_posts($post_type, $chunk_per_page, $j);
3448 3448
                     
3449 3449
                     $per_page = 500;
3450 3450
                     if ($per_page > $chunk_per_page) {
3451 3451
                         $per_page = $chunk_per_page;
3452 3452
                     }
3453
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3453
+                    $total_pages = ceil($chunk_per_page / $per_page);
3454 3454
                     
3455
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3456
-                        $save_posts = array_slice( $chunk_save_posts , ( $i * $per_page ), $per_page );
3455
+                    for ($i = 0; $i <= $total_pages; $i++) {
3456
+                        $save_posts = array_slice($chunk_save_posts, ($i * $per_page), $per_page);
3457 3457
                         
3458 3458
                         $clear = $i == 0 ? true : false;
3459
-                        geodir_save_csv_data( $file_path_temp, $save_posts, $clear );
3459
+                        geodir_save_csv_data($file_path_temp, $save_posts, $clear);
3460 3460
                     }
3461 3461
                         
3462
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3463
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3464
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3465
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3466
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3462
+                    if ($wp_filesystem->exists($file_path_temp)) {
3463
+                        $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : '';
3464
+                        $chunk_file_name = $file_name.$chunk_page_no.'.csv';
3465
+                        $file_path = $csv_file_dir.'/'.$chunk_file_name;
3466
+                        $wp_filesystem->move($file_path_temp, $file_path, true);
3467 3467
                         
3468
-                        $file_url = $file_url_base . $chunk_file_name;
3469
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3468
+                        $file_url = $file_url_base.$chunk_file_name;
3469
+                        $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3470 3470
                     }
3471 3471
                     
3472
-                    if ( !empty($chunk_file_paths) ) {
3472
+                    if (!empty($chunk_file_paths)) {
3473 3473
                         $json['total'] = $posts_count;
3474 3474
                         $json['files'] = $chunk_file_paths;
3475 3475
                     } else {
@@ -3477,7 +3477,7 @@  discard block
 block discarded – undo
3477 3477
                             $json['total'] = $posts_count;
3478 3478
                             $json['files'] = array();
3479 3479
                         } else {
3480
-                            $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3480
+                            $json['error'] = __('ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory');
3481 3481
                         }
3482 3482
                     }
3483 3483
                 }
@@ -3486,7 +3486,7 @@  discard block
 block discarded – undo
3486 3486
                     $sitepress->switch_lang($active_lang, true);
3487 3487
                 }
3488 3488
                 // WPML
3489
-                wp_send_json( $json );
3489
+                wp_send_json($json);
3490 3490
             }
3491 3491
         }
3492 3492
         break;
@@ -3500,20 +3500,20 @@  discard block
 block discarded – undo
3500 3500
                 $sitepress->switch_lang('all', true);
3501 3501
             }
3502 3502
             // WPML
3503
-            $file_name = $post_type . 'category_' . date( 'dmyHi' );
3503
+            $file_name = $post_type.'category_'.date('dmyHi');
3504 3504
             
3505
-            $terms_count = geodir_get_terms_count( $post_type );
3506
-            $file_url_base = geodir_path_import_export() . '/';
3507
-            $file_url = $file_url_base . $file_name . '.csv';
3508
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3509
-            $file_path_temp = $csv_file_dir . '/' . $post_type . 'category_' . $nonce . '.csv';
3505
+            $terms_count = geodir_get_terms_count($post_type);
3506
+            $file_url_base = geodir_path_import_export().'/';
3507
+            $file_url = $file_url_base.$file_name.'.csv';
3508
+            $file_path = $csv_file_dir.'/'.$file_name.'.csv';
3509
+            $file_path_temp = $csv_file_dir.'/'.$post_type.'category_'.$nonce.'.csv';
3510 3510
             
3511 3511
             $chunk_file_paths = array();
3512 3512
             
3513
-            if ( isset( $_REQUEST['_st'] ) ) {
3514
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3515
-                $percentage = count( $terms_count ) > 0 && $line_count > 0 ? ceil( $line_count / $terms_count ) * 100 : 0;
3516
-                $percentage = min( $percentage, 100 );
3513
+            if (isset($_REQUEST['_st'])) {
3514
+                $line_count = (int) geodir_import_export_line_count($file_path_temp);
3515
+                $percentage = count($terms_count) > 0 && $line_count > 0 ? ceil($line_count / $terms_count) * 100 : 0;
3516
+                $percentage = min($percentage, 100);
3517 3517
                 
3518 3518
                 $json['percentage'] = $percentage;
3519 3519
                 // WPML
@@ -3521,48 +3521,48 @@  discard block
 block discarded – undo
3521 3521
                     $sitepress->switch_lang($active_lang, true);
3522 3522
                 }
3523 3523
                 // WPML
3524
-                wp_send_json( $json );
3524
+                wp_send_json($json);
3525 3525
             } else {
3526
-                if ( !$terms_count > 0 ) {
3527
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3526
+                if (!$terms_count > 0) {
3527
+                    $json['error'] = __('No records to export.', 'geodirectory');
3528 3528
                 } else {
3529 3529
                     $total_terms = $terms_count;
3530 3530
                     if ($chunk_per_page > $terms_count) {
3531 3531
                         $chunk_per_page = $terms_count;
3532 3532
                     }
3533
-                    $chunk_total_pages = ceil( $total_terms / $chunk_per_page );
3533
+                    $chunk_total_pages = ceil($total_terms / $chunk_per_page);
3534 3534
                     
3535 3535
                     $j = $chunk_page_no;
3536
-                    $chunk_save_terms = geodir_imex_get_terms( $post_type, $chunk_per_page, $j );
3536
+                    $chunk_save_terms = geodir_imex_get_terms($post_type, $chunk_per_page, $j);
3537 3537
                     
3538 3538
                     $per_page = 500;
3539 3539
                     if ($per_page > $chunk_per_page) {
3540 3540
                         $per_page = $chunk_per_page;
3541 3541
                     }
3542
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3542
+                    $total_pages = ceil($chunk_per_page / $per_page);
3543 3543
                     
3544
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3545
-                        $save_terms = array_slice( $chunk_save_terms , ( $i * $per_page ), $per_page );
3544
+                    for ($i = 0; $i <= $total_pages; $i++) {
3545
+                        $save_terms = array_slice($chunk_save_terms, ($i * $per_page), $per_page);
3546 3546
                         
3547 3547
                         $clear = $i == 0 ? true : false;
3548
-                        geodir_save_csv_data( $file_path_temp, $save_terms, $clear );
3548
+                        geodir_save_csv_data($file_path_temp, $save_terms, $clear);
3549 3549
                     }
3550 3550
                     
3551
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3552
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3553
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3554
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3555
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3551
+                    if ($wp_filesystem->exists($file_path_temp)) {
3552
+                        $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : '';
3553
+                        $chunk_file_name = $file_name.$chunk_page_no.'.csv';
3554
+                        $file_path = $csv_file_dir.'/'.$chunk_file_name;
3555
+                        $wp_filesystem->move($file_path_temp, $file_path, true);
3556 3556
                         
3557
-                        $file_url = $file_url_base . $chunk_file_name;
3558
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3557
+                        $file_url = $file_url_base.$chunk_file_name;
3558
+                        $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3559 3559
                     }
3560 3560
                     
3561
-                    if ( !empty($chunk_file_paths) ) {
3561
+                    if (!empty($chunk_file_paths)) {
3562 3562
                         $json['total'] = $terms_count;
3563 3563
                         $json['files'] = $chunk_file_paths;
3564 3564
                     } else {
3565
-                        $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3565
+                        $json['error'] = __('ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory');
3566 3566
                     }
3567 3567
                 }
3568 3568
                 // WPML
@@ -3570,127 +3570,127 @@  discard block
 block discarded – undo
3570 3570
                     $sitepress->switch_lang($active_lang, true);
3571 3571
                 }
3572 3572
                 // WPML
3573
-                wp_send_json( $json );
3573
+                wp_send_json($json);
3574 3574
             }
3575 3575
         }
3576 3576
         break;
3577 3577
         case 'export_locations': {
3578
-            $file_url_base = geodir_path_import_export() . '/';
3579
-            $file_name = 'gd_locations_' . date( 'dmyHi' );
3580
-            $file_url = $file_url_base . $file_name . '.csv';
3581
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3582
-            $file_path_temp = $csv_file_dir . '/gd_locations_' . $nonce . '.csv';
3578
+            $file_url_base = geodir_path_import_export().'/';
3579
+            $file_name = 'gd_locations_'.date('dmyHi');
3580
+            $file_url = $file_url_base.$file_name.'.csv';
3581
+            $file_path = $csv_file_dir.'/'.$file_name.'.csv';
3582
+            $file_path_temp = $csv_file_dir.'/gd_locations_'.$nonce.'.csv';
3583 3583
             
3584
-            $items_count = (int)geodir_location_imex_count_locations();
3584
+            $items_count = (int) geodir_location_imex_count_locations();
3585 3585
             
3586
-            if ( isset( $_REQUEST['_st'] ) ) {
3587
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3588
-                $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3589
-                $percentage = min( $percentage, 100 );
3586
+            if (isset($_REQUEST['_st'])) {
3587
+                $line_count = (int) geodir_import_export_line_count($file_path_temp);
3588
+                $percentage = count($items_count) > 0 && $line_count > 0 ? ceil($line_count / $items_count) * 100 : 0;
3589
+                $percentage = min($percentage, 100);
3590 3590
                 
3591 3591
                 $json['percentage'] = $percentage;
3592
-                wp_send_json( $json );
3592
+                wp_send_json($json);
3593 3593
             } else {
3594 3594
                 $chunk_file_paths = array();
3595 3595
                 
3596
-                if ( !$items_count > 0 ) {
3597
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3596
+                if (!$items_count > 0) {
3597
+                    $json['error'] = __('No records to export.', 'geodirectory');
3598 3598
                 } else {
3599
-                    $chunk_per_page = min( $chunk_per_page, $items_count );
3600
-                    $chunk_total_pages = ceil( $items_count / $chunk_per_page );
3599
+                    $chunk_per_page = min($chunk_per_page, $items_count);
3600
+                    $chunk_total_pages = ceil($items_count / $chunk_per_page);
3601 3601
                     
3602 3602
                     $j = $chunk_page_no;
3603
-                    $chunk_save_items = geodir_location_imex_locations_data( $chunk_per_page, $j );
3603
+                    $chunk_save_items = geodir_location_imex_locations_data($chunk_per_page, $j);
3604 3604
                     
3605 3605
                     $per_page = 500;
3606
-                    $per_page = min( $per_page, $chunk_per_page );
3607
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3606
+                    $per_page = min($per_page, $chunk_per_page);
3607
+                    $total_pages = ceil($chunk_per_page / $per_page);
3608 3608
                     
3609
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3610
-                        $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3609
+                    for ($i = 0; $i <= $total_pages; $i++) {
3610
+                        $save_items = array_slice($chunk_save_items, ($i * $per_page), $per_page);
3611 3611
                         
3612 3612
                         $clear = $i == 0 ? true : false;
3613
-                        geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3613
+                        geodir_save_csv_data($file_path_temp, $save_items, $clear);
3614 3614
                     }
3615 3615
                     
3616
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3617
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3618
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3619
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3620
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3616
+                    if ($wp_filesystem->exists($file_path_temp)) {
3617
+                        $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : '';
3618
+                        $chunk_file_name = $file_name.$chunk_page_no.'.csv';
3619
+                        $file_path = $csv_file_dir.'/'.$chunk_file_name;
3620
+                        $wp_filesystem->move($file_path_temp, $file_path, true);
3621 3621
                         
3622
-                        $file_url = $file_url_base . $chunk_file_name;
3623
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3622
+                        $file_url = $file_url_base.$chunk_file_name;
3623
+                        $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3624 3624
                     }
3625 3625
                     
3626
-                    if ( !empty($chunk_file_paths) ) {
3626
+                    if (!empty($chunk_file_paths)) {
3627 3627
                         $json['total'] = $items_count;
3628 3628
                         $json['files'] = $chunk_file_paths;
3629 3629
                     } else {
3630
-                        $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3630
+                        $json['error'] = __('Fail, something wrong to create csv file.', 'geodirectory');
3631 3631
                     }
3632 3632
                 }
3633
-                wp_send_json( $json );
3633
+                wp_send_json($json);
3634 3634
             }
3635 3635
         }
3636 3636
         break;
3637 3637
         case 'export_hoods': {
3638
-            $file_url_base = geodir_path_import_export() . '/';
3639
-            $file_name = 'gd_neighbourhoods_' . date( 'dmyHi' );
3640
-            $file_url = $file_url_base . $file_name . '.csv';
3641
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3642
-            $file_path_temp = $csv_file_dir . '/gd_neighbourhoods_' . $nonce . '.csv';
3638
+            $file_url_base = geodir_path_import_export().'/';
3639
+            $file_name = 'gd_neighbourhoods_'.date('dmyHi');
3640
+            $file_url = $file_url_base.$file_name.'.csv';
3641
+            $file_path = $csv_file_dir.'/'.$file_name.'.csv';
3642
+            $file_path_temp = $csv_file_dir.'/gd_neighbourhoods_'.$nonce.'.csv';
3643 3643
             
3644
-            $items_count = (int)geodir_location_imex_count_neighbourhoods();
3644
+            $items_count = (int) geodir_location_imex_count_neighbourhoods();
3645 3645
             
3646
-            if ( isset( $_REQUEST['_st'] ) ) {
3647
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3648
-                $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3649
-                $percentage = min( $percentage, 100 );
3646
+            if (isset($_REQUEST['_st'])) {
3647
+                $line_count = (int) geodir_import_export_line_count($file_path_temp);
3648
+                $percentage = count($items_count) > 0 && $line_count > 0 ? ceil($line_count / $items_count) * 100 : 0;
3649
+                $percentage = min($percentage, 100);
3650 3650
                 
3651 3651
                 $json['percentage'] = $percentage;
3652
-                wp_send_json( $json );
3652
+                wp_send_json($json);
3653 3653
             } else {
3654 3654
                 $chunk_file_paths = array();
3655 3655
                 
3656
-                if ( !$items_count > 0 ) {
3657
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3656
+                if (!$items_count > 0) {
3657
+                    $json['error'] = __('No records to export.', 'geodirectory');
3658 3658
                 } else {
3659
-                    $chunk_per_page = min( $chunk_per_page, $items_count );
3660
-                    $chunk_total_pages = ceil( $items_count / $chunk_per_page );
3659
+                    $chunk_per_page = min($chunk_per_page, $items_count);
3660
+                    $chunk_total_pages = ceil($items_count / $chunk_per_page);
3661 3661
                     
3662 3662
                     $j = $chunk_page_no;
3663
-                    $chunk_save_items = geodir_location_imex_neighbourhoods_data( $chunk_per_page, $j );
3663
+                    $chunk_save_items = geodir_location_imex_neighbourhoods_data($chunk_per_page, $j);
3664 3664
                     
3665 3665
                     $per_page = 500;
3666
-                    $per_page = min( $per_page, $chunk_per_page );
3667
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3666
+                    $per_page = min($per_page, $chunk_per_page);
3667
+                    $total_pages = ceil($chunk_per_page / $per_page);
3668 3668
                     
3669
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3670
-                        $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3669
+                    for ($i = 0; $i <= $total_pages; $i++) {
3670
+                        $save_items = array_slice($chunk_save_items, ($i * $per_page), $per_page);
3671 3671
                         
3672 3672
                         $clear = $i == 0 ? true : false;
3673
-                        geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3673
+                        geodir_save_csv_data($file_path_temp, $save_items, $clear);
3674 3674
                     }
3675 3675
                     
3676
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3677
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3678
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3679
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3680
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3676
+                    if ($wp_filesystem->exists($file_path_temp)) {
3677
+                        $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : '';
3678
+                        $chunk_file_name = $file_name.$chunk_page_no.'.csv';
3679
+                        $file_path = $csv_file_dir.'/'.$chunk_file_name;
3680
+                        $wp_filesystem->move($file_path_temp, $file_path, true);
3681 3681
                         
3682
-                        $file_url = $file_url_base . $chunk_file_name;
3683
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3682
+                        $file_url = $file_url_base.$chunk_file_name;
3683
+                        $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3684 3684
                     }
3685 3685
                     
3686
-                    if ( !empty($chunk_file_paths) ) {
3686
+                    if (!empty($chunk_file_paths)) {
3687 3687
                         $json['total'] = $items_count;
3688 3688
                         $json['files'] = $chunk_file_paths;
3689 3689
                     } else {
3690
-                        $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3690
+                        $json['error'] = __('Fail, something wrong to create csv file.', 'geodirectory');
3691 3691
                     }
3692 3692
                 }
3693
-                wp_send_json( $json );
3693
+                wp_send_json($json);
3694 3694
             }
3695 3695
         }
3696 3696
         break;
@@ -3707,25 +3707,25 @@  discard block
 block discarded – undo
3707 3707
             }
3708 3708
             // WPML
3709 3709
             
3710
-            ini_set( 'auto_detect_line_endings', true );
3710
+            ini_set('auto_detect_line_endings', true);
3711 3711
             
3712 3712
             $uploads = wp_upload_dir();
3713 3713
             $uploads_dir = $uploads['path'];
3714 3714
             $uploads_subdir = $uploads['subdir'];
3715 3715
             
3716
-            $csv_file = isset( $_POST['_file'] ) ? $_POST['_file'] : NULL;
3717
-            $import_choice = isset( $_REQUEST['_ch'] ) ? $_REQUEST['_ch'] : 'skip';
3716
+            $csv_file = isset($_POST['_file']) ? $_POST['_file'] : NULL;
3717
+            $import_choice = isset($_REQUEST['_ch']) ? $_REQUEST['_ch'] : 'skip';
3718 3718
             
3719
-            $csv_file_arr = explode( '/', $csv_file );
3720
-            $csv_filename = end( $csv_file_arr );
3721
-            $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $csv_filename;
3719
+            $csv_file_arr = explode('/', $csv_file);
3720
+            $csv_filename = end($csv_file_arr);
3721
+            $target_path = $uploads_dir.'/temp_'.$current_user->data->ID.'/'.$csv_filename;
3722 3722
             
3723 3723
             $json['file'] = $csv_file;
3724
-            $json['error'] = __( 'The uploaded file is not a valid csv file. Please try again.', 'geodirectory' );
3724
+            $json['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
3725 3725
             $file = array();
3726 3726
 
3727
-            if ( $csv_file && $wp_filesystem->is_file( $target_path ) && $wp_filesystem->exists( $target_path ) ) {
3728
-                $wp_filetype = wp_check_filetype_and_ext( $target_path, $csv_filename );
3727
+            if ($csv_file && $wp_filesystem->is_file($target_path) && $wp_filesystem->exists($target_path)) {
3728
+                $wp_filetype = wp_check_filetype_and_ext($target_path, $csv_filename);
3729 3729
                 
3730 3730
                 if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
3731 3731
                     $json['error'] = NULL;
@@ -3733,9 +3733,9 @@  discard block
 block discarded – undo
3733 3733
                     
3734 3734
                     $lc_all = setlocale(LC_ALL, 0); // Fix issue of fgetcsv ignores special characters when they are at the beginning of line
3735 3735
                     setlocale(LC_ALL, 'en_US.UTF-8');
3736
-                    if ( ( $handle = fopen($target_path, "r" ) ) !== FALSE ) {
3737
-                        while ( ( $data = fgetcsv( $handle, 100000, "," ) ) !== FALSE ) {
3738
-                            if ( !empty( $data ) ) {
3736
+                    if (($handle = fopen($target_path, "r")) !== FALSE) {
3737
+                        while (($data = fgetcsv($handle, 100000, ",")) !== FALSE) {
3738
+                            if (!empty($data)) {
3739 3739
                                 $file[] = $data;
3740 3740
                             }
3741 3741
                         }
@@ -3749,19 +3749,19 @@  discard block
 block discarded – undo
3749 3749
                         $json['error'] = __('No data found in csv file.', 'geodirectory');
3750 3750
                     }
3751 3751
                 } else {
3752
-                    wp_send_json( $json );
3752
+                    wp_send_json($json);
3753 3753
                 }
3754 3754
             } else {
3755
-                wp_send_json( $json );
3755
+                wp_send_json($json);
3756 3756
             }
3757 3757
             
3758
-            if ( $task == 'prepare_import' || !empty( $json['error'] ) ) {
3759
-                wp_send_json( $json );
3758
+            if ($task == 'prepare_import' || !empty($json['error'])) {
3759
+                wp_send_json($json);
3760 3760
             }
3761 3761
             
3762 3762
             $total = $json['rows'];
3763
-            $limit = isset($_POST['limit']) ? (int)$_POST['limit'] : 1;
3764
-            $processed = isset($_POST['processed']) ? (int)$_POST['processed'] : 0;
3763
+            $limit = isset($_POST['limit']) ? (int) $_POST['limit'] : 1;
3764
+            $processed = isset($_POST['processed']) ? (int) $_POST['processed'] : 0;
3765 3765
             
3766 3766
             $count = $limit;
3767 3767
             
@@ -3786,13 +3786,13 @@  discard block
 block discarded – undo
3786 3786
             
3787 3787
             $post_types = geodir_get_posttypes();
3788 3788
 
3789
-            if ( $task == 'import_cat' ) {
3789
+            if ($task == 'import_cat') {
3790 3790
                 if (!empty($file)) {
3791 3791
                     $columns = isset($file[0]) ? $file[0] : NULL;
3792 3792
                     
3793 3793
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
3794 3794
                         $json['error'] = CSV_INVAILD_FILE;
3795
-                        wp_send_json( $json );
3795
+                        wp_send_json($json);
3796 3796
                         exit;
3797 3797
                     }
3798 3798
                     
@@ -3803,7 +3803,7 @@  discard block
 block discarded – undo
3803 3803
                         
3804 3804
                         if (isset($file[$index])) {
3805 3805
                             $row = $file[$index];
3806
-                            $row = array_map( 'trim', $row );
3806
+                            $row = array_map('trim', $row);
3807 3807
                             //$row = array_map( 'utf8_encode', $row );
3808 3808
                             
3809 3809
                             $cat_id = '';
@@ -3820,42 +3820,42 @@  discard block
 block discarded – undo
3820 3820
                             $cat_id_original = '';
3821 3821
                             
3822 3822
                             $c = 0;
3823
-                            foreach ($columns as $column ) {
3824
-                                if ( $column == 'cat_id' ) {
3825
-                                    $cat_id = (int)$row[$c];
3826
-                                } else if ( $column == 'cat_name' ) {
3823
+                            foreach ($columns as $column) {
3824
+                                if ($column == 'cat_id') {
3825
+                                    $cat_id = (int) $row[$c];
3826
+                                } else if ($column == 'cat_name') {
3827 3827
                                     $cat_name = $row[$c];
3828
-                                } else if ( $column == 'cat_slug' ) {
3828
+                                } else if ($column == 'cat_slug') {
3829 3829
                                     $cat_slug = $row[$c];
3830
-                                } else if ( $column == 'cat_posttype' ) {
3830
+                                } else if ($column == 'cat_posttype') {
3831 3831
                                     $cat_posttype = $row[$c];
3832
-                                } else if ( $column == 'cat_parent' ) {
3832
+                                } else if ($column == 'cat_parent') {
3833 3833
                                     $cat_parent = trim($row[$c]);
3834
-                                } else if ( $column == 'cat_schema' && $row[$c] != '' ) {
3834
+                                } else if ($column == 'cat_schema' && $row[$c] != '') {
3835 3835
                                     $cat_schema = $row[$c];
3836
-                                } else if ( $column == 'cat_description' ) {
3836
+                                } else if ($column == 'cat_description') {
3837 3837
                                     $cat_description = $row[$c];
3838
-                                } else if ( $column == 'cat_top_description' ) {
3838
+                                } else if ($column == 'cat_top_description') {
3839 3839
                                     $cat_top_description = $row[$c];
3840
-                                } else if ( $column == 'cat_image' ) {
3840
+                                } else if ($column == 'cat_image') {
3841 3841
                                     $cat_image = $row[$c];
3842
-                                } else if ( $column == 'cat_icon' ) {
3842
+                                } else if ($column == 'cat_icon') {
3843 3843
                                     $cat_icon = $row[$c];
3844 3844
                                 }
3845 3845
                                 // WPML
3846
-                                if ( $is_wpml ) {
3847
-                                    if ( $column == 'cat_language' ) {
3848
-                                        $cat_language = geodir_strtolower( trim( $row[$c] ) );
3849
-                                    } else if ( $column == 'cat_id_original' ) {
3850
-                                        $cat_id_original = (int)$row[$c];
3846
+                                if ($is_wpml) {
3847
+                                    if ($column == 'cat_language') {
3848
+                                        $cat_language = geodir_strtolower(trim($row[$c]));
3849
+                                    } else if ($column == 'cat_id_original') {
3850
+                                        $cat_id_original = (int) $row[$c];
3851 3851
                                     }
3852 3852
                                 }
3853 3853
                                 // WPML
3854 3854
                                 $c++;
3855 3855
                             }
3856 3856
                             
3857
-                            if ( $cat_name == '' || !in_array( $cat_posttype, $post_types ) ) {
3858
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
3857
+                            if ($cat_name == '' || !in_array($cat_posttype, $post_types)) {
3858
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank title/invalid post type', 'geodirectory'));
3859 3859
                                 
3860 3860
                                 $invalid++;
3861 3861
                                 continue;
@@ -3873,24 +3873,24 @@  discard block
 block discarded – undo
3873 3873
                             $term_data['description'] = $cat_description;
3874 3874
                             $term_data['cat_schema'] = $cat_schema;
3875 3875
                             $term_data['top_description'] = $cat_top_description;
3876
-                            $term_data['image'] = $cat_image != '' ? basename( $cat_image ) : '';
3877
-                            $term_data['icon'] = $cat_icon != '' ? basename( $cat_icon ) : '';
3876
+                            $term_data['image'] = $cat_image != '' ? basename($cat_image) : '';
3877
+                            $term_data['icon'] = $cat_icon != '' ? basename($cat_icon) : '';
3878 3878
                             
3879 3879
                             //$term_data = array_map( 'utf8_encode', $term_data );
3880 3880
                             
3881
-                            $taxonomy = $cat_posttype . 'category';
3881
+                            $taxonomy = $cat_posttype.'category';
3882 3882
                             
3883 3883
                             $term_data['taxonomy'] = $taxonomy;
3884 3884
 
3885 3885
                             $term_parent_id = 0;
3886
-                            if ($cat_parent != "" || (int)$cat_parent > 0) {
3886
+                            if ($cat_parent != "" || (int) $cat_parent > 0) {
3887 3887
                                 $term_parent = '';
3888 3888
                                 
3889
-                                if ( $term_parent = get_term_by( 'name', $cat_parent, $taxonomy ) ) {
3889
+                                if ($term_parent = get_term_by('name', $cat_parent, $taxonomy)) {
3890 3890
                                     //
3891
-                                } else if ( $term_parent = get_term_by( 'slug', $cat_parent, $taxonomy ) ) {
3891
+                                } else if ($term_parent = get_term_by('slug', $cat_parent, $taxonomy)) {
3892 3892
                                     //
3893
-                                } else if ( $term_parent = get_term_by( 'id', $cat_parent, $taxonomy ) ) {
3893
+                                } else if ($term_parent = get_term_by('id', $cat_parent, $taxonomy)) {
3894 3894
                                     //
3895 3895
                                 } else {
3896 3896
                                     $term_parent_data = array();
@@ -3898,104 +3898,104 @@  discard block
 block discarded – undo
3898 3898
                                     //$term_parent_data = array_map( 'utf8_encode', $term_parent_data );
3899 3899
                                     $term_parent_data['taxonomy'] = $taxonomy;
3900 3900
                                     
3901
-                                    $term_parent_id = (int)geodir_imex_insert_term( $taxonomy, $term_parent_data );
3901
+                                    $term_parent_id = (int) geodir_imex_insert_term($taxonomy, $term_parent_data);
3902 3902
                                 }
3903 3903
                                 
3904
-                                if ( !empty( $term_parent ) && !is_wp_error( $term_parent ) ) {
3905
-                                    $term_parent_id = (int)$term_parent->term_id;
3904
+                                if (!empty($term_parent) && !is_wp_error($term_parent)) {
3905
+                                    $term_parent_id = (int) $term_parent->term_id;
3906 3906
                                 }
3907 3907
                             }
3908
-                            $term_data['parent'] = (int)$term_parent_id;
3908
+                            $term_data['parent'] = (int) $term_parent_id;
3909 3909
 
3910 3910
                             $term_id = NULL;
3911
-                            if ( $import_choice == 'update' ) {
3912
-                                if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3911
+                            if ($import_choice == 'update') {
3912
+                                if ($cat_id > 0 && $term = (array) term_exists($cat_id, $taxonomy)) {
3913 3913
                                     $term_data['term_id'] = $term['term_id'];
3914 3914
                                     
3915
-                                    if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3915
+                                    if ($term_id = geodir_imex_update_term($taxonomy, $term_data)) {
3916 3916
                                         $updated++;
3917 3917
                                     } else {
3918 3918
                                         $invalid++;
3919
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) );
3919
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory'));
3920 3920
                                     }
3921
-                                } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3921
+                                } else if ($term_data['slug'] != '' && $term = (array) term_exists($term_data['slug'], $taxonomy)) {
3922 3922
                                     $term_data['term_id'] = $term['term_id'];
3923 3923
                                     
3924
-                                    if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3924
+                                    if ($term_id = geodir_imex_update_term($taxonomy, $term_data)) {
3925 3925
                                         $updated++;
3926 3926
                                     } else {
3927 3927
                                         $invalid++;
3928
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) );
3928
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory'));
3929 3929
                                     }
3930 3930
                                 } else {
3931
-                                    if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3931
+                                    if ($term_id = geodir_imex_insert_term($taxonomy, $term_data)) {
3932 3932
                                         $created++;
3933 3933
                                     } else {
3934 3934
                                         $invalid++;
3935
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) );
3935
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory'));
3936 3936
                                     }
3937 3937
                                 }
3938
-                            } else if ( $import_choice == 'skip' ) {
3939
-                                if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3938
+                            } else if ($import_choice == 'skip') {
3939
+                                if ($cat_id > 0 && $term = (array) term_exists($cat_id, $taxonomy)) {
3940 3940
                                     $skipped++;
3941
-                                } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3941
+                                } else if ($term_data['slug'] != '' && $term = (array) term_exists($term_data['slug'], $taxonomy)) {
3942 3942
                                     $skipped++;
3943 3943
                                 } else {
3944
-                                    if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3944
+                                    if ($term_id = geodir_imex_insert_term($taxonomy, $term_data)) {
3945 3945
                                         $created++;
3946 3946
                                     } else {
3947 3947
                                         $invalid++;
3948
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) );
3948
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory'));
3949 3949
                                     }
3950 3950
                                 }
3951 3951
                             } else {
3952 3952
                                 $invalid++;
3953
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) );
3953
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory'));
3954 3954
                             }
3955 3955
                             
3956
-                            if ( $term_id ) {
3956
+                            if ($term_id) {
3957 3957
                                 // WPML
3958 3958
                                 if ($is_wpml && $cat_id_original > 0 && $cat_language != '') {
3959
-                                    $wpml_element_type = 'tax_' . $taxonomy;
3960
-                                    $source_language = geodir_get_language_for_element( $cat_id_original, $wpml_element_type );
3959
+                                    $wpml_element_type = 'tax_'.$taxonomy;
3960
+                                    $source_language = geodir_get_language_for_element($cat_id_original, $wpml_element_type);
3961 3961
                                     $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
3962 3962
 
3963
-                                    $trid = $sitepress->get_element_trid( $cat_id_original, $wpml_element_type );
3963
+                                    $trid = $sitepress->get_element_trid($cat_id_original, $wpml_element_type);
3964 3964
                                     
3965
-                                    $sitepress->set_element_language_details( $term_id, $wpml_element_type, $trid, $cat_language, $source_language );
3965
+                                    $sitepress->set_element_language_details($term_id, $wpml_element_type, $trid, $cat_language, $source_language);
3966 3966
                                 }
3967 3967
                                 // WPML
3968 3968
                                 
3969
-                                if ( isset( $term_data['top_description'] ) ) {
3970
-                                    update_tax_meta( $term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype );
3969
+                                if (isset($term_data['top_description'])) {
3970
+                                    update_tax_meta($term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype);
3971 3971
                                 }
3972 3972
                                 
3973
-                                if ( isset( $term_data['cat_schema'] ) ) {
3974
-                                    update_tax_meta( $term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype );
3973
+                                if (isset($term_data['cat_schema'])) {
3974
+                                    update_tax_meta($term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype);
3975 3975
                                 }
3976 3976
             
3977 3977
                                 $attachment = false;
3978
-                                if ( isset( $term_data['image'] ) && $term_data['image'] != '' ) {
3979
-                                    $cat_image = geodir_get_default_catimage( $term_id, $cat_posttype );
3980
-                                    $cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : '';
3978
+                                if (isset($term_data['image']) && $term_data['image'] != '') {
3979
+                                    $cat_image = geodir_get_default_catimage($term_id, $cat_posttype);
3980
+                                    $cat_image = !empty($cat_image) && isset($cat_image['src']) ? $cat_image['src'] : '';
3981 3981
                                     
3982
-                                    if ( basename($cat_image) != $term_data['image'] ) {
3982
+                                    if (basename($cat_image) != $term_data['image']) {
3983 3983
                                         $attachment = true;
3984
-                                        update_tax_meta( $term_id, 'ct_cat_default_img', array( 'id' => 'image', 'src' => $uploads['url'] . '/' . $term_data['image'] ), $cat_posttype );
3984
+                                        update_tax_meta($term_id, 'ct_cat_default_img', array('id' => 'image', 'src' => $uploads['url'].'/'.$term_data['image']), $cat_posttype);
3985 3985
                                     }
3986 3986
                                 }
3987 3987
                                 
3988
-                                if ( isset( $term_data['icon'] ) && $term_data['icon'] != '' ) {
3989
-                                    $cat_icon = get_tax_meta( $term_id, 'ct_cat_icon', false, $cat_posttype );
3990
-                                    $cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : '';
3988
+                                if (isset($term_data['icon']) && $term_data['icon'] != '') {
3989
+                                    $cat_icon = get_tax_meta($term_id, 'ct_cat_icon', false, $cat_posttype);
3990
+                                    $cat_icon = !empty($cat_icon) && isset($cat_icon['src']) ? $cat_icon['src'] : '';
3991 3991
                                         
3992
-                                    if ( basename($cat_icon) != $term_data['icon'] ) {
3992
+                                    if (basename($cat_icon) != $term_data['icon']) {
3993 3993
                                         $attachment = true;
3994
-                                        update_tax_meta( $term_id, 'ct_cat_icon', array( 'id' => 'icon', 'src' => $uploads['url'] . '/' . $term_data['icon'] ), $cat_posttype );
3994
+                                        update_tax_meta($term_id, 'ct_cat_icon', array('id' => 'icon', 'src' => $uploads['url'].'/'.$term_data['icon']), $cat_posttype);
3995 3995
                                     }
3996 3996
                                 }
3997 3997
                                 
3998
-                                if ( $attachment ) {
3998
+                                if ($attachment) {
3999 3999
                                     $images++;
4000 4000
                                 }
4001 4001
                             }
@@ -4017,35 +4017,35 @@  discard block
 block discarded – undo
4017 4017
                 $json['invalid'] = $invalid;
4018 4018
                 $json['images'] = $images;
4019 4019
                 
4020
-                wp_send_json( $json );
4020
+                wp_send_json($json);
4021 4021
                 exit;
4022
-            } else if ( $task == 'import_post' ) {
4023
-                $xtimings['###1'] = microtime(true)-$xstart;
4022
+            } else if ($task == 'import_post') {
4023
+                $xtimings['###1'] = microtime(true) - $xstart;
4024 4024
                 //run some stuff to make the import quicker
4025
-                wp_defer_term_counting( true );
4026
-                wp_defer_comment_counting( true );
4027
-                $wpdb->query( 'SET autocommit = 0;' );
4025
+                wp_defer_term_counting(true);
4026
+                wp_defer_comment_counting(true);
4027
+                $wpdb->query('SET autocommit = 0;');
4028 4028
 //
4029 4029
 //                remove_all_actions('publish_post');
4030 4030
 //                remove_all_actions('transition_post_status');
4031 4031
 //                remove_all_actions('publish_future_post');
4032 4032
 
4033 4033
                 if (!empty($file)) {
4034
-                    $is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
4034
+                    $is_claim_active = is_plugin_active('geodir_claim_listing/geodir_claim_listing.php') && get_option('geodir_claim_enable') === 'yes' ? true : false;
4035 4035
                     $wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses.
4036 4036
                     $default_status = 'publish';
4037
-                    $current_date = date_i18n( 'Y-m-d', time() );
4037
+                    $current_date = date_i18n('Y-m-d', time());
4038 4038
                     
4039 4039
                     $columns = isset($file[0]) ? $file[0] : NULL;
4040 4040
                     
4041 4041
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4042 4042
                         $json['error'] = CSV_INVAILD_FILE;
4043
-                        wp_send_json( $json );
4043
+                        wp_send_json($json);
4044 4044
                         exit;
4045 4045
                     }
4046
-                    $xtimings['###2'] = microtime(true)-$xstart;
4046
+                    $xtimings['###2'] = microtime(true) - $xstart;
4047 4047
                     $gd_error_log = __('GD IMPORT LISTINGS [ROW %d]:', 'geodirectory');
4048
-                    $wp_chars_error = __( '(check & remove if any invalid characters used in data)', 'geodirectory' );
4048
+                    $wp_chars_error = __('(check & remove if any invalid characters used in data)', 'geodirectory');
4049 4049
                     $processed_actual = 0;
4050 4050
                     for ($i = 1; $i <= $limit; $i++) {
4051 4051
                         $index = $processed + $i;
@@ -4054,9 +4054,9 @@  discard block
 block discarded – undo
4054 4054
                         if (isset($file[$index])) {
4055 4055
                             $processed_actual++;
4056 4056
                             $row = $file[$index];
4057
-                            $row = array_map( 'trim', $row );
4057
+                            $row = array_map('trim', $row);
4058 4058
                             //$row = array_map( 'utf8_encode', $row );
4059
-                            $row = array_map( 'addslashes_gpc', $row );
4059
+                            $row = array_map('addslashes_gpc', $row);
4060 4060
                             
4061 4061
                             $post_id = '';
4062 4062
                             $post_title = '';
@@ -4093,78 +4093,78 @@  discard block
 block discarded – undo
4093 4093
                             $original_post_id = '';
4094 4094
                             
4095 4095
                             $c = 0;
4096
-                            foreach ($columns as $column ) {
4096
+                            foreach ($columns as $column) {
4097 4097
                                 $gd_post[$column] = $row[$c];
4098 4098
                                 
4099
-                                if ( $column == 'post_id' ) {
4099
+                                if ($column == 'post_id') {
4100 4100
                                     $post_id = $row[$c];
4101
-                                } else if ( $column == 'post_title' ) {
4101
+                                } else if ($column == 'post_title') {
4102 4102
                                     $post_title = sanitize_text_field($row[$c]);
4103
-                                } else if ( $column == 'post_author' ) {
4103
+                                } else if ($column == 'post_author') {
4104 4104
                                     $post_author = $row[$c];
4105
-                                } else if ( $column == 'post_content' ) {
4105
+                                } else if ($column == 'post_content') {
4106 4106
                                     $post_content = $row[$c];
4107
-                                } else if ( $column == 'post_category' && $row[$c] != '' ) {
4108
-                                    $post_category_arr = explode( ',', $row[$c] );
4109
-                                } else if ( $column == 'default_category' ) {
4107
+                                } else if ($column == 'post_category' && $row[$c] != '') {
4108
+                                    $post_category_arr = explode(',', $row[$c]);
4109
+                                } else if ($column == 'default_category') {
4110 4110
                                     $default_category = wp_kses_normalize_entities($row[$c]);
4111
-                                } else if ( $column == 'post_tags' && $row[$c] != '' ) {
4112
-                                    $post_tags = explode( ',', sanitize_text_field($row[$c]) );
4113
-                                } else if ( $column == 'post_type' ) {
4111
+                                } else if ($column == 'post_tags' && $row[$c] != '') {
4112
+                                    $post_tags = explode(',', sanitize_text_field($row[$c]));
4113
+                                } else if ($column == 'post_type') {
4114 4114
                                     $post_type = $row[$c];
4115
-                                } else if ( $column == 'post_status' ) {
4116
-                                    $post_status = sanitize_key( $row[$c] );
4117
-                                } else if ( $column == 'is_featured' ) {
4118
-                                    $is_featured = (int)$row[$c];
4119
-                                } else if ( $column == 'geodir_video' ) {
4115
+                                } else if ($column == 'post_status') {
4116
+                                    $post_status = sanitize_key($row[$c]);
4117
+                                } else if ($column == 'is_featured') {
4118
+                                    $is_featured = (int) $row[$c];
4119
+                                } else if ($column == 'geodir_video') {
4120 4120
                                     $geodir_video = $row[$c];
4121
-                                } else if ( $column == 'post_address' ) {
4121
+                                } else if ($column == 'post_address') {
4122 4122
                                     $post_address = sanitize_text_field($row[$c]);
4123
-                                } else if ( $column == 'post_city' ) {
4123
+                                } else if ($column == 'post_city') {
4124 4124
                                     $post_city = sanitize_text_field($row[$c]);
4125
-                                } else if ( $column == 'post_region' ) {
4125
+                                } else if ($column == 'post_region') {
4126 4126
                                     $post_region = sanitize_text_field($row[$c]);
4127
-                                } else if ( $column == 'post_country' ) {
4127
+                                } else if ($column == 'post_country') {
4128 4128
                                     $post_country = sanitize_text_field($row[$c]);
4129
-                                } else if ( $column == 'post_zip' ) {
4129
+                                } else if ($column == 'post_zip') {
4130 4130
                                     $post_zip = sanitize_text_field($row[$c]);
4131
-                                } else if ( $column == 'post_latitude' ) {
4131
+                                } else if ($column == 'post_latitude') {
4132 4132
                                     $post_latitude = sanitize_text_field($row[$c]);
4133
-                                } else if ( $column == 'post_longitude' ) {
4133
+                                } else if ($column == 'post_longitude') {
4134 4134
                                     $post_longitude = sanitize_text_field($row[$c]);
4135
-                                } else if ( $column == 'post_neighbourhood' ) {
4135
+                                } else if ($column == 'post_neighbourhood') {
4136 4136
                                     $post_neighbourhood = sanitize_text_field($row[$c]);
4137 4137
                                     unset($gd_post[$column]);
4138
-                                } else if ( $column == 'neighbourhood_latitude' ) {
4138
+                                } else if ($column == 'neighbourhood_latitude') {
4139 4139
                                     $neighbourhood_latitude = sanitize_text_field($row[$c]);
4140
-                                } else if ( $column == 'neighbourhood_longitude' ) {
4140
+                                } else if ($column == 'neighbourhood_longitude') {
4141 4141
                                     $neighbourhood_longitude = sanitize_text_field($row[$c]);
4142
-                                } else if ( $column == 'geodir_timing' ) {
4142
+                                } else if ($column == 'geodir_timing') {
4143 4143
                                     $geodir_timing = sanitize_text_field($row[$c]);
4144
-                                } else if ( $column == 'geodir_contact' ) {
4144
+                                } else if ($column == 'geodir_contact') {
4145 4145
                                     $geodir_contact = sanitize_text_field($row[$c]);
4146
-                                } else if ( $column == 'geodir_email' ) {
4146
+                                } else if ($column == 'geodir_email') {
4147 4147
                                     $geodir_email = sanitize_email($row[$c]);
4148
-                                } else if ( $column == 'geodir_website' ) {
4148
+                                } else if ($column == 'geodir_website') {
4149 4149
                                     $geodir_website = sanitize_text_field($row[$c]);
4150
-                                } else if ( $column == 'geodir_twitter' ) {
4150
+                                } else if ($column == 'geodir_twitter') {
4151 4151
                                     $geodir_twitter = sanitize_text_field($row[$c]);
4152
-                                } else if ( $column == 'geodir_facebook' ) {
4152
+                                } else if ($column == 'geodir_facebook') {
4153 4153
                                     $geodir_facebook = sanitize_text_field($row[$c]);
4154
-                                } else if ( $column == 'IMAGE' && !empty( $row[$c] ) && $row[$c] != '' ) {
4154
+                                } else if ($column == 'IMAGE' && !empty($row[$c]) && $row[$c] != '') {
4155 4155
                                     $post_images[] = $row[$c];
4156
-                                } else if ( $column == 'alive_days' && (int)$row[$c] > 0 ) {
4157
-                                    $expire_date = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$row[$c] . ' days' ) );
4158
-                                } else if ( $column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never' ) {
4156
+                                } else if ($column == 'alive_days' && (int) $row[$c] > 0) {
4157
+                                    $expire_date = date_i18n('Y-m-d', strtotime($current_date.'+'.(int) $row[$c].' days'));
4158
+                                } else if ($column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never') {
4159 4159
                                     $row[$c] = str_replace('/', '-', $row[$c]);
4160
-                                    $expire_date = date_i18n( 'Y-m-d', strtotime( $row[$c] ) );
4160
+                                    $expire_date = date_i18n('Y-m-d', strtotime($row[$c]));
4161 4161
                                 }
4162 4162
                                 // WPML
4163 4163
                                 if ($is_wpml) {
4164 4164
                                     if ($column == 'language') {
4165 4165
                                         $language = geodir_strtolower(trim($row[$c]));
4166 4166
                                     } else if ($column == 'original_post_id') {
4167
-                                        $original_post_id = (int)$row[$c];
4167
+                                        $original_post_id = (int) $row[$c];
4168 4168
                                     }
4169 4169
                                 }
4170 4170
                                 // WPML
@@ -4172,7 +4172,7 @@  discard block
 block discarded – undo
4172 4172
                             }
4173 4173
                             // listing claimed or not
4174 4174
                             if ($is_claim_active && isset($gd_post['claimed'])) {
4175
-                                $gd_post['claimed'] = (int)$gd_post['claimed'] == 1 ? 1 : 0;
4175
+                                $gd_post['claimed'] = (int) $gd_post['claimed'] == 1 ? 1 : 0;
4176 4176
                             }
4177 4177
                             
4178 4178
                             // WPML
@@ -4183,43 +4183,43 @@  discard block
 block discarded – undo
4183 4183
 
4184 4184
                             $gd_post['IMAGE'] = $post_images;
4185 4185
                             
4186
-                            $post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status;
4187
-                            $post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status;
4186
+                            $post_status = !empty($post_status) ? sanitize_key($post_status) : $default_status;
4187
+                            $post_status = !empty($wp_post_statuses) && !isset($wp_post_statuses[$post_status]) ? $default_status : $post_status;
4188 4188
                                                                                                                 
4189 4189
                             $valid = true;
4190 4190
                             
4191
-                            if ( $post_title == '' || !in_array( $post_type, $post_types ) ) {
4191
+                            if ($post_title == '' || !in_array($post_type, $post_types)) {
4192 4192
                                 $invalid++;
4193 4193
                                 $valid = false;
4194
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
4194
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank title/invalid post type', 'geodirectory'));
4195 4195
                             }
4196
-                            $xtimings['###3'] = microtime(true)-$xstart;
4197
-                            $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true;
4198
-                            if ( $location_allowed ) {
4196
+                            $xtimings['###3'] = microtime(true) - $xstart;
4197
+                            $location_allowed = function_exists('geodir_cpt_no_location') && geodir_cpt_no_location($post_type) ? false : true;
4198
+                            if ($location_allowed) {
4199 4199
                                 $location_result = geodir_get_default_location();
4200
-                                if ( $post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '' ) {
4200
+                                if ($post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '') {
4201 4201
                                     $invalid_addr++;
4202 4202
                                     $valid = false;
4203
-                                    geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ) );
4204
-                                } else if ( !empty( $location_result ) && $location_result->location_id == 0 ) {
4205
-                                    if ( ( geodir_strtolower( $post_city ) != geodir_strtolower( $location_result->city ) ) || ( geodir_strtolower( $post_region ) != geodir_strtolower( $location_result->region ) ) || (geodir_strtolower( $post_country ) != geodir_strtolower( $location_result->country ) ) ) {
4203
+                                    geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory'));
4204
+                                } else if (!empty($location_result) && $location_result->location_id == 0) {
4205
+                                    if ((geodir_strtolower($post_city) != geodir_strtolower($location_result->city)) || (geodir_strtolower($post_region) != geodir_strtolower($location_result->region)) || (geodir_strtolower($post_country) != geodir_strtolower($location_result->country))) {
4206 4206
                                         $invalid_addr++;
4207 4207
                                         $valid = false;
4208
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ) );
4208
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory'));
4209 4209
                                     } else {
4210 4210
                                         if (!$location_manager) {
4211
-                                            $gd_post['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // Set the default location when location manager not activated.
4211
+                                            $gd_post['post_locations'] = '['.$location_result->city_slug.'],['.$location_result->region_slug.'],['.$location_result->country_slug.']'; // Set the default location when location manager not activated.
4212 4212
                                         }
4213 4213
                                     }
4214 4214
                                 }
4215 4215
                             }
4216
-                            $xtimings['###4']   = microtime(true)-$xstart;
4217
-                            if ( !$valid ) {
4216
+                            $xtimings['###4'] = microtime(true) - $xstart;
4217
+                            if (!$valid) {
4218 4218
                                 continue;
4219 4219
                             }
4220 4220
 
4221
-                            $cat_taxonomy = $post_type . 'category';
4222
-                            $tags_taxonomy = $post_type . '_tags';
4221
+                            $cat_taxonomy = $post_type.'category';
4222
+                            $tags_taxonomy = $post_type.'_tags';
4223 4223
                             
4224 4224
                             if ($default_category != '' && !in_array($default_category, $post_category_arr)) {
4225 4225
                                 $post_category_arr = array_merge(array($default_category), $post_category_arr);
@@ -4227,29 +4227,29 @@  discard block
 block discarded – undo
4227 4227
 
4228 4228
                             $post_category = array();
4229 4229
                             $default_category_id = NULL;
4230
-                            if ( !empty( $post_category_arr ) ) {
4231
-                                foreach ( $post_category_arr as $value ) {
4232
-                                    $category_name = wp_kses_normalize_entities( trim( $value ) );
4230
+                            if (!empty($post_category_arr)) {
4231
+                                foreach ($post_category_arr as $value) {
4232
+                                    $category_name = wp_kses_normalize_entities(trim($value));
4233 4233
                                     
4234
-                                    if ( $category_name != '' ) {
4234
+                                    if ($category_name != '') {
4235 4235
                                         $term_category = array();
4236 4236
                                         
4237
-                                        if ( $term = get_term_by( 'name', $category_name, $cat_taxonomy ) ) {
4237
+                                        if ($term = get_term_by('name', $category_name, $cat_taxonomy)) {
4238 4238
                                             $term_category = $term;
4239
-                                        } else if ( $term = get_term_by( 'slug', $category_name, $cat_taxonomy ) ) {
4239
+                                        } else if ($term = get_term_by('slug', $category_name, $cat_taxonomy)) {
4240 4240
                                             $term_category = $term;
4241 4241
                                         } else {
4242 4242
                                             $term_data = array();
4243 4243
                                             $term_data['name'] = $category_name;
4244 4244
                                             $term_data['taxonomy'] = $cat_taxonomy;
4245 4245
                                             
4246
-                                            $term_id = geodir_imex_insert_term( $cat_taxonomy, $term_data );
4247
-                                            if ( $term_id ) {
4248
-                                                $term_category = get_term( $term_id, $cat_taxonomy );
4246
+                                            $term_id = geodir_imex_insert_term($cat_taxonomy, $term_data);
4247
+                                            if ($term_id) {
4248
+                                                $term_category = get_term($term_id, $cat_taxonomy);
4249 4249
                                             }
4250 4250
                                         }
4251 4251
                                         
4252
-                                        if ( !empty( $term_category ) && !is_wp_error( $term_category ) ) {
4252
+                                        if (!empty($term_category) && !is_wp_error($term_category)) {
4253 4253
                                             $post_category[] = intval($term_category->term_id);
4254 4254
                                             
4255 4255
                                             if ($category_name == $default_category) {
@@ -4259,7 +4259,7 @@  discard block
 block discarded – undo
4259 4259
                                     }
4260 4260
                                 }
4261 4261
                             }
4262
-                            $xtimings['###5'] = microtime(true)-$xstart;
4262
+                            $xtimings['###5'] = microtime(true) - $xstart;
4263 4263
                             $save_post = array();
4264 4264
                             $save_post['post_title'] = $post_title;
4265 4265
                             $save_post['post_content'] = $post_content;
@@ -4270,15 +4270,15 @@  discard block
 block discarded – undo
4270 4270
                             $save_post['post_tags'] = $post_tags;
4271 4271
 
4272 4272
                             $saved_post_id = NULL;
4273
-                            if ( $import_choice == 'update' ) {
4274
-                                $gd_wp_error = __( 'Unable to add listing, please check the listing data.', 'geodirectory' );
4273
+                            if ($import_choice == 'update') {
4274
+                                $gd_wp_error = __('Unable to add listing, please check the listing data.', 'geodirectory');
4275 4275
                                 
4276
-                                if ( $post_id > 0 && get_post( $post_id ) ) {
4276
+                                if ($post_id > 0 && get_post($post_id)) {
4277 4277
                                     $save_post['ID'] = $post_id;
4278 4278
                                     
4279
-                                    if ( $saved_post_id = wp_update_post( $save_post, true ) ) {
4280
-                                        if ( is_wp_error( $saved_post_id ) ) {
4281
-                                            $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4279
+                                    if ($saved_post_id = wp_update_post($save_post, true)) {
4280
+                                        if (is_wp_error($saved_post_id)) {
4281
+                                            $gd_wp_error = $saved_post_id->get_error_message().' '.$wp_chars_error;
4282 4282
                                             $saved_post_id = 0;
4283 4283
                                         } else {
4284 4284
                                             $saved_post_id = $post_id;
@@ -4286,9 +4286,9 @@  discard block
 block discarded – undo
4286 4286
                                         }
4287 4287
                                     }
4288 4288
                                 } else {
4289
-                                    if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4290
-                                        if ( is_wp_error( $saved_post_id ) ) {
4291
-                                            $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4289
+                                    if ($saved_post_id = wp_insert_post($save_post, true)) {
4290
+                                        if (is_wp_error($saved_post_id)) {
4291
+                                            $gd_wp_error = $saved_post_id->get_error_message().' '.$wp_chars_error;
4292 4292
                                             $saved_post_id = 0;
4293 4293
                                         } else {
4294 4294
                                             $created++;
@@ -4296,19 +4296,19 @@  discard block
 block discarded – undo
4296 4296
                                     }
4297 4297
                                 }
4298 4298
                                 
4299
-                                if ( !$saved_post_id > 0 ) {
4299
+                                if (!$saved_post_id > 0) {
4300 4300
                                     $invalid++;
4301
-                                    geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_wp_error );
4301
+                                    geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_wp_error);
4302 4302
                                 }
4303
-                            } else if ( $import_choice == 'skip' ) {
4304
-                                if ( $post_id > 0 && get_post( $post_id ) ) {
4303
+                            } else if ($import_choice == 'skip') {
4304
+                                if ($post_id > 0 && get_post($post_id)) {
4305 4305
                                     $skipped++;	
4306 4306
                                 } else {
4307
-                                    if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4308
-                                        if ( is_wp_error( $saved_post_id ) ) {
4307
+                                    if ($saved_post_id = wp_insert_post($save_post, true)) {
4308
+                                        if (is_wp_error($saved_post_id)) {
4309 4309
                                             $invalid++;
4310 4310
                                             
4311
-                                            geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $saved_post_id->get_error_message() . ' ' . $wp_chars_error );
4311
+                                            geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$saved_post_id->get_error_message().' '.$wp_chars_error);
4312 4312
                                             $saved_post_id = 0;
4313 4313
                                         } else {
4314 4314
                                             $created++;
@@ -4316,28 +4316,28 @@  discard block
 block discarded – undo
4316 4316
                                     } else {
4317 4317
                                         $invalid++;
4318 4318
                                         
4319
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4319
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$wp_chars_error);
4320 4320
                                     }
4321 4321
                                 }
4322 4322
                             } else {
4323 4323
                                 $invalid++;
4324 4324
                                 
4325
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4325
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$wp_chars_error);
4326 4326
                             }
4327
-                            $xtimings['###6'] = microtime(true)-$xstart;
4328
-                            if ( (int)$saved_post_id > 0 ) {
4327
+                            $xtimings['###6'] = microtime(true) - $xstart;
4328
+                            if ((int) $saved_post_id > 0) {
4329 4329
                                 // WPML
4330 4330
                                 if ($is_wpml && $original_post_id > 0 && $language != '') {
4331
-                                    $wpml_post_type = 'post_' . $post_type;
4332
-                                    $source_language = geodir_get_language_for_element( $original_post_id, $wpml_post_type );
4331
+                                    $wpml_post_type = 'post_'.$post_type;
4332
+                                    $source_language = geodir_get_language_for_element($original_post_id, $wpml_post_type);
4333 4333
                                     $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
4334 4334
 
4335
-                                    $trid = $sitepress->get_element_trid( $original_post_id, $wpml_post_type );
4335
+                                    $trid = $sitepress->get_element_trid($original_post_id, $wpml_post_type);
4336 4336
                                     
4337
-                                    $sitepress->set_element_language_details( $saved_post_id, $wpml_post_type, $trid, $language, $source_language );
4337
+                                    $sitepress->set_element_language_details($saved_post_id, $wpml_post_type, $trid, $language, $source_language);
4338 4338
                                 }
4339 4339
                                 // WPML
4340
-                                $gd_post_info = geodir_get_post_info( $saved_post_id );
4340
+                                $gd_post_info = geodir_get_post_info($saved_post_id);
4341 4341
                                 
4342 4342
                                 $gd_post['post_id'] = $saved_post_id;
4343 4343
                                 $gd_post['ID'] = $saved_post_id;
@@ -4349,7 +4349,7 @@  discard block
 block discarded – undo
4349 4349
                                                     
4350 4350
                                 // post location
4351 4351
                                 $post_location_id = 0;
4352
-                                if ( $location_allowed && !empty( $location_result ) && $location_result->location_id > 0 ) {
4352
+                                if ($location_allowed && !empty($location_result) && $location_result->location_id > 0) {
4353 4353
                                     $gd_post['post_neighbourhood'] = '';
4354 4354
                                     
4355 4355
                                     $post_location_info = array(
@@ -4359,7 +4359,7 @@  discard block
 block discarded – undo
4359 4359
                                                                 'geo_lat' => $post_latitude,
4360 4360
                                                                 'geo_lng' => $post_longitude
4361 4361
                                                             );
4362
-                                    if ( $location_id = (int)geodir_add_new_location( $post_location_info ) ) {
4362
+                                    if ($location_id = (int) geodir_add_new_location($post_location_info)) {
4363 4363
                                         $post_location_id = $location_id;
4364 4364
                                     }
4365 4365
                                     
@@ -4397,14 +4397,14 @@  discard block
 block discarded – undo
4397 4397
                                 $gd_post['post_location_id'] = $post_location_id;
4398 4398
                                 
4399 4399
                                 // post package info
4400
-                                $package_id = isset( $gd_post['package_id'] ) && !empty( $gd_post['package_id'] ) ? (int)$gd_post['package_id'] : 0;
4400
+                                $package_id = isset($gd_post['package_id']) && !empty($gd_post['package_id']) ? (int) $gd_post['package_id'] : 0;
4401 4401
                                 if (!$package_id && !empty($gd_post_info) && isset($gd_post_info->package_id) && $gd_post_info->package_id) {
4402 4402
                                     $package_id = $gd_post_info->package_id;
4403 4403
                                 }
4404 4404
                                 
4405 4405
                                 $package_info = array();
4406 4406
                                 if ($package_id && function_exists('geodir_get_package_info_by_id')) {
4407
-                                    $package_info = (array)geodir_get_package_info_by_id($package_id);
4407
+                                    $package_info = (array) geodir_get_package_info_by_id($package_id);
4408 4408
                                     
4409 4409
                                     if (!(!empty($package_info) && isset($package_info['post_type']) && $package_info['post_type'] == $post_type)) {
4410 4410
                                         $package_info = array();
@@ -4412,18 +4412,18 @@  discard block
 block discarded – undo
4412 4412
                                 }
4413 4413
                                 
4414 4414
                                 if (empty($package_info)) {
4415
-                                    $package_info = (array)geodir_post_package_info( array(), '', $post_type );
4415
+                                    $package_info = (array) geodir_post_package_info(array(), '', $post_type);
4416 4416
                                 }
4417 4417
                                  
4418
-                                if (!empty($package_info))	 {
4418
+                                if (!empty($package_info)) {
4419 4419
                                     $package_id = $package_info['pid'];
4420 4420
                                     
4421 4421
                                     if (isset($gd_post['alive_days']) || isset($gd_post['expire_date'])) {
4422 4422
                                         $gd_post['expire_date'] = $expire_date;
4423 4423
                                     } else {
4424
-                                        if ( isset( $package_info['days'] ) && (int)$package_info['days'] > 0 ) {
4425
-                                            $gd_post['alive_days'] = (int)$package_info['days'];
4426
-                                            $gd_post['expire_date'] = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$package_info['days'] . ' days' ) );
4424
+                                        if (isset($package_info['days']) && (int) $package_info['days'] > 0) {
4425
+                                            $gd_post['alive_days'] = (int) $package_info['days'];
4426
+                                            $gd_post['expire_date'] = date_i18n('Y-m-d', strtotime($current_date.'+'.(int) $package_info['days'].' days'));
4427 4427
                                         } else {
4428 4428
                                             $gd_post['expire_date'] = 'Never';
4429 4429
                                         }
@@ -4432,7 +4432,7 @@  discard block
 block discarded – undo
4432 4432
                                     $gd_post['package_id'] = $package_id;
4433 4433
                                 }
4434 4434
 
4435
-                                $table = $plugin_prefix . $post_type . '_detail';
4435
+                                $table = $plugin_prefix.$post_type.'_detail';
4436 4436
                                 
4437 4437
                                 if ($post_type == 'gd_event') {
4438 4438
                                     $gd_post = geodir_imex_process_event_data($gd_post);
@@ -4443,65 +4443,65 @@  discard block
 block discarded – undo
4443 4443
                                 }
4444 4444
 
4445 4445
                                 // Export franchise fields
4446
-                                $is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false;
4446
+                                $is_franchise_active = is_plugin_active('geodir_franchise/geodir_franchise.php') && geodir_franchise_enabled($post_type) ? true : false;
4447 4447
                                 if ($is_franchise_active) {
4448
-                                    if ( isset( $gd_post['gd_is_franchise'] ) && (int)$gd_post['gd_is_franchise'] == 1 ) {
4448
+                                    if (isset($gd_post['gd_is_franchise']) && (int) $gd_post['gd_is_franchise'] == 1) {
4449 4449
                                         $gd_franchise_lock = array();
4450 4450
                                         
4451
-                                        if ( isset( $gd_post['gd_franchise_lock'] ) ) {
4452
-                                            $gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock'] );
4453
-                                            $gd_franchise_lock = trim( $gd_franchise_lock );
4454
-                                            $gd_franchise_lock = explode( ",", $gd_franchise_lock );
4451
+                                        if (isset($gd_post['gd_franchise_lock'])) {
4452
+                                            $gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock']);
4453
+                                            $gd_franchise_lock = trim($gd_franchise_lock);
4454
+                                            $gd_franchise_lock = explode(",", $gd_franchise_lock);
4455 4455
                                         }
4456 4456
                                         
4457
-                                        update_post_meta( $saved_post_id, 'gd_is_franchise', 1 );
4458
-                                        update_post_meta( $saved_post_id, 'gd_franchise_lock', $gd_franchise_lock );
4457
+                                        update_post_meta($saved_post_id, 'gd_is_franchise', 1);
4458
+                                        update_post_meta($saved_post_id, 'gd_franchise_lock', $gd_franchise_lock);
4459 4459
                                     } else {
4460
-                                        if ( isset( $gd_post['franchise'] ) && (int)$gd_post['franchise'] > 0 && geodir_franchise_check( (int)$gd_post['franchise'] ) ) {
4461
-                                            geodir_save_post_meta( $saved_post_id, 'franchise', (int)$gd_post['franchise'] );
4460
+                                        if (isset($gd_post['franchise']) && (int) $gd_post['franchise'] > 0 && geodir_franchise_check((int) $gd_post['franchise'])) {
4461
+                                            geodir_save_post_meta($saved_post_id, 'franchise', (int) $gd_post['franchise']);
4462 4462
                                         }
4463 4463
                                     }
4464 4464
                                 }
4465 4465
                                 
4466 4466
                                 if (!empty($save_post['post_category']) && is_array($save_post['post_category'])) {
4467
-                                    $save_post['post_category'] = array_unique( array_map( 'intval', $save_post['post_category'] ) );
4467
+                                    $save_post['post_category'] = array_unique(array_map('intval', $save_post['post_category']));
4468 4468
                                     if ($default_category_id) {
4469 4469
                                         $save_post['post_default_category'] = $default_category_id;
4470 4470
                                         $gd_post['default_category'] = $default_category_id;
4471 4471
                                     }
4472 4472
                                     $gd_post[$cat_taxonomy] = $save_post['post_category'];
4473 4473
                                 }
4474
-                                $xtimings['###7'] = microtime(true)-$xstart;
4474
+                                $xtimings['###7'] = microtime(true) - $xstart;
4475 4475
                                 // Save post info
4476
-                                geodir_save_post_info( $saved_post_id, $gd_post );
4477
-                                $xtimings['###8'] = microtime(true)-$xstart;
4476
+                                geodir_save_post_info($saved_post_id, $gd_post);
4477
+                                $xtimings['###8'] = microtime(true) - $xstart;
4478 4478
                                 // post taxonomies
4479
-                                if ( !empty( $save_post['post_category'] ) ) {
4480
-                                    wp_set_object_terms( $saved_post_id, $save_post['post_category'], $cat_taxonomy );
4479
+                                if (!empty($save_post['post_category'])) {
4480
+                                    wp_set_object_terms($saved_post_id, $save_post['post_category'], $cat_taxonomy);
4481 4481
                                     
4482
-                                    $post_default_category = isset( $save_post['post_default_category'] ) ? $save_post['post_default_category'] : '';
4482
+                                    $post_default_category = isset($save_post['post_default_category']) ? $save_post['post_default_category'] : '';
4483 4483
                                     if ($default_category_id) {
4484 4484
                                         $post_default_category = $default_category_id;
4485 4485
                                     }
4486 4486
                                     $post_cat_ids = geodir_get_post_meta($saved_post_id, $cat_taxonomy);
4487 4487
                                     $save_post['post_category'] = !empty($post_cat_ids) ? explode(",", trim($post_cat_ids, ",")) : $save_post['post_category'];
4488
-                                    $post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']) . ',y:' : '';
4488
+                                    $post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']).',y:' : '';
4489 4489
                                     
4490 4490
                                     if ($post_category_str != '' && $post_default_category) {
4491
-                                        $post_category_str = str_replace($post_default_category . ',y:', $post_default_category . ',y,d:', $post_category_str);
4491
+                                        $post_category_str = str_replace($post_default_category.',y:', $post_default_category.',y,d:', $post_category_str);
4492 4492
                                     }
4493 4493
                                     
4494 4494
                                     $post_category_str = $post_category_str != '' ? array($cat_taxonomy => $post_category_str) : '';
4495 4495
                                     
4496
-                                    geodir_set_postcat_structure( $saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str );
4496
+                                    geodir_set_postcat_structure($saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str);
4497 4497
                                 }
4498
-                                $xtimings['###8.1'] = microtime(true)-$xstart;
4499
-                                if ( !empty( $save_post['post_tags'] ) ) {
4500
-                                    wp_set_object_terms( $saved_post_id, $save_post['post_tags'], $tags_taxonomy );
4498
+                                $xtimings['###8.1'] = microtime(true) - $xstart;
4499
+                                if (!empty($save_post['post_tags'])) {
4500
+                                    wp_set_object_terms($saved_post_id, $save_post['post_tags'], $tags_taxonomy);
4501 4501
                                 }
4502
-                                $xtimings['###9'] = microtime(true)-$xstart;
4502
+                                $xtimings['###9'] = microtime(true) - $xstart;
4503 4503
                                 // Post images
4504
-                                if ( !empty( $post_images ) ) {
4504
+                                if (!empty($post_images)) {
4505 4505
                                     $post_images = array_unique($post_images);
4506 4506
                                     
4507 4507
                                     $old_post_images_arr = array();
@@ -4509,65 +4509,65 @@  discard block
 block discarded – undo
4509 4509
                                     
4510 4510
                                     $order = 1;
4511 4511
                                     
4512
-                                    $old_post_images = geodir_get_images( $saved_post_id );
4513
-                                    $xtimings['###9.1'] = microtime(true)-$xstart;
4512
+                                    $old_post_images = geodir_get_images($saved_post_id);
4513
+                                    $xtimings['###9.1'] = microtime(true) - $xstart;
4514 4514
                                     if (!empty($old_post_images)) {
4515
-                                        foreach( $old_post_images as $old_post_image ) {
4515
+                                        foreach ($old_post_images as $old_post_image) {
4516 4516
                                             if (!empty($old_post_image) && isset($old_post_image->file) && $old_post_image->file != '') {
4517 4517
                                                 $old_post_images_arr[] = $old_post_image->file;
4518 4518
                                             }
4519 4519
                                         }
4520 4520
                                     }
4521 4521
 
4522
-                                    foreach ( $post_images as $post_image ) {
4523
-                                        $image_name = basename( $post_image );
4522
+                                    foreach ($post_images as $post_image) {
4523
+                                        $image_name = basename($post_image);
4524 4524
                                         $saved_post_images_arr[] = $image_name;
4525 4525
                                         
4526
-                                        if (!empty($old_post_images_arr) && in_array( $image_name, $old_post_images_arr) ) {
4526
+                                        if (!empty($old_post_images_arr) && in_array($image_name, $old_post_images_arr)) {
4527 4527
                                             continue; // Skip if image already exists.
4528 4528
                                         }
4529 4529
                                         
4530
-                                        $image_name_parts = explode( '.', $image_name );
4531
-                                        array_pop( $image_name_parts );
4532
-                                        $proper_image_name = implode( '.', $image_name_parts );
4533
-                                        $xtimings['###9.2'] = microtime(true)-$xstart;
4534
-                                        $arr_file_type = wp_check_filetype( $image_name );
4535
-                                        $xtimings['###9.3'] = microtime(true)-$xstart;
4536
-                                        if ( !empty( $arr_file_type ) ) {
4530
+                                        $image_name_parts = explode('.', $image_name);
4531
+                                        array_pop($image_name_parts);
4532
+                                        $proper_image_name = implode('.', $image_name_parts);
4533
+                                        $xtimings['###9.2'] = microtime(true) - $xstart;
4534
+                                        $arr_file_type = wp_check_filetype($image_name);
4535
+                                        $xtimings['###9.3'] = microtime(true) - $xstart;
4536
+                                        if (!empty($arr_file_type)) {
4537 4537
                                             $uploaded_file_type = $arr_file_type['type'];
4538 4538
                                             
4539 4539
                                             $attachment = array();
4540 4540
                                             $attachment['post_id'] = $saved_post_id;
4541 4541
                                             $attachment['title'] = $proper_image_name;
4542 4542
                                             $attachment['content'] = '';
4543
-                                            $attachment['file'] = $uploads_subdir . '/' . $image_name;
4543
+                                            $attachment['file'] = $uploads_subdir.'/'.$image_name;
4544 4544
                                             $attachment['mime_type'] = $uploaded_file_type;
4545 4545
                                             $attachment['menu_order'] = $order;
4546 4546
                                             $attachment['is_featured'] = 0;
4547 4547
 
4548 4548
                                             $attachment_set = '';
4549
-                                            foreach ( $attachment as $key => $val ) {
4550
-                                                if ( $val != '' ) {
4551
-                                                    $attachment_set .= $key . " = '" . $val . "', ";
4549
+                                            foreach ($attachment as $key => $val) {
4550
+                                                if ($val != '') {
4551
+                                                    $attachment_set .= $key." = '".$val."', ";
4552 4552
                                                 }
4553 4553
                                             }
4554
-                                            $attachment_set = trim( $attachment_set, ", " );
4554
+                                            $attachment_set = trim($attachment_set, ", ");
4555 4555
                                                                                         
4556 4556
                                             // Add new attachment
4557
-                                            $xtimings['###9.4'] = microtime(true)-$xstart;
4558
-                                            $wpdb->query( "INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set );
4559
-                                            $xtimings['###9.5'] = microtime(true)-$xstart;
4557
+                                            $xtimings['###9.4'] = microtime(true) - $xstart;
4558
+                                            $wpdb->query("INSERT INTO ".GEODIR_ATTACHMENT_TABLE." SET ".$attachment_set);
4559
+                                            $xtimings['###9.5'] = microtime(true) - $xstart;
4560 4560
                                             $order++;
4561 4561
                                         }
4562 4562
                                     }
4563 4563
 
4564
-                                    $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/" . implode("' AND file NOT LIKE '%/",  $saved_post_images_arr) . "' )" : '';
4564
+                                    $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/".implode("' AND file NOT LIKE '%/", $saved_post_images_arr)."' )" : '';
4565 4565
                                     // Remove previous attachment
4566
-                                    $wpdb->query( "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = " . (int)$saved_post_id . " " . $saved_post_images_sql );
4567
-                                    $xtimings['###9.6'] = microtime(true)-$xstart;
4568
-                                    if ( !empty( $saved_post_images_arr ) ) {
4566
+                                    $wpdb->query("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id = ".(int) $saved_post_id." ".$saved_post_images_sql);
4567
+                                    $xtimings['###9.6'] = microtime(true) - $xstart;
4568
+                                    if (!empty($saved_post_images_arr)) {
4569 4569
                                         geodir_set_wp_featured_image($saved_post_id);
4570
-                                        $xtimings['###9.7'] = microtime(true)-$xstart;
4570
+                                        $xtimings['###9.7'] = microtime(true) - $xstart;
4571 4571
                                         /*
4572 4572
                                         $menu_order = 1;
4573 4573
                                         
@@ -4583,14 +4583,14 @@  discard block
 block discarded – undo
4583 4583
                                         }*/
4584 4584
                                     }
4585 4585
                                     
4586
-                                    if ( $order > 1 ) {
4586
+                                    if ($order > 1) {
4587 4587
                                         $images++;
4588 4588
                                     }
4589 4589
                                 }
4590
-                                $xtimings['###10'] = microtime(true)-$xstart;
4590
+                                $xtimings['###10'] = microtime(true) - $xstart;
4591 4591
                                 /** This action is documented in geodirectory-functions/post-functions.php */
4592
-                                do_action( 'geodir_after_save_listing', $saved_post_id, $gd_post );
4593
-                                $xtimings['###11'] = microtime(true)-$xstart;
4592
+                                do_action('geodir_after_save_listing', $saved_post_id, $gd_post);
4593
+                                $xtimings['###11'] = microtime(true) - $xstart;
4594 4594
                                 if (isset($is_featured)) {
4595 4595
                                     geodir_save_post_meta($saved_post_id, 'is_featured', $is_featured);
4596 4596
                                 }
@@ -4600,7 +4600,7 @@  discard block
 block discarded – undo
4600 4600
                                 if (isset($gd_post['expire_date'])) {
4601 4601
                                     geodir_save_post_meta($saved_post_id, 'expire_date', $gd_post['expire_date']);
4602 4602
                                 }
4603
-                                $xtimings['###12'] = microtime(true)-$xstart;
4603
+                                $xtimings['###12'] = microtime(true) - $xstart;
4604 4604
                             }
4605 4605
                             
4606 4606
                             // WPML
@@ -4613,11 +4613,11 @@  discard block
 block discarded – undo
4613 4613
                 }
4614 4614
 
4615 4615
                 //undo some stuff to make the import quicker
4616
-                wp_defer_term_counting( false );
4617
-                wp_defer_comment_counting( false );
4618
-                $wpdb->query( 'COMMIT;' );
4619
-                $wpdb->query( 'SET autocommit = 1;' );
4620
-                $xtimings['###13'] = microtime(true)-$xstart;
4616
+                wp_defer_term_counting(false);
4617
+                wp_defer_comment_counting(false);
4618
+                $wpdb->query('COMMIT;');
4619
+                $wpdb->query('SET autocommit = 1;');
4620
+                $xtimings['###13'] = microtime(true) - $xstart;
4621 4621
                 $json = array();
4622 4622
                 $json['processed'] = $processed_actual;
4623 4623
                 $json['created'] = $created;
@@ -4626,13 +4626,13 @@  discard block
 block discarded – undo
4626 4626
                 $json['invalid'] = $invalid;
4627 4627
                 $json['invalid_addr'] = $invalid_addr;
4628 4628
                 $json['images'] = $images;
4629
-                $json['timing'] = microtime(true)-$xstart;
4629
+                $json['timing'] = microtime(true) - $xstart;
4630 4630
                 $json['timings'] = $xtimings;
4631 4631
                 
4632 4632
 
4633
-                wp_send_json( $json );
4633
+                wp_send_json($json);
4634 4634
                 exit;
4635
-            } else if ( $task == 'import_loc' ) {
4635
+            } else if ($task == 'import_loc') {
4636 4636
                 global $gd_post_types;
4637 4637
                 $gd_post_types = $post_types;
4638 4638
                 
@@ -4641,82 +4641,82 @@  discard block
 block discarded – undo
4641 4641
                     
4642 4642
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4643 4643
                         $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4644
-                        wp_send_json( $json );
4644
+                        wp_send_json($json);
4645 4645
                     }
4646 4646
                     
4647 4647
                     $gd_error_log = __('GD IMPORT LOCATIONS [ROW %d]:', 'geodirectory');
4648
-                    $gd_error_location = __( 'Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory' );
4648
+                    $gd_error_location = __('Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory');
4649 4649
                     for ($i = 1; $i <= $limit; $i++) {
4650 4650
                         $index = $processed + $i;
4651 4651
                         
4652 4652
                         if (isset($file[$index])) {
4653 4653
                             $row = $file[$index];
4654
-                            $row = array_map( 'trim', $row );
4654
+                            $row = array_map('trim', $row);
4655 4655
                             $data = array();
4656 4656
                             
4657
-                            foreach ($columns as $c => $column ) {
4657
+                            foreach ($columns as $c => $column) {
4658 4658
                                 if (in_array($column, array('location_id', 'latitude', 'longitude', 'city', 'city_slug', 'region', 'country', 'city_meta_title', 'city_meta_desc', 'city_desc', 'region_meta_title', 'region_meta_desc', 'region_desc', 'country_meta_title', 'country_meta_desc', 'country_desc'))) {
4659 4659
                                     $data[$column] = $row[$c];
4660 4660
                                 }
4661 4661
                             }
4662 4662
 
4663
-                            if ( empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude']) ) {
4663
+                            if (empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude'])) {
4664 4664
                                 $invalid++;
4665
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4665
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4666 4666
                                 continue;
4667 4667
                             }
4668 4668
                             
4669 4669
                             $data['location_id'] = isset($data['location_id']) ? absint($data['location_id']) : 0;
4670 4670
                             
4671
-                            if ( $import_choice == 'update' ) {
4672
-                                if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4673
-                                    if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4671
+                            if ($import_choice == 'update') {
4672
+                                if ((int) $data['location_id'] > 0 && $location = geodir_get_location_by_id('', (int) $data['location_id'])) {
4673
+                                    if ($location_id = geodir_location_update_city($data, true, $location)) {
4674 4674
                                         $updated++;
4675 4675
                                     } else {
4676 4676
                                         $invalid++;
4677
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4677
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4678 4678
                                     }
4679
-                                } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4680
-                                    $data['location_id'] = (int)$location->location_id;
4679
+                                } else if (!empty($data['city_slug']) && $location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug']))) {
4680
+                                    $data['location_id'] = (int) $location->location_id;
4681 4681
                                     
4682
-                                    if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region'] ) ) ) {
4683
-                                        $data['location_id'] = (int)$location->location_id;
4684
-                                    } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'region' => $data['region'] ) ) ) {
4685
-                                        $data['location_id'] = (int)$location->location_id;
4686
-                                    } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'] ) ) ) {
4687
-                                        $data['location_id'] = (int)$location->location_id;
4682
+                                    if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region']))) {
4683
+                                        $data['location_id'] = (int) $location->location_id;
4684
+                                    } else if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'region' => $data['region']))) {
4685
+                                        $data['location_id'] = (int) $location->location_id;
4686
+                                    } else if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'country' => $data['country']))) {
4687
+                                        $data['location_id'] = (int) $location->location_id;
4688 4688
                                     }
4689 4689
                                     
4690
-                                    if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4690
+                                    if ($location_id = geodir_location_update_city($data, true, $location)) {
4691 4691
                                         $updated++;
4692 4692
                                     } else {
4693 4693
                                         $invalid++;
4694
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4694
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4695 4695
                                     }
4696 4696
                                 } else {
4697
-                                    if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4697
+                                    if ($location_id = geodir_location_insert_city($data, true)) {
4698 4698
                                         $created++;
4699 4699
                                     } else {
4700 4700
                                         $invalid++;
4701
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4701
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4702 4702
                                     }
4703 4703
                                 }
4704
-                            } elseif ( $import_choice == 'skip' ) {
4705
-                                if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4704
+                            } elseif ($import_choice == 'skip') {
4705
+                                if ((int) $data['location_id'] > 0 && $location = geodir_get_location_by_id('', (int) $data['location_id'])) {
4706 4706
                                     $skipped++;
4707
-                                } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4707
+                                } else if (!empty($data['city_slug']) && $location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug']))) {
4708 4708
                                     $skipped++;
4709 4709
                                 } else {
4710
-                                    if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4710
+                                    if ($location_id = geodir_location_insert_city($data, true)) {
4711 4711
                                         $created++;
4712 4712
                                     } else {
4713 4713
                                         $invalid++;
4714
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4714
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4715 4715
                                     }
4716 4716
                                 }
4717 4717
                             } else {
4718 4718
                                 $invalid++;
4719
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4719
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4720 4720
                             }
4721 4721
                         }
4722 4722
                     }
@@ -4730,24 +4730,24 @@  discard block
 block discarded – undo
4730 4730
                 $json['invalid'] = $invalid;
4731 4731
                 $json['images'] = $images;
4732 4732
                 
4733
-                wp_send_json( $json );
4734
-            } else if ( $task == 'import_hood' ) {               
4733
+                wp_send_json($json);
4734
+            } else if ($task == 'import_hood') {               
4735 4735
                 if (!empty($file)) {
4736 4736
                     $columns = isset($file[0]) ? $file[0] : NULL;
4737 4737
                     
4738 4738
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4739 4739
                         $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4740
-                        wp_send_json( $json );
4740
+                        wp_send_json($json);
4741 4741
                     }
4742 4742
                     
4743 4743
                     $gd_error_log = __('GD IMPORT NEIGHBOURHOODS [ROW %d]:', 'geodirectory');
4744
-                    $gd_error_hood = __( 'Could not be saved due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory' );
4744
+                    $gd_error_hood = __('Could not be saved due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory');
4745 4745
                     for ($i = 1; $i <= $limit; $i++) {
4746 4746
                         $index = $processed + $i;
4747 4747
                         
4748 4748
                         if (isset($file[$index])) {
4749 4749
                             $row = $file[$index];
4750
-                            $row = array_map( 'trim', $row );
4750
+                            $row = array_map('trim', $row);
4751 4751
                             $data = array();
4752 4752
                             
4753 4753
                             foreach ($columns as $c => $column) {
@@ -4758,20 +4758,20 @@  discard block
 block discarded – undo
4758 4758
 
4759 4759
                             if (empty($data['neighbourhood_name']) || empty($data['latitude']) || empty($data['longitude'])) {
4760 4760
                                 $invalid++;
4761
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4761
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4762 4762
                                 continue;
4763 4763
                             }
4764 4764
                             
4765 4765
                             $location_info = array();
4766
-                            if (!empty($data['location_id']) && (int)$data['location_id'] > 0) {
4767
-                                $location_info = geodir_get_location_by_id('', (int)$data['location_id']);
4766
+                            if (!empty($data['location_id']) && (int) $data['location_id'] > 0) {
4767
+                                $location_info = geodir_get_location_by_id('', (int) $data['location_id']);
4768 4768
                             } else if (!empty($data['city']) && !empty($data['region']) && !empty($data['country'])) {
4769 4769
                                 $location_info = geodir_get_location_by_slug('city', array('fields' => 'location_id', 'city' => $data['city'], 'country' => $data['country'], 'region' => $data['region']));
4770 4770
                             }
4771 4771
 
4772 4772
                             if (empty($location_info)) {
4773 4773
                                 $invalid++;
4774
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4774
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4775 4775
                                 continue;
4776 4776
                             }
4777 4777
                             
@@ -4786,35 +4786,35 @@  discard block
 block discarded – undo
4786 4786
                             $hood_data['hood_longitude'] = $data['longitude'];
4787 4787
                             $hood_data['hood_location_id'] = $location_id;
4788 4788
                                     
4789
-                            if ( $import_choice == 'update' ) {
4790
-                                if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4791
-                                    $hood_data['hood_id'] = (int)$data['neighbourhood_id'];
4789
+                            if ($import_choice == 'update') {
4790
+                                if ((int) $data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int) $data['neighbourhood_id']))) {
4791
+                                    $hood_data['hood_id'] = (int) $data['neighbourhood_id'];
4792 4792
                                     
4793 4793
                                     if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4794 4794
                                         $updated++;
4795 4795
                                     } else {
4796 4796
                                         $invalid++;
4797
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4797
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4798 4798
                                     }
4799 4799
                                 } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4800
-                                    $hood_data['hood_id'] = (int)$neighbourhood->hood_id;
4800
+                                    $hood_data['hood_id'] = (int) $neighbourhood->hood_id;
4801 4801
                                     
4802 4802
                                     if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4803 4803
                                         $updated++;
4804 4804
                                     } else {
4805 4805
                                         $invalid++;
4806
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4806
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4807 4807
                                     }
4808 4808
                                 } else {
4809 4809
                                     if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4810 4810
                                         $created++;
4811 4811
                                     } else {
4812 4812
                                         $invalid++;
4813
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4813
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4814 4814
                                     }
4815 4815
                                 }
4816
-                            } elseif ( $import_choice == 'skip' ) {
4817
-                                if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4816
+                            } elseif ($import_choice == 'skip') {
4817
+                                if ((int) $data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int) $data['neighbourhood_id']))) {
4818 4818
                                     $skipped++;
4819 4819
                                 } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4820 4820
                                     $skipped++;
@@ -4824,12 +4824,12 @@  discard block
 block discarded – undo
4824 4824
                                         $created++;
4825 4825
                                     } else {
4826 4826
                                         $invalid++;
4827
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4827
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4828 4828
                                     }
4829 4829
                                 }
4830 4830
                             } else {
4831 4831
                                 $invalid++;
4832
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4832
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4833 4833
                             }
4834 4834
                         }
4835 4835
                     }
@@ -4843,7 +4843,7 @@  discard block
 block discarded – undo
4843 4843
                 $json['invalid'] = $invalid;
4844 4844
                 $json['images'] = $images;
4845 4845
                 
4846
-                wp_send_json( $json );
4846
+                wp_send_json($json);
4847 4847
             }
4848 4848
         }
4849 4849
         break;
@@ -4887,29 +4887,29 @@  discard block
 block discarded – undo
4887 4887
  * }
4888 4888
  * @return int|bool Term id when success, false when fail.
4889 4889
  */
4890
-function geodir_imex_insert_term( $taxonomy, $term_data ) {
4891
-	if ( empty( $taxonomy ) || empty( $term_data ) ) {
4890
+function geodir_imex_insert_term($taxonomy, $term_data) {
4891
+	if (empty($taxonomy) || empty($term_data)) {
4892 4892
 		return false;
4893 4893
 	}
4894 4894
 	
4895
-	$term = isset( $term_data['name'] ) && !empty( $term_data['name'] ) ? $term_data['name'] : '';
4895
+	$term = isset($term_data['name']) && !empty($term_data['name']) ? $term_data['name'] : '';
4896 4896
 	$args = array();
4897
-	$args['description'] = isset( $term_data['description'] ) ? $term_data['description'] : '';
4898
-	$args['slug'] = isset( $term_data['slug'] ) ? $term_data['slug'] : '';
4899
-	$args['parent'] = isset( $term_data['parent'] ) ? (int)$term_data['parent'] : '';
4897
+	$args['description'] = isset($term_data['description']) ? $term_data['description'] : '';
4898
+	$args['slug'] = isset($term_data['slug']) ? $term_data['slug'] : '';
4899
+	$args['parent'] = isset($term_data['parent']) ? (int) $term_data['parent'] : '';
4900 4900
 	
4901
-	if ( ( !empty( $args['slug'] ) && term_exists( $args['slug'], $taxonomy ) ) || empty( $args['slug'] ) ) {
4902
-		$term_args = array_merge( $term_data, $args );
4903
-		$defaults = array( 'alias_of' => '', 'description' => '', 'parent' => 0, 'slug' => '');
4904
-		$term_args = wp_parse_args( $term_args, $defaults );
4905
-		$term_args = sanitize_term( $term_args, $taxonomy, 'db' );
4906
-		$args['slug'] = wp_unique_term_slug( $args['slug'], (object)$term_args );
4901
+	if ((!empty($args['slug']) && term_exists($args['slug'], $taxonomy)) || empty($args['slug'])) {
4902
+		$term_args = array_merge($term_data, $args);
4903
+		$defaults = array('alias_of' => '', 'description' => '', 'parent' => 0, 'slug' => '');
4904
+		$term_args = wp_parse_args($term_args, $defaults);
4905
+		$term_args = sanitize_term($term_args, $taxonomy, 'db');
4906
+		$args['slug'] = wp_unique_term_slug($args['slug'], (object) $term_args);
4907 4907
 	}
4908 4908
 	
4909
-    if( !empty( $term ) ) {
4910
-		$result = wp_insert_term( $term, $taxonomy, $args );
4911
-        if( !is_wp_error( $result ) ) {
4912
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4909
+    if (!empty($term)) {
4910
+		$result = wp_insert_term($term, $taxonomy, $args);
4911
+        if (!is_wp_error($result)) {
4912
+            return isset($result['term_id']) ? $result['term_id'] : 0;
4913 4913
         }
4914 4914
     }
4915 4915
 	
@@ -4939,36 +4939,36 @@  discard block
 block discarded – undo
4939 4939
  * }
4940 4940
  * @return int|bool Term id when success, false when fail.
4941 4941
  */
4942
-function geodir_imex_update_term( $taxonomy, $term_data ) {
4943
-	if ( empty( $taxonomy ) || empty( $term_data ) ) {
4942
+function geodir_imex_update_term($taxonomy, $term_data) {
4943
+	if (empty($taxonomy) || empty($term_data)) {
4944 4944
 		return false;
4945 4945
 	}
4946 4946
 	
4947
-	$term_id = isset( $term_data['term_id'] ) && !empty( $term_data['term_id'] ) ? $term_data['term_id'] : 0;
4947
+	$term_id = isset($term_data['term_id']) && !empty($term_data['term_id']) ? $term_data['term_id'] : 0;
4948 4948
 	
4949 4949
 	$args = array();
4950
-	$args['description'] = isset( $term_data['description'] ) ? $term_data['description'] : '';
4951
-	$args['slug'] = isset( $term_data['slug'] ) ? $term_data['slug'] : '';
4952
-	$args['parent'] = isset( $term_data['parent'] ) ? (int)$term_data['parent'] : '';
4950
+	$args['description'] = isset($term_data['description']) ? $term_data['description'] : '';
4951
+	$args['slug'] = isset($term_data['slug']) ? $term_data['slug'] : '';
4952
+	$args['parent'] = isset($term_data['parent']) ? (int) $term_data['parent'] : '';
4953 4953
 	
4954
-	if ( $term_id > 0 && $term_info = (array)get_term( $term_id, $taxonomy ) ) {
4954
+	if ($term_id > 0 && $term_info = (array) get_term($term_id, $taxonomy)) {
4955 4955
 		$term_data['term_id'] = $term_info['term_id'];
4956 4956
 		
4957
-		$result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data );
4957
+		$result = wp_update_term($term_data['term_id'], $taxonomy, $term_data);
4958 4958
 		
4959
-		if( !is_wp_error( $result ) ) {
4960
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4959
+		if (!is_wp_error($result)) {
4960
+            return isset($result['term_id']) ? $result['term_id'] : 0;
4961 4961
         }
4962
-	} else if ( $term_data['slug'] != '' && $term_info = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
4962
+	} else if ($term_data['slug'] != '' && $term_info = (array) term_exists($term_data['slug'], $taxonomy)) {
4963 4963
 		$term_data['term_id'] = $term_info['term_id'];
4964 4964
 		
4965
-		$result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data );
4965
+		$result = wp_update_term($term_data['term_id'], $taxonomy, $term_data);
4966 4966
 		
4967
-		if( !is_wp_error( $result ) ) {
4968
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4967
+		if (!is_wp_error($result)) {
4968
+            return isset($result['term_id']) ? $result['term_id'] : 0;
4969 4969
         }
4970 4970
 	} else {
4971
-		return geodir_imex_insert_term( $taxonomy, $term_data );
4971
+		return geodir_imex_insert_term($taxonomy, $term_data);
4972 4972
 	}
4973 4973
 	
4974 4974
 	return false;
@@ -4987,20 +4987,20 @@  discard block
 block discarded – undo
4987 4987
  * @param string $post_type Post type.
4988 4988
  * @return int Posts count.
4989 4989
  */
4990
-function geodir_get_posts_count( $post_type ) {
4990
+function geodir_get_posts_count($post_type) {
4991 4991
     global $wpdb, $plugin_prefix;
4992 4992
 
4993
-    if ( !post_type_exists( $post_type ) ) {
4993
+    if (!post_type_exists($post_type)) {
4994 4994
         return 0;
4995 4995
     }
4996 4996
         
4997
-    $table = $plugin_prefix . $post_type . '_detail';
4997
+    $table = $plugin_prefix.$post_type.'_detail';
4998 4998
 
4999 4999
     // Skip listing with statuses trash, auto-draft etc...
5000 5000
     $skip_statuses = geodir_imex_export_skip_statuses();
5001 5001
     $where_statuses = '';
5002
-    if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5003
-        $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5002
+    if (!empty($skip_statuses) && is_array($skip_statuses)) {
5003
+        $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
5004 5004
     }
5005 5005
     
5006 5006
     /**
@@ -5011,11 +5011,11 @@  discard block
 block discarded – undo
5011 5011
      *
5012 5012
      * @param string $where SQL where clause part.
5013 5013
      */
5014
-    $where_statuses = apply_filters( 'geodir_get_posts_count', $where_statuses, $post_type );
5014
+    $where_statuses = apply_filters('geodir_get_posts_count', $where_statuses, $post_type);
5015 5015
 
5016
-    $query = $wpdb->prepare( "SELECT COUNT({$wpdb->posts}.ID) FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s " . $where_statuses, $post_type );
5016
+    $query = $wpdb->prepare("SELECT COUNT({$wpdb->posts}.ID) FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s ".$where_statuses, $post_type);
5017 5017
 
5018
-    $posts_count = (int)$wpdb->get_var( $query );
5018
+    $posts_count = (int) $wpdb->get_var($query);
5019 5019
     
5020 5020
     /**
5021 5021
      * Modify returned post counts for the current post type.
@@ -5026,7 +5026,7 @@  discard block
 block discarded – undo
5026 5026
      * @param int $posts_count Post counts.
5027 5027
      * @param string $post_type Post type.
5028 5028
      */
5029
-    $posts_count = apply_filters( 'geodir_imex_count_posts', $posts_count, $post_type );
5029
+    $posts_count = apply_filters('geodir_imex_count_posts', $posts_count, $post_type);
5030 5030
 
5031 5031
     return $posts_count;
5032 5032
 }
@@ -5048,19 +5048,19 @@  discard block
 block discarded – undo
5048 5048
  * @param int $page_no Page number. Default 0.
5049 5049
  * @return array Array of posts data.
5050 5050
  */
5051
-function geodir_imex_get_posts( $post_type, $per_page = 0, $page_no = 0 ) {	
5051
+function geodir_imex_get_posts($post_type, $per_page = 0, $page_no = 0) {	
5052 5052
 	global $wp_filesystem;
5053 5053
 
5054
-	$posts = geodir_get_export_posts( $post_type, $per_page, $page_no );
5054
+	$posts = geodir_get_export_posts($post_type, $per_page, $page_no);
5055 5055
 
5056 5056
 	$csv_rows = array();
5057 5057
 	
5058
-	if ( !empty( $posts ) ) {
5059
-		$is_payment_plugin = is_plugin_active( 'geodir_payment_manager/geodir_payment_manager.php' );
5058
+	if (!empty($posts)) {
5059
+		$is_payment_plugin = is_plugin_active('geodir_payment_manager/geodir_payment_manager.php');
5060 5060
         $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
5061
-        $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true;
5061
+        $location_allowed = function_exists('geodir_cpt_no_location') && geodir_cpt_no_location($post_type) ? false : true;
5062 5062
         $neighbourhood_active = $location_manager && $location_allowed && get_option('location_neighbourhoods') ? true : false;
5063
-        $is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
5063
+        $is_claim_active = is_plugin_active('geodir_claim_listing/geodir_claim_listing.php') && get_option('geodir_claim_enable') === 'yes' ? true : false;
5064 5064
 		
5065 5065
 		$csv_row = array();
5066 5066
 		$csv_row[] = 'post_id';
@@ -5071,7 +5071,7 @@  discard block
 block discarded – undo
5071 5071
 		$csv_row[] = 'default_category';
5072 5072
 		$csv_row[] = 'post_tags';
5073 5073
 		$csv_row[] = 'post_type';
5074
-		if ( $post_type == 'gd_event' ) {
5074
+		if ($post_type == 'gd_event') {
5075 5075
 			$csv_row[] = 'event_date';
5076 5076
 			$csv_row[] = 'event_enddate';
5077 5077
 			$csv_row[] = 'starttime';
@@ -5130,15 +5130,15 @@  discard block
 block discarded – undo
5130 5130
 		}
5131 5131
 		// WPML
5132 5132
 
5133
-		$custom_fields = geodir_imex_get_custom_fields( $post_type );
5134
-		if ( !empty( $custom_fields ) ) {
5135
-			foreach ( $custom_fields as $custom_field ) {
5133
+		$custom_fields = geodir_imex_get_custom_fields($post_type);
5134
+		if (!empty($custom_fields)) {
5135
+			foreach ($custom_fields as $custom_field) {
5136 5136
 				$csv_row[] = $custom_field->htmlvar_name;
5137 5137
 			}
5138 5138
 		}
5139 5139
 
5140 5140
 		// Export franchise fields
5141
-		$is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false;
5141
+		$is_franchise_active = is_plugin_active('geodir_franchise/geodir_franchise.php') && geodir_franchise_enabled($post_type) ? true : false;
5142 5142
 		if ($is_franchise_active) {
5143 5143
 			$csv_row[] = 'gd_is_franchise';
5144 5144
 			$csv_row[] = 'gd_franchise_lock';
@@ -5159,28 +5159,28 @@  discard block
 block discarded – undo
5159 5159
 		$csv_rows[] = $csv_row;
5160 5160
 
5161 5161
 		$images_count = 5;
5162
-        $xx=0;
5163
-		foreach ( $posts as $post ) {$xx++;
5162
+        $xx = 0;
5163
+		foreach ($posts as $post) {$xx++;
5164 5164
 			$post_id = $post['ID'];
5165 5165
 			
5166
-			$gd_post_info = geodir_get_post_info( $post_id );
5167
-			$post_info = (array)$gd_post_info;
5166
+			$gd_post_info = geodir_get_post_info($post_id);
5167
+			$post_info = (array) $gd_post_info;
5168 5168
 			
5169
-			$taxonomy_category = $post_type . 'category';
5170
-			$taxonomy_tags = $post_type . '_tags';
5169
+			$taxonomy_category = $post_type.'category';
5170
+			$taxonomy_tags = $post_type.'_tags';
5171 5171
 			
5172 5172
 			$post_category = '';
5173 5173
 			$default_category_id = $gd_post_info->default_category;
5174 5174
 			$default_category = '';
5175 5175
 			$post_tags = '';
5176
-			$terms = wp_get_post_terms( $post_id, array( $taxonomy_category, $taxonomy_tags ) );
5176
+			$terms = wp_get_post_terms($post_id, array($taxonomy_category, $taxonomy_tags));
5177 5177
 			
5178
-			if ( !empty( $terms ) && !is_wp_error( $terms ) ) {
5178
+			if (!empty($terms) && !is_wp_error($terms)) {
5179 5179
 				$post_category = array();
5180 5180
 				$post_tags = array();
5181 5181
 			
5182
-				foreach ( $terms as $term ) {
5183
-					if ( $term->taxonomy == $taxonomy_category ) {
5182
+				foreach ($terms as $term) {
5183
+					if ($term->taxonomy == $taxonomy_category) {
5184 5184
 						$post_category[] = $term->name;
5185 5185
 						
5186 5186
 						if ($default_category_id == $term->term_id) {
@@ -5188,7 +5188,7 @@  discard block
 block discarded – undo
5188 5188
 						}
5189 5189
 					}
5190 5190
 					
5191
-					if ( $term->taxonomy == $taxonomy_tags ) {
5191
+					if ($term->taxonomy == $taxonomy_tags) {
5192 5192
 						$post_tags[] = $term->name;
5193 5193
 					}
5194 5194
 				}
@@ -5196,47 +5196,47 @@  discard block
 block discarded – undo
5196 5196
 				if (empty($default_category) && !empty($post_category)) {
5197 5197
 					$default_category = $post_category[0]; // Set first one as default category.
5198 5198
 				}
5199
-				$post_category = !empty( $post_category ) ? implode( ',', $post_category ) : '';
5200
-				$post_tags = !empty( $post_tags ) ? implode( ',', $post_tags ) : '';
5199
+				$post_category = !empty($post_category) ? implode(',', $post_category) : '';
5200
+				$post_tags = !empty($post_tags) ? implode(',', $post_tags) : '';
5201 5201
 			}
5202 5202
 
5203 5203
 			// Franchise data
5204
-			if ($is_franchise_active && isset($post_info['franchise']) && (int)$post_info['franchise'] > 0 && geodir_franchise_check((int)$post_info['franchise'])) {
5204
+			if ($is_franchise_active && isset($post_info['franchise']) && (int) $post_info['franchise'] > 0 && geodir_franchise_check((int) $post_info['franchise'])) {
5205 5205
 				$franchise_id = $post_info['franchise'];
5206 5206
 				$gd_franchise_info = geodir_get_post_info($franchise_id);
5207 5207
 
5208 5208
 				if (geodir_franchise_pkg_is_active($gd_franchise_info)) {
5209
-					$franchise_info = (array)$gd_franchise_info;
5209
+					$franchise_info = (array) $gd_franchise_info;
5210 5210
 					$locked_fields = geodir_franchise_get_locked_fields($franchise_id, true);
5211 5211
 					
5212 5212
 					if (!empty($locked_fields)) {
5213
-						foreach( $locked_fields as $locked_field) {
5213
+						foreach ($locked_fields as $locked_field) {
5214 5214
 							if (isset($post_info[$locked_field]) && isset($franchise_info[$locked_field])) {
5215 5215
 								$post_info[$locked_field] = $franchise_info[$locked_field];
5216 5216
 							}
5217 5217
 							
5218 5218
 							if (in_array($taxonomy_category, $locked_fields) || in_array('post_tags', $locked_fields)) {
5219
-								$franchise_terms = wp_get_post_terms( $franchise_id, array( $taxonomy_category, $taxonomy_tags ) );
5219
+								$franchise_terms = wp_get_post_terms($franchise_id, array($taxonomy_category, $taxonomy_tags));
5220 5220
 			
5221
-								if ( !empty( $franchise_terms ) && !is_wp_error( $franchise_terms ) ) {
5221
+								if (!empty($franchise_terms) && !is_wp_error($franchise_terms)) {
5222 5222
 									$franchise_post_category = array();
5223 5223
 									$franchise_post_tags = array();
5224 5224
 								
5225
-									foreach ( $franchise_terms as $franchise_term ) {
5226
-										if ( $franchise_term->taxonomy == $taxonomy_category ) {
5225
+									foreach ($franchise_terms as $franchise_term) {
5226
+										if ($franchise_term->taxonomy == $taxonomy_category) {
5227 5227
 											$franchise_post_category[] = $franchise_term->name;
5228 5228
 										}
5229 5229
 										
5230
-										if ( $franchise_term->taxonomy == $taxonomy_tags ) {
5230
+										if ($franchise_term->taxonomy == $taxonomy_tags) {
5231 5231
 											$franchise_post_tags[] = $franchise_term->name;
5232 5232
 										}
5233 5233
 									}
5234 5234
 									
5235 5235
 									if (in_array($taxonomy_category, $locked_fields)) {
5236
-										$post_category = !empty( $franchise_post_category ) ? implode( ',', $franchise_post_category ) : '';
5236
+										$post_category = !empty($franchise_post_category) ? implode(',', $franchise_post_category) : '';
5237 5237
 									}
5238 5238
 									if (in_array('post_tags', $locked_fields)) {
5239
-										$post_tags = !empty( $franchise_post_tags ) ? implode( ',', $franchise_post_tags ) : '';
5239
+										$post_tags = !empty($franchise_post_tags) ? implode(',', $franchise_post_tags) : '';
5240 5240
 									}
5241 5241
 								}
5242 5242
 							}
@@ -5245,18 +5245,18 @@  discard block
 block discarded – undo
5245 5245
 				}
5246 5246
 			}
5247 5247
 						
5248
-			$post_images = geodir_get_images( $post_id );
5248
+			$post_images = geodir_get_images($post_id);
5249 5249
 			$current_images = array();
5250
-			if ( !empty( $post_images ) ) {
5251
-				foreach ( $post_images as $post_image ) {
5252
-					$post_image = (array)$post_image;
5253
-					$image = !empty( $post_image ) && isset( $post_image['path'] ) && $wp_filesystem->is_file( $post_image['path'] ) && $wp_filesystem->exists( $post_image['path'] ) ? $post_image['src'] : '';
5254
-					if ( $image ) {
5250
+			if (!empty($post_images)) {
5251
+				foreach ($post_images as $post_image) {
5252
+					$post_image = (array) $post_image;
5253
+					$image = !empty($post_image) && isset($post_image['path']) && $wp_filesystem->is_file($post_image['path']) && $wp_filesystem->exists($post_image['path']) ? $post_image['src'] : '';
5254
+					if ($image) {
5255 5255
 						$current_images[] = $image;
5256 5256
 					}
5257 5257
 				}
5258 5258
 				
5259
-				$images_count = max( $images_count, count( $current_images ) );
5259
+				$images_count = max($images_count, count($current_images));
5260 5260
 			}
5261 5261
 
5262 5262
 			$csv_row = array();
@@ -5268,7 +5268,7 @@  discard block
 block discarded – undo
5268 5268
 			$csv_row[] = $default_category; // default_category
5269 5269
 			$csv_row[] = $post_tags; // post_tags
5270 5270
 			$csv_row[] = $post_type; // post_type
5271
-			if ( $post_type == 'gd_event' ) {
5271
+			if ($post_type == 'gd_event') {
5272 5272
 				$event_data = geodir_imex_get_event_data($post, $gd_post_info);
5273 5273
 				$csv_row[] = $event_data['event_date']; // event_date
5274 5274
 				$csv_row[] = $event_data['event_enddate']; // enddate
@@ -5289,12 +5289,12 @@  discard block
 block discarded – undo
5289 5289
 				$csv_row[] = $event_data['recurring_end_date']; // repeat_end
5290 5290
 			}
5291 5291
 			$csv_row[] = $post_info['post_status']; // post_status
5292
-			$csv_row[] = (int)$post_info['is_featured'] == 1 ? 1 : ''; // is_featured
5292
+			$csv_row[] = (int) $post_info['is_featured'] == 1 ? 1 : ''; // is_featured
5293 5293
             if ($is_claim_active) {
5294
-                $csv_row[] = !empty($post_info['claimed']) && (int)$post_info['claimed'] == 1 ? 1 : ''; // claimed
5294
+                $csv_row[] = !empty($post_info['claimed']) && (int) $post_info['claimed'] == 1 ? 1 : ''; // claimed
5295 5295
             }
5296 5296
 			if ($is_payment_plugin) {
5297
-				$csv_row[] = (int)$post_info['package_id']; // package_id
5297
+				$csv_row[] = (int) $post_info['package_id']; // package_id
5298 5298
 				$csv_row[] = $post_info['alive_days'] !== '' ? absint($post_info['alive_days']) : ''; // alive_days
5299 5299
 				$csv_row[] = $post_info['expire_date'] != '' && geodir_strtolower($post_info['expire_date']) != 'never' ? date_i18n('Y-m-d', strtotime($post_info['expire_date'])) : 'Never'; // expire_date
5300 5300
 			}
@@ -5331,14 +5331,14 @@  discard block
 block discarded – undo
5331 5331
 			$csv_row[] = stripslashes($post_info['geodir_special_offers']); // geodir_special_offers
5332 5332
 			// WPML
5333 5333
 			if ($is_wpml) {
5334
-				$csv_row[] = geodir_get_language_for_element( $post_id, 'post_' . $post_type );
5335
-				$csv_row[] = geodir_imex_original_post_id( $post_id, 'post_' . $post_type );
5334
+				$csv_row[] = geodir_get_language_for_element($post_id, 'post_'.$post_type);
5335
+				$csv_row[] = geodir_imex_original_post_id($post_id, 'post_'.$post_type);
5336 5336
 			}
5337 5337
 			// WPML
5338 5338
 			
5339
-			if ( !empty( $custom_fields ) ) {
5340
-				foreach ( $custom_fields as $custom_field ) {
5341
-					$csv_row[] = isset( $post_info[$custom_field->htmlvar_name] ) ? $post_info[$custom_field->htmlvar_name] : '';
5339
+			if (!empty($custom_fields)) {
5340
+				foreach ($custom_fields as $custom_field) {
5341
+					$csv_row[] = isset($post_info[$custom_field->htmlvar_name]) ? $post_info[$custom_field->htmlvar_name] : '';
5342 5342
 				}
5343 5343
 			}
5344 5344
 			
@@ -5349,15 +5349,15 @@  discard block
 block discarded – undo
5349 5349
 				$franchise = '';
5350 5350
 					
5351 5351
 				if (geodir_franchise_pkg_is_active($gd_post_info)) {
5352
-					$gd_is_franchise = (int)get_post_meta( $post_id, 'gd_is_franchise', true );
5353
-					$locaked_fields = $gd_is_franchise ? get_post_meta( $post_id, 'gd_franchise_lock', true ) : '';
5352
+					$gd_is_franchise = (int) get_post_meta($post_id, 'gd_is_franchise', true);
5353
+					$locaked_fields = $gd_is_franchise ? get_post_meta($post_id, 'gd_franchise_lock', true) : '';
5354 5354
 					$locaked_fields = (is_array($locaked_fields) && !empty($locaked_fields) ? implode(",", $locaked_fields) : '');
5355
-					$franchise = !$gd_is_franchise && isset($post_info['franchise']) && (int)$post_info['franchise'] > 0 ? (int)$post_info['franchise'] : 0; // franchise id
5355
+					$franchise = !$gd_is_franchise && isset($post_info['franchise']) && (int) $post_info['franchise'] > 0 ? (int) $post_info['franchise'] : 0; // franchise id
5356 5356
 				}
5357 5357
 				
5358
-				$csv_row[] = (int)$gd_is_franchise; // gd_is_franchise
5358
+				$csv_row[] = (int) $gd_is_franchise; // gd_is_franchise
5359 5359
 				$csv_row[] = $locaked_fields; // gd_franchise_lock fields
5360
-				$csv_row[] = (int)$franchise; // franchise id
5360
+				$csv_row[] = (int) $franchise; // franchise id
5361 5361
 			}
5362 5362
             
5363 5363
             /**
@@ -5371,15 +5371,15 @@  discard block
 block discarded – undo
5371 5371
              */
5372 5372
             $csv_row = apply_filters('geodir_export_listing_csv_column_values', $csv_row, $post_info);
5373 5373
 			
5374
-			for ( $c = 0; $c < $images_count; $c++ ) {
5375
-				$csv_row[] = isset( $current_images[$c] ) ? $current_images[$c] : ''; // IMAGE
5374
+			for ($c = 0; $c < $images_count; $c++) {
5375
+				$csv_row[] = isset($current_images[$c]) ? $current_images[$c] : ''; // IMAGE
5376 5376
 			}
5377 5377
 			
5378 5378
 			$csv_rows[] = $csv_row;
5379 5379
 
5380 5380
 		}
5381 5381
 
5382
-		for ( $c = 0; $c < $images_count; $c++ ) {
5382
+		for ($c = 0; $c < $images_count; $c++) {
5383 5383
 			$csv_rows[0][] = 'IMAGE';
5384 5384
 		}
5385 5385
 	}
@@ -5401,30 +5401,30 @@  discard block
 block discarded – undo
5401 5401
  * @param int $page_no Page number. Default 0.
5402 5402
  * @return array Array of posts data.
5403 5403
  */
5404
-function geodir_get_export_posts( $post_type, $per_page = 0, $page_no = 0 ) {
5404
+function geodir_get_export_posts($post_type, $per_page = 0, $page_no = 0) {
5405 5405
     global $wpdb, $plugin_prefix;
5406 5406
 
5407
-    if ( ! post_type_exists( $post_type ) )
5407
+    if (!post_type_exists($post_type))
5408 5408
         return new stdClass;
5409 5409
         
5410
-    $table = $plugin_prefix . $post_type . '_detail';
5410
+    $table = $plugin_prefix.$post_type.'_detail';
5411 5411
 
5412 5412
     $limit = '';
5413
-    if ( $per_page > 0 && $page_no > 0 ) {
5414
-        $offset = ( $page_no - 1 ) * $per_page;
5413
+    if ($per_page > 0 && $page_no > 0) {
5414
+        $offset = ($page_no - 1) * $per_page;
5415 5415
         
5416
-        if ( $offset > 0 ) {
5417
-            $limit = " LIMIT " . $offset . "," . $per_page;
5416
+        if ($offset > 0) {
5417
+            $limit = " LIMIT ".$offset.",".$per_page;
5418 5418
         } else {
5419
-            $limit = " LIMIT " . $per_page;
5419
+            $limit = " LIMIT ".$per_page;
5420 5420
         }
5421 5421
     }
5422 5422
 
5423 5423
     // Skip listing with statuses trash, auto-draft etc...
5424 5424
     $skip_statuses = geodir_imex_export_skip_statuses();
5425 5425
     $where_statuses = '';
5426
-    if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5427
-        $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5426
+    if (!empty($skip_statuses) && is_array($skip_statuses)) {
5427
+        $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
5428 5428
     }
5429 5429
     
5430 5430
     /**
@@ -5435,9 +5435,9 @@  discard block
 block discarded – undo
5435 5435
      *
5436 5436
      * @param string $where SQL where clause part.
5437 5437
      */
5438
-    $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5438
+    $where_statuses = apply_filters('geodir_get_export_posts', $where_statuses, $post_type);
5439 5439
 
5440
-    $query = $wpdb->prepare( "SELECT {$wpdb->posts}.ID FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s " . $where_statuses . " ORDER BY {$wpdb->posts}.ID ASC" . $limit, $post_type );
5440
+    $query = $wpdb->prepare("SELECT {$wpdb->posts}.ID FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s ".$where_statuses." ORDER BY {$wpdb->posts}.ID ASC".$limit, $post_type);
5441 5441
     /**
5442 5442
      * Modify returned posts SQL query for the current post type.
5443 5443
      *
@@ -5447,8 +5447,8 @@  discard block
 block discarded – undo
5447 5447
      * @param int $query The SQL query.
5448 5448
      * @param string $post_type Post type.
5449 5449
      */
5450
-    $query = apply_filters( 'geodir_imex_export_posts_query', $query, $post_type );
5451
-    $results = (array)$wpdb->get_results( $wpdb->prepare( $query, $post_type ), ARRAY_A );
5450
+    $query = apply_filters('geodir_imex_export_posts_query', $query, $post_type);
5451
+    $results = (array) $wpdb->get_results($wpdb->prepare($query, $post_type), ARRAY_A);
5452 5452
 
5453 5453
     /**
5454 5454
      * Modify returned post results for the current post type.
@@ -5459,7 +5459,7 @@  discard block
 block discarded – undo
5459 5459
      * @param object $results An object containing all post ids.
5460 5460
      * @param string $post_type Post type.
5461 5461
      */
5462
-    return apply_filters( 'geodir_export_posts', $results, $post_type );
5462
+    return apply_filters('geodir_export_posts', $results, $post_type);
5463 5463
 }
5464 5464
 
5465 5465
 /**
@@ -5477,24 +5477,24 @@  discard block
 block discarded – undo
5477 5477
  * @param string $post_type Post type.
5478 5478
  * @return string The SQL query.
5479 5479
  */
5480
-function geodir_imex_get_events_query( $query, $post_type ) {
5481
-    if ( $post_type == 'gd_event' ) {
5480
+function geodir_imex_get_events_query($query, $post_type) {
5481
+    if ($post_type == 'gd_event') {
5482 5482
         global $wpdb, $plugin_prefix;
5483 5483
         
5484
-        $table = $plugin_prefix . $post_type . '_detail';
5484
+        $table = $plugin_prefix.$post_type.'_detail';
5485 5485
         $schedule_table = EVENT_SCHEDULE;
5486 5486
         
5487 5487
         // Skip listing with statuses trash, auto-draft etc...
5488 5488
         $skip_statuses = geodir_imex_export_skip_statuses();
5489 5489
         $where_statuses = '';
5490
-        if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5491
-            $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5490
+        if (!empty($skip_statuses) && is_array($skip_statuses)) {
5491
+            $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
5492 5492
         }
5493 5493
         
5494 5494
         /** This action is documented in geodirectory-functions/geodirectory-admin/admin_functions.php */
5495
-        $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5495
+        $where_statuses = apply_filters('geodir_get_export_posts', $where_statuses, $post_type);
5496 5496
 
5497
-        $query = $wpdb->prepare( "SELECT {$wpdb->posts}.ID, {$schedule_table}.event_date, {$schedule_table}.event_enddate AS enddate, {$schedule_table}.event_starttime AS starttime, {$schedule_table}.event_endtime AS endtime FROM {$wpdb->posts} INNER JOIN {$table} ON ({$table}.post_id = {$wpdb->posts}.ID) INNER JOIN {$schedule_table} ON ({$schedule_table}.event_id = {$wpdb->posts}.ID) WHERE {$wpdb->posts}.post_type = %s " . $where_statuses . " GROUP BY {$table}.post_id ORDER BY {$wpdb->posts}.ID ASC, {$schedule_table}.schedule_id ASC", $post_type );
5497
+        $query = $wpdb->prepare("SELECT {$wpdb->posts}.ID, {$schedule_table}.event_date, {$schedule_table}.event_enddate AS enddate, {$schedule_table}.event_starttime AS starttime, {$schedule_table}.event_endtime AS endtime FROM {$wpdb->posts} INNER JOIN {$table} ON ({$table}.post_id = {$wpdb->posts}.ID) INNER JOIN {$schedule_table} ON ({$schedule_table}.event_id = {$wpdb->posts}.ID) WHERE {$wpdb->posts}.post_type = %s ".$where_statuses." GROUP BY {$table}.post_id ORDER BY {$wpdb->posts}.ID ASC, {$schedule_table}.schedule_id ASC", $post_type);
5498 5498
     }
5499 5499
 
5500 5500
     return $query;
@@ -5518,35 +5518,35 @@  discard block
 block discarded – undo
5518 5518
  * @param  string $post_type Post type.
5519 5519
  * @return int Total terms count.
5520 5520
  */
5521
-function geodir_get_terms_count( $post_type ) {
5522
-    $args = array( 'hide_empty' => 0 );
5521
+function geodir_get_terms_count($post_type) {
5522
+    $args = array('hide_empty' => 0);
5523 5523
 
5524
-    remove_all_filters( 'get_terms' );
5524
+    remove_all_filters('get_terms');
5525 5525
 
5526
-    $taxonomy = $post_type . 'category';
5526
+    $taxonomy = $post_type.'category';
5527 5527
 
5528 5528
     // WPML
5529 5529
     $is_wpml = geodir_is_wpml();
5530 5530
     $active_lang = 'all';
5531
-    if ( $is_wpml ) {
5531
+    if ($is_wpml) {
5532 5532
         global $sitepress;
5533 5533
         $active_lang = $sitepress->get_current_language();
5534 5534
         
5535
-        if ( $active_lang != 'all' ) {
5536
-            $sitepress->switch_lang( 'all', true );
5535
+        if ($active_lang != 'all') {
5536
+            $sitepress->switch_lang('all', true);
5537 5537
         }
5538 5538
     }
5539 5539
     // WPML
5540 5540
             
5541
-    $count_terms = wp_count_terms( $taxonomy, $args );
5541
+    $count_terms = wp_count_terms($taxonomy, $args);
5542 5542
 
5543 5543
     // WPML
5544
-    if ( $is_wpml && $active_lang !== 'all' ) {
5544
+    if ($is_wpml && $active_lang !== 'all') {
5545 5545
         global $sitepress;
5546
-        $sitepress->switch_lang( $active_lang, true );
5546
+        $sitepress->switch_lang($active_lang, true);
5547 5547
     }
5548 5548
     // WPML
5549
-    $count_terms = !is_wp_error( $count_terms ) ? $count_terms : 0;
5549
+    $count_terms = !is_wp_error($count_terms) ? $count_terms : 0;
5550 5550
      
5551 5551
     return $count_terms;
5552 5552
 }
@@ -5563,23 +5563,23 @@  discard block
 block discarded – undo
5563 5563
  * @param int $page_no Page number. Default 0.
5564 5564
  * @return array Array of terms data.
5565 5565
  */
5566
-function geodir_imex_get_terms( $post_type, $per_page = 0, $page_no = 0 ) {
5567
-	$args = array( 'hide_empty' => 0, 'orderby' => 'id' );
5566
+function geodir_imex_get_terms($post_type, $per_page = 0, $page_no = 0) {
5567
+	$args = array('hide_empty' => 0, 'orderby' => 'id');
5568 5568
 	
5569
-	remove_all_filters( 'get_terms' );
5569
+	remove_all_filters('get_terms');
5570 5570
 	
5571
-	$taxonomy = $post_type . 'category';
5571
+	$taxonomy = $post_type.'category';
5572 5572
 	
5573
-	if ( $per_page > 0 && $page_no > 0 ) {
5574
-		$args['offset'] = ( $page_no - 1 ) * $per_page;
5573
+	if ($per_page > 0 && $page_no > 0) {
5574
+		$args['offset'] = ($page_no - 1) * $per_page;
5575 5575
 		$args['number'] = $per_page;
5576 5576
 	}
5577 5577
 	
5578
-	$terms = get_terms( $taxonomy, $args );
5578
+	$terms = get_terms($taxonomy, $args);
5579 5579
 
5580 5580
 	$csv_rows = array();
5581 5581
 	
5582
-	if ( !empty( $terms ) ) {
5582
+	if (!empty($terms)) {
5583 5583
 		$csv_row = array();
5584 5584
 		$csv_row[] = 'cat_id';
5585 5585
 		$csv_row[] = 'cat_name';
@@ -5601,16 +5601,16 @@  discard block
 block discarded – undo
5601 5601
 		
5602 5602
 		$csv_rows[] = $csv_row;
5603 5603
 		
5604
-		foreach ( $terms as $term ) {
5605
-			$cat_icon = get_tax_meta( $term->term_id, 'ct_cat_icon', false, $post_type );
5606
-			$cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : '';
5604
+		foreach ($terms as $term) {
5605
+			$cat_icon = get_tax_meta($term->term_id, 'ct_cat_icon', false, $post_type);
5606
+			$cat_icon = !empty($cat_icon) && isset($cat_icon['src']) ? $cat_icon['src'] : '';
5607 5607
 			
5608
-			$cat_image = geodir_get_default_catimage( $term->term_id, $post_type );
5609
-			$cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : ''; 
5608
+			$cat_image = geodir_get_default_catimage($term->term_id, $post_type);
5609
+			$cat_image = !empty($cat_image) && isset($cat_image['src']) ? $cat_image['src'] : ''; 
5610 5610
 			
5611 5611
 			$cat_parent = '';
5612
-			if (isset($term->parent) && (int)$term->parent > 0 && term_exists((int)$term->parent, $taxonomy)) {
5613
-				$parent_term = (array)get_term_by( 'id', (int)$term->parent, $taxonomy );
5612
+			if (isset($term->parent) && (int) $term->parent > 0 && term_exists((int) $term->parent, $taxonomy)) {
5613
+				$parent_term = (array) get_term_by('id', (int) $term->parent, $taxonomy);
5614 5614
 				$cat_parent = !empty($parent_term) && isset($parent_term['name']) ? $parent_term['name'] : '';
5615 5615
 			}
5616 5616
 			
@@ -5620,15 +5620,15 @@  discard block
 block discarded – undo
5620 5620
 			$csv_row[] = $term->slug;
5621 5621
 			$csv_row[] = $post_type;
5622 5622
 			$csv_row[] = $cat_parent;
5623
-			$csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_schema', false, $post_type );
5623
+			$csv_row[] = get_tax_meta($term->term_id, 'ct_cat_schema', false, $post_type);
5624 5624
             // WPML
5625 5625
 			if ($is_wpml) {
5626
-				$csv_row[] = geodir_get_language_for_element( $term->term_id, 'tax_' . $taxonomy );
5627
-                $csv_row[] = geodir_imex_original_post_id( $term->term_id, 'tax_' . $taxonomy );
5626
+				$csv_row[] = geodir_get_language_for_element($term->term_id, 'tax_'.$taxonomy);
5627
+                $csv_row[] = geodir_imex_original_post_id($term->term_id, 'tax_'.$taxonomy);
5628 5628
 			}
5629 5629
 			// WPML
5630 5630
 			$csv_row[] = $term->description;
5631
-			$csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_top_desc', false, $post_type );
5631
+			$csv_row[] = get_tax_meta($term->term_id, 'ct_cat_top_desc', false, $post_type);
5632 5632
 			$csv_row[] = $cat_image;
5633 5633
 			$csv_row[] = $cat_icon;
5634 5634
 			
@@ -5647,10 +5647,10 @@  discard block
 block discarded – undo
5647 5647
  * @param  bool $relative True for relative path & False for absolute path.
5648 5648
  * @return string Path to the cache directory.
5649 5649
  */
5650
-function geodir_path_import_export( $relative = true ) {
5650
+function geodir_path_import_export($relative = true) {
5651 5651
 	$upload_dir = wp_upload_dir();
5652 5652
 	
5653
-	return $relative ? $upload_dir['baseurl'] . '/cache' : $upload_dir['basedir'] . '/cache';
5653
+	return $relative ? $upload_dir['baseurl'].'/cache' : $upload_dir['basedir'].'/cache';
5654 5654
 }
5655 5655
 
5656 5656
 /**
@@ -5666,8 +5666,8 @@  discard block
 block discarded – undo
5666 5666
  * @param  bool $clear If true then it overwrite data otherwise add rows at the end of file.
5667 5667
  * @return bool true if success otherwise false.
5668 5668
  */
5669
-function geodir_save_csv_data( $file_path, $csv_data = array(), $clear = true ) {
5670
-	if ( empty( $csv_data ) ) {
5669
+function geodir_save_csv_data($file_path, $csv_data = array(), $clear = true) {
5670
+	if (empty($csv_data)) {
5671 5671
 		return false;
5672 5672
 	}
5673 5673
 	
@@ -5675,17 +5675,17 @@  discard block
 block discarded – undo
5675 5675
 	
5676 5676
 	$mode = $clear ? 'w+' : 'a+';
5677 5677
 	
5678
-	if ( function_exists( 'fputcsv' ) ) {
5679
-		$file = fopen( $file_path, $mode );
5680
-		foreach( $csv_data as $csv_row ) {
5678
+	if (function_exists('fputcsv')) {
5679
+		$file = fopen($file_path, $mode);
5680
+		foreach ($csv_data as $csv_row) {
5681 5681
 			//$csv_row = array_map( 'utf8_decode', $csv_row );
5682
-			$write_successful = fputcsv( $file, $csv_row, ",", $enclosure = '"' );
5682
+			$write_successful = fputcsv($file, $csv_row, ",", $enclosure = '"');
5683 5683
 		}
5684
-		fclose( $file );
5684
+		fclose($file);
5685 5685
 	} else {
5686
-		foreach( $csv_data as $csv_row ) {
5686
+		foreach ($csv_data as $csv_row) {
5687 5687
 			//$csv_row = array_map( 'utf8_decode', $csv_row );
5688
-			$wp_filesystem->put_contents( $file_path, $csv_row );
5688
+			$wp_filesystem->put_contents($file_path, $csv_row);
5689 5689
 		}
5690 5690
 	}
5691 5691
 		
@@ -5703,14 +5703,14 @@  discard block
 block discarded – undo
5703 5703
  * @param  string $file Full path to file.
5704 5704
  * @return int No of file rows.
5705 5705
  */
5706
-function geodir_import_export_line_count( $file ) {
5706
+function geodir_import_export_line_count($file) {
5707 5707
 	global $wp_filesystem;
5708 5708
 	
5709
-	if ( $wp_filesystem->is_file( $file ) && $wp_filesystem->exists( $file ) ) {
5710
-		$contents = $wp_filesystem->get_contents_array( $file );
5709
+	if ($wp_filesystem->is_file($file) && $wp_filesystem->exists($file)) {
5710
+		$contents = $wp_filesystem->get_contents_array($file);
5711 5711
 		
5712
-		if ( !empty( $contents ) && is_array( $contents ) ) {
5713
-			return count( $contents ) - 1;
5712
+		if (!empty($contents) && is_array($contents)) {
5713
+			return count($contents) - 1;
5714 5714
 		}
5715 5715
 	}
5716 5716
 	
@@ -5727,11 +5727,11 @@  discard block
 block discarded – undo
5727 5727
  * @param string $post_type The post type.
5728 5728
  * @return object Queried object.
5729 5729
  */
5730
-function geodir_imex_get_custom_fields( $post_type ) {
5730
+function geodir_imex_get_custom_fields($post_type) {
5731 5731
 	global $wpdb;
5732 5732
 	 
5733
-	$sql = $wpdb->prepare("SELECT htmlvar_name FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND is_active='1' AND is_admin!='1' AND field_type != 'fieldset' AND htmlvar_name != '' ORDER BY id ASC", array( $post_type ) );
5734
-	$rows = $wpdb->get_results( $sql );
5733
+	$sql = $wpdb->prepare("SELECT htmlvar_name FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE post_type=%s AND is_active='1' AND is_admin!='1' AND field_type != 'fieldset' AND htmlvar_name != '' ORDER BY id ASC", array($post_type));
5734
+	$rows = $wpdb->get_results($sql);
5735 5735
 	 
5736 5736
 	return $rows;
5737 5737
 }
@@ -5810,14 +5810,14 @@  discard block
 block discarded – undo
5810 5810
 	global $wpdb, $plugin_prefix;
5811 5811
 	
5812 5812
 	$post_type = get_post_type($master_post_id);
5813
-	$post_table = $plugin_prefix . $post_type . '_detail';
5813
+	$post_table = $plugin_prefix.$post_type.'_detail';
5814 5814
 	
5815
-	$query = $wpdb->prepare("SELECT * FROM " . $post_table . " WHERE post_id = %d", array($master_post_id));
5816
-	$data = (array)$wpdb->get_row($query);
5815
+	$query = $wpdb->prepare("SELECT * FROM ".$post_table." WHERE post_id = %d", array($master_post_id));
5816
+	$data = (array) $wpdb->get_row($query);
5817 5817
 	
5818
-	if ( !empty( $data ) ) {
5818
+	if (!empty($data)) {
5819 5819
 		$data['post_id'] = $tr_post_id;
5820
-		unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type . 'category'], $data['overall_rating'], $data['rating_count'], $data['ratings']);
5820
+		unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type.'category'], $data['overall_rating'], $data['rating_count'], $data['ratings']);
5821 5821
 		
5822 5822
 		$wpdb->update($post_table, $data, array('post_id' => $tr_post_id));		
5823 5823
 		return true;
@@ -5843,7 +5843,7 @@  discard block
 block discarded – undo
5843 5843
 	global $sitepress, $wpdb;
5844 5844
 	$post_type = get_post_type($master_post_id);
5845 5845
 	
5846
-	remove_filter('get_term', array($sitepress,'get_term_adjust_id')); // AVOID filtering to current language
5846
+	remove_filter('get_term', array($sitepress, 'get_term_adjust_id')); // AVOID filtering to current language
5847 5847
 
5848 5848
 	$taxonomies = get_object_taxonomies($post_type);
5849 5849
 	foreach ($taxonomies as $taxonomy) {
@@ -5852,9 +5852,9 @@  discard block
 block discarded – undo
5852 5852
 		
5853 5853
 		if ($terms) {
5854 5854
 			foreach ($terms as $term) {
5855
-				$tr_id = apply_filters( 'translate_object_id',$term->term_id, $taxonomy, false, $lang);
5855
+				$tr_id = apply_filters('translate_object_id', $term->term_id, $taxonomy, false, $lang);
5856 5856
 				
5857
-				if (!is_null($tr_id)){
5857
+				if (!is_null($tr_id)) {
5858 5858
 					// not using get_term - unfiltered get_term
5859 5859
 					$translated_term = $wpdb->get_row($wpdb->prepare("
5860 5860
 						SELECT * FROM {$wpdb->terms} t JOIN {$wpdb->term_taxonomy} x ON x.term_id = t.term_id WHERE t.term_id = %d AND x.taxonomy = %s", $tr_id, $taxonomy));
@@ -5863,14 +5863,14 @@  discard block
 block discarded – undo
5863 5863
 				}
5864 5864
 			}
5865 5865
 
5866
-			if (!is_taxonomy_hierarchical($taxonomy)){
5867
-				$terms_array = array_unique( array_map( 'intval', $terms_array ) );
5866
+			if (!is_taxonomy_hierarchical($taxonomy)) {
5867
+				$terms_array = array_unique(array_map('intval', $terms_array));
5868 5868
 			}
5869 5869
 
5870 5870
 			wp_set_post_terms($tr_post_id, $terms_array, $taxonomy);
5871 5871
 			
5872
-			if ($taxonomy == $post_type . 'category') {
5873
-				geodir_set_postcat_structure($tr_post_id, $post_type . 'category');
5872
+			if ($taxonomy == $post_type.'category') {
5873
+				geodir_set_postcat_structure($tr_post_id, $post_type.'category');
5874 5874
 			}
5875 5875
 		}
5876 5876
 	}
@@ -5891,15 +5891,15 @@  discard block
 block discarded – undo
5891 5891
 function geodir_icl_duplicate_post_images($master_post_id, $tr_post_id, $lang) {
5892 5892
 	global $wpdb;
5893 5893
 	
5894
-	$query = $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id));
5894
+	$query = $wpdb->prepare("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id));
5895 5895
 	$wpdb->query($query);
5896 5896
 	
5897
-	$query = $wpdb->prepare("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC", array('%image%', $master_post_id));
5897
+	$query = $wpdb->prepare("SELECT * FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC", array('%image%', $master_post_id));
5898 5898
 	$post_images = $wpdb->get_results($query);
5899 5899
 	
5900
-	if ( !empty( $post_images ) ) {
5901
-		foreach ( $post_images as $post_image) {
5902
-			$image_data = (array)$post_image;
5900
+	if (!empty($post_images)) {
5901
+		foreach ($post_images as $post_image) {
5902
+			$image_data = (array) $post_image;
5903 5903
 			unset($image_data['ID']);
5904 5904
 			$image_data['post_id'] = $tr_post_id;
5905 5905
 			
@@ -5925,10 +5925,10 @@  discard block
 block discarded – undo
5925 5925
  * @return array Event data array.
5926 5926
  */
5927 5927
 function geodir_imex_get_event_data($post, $gd_post_info) {
5928
-	$event_date = isset( $post['event_date'] ) && $post['event_date'] != '' && $post['event_date'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $post['event_date'] ) ) : '';
5928
+	$event_date = isset($post['event_date']) && $post['event_date'] != '' && $post['event_date'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($post['event_date'])) : '';
5929 5929
 	$event_enddate = $event_date;
5930
-	$starttime = isset( $post['starttime'] ) && $post['starttime'] != '' && $post['starttime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $post['starttime'] ) ) : '';
5931
-	$endtime = isset( $post['endtime'] ) && $post['endtime'] != '' && $post['endtime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $post['endtime'] ) ) : '';
5930
+	$starttime = isset($post['starttime']) && $post['starttime'] != '' && $post['starttime'] != '00:00:00' ? date_i18n('H:i', strtotime($post['starttime'])) : '';
5931
+	$endtime = isset($post['endtime']) && $post['endtime'] != '' && $post['endtime'] != '00:00:00' ? date_i18n('H:i', strtotime($post['endtime'])) : '';
5932 5932
 	
5933 5933
 	$is_recurring_event = '';
5934 5934
 	$event_duration_days = '';
@@ -5945,15 +5945,15 @@  discard block
 block discarded – undo
5945 5945
 		
5946 5946
 	$recurring_data = isset($gd_post_info->recurring_dates) ? maybe_unserialize($gd_post_info->recurring_dates) : array();
5947 5947
 	if (!empty($recurring_data)) {
5948
-		$event_date = isset( $recurring_data['event_start'] ) && $recurring_data['event_start'] != '' && $recurring_data['event_start'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['event_start'] ) ) : $event_date;
5949
-		$event_enddate = isset( $recurring_data['event_end'] ) && $recurring_data['event_end'] != '' && $recurring_data['event_end'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['event_end'] ) ) : $event_date;
5950
-		$starttime = isset( $recurring_data['starttime'] ) && $recurring_data['starttime'] != '' && $recurring_data['starttime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $recurring_data['starttime'] ) ) : $starttime;
5951
-		$endtime = isset( $recurring_data['endtime'] ) && $recurring_data['endtime'] != '' && $recurring_data['endtime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $recurring_data['endtime'] ) ) : $endtime;
5948
+		$event_date = isset($recurring_data['event_start']) && $recurring_data['event_start'] != '' && $recurring_data['event_start'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['event_start'])) : $event_date;
5949
+		$event_enddate = isset($recurring_data['event_end']) && $recurring_data['event_end'] != '' && $recurring_data['event_end'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['event_end'])) : $event_date;
5950
+		$starttime = isset($recurring_data['starttime']) && $recurring_data['starttime'] != '' && $recurring_data['starttime'] != '00:00:00' ? date_i18n('H:i', strtotime($recurring_data['starttime'])) : $starttime;
5951
+		$endtime = isset($recurring_data['endtime']) && $recurring_data['endtime'] != '' && $recurring_data['endtime'] != '00:00:00' ? date_i18n('H:i', strtotime($recurring_data['endtime'])) : $endtime;
5952 5952
 		$is_whole_day_event = !empty($recurring_data['all_day']) ? 1 : '';
5953 5953
 		$different_times = !empty($recurring_data['different_times']) ? true : false;
5954 5954
 	
5955
-		$recurring_pkg = geodir_event_recurring_pkg( $gd_post_info );
5956
-		$is_recurring = isset( $gd_post_info->is_recurring ) && (int)$gd_post_info->is_recurring == 0 ? false : true;
5955
+		$recurring_pkg = geodir_event_recurring_pkg($gd_post_info);
5956
+		$is_recurring = isset($gd_post_info->is_recurring) && (int) $gd_post_info->is_recurring == 0 ? false : true;
5957 5957
 			
5958 5958
 		if ($recurring_pkg && $is_recurring) {
5959 5959
 			$recurring_dates = $event_date;
@@ -5963,13 +5963,13 @@  discard block
 block discarded – undo
5963 5963
 			$recurring_type = !empty($recurring_data['repeat_type']) && in_array($recurring_data['repeat_type'], array('day', 'week', 'month', 'year', 'custom')) ? $recurring_data['repeat_type'] : 'custom';
5964 5964
 			
5965 5965
 			if (!empty($recurring_data['event_recurring_dates'])) {
5966
-				$event_recurring_dates = explode( ',', $recurring_data['event_recurring_dates'] );
5966
+				$event_recurring_dates = explode(',', $recurring_data['event_recurring_dates']);
5967 5967
 				
5968 5968
 				if (!empty($event_recurring_dates)) {
5969 5969
 					$recurring_dates = array();
5970 5970
 					
5971 5971
 					foreach ($event_recurring_dates as $date) {
5972
-						$recurring_dates[] = date_i18n( 'd/m/Y', strtotime( $date ) );
5972
+						$recurring_dates[] = date_i18n('d/m/Y', strtotime($date));
5973 5973
 					}
5974 5974
 					
5975 5975
 					$recurring_dates = implode(",", $recurring_dates);
@@ -5985,7 +5985,7 @@  discard block
 block discarded – undo
5985 5985
 						$times = array();
5986 5986
 						
5987 5987
 						foreach ($recurring_data['starttimes'] as $time) {
5988
-							$times[] = $time != '00:00:00' ? date_i18n( 'H:i', strtotime( $time ) ) : '00:00';
5988
+							$times[] = $time != '00:00:00' ? date_i18n('H:i', strtotime($time)) : '00:00';
5989 5989
 						}
5990 5990
 						
5991 5991
 						$event_starttimes = implode(",", $times);
@@ -5995,7 +5995,7 @@  discard block
 block discarded – undo
5995 5995
 						$times = array();
5996 5996
 						
5997 5997
 						foreach ($recurring_data['endtimes'] as $time) {
5998
-							$times[] = $time != '00:00:00' ? date_i18n( 'H:i', strtotime( $time ) ) : '00:00';
5998
+							$times[] = $time != '00:00:00' ? date_i18n('H:i', strtotime($time)) : '00:00';
5999 5999
 						}
6000 6000
 						
6001 6001
 						$event_endtimes = implode(",", $times);
@@ -6007,8 +6007,8 @@  discard block
 block discarded – undo
6007 6007
 					}
6008 6008
 				}
6009 6009
 			} else {
6010
-				$event_duration_days = isset($recurring_data['duration_x']) ? (int)$recurring_data['duration_x'] : 1;
6011
-				$recurring_interval = !empty($recurring_data['repeat_x']) && (int)$recurring_data['repeat_x'] > 0 ? $recurring_data['repeat_x'] : 1;
6010
+				$event_duration_days = isset($recurring_data['duration_x']) ? (int) $recurring_data['duration_x'] : 1;
6011
+				$recurring_interval = !empty($recurring_data['repeat_x']) && (int) $recurring_data['repeat_x'] > 0 ? $recurring_data['repeat_x'] : 1;
6012 6012
 				
6013 6013
 				if (($recurring_type == 'week' || $recurring_type == 'month') && !empty($recurring_data['repeat_days'])) {
6014 6014
 					$week_days = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
@@ -6024,11 +6024,11 @@  discard block
 block discarded – undo
6024 6024
 				}
6025 6025
 				
6026 6026
 				$recurring_week_nos = $recurring_type == 'month' && !empty($recurring_data['repeat_weeks']) ? implode(",", $recurring_data['repeat_weeks']) : $recurring_week_nos;
6027
-				if (!empty($recurring_data['repeat_end_type']) && (int)$recurring_data['repeat_end_type'] == 1) {
6028
-					$recurring_end_date = isset($recurring_data['repeat_end']) && $recurring_data['repeat_end'] != '' && $recurring_data['repeat_end'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['repeat_end'] ) ) : '';
6027
+				if (!empty($recurring_data['repeat_end_type']) && (int) $recurring_data['repeat_end_type'] == 1) {
6028
+					$recurring_end_date = isset($recurring_data['repeat_end']) && $recurring_data['repeat_end'] != '' && $recurring_data['repeat_end'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['repeat_end'])) : '';
6029 6029
 					$max_recurring_count = empty($recurring_end_date) ? 1 : '';
6030 6030
 				} else {
6031
-					$max_recurring_count = (!empty($recurring_data['max_repeat']) && (int)$recurring_data['max_repeat'] > 0 ? (int)$recurring_data['max_repeat'] : 1);
6031
+					$max_recurring_count = (!empty($recurring_data['max_repeat']) && (int) $recurring_data['max_repeat'] > 0 ? (int) $recurring_data['max_repeat'] : 1);
6032 6032
 				}
6033 6033
 			}
6034 6034
 		}
@@ -6092,9 +6092,9 @@  discard block
 block discarded – undo
6092 6092
  * @return array Event data array.
6093 6093
  */
6094 6094
 function geodir_imex_process_event_data($gd_post) {
6095
-	$recurring_pkg = geodir_event_recurring_pkg( (object)$gd_post );
6095
+	$recurring_pkg = geodir_event_recurring_pkg((object) $gd_post);
6096 6096
 
6097
-	$is_recurring = isset( $gd_post['is_recurring_event'] ) && (int)$gd_post['is_recurring_event'] == 0 ? false : true;
6097
+	$is_recurring = isset($gd_post['is_recurring_event']) && (int) $gd_post['is_recurring_event'] == 0 ? false : true;
6098 6098
 	$event_date = isset($gd_post['event_date']) && $gd_post['event_date'] != '' ? geodir_imex_get_date_ymd($gd_post['event_date']) : '';
6099 6099
 	$event_enddate = isset($gd_post['event_enddate']) && $gd_post['event_enddate'] != '' ? geodir_imex_get_date_ymd($gd_post['event_enddate']) : $event_date;
6100 6100
 	$all_day = isset($gd_post['is_whole_day_event']) && !empty($gd_post['is_whole_day_event']) ? true : false;
@@ -6141,17 +6141,17 @@  discard block
 block discarded – undo
6141 6141
 				$event_recurring_dates = implode(",", $event_recurring_dates);
6142 6142
 			}
6143 6143
 		} else {
6144
-			$duration_x = !empty( $gd_post['event_duration_days'] ) ? (int)$gd_post['event_duration_days'] : 1;
6145
-			$repeat_x = !empty( $gd_post['recurring_interval'] ) ? (int)$gd_post['recurring_interval'] : 1;
6146
-			$max_repeat = !empty( $gd_post['max_recurring_count'] ) ? (int)$gd_post['max_recurring_count'] : 1;
6147
-			$repeat_end = !empty( $gd_post['recurring_end_date'] ) ? geodir_imex_get_date_ymd($gd_post['recurring_end_date']) : '';
6144
+			$duration_x = !empty($gd_post['event_duration_days']) ? (int) $gd_post['event_duration_days'] : 1;
6145
+			$repeat_x = !empty($gd_post['recurring_interval']) ? (int) $gd_post['recurring_interval'] : 1;
6146
+			$max_repeat = !empty($gd_post['max_recurring_count']) ? (int) $gd_post['max_recurring_count'] : 1;
6147
+			$repeat_end = !empty($gd_post['recurring_end_date']) ? geodir_imex_get_date_ymd($gd_post['recurring_end_date']) : '';
6148 6148
 			
6149 6149
 			$repeat_end_type = $repeat_end != '' ? 1 : 0;
6150 6150
 			$max_repeat = $repeat_end != '' ? '' : $max_repeat;
6151 6151
 			
6152 6152
 			$week_days = array_flip(array('sun', 'mon', 'tue', 'wed', 'thu', 'fri', 'sat'));
6153 6153
 			
6154
-			$a_repeat_days = isset($gd_post['recurring_week_days']) && trim($gd_post['recurring_week_days'])!='' ? explode(',', trim($gd_post['recurring_week_days'])) : array();
6154
+			$a_repeat_days = isset($gd_post['recurring_week_days']) && trim($gd_post['recurring_week_days']) != '' ? explode(',', trim($gd_post['recurring_week_days'])) : array();
6155 6155
 			$repeat_days = array();
6156 6156
 			if (!empty($a_repeat_days)) {
6157 6157
 				foreach ($a_repeat_days as $repeat_day) {
@@ -6169,7 +6169,7 @@  discard block
 block discarded – undo
6169 6169
 			$repeat_weeks = array();
6170 6170
 			if (!empty($a_repeat_weeks)) {
6171 6171
 				foreach ($a_repeat_weeks as $repeat_week) {
6172
-					$repeat_weeks[] = (int)$repeat_week;
6172
+					$repeat_weeks[] = (int) $repeat_week;
6173 6173
 				}
6174 6174
 				
6175 6175
 				$repeat_weeks = array_unique($repeat_weeks);
@@ -6233,7 +6233,7 @@  discard block
 block discarded – undo
6233 6233
 
6234 6234
     $page_found = $wpdb->get_var(
6235 6235
         $wpdb->prepare(
6236
-            "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;",
6236
+            "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s LIMIT 1;",
6237 6237
             array($slug)
6238 6238
         )
6239 6239
     );
@@ -6288,7 +6288,7 @@  discard block
 block discarded – undo
6288 6288
  */
6289 6289
 function geodir_admin_upgrade_notice() {
6290 6290
     $class = "error";
6291
-    $message = __("Please update core GeoDirectory or some addons may not function correctly.","geodirectory");
6291
+    $message = __("Please update core GeoDirectory or some addons may not function correctly.", "geodirectory");
6292 6292
     echo"<div class=\"$class\"> <p>$message</p></div>";
6293 6293
 }
6294 6294
 
@@ -6300,7 +6300,7 @@  discard block
 block discarded – undo
6300 6300
  * @param (object) $r
6301 6301
  * @return (string) $output
6302 6302
  */
6303
-function geodire_admin_upgrade_notice( $plugin_data, $r )
6303
+function geodire_admin_upgrade_notice($plugin_data, $r)
6304 6304
 {
6305 6305
     // readme contents
6306 6306
     $args = array(
@@ -6308,7 +6308,7 @@  discard block
 block discarded – undo
6308 6308
         'redirection' => 5
6309 6309
     );
6310 6310
     $url = "http://plugins.svn.wordpress.org/geodirectory/trunk/readme.txt";
6311
-    $data       = wp_remote_get( $url, $args );
6311
+    $data = wp_remote_get($url, $args);
6312 6312
 
6313 6313
     if (!is_wp_error($data) && $data['response']['code'] == 200) {
6314 6314
 
@@ -6323,20 +6323,20 @@  discard block
 block discarded – undo
6323 6323
 function geodir_in_plugin_update_message($content) {
6324 6324
     // Output Upgrade Notice
6325 6325
     $matches        = null;
6326
-    $regexp         = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*' . preg_quote( GEODIRECTORY_VERSION ) . '\s*=|$)~Uis';
6326
+    $regexp         = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*'.preg_quote(GEODIRECTORY_VERSION).'\s*=|$)~Uis';
6327 6327
     $upgrade_notice = '';
6328
-    if ( preg_match( $regexp, $content, $matches ) ) {
6329
-        if(empty($matches)){return;}
6328
+    if (preg_match($regexp, $content, $matches)) {
6329
+        if (empty($matches)) {return; }
6330 6330
 
6331
-        $version = trim( $matches[1] );
6332
-        if($version && $version>GEODIRECTORY_VERSION){
6331
+        $version = trim($matches[1]);
6332
+        if ($version && $version > GEODIRECTORY_VERSION) {
6333 6333
 
6334 6334
 
6335
-        $notices = (array) preg_split('~[\r\n]+~', trim( $matches[2] ) );
6336
-        if ( version_compare( GEODIRECTORY_VERSION, $version, '<' ) ) {
6335
+        $notices = (array) preg_split('~[\r\n]+~', trim($matches[2]));
6336
+        if (version_compare(GEODIRECTORY_VERSION, $version, '<')) {
6337 6337
             $upgrade_notice .= '<div class="geodir_plugin_upgrade_notice">';
6338
-            foreach ( $notices as $index => $line ) {
6339
-                $upgrade_notice .= wp_kses_post( preg_replace( '~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line ) );
6338
+            foreach ($notices as $index => $line) {
6339
+                $upgrade_notice .= wp_kses_post(preg_replace('~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line));
6340 6340
             }
6341 6341
             $upgrade_notice .= '</div> ';
6342 6342
         }
@@ -6360,7 +6360,7 @@  discard block
 block discarded – undo
6360 6360
 		$default_language = $sitepress->get_default_language();
6361 6361
 		if ($current_language != 'all' && $current_language != $default_language) {
6362 6362
 	?>
6363
-	<div class="updated error notice-success" id="message"><p style="color:red"><strong><?php _e('Saving GeoDirectory pages settings on a different language breaks pages settings. Try to save after switching to default language.', 'geodirectory');?></strong></p></div>
6363
+	<div class="updated error notice-success" id="message"><p style="color:red"><strong><?php _e('Saving GeoDirectory pages settings on a different language breaks pages settings. Try to save after switching to default language.', 'geodirectory'); ?></strong></p></div>
6364 6364
 	<?php
6365 6365
 		}
6366 6366
 	}
@@ -6375,7 +6375,7 @@  discard block
 block discarded – undo
6375 6375
  * @param array Listing statuses to be skipped.
6376 6376
  */
6377 6377
 function geodir_imex_export_skip_statuses() {
6378
-    $statuses = array( 'trash', 'auto-draft' );
6378
+    $statuses = array('trash', 'auto-draft');
6379 6379
     
6380 6380
     /**
6381 6381
      * Filter the statuses to skip during GD export listings.
@@ -6385,7 +6385,7 @@  discard block
 block discarded – undo
6385 6385
      *
6386 6386
      * @param array $statuses Listing statuses to be skipped.
6387 6387
      */
6388
-    $statuses = apply_filters( 'geodir_imex_export_skip_statuses', $statuses );
6388
+    $statuses = apply_filters('geodir_imex_export_skip_statuses', $statuses);
6389 6389
      
6390 6390
     return $statuses;
6391 6391
 }
@@ -6425,16 +6425,16 @@  discard block
 block discarded – undo
6425 6425
 function geodir_imex_get_filter_where($where = '', $post_type = '') {
6426 6426
     global $wpdb;
6427 6427
     
6428
-    $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
6428
+    $filters = !empty($_REQUEST['gd_imex']) && is_array($_REQUEST['gd_imex']) ? $_REQUEST['gd_imex'] : NULL;
6429 6429
     
6430
-    if ( !empty( $filters ) ) {
6431
-        foreach ( $filters as $field => $value ) {
6430
+    if (!empty($filters)) {
6431
+        foreach ($filters as $field => $value) {
6432 6432
             switch ($field) {
6433 6433
                 case 'start_date':
6434
-                    $where .= " AND `" . $wpdb->posts . "`.`post_date` >= '" . sanitize_text_field( $value ) . " 00:00:00'";
6434
+                    $where .= " AND `".$wpdb->posts."`.`post_date` >= '".sanitize_text_field($value)." 00:00:00'";
6435 6435
                 break;
6436 6436
                 case 'end_date':
6437
-                    $where .= " AND `" . $wpdb->posts . "`.`post_date` <= '" . sanitize_text_field( $value ) . " 23:59:59'";
6437
+                    $where .= " AND `".$wpdb->posts."`.`post_date` <= '".sanitize_text_field($value)." 23:59:59'";
6438 6438
                 break;
6439 6439
             }
6440 6440
         }
@@ -6446,25 +6446,25 @@  discard block
 block discarded – undo
6446 6446
 add_filter('geodir_get_export_posts', 'geodir_imex_get_filter_where', 10, 2);
6447 6447
 
6448 6448
 
6449
-function geodir_fix_for_primer_theme(){
6450
-    if(!defined( 'PRIMER_VERSION' )){return;}
6449
+function geodir_fix_for_primer_theme() {
6450
+    if (!defined('PRIMER_VERSION')) {return; }
6451 6451
     global $pagenow;
6452 6452
 
6453
-    if ( ( 'post.php' === $pagenow || 'post-new.php' === $pagenow ) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']) )  ){
6453
+    if (('post.php' === $pagenow || 'post-new.php' === $pagenow) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']))) {
6454 6454
 
6455
-        $post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type( $_GET['post'] );
6455
+        $post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type($_GET['post']);
6456 6456
 
6457 6457
         $post_types = geodir_get_posttypes();
6458
-        if ($post_type && in_array($post_type, $post_types) ) {
6458
+        if ($post_type && in_array($post_type, $post_types)) {
6459 6459
             global $primer_customizer_layouts;
6460
-            remove_action( 'add_meta_boxes', array( $primer_customizer_layouts, 'add_meta_box' ), 10);
6460
+            remove_action('add_meta_boxes', array($primer_customizer_layouts, 'add_meta_box'), 10);
6461 6461
         }
6462 6462
     }
6463 6463
 
6464 6464
 }
6465 6465
 
6466
-if(is_admin()){
6467
-    add_action('add_meta_boxes','geodir_fix_for_primer_theme',0);  
6466
+if (is_admin()) {
6467
+    add_action('add_meta_boxes', 'geodir_fix_for_primer_theme', 0);  
6468 6468
 }
6469 6469
 
6470 6470
 
@@ -6597,27 +6597,27 @@  discard block
 block discarded – undo
6597 6597
 
6598 6598
 function geodir_ga_activation_url() {
6599 6599
 
6600
-    return add_query_arg( array(
6600
+    return add_query_arg(array(
6601 6601
         'next'          => admin_url("admin.php?page=geodirectory&active_tab=google_analytic_settings"),
6602 6602
         'scope'         => GEODIR_GA_SCOPE,
6603 6603
         'response_type' => 'code',
6604 6604
         'redirect_uri'  => GEODIR_GA_REDIRECT,
6605 6605
         'client_id'     => GEODIR_GA_CLIENTID,
6606
-    ), 'https://accounts.google.com/o/oauth2/auth' );
6606
+    ), 'https://accounts.google.com/o/oauth2/auth');
6607 6607
 
6608 6608
     return $url;
6609 6609
 }
6610 6610
 
6611
-function geodir_gd_accounts(){
6611
+function geodir_gd_accounts() {
6612 6612
     $accounts = array();
6613
-    $useAuth = ( get_option( 'geodir_ga_auth_code' ) == '' ? false : true );
6614
-    if($useAuth){
6613
+    $useAuth = (get_option('geodir_ga_auth_code') == '' ? false : true);
6614
+    if ($useAuth) {
6615 6615
         $accounts = geodir_ga_get_analytics_accounts();
6616
-        if(is_array($accounts)){
6617
-            $accounts = array_merge(array(__('Select Account','geodirectory')),$accounts);
6618
-        }elseif(get_option('geodir_ga_account_id')){
6616
+        if (is_array($accounts)) {
6617
+            $accounts = array_merge(array(__('Select Account', 'geodirectory')), $accounts);
6618
+        }elseif (get_option('geodir_ga_account_id')) {
6619 6619
             $accounts = array();
6620
-            $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required','geodirectory').' ('.get_option('geodir_ga_account_id').')';
6620
+            $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required', 'geodirectory').' ('.get_option('geodir_ga_account_id').')';
6621 6621
         }
6622 6622
     }
6623 6623
     return $accounts;
@@ -6627,48 +6627,48 @@  discard block
 block discarded – undo
6627 6627
 {
6628 6628
     $accounts = array();
6629 6629
 
6630
-    if(get_option('geodir_ga_auth_token')===false){update_option('geodir_ga_auth_token','');}
6630
+    if (get_option('geodir_ga_auth_token') === false) {update_option('geodir_ga_auth_token', ''); }
6631 6631
 
6632 6632
 
6633
-    if(get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])){
6633
+    if (get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])) {
6634 6634
       return get_option('geodir_gd_uids');
6635 6635
     }
6636 6636
 
6637 6637
     # Create a new Gdata call
6638
-    if ( trim(get_option('geodir_ga_auth_code')) != '' )
6638
+    if (trim(get_option('geodir_ga_auth_code')) != '')
6639 6639
         $stats = new GDGoogleAnalyticsStats();
6640 6640
     else
6641 6641
         return false;
6642 6642
 
6643 6643
     # Check if Google sucessfully logged in
6644
-    if ( ! $stats->checkLogin() )
6644
+    if (!$stats->checkLogin())
6645 6645
         return false;
6646 6646
 
6647 6647
     # Get a list of accounts
6648 6648
     $accounts = $stats->getAllProfiles();
6649 6649
 
6650
-    natcasesort ($accounts);
6650
+    natcasesort($accounts);
6651 6651
 
6652 6652
     # Return the account array if there are accounts
6653
-    if ( count($accounts) > 0 ){
6654
-        update_option('geodir_gd_uids',$accounts);
6653
+    if (count($accounts) > 0) {
6654
+        update_option('geodir_gd_uids', $accounts);
6655 6655
         return $accounts;
6656 6656
     }
6657 6657
     else
6658 6658
         return false;
6659 6659
 }
6660 6660
 
6661
-add_action( 'wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize' );
6662
-function geodir_ga_deauthorize(){
6661
+add_action('wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize');
6662
+function geodir_ga_deauthorize() {
6663 6663
 
6664
-    if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'gd_ga_deauthorize' ) ) {
6664
+    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'gd_ga_deauthorize')) {
6665 6665
 
6666
-        die( 'Security check' );
6666
+        die('Security check');
6667 6667
 
6668 6668
     } else {
6669
-        update_option('geodir_ga_auth_token','');
6670
-        update_option('geodir_ga_auth_code','');
6671
-        update_option('geodir_gd_uids','');
6669
+        update_option('geodir_ga_auth_token', '');
6670
+        update_option('geodir_ga_auth_code', '');
6671
+        update_option('geodir_gd_uids', '');
6672 6672
 
6673 6673
 
6674 6674
         echo admin_url('?page=geodirectory&active_tab=google_analytic_settings');
Please login to merge, or discard this patch.
geodirectory-admin/admin_template_tags.php 1 patch
Spacing   +114 added lines, -114 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
                          * @param array $tabs The array of tabs to display.
53 53
                          */
54 54
                         $tabs = apply_filters('geodir_settings_tabs_array', $tabs);
55
-                        update_option('geodir_tabs', $tabs);// Important to show settings menu dropdown
55
+                        update_option('geodir_tabs', $tabs); // Important to show settings menu dropdown
56 56
 
57 57
                         foreach ($tabs as $name => $args) :
58 58
                             $label = $args['label'];
@@ -63,12 +63,12 @@  discard block
 block discarded – undo
63 63
 
64 64
                                 $subtabs = $args['subtabs'];
65 65
 
66
-                                $query_string = '&subtab=' . $subtabs[0]['subtab'];
66
+                                $query_string = '&subtab='.$subtabs[0]['subtab'];
67 67
 
68 68
                             endif;
69 69
 
70 70
 
71
-                            $tab_link = admin_url('admin.php?page=geodirectory&tab=' . $name . $query_string);
71
+                            $tab_link = admin_url('admin.php?page=geodirectory&tab='.$name.$query_string);
72 72
 
73 73
                             if (isset($args['url']) && $args['url'] != '') {
74 74
                                 $tab_link = $args['url'];
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
                                 $tab_link = geodir_getlink($tab_link, $args['request']);
79 79
 
80 80
                             if (isset($args['target']) && $args['target'] != '') {
81
-                                $tab_target = " target='" . sanitize_text_field($args['target']) . "' ";
81
+                                $tab_target = " target='".sanitize_text_field($args['target'])."' ";
82 82
                             } else
83 83
                                 $tab_target = '';
84 84
 
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
                              * @see 'geodir_after_settings_tabs'
94 94
                              */
95 95
                             do_action('geodir_before_settings_tabs', $name);
96
-                            echo '<li ' . $tab_active . ' ><a href="' . esc_url($tab_link) . '"  ' . $tab_target . ' >' . $label . '</a></li>';
96
+                            echo '<li '.$tab_active.' ><a href="'.esc_url($tab_link).'"  '.$tab_target.' >'.$label.'</a></li>';
97 97
                             /**
98 98
                              * Called after the individual settings tabs are output.
99 99
                              *
@@ -137,11 +137,11 @@  discard block
 block discarded – undo
137 137
                                         $form_action = isset($sub['form_action']) ? $sub['form_action'] : '';
138 138
                                     }
139 139
 
140
-                                    $sub_tabs_link = admin_url() . 'admin.php?page=geodirectory&tab=' . $current_tab . '&subtab=' . $sub['subtab'];
140
+                                    $sub_tabs_link = admin_url().'admin.php?page=geodirectory&tab='.$current_tab.'&subtab='.$sub['subtab'];
141 141
                                     if (isset($sub['request']) && is_array($sub['request']) && !empty($sub['request'])) {
142 142
                                         $sub_tabs_link = geodir_getlink($sub_tabs_link, $sub['request']);
143 143
                                     }
144
-                                    echo '<dd ' . $subtab_active . ' id="claim_listing"><a href="' . esc_url($sub_tabs_link) . '" >' . sanitize_text_field($sub['label']) . '</a></dd>';
144
+                                    echo '<dd '.$subtab_active.' id="claim_listing"><a href="'.esc_url($sub_tabs_link).'" >'.sanitize_text_field($sub['label']).'</a></dd>';
145 145
                                 }
146 146
                                 ?>
147 147
                             </dl>
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
                             echo "inner_contet_tabs";
152 152
                         } ?>">
153 153
                             <form method="post" id="mainform"
154
-                                  class="geodir_optionform <?php echo $current_tab . ' '; ?><?php if (isset($sub['subtab'])) {
154
+                                  class="geodir_optionform <?php echo $current_tab.' '; ?><?php if (isset($sub['subtab'])) {
155 155
                                       echo sanitize_text_field($sub['subtab']);
156 156
                                   } ?>" action="<?php echo $form_action; ?>" enctype="multipart/form-data">
157 157
                                 <input type="hidden" class="active_tab" name="active_tab"
@@ -159,7 +159,7 @@  discard block
 block discarded – undo
159 159
                                            echo sanitize_text_field($_REQUEST['active_tab']);
160 160
                                        } ?>"/>
161 161
                                 <?php wp_nonce_field('geodir-settings', '_wpnonce', true, true); ?>
162
-                                <?php wp_nonce_field('geodir-settings-' . $current_tab, '_wpnonce-' . $current_tab, true, true); ?>
162
+                                <?php wp_nonce_field('geodir-settings-'.$current_tab, '_wpnonce-'.$current_tab, true, true); ?>
163 163
                                 <?php
164 164
                                 /**
165 165
                                  * Used to call the content of each GD settings tab page.
@@ -189,7 +189,7 @@  discard block
 block discarded – undo
189 189
                      jQuery('#last_tab').val( jQuery(this).attr('href') );
190 190
                      return false;*/
191 191
                 });
192
-                <?php if (isset($_GET['subtab']) && $_GET['subtab']) echo 'jQuery(\'ul.subsubsub li a[href="#' . sanitize_text_field($_GET['subtab']) . '"]\').click();'; ?>
192
+                <?php if (isset($_GET['subtab']) && $_GET['subtab']) echo 'jQuery(\'ul.subsubsub li a[href="#'.sanitize_text_field($_GET['subtab']).'"]\').click();'; ?>
193 193
                 // Countries
194 194
                 jQuery('select#geodirectory_allowed_countries').change(function () {
195 195
                     if (jQuery(this).val() == "specific") {
@@ -222,7 +222,7 @@  discard block
 block discarded – undo
222 222
                     jQuery('.geodirectory-nav-tab-wrapper a').click(function () {
223 223
                         if (changed) {
224 224
                             window.onbeforeunload = function () {
225
-                                return '<?php echo __( 'The changes you made will be lost if you navigate away from this page.', 'geodirectory'); ?>';
225
+                                return '<?php echo __('The changes you made will be lost if you navigate away from this page.', 'geodirectory'); ?>';
226 226
                             }
227 227
                         } else {
228 228
                             window.onbeforeunload = '';
@@ -285,14 +285,14 @@  discard block
 block discarded – undo
285 285
 
286 286
     //echo $tab_name.'_array.php' ;
287 287
     global $geodir_settings, $is_default, $mapzoom;
288
-    if (file_exists(dirname(__FILE__) . '/option-pages/' . $tab_name . '_array.php')) {
288
+    if (file_exists(dirname(__FILE__).'/option-pages/'.$tab_name.'_array.php')) {
289 289
         /**
290 290
          * Contains settings array for given tab.
291 291
          *
292 292
          * @since 1.0.0
293 293
          * @package GeoDirectory
294 294
          */
295
-        include_once('option-pages/' . $tab_name . '_array.php');
295
+        include_once('option-pages/'.$tab_name.'_array.php');
296 296
     }
297 297
 
298 298
     $listing_type = isset($_REQUEST['listing_type']) ? $_REQUEST['listing_type'] : '';
@@ -327,7 +327,7 @@  discard block
 block discarded – undo
327 327
             ?>
328 328
 
329 329
             <p class="submit">
330
-            <input <?php echo $hide_save_button;?> name="save" class="button-primary" type="submit" value="<?php _e('Save changes', 'geodirectory'); ?>" />
330
+            <input <?php echo $hide_save_button; ?> name="save" class="button-primary" type="submit" value="<?php _e('Save changes', 'geodirectory'); ?>" />
331 331
             <input type="hidden" name="subtab" id="last_tab" />
332 332
             </p>
333 333
             
@@ -398,7 +398,7 @@  discard block
 block discarded – undo
398 398
 
399 399
                     ?>
400 400
 
401
-                    <h3><?php _e('Set Default Location', 'geodirectory');?></h3>
401
+                    <h3><?php _e('Set Default Location', 'geodirectory'); ?></h3>
402 402
 
403 403
                     <input type="hidden" name="add_location" value="location">
404 404
 
@@ -406,16 +406,16 @@  discard block
 block discarded – undo
406 406
                         echo $location_result->location_id;
407 407
                     } ?>">
408 408
 
409
-                    <input type="hidden" name="address" id="<?php echo $prefix;?>address" value="">
409
+                    <input type="hidden" name="address" id="<?php echo $prefix; ?>address" value="">
410 410
 
411 411
                     <table class="form-table default_location_form">
412 412
                         <tbody>
413 413
                         <tr valign="top" class="single_select_page">
414
-                            <th class="titledesc" scope="row"><?php _e('City', 'geodirectory');?></th>
414
+                            <th class="titledesc" scope="row"><?php _e('City', 'geodirectory'); ?></th>
415 415
                             <td class="forminp">
416 416
                                 <div class="gtd-formfeild required">
417 417
                                     <input class="require" type="text" size="80" style="width:440px"
418
-                                           id="<?php echo $prefix;?>city" name="city"
418
+                                           id="<?php echo $prefix; ?>city" name="city"
419 419
                                            value="<?php if (isset($location_result->city)) {
420 420
                                                echo $location_result->city;
421 421
                                            } ?>"/>
@@ -427,11 +427,11 @@  discard block
 block discarded – undo
427 427
                             </td>
428 428
                         </tr>
429 429
                         <tr valign="top" class="single_select_page">
430
-                            <th class="titledesc" scope="row"><?php _e('Region', 'geodirectory');?></th>
430
+                            <th class="titledesc" scope="row"><?php _e('Region', 'geodirectory'); ?></th>
431 431
                             <td class="forminp">
432 432
                                 <div class="gtd-formfeild required">
433 433
                                     <input class="require" type="text" size="80" style="width:440px"
434
-                                           id="<?php echo $prefix;?>region" name="region"
434
+                                           id="<?php echo $prefix; ?>region" name="region"
435 435
                                            value="<?php if (isset($location_result->region)) {
436 436
                                                echo $location_result->region;
437 437
                                            } ?>"/>
@@ -443,7 +443,7 @@  discard block
 block discarded – undo
443 443
                             </td>
444 444
                         </tr>
445 445
                         <tr valign="top" class="single_select_page">
446
-                            <th class="titledesc" scope="row"><?php _e('Country', 'geodirectory');?></th>
446
+                            <th class="titledesc" scope="row"><?php _e('Country', 'geodirectory'); ?></th>
447 447
                             <td class="forminp">
448 448
                                 <div class="gtd-formfeild required" style="padding-top:10px;">
449 449
                                     <?php
@@ -452,7 +452,7 @@  discard block
 block discarded – undo
452 452
                                     ?>
453 453
                                     <select id="<?php echo $prefix ?>country" class="chosen_select"
454 454
                                             data-location_type="country" name="<?php echo $prefix ?>country"
455
-                                            data-placeholder="<?php _e('Choose a country.', 'geodirectory');?>"
455
+                                            data-placeholder="<?php _e('Choose a country.', 'geodirectory'); ?>"
456 456
                                             data-addsearchtermonnorecord="1" data-ajaxchosen="0" data-autoredirect="0"
457 457
                                             data-showeverywhere="0">
458 458
                                         <?php geodir_get_country_dl($country, $prefix); ?>
@@ -469,7 +469,7 @@  discard block
 block discarded – undo
469 469
                         </tr>
470 470
                         <tr valign="top" class="single_select_page gd-add-location-map">
471 471
                             <th class="titledesc"
472
-                                scope="row"><?php _e('Set Location on Map', 'geodirectory');?></th>
472
+                                scope="row"><?php _e('Set Location on Map', 'geodirectory'); ?></th>
473 473
                             <td class="forminp">
474 474
                                 <?php
475 475
                                 /**
@@ -477,15 +477,15 @@  discard block
 block discarded – undo
477 477
                                  *
478 478
                                  * @since 1.0.0
479 479
                                  */
480
-                                include(geodir_plugin_path() . "/geodirectory-functions/map-functions/map_on_add_listing_page.php");?>
480
+                                include(geodir_plugin_path()."/geodirectory-functions/map-functions/map_on_add_listing_page.php"); ?>
481 481
                             </td>
482 482
                         </tr>
483 483
                         <tr valign="top" class="single_select_page">
484
-                            <th class="titledesc" scope="row"><?php _e('City Latitude', 'geodirectory');?></th>
484
+                            <th class="titledesc" scope="row"><?php _e('City Latitude', 'geodirectory'); ?></th>
485 485
                             <td class="forminp">
486 486
                                 <div class="gtd-formfeild required" style="padding-top:10px;">
487 487
                                     <input type="text" class="require" size="80" style="width:440px"
488
-                                           id="<?php echo $prefix;?>latitude" name="latitude"
488
+                                           id="<?php echo $prefix; ?>latitude" name="latitude"
489 489
                                            value="<?php if (isset($location_result->city_latitude)) {
490 490
                                                echo $location_result->city_latitude;
491 491
                                            } ?>"/>
@@ -498,11 +498,11 @@  discard block
 block discarded – undo
498 498
                         </tr>
499 499
                         <tr valign="top" class="single_select_page">
500 500
                             <th class="titledesc"
501
-                                scope="row"><?php _e('City Longitude', 'geodirectory');?></th>
501
+                                scope="row"><?php _e('City Longitude', 'geodirectory'); ?></th>
502 502
                             <td class="forminp">
503 503
                                 <div class="gtd-formfeild required" style="padding-top:10px;">
504 504
                                     <input type="text" class="require" size="80" style="width:440px"
505
-                                           id="<?php echo $prefix;?>longitude" name="longitude"
505
+                                           id="<?php echo $prefix; ?>longitude" name="longitude"
506 506
                                            value="<?php if (isset($location_result->city_longitude)) {
507 507
                                                echo $location_result->city_longitude;
508 508
                                            } ?>"/>
@@ -537,7 +537,7 @@  discard block
 block discarded – undo
537 537
                 </div>
538 538
             </div>
539 539
             <?php break;
540
-        case $listing_type . '_fields_settings' :
540
+        case $listing_type.'_fields_settings' :
541 541
 
542 542
             geodir_custom_post_type_form();
543 543
 
@@ -684,12 +684,12 @@  discard block
 block discarded – undo
684 684
         $theme_name = str_replace(" ", "_", $theme->get('Name'));
685 685
     }
686 686
 
687
-    if (in_array($theme_name, array('Avada', 'Enfold', 'X', 'Divi', 'Genesis', 'Jupiter', 'Multi_News','Kleo','Twenty_Seventeen'))) {// list of themes that have php files
687
+    if (in_array($theme_name, array('Avada', 'Enfold', 'X', 'Divi', 'Genesis', 'Jupiter', 'Multi_News', 'Kleo', 'Twenty_Seventeen'))) {// list of themes that have php files
688 688
         $theme_settings['geodir_theme_compat_code'] = $theme_name;
689 689
     }
690 690
 
691 691
 
692
-    $theme_name = $theme_name . "_custom";
692
+    $theme_name = $theme_name."_custom";
693 693
     $theme_arr = get_option('gd_theme_compats');
694 694
     update_option('gd_theme_compat', $theme_name);
695 695
     /**
@@ -778,7 +778,7 @@  discard block
 block discarded – undo
778 778
         <div class="gd-content-heading">
779 779
 
780 780
 
781
-            <h3><?php _e('Theme Compatibility Settings', 'geodirectory');?></h3>
781
+            <h3><?php _e('Theme Compatibility Settings', 'geodirectory'); ?></h3>
782 782
             <style>
783 783
                 .gd-theme-compat-table {
784 784
                     width: 100%;
@@ -809,11 +809,11 @@  discard block
 block discarded – undo
809 809
                 </div>
810 810
             <?php }?>
811 811
 
812
-            <h4><?php _e('Select Theme Compatibility Pack', 'geodirectory');?></h4>
812
+            <h4><?php _e('Select Theme Compatibility Pack', 'geodirectory'); ?></h4>
813 813
 
814 814
             <select name="gd_theme_compat" id="gd_theme_compat">
815
-                <option value=""><?php _e('Select Theme', 'geodirectory');?></option>
816
-                <option value="custom"><?php _e('Custom', 'geodirectory');?></option>
815
+                <option value=""><?php _e('Select Theme', 'geodirectory'); ?></option>
816
+                <option value="custom"><?php _e('Custom', 'geodirectory'); ?></option>
817 817
                 <?php
818 818
                 $theme_arr = get_option('gd_theme_compats');
819 819
                 $theme_active = get_option('gd_theme_compat');
@@ -832,20 +832,20 @@  discard block
 block discarded – undo
832 832
                 ?>
833 833
             </select>
834 834
             <button onclick="gd_comp_export();" type="button"
835
-                    class="button-primary"><?php _e('Export', 'geodirectory');?></button>
835
+                    class="button-primary"><?php _e('Export', 'geodirectory'); ?></button>
836 836
             <button onclick="gd_comp_import();" type="button"
837
-                    class="button-primary"><?php _e('Import', 'geodirectory');?></button>
837
+                    class="button-primary"><?php _e('Import', 'geodirectory'); ?></button>
838 838
 
839 839
             <div class="gd-comp-import-export">
840 840
                 <textarea id="gd-import-export-theme-comp"
841
-                          placeholder="<?php _e('Paste the JSON code here and then click import again', 'geodirectory');?>"></textarea>
841
+                          placeholder="<?php _e('Paste the JSON code here and then click import again', 'geodirectory'); ?>"></textarea>
842 842
             </div>
843 843
             <script>
844 844
 
845 845
                 function gd_comp_export() {
846 846
                     theme = jQuery('#gd_theme_compat').val();
847 847
                     if (theme == '' || theme == 'custom') {
848
-                        alert("<?php _e('Please select a theme to export','geodirectory');?>");
848
+                        alert("<?php _e('Please select a theme to export', 'geodirectory'); ?>");
849 849
                         return false;
850 850
                     }
851 851
                     jQuery('.gd-comp-import-export').show();
@@ -879,9 +879,9 @@  discard block
 block discarded – undo
879 879
 
880 880
                     jQuery.post(ajaxurl, data, function (response) {
881 881
                         if (response == '0') {
882
-                            alert("<?php _e('Something went wrong','geodirectory');?>");
882
+                            alert("<?php _e('Something went wrong', 'geodirectory'); ?>");
883 883
                         } else {
884
-                            alert("<?php _e('Theme Compatibility Imported','geodirectory');?>");
884
+                            alert("<?php _e('Theme Compatibility Imported', 'geodirectory'); ?>");
885 885
                             jQuery('#gd-import-export-theme-comp').val('');
886 886
                             jQuery('.gd-comp-import-export').hide();
887 887
                             jQuery('#gd_theme_compat').append(new Option(response, response));
@@ -922,14 +922,14 @@  discard block
 block discarded – undo
922 922
 
923 923
             </script>
924 924
 
925
-            <h4><?php _e('Main Wrapper Actions', 'geodirectory');?></h4>
925
+            <h4><?php _e('Main Wrapper Actions', 'geodirectory'); ?></h4>
926 926
 
927 927
             <table class="form-table gd-theme-compat-table">
928 928
                 <tbody>
929 929
                 <tr>
930
-                    <td><strong><?php _e('Hook', 'geodirectory');?></strong></td>
931
-                    <td><strong><?php _e('ID', 'geodirectory');?></strong></td>
932
-                    <td><strong><?php _e('Class', 'geodirectory');?></strong></td>
930
+                    <td><strong><?php _e('Hook', 'geodirectory'); ?></strong></td>
931
+                    <td><strong><?php _e('ID', 'geodirectory'); ?></strong></td>
932
+                    <td><strong><?php _e('Class', 'geodirectory'); ?></strong></td>
933 933
                 </tr>
934 934
 
935 935
 
@@ -947,7 +947,7 @@  discard block
 block discarded – undo
947 947
 
948 948
                 <tr class="gd-theme-comp-out">
949 949
                     <td colspan="3">
950
-                        <span><?php _e('Output:', 'geodirectory');?></span>
950
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
951 951
                         <textarea name="geodir_wrapper_open_replace"
952 952
                                   placeholder='<div id="[id]" class="[class]">'><?php if (isset($tc['geodir_wrapper_open_replace'])) {
953 953
                                 echo $tc['geodir_wrapper_open_replace'];
@@ -961,14 +961,14 @@  discard block
 block discarded – undo
961 961
                         <small>geodir_wrapper_close</small>
962 962
                     </td>
963 963
                     <td><input disabled="disabled" type="text" name="geodir_wrapper_open_id"
964
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
964
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
965 965
                     <td><input disabled="disabled" type="text" name="geodir_wrapper_open_class"
966
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
966
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
967 967
                 </tr>
968 968
 
969 969
                 <tr class="gd-theme-comp-out">
970 970
                     <td colspan="3">
971
-                        <span><?php _e('Output:', 'geodirectory');?></span>
971
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
972 972
                         <textarea name="geodir_wrapper_close_replace"
973 973
                                   placeholder='</div><!-- wrapper ends here-->'><?php if (isset($tc['geodir_wrapper_close_replace'])) {
974 974
                                 echo $tc['geodir_wrapper_close_replace'];
@@ -992,7 +992,7 @@  discard block
 block discarded – undo
992 992
 
993 993
                 <tr class="gd-theme-comp-out">
994 994
                     <td colspan="3">
995
-                        <span><?php _e('Output:', 'geodirectory');?></span>
995
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
996 996
                         <textarea name="geodir_wrapper_content_open_replace"
997 997
                                   placeholder='<div id="[id]" class="[class]" role="main" [width_css]>'><?php if (isset($tc['geodir_wrapper_content_open_replace'])) {
998 998
                                 echo $tc['geodir_wrapper_content_open_replace'];
@@ -1006,14 +1006,14 @@  discard block
 block discarded – undo
1006 1006
                         <small>geodir_wrapper_content_close</small>
1007 1007
                     </td>
1008 1008
                     <td><input disabled="disabled" type="text" name="geodir_wrapper_content_close_id"
1009
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
1009
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
1010 1010
                     <td><input disabled="disabled" type="text" name="geodir_wrapper_content_close_class"
1011
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
1011
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
1012 1012
                 </tr>
1013 1013
 
1014 1014
                 <tr class="gd-theme-comp-out">
1015 1015
                     <td colspan="3">
1016
-                        <span><?php _e('Output:', 'geodirectory');?></span>
1016
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
1017 1017
                         <textarea name="geodir_wrapper_content_close_replace"
1018 1018
                                   placeholder='</div><!-- content ends here-->'><?php if (isset($tc['geodir_wrapper_content_close_replace'])) {
1019 1019
                                 echo $tc['geodir_wrapper_content_close_replace'];
@@ -1035,7 +1035,7 @@  discard block
 block discarded – undo
1035 1035
 
1036 1036
                 <tr class="gd-theme-comp-out">
1037 1037
                     <td colspan="3">
1038
-                        <span><?php _e('Output:', 'geodirectory');?></span>
1038
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
1039 1039
                         <textarea name="geodir_article_open_replace"
1040 1040
                                   placeholder='<article  id="[id]" class="[class]" itemscope itemtype="[itemtype]">'><?php if (isset($tc['geodir_article_open_replace'])) {
1041 1041
                                 echo $tc['geodir_article_open_replace'];
@@ -1048,14 +1048,14 @@  discard block
 block discarded – undo
1048 1048
                         <small>geodir_article_close</small>
1049 1049
                     </td>
1050 1050
                     <td><input disabled="disabled" type="text" name="geodir_article_close_id"
1051
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
1051
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
1052 1052
                     <td><input disabled="disabled" type="text" name="geodir_article_close_class"
1053
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
1053
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
1054 1054
                 </tr>
1055 1055
 
1056 1056
                 <tr class="gd-theme-comp-out">
1057 1057
                     <td colspan="3">
1058
-                        <span><?php _e('Output:', 'geodirectory');?></span>
1058
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
1059 1059
                         <textarea name="geodir_article_close_replace"
1060 1060
                                   placeholder='</article><!-- article ends here-->'><?php if (isset($tc['geodir_article_close_replace'])) {
1061 1061
                                 echo $tc['geodir_article_close_replace'];
@@ -1078,7 +1078,7 @@  discard block
 block discarded – undo
1078 1078
 
1079 1079
                 <tr class="gd-theme-comp-out">
1080 1080
                     <td colspan="3">
1081
-                        <span><?php _e('Output:', 'geodirectory');?></span>
1081
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
1082 1082
                         <textarea name="geodir_sidebar_right_open_replace"
1083 1083
                                   placeholder='<aside  id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>'><?php if (isset($tc['geodir_sidebar_right_open_replace'])) {
1084 1084
                                 echo $tc['geodir_sidebar_right_open_replace'];
@@ -1091,14 +1091,14 @@  discard block
 block discarded – undo
1091 1091
                         <small>geodir_sidebar_right_close</small>
1092 1092
                     </td>
1093 1093
                     <td><input disabled="disabled" type="text" name="geodir_sidebar_right_close_id"
1094
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
1094
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
1095 1095
                     <td><input disabled="disabled" type="text" name="geodir_sidebar_right_close_class"
1096
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
1096
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
1097 1097
                 </tr>
1098 1098
 
1099 1099
                 <tr class="gd-theme-comp-out">
1100 1100
                     <td colspan="3">
1101
-                        <span><?php _e('Output:', 'geodirectory');?></span>
1101
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
1102 1102
                         <textarea name="geodir_sidebar_right_close_replace"
1103 1103
                                   placeholder='</aside><!-- sidebar ends here-->'><?php if (isset($tc['geodir_sidebar_right_close_replace'])) {
1104 1104
                                 echo $tc['geodir_sidebar_right_close_replace'];
@@ -1122,7 +1122,7 @@  discard block
 block discarded – undo
1122 1122
 
1123 1123
                 <tr class="gd-theme-comp-out">
1124 1124
                     <td colspan="3">
1125
-                        <span><?php _e('Output:', 'geodirectory');?></span>
1125
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
1126 1126
                         <textarea name="geodir_sidebar_left_open_replace"
1127 1127
                                   placeholder='<aside  id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>'><?php if (isset($tc['geodir_sidebar_left_open_replace'])) {
1128 1128
                                 echo $tc['geodir_sidebar_left_open_replace'];
@@ -1135,14 +1135,14 @@  discard block
 block discarded – undo
1135 1135
                         <small>geodir_sidebar_left_close</small>
1136 1136
                     </td>
1137 1137
                     <td><input disabled="disabled" type="text" name="geodir_sidebar_left_close_id"
1138
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
1138
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
1139 1139
                     <td><input disabled="disabled" type="text" name="geodir_sidebar_left_close_class"
1140
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
1140
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
1141 1141
                 </tr>
1142 1142
 
1143 1143
                 <tr class="gd-theme-comp-out">
1144 1144
                     <td colspan="3">
1145
-                        <span><?php _e('Output:', 'geodirectory');?></span>
1145
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
1146 1146
                         <textarea name="geodir_sidebar_left_close_replace"
1147 1147
                                   placeholder='</aside><!-- sidebar ends here-->'><?php if (isset($tc['geodir_sidebar_left_close_replace'])) {
1148 1148
                                 echo $tc['geodir_sidebar_left_close_replace'];
@@ -1164,7 +1164,7 @@  discard block
 block discarded – undo
1164 1164
 
1165 1165
                 <tr class="gd-theme-comp-out">
1166 1166
                     <td colspan="3">
1167
-                        <span><?php _e('Output:', 'geodirectory');?></span>
1167
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
1168 1168
                         <textarea name="geodir_main_content_open_replace"
1169 1169
                                   placeholder='<main  id="[id]" class="[class]"  role="main">'><?php if (isset($tc['geodir_main_content_open_replace'])) {
1170 1170
                                 echo $tc['geodir_main_content_open_replace'];
@@ -1177,14 +1177,14 @@  discard block
 block discarded – undo
1177 1177
                         <small>geodir_main_content_close</small>
1178 1178
                     </td>
1179 1179
                     <td><input disabled="disabled" type="text" name="geodir_main_content_close_id"
1180
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
1180
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
1181 1181
                     <td><input disabled="disabled" type="text" name="geodir_main_content_close_class"
1182
-                               placeholder="<?php _e('Not used', 'geodirectory');?>"/></td>
1182
+                               placeholder="<?php _e('Not used', 'geodirectory'); ?>"/></td>
1183 1183
                 </tr>
1184 1184
 
1185 1185
                 <tr class="gd-theme-comp-out">
1186 1186
                     <td colspan="3">
1187
-                        <span><?php _e('Output:', 'geodirectory');?></span>
1187
+                        <span><?php _e('Output:', 'geodirectory'); ?></span>
1188 1188
                         <textarea name="geodir_main_content_close_replace"
1189 1189
                                   placeholder='</main><!-- main ends here-->'><?php if (isset($tc['geodir_main_content_close_replace'])) {
1190 1190
                                 echo $tc['geodir_main_content_close_replace'];
@@ -1196,13 +1196,13 @@  discard block
 block discarded – undo
1196 1196
                 </tbody>
1197 1197
             </table>
1198 1198
 
1199
-            <h4><?php _e('Other Actions', 'geodirectory');?></h4>
1199
+            <h4><?php _e('Other Actions', 'geodirectory'); ?></h4>
1200 1200
 
1201 1201
             <table class="form-table gd-theme-compat-table">
1202 1202
                 <tbody>
1203 1203
                 <tr>
1204
-                    <td><strong><?php _e('Hook', 'geodirectory');?></strong></td>
1205
-                    <td><strong><?php _e('Content', 'geodirectory');?></strong></td>
1204
+                    <td><strong><?php _e('Hook', 'geodirectory'); ?></strong></td>
1205
+                    <td><strong><?php _e('Content', 'geodirectory'); ?></strong></td>
1206 1206
                 </tr>
1207 1207
 
1208 1208
 
@@ -1231,13 +1231,13 @@  discard block
 block discarded – undo
1231 1231
             </table>
1232 1232
 
1233 1233
 
1234
-            <h4><?php _e('Other Filters', 'geodirectory');?></h4>
1234
+            <h4><?php _e('Other Filters', 'geodirectory'); ?></h4>
1235 1235
 
1236 1236
             <table class="form-table gd-theme-compat-table">
1237 1237
                 <tbody>
1238 1238
                 <tr>
1239
-                    <td><strong><?php _e('Filter', 'geodirectory');?></strong></td>
1240
-                    <td><strong><?php _e('Content', 'geodirectory');?></strong></td>
1239
+                    <td><strong><?php _e('Filter', 'geodirectory'); ?></strong></td>
1240
+                    <td><strong><?php _e('Content', 'geodirectory'); ?></strong></td>
1241 1241
                 </tr>
1242 1242
 
1243 1243
                 <tr>
@@ -1391,13 +1391,13 @@  discard block
 block discarded – undo
1391 1391
                  *
1392 1392
                  * @since 1.4.0
1393 1393
                  */
1394
-                do_action('gd_compat_other_filters');?>
1394
+                do_action('gd_compat_other_filters'); ?>
1395 1395
 
1396 1396
                 </tbody>
1397 1397
             </table>
1398 1398
 
1399 1399
 
1400
-            <h4><?php _e('Required CSS', 'geodirectory');?></h4>
1400
+            <h4><?php _e('Required CSS', 'geodirectory'); ?></h4>
1401 1401
 
1402 1402
             <table class="form-table gd-theme-compat-table">
1403 1403
                 <tbody>
@@ -1412,7 +1412,7 @@  discard block
 block discarded – undo
1412 1412
                 </tbody>
1413 1413
             </table>
1414 1414
 
1415
-            <h4><?php _e('Required JS', 'geodirectory');?></h4>
1415
+            <h4><?php _e('Required JS', 'geodirectory'); ?></h4>
1416 1416
 
1417 1417
             <table class="form-table gd-theme-compat-table">
1418 1418
                 <tbody>
@@ -1430,7 +1430,7 @@  discard block
 block discarded – undo
1430 1430
 
1431 1431
             <p class="submit">
1432 1432
                 <input name="save" class="button-primary" type="submit"
1433
-                       value="<?php _e('Save changes', 'geodirectory');?>">
1433
+                       value="<?php _e('Save changes', 'geodirectory'); ?>">
1434 1434
             </p>
1435 1435
 
1436 1436
         </div>
@@ -1464,7 +1464,7 @@  discard block
 block discarded – undo
1464 1464
          * @param string $listing_type Post type.
1465 1465
          */
1466 1466
         ?>
1467
-        <h3><?php echo apply_filters('geodir_custom_fields_panel_head', '', $sub_tab, $listing_type);?></h3>
1467
+        <h3><?php echo apply_filters('geodir_custom_fields_panel_head', '', $sub_tab, $listing_type); ?></h3>
1468 1468
     </div>
1469 1469
     <div id="container_general" class="clearfix">
1470 1470
         <div class="general-form-builder-frame">
@@ -1479,7 +1479,7 @@  discard block
 block discarded – undo
1479 1479
                  * @param string $listing_type Post type.
1480 1480
                  */
1481 1481
                 ?>
1482
-                <h3 class="hndle"><span><?php echo apply_filters('geodir_cf_panel_available_fields_head', '', $sub_tab, $listing_type);?>
1482
+                <h3 class="hndle"><span><?php echo apply_filters('geodir_cf_panel_available_fields_head', '', $sub_tab, $listing_type); ?>
1483 1483
 							</span></h3>
1484 1484
                 <?php
1485 1485
                 /**
@@ -1490,9 +1490,9 @@  discard block
 block discarded – undo
1490 1490
                  * @param string $listing_type Post type.
1491 1491
                  */
1492 1492
                 ?>
1493
-                <p><?php echo apply_filters('geodir_cf_panel_available_fields_note', '', $sub_tab, $listing_type);?></p>
1493
+                <p><?php echo apply_filters('geodir_cf_panel_available_fields_note', '', $sub_tab, $listing_type); ?></p>
1494 1494
 
1495
-                <h3><?php _e('Setup New Field','geodirectory');?></h3>
1495
+                <h3><?php _e('Setup New Field', 'geodirectory'); ?></h3>
1496 1496
                 <div class="inside">
1497 1497
 
1498 1498
                     <div id="gt-form-builder-tab" class="gt-tabs-panel">
@@ -1511,9 +1511,9 @@  discard block
 block discarded – undo
1511 1511
 
1512 1512
                 </div>
1513 1513
 
1514
-                <?php if($sub_tab=='custom_fields'){ ?>
1514
+                <?php if ($sub_tab == 'custom_fields') { ?>
1515 1515
 
1516
-                <h3><?php _e('Predefined Fields','geodirectory');?></h3>
1516
+                <h3><?php _e('Predefined Fields', 'geodirectory'); ?></h3>
1517 1517
                 <div class="inside">
1518 1518
 
1519 1519
                     <div id="gt-form-builder-tab" class="gt-tabs-panel">
@@ -1532,7 +1532,7 @@  discard block
 block discarded – undo
1532 1532
 
1533 1533
                 </div>
1534 1534
 
1535
-                <h3><?php _e('Custom Fields','geodirectory');?></h3>
1535
+                <h3><?php _e('Custom Fields', 'geodirectory'); ?></h3>
1536 1536
                 <div class="inside">
1537 1537
 
1538 1538
                     <div id="gt-form-builder-tab" class="gt-tabs-panel">
@@ -1569,7 +1569,7 @@  discard block
 block discarded – undo
1569 1569
                      * @param string $listing_type Post type.
1570 1570
                      */
1571 1571
                     ?>
1572
-                    <span><?php echo apply_filters('geodir_cf_panel_selected_fields_head', '', $sub_tab, $listing_type);?></span>
1572
+                    <span><?php echo apply_filters('geodir_cf_panel_selected_fields_head', '', $sub_tab, $listing_type); ?></span>
1573 1573
                 </h3>
1574 1574
                 <?php
1575 1575
                 /**
@@ -1580,7 +1580,7 @@  discard block
 block discarded – undo
1580 1580
                  * @param string $listing_type Post type.
1581 1581
                  */
1582 1582
                 ?>
1583
-                <p><?php echo apply_filters('geodir_cf_panel_selected_fields_note', '', $sub_tab, $listing_type);?></p>
1583
+                <p><?php echo apply_filters('geodir_cf_panel_selected_fields_note', '', $sub_tab, $listing_type); ?></p>
1584 1584
 
1585 1585
                 <div class="inside">
1586 1586
 
@@ -1621,7 +1621,7 @@  discard block
 block discarded – undo
1621 1621
         <div class="gd-content-heading">
1622 1622
 
1623 1623
 
1624
-            <h3><?php _e('GD Diagnostic Tools', 'geodirectory');?></h3>
1624
+            <h3><?php _e('GD Diagnostic Tools', 'geodirectory'); ?></h3>
1625 1625
             <style>
1626 1626
                 .gd-tools-table {
1627 1627
                     width: 100%;
@@ -1640,81 +1640,81 @@  discard block
 block discarded – undo
1640 1640
             <table class="form-table gd-tools-table">
1641 1641
                 <tbody>
1642 1642
                 <tr>
1643
-                    <td><strong><?php _e('Tool', 'geodirectory');?></strong></td>
1644
-                    <td><strong><?php _e('Description', 'geodirectory');?></strong></td>
1645
-                    <td><strong><?php _e('Action', 'geodirectory');?></strong></td>
1643
+                    <td><strong><?php _e('Tool', 'geodirectory'); ?></strong></td>
1644
+                    <td><strong><?php _e('Description', 'geodirectory'); ?></strong></td>
1645
+                    <td><strong><?php _e('Action', 'geodirectory'); ?></strong></td>
1646 1646
                 </tr>
1647 1647
 
1648 1648
 
1649 1649
                 <tr>
1650
-                    <td><?php _e('GD pages check', 'geodirectory');?></td>
1650
+                    <td><?php _e('GD pages check', 'geodirectory'); ?></td>
1651 1651
                     <td>
1652
-                        <small><?php _e('Checks if the GD pages are installed correctly or not.', 'geodirectory');?></small>
1652
+                        <small><?php _e('Checks if the GD pages are installed correctly or not.', 'geodirectory'); ?></small>
1653 1653
                     </td>
1654 1654
                     <td>
1655
-                        <input type="button" value="<?php _e('Run', 'geodirectory');?>"
1655
+                        <input type="button" value="<?php _e('Run', 'geodirectory'); ?>"
1656 1656
                                class="button-primary geodir_diagnosis_button" data-diagnose="default_pages"/>
1657 1657
                     </td>
1658 1658
                 </tr>
1659 1659
 
1660 1660
 
1661 1661
                 <tr>
1662
-                    <td><?php _e('Multisite DB conversion check', 'geodirectory');?></td>
1662
+                    <td><?php _e('Multisite DB conversion check', 'geodirectory'); ?></td>
1663 1663
                     <td>
1664
-                        <small><?php _e('Checks if the GD database tables have been converted to use multisite correctly.', 'geodirectory');?></small>
1664
+                        <small><?php _e('Checks if the GD database tables have been converted to use multisite correctly.', 'geodirectory'); ?></small>
1665 1665
                     </td>
1666
-                    <td><input type="button" value="<?php _e('Run', 'geodirectory');?>"
1666
+                    <td><input type="button" value="<?php _e('Run', 'geodirectory'); ?>"
1667 1667
                                class="button-primary geodir_diagnosis_button" data-diagnose="multisite_conversion"/>
1668 1668
                     </td>
1669 1669
                 </tr>
1670 1670
 
1671 1671
                 <tr>
1672
-                    <td><?php _e('Ratings check', 'geodirectory');?></td>
1672
+                    <td><?php _e('Ratings check', 'geodirectory'); ?></td>
1673 1673
                     <td>
1674
-                        <small><?php _e('Checks ratings for correct location and content settings', 'geodirectory');?></small>
1674
+                        <small><?php _e('Checks ratings for correct location and content settings', 'geodirectory'); ?></small>
1675 1675
                     </td>
1676
-                    <td><input type="button" value="<?php _e('Run', 'geodirectory');?>"
1676
+                    <td><input type="button" value="<?php _e('Run', 'geodirectory'); ?>"
1677 1677
                                class="button-primary geodir_diagnosis_button" data-diagnose="ratings"/>
1678 1678
                     </td>
1679 1679
                 </tr>
1680 1680
 
1681 1681
                 <tr>
1682
-                    <td><?php _e('Sync GD tags', 'geodirectory');?></td>
1682
+                    <td><?php _e('Sync GD tags', 'geodirectory'); ?></td>
1683 1683
                     <td>
1684
-                        <small><?php _e('This tool can be used when tags are showing in the backend but missing from the front end.', 'geodirectory');?></small>
1684
+                        <small><?php _e('This tool can be used when tags are showing in the backend but missing from the front end.', 'geodirectory'); ?></small>
1685 1685
                     </td>
1686
-                    <td><input type="button" value="<?php _e('Run', 'geodirectory');?>"
1686
+                    <td><input type="button" value="<?php _e('Run', 'geodirectory'); ?>"
1687 1687
                                class="button-primary geodir_diagnosis_button" data-diagnose="tags_sync"/>
1688 1688
                     </td>
1689 1689
                 </tr>
1690 1690
 
1691 1691
                 <tr>
1692
-                    <td><?php _e('Sync GD Categories', 'geodirectory');?></td>
1692
+                    <td><?php _e('Sync GD Categories', 'geodirectory'); ?></td>
1693 1693
                     <td>
1694
-                        <small><?php _e('This tool can be used when categories are missing from the details table but showing in other places in the backend (only checks posts with missing category info in details table)', 'geodirectory');?></small>
1694
+                        <small><?php _e('This tool can be used when categories are missing from the details table but showing in other places in the backend (only checks posts with missing category info in details table)', 'geodirectory'); ?></small>
1695 1695
                     </td>
1696
-                    <td><input type="button" value="<?php _e('Run', 'geodirectory');?>"
1696
+                    <td><input type="button" value="<?php _e('Run', 'geodirectory'); ?>"
1697 1697
                                class="button-primary geodir_diagnosis_button" data-diagnose="cats_sync"/>
1698 1698
                     </td>
1699 1699
                 </tr>
1700 1700
 
1701 1701
 
1702 1702
                 <tr>
1703
-                    <td><?php _e('Clear all GD version numbers', 'geodirectory');?></td>
1703
+                    <td><?php _e('Clear all GD version numbers', 'geodirectory'); ?></td>
1704 1704
                     <td>
1705
-                        <small><?php _e('This tool will clear all GD version numbers so any upgrade functions will run again.', 'geodirectory');?></small>
1705
+                        <small><?php _e('This tool will clear all GD version numbers so any upgrade functions will run again.', 'geodirectory'); ?></small>
1706 1706
                     </td>
1707
-                    <td><input type="button" value="<?php _e('Run', 'geodirectory');?>"
1707
+                    <td><input type="button" value="<?php _e('Run', 'geodirectory'); ?>"
1708 1708
                                class="button-primary geodir_diagnosis_button" data-diagnose="version_clear"/>
1709 1709
                     </td>
1710 1710
                 </tr>
1711 1711
 				<tr>
1712
-					<td><?php _e('Load custom fields translation', 'geodirectory');?></td>
1712
+					<td><?php _e('Load custom fields translation', 'geodirectory'); ?></td>
1713 1713
 					<td>
1714
-						<small><?php _e('This tool will load strings from the database into a file to translate via po editor.Ex: custom fields', 'geodirectory');?></small>
1714
+						<small><?php _e('This tool will load strings from the database into a file to translate via po editor.Ex: custom fields', 'geodirectory'); ?></small>
1715 1715
 					</td>
1716 1716
 					<td>
1717
-						<input type="button" value="<?php _e('Run', 'geodirectory');?>" class="button-primary geodir_diagnosis_button" data-diagnose="load_db_language"/>
1717
+						<input type="button" value="<?php _e('Run', 'geodirectory'); ?>" class="button-primary geodir_diagnosis_button" data-diagnose="load_db_language"/>
1718 1718
 					</td>
1719 1719
 				</tr>
1720 1720
                 <?php
@@ -1724,7 +1724,7 @@  discard block
 block discarded – undo
1724 1724
                  * Called after the last setting on the GD>Tools page.
1725 1725
                  * @since 1.0.0
1726 1726
                  */
1727
-                do_action('geodir_diagnostic_tool');?>
1727
+                do_action('geodir_diagnostic_tool'); ?>
1728 1728
 
1729 1729
                 </tbody>
1730 1730
             </table>
Please login to merge, or discard this patch.
geodirectory-functions/compatibility/Twenty_Seventeen.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 
4
-add_filter('post_thumbnail_html','geodir_2017_remove_header',10,5);
5
-function geodir_2017_remove_header($html, $post_ID, $post_thumbnail_id, $size, $attr){
6
-	if($size=='twentyseventeen-featured-image'){
4
+add_filter('post_thumbnail_html', 'geodir_2017_remove_header', 10, 5);
5
+function geodir_2017_remove_header($html, $post_ID, $post_thumbnail_id, $size, $attr) {
6
+	if ($size == 'twentyseventeen-featured-image') {
7 7
 
8
-		if(geodir_is_page('detail') || geodir_is_page('add-listing')){
9
-			$html = '';// nothing up top
8
+		if (geodir_is_page('detail') || geodir_is_page('add-listing')) {
9
+			$html = ''; // nothing up top
10 10
 		}
11 11
 
12 12
 	}
@@ -63,19 +63,19 @@  discard block
 block discarded – undo
63 63
 
64 64
 }
65 65
 
66
-function geodir_twentyseventeen_body_classes($classes){
66
+function geodir_twentyseventeen_body_classes($classes) {
67 67
 
68
-	if(geodir_is_page('add-listing')
68
+	if (geodir_is_page('add-listing')
69 69
 	   || geodir_is_page('preview')
70 70
 	   || geodir_is_page('home')
71 71
 	   || geodir_is_page('location')
72 72
 	   || geodir_is_page('listing')
73 73
 	   || geodir_is_page('search')
74 74
 	   || geodir_is_page('author')
75
-	){
75
+	) {
76 76
 		$classes[] = 'has-sidebar';
77 77
 	}
78 78
 	return $classes;
79 79
 }
80
-add_filter( 'body_class', 'geodir_twentyseventeen_body_classes' );
80
+add_filter('body_class', 'geodir_twentyseventeen_body_classes');
81 81
 
Please login to merge, or discard this patch.
geodirectory-functions/post_functions.php 1 patch
Spacing   +204 added lines, -204 removed lines patch added patch discarded remove patch
@@ -26,11 +26,11 @@  discard block
 block discarded – undo
26 26
 
27 27
     if (!isset($default_cat) || empty($default_cat)) {
28 28
         $default_cat = isset($post_cat_array[0]) ? $post_cat_array[0] : '';
29
-    }else{
30
-        if(!is_int($default_cat)){
29
+    } else {
30
+        if (!is_int($default_cat)) {
31 31
             $category = get_term_by('name', $default_cat, $taxonomy);
32
-            if(isset($category->term_id)){
33
-                $default_cat =  $category->term_id;
32
+            if (isset($category->term_id)) {
33
+                $default_cat = $category->term_id;
34 34
             }
35 35
         }
36 36
 
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 
59 59
     if ($default_pos === false) {
60 60
 
61
-        $change_cat_str = str_replace($default_cat . ',y:', $default_cat . ',y,d:', $change_cat_str);
61
+        $change_cat_str = str_replace($default_cat.',y:', $default_cat.',y,d:', $change_cat_str);
62 62
 
63 63
     }
64 64
 
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
         $send_post_submit_mail = false;
228 228
 
229 229
         // unhook this function so it doesn't loop infinitely
230
-        remove_action('save_post', 'geodir_post_information_save',10,2);
230
+        remove_action('save_post', 'geodir_post_information_save', 10, 2);
231 231
 
232 232
         if (isset($request_info['pid']) && $request_info['pid'] != '') {
233 233
             $post['ID'] = $request_info['pid'];
@@ -251,13 +251,13 @@  discard block
 block discarded – undo
251 251
         }
252 252
 
253 253
         // re-hook this function
254
-        add_action('save_post', 'geodir_post_information_save',10,2);
254
+        add_action('save_post', 'geodir_post_information_save', 10, 2);
255 255
 
256 256
         $post_tags = '';
257 257
         if (!isset($request_info['post_tags'])) {
258 258
 
259 259
             $post_type = $request_info['listing_type'];
260
-            $post_tags = implode(",", wp_get_object_terms($last_post_id, $post_type . '_tags', array('fields' => 'names')));
260
+            $post_tags = implode(",", wp_get_object_terms($last_post_id, $post_type.'_tags', array('fields' => 'names')));
261 261
 
262 262
         }
263 263
 
@@ -275,13 +275,13 @@  discard block
 block discarded – undo
275 275
         $payment_info = array();
276 276
         $package_info = array();
277 277
 
278
-        $package_info = (array)geodir_post_package_info($package_info, $post);
278
+        $package_info = (array) geodir_post_package_info($package_info, $post);
279 279
 
280 280
         $post_package_id = geodir_get_post_meta($last_post_id, 'package_id');
281 281
 
282 282
         if (!empty($package_info) && !$post_package_id) {
283 283
             if (isset($package_info['days']) && $package_info['days'] != 0) {
284
-                $payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['days'] . " days"));
284
+                $payment_info['expire_date'] = date('Y-m-d', strtotime("+".$package_info['days']." days"));
285 285
             } else {
286 286
                 $payment_info['expire_date'] = 'Never';
287 287
             }
@@ -302,8 +302,8 @@  discard block
 block discarded – undo
302 302
             $extrafields = $val['extra_fields'];
303 303
 
304 304
             if (trim($type) == 'address') {
305
-                $prefix = $name . '_';
306
-                $address = $prefix . 'address';
305
+                $prefix = $name.'_';
306
+                $address = $prefix.'address';
307 307
 
308 308
                 if (isset($request_info[$address]) && $request_info[$address] != '') {
309 309
                     $gd_post_info[$address] = wp_slash($request_info[$address]);
@@ -313,59 +313,59 @@  discard block
 block discarded – undo
313 313
                     $extrafields = unserialize($extrafields);
314 314
 
315 315
 
316
-                    if (!isset($request_info[$prefix . 'city']) || $request_info[$prefix . 'city'] == '') {
316
+                    if (!isset($request_info[$prefix.'city']) || $request_info[$prefix.'city'] == '') {
317 317
 
318 318
                         $location_result = geodir_get_default_location();
319 319
 
320
-                        $gd_post_info[$prefix . 'city'] = $location_result->city;
321
-                        $gd_post_info[$prefix . 'region'] = $location_result->region;
322
-                        $gd_post_info[$prefix . 'country'] = $location_result->country;
320
+                        $gd_post_info[$prefix.'city'] = $location_result->city;
321
+                        $gd_post_info[$prefix.'region'] = $location_result->region;
322
+                        $gd_post_info[$prefix.'country'] = $location_result->country;
323 323
 
324
-                        $gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
324
+                        $gd_post_info['post_locations'] = '['.$location_result->city_slug.'],['.$location_result->region_slug.'],['.$location_result->country_slug.']'; // set all overall post location
325 325
 
326 326
                     } else {
327 327
 
328
-                        $gd_post_info[$prefix . 'city'] = $request_info[$prefix . 'city'];
329
-                        $gd_post_info[$prefix . 'region'] = $request_info[$prefix . 'region'];
330
-                        $gd_post_info[$prefix . 'country'] = $request_info[$prefix . 'country'];
328
+                        $gd_post_info[$prefix.'city'] = $request_info[$prefix.'city'];
329
+                        $gd_post_info[$prefix.'region'] = $request_info[$prefix.'region'];
330
+                        $gd_post_info[$prefix.'country'] = $request_info[$prefix.'country'];
331 331
 
332 332
                         //----------set post locations when import dummy data-------
333 333
                         $location_result = geodir_get_default_location();
334 334
 
335
-                        $gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
335
+                        $gd_post_info['post_locations'] = '['.$location_result->city_slug.'],['.$location_result->region_slug.'],['.$location_result->country_slug.']'; // set all overall post location
336 336
                         //-----------------------------------------------------------------
337 337
 
338 338
                     }
339 339
 
340 340
 
341
-                    if (isset($extrafields['show_zip']) && $extrafields['show_zip'] && isset($request_info[$prefix . 'zip'])) {
342
-                        $gd_post_info[$prefix . 'zip'] = $request_info[$prefix . 'zip'];
341
+                    if (isset($extrafields['show_zip']) && $extrafields['show_zip'] && isset($request_info[$prefix.'zip'])) {
342
+                        $gd_post_info[$prefix.'zip'] = $request_info[$prefix.'zip'];
343 343
                     }
344 344
 
345 345
 
346 346
                     if (isset($extrafields['show_map']) && $extrafields['show_map']) {
347 347
 
348
-                        if (isset($request_info[$prefix . 'latitude']) && $request_info[$prefix . 'latitude'] != '') {
349
-                            $gd_post_info[$prefix . 'latitude'] = $request_info[$prefix . 'latitude'];
348
+                        if (isset($request_info[$prefix.'latitude']) && $request_info[$prefix.'latitude'] != '') {
349
+                            $gd_post_info[$prefix.'latitude'] = $request_info[$prefix.'latitude'];
350 350
                         }
351 351
 
352
-                        if (isset($request_info[$prefix . 'longitude']) && $request_info[$prefix . 'longitude'] != '') {
353
-                            $gd_post_info[$prefix . 'longitude'] = $request_info[$prefix . 'longitude'];
352
+                        if (isset($request_info[$prefix.'longitude']) && $request_info[$prefix.'longitude'] != '') {
353
+                            $gd_post_info[$prefix.'longitude'] = $request_info[$prefix.'longitude'];
354 354
                         }
355 355
 
356
-                        if (isset($request_info[$prefix . 'mapview']) && $request_info[$prefix . 'mapview'] != '') {
357
-                            $gd_post_info[$prefix . 'mapview'] = $request_info[$prefix . 'mapview'];
356
+                        if (isset($request_info[$prefix.'mapview']) && $request_info[$prefix.'mapview'] != '') {
357
+                            $gd_post_info[$prefix.'mapview'] = $request_info[$prefix.'mapview'];
358 358
                         }
359 359
 
360
-                        if (isset($request_info[$prefix . 'mapzoom']) && $request_info[$prefix . 'mapzoom'] != '') {
361
-                            $gd_post_info[$prefix . 'mapzoom'] = $request_info[$prefix . 'mapzoom'];
360
+                        if (isset($request_info[$prefix.'mapzoom']) && $request_info[$prefix.'mapzoom'] != '') {
361
+                            $gd_post_info[$prefix.'mapzoom'] = $request_info[$prefix.'mapzoom'];
362 362
                         }
363 363
 
364 364
                     }
365 365
 
366 366
                     // show lat lng
367
-                    if (isset($extrafields['show_latlng']) && $extrafields['show_latlng'] && isset($request_info[$prefix . 'latlng'])) {
368
-                        $gd_post_info[$prefix . 'latlng'] = $request_info[$prefix . 'latlng'];
367
+                    if (isset($extrafields['show_latlng']) && $extrafields['show_latlng'] && isset($request_info[$prefix.'latlng'])) {
368
+                        $gd_post_info[$prefix.'latlng'] = $request_info[$prefix.'latlng'];
369 369
                     }
370 370
                 }
371 371
 
@@ -390,16 +390,16 @@  discard block
 block discarded – undo
390 390
 
391 391
                     // check if we need to change the format or not
392 392
                     $date_format_len = strlen(str_replace(' ', '', $date_format));
393
-                    if($date_format_len>5){// if greater then 5 then it's the old style format.
393
+                    if ($date_format_len > 5) {// if greater then 5 then it's the old style format.
394 394
 
395
-                        $search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format
396
-                        $replace = array('d','j','l','m','n','F','Y');//PHP date format
395
+                        $search = array('dd', 'd', 'DD', 'mm', 'm', 'MM', 'yy'); //jQuery UI datepicker format
396
+                        $replace = array('d', 'j', 'l', 'm', 'n', 'F', 'Y'); //PHP date format
397 397
 
398 398
                         $date_format = str_replace($search, $replace, $date_format);
399 399
 
400 400
                         $post_htmlvar_value = $date_format == 'd/m/Y' ? str_replace('/', '-', $request_info[$name]) : $request_info[$name];
401 401
 
402
-                    }else{
402
+                    } else {
403 403
                         $post_htmlvar_value = $request_info[$name];
404 404
                     }
405 405
 
@@ -414,7 +414,7 @@  discard block
 block discarded – undo
414 414
                 if (isset($request_info[$name])) {
415 415
                     $gd_post_info[$name] = $request_info[$name];
416 416
                 } else {
417
-                    if (isset($request_info['gd_field_' . $name])) {
417
+                    if (isset($request_info['gd_field_'.$name])) {
418 418
                         $gd_post_info[$name] = ''; /* fix de-select for multiselect */
419 419
                     }
420 420
                 }
@@ -474,7 +474,7 @@  discard block
 block discarded – undo
474 474
         }
475 475
 
476 476
         if (is_array($post_tags)) {
477
-            $taxonomy = $request_info['listing_type'] . '_tags';
477
+            $taxonomy = $request_info['listing_type'].'_tags';
478 478
             wp_set_object_terms($last_post_id, $post_tags, $taxonomy);
479 479
         }
480 480
 
@@ -486,7 +486,7 @@  discard block
 block discarded – undo
486 486
                 $tmpimgArr = trim($request_info['post_images'], ",");
487 487
                 $tmpimgArr = explode(",", $tmpimgArr);
488 488
                 geodir_save_post_images($last_post_id, $tmpimgArr, $dummy);
489
-            } else{
489
+            } else {
490 490
                 geodir_save_post_images($last_post_id, $request_info['post_images'], $dummy);
491 491
             }
492 492
 
@@ -567,7 +567,7 @@  discard block
 block discarded – undo
567 567
     if (!in_array($post_type, $all_postypes))
568 568
         return false;
569 569
 
570
-    $table = $plugin_prefix . $post_type . '_detail';
570
+    $table = $plugin_prefix.$post_type.'_detail';
571 571
 
572 572
     /**
573 573
      * Apply Filter to change Post info
@@ -577,7 +577,7 @@  discard block
 block discarded – undo
577 577
      * @since 1.0.0
578 578
      * @package GeoDirectory
579 579
      */
580
-    $query = apply_filters('geodir_post_info_query', "SELECT p.*,pd.* FROM " . $wpdb->posts . " p," . $table . " pd
580
+    $query = apply_filters('geodir_post_info_query', "SELECT p.*,pd.* FROM ".$wpdb->posts." p,".$table." pd
581 581
 			  WHERE p.ID = pd.post_id
582 582
 			  AND post_id = " . $post_id);
583 583
 
@@ -640,7 +640,7 @@  discard block
 block discarded – undo
640 640
 
641 641
         $post_type = get_post_type($post_id);
642 642
 
643
-        $table = $plugin_prefix . $post_type . '_detail';
643
+        $table = $plugin_prefix.$post_type.'_detail';
644 644
 
645 645
         /**
646 646
          * Filter to change Post info
@@ -663,7 +663,7 @@  discard block
 block discarded – undo
663 663
                         $mval = implode(",", $mval);
664 664
                     }
665 665
 
666
-                    $post_meta_set_query .= $mkey . " = '" . addslashes_gpc($mval) . "', ";
666
+                    $post_meta_set_query .= $mkey." = '".addslashes_gpc($mval)."', ";
667 667
                 }
668 668
             }
669 669
 
@@ -673,7 +673,7 @@  discard block
 block discarded – undo
673 673
                 return false;
674 674
             }
675 675
 
676
-            $post_meta_set_query = str_replace('%', '%%', $post_meta_set_query);// escape %
676
+            $post_meta_set_query = str_replace('%', '%%', $post_meta_set_query); // escape %
677 677
 
678 678
 
679 679
             /**
@@ -686,11 +686,11 @@  discard block
 block discarded – undo
686 686
              */
687 687
             do_action('geodir_before_save_listinginfo', $postinfo_array, $post_id);
688 688
 
689
-            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
689
+            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from ".$table." where post_id = %d", array($post_id)))) {
690 690
 
691 691
                 $wpdb->query(
692 692
                     $wpdb->prepare(
693
-                        "UPDATE " . $table . " SET " . $post_meta_set_query . " where post_id =%d",
693
+                        "UPDATE ".$table." SET ".$post_meta_set_query." where post_id =%d",
694 694
                         array($post_id)
695 695
                     )
696 696
                 );
@@ -700,7 +700,7 @@  discard block
 block discarded – undo
700 700
 
701 701
                 $wpdb->query(
702 702
                     $wpdb->prepare(
703
-                        "INSERT INTO " . $table . " SET post_id = %d," . $post_meta_set_query,
703
+                        "INSERT INTO ".$table." SET post_id = %d,".$post_meta_set_query,
704 704
                         array($post_id)
705 705
                     )
706 706
                 );
@@ -746,7 +746,7 @@  discard block
 block discarded – undo
746 746
 
747 747
         $post_type = get_post_type($post_id);
748 748
 
749
-        $table = $plugin_prefix . $post_type . '_detail';
749
+        $table = $plugin_prefix.$post_type.'_detail';
750 750
 
751 751
         if ($postmeta != '' && geodir_column_exist($table, $postmeta) && $post_id) {
752 752
 
@@ -754,11 +754,11 @@  discard block
 block discarded – undo
754 754
                 $meta_value = implode(",", $meta_value);
755 755
             }
756 756
 
757
-            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
757
+            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from ".$table." where post_id = %d", array($post_id)))) {
758 758
 
759 759
                 $wpdb->query(
760 760
                     $wpdb->prepare(
761
-                        "UPDATE " . $table . " SET " . $postmeta . " = '" . $meta_value . "' where post_id =%d",
761
+                        "UPDATE ".$table." SET ".$postmeta." = '".$meta_value."' where post_id =%d",
762 762
                         array($post_id)
763 763
                     )
764 764
                 );
@@ -767,7 +767,7 @@  discard block
 block discarded – undo
767 767
 
768 768
                 $wpdb->query(
769 769
                     $wpdb->prepare(
770
-                        "INSERT INTO " . $table . " SET post_id = %d, " . $postmeta . " = '" . $meta_value . "'",
770
+                        "INSERT INTO ".$table." SET post_id = %d, ".$postmeta." = '".$meta_value."'",
771 771
                         array($post_id)
772 772
                     )
773 773
                 );
@@ -800,14 +800,14 @@  discard block
 block discarded – undo
800 800
 
801 801
         $post_type = get_post_type($post_id);
802 802
 
803
-        $table = $plugin_prefix . $post_type . '_detail';
803
+        $table = $plugin_prefix.$post_type.'_detail';
804 804
 
805 805
         if (is_array($postmeta) && !empty($postmeta) && $post_id) {
806 806
             $post_meta_set_query = '';
807 807
 
808 808
             foreach ($postmeta as $mkey) {
809 809
                 if ($mval != '')
810
-                    $post_meta_set_query .= $mkey . " = '', ";
810
+                    $post_meta_set_query .= $mkey." = '', ";
811 811
             }
812 812
 
813 813
             $post_meta_set_query = trim($post_meta_set_query, ", ");
@@ -816,11 +816,11 @@  discard block
 block discarded – undo
816 816
                 return false;
817 817
             }
818 818
 
819
-            if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
819
+            if ($wpdb->get_var("SHOW COLUMNS FROM ".$table." WHERE field = '".$postmeta."'") != '') {
820 820
 
821 821
                 $wpdb->query(
822 822
                     $wpdb->prepare(
823
-                        "UPDATE " . $table . " SET " . $post_meta_set_query . " where post_id = %d",
823
+                        "UPDATE ".$table." SET ".$post_meta_set_query." where post_id = %d",
824 824
                         array($post_id)
825 825
                     )
826 826
                 );
@@ -829,11 +829,11 @@  discard block
 block discarded – undo
829 829
             }
830 830
 
831 831
         } elseif ($postmeta != '' && $post_id) {
832
-            if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
832
+            if ($wpdb->get_var("SHOW COLUMNS FROM ".$table." WHERE field = '".$postmeta."'") != '') {
833 833
 
834 834
                 $wpdb->query(
835 835
                     $wpdb->prepare(
836
-                        "UPDATE " . $table . " SET " . $postmeta . "= '' where post_id = %d",
836
+                        "UPDATE ".$table." SET ".$postmeta."= '' where post_id = %d",
837 837
                         array($post_id)
838 838
                     )
839 839
                 );
@@ -875,10 +875,10 @@  discard block
 block discarded – undo
875 875
         if (!in_array($post_type, $all_postypes))
876 876
             return false;
877 877
 
878
-        $table = $plugin_prefix . $post_type . '_detail';
878
+        $table = $plugin_prefix.$post_type.'_detail';
879 879
 
880
-        if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $meta_key . "'") != '') {
881
-            $meta_value = $wpdb->get_var($wpdb->prepare("SELECT " . $meta_key . " from " . $table . " where post_id = %d", array($post_id)));
880
+        if ($wpdb->get_var("SHOW COLUMNS FROM ".$table." WHERE field = '".$meta_key."'") != '') {
881
+            $meta_value = $wpdb->get_var($wpdb->prepare("SELECT ".$meta_key." from ".$table." where post_id = %d", array($post_id)));
882 882
             
883 883
             if ($meta_value && $meta_value !== '') {
884 884
                 return maybe_serialize($meta_value);
@@ -912,13 +912,13 @@  discard block
 block discarded – undo
912 912
 
913 913
         $post_type = get_post_type($post_id);
914 914
 
915
-        $table = $plugin_prefix . $post_type . '_detail';
915
+        $table = $plugin_prefix.$post_type.'_detail';
916 916
 
917 917
         $post_images = geodir_get_images($post_id);
918 918
 
919 919
         $wpdb->query(
920 920
             $wpdb->prepare(
921
-                "UPDATE " . $table . " SET featured_image = '' where post_id =%d",
921
+                "UPDATE ".$table." SET featured_image = '' where post_id =%d",
922 922
                 array($post_id)
923 923
             )
924 924
         );
@@ -948,12 +948,12 @@  discard block
 block discarded – undo
948 948
                 $file_path = '';
949 949
                 /* --------- start ------- */
950 950
 
951
-                $split_img_path = explode(str_replace(array('http://','https://'),'',$uploads['baseurl']), str_replace(array('http://','https://'),'',$post_image[$m]));
951
+                $split_img_path = explode(str_replace(array('http://', 'https://'), '', $uploads['baseurl']), str_replace(array('http://', 'https://'), '', $post_image[$m]));
952 952
 
953 953
                 $split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : '';
954 954
 
955 955
 
956
-                if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT ID FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE file=%s AND post_id = %d", array($split_img_file_path, $post_id)))) {
956
+                if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT ID FROM ".GEODIR_ATTACHMENT_TABLE." WHERE file=%s AND post_id = %d", array($split_img_file_path, $post_id)))) {
957 957
 
958 958
                     /* --------- end ------- */
959 959
                     $curr_img_url = $post_image[$m];
@@ -997,7 +997,7 @@  discard block
 block discarded – undo
997 997
                     // If the uploaded file is the right format
998 998
                     if (in_array($uploaded_file_type, $allowed_file_types)) {
999 999
                         if (!function_exists('wp_handle_upload')) {
1000
-                            require_once(ABSPATH . 'wp-admin/includes/file.php');
1000
+                            require_once(ABSPATH.'wp-admin/includes/file.php');
1001 1001
                         }
1002 1002
 
1003 1003
                         if (!is_dir($geodir_uploadpath)) {
@@ -1005,41 +1005,41 @@  discard block
 block discarded – undo
1005 1005
                         }
1006 1006
 
1007 1007
                         $external_img = false;
1008
-                        if (strpos( str_replace( array('http://','https://'),'',$curr_img_url ), str_replace(array('http://','https://'),'',$uploads['baseurl'] ) ) !== false) {
1008
+                        if (strpos(str_replace(array('http://', 'https://'), '', $curr_img_url), str_replace(array('http://', 'https://'), '', $uploads['baseurl'])) !== false) {
1009 1009
                         } else {
1010 1010
                             $external_img = true;
1011 1011
                         }
1012 1012
 
1013 1013
                         if ($dummy || $external_img) {
1014 1014
                             $uploaded_file = array();
1015
-                            $uploaded = (array)fetch_remote_file($curr_img_url);
1015
+                            $uploaded = (array) fetch_remote_file($curr_img_url);
1016 1016
 
1017 1017
                             if (isset($uploaded['error']) && empty($uploaded['error'])) {
1018 1018
                                 $new_name = basename($uploaded['file']);
1019 1019
                                 $uploaded_file = $uploaded;
1020
-                            }else{
1021
-                                print_r($uploaded);exit;
1020
+                            } else {
1021
+                                print_r($uploaded); exit;
1022 1022
                             }
1023 1023
                             $external_img = false;
1024 1024
                         } else {
1025
-                            $new_name = $post_id . '_' . $file_name;
1025
+                            $new_name = $post_id.'_'.$file_name;
1026 1026
 
1027 1027
                             if ($curr_img_dir == $sub_dir) {
1028
-                                $img_path = $geodir_uploadpath . '/' . $filename;
1029
-                                $img_url = $geodir_uploadurl . '/' . $filename;
1028
+                                $img_path = $geodir_uploadpath.'/'.$filename;
1029
+                                $img_url = $geodir_uploadurl.'/'.$filename;
1030 1030
                             } else {
1031
-                                $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename;
1032
-                                $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename;
1031
+                                $img_path = $uploads_dir.'/temp_'.$current_user->data->ID.'/'.$filename;
1032
+                                $img_url = $uploads['url'].'/temp_'.$current_user->data->ID.'/'.$filename;
1033 1033
                             }
1034 1034
 
1035 1035
                             $uploaded_file = '';
1036 1036
 
1037 1037
                             if (file_exists($img_path)) {
1038
-                                $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name);
1038
+                                $uploaded_file = copy($img_path, $geodir_uploadpath.'/'.$new_name);
1039 1039
                                 $file_path = '';
1040
-                            } else if (file_exists($uploads['basedir'] . $curr_img_dir . $filename)) {
1040
+                            } else if (file_exists($uploads['basedir'].$curr_img_dir.$filename)) {
1041 1041
                                 $uploaded_file = true;
1042
-                                $file_path = $curr_img_dir . '/' . $filename;
1042
+                                $file_path = $curr_img_dir.'/'.$filename;
1043 1043
                             }
1044 1044
 
1045 1045
                             if ($curr_img_dir != $geodir_uploaddir && file_exists($img_path))
@@ -1048,14 +1048,14 @@  discard block
 block discarded – undo
1048 1048
 
1049 1049
                         if (!empty($uploaded_file)) {
1050 1050
                             if (!isset($file_path) || !$file_path) {
1051
-                                $file_path = $sub_dir . '/' . $new_name;
1051
+                                $file_path = $sub_dir.'/'.$new_name;
1052 1052
                             }
1053 1053
 
1054
-                            $postcurr_images[] = str_replace(array('http://','https://'),'',$uploads['baseurl'] . $file_path);
1054
+                            $postcurr_images[] = str_replace(array('http://', 'https://'), '', $uploads['baseurl'].$file_path);
1055 1055
 
1056 1056
                             if ($menu_order == 1) {
1057 1057
 
1058
-                                $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($file_path, $post_id)));
1058
+                                $wpdb->query($wpdb->prepare("UPDATE ".$table." SET featured_image = %s where post_id =%d", array($file_path, $post_id)));
1059 1059
 
1060 1060
                             }
1061 1061
 
@@ -1073,12 +1073,12 @@  discard block
 block discarded – undo
1073 1073
 
1074 1074
                             foreach ($attachment as $key => $val) {
1075 1075
                                 if ($val != '')
1076
-                                    $attachment_set .= $key . " = '" . $val . "', ";
1076
+                                    $attachment_set .= $key." = '".$val."', ";
1077 1077
                             }
1078 1078
 
1079 1079
                             $attachment_set = trim($attachment_set, ", ");
1080 1080
 
1081
-                            $wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
1081
+                            $wpdb->query("INSERT INTO ".GEODIR_ATTACHMENT_TABLE." SET ".$attachment_set);
1082 1082
 
1083 1083
                             $valid_file_ids[] = $wpdb->insert_id;
1084 1084
                         }
@@ -1089,17 +1089,17 @@  discard block
 block discarded – undo
1089 1089
                 } else {
1090 1090
                     $valid_file_ids[] = $find_image;
1091 1091
 
1092
-                    $postcurr_images[] = str_replace(array('http://','https://'),'',$post_image[$m]);
1092
+                    $postcurr_images[] = str_replace(array('http://', 'https://'), '', $post_image[$m]);
1093 1093
 
1094 1094
                     $wpdb->query(
1095 1095
                         $wpdb->prepare(
1096
-                            "UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order = %d where file =%s AND post_id =%d",
1096
+                            "UPDATE ".GEODIR_ATTACHMENT_TABLE." SET menu_order = %d where file =%s AND post_id =%d",
1097 1097
                             array($menu_order, $split_img_path[1], $post_id)
1098 1098
                         )
1099 1099
                     );
1100 1100
 
1101 1101
                     if ($menu_order == 1)
1102
-                        $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($split_img_path[1], $post_id)));
1102
+                        $wpdb->query($wpdb->prepare("UPDATE ".$table." SET featured_image = %s where post_id =%d", array($split_img_path[1], $post_id)));
1103 1103
 
1104 1104
                 }
1105 1105
 
@@ -1123,9 +1123,9 @@  discard block
 block discarded – undo
1123 1123
 
1124 1124
                 foreach ($post_images as $img) {
1125 1125
 
1126
-                    if (!in_array(str_replace(array('http://','https://'),'',$img->src), $postcurr_images)) {
1126
+                    if (!in_array(str_replace(array('http://', 'https://'), '', $img->src), $postcurr_images)) {
1127 1127
 
1128
-                        $invalid_files[] = (object)array('src' => $img->src);
1128
+                        $invalid_files[] = (object) array('src' => $img->src);
1129 1129
 
1130 1130
                     }
1131 1131
 
@@ -1133,12 +1133,12 @@  discard block
 block discarded – undo
1133 1133
 
1134 1134
             }
1135 1135
 
1136
-            $invalid_files = (object)$invalid_files;
1136
+            $invalid_files = (object) $invalid_files;
1137 1137
         }
1138 1138
 
1139 1139
         $remove_files[] = $post_id;
1140 1140
 
1141
-        $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE " . $valid_files_condition . " post_id = %d", $remove_files));
1141
+        $wpdb->query($wpdb->prepare("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE ".$valid_files_condition." post_id = %d", $remove_files));
1142 1142
 
1143 1143
         if (!empty($invalid_files))
1144 1144
             geodir_remove_attachments($invalid_files);
@@ -1178,7 +1178,7 @@  discard block
 block discarded – undo
1178 1178
 			rmdir($dirPath);
1179 1179
 	}	*/
1180 1180
 
1181
-    $dirname = $uploads_dir . '/temp_' . $current_user->ID;
1181
+    $dirname = $uploads_dir.'/temp_'.$current_user->ID;
1182 1182
     geodir_delete_directory($dirname);
1183 1183
 }
1184 1184
 
@@ -1200,10 +1200,10 @@  discard block
 block discarded – undo
1200 1200
         return false;
1201 1201
     while ($file = readdir($dir_handle)) {
1202 1202
         if ($file != "." && $file != "..") {
1203
-            if (!is_dir($dirname . "/" . $file))
1204
-                unlink($dirname . "/" . $file);
1203
+            if (!is_dir($dirname."/".$file))
1204
+                unlink($dirname."/".$file);
1205 1205
             else
1206
-                geodir_delete_directory($dirname . '/' . $file);
1206
+                geodir_delete_directory($dirname.'/'.$file);
1207 1207
         }
1208 1208
     }
1209 1209
     closedir($dir_handle);
@@ -1232,8 +1232,8 @@  discard block
 block discarded – undo
1232 1232
             foreach ($postcurr_images as $postimg) {
1233 1233
                 $image_name_arr = explode('/', $postimg->src);
1234 1234
                 $filename = end($image_name_arr);
1235
-                if (file_exists($uploads_dir . '/' . $filename))
1236
-                    unlink($uploads_dir . '/' . $filename);
1235
+                if (file_exists($uploads_dir.'/'.$filename))
1236
+                    unlink($uploads_dir.'/'.$filename);
1237 1237
             }
1238 1238
 
1239 1239
         } // endif
@@ -1274,16 +1274,16 @@  discard block
 block discarded – undo
1274 1274
         }
1275 1275
 
1276 1276
         if (!in_array($post_type, geodir_get_posttypes())) {
1277
-            return false;// if not a GD CPT return;
1277
+            return false; // if not a GD CPT return;
1278 1278
         }
1279 1279
 
1280
-        $table = $plugin_prefix . $post_type . '_detail';
1280
+        $table = $plugin_prefix.$post_type.'_detail';
1281 1281
 
1282 1282
         if (!$file) {
1283 1283
             if (isset($post->featured_image)) {
1284 1284
                 $file = $post->featured_image;
1285 1285
             } else {
1286
-                $file = $wpdb->get_var($wpdb->prepare("SELECT featured_image FROM " . $table . " WHERE post_id = %d", array($post_id)));
1286
+                $file = $wpdb->get_var($wpdb->prepare("SELECT featured_image FROM ".$table." WHERE post_id = %d", array($post_id)));
1287 1287
             }
1288 1288
         }
1289 1289
 
@@ -1301,7 +1301,7 @@  discard block
 block discarded – undo
1301 1301
 
1302 1302
             $file_name = $file_info['basename'];
1303 1303
 
1304
-            $uploads_url = $uploads_baseurl . $sub_dir;
1304
+            $uploads_url = $uploads_baseurl.$sub_dir;
1305 1305
             /*
1306 1306
              * Allows the filter of image src for such things as CDN change.
1307 1307
              *
@@ -1311,8 +1311,8 @@  discard block
 block discarded – undo
1311 1311
              * @param string $uploads_url The server upload directory url.
1312 1312
              * @param string $uploads_baseurl The uploads dir base url.
1313 1313
              */
1314
-            $img_arr['src'] = apply_filters('geodir_get_featured_image_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1315
-            $img_arr['path'] = $uploads_path . '/' . $file_name;
1314
+            $img_arr['src'] = apply_filters('geodir_get_featured_image_src', $uploads_url.'/'.$file_name, $file_name, $uploads_url, $uploads_baseurl);
1315
+            $img_arr['path'] = $uploads_path.'/'.$file_name;
1316 1316
             $width = 0;
1317 1317
             $height = 0;
1318 1318
             if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
@@ -1355,7 +1355,7 @@  discard block
 block discarded – undo
1355 1355
                 $file_name = $file_info['basename'];
1356 1356
 
1357 1357
                 $img_arr['src'] = $default_img;
1358
-                $img_arr['path'] = $uploads_path . '/' . $file_name;
1358
+                $img_arr['path'] = $uploads_path.'/'.$file_name;
1359 1359
 
1360 1360
                 $width = 0;
1361 1361
                 $height = 0;
@@ -1372,7 +1372,7 @@  discard block
 block discarded – undo
1372 1372
         }
1373 1373
 
1374 1374
         if (!empty($img_arr))
1375
-            return (object)$img_arr;//return (object)array( 'src' => $file_url, 'path' => $file_path );
1375
+            return (object) $img_arr; //return (object)array( 'src' => $file_url, 'path' => $file_path );
1376 1376
         else
1377 1377
             return false;
1378 1378
     }
@@ -1435,7 +1435,7 @@  discard block
 block discarded – undo
1435 1435
 
1436 1436
         $arrImages = $wpdb->get_results(
1437 1437
             $wpdb->prepare(
1438
-                "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d" . $not_featured . " ORDER BY menu_order ASC, ID DESC $limit_q ",
1438
+                "SELECT * FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d".$not_featured." ORDER BY menu_order ASC, ID DESC $limit_q ",
1439 1439
                 array('%image%', $post_id)
1440 1440
             )
1441 1441
         );
@@ -1461,7 +1461,7 @@  discard block
 block discarded – undo
1461 1461
 
1462 1462
                 $file_name = $file_info['basename'];
1463 1463
 
1464
-                $uploads_url = $uploads_baseurl . $sub_dir;
1464
+                $uploads_url = $uploads_baseurl.$sub_dir;
1465 1465
                 /*
1466 1466
                 * Allows the filter of image src for such things as CDN change.
1467 1467
                 *
@@ -1471,8 +1471,8 @@  discard block
 block discarded – undo
1471 1471
                 * @param string $uploads_url The server upload directory url.
1472 1472
                 * @param string $uploads_baseurl The uploads dir base url.
1473 1473
                 */
1474
-                $img_arr['src'] = apply_filters('geodir_get_images_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1475
-                $img_arr['path'] = $uploads_path . '/' . $file_name;
1474
+                $img_arr['src'] = apply_filters('geodir_get_images_src', $uploads_url.'/'.$file_name, $file_name, $uploads_url, $uploads_baseurl);
1475
+                $img_arr['path'] = $uploads_path.'/'.$file_name;
1476 1476
                 $width = 0;
1477 1477
                 $height = 0;
1478 1478
                 if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
@@ -1489,11 +1489,11 @@  discard block
 block discarded – undo
1489 1489
                 $img_arr['content'] = $attechment->content; // add the description to the array
1490 1490
                 $img_arr['is_approved'] = isset($attechment->is_approved) ? $attechment->is_approved : ''; // used for user image moderation. For backward compatibility Default value is 1.
1491 1491
 
1492
-                $return_arr[] = (object)$img_arr;
1492
+                $return_arr[] = (object) $img_arr;
1493 1493
 
1494 1494
                 $counter++;
1495 1495
             }
1496
-            return (object)$return_arr;
1496
+            return (object) $return_arr;
1497 1497
         } else if ($no_images) {
1498 1498
             $default_img = '';
1499 1499
             $default_cat = geodir_get_post_meta($post_id, 'default_category', true);
@@ -1532,7 +1532,7 @@  discard block
 block discarded – undo
1532 1532
                 $img_arr['title'] = $file_info['filename']; // add the title to the array
1533 1533
                 $img_arr['content'] = $file_info['filename']; // add the description to the array
1534 1534
 
1535
-                $return_arr[] = (object)$img_arr;
1535
+                $return_arr[] = (object) $img_arr;
1536 1536
 
1537 1537
                 return $return_arr;
1538 1538
             } else
@@ -1559,8 +1559,8 @@  discard block
 block discarded – undo
1559 1559
 
1560 1560
         $html = '';
1561 1561
         if (!empty($request)) {
1562
-            if (!is_object($request)){
1563
-                $request = (object)$request;
1562
+            if (!is_object($request)) {
1563
+                $request = (object) $request;
1564 1564
             }
1565 1565
 
1566 1566
             if (isset($request->src) && !isset($request->path)) {
@@ -1574,7 +1574,7 @@  discard block
 block discarded – undo
1574 1574
             $img_no_http = str_replace(array("http://", "https://"), "", $request->path);
1575 1575
             $upload_no_http = str_replace(array("http://", "https://"), "", $upload_dir['baseurl']);
1576 1576
             if (strpos($img_no_http, $upload_no_http) !== false) {
1577
-                $request->path = str_replace( $img_no_http,$upload_dir['basedir'], $request->path);
1577
+                $request->path = str_replace($img_no_http, $upload_dir['basedir'], $request->path);
1578 1578
             }
1579 1579
             
1580 1580
             $width = 0;
@@ -1589,7 +1589,7 @@  discard block
 block discarded – undo
1589 1589
             $image->width = $width;
1590 1590
             $image->height = $height;
1591 1591
 
1592
-            $max_size = (object)geodir_get_imagesize($size);
1592
+            $max_size = (object) geodir_get_imagesize($size);
1593 1593
 
1594 1594
             if (!is_wp_error($max_size)) {
1595 1595
                 if ($image->width) {
@@ -1601,15 +1601,15 @@  discard block
 block discarded – undo
1601 1601
                         $width_per = 100;
1602 1602
                 }
1603 1603
 
1604
-                if (is_admin() && !isset($_REQUEST['geodir_ajax'])){
1605
-                    $html = '<div class="geodir_thumbnail"><img style="max-height:' . $max_size->h . 'px;" alt="place image" src="' . $image->src . '"  /></div>';
1604
+                if (is_admin() && !isset($_REQUEST['geodir_ajax'])) {
1605
+                    $html = '<div class="geodir_thumbnail"><img style="max-height:'.$max_size->h.'px;" alt="place image" src="'.$image->src.'"  /></div>';
1606 1606
                 } else {
1607
-                    if($size=='widget-thumb' || !get_option('geodir_lazy_load',1)){
1608
-                        $html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1609
-                    }else{
1607
+                    if ($size == 'widget-thumb' || !get_option('geodir_lazy_load', 1)) {
1608
+                        $html = '<div class="geodir_thumbnail" style="background-image:url(\''.$image->src.'\');"></div>';
1609
+                    } else {
1610 1610
                         //$html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1611 1611
                         //$html = '<div data-src="'.$image->src.'" class="geodir_thumbnail" ></div>';
1612
-                        $html = '<div data-src="'.str_replace(' ','%20',$image->src).'" class="geodir_thumbnail geodir_lazy_load_thumbnail" ></div>';
1612
+                        $html = '<div data-src="'.str_replace(' ', '%20', $image->src).'" class="geodir_thumbnail geodir_lazy_load_thumbnail" ></div>';
1613 1613
 
1614 1614
                     }
1615 1615
 
@@ -1645,15 +1645,15 @@  discard block
 block discarded – undo
1645 1645
 
1646 1646
         $post_type = get_post_type($post_id);
1647 1647
 
1648
-        $table = $plugin_prefix . $post_type . '_detail';
1648
+        $table = $plugin_prefix.$post_type.'_detail';
1649 1649
 
1650 1650
         if (in_array($post_type, geodir_get_posttypes()) && !wp_is_post_revision($post_id)) {
1651 1651
 
1652
-            if ($taxonomy == $post_type . '_tags') {
1652
+            if ($taxonomy == $post_type.'_tags') {
1653 1653
                 if (isset($_POST['action']) && $_POST['action'] == 'inline-save') {
1654 1654
                     geodir_save_post_meta($post_id, 'post_tags', $terms);
1655 1655
                 }
1656
-            } elseif ($taxonomy == $post_type . 'category') {
1656
+            } elseif ($taxonomy == $post_type.'category') {
1657 1657
                 $srcharr = array('"', '\\');
1658 1658
                 $replarr = array("&quot;", '');
1659 1659
 
@@ -1675,7 +1675,7 @@  discard block
 block discarded – undo
1675 1675
 
1676 1676
                     $wpdb->get_var(
1677 1677
                         $wpdb->prepare(
1678
-                            "DELETE from " . GEODIR_ICON_TABLE . " WHERE cat_id NOT IN ($format) AND post_id = %d ",
1678
+                            "DELETE from ".GEODIR_ICON_TABLE." WHERE cat_id NOT IN ($format) AND post_id = %d ",
1679 1679
                             $cat_ids_array_del
1680 1680
                         )
1681 1681
                     );
@@ -1683,7 +1683,7 @@  discard block
 block discarded – undo
1683 1683
 
1684 1684
                     $post_term = $wpdb->get_col(
1685 1685
                         $wpdb->prepare(
1686
-                            "SELECT term_id FROM " . $wpdb->term_taxonomy . " WHERE term_taxonomy_id IN($format) GROUP BY term_id",
1686
+                            "SELECT term_id FROM ".$wpdb->term_taxonomy." WHERE term_taxonomy_id IN($format) GROUP BY term_id",
1687 1687
                             $cat_ids_array
1688 1688
                         )
1689 1689
                     );
@@ -1705,16 +1705,16 @@  discard block
 block discarded – undo
1705 1705
                         $lat = geodir_get_post_meta($post_id, 'post_latitude', true);
1706 1706
                         $lng = geodir_get_post_meta($post_id, 'post_longitude', true);
1707 1707
 
1708
-                        $timing = ' - ' . date('D M j, Y', strtotime(geodir_get_post_meta($post_id, 'st_date', true)));
1709
-                        $timing .= ' - ' . geodir_get_post_meta($post_id, 'st_time', true);
1708
+                        $timing = ' - '.date('D M j, Y', strtotime(geodir_get_post_meta($post_id, 'st_date', true)));
1709
+                        $timing .= ' - '.geodir_get_post_meta($post_id, 'st_time', true);
1710 1710
 
1711 1711
                         $json = '{';
1712
-                        $json .= '"id":"' . $post_id . '",';
1713
-                        $json .= '"lat_pos": "' . $lat . '",';
1714
-                        $json .= '"long_pos": "' . $lng . '",';
1715
-                        $json .= '"marker_id":"' . $post_id . '_' . $cat_id . '",';
1716
-                        $json .= '"icon":"' . $term_icon . '",';
1717
-                        $json .= '"group":"catgroup' . $cat_id . '"';
1712
+                        $json .= '"id":"'.$post_id.'",';
1713
+                        $json .= '"lat_pos": "'.$lat.'",';
1714
+                        $json .= '"long_pos": "'.$lng.'",';
1715
+                        $json .= '"marker_id":"'.$post_id.'_'.$cat_id.'",';
1716
+                        $json .= '"icon":"'.$term_icon.'",';
1717
+                        $json .= '"group":"catgroup'.$cat_id.'"';
1718 1718
                         $json .= '}';
1719 1719
 
1720 1720
 
@@ -1722,9 +1722,9 @@  discard block
 block discarded – undo
1722 1722
                             $post_marker_json = $json;
1723 1723
 
1724 1724
 
1725
-                        if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . GEODIR_ICON_TABLE . " WHERE post_id = %d AND cat_id = %d", array($post_id, $cat_id)))) {
1725
+                        if ($wpdb->get_var($wpdb->prepare("SELECT post_id from ".GEODIR_ICON_TABLE." WHERE post_id = %d AND cat_id = %d", array($post_id, $cat_id)))) {
1726 1726
 
1727
-                            $json_query = $wpdb->prepare("UPDATE " . GEODIR_ICON_TABLE . " SET
1727
+                            $json_query = $wpdb->prepare("UPDATE ".GEODIR_ICON_TABLE." SET
1728 1728
 										post_title = %s,
1729 1729
 										json = %s
1730 1730
 										WHERE post_id = %d AND cat_id = %d ",
@@ -1732,7 +1732,7 @@  discard block
 block discarded – undo
1732 1732
 
1733 1733
                         } else {
1734 1734
 
1735
-                            $json_query = $wpdb->prepare("INSERT INTO " . GEODIR_ICON_TABLE . " SET
1735
+                            $json_query = $wpdb->prepare("INSERT INTO ".GEODIR_ICON_TABLE." SET
1736 1736
 										post_id = %d,
1737 1737
 										post_title = %s,
1738 1738
 										cat_id = %d,
@@ -1750,17 +1750,17 @@  discard block
 block discarded – undo
1750 1750
                 if (!empty($post_term) && is_array($post_term)) {
1751 1751
                     $categories = implode(',', $post_term);
1752 1752
 
1753
-                    if ($categories != '' && $categories != 0) $categories = ',' . $categories . ',';
1753
+                    if ($categories != '' && $categories != 0) $categories = ','.$categories.',';
1754 1754
 
1755 1755
                     if (empty($post_marker_json))
1756 1756
                         $post_marker_json = isset($json) ? $json : '';
1757 1757
 
1758
-                    if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
1758
+                    if ($wpdb->get_var($wpdb->prepare("SELECT post_id from ".$table." where post_id = %d", array($post_id)))) {
1759 1759
 
1760 1760
                         $wpdb->query(
1761 1761
                             $wpdb->prepare(
1762
-                                "UPDATE " . $table . " SET
1763
-								" . $taxonomy . " = %s,
1762
+                                "UPDATE ".$table." SET
1763
+								" . $taxonomy." = %s,
1764 1764
 								marker_json = %s
1765 1765
 								where post_id = %d",
1766 1766
                                 array($categories, $post_marker_json, $post_id)
@@ -1781,7 +1781,7 @@  discard block
 block discarded – undo
1781 1781
 
1782 1782
                                     $wpdb->query(
1783 1783
                                         $wpdb->prepare(
1784
-                                            "UPDATE " . $table . " SET
1784
+                                            "UPDATE ".$table." SET
1785 1785
 											default_category = %s
1786 1786
 											where post_id = %d",
1787 1787
                                             array($categories[0], $post_id)
@@ -1806,9 +1806,9 @@  discard block
 block discarded – undo
1806 1806
 
1807 1807
                         $wpdb->query(
1808 1808
                             $wpdb->prepare(
1809
-                                "INSERT INTO " . $table . " SET
1809
+                                "INSERT INTO ".$table." SET
1810 1810
 								post_id = %d,
1811
-								" . $taxonomy . " = %s,
1811
+								" . $taxonomy." = %s,
1812 1812
 								marker_json = %s ",
1813 1813
 
1814 1814
                                 array($post_id, $categories, $post_marker_json)
@@ -1931,7 +1931,7 @@  discard block
 block discarded – undo
1931 1931
                                     } ?>"><img alt="bubble image" style="max-height:50px;"
1932 1932
                                                src="<?php echo $post_images[0]; ?>"/></a></div>
1933 1933
                             <?php
1934
-                            }else{
1934
+                            } else {
1935 1935
                                 echo '<div class="geodir-bubble_image"></div>';
1936 1936
                             }
1937 1937
                         } else {
@@ -1939,7 +1939,7 @@  discard block
 block discarded – undo
1939 1939
                                 ?>
1940 1940
                                 <div class="geodir-bubble_image"><a href="<?php echo $plink; ?>"><?php echo $image; ?></a></div>
1941 1941
                             <?php
1942
-                            }else{
1942
+                            } else {
1943 1943
                                 echo '<div class="geodir-bubble_image"></div>';
1944 1944
                             }
1945 1945
                         }
@@ -1972,7 +1972,7 @@  discard block
 block discarded – undo
1972 1972
                              * @param object $postinfo_obj The posts info as an object.
1973 1973
                              * @param bool|string $post_preview True if currently in post preview page. Empty string if not.                           *
1974 1974
                              */
1975
-                            do_action('geodir_infowindow_meta_after',$postinfo_obj,$post_preview );
1975
+                            do_action('geodir_infowindow_meta_after', $postinfo_obj, $post_preview);
1976 1976
                             ?>
1977 1977
                         </div>
1978 1978
                         <?php
@@ -1984,10 +1984,10 @@  discard block
 block discarded – undo
1984 1984
                             <div class="geodir-bubble-meta-fade"></div>
1985 1985
 
1986 1986
                             <div class="geodir-bubble-meta-bottom">
1987
-                                <span class="geodir-bubble-rating"><?php echo $rating_star;?></span>
1987
+                                <span class="geodir-bubble-rating"><?php echo $rating_star; ?></span>
1988 1988
 
1989 1989
                                 <span
1990
-                                    class="geodir-bubble-fav"><?php echo geodir_favourite_html($post_author, $ID);?></span>
1990
+                                    class="geodir-bubble-fav"><?php echo geodir_favourite_html($post_author, $ID); ?></span>
1991 1991
                   <span class="geodir-bubble-reviews"><a href="<?php echo get_comments_link($ID); ?>"
1992 1992
                                                          class="geodir-pcomments"><i class="fa fa-comments"></i>
1993 1993
                           <?php echo get_comments_number($ID); ?>
@@ -2052,11 +2052,11 @@  discard block
 block discarded – undo
2052 2052
 
2053 2053
         $post_type = get_post_type($post_id);
2054 2054
 
2055
-        $table = $plugin_prefix . $post_type . '_detail';
2055
+        $table = $plugin_prefix.$post_type.'_detail';
2056 2056
 
2057 2057
         $wpdb->query(
2058 2058
             $wpdb->prepare(
2059
-                "UPDATE " . $table . " SET post_status=%s WHERE post_id=%d",
2059
+                "UPDATE ".$table." SET post_status=%s WHERE post_id=%d",
2060 2060
                 array($status, $post_id)
2061 2061
             )
2062 2062
         );
@@ -2128,18 +2128,18 @@  discard block
 block discarded – undo
2128 2128
 
2129 2129
         $post_type = get_post_type($post_id);
2130 2130
 
2131
-        $table = $plugin_prefix . $post_type . '_detail';
2131
+        $table = $plugin_prefix.$post_type.'_detail';
2132 2132
 
2133 2133
         $wpdb->query(
2134 2134
             $wpdb->prepare(
2135
-                "UPDATE " . $table . " SET `post_id` = %d WHERE `post_id` = %d",
2135
+                "UPDATE ".$table." SET `post_id` = %d WHERE `post_id` = %d",
2136 2136
                 array($updatingpost, $temppost)
2137 2137
             )
2138 2138
         );
2139 2139
 
2140 2140
         $wpdb->query(
2141 2141
             $wpdb->prepare(
2142
-                "UPDATE " . GEODIR_ICON_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2142
+                "UPDATE ".GEODIR_ICON_TABLE." SET `post_id` = %d WHERE `post_id` = %d",
2143 2143
                 array($updatingpost, $temppost)
2144 2144
             )
2145 2145
         );
@@ -2148,7 +2148,7 @@  discard block
 block discarded – undo
2148 2148
 
2149 2149
         $wpdb->query(
2150 2150
             $wpdb->prepare(
2151
-                "UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2151
+                "UPDATE ".GEODIR_ATTACHMENT_TABLE." SET `post_id` = %d WHERE `post_id` = %d",
2152 2152
                 array($updatingpost, $temppost)
2153 2153
             )
2154 2154
         );
@@ -2186,12 +2186,12 @@  discard block
 block discarded – undo
2186 2186
         if (!in_array($post_type, $all_postypes))
2187 2187
             return false;
2188 2188
 
2189
-        $table = $plugin_prefix . $post_type . '_detail';
2189
+        $table = $plugin_prefix.$post_type.'_detail';
2190 2190
 
2191 2191
         /* Delete custom post meta*/
2192 2192
         $wpdb->query(
2193 2193
             $wpdb->prepare(
2194
-                "DELETE FROM " . $table . " WHERE `post_id` = %d",
2194
+                "DELETE FROM ".$table." WHERE `post_id` = %d",
2195 2195
                 array($deleted_postid)
2196 2196
             )
2197 2197
         );
@@ -2200,7 +2200,7 @@  discard block
 block discarded – undo
2200 2200
 
2201 2201
         $wpdb->query(
2202 2202
             $wpdb->prepare(
2203
-                "DELETE FROM " . GEODIR_ICON_TABLE . " WHERE `post_id` = %d",
2203
+                "DELETE FROM ".GEODIR_ICON_TABLE." WHERE `post_id` = %d",
2204 2204
                 array($deleted_postid)
2205 2205
             )
2206 2206
         );
@@ -2210,7 +2210,7 @@  discard block
 block discarded – undo
2210 2210
 
2211 2211
         $wpdb->query(
2212 2212
             $wpdb->prepare(
2213
-                "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE `post_id` = %d",
2213
+                "DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE `post_id` = %d",
2214 2214
                 array($deleted_postid)
2215 2215
             )
2216 2216
         );
@@ -2282,7 +2282,7 @@  discard block
 block discarded – undo
2282 2282
          */
2283 2283
         do_action('geodir_before_add_from_favorite', $post_id);
2284 2284
 
2285
-        echo '<a href="javascript:void(0);" title="' . $remove_favourite_text . '" class="geodir-removetofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'remove\');"><i class="'. $favourite_icon .'"></i> ' . $unfavourite_text . '</a>';
2285
+        echo '<a href="javascript:void(0);" title="'.$remove_favourite_text.'" class="geodir-removetofav-icon" onclick="javascript:addToFavourite(\''.$post_id.'\',\'remove\');"><i class="'.$favourite_icon.'"></i> '.$unfavourite_text.'</a>';
2286 2286
 
2287 2287
         /**
2288 2288
          * Called after adding the post from favourites.
@@ -2361,7 +2361,7 @@  discard block
 block discarded – undo
2361 2361
          */
2362 2362
         do_action('geodir_before_remove_from_favorite', $post_id);
2363 2363
 
2364
-        echo '<a href="javascript:void(0);"  title="' . $add_favourite_text . '" class="geodir-addtofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'add\');"><i class="'. $favourite_icon .'"></i> ' . $favourite_text . '</a>';
2364
+        echo '<a href="javascript:void(0);"  title="'.$add_favourite_text.'" class="geodir-addtofav-icon" onclick="javascript:addToFavourite(\''.$post_id.'\',\'add\');"><i class="'.$favourite_icon.'"></i> '.$favourite_text.'</a>';
2365 2365
 
2366 2366
         /**
2367 2367
          * Called after removing the post from favourites.
@@ -2456,24 +2456,24 @@  discard block
 block discarded – undo
2456 2456
             $user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2457 2457
 
2458 2458
         if (!empty($user_meta_data) && in_array($post_id, $user_meta_data)) {
2459
-            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"  ><a
2459
+            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id; ?>"  ><a
2460 2460
                 class="geodir-removetofav-icon" href="javascript:void(0);"
2461
-                onclick="javascript:addToFavourite(<?php echo $post_id;?>,'remove');"
2462
-                title="<?php echo $remove_favourite_text;?>"><i class="<?php echo $unfavourite_icon; ?>"></i> <?php echo $unfavourite_text;?>
2461
+                onclick="javascript:addToFavourite(<?php echo $post_id; ?>,'remove');"
2462
+                title="<?php echo $remove_favourite_text; ?>"><i class="<?php echo $unfavourite_icon; ?>"></i> <?php echo $unfavourite_text; ?>
2463 2463
             </a>   </span><?php
2464 2464
 
2465 2465
         } else {
2466 2466
 
2467 2467
             if (!isset($current_user->data->ID) || $current_user->data->ID == '') {
2468
-                $script_text = 'javascript:window.location.href=\'' . geodir_login_url() . '\'';
2468
+                $script_text = 'javascript:window.location.href=\''.geodir_login_url().'\'';
2469 2469
             } else
2470
-                $script_text = 'javascript:addToFavourite(' . $post_id . ',\'add\')';
2470
+                $script_text = 'javascript:addToFavourite('.$post_id.',\'add\')';
2471 2471
 
2472
-            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"><a class="geodir-addtofav-icon"
2472
+            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id; ?>"><a class="geodir-addtofav-icon"
2473 2473
                                                                                         href="javascript:void(0);"
2474
-                                                                                        onclick="<?php echo $script_text;?>"
2475
-                                                                                        title="<?php echo $add_favourite_text;?>"><i
2476
-                    class="<?php echo $favourite_icon; ?>"></i> <?php echo $favourite_text;?></a></span>
2474
+                                                                                        onclick="<?php echo $script_text; ?>"
2475
+                                                                                        title="<?php echo $add_favourite_text; ?>"><i
2476
+                    class="<?php echo $favourite_icon; ?>"></i> <?php echo $favourite_text; ?></a></span>
2477 2477
         <?php }
2478 2478
     }
2479 2479
 }
@@ -2503,7 +2503,7 @@  discard block
 block discarded – undo
2503 2503
 
2504 2504
             $post_type = $taxonomy_obj->object_type[0];
2505 2505
 
2506
-            $table = $plugin_prefix . $post_type . '_detail';
2506
+            $table = $plugin_prefix.$post_type.'_detail';
2507 2507
 
2508 2508
             /**
2509 2509
              * Filter to modify the 'join' query
@@ -2526,8 +2526,8 @@  discard block
 block discarded – undo
2526 2526
             $where = apply_filters('geodir_cat_post_count_where', $where, $term);
2527 2527
 
2528 2528
             $count_query = "SELECT count(post_id) FROM
2529
-							" . $table . " as pd " . $join . "
2530
-							WHERE pd.post_status='publish' AND FIND_IN_SET('" . $term->term_id . "'," . $term->taxonomy . ") " . $where;
2529
+							" . $table." as pd ".$join."
2530
+							WHERE pd.post_status='publish' AND FIND_IN_SET('" . $term->term_id."',".$term->taxonomy.") ".$where;
2531 2531
 
2532 2532
             $cat_post_count = $wpdb->get_var($count_query);
2533 2533
             if (empty($cat_post_count) || is_wp_error($cat_post_count))
@@ -2610,7 +2610,7 @@  discard block
 block discarded – undo
2610 2610
     global $post;
2611 2611
     $all_postypes = geodir_get_posttypes();
2612 2612
     if (is_array($all_postypes) && in_array($post->post_type, $all_postypes)) {
2613
-        return ' <a href="' . get_permalink($post->ID) . '">' . READ_MORE_TXT . '</a>';
2613
+        return ' <a href="'.get_permalink($post->ID).'">'.READ_MORE_TXT.'</a>';
2614 2614
     }
2615 2615
 
2616 2616
     return $more;
@@ -2637,14 +2637,14 @@  discard block
 block discarded – undo
2637 2637
     if (is_array($gd_taxonomies) && in_array($taxonomy, $gd_taxonomies)) {
2638 2638
 
2639 2639
         $geodir_post_type = geodir_get_taxonomy_posttype($taxonomy);
2640
-        $table = $plugin_prefix . $geodir_post_type . '_detail';
2640
+        $table = $plugin_prefix.$geodir_post_type.'_detail';
2641 2641
 
2642 2642
         $path_parts = pathinfo($_REQUEST['ct_cat_icon']['src']);
2643
-        $term_icon = $path_parts['dirname'] . '/cat_icon_' . $term_id . '.png';
2643
+        $term_icon = $path_parts['dirname'].'/cat_icon_'.$term_id.'.png';
2644 2644
 
2645 2645
         $posts = $wpdb->get_results(
2646 2646
             $wpdb->prepare(
2647
-                "SELECT post_id,post_title,post_latitude,post_longitude,default_category FROM " . $table . " WHERE FIND_IN_SET(%s,%1\$s ) ",
2647
+                "SELECT post_id,post_title,post_latitude,post_longitude,default_category FROM ".$table." WHERE FIND_IN_SET(%s,%1\$s ) ",
2648 2648
                 array($term_id, $taxonomy)
2649 2649
             )
2650 2650
         );
@@ -2656,19 +2656,19 @@  discard block
 block discarded – undo
2656 2656
                 $lng = $post_obj->post_longitude;
2657 2657
 
2658 2658
                 $json = '{';
2659
-                $json .= '"id":"' . $post_obj->post_id . '",';
2660
-                $json .= '"lat_pos": "' . $lat . '",';
2661
-                $json .= '"long_pos": "' . $lng . '",';
2662
-                $json .= '"marker_id":"' . $post_obj->post_id . '_' . $term_id . '",';
2663
-                $json .= '"icon":"' . $term_icon . '",';
2664
-                $json .= '"group":"catgroup' . $term_id . '"';
2659
+                $json .= '"id":"'.$post_obj->post_id.'",';
2660
+                $json .= '"lat_pos": "'.$lat.'",';
2661
+                $json .= '"long_pos": "'.$lng.'",';
2662
+                $json .= '"marker_id":"'.$post_obj->post_id.'_'.$term_id.'",';
2663
+                $json .= '"icon":"'.$term_icon.'",';
2664
+                $json .= '"group":"catgroup'.$term_id.'"';
2665 2665
                 $json .= '}';
2666 2666
 
2667 2667
                 if ($post_obj->default_category == $term_id) {
2668 2668
 
2669 2669
                     $wpdb->query(
2670 2670
                         $wpdb->prepare(
2671
-                            "UPDATE " . $table . " SET marker_json = %s where post_id = %d",
2671
+                            "UPDATE ".$table." SET marker_json = %s where post_id = %d",
2672 2672
                             array($json, $post_obj->post_id)
2673 2673
                         )
2674 2674
                     );
@@ -2676,7 +2676,7 @@  discard block
 block discarded – undo
2676 2676
 
2677 2677
                 $wpdb->query(
2678 2678
                     $wpdb->prepare(
2679
-                        "UPDATE " . GEODIR_ICON_TABLE . " SET json = %s WHERE post_id = %d AND cat_id = %d",
2679
+                        "UPDATE ".GEODIR_ICON_TABLE." SET json = %s WHERE post_id = %d AND cat_id = %d",
2680 2680
                         array($json, $post_obj->post_id, $term_id)
2681 2681
                     )
2682 2682
                 );
@@ -2800,7 +2800,7 @@  discard block
 block discarded – undo
2800 2800
 //	print_r($uploads ) ;
2801 2801
     $post_first_image = $wpdb->get_results(
2802 2802
         $wpdb->prepare(
2803
-            "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d and menu_order = 1  ", array($post_id)
2803
+            "SELECT * FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id = %d and menu_order = 1  ", array($post_id)
2804 2804
         )
2805 2805
     );
2806 2806
 
@@ -2821,9 +2821,9 @@  discard block
 block discarded – undo
2821 2821
 
2822 2822
         $post_type = get_post_type($post_id);
2823 2823
 
2824
-        $table_name = $plugin_prefix . $post_type . '_detail';
2824
+        $table_name = $plugin_prefix.$post_type.'_detail';
2825 2825
 
2826
-        $wpdb->query("UPDATE " . $table_name . " SET featured_image='" . $post_first_image[0]->file . "' WHERE post_id =" . $post_id);
2826
+        $wpdb->query("UPDATE ".$table_name." SET featured_image='".$post_first_image[0]->file."' WHERE post_id =".$post_id);
2827 2827
 
2828 2828
         $new_attachment_name = basename($post_first_image[0]->file);
2829 2829
 
@@ -2836,11 +2836,11 @@  discard block
 block discarded – undo
2836 2836
                 wp_delete_attachment($post_thumbnail_id);
2837 2837
 
2838 2838
             }
2839
-            $filename = $uploads['basedir'] . $post_first_image[0]->file;
2839
+            $filename = $uploads['basedir'].$post_first_image[0]->file;
2840 2840
 
2841 2841
             $attachment = array(
2842 2842
                 'post_mime_type' => $post_first_image[0]->mime_type,
2843
-                'guid' => $uploads['baseurl'] . $post_first_image[0]->file,
2843
+                'guid' => $uploads['baseurl'].$post_first_image[0]->file,
2844 2844
                 'post_parent' => $post_id,
2845 2845
                 'post_title' => preg_replace('/\.[^.]+$/', '', $post_first_image[0]->title),
2846 2846
                 'post_content' => ''
@@ -2853,7 +2853,7 @@  discard block
 block discarded – undo
2853 2853
 
2854 2854
                 set_post_thumbnail($post_id, $id);
2855 2855
 
2856
-                require_once(ABSPATH . 'wp-admin/includes/image.php');
2856
+                require_once(ABSPATH.'wp-admin/includes/image.php');
2857 2857
                 wp_update_attachment_metadata($id, wp_generate_attachment_metadata($id, $filename));
2858 2858
 
2859 2859
             }
@@ -2886,35 +2886,35 @@  discard block
 block discarded – undo
2886 2886
         $post_id = absint($_POST['post_id']);
2887 2887
         $upload_dir = wp_upload_dir();
2888 2888
         $post_type = get_post_type($_POST['post_id']);
2889
-        $table = $plugin_prefix . $post_type . '_detail';
2889
+        $table = $plugin_prefix.$post_type.'_detail';
2890 2890
 
2891 2891
         $post_arr = $wpdb->get_results($wpdb->prepare(
2892
-            "SELECT * FROM $wpdb->posts p JOIN " . $table . " gd ON gd.post_id=p.ID WHERE p.ID=%d LIMIT 1",
2892
+            "SELECT * FROM $wpdb->posts p JOIN ".$table." gd ON gd.post_id=p.ID WHERE p.ID=%d LIMIT 1",
2893 2893
             array($post_id)
2894 2894
         )
2895 2895
             , ARRAY_A);
2896 2896
 
2897 2897
         $arrImages = $wpdb->get_results(
2898 2898
             $wpdb->prepare(
2899
-                "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC, ID DESC ",
2899
+                "SELECT * FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC, ID DESC ",
2900 2900
                 array('%image%', $post_id)
2901 2901
             )
2902 2902
         );
2903 2903
         if ($arrImages) {
2904 2904
             $image_arr = array();
2905 2905
             foreach ($arrImages as $img) {
2906
-                $image_arr[] = $upload_dir['baseurl'] . $img->file;
2906
+                $image_arr[] = $upload_dir['baseurl'].$img->file;
2907 2907
             }
2908 2908
             $comma_separated = implode(",", $image_arr);
2909 2909
             $post_arr[0]['post_images'] = $comma_separated;
2910 2910
         }
2911 2911
 
2912 2912
 
2913
-        $cats = $post_arr[0][$post_arr[0]['post_type'] . 'category'];
2913
+        $cats = $post_arr[0][$post_arr[0]['post_type'].'category'];
2914 2914
         $cat_arr = array_filter(explode(",", $cats));
2915 2915
         $trans_cat = array();
2916 2916
         foreach ($cat_arr as $cat) {
2917
-            $trans_cat[] = icl_object_id($cat, $post_arr[0]['post_type'] . 'category', false);
2917
+            $trans_cat[] = icl_object_id($cat, $post_arr[0]['post_type'].'category', false);
2918 2918
         }
2919 2919
 
2920 2920
 
@@ -2956,7 +2956,7 @@  discard block
 block discarded – undo
2956 2956
 
2957 2957
     $get_data = $wpdb->get_results(
2958 2958
         $wpdb->prepare(
2959
-            "SELECT htmlvar_name, field_type, extra_fields FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND is_active='1'",
2959
+            "SELECT htmlvar_name, field_type, extra_fields FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE post_type=%s AND is_active='1'",
2960 2960
             array($listing_type)
2961 2961
         )
2962 2962
     );
@@ -2969,12 +2969,12 @@  discard block
 block discarded – undo
2969 2969
 
2970 2970
                 $extra_fields = unserialize($data->extra_fields);
2971 2971
 
2972
-                $prefix = $data->htmlvar_name . '_';
2972
+                $prefix = $data->htmlvar_name.'_';
2973 2973
 
2974
-                $fields_info[$prefix . 'address'] = $data->field_type;
2974
+                $fields_info[$prefix.'address'] = $data->field_type;
2975 2975
 
2976 2976
                 if (isset($extra_fields['show_zip']) && $extra_fields['show_zip'])
2977
-                    $fields_info[$prefix . 'zip'] = $data->field_type;
2977
+                    $fields_info[$prefix.'zip'] = $data->field_type;
2978 2978
 
2979 2979
             } else {
2980 2980
 
@@ -3072,13 +3072,13 @@  discard block
 block discarded – undo
3072 3072
  * @since 1.4.9
3073 3073
  * @package GeoDirectory
3074 3074
  */
3075
-function geodir_fb_like_thumbnail(){
3075
+function geodir_fb_like_thumbnail() {
3076 3076
 
3077 3077
     // return if not a single post
3078
-    if(!is_single()){return;}
3078
+    if (!is_single()) {return; }
3079 3079
 
3080 3080
     global $post;
3081
-    if(isset($post->featured_image) && $post->featured_image){
3081
+    if (isset($post->featured_image) && $post->featured_image) {
3082 3082
         $upload_dir = wp_upload_dir();
3083 3083
         $thumb = $upload_dir['baseurl'].$post->featured_image;
3084 3084
         echo "\n\n<!-- GD Facebook Like Thumbnail -->\n<link rel=\"image_src\" href=\"$thumb\" />\n<!-- End GD Facebook Like Thumbnail -->\n\n";
Please login to merge, or discard this patch.
geodirectory-functions/general_functions.php 1 patch
Spacing   +1346 added lines, -1346 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@  discard block
 block discarded – undo
10 10
 /**
11 11
  * Get All Plugin functions from WordPress
12 12
  */
13
-include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
13
+include_once(ABSPATH.'wp-admin/includes/plugin.php');
14 14
 
15 15
 /*-----------------------------------------------------------------------------------*/
16 16
 /* Helper functions */
@@ -27,10 +27,10 @@  discard block
 block discarded – undo
27 27
  */
28 28
 function geodir_plugin_url() {
29 29
 
30
-	if ( is_ssl() ) :
31
-		return str_replace( 'http://', 'https://', WP_PLUGIN_URL ) . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) );
30
+	if (is_ssl()) :
31
+		return str_replace('http://', 'https://', WP_PLUGIN_URL)."/".plugin_basename(dirname(dirname(__FILE__)));
32 32
 	else :
33
-		return WP_PLUGIN_URL . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) );
33
+		return WP_PLUGIN_URL."/".plugin_basename(dirname(dirname(__FILE__)));
34 34
 	endif;
35 35
 }
36 36
 
@@ -45,10 +45,10 @@  discard block
 block discarded – undo
45 45
  * @return string example url eg: /home/geo/public_html/wp-content/plugins/geodirectory
46 46
  */
47 47
 function geodir_plugin_path() {
48
-	if ( defined( 'GD_TESTING_MODE' ) && GD_TESTING_MODE ) {
49
-		return dirname( dirname( __FILE__ ) );
48
+	if (defined('GD_TESTING_MODE') && GD_TESTING_MODE) {
49
+		return dirname(dirname(__FILE__));
50 50
 	} else {
51
-		return WP_PLUGIN_DIR . "/" . plugin_basename( dirname( dirname( __FILE__ ) ) );
51
+		return WP_PLUGIN_DIR."/".plugin_basename(dirname(dirname(__FILE__)));
52 52
 	}
53 53
 }
54 54
 
@@ -63,10 +63,10 @@  discard block
 block discarded – undo
63 63
  * @return bool true or false.
64 64
  * @todo    check if this is faster than normal WP check and remove if not.
65 65
  */
66
-function geodir_is_plugin_active( $plugin ) {
67
-	$active_plugins = get_option( 'active_plugins' );
68
-	foreach ( $active_plugins as $key => $active_plugin ) {
69
-		if ( strstr( $active_plugin, $plugin ) ) {
66
+function geodir_is_plugin_active($plugin) {
67
+	$active_plugins = get_option('active_plugins');
68
+	foreach ($active_plugins as $key => $active_plugin) {
69
+		if (strstr($active_plugin, $plugin)) {
70 70
 			return true;
71 71
 		}
72 72
 	}
@@ -88,8 +88,8 @@  discard block
 block discarded – undo
88 88
  *
89 89
  * @return bool|int|string the formatted date.
90 90
  */
91
-function geodir_get_formated_date( $date ) {
92
-	return mysql2date( get_option( 'date_format' ), $date );
91
+function geodir_get_formated_date($date) {
92
+	return mysql2date(get_option('date_format'), $date);
93 93
 }
94 94
 
95 95
 /**
@@ -105,8 +105,8 @@  discard block
 block discarded – undo
105 105
  *
106 106
  * @return bool|int|string the formatted time.
107 107
  */
108
-function geodir_get_formated_time( $time ) {
109
-	return mysql2date( get_option( 'time_format' ), $time, $translate = true );
108
+function geodir_get_formated_time($time) {
109
+	return mysql2date(get_option('time_format'), $time, $translate = true);
110 110
 }
111 111
 
112 112
 
@@ -124,35 +124,35 @@  discard block
 block discarded – undo
124 124
  *
125 125
  * @return string Formatted link.
126 126
  */
127
-function geodir_getlink( $url, $params = array(), $use_existing_arguments = false ) {
128
-	if ( $use_existing_arguments ) {
127
+function geodir_getlink($url, $params = array(), $use_existing_arguments = false) {
128
+	if ($use_existing_arguments) {
129 129
 		$params = $params + $_GET;
130 130
 	}
131
-	if ( ! $params ) {
131
+	if (!$params) {
132 132
 		return $url;
133 133
 	}
134 134
 	$link = $url;
135
-	if ( strpos( $link, '?' ) === false ) {
135
+	if (strpos($link, '?') === false) {
136 136
 		$link .= '?';
137 137
 	} //If there is no '?' add one at the end
138
-	elseif ( strpos( $link, '//maps.google.com/maps/api/js?language=' ) ) {
138
+	elseif (strpos($link, '//maps.google.com/maps/api/js?language=')) {
139 139
 		$link .= '&amp;';
140 140
 	} //If there is no '&' at the END, add one.
141
-	elseif ( ! preg_match( '/(\?|\&(amp;)?)$/', $link ) ) {
141
+	elseif (!preg_match('/(\?|\&(amp;)?)$/', $link)) {
142 142
 		$link .= '&';
143 143
 	} //If there is no '&' at the END, add one.
144 144
 
145 145
 	$params_arr = array();
146
-	foreach ( $params as $key => $value ) {
147
-		if ( gettype( $value ) == 'array' ) { //Handle array data properly
148
-			foreach ( $value as $val ) {
149
-				$params_arr[] = $key . '[]=' . urlencode( $val );
146
+	foreach ($params as $key => $value) {
147
+		if (gettype($value) == 'array') { //Handle array data properly
148
+			foreach ($value as $val) {
149
+				$params_arr[] = $key.'[]='.urlencode($val);
150 150
 			}
151 151
 		} else {
152
-			$params_arr[] = $key . '=' . urlencode( $value );
152
+			$params_arr[] = $key.'='.urlencode($value);
153 153
 		}
154 154
 	}
155
-	$link .= implode( '&', $params_arr );
155
+	$link .= implode('&', $params_arr);
156 156
 
157 157
 	return $link;
158 158
 }
@@ -169,18 +169,18 @@  discard block
 block discarded – undo
169 169
  *
170 170
  * @return string Listing page url if valid. Otherwise home url will be returned.
171 171
  */
172
-function geodir_get_addlisting_link( $post_type = '' ) {
172
+function geodir_get_addlisting_link($post_type = '') {
173 173
 	global $wpdb;
174 174
 
175 175
 	//$check_pkg  = $wpdb->get_var("SELECT pid FROM ".GEODIR_PRICE_TABLE." WHERE post_type='".$post_type."' and status != '0'");
176 176
 	$check_pkg = 1;
177
-	if ( post_type_exists( $post_type ) && $check_pkg ) {
177
+	if (post_type_exists($post_type) && $check_pkg) {
178 178
 
179
-		$add_listing_link = get_page_link( geodir_add_listing_page_id() );
179
+		$add_listing_link = get_page_link(geodir_add_listing_page_id());
180 180
 
181
-		return esc_url( add_query_arg( array( 'listing_type' => $post_type ), $add_listing_link ) );
181
+		return esc_url(add_query_arg(array('listing_type' => $post_type), $add_listing_link));
182 182
 	} else {
183
-		return get_bloginfo( 'url' );
183
+		return get_bloginfo('url');
184 184
 	}
185 185
 }
186 186
 
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
 	if (!empty($_SERVER['PHP_SELF']) && !empty($_SERVER['REQUEST_URI'])) {
209 209
 		// To build the entire URI we need to prepend the protocol, and the http host
210 210
 		// to the URI string.
211
-		$pageURL .= $_SERVER['HTTP_HOST'] . $_SERVER['REQUEST_URI'];
211
+		$pageURL .= $_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
212 212
 	} else {
213 213
 		/*
214 214
 		 * Since we do not have REQUEST_URI to work with, we will assume we are
@@ -217,11 +217,11 @@  discard block
 block discarded – undo
217 217
 		 *
218 218
 		 * IIS uses the SCRIPT_NAME variable instead of a REQUEST_URI variable... thanks, MS
219 219
 		 */
220
-		$pageURL .= $_SERVER['HTTP_HOST'] . $_SERVER['SCRIPT_NAME'];
220
+		$pageURL .= $_SERVER['HTTP_HOST'].$_SERVER['SCRIPT_NAME'];
221 221
 		
222 222
 		// If the query string exists append it to the URI string
223 223
 		if (isset($_SERVER['QUERY_STRING']) && !empty($_SERVER['QUERY_STRING'])) {
224
-			$pageURL .= '?' . $_SERVER['QUERY_STRING'];
224
+			$pageURL .= '?'.$_SERVER['QUERY_STRING'];
225 225
 		}
226 226
 	}
227 227
 	
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
 	 *
233 233
 	 * @param string $pageURL The URL of the current page.
234 234
 	 */
235
-	return apply_filters( 'geodir_curPageURL', $pageURL );
235
+	return apply_filters('geodir_curPageURL', $pageURL);
236 236
 }
237 237
 
238 238
 /**
@@ -247,12 +247,12 @@  discard block
 block discarded – undo
247 247
  *
248 248
  * @return string Cleaned variable.
249 249
  */
250
-function geodir_clean( $string ) {
250
+function geodir_clean($string) {
251 251
 
252
-	$string = trim( strip_tags( stripslashes( $string ) ) );
253
-	$string = str_replace( " ", "-", $string ); // Replaces all spaces with hyphens.
254
-	$string = preg_replace( '/[^A-Za-z0-9\-\_]/', '', $string ); // Removes special chars.
255
-	$string = preg_replace( '/-+/', '-', $string ); // Replaces multiple hyphens with single one.
252
+	$string = trim(strip_tags(stripslashes($string)));
253
+	$string = str_replace(" ", "-", $string); // Replaces all spaces with hyphens.
254
+	$string = preg_replace('/[^A-Za-z0-9\-\_]/', '', $string); // Removes special chars.
255
+	$string = preg_replace('/-+/', '-', $string); // Replaces multiple hyphens with single one.
256 256
 
257 257
 	return $string;
258 258
 }
@@ -266,13 +266,13 @@  discard block
 block discarded – undo
266 266
  */
267 267
 function geodir_get_weekday() {
268 268
 	return array(
269
-		__( 'Sunday', 'geodirectory' ),
270
-		__( 'Monday', 'geodirectory' ),
271
-		__( 'Tuesday', 'geodirectory' ),
272
-		__( 'Wednesday', 'geodirectory' ),
273
-		__( 'Thursday', 'geodirectory' ),
274
-		__( 'Friday', 'geodirectory' ),
275
-		__( 'Saturday', 'geodirectory' )
269
+		__('Sunday', 'geodirectory'),
270
+		__('Monday', 'geodirectory'),
271
+		__('Tuesday', 'geodirectory'),
272
+		__('Wednesday', 'geodirectory'),
273
+		__('Thursday', 'geodirectory'),
274
+		__('Friday', 'geodirectory'),
275
+		__('Saturday', 'geodirectory')
276 276
 	);
277 277
 }
278 278
 
@@ -285,11 +285,11 @@  discard block
 block discarded – undo
285 285
  */
286 286
 function geodir_get_weeks() {
287 287
 	return array(
288
-		__( 'First', 'geodirectory' ),
289
-		__( 'Second', 'geodirectory' ),
290
-		__( 'Third', 'geodirectory' ),
291
-		__( 'Fourth', 'geodirectory' ),
292
-		__( 'Last', 'geodirectory' )
288
+		__('First', 'geodirectory'),
289
+		__('Second', 'geodirectory'),
290
+		__('Third', 'geodirectory'),
291
+		__('Fourth', 'geodirectory'),
292
+		__('Last', 'geodirectory')
293 293
 	);
294 294
 }
295 295
 
@@ -308,112 +308,112 @@  discard block
 block discarded – undo
308 308
  *
309 309
  * @return bool If valid returns true. Otherwise false.
310 310
  */
311
-function geodir_is_page( $gdpage = '' ) {
311
+function geodir_is_page($gdpage = '') {
312 312
 
313 313
 	global $wp_query, $post, $wp;
314 314
 	//if(!is_admin()):
315 315
 
316
-	switch ( $gdpage ):
316
+	switch ($gdpage):
317 317
 		case 'add-listing':
318 318
 
319
-			if ( is_page() && get_query_var( 'page_id' ) == geodir_add_listing_page_id() ) {
319
+			if (is_page() && get_query_var('page_id') == geodir_add_listing_page_id()) {
320 320
 				return true;
321
-			} elseif ( is_page() && isset( $post->post_content ) && has_shortcode( $post->post_content, 'gd_add_listing' ) ) {
321
+			} elseif (is_page() && isset($post->post_content) && has_shortcode($post->post_content, 'gd_add_listing')) {
322 322
 				return true;
323 323
 			}
324 324
 
325 325
 			break;
326 326
 		case 'preview':
327
-			if ( ( is_page() && get_query_var( 'page_id' ) == geodir_preview_page_id() ) && isset( $_REQUEST['listing_type'] )
328
-			     && in_array( $_REQUEST['listing_type'], geodir_get_posttypes() )
327
+			if ((is_page() && get_query_var('page_id') == geodir_preview_page_id()) && isset($_REQUEST['listing_type'])
328
+			     && in_array($_REQUEST['listing_type'], geodir_get_posttypes())
329 329
 			) {
330 330
 				return true;
331 331
 			}
332 332
 			break;
333 333
 		case 'listing-success':
334
-			if ( is_page() && get_query_var( 'page_id' ) == geodir_success_page_id() ) {
334
+			if (is_page() && get_query_var('page_id') == geodir_success_page_id()) {
335 335
 				return true;
336 336
 			}
337 337
 			break;
338 338
 		case 'detail':
339
-			$post_type = get_query_var( 'post_type' );
340
-			if ( is_array( $post_type ) ) {
341
-				$post_type = reset( $post_type );
339
+			$post_type = get_query_var('post_type');
340
+			if (is_array($post_type)) {
341
+				$post_type = reset($post_type);
342 342
 			}
343
-			if ( is_single() && in_array( $post_type, geodir_get_posttypes() ) ) {
343
+			if (is_single() && in_array($post_type, geodir_get_posttypes())) {
344 344
 				return true;
345 345
 			}
346 346
 			break;
347 347
 		case 'pt':
348
-			$post_type = get_query_var( 'post_type' );
349
-			if ( is_array( $post_type ) ) {
350
-				$post_type = reset( $post_type );
348
+			$post_type = get_query_var('post_type');
349
+			if (is_array($post_type)) {
350
+				$post_type = reset($post_type);
351 351
 			}
352
-			if ( is_post_type_archive() && in_array( $post_type, geodir_get_posttypes() ) && ! is_tax() ) {
352
+			if (is_post_type_archive() && in_array($post_type, geodir_get_posttypes()) && !is_tax()) {
353 353
 				return true;
354 354
 			}
355 355
 
356 356
 			break;
357 357
 		case 'listing':
358
-			if ( is_tax() && geodir_get_taxonomy_posttype() ) {
358
+			if (is_tax() && geodir_get_taxonomy_posttype()) {
359 359
 				global $current_term, $taxonomy, $term;
360 360
 
361 361
 				return true;
362 362
 			}
363
-			$post_type = get_query_var( 'post_type' );
364
-			if ( is_array( $post_type ) ) {
365
-				$post_type = reset( $post_type );
363
+			$post_type = get_query_var('post_type');
364
+			if (is_array($post_type)) {
365
+				$post_type = reset($post_type);
366 366
 			}
367
-			if ( is_post_type_archive() && in_array( $post_type, geodir_get_posttypes() ) ) {
367
+			if (is_post_type_archive() && in_array($post_type, geodir_get_posttypes())) {
368 368
 				return true;
369 369
 			}
370 370
 
371 371
 			break;
372 372
 		case 'home':
373 373
 
374
-			if ( ( is_page() && get_query_var( 'page_id' ) == geodir_home_page_id() ) || is_page_geodir_home() ) {
374
+			if ((is_page() && get_query_var('page_id') == geodir_home_page_id()) || is_page_geodir_home()) {
375 375
 				return true;
376 376
 			}
377 377
 
378 378
 			break;
379 379
 		case 'location':
380
-			if ( is_page() && get_query_var( 'page_id' ) == geodir_location_page_id() ) {
380
+			if (is_page() && get_query_var('page_id') == geodir_location_page_id()) {
381 381
 				return true;
382 382
 			}
383 383
 			break;
384 384
 		case 'author':
385
-			if ( is_author() && isset( $_REQUEST['geodir_dashbord'] ) ) {
385
+			if (is_author() && isset($_REQUEST['geodir_dashbord'])) {
386 386
 				return true;
387 387
 			}
388 388
 
389
-			if ( function_exists( 'bp_loggedin_user_id' ) && function_exists( 'bp_displayed_user_id' ) && $my_id = (int) bp_loggedin_user_id() ) {
390
-				if ( ( (bool) bp_is_current_component( 'listings' ) || (bool) bp_is_current_component( 'favorites' ) ) && $my_id > 0 && $my_id == (int) bp_displayed_user_id() ) {
389
+			if (function_exists('bp_loggedin_user_id') && function_exists('bp_displayed_user_id') && $my_id = (int) bp_loggedin_user_id()) {
390
+				if (((bool) bp_is_current_component('listings') || (bool) bp_is_current_component('favorites')) && $my_id > 0 && $my_id == (int) bp_displayed_user_id()) {
391 391
 					return true;
392 392
 				}
393 393
 			}
394 394
 			break;
395 395
 		case 'search':
396
-			if ( is_search() && isset( $_REQUEST['geodir_search'] ) ) {
396
+			if (is_search() && isset($_REQUEST['geodir_search'])) {
397 397
 				return true;
398 398
 			}
399 399
 			break;
400 400
 		case 'info':
401
-			if ( is_page() && get_query_var( 'page_id' ) == geodir_info_page_id() ) {
401
+			if (is_page() && get_query_var('page_id') == geodir_info_page_id()) {
402 402
 				return true;
403 403
 			}
404 404
 			break;
405 405
 		case 'login':
406
-			if ( is_page() && get_query_var( 'page_id' ) == geodir_login_page_id() ) {
406
+			if (is_page() && get_query_var('page_id') == geodir_login_page_id()) {
407 407
 				return true;
408 408
 			}
409 409
 			break;
410 410
 		case 'checkout':
411
-			if ( is_page() && function_exists( 'geodir_payment_checkout_page_id' ) && get_query_var( 'page_id' ) == geodir_payment_checkout_page_id() ) {
411
+			if (is_page() && function_exists('geodir_payment_checkout_page_id') && get_query_var('page_id') == geodir_payment_checkout_page_id()) {
412 412
 				return true;
413 413
 			}
414 414
 			break;
415 415
 		case 'invoices':
416
-			if ( is_page() && function_exists( 'geodir_payment_invoices_page_id' ) && get_query_var( 'page_id' ) == geodir_payment_invoices_page_id() ) {
416
+			if (is_page() && function_exists('geodir_payment_invoices_page_id') && get_query_var('page_id') == geodir_payment_invoices_page_id()) {
417 417
 				return true;
418 418
 			}
419 419
 			break;
@@ -438,25 +438,25 @@  discard block
 block discarded – undo
438 438
  *
439 439
  * @param object $wp WordPress object.
440 440
  */
441
-function geodir_set_is_geodir_page( $wp ) {
442
-	if ( ! is_admin() ) {
441
+function geodir_set_is_geodir_page($wp) {
442
+	if (!is_admin()) {
443 443
 		//$wp->query_vars['gd_is_geodir_page'] = false;
444 444
 		//print_r()
445
-		if ( empty( $wp->query_vars ) || ! array_diff( array_keys( $wp->query_vars ), array(
445
+		if (empty($wp->query_vars) || !array_diff(array_keys($wp->query_vars), array(
446 446
 				'preview',
447 447
 				'page',
448 448
 				'paged',
449 449
 				'cpage'
450
-			) )
450
+			))
451 451
 		) {
452
-			if ( geodir_is_page( 'home' ) ) {
452
+			if (geodir_is_page('home')) {
453 453
 				$wp->query_vars['gd_is_geodir_page'] = true;
454 454
 			}
455 455
 
456 456
 
457 457
 		}
458 458
 
459
-		if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['page_id'] ) ) {
459
+		if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['page_id'])) {
460 460
 			if (
461 461
 				$wp->query_vars['page_id'] == geodir_add_listing_page_id()
462 462
 				|| $wp->query_vars['page_id'] == geodir_preview_page_id()
@@ -465,26 +465,26 @@  discard block
 block discarded – undo
465 465
 				|| $wp->query_vars['page_id'] == geodir_home_page_id()
466 466
 				|| $wp->query_vars['page_id'] == geodir_info_page_id()
467 467
 				|| $wp->query_vars['page_id'] == geodir_login_page_id()
468
-				|| ( function_exists( 'geodir_payment_checkout_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id() )
469
-				|| ( function_exists( 'geodir_payment_invoices_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id() )
468
+				|| (function_exists('geodir_payment_checkout_page_id') && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id())
469
+				|| (function_exists('geodir_payment_invoices_page_id') && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id())
470 470
 			) {
471 471
 				$wp->query_vars['gd_is_geodir_page'] = true;
472 472
 			}
473 473
 		}
474 474
 
475
-		if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['pagename'] ) ) {
476
-			$page = get_page_by_path( $wp->query_vars['pagename'] );
475
+		if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['pagename'])) {
476
+			$page = get_page_by_path($wp->query_vars['pagename']);
477 477
 
478
-			if ( ! empty( $page ) && (
478
+			if (!empty($page) && (
479 479
 					$page->ID == geodir_add_listing_page_id()
480 480
 					|| $page->ID == geodir_preview_page_id()
481 481
 					|| $page->ID == geodir_success_page_id()
482 482
 					|| $page->ID == geodir_location_page_id()
483
-					|| ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_home_page_id() )
484
-					|| ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_info_page_id() )
485
-					|| ( isset( $wp->query_vars['page_id'] ) && $wp->query_vars['page_id'] == geodir_login_page_id() )
486
-					|| ( isset( $wp->query_vars['page_id'] ) && function_exists( 'geodir_payment_checkout_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id() )
487
-					|| ( isset( $wp->query_vars['page_id'] ) && function_exists( 'geodir_payment_invoices_page_id' ) && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id() )
483
+					|| (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_home_page_id())
484
+					|| (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_info_page_id())
485
+					|| (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_login_page_id())
486
+					|| (isset($wp->query_vars['page_id']) && function_exists('geodir_payment_checkout_page_id') && $wp->query_vars['page_id'] == geodir_payment_checkout_page_id())
487
+					|| (isset($wp->query_vars['page_id']) && function_exists('geodir_payment_invoices_page_id') && $wp->query_vars['page_id'] == geodir_payment_invoices_page_id())
488 488
 				)
489 489
 			) {
490 490
 				$wp->query_vars['gd_is_geodir_page'] = true;
@@ -492,20 +492,20 @@  discard block
 block discarded – undo
492 492
 		}
493 493
 
494 494
 
495
-		if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['post_type'] ) && $wp->query_vars['post_type'] != '' ) {
495
+		if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['post_type']) && $wp->query_vars['post_type'] != '') {
496 496
 			$requested_post_type = $wp->query_vars['post_type'];
497 497
 			// check if this post type is geodirectory post types
498 498
 			$post_type_array = geodir_get_posttypes();
499
-			if ( in_array( $requested_post_type, $post_type_array ) ) {
499
+			if (in_array($requested_post_type, $post_type_array)) {
500 500
 				$wp->query_vars['gd_is_geodir_page'] = true;
501 501
 			}
502 502
 		}
503 503
 
504
-		if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) ) {
505
-			$geodir_taxonomis = geodir_get_taxonomies( '', true );
506
-			if ( ! empty( $geodir_taxonomis ) ) {
507
-				foreach ( $geodir_taxonomis as $taxonomy ) {
508
-					if ( array_key_exists( $taxonomy, $wp->query_vars ) ) {
504
+		if (!isset($wp->query_vars['gd_is_geodir_page'])) {
505
+			$geodir_taxonomis = geodir_get_taxonomies('', true);
506
+			if (!empty($geodir_taxonomis)) {
507
+				foreach ($geodir_taxonomis as $taxonomy) {
508
+					if (array_key_exists($taxonomy, $wp->query_vars)) {
509 509
 						$wp->query_vars['gd_is_geodir_page'] = true;
510 510
 						break;
511 511
 					}
@@ -514,20 +514,20 @@  discard block
 block discarded – undo
514 514
 
515 515
 		}
516 516
 
517
-		if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $wp->query_vars['author_name'] ) && isset( $_REQUEST['geodir_dashbord'] ) ) {
517
+		if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($wp->query_vars['author_name']) && isset($_REQUEST['geodir_dashbord'])) {
518 518
 			$wp->query_vars['gd_is_geodir_page'] = true;
519 519
 		}
520 520
 
521 521
 
522
-		if ( ! isset( $wp->query_vars['gd_is_geodir_page'] ) && isset( $_REQUEST['geodir_search'] ) ) {
522
+		if (!isset($wp->query_vars['gd_is_geodir_page']) && isset($_REQUEST['geodir_search'])) {
523 523
 			$wp->query_vars['gd_is_geodir_page'] = true;
524 524
 		}
525 525
 
526 526
 
527 527
 //check if homepage
528
-		if ( ! isset( $wp->query_vars['gd_is_geodir_page'] )
529
-		     && ! isset( $wp->query_vars['page_id'] )
530
-		     && ! isset( $wp->query_vars['pagename'] )
528
+		if (!isset($wp->query_vars['gd_is_geodir_page'])
529
+		     && !isset($wp->query_vars['page_id'])
530
+		     && !isset($wp->query_vars['pagename'])
531 531
 		     && is_page_geodir_home()
532 532
 		) {
533 533
 			$wp->query_vars['gd_is_geodir_page'] = true;
@@ -551,14 +551,14 @@  discard block
 block discarded – undo
551 551
  */
552 552
 function geodir_is_geodir_page() {
553 553
 	global $wp;
554
-	if ( isset( $wp->query_vars['gd_is_geodir_page'] ) && $wp->query_vars['gd_is_geodir_page'] ) {
554
+	if (isset($wp->query_vars['gd_is_geodir_page']) && $wp->query_vars['gd_is_geodir_page']) {
555 555
 		return true;
556 556
 	} else {
557 557
 		return false;
558 558
 	}
559 559
 }
560 560
 
561
-if ( ! function_exists( 'geodir_get_imagesize' ) ) {
561
+if (!function_exists('geodir_get_imagesize')) {
562 562
 	/**
563 563
 	 * Get image size using the size key .
564 564
 	 *
@@ -569,13 +569,13 @@  discard block
 block discarded – undo
569 569
 	 *
570 570
 	 * @return array|mixed|void|WP_Error If valid returns image size. Else returns error.
571 571
 	 */
572
-	function geodir_get_imagesize( $size = '' ) {
572
+	function geodir_get_imagesize($size = '') {
573 573
 
574 574
 		$imagesizes = array(
575
-			'list-thumb'   => array( 'w' => 283, 'h' => 188 ),
576
-			'thumbnail'    => array( 'w' => 125, 'h' => 125 ),
577
-			'widget-thumb' => array( 'w' => 50, 'h' => 50 ),
578
-			'slider-thumb' => array( 'w' => 100, 'h' => 100 )
575
+			'list-thumb'   => array('w' => 283, 'h' => 188),
576
+			'thumbnail'    => array('w' => 125, 'h' => 125),
577
+			'widget-thumb' => array('w' => 50, 'h' => 50),
578
+			'slider-thumb' => array('w' => 100, 'h' => 100)
579 579
 		);
580 580
 
581 581
 		/**
@@ -585,9 +585,9 @@  discard block
 block discarded – undo
585 585
 		 *
586 586
 		 * @param array $imagesizes Image size array.
587 587
 		 */
588
-		$imagesizes = apply_filters( 'geodir_imagesizes', $imagesizes );
588
+		$imagesizes = apply_filters('geodir_imagesizes', $imagesizes);
589 589
 
590
-		if ( ! empty( $size ) && array_key_exists( $size, $imagesizes ) ) {
590
+		if (!empty($size) && array_key_exists($size, $imagesizes)) {
591 591
 			/**
592 592
 			 * Filters image size of the passed key.
593 593
 			 *
@@ -595,11 +595,11 @@  discard block
 block discarded – undo
595 595
 			 *
596 596
 			 * @param array $imagesizes [$size] Image size array of the passed key.
597 597
 			 */
598
-			return apply_filters( 'geodir_get_imagesize_' . $size, $imagesizes[ $size ] );
598
+			return apply_filters('geodir_get_imagesize_'.$size, $imagesizes[$size]);
599 599
 
600
-		} elseif ( ! empty( $size ) ) {
600
+		} elseif (!empty($size)) {
601 601
 
602
-			return new WP_Error( 'geodir_no_imagesize', __( "Given image size is not valid", 'geodirectory' ) );
602
+			return new WP_Error('geodir_no_imagesize', __("Given image size is not valid", 'geodirectory'));
603 603
 
604 604
 		}
605 605
 
@@ -623,7 +623,7 @@  discard block
 block discarded – undo
623 623
 */
624 624
 
625 625
 
626
-if ( ! function_exists( 'createRandomString' ) ) {
626
+if (!function_exists('createRandomString')) {
627 627
 	/**
628 628
 	 * Creates random string.
629 629
 	 *
@@ -633,21 +633,21 @@  discard block
 block discarded – undo
633 633
 	 */
634 634
 	function createRandomString() {
635 635
 		$chars = "abcdefghijkmlnopqrstuvwxyz1023456789";
636
-		srand( (double) microtime() * 1000000 );
636
+		srand((double) microtime() * 1000000);
637 637
 		$i       = 0;
638 638
 		$rstring = '';
639
-		while ( $i <= 25 ) {
639
+		while ($i <= 25) {
640 640
 			$num     = rand() % 33;
641
-			$tmp     = substr( $chars, $num, 1 );
642
-			$rstring = $rstring . $tmp;
643
-			$i ++;
641
+			$tmp     = substr($chars, $num, 1);
642
+			$rstring = $rstring.$tmp;
643
+			$i++;
644 644
 		}
645 645
 
646 646
 		return $rstring;
647 647
 	}
648 648
 }
649 649
 
650
-if ( ! function_exists( 'geodir_getDistanceRadius' ) ) {
650
+if (!function_exists('geodir_getDistanceRadius')) {
651 651
 	/**
652 652
 	 * Calculates the distance radius.
653 653
 	 *
@@ -658,9 +658,9 @@  discard block
 block discarded – undo
658 658
 	 *
659 659
 	 * @return float The mean radius.
660 660
 	 */
661
-	function geodir_getDistanceRadius( $uom = 'km' ) {
661
+	function geodir_getDistanceRadius($uom = 'km') {
662 662
 //	Use Haversine formula to calculate the great circle distance between two points identified by longitude and latitude
663
-		switch ( geodir_strtolower( $uom ) ):
663
+		switch (geodir_strtolower($uom)):
664 664
 			case 'km'    :
665 665
 				$earthMeanRadius = 6371.009; // km
666 666
 				break;
@@ -692,7 +692,7 @@  discard block
 block discarded – undo
692 692
 }
693 693
 
694 694
 
695
-if ( ! function_exists( 'geodir_calculateDistanceFromLatLong' ) ) {
695
+if (!function_exists('geodir_calculateDistanceFromLatLong')) {
696 696
 	/**
697 697
 	 * Calculate the great circle distance between two points identified by longitude and latitude.
698 698
 	 *
@@ -705,17 +705,17 @@  discard block
 block discarded – undo
705 705
 	 *
706 706
 	 * @return float The distance.
707 707
 	 */
708
-	function geodir_calculateDistanceFromLatLong( $point1, $point2, $uom = 'km' ) {
708
+	function geodir_calculateDistanceFromLatLong($point1, $point2, $uom = 'km') {
709 709
 //	Use Haversine formula to calculate the great circle distance between two points identified by longitude and latitude
710 710
 
711
-		$earthMeanRadius = geodir_getDistanceRadius( $uom );
711
+		$earthMeanRadius = geodir_getDistanceRadius($uom);
712 712
 
713
-		$deltaLatitude  = deg2rad( (float) $point2['latitude'] - (float) $point1['latitude'] );
714
-		$deltaLongitude = deg2rad( (float) $point2['longitude'] - (float) $point1['longitude'] );
715
-		$a              = sin( $deltaLatitude / 2 ) * sin( $deltaLatitude / 2 ) +
716
-		                  cos( deg2rad( (float) $point1['latitude'] ) ) * cos( deg2rad( (float) $point2['latitude'] ) ) *
717
-		                  sin( $deltaLongitude / 2 ) * sin( $deltaLongitude / 2 );
718
-		$c              = 2 * atan2( sqrt( $a ), sqrt( 1 - $a ) );
713
+		$deltaLatitude  = deg2rad((float) $point2['latitude'] - (float) $point1['latitude']);
714
+		$deltaLongitude = deg2rad((float) $point2['longitude'] - (float) $point1['longitude']);
715
+		$a              = sin($deltaLatitude / 2) * sin($deltaLatitude / 2) +
716
+		                  cos(deg2rad((float) $point1['latitude'])) * cos(deg2rad((float) $point2['latitude'])) *
717
+		                  sin($deltaLongitude / 2) * sin($deltaLongitude / 2);
718
+		$c              = 2 * atan2(sqrt($a), sqrt(1 - $a));
719 719
 		$distance       = $earthMeanRadius * $c;
720 720
 
721 721
 		return $distance;
@@ -724,7 +724,7 @@  discard block
 block discarded – undo
724 724
 }
725 725
 
726 726
 
727
-if ( ! function_exists( 'geodir_sendEmail' ) ) {
727
+if (!function_exists('geodir_sendEmail')) {
728 728
 	/**
729 729
 	 * The main function that send transactional emails using the args provided.
730 730
 	 *
@@ -743,93 +743,93 @@  discard block
 block discarded – undo
743 743
 	 * @param string $post_id       The post ID.
744 744
 	 * @param string $user_id       The user ID.
745 745
 	 */
746
-	function geodir_sendEmail( $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra = '', $message_type, $post_id = '', $user_id = '' ) {
746
+	function geodir_sendEmail($fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra = '', $message_type, $post_id = '', $user_id = '') {
747 747
 		$login_details = '';
748 748
 
749 749
 		// strip slashes from subject & message text
750
-		$to_subject = stripslashes_deep( $to_subject );
751
-		$to_message = stripslashes_deep( $to_message );
750
+		$to_subject = stripslashes_deep($to_subject);
751
+		$to_message = stripslashes_deep($to_message);
752 752
 
753
-		if ( $message_type == 'send_friend' ) {
754
-			$subject = get_option( 'geodir_email_friend_subject' );
755
-			$message = get_option( 'geodir_email_friend_content' );
756
-		} elseif ( $message_type == 'send_enquiry' ) {
757
-			$subject = get_option( 'geodir_email_enquiry_subject' );
758
-			$message = get_option( 'geodir_email_enquiry_content' );
753
+		if ($message_type == 'send_friend') {
754
+			$subject = get_option('geodir_email_friend_subject');
755
+			$message = get_option('geodir_email_friend_content');
756
+		} elseif ($message_type == 'send_enquiry') {
757
+			$subject = get_option('geodir_email_enquiry_subject');
758
+			$message = get_option('geodir_email_enquiry_content');
759 759
 
760 760
 			// change to name in some cases
761
-			$post_author = get_post_field( 'post_author', $post_id );
762
-			if(is_super_admin( $post_author  )){// if admin probably not the post author so change name
763
-				$toEmailName = __('Business Owner','geodirectory');
764
-			}elseif(defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id,'claimed')!='1'){// if claim manager installed but listing not claimed
765
-				$toEmailName = __('Business Owner','geodirectory');
761
+			$post_author = get_post_field('post_author', $post_id);
762
+			if (is_super_admin($post_author)) {// if admin probably not the post author so change name
763
+				$toEmailName = __('Business Owner', 'geodirectory');
764
+			}elseif (defined('GEODIRCLAIM_VERSION') && geodir_get_post_meta($post_id, 'claimed') != '1') {// if claim manager installed but listing not claimed
765
+				$toEmailName = __('Business Owner', 'geodirectory');
766 766
 			}
767 767
 
768 768
 
769
-		} elseif ( $message_type == 'forgot_password' ) {
770
-			$subject       = get_option( 'geodir_forgot_password_subject' );
771
-			$message       = get_option( 'geodir_forgot_password_content' );
769
+		} elseif ($message_type == 'forgot_password') {
770
+			$subject       = get_option('geodir_forgot_password_subject');
771
+			$message       = get_option('geodir_forgot_password_content');
772 772
 			$login_details = $to_message;
773
-		} elseif ( $message_type == 'registration' ) {
774
-			$subject       = get_option( 'geodir_registration_success_email_subject' );
775
-			$message       = get_option( 'geodir_registration_success_email_content' );
773
+		} elseif ($message_type == 'registration') {
774
+			$subject       = get_option('geodir_registration_success_email_subject');
775
+			$message       = get_option('geodir_registration_success_email_content');
776 776
 			$login_details = $to_message;
777
-		} elseif ( $message_type == 'post_submit' ) {
778
-			$subject = get_option( 'geodir_post_submited_success_email_subject' );
779
-			$message = get_option( 'geodir_post_submited_success_email_content' );
780
-		} elseif ( $message_type == 'listing_published' ) {
781
-			$subject = get_option( 'geodir_post_published_email_subject' );
782
-			$message = get_option( 'geodir_post_published_email_content' );
783
-		} elseif ( $message_type == 'listing_edited' ) {
784
-			$subject = get_option( 'geodir_post_edited_email_subject_admin' );
785
-			$message = get_option( 'geodir_post_edited_email_content_admin' );
777
+		} elseif ($message_type == 'post_submit') {
778
+			$subject = get_option('geodir_post_submited_success_email_subject');
779
+			$message = get_option('geodir_post_submited_success_email_content');
780
+		} elseif ($message_type == 'listing_published') {
781
+			$subject = get_option('geodir_post_published_email_subject');
782
+			$message = get_option('geodir_post_published_email_content');
783
+		} elseif ($message_type == 'listing_edited') {
784
+			$subject = get_option('geodir_post_edited_email_subject_admin');
785
+			$message = get_option('geodir_post_edited_email_content_admin');
786 786
 		}
787 787
 
788
-		if ( ! empty( $subject ) ) {
789
-			$subject = __( stripslashes_deep( $subject ), 'geodirectory' );
788
+		if (!empty($subject)) {
789
+			$subject = __(stripslashes_deep($subject), 'geodirectory');
790 790
 		}
791 791
 
792
-		if ( ! empty( $message ) ) {
793
-			$message = __( stripslashes_deep( $message ), 'geodirectory' );
792
+		if (!empty($message)) {
793
+			$message = __(stripslashes_deep($message), 'geodirectory');
794 794
 		}
795 795
 
796
-		$to_message        = nl2br( $to_message );
797
-		$sitefromEmail     = get_option( 'site_email' );
796
+		$to_message        = nl2br($to_message);
797
+		$sitefromEmail     = get_option('site_email');
798 798
 		$sitefromEmailName = get_site_emailName();
799
-		$productlink       = get_permalink( $post_id );
799
+		$productlink       = get_permalink($post_id);
800 800
 
801 801
 		$user_login = '';
802
-		if ( $user_id > 0 && $user_info = get_userdata( $user_id ) ) {
802
+		if ($user_id > 0 && $user_info = get_userdata($user_id)) {
803 803
 			$user_login = $user_info->user_login;
804 804
 		}
805 805
 
806 806
 		$posted_date = '';
807 807
 		$listingLink = '';
808 808
 
809
-		$post_info = get_post( $post_id );
809
+		$post_info = get_post($post_id);
810 810
 
811
-		if ( $post_info ) {
811
+		if ($post_info) {
812 812
 			$posted_date = $post_info->post_date;
813
-			$listingLink = '<a href="' . $productlink . '"><b>' . $post_info->post_title . '</b></a>';
813
+			$listingLink = '<a href="'.$productlink.'"><b>'.$post_info->post_title.'</b></a>';
814 814
 		}
815 815
 		$siteurl       = home_url();
816
-		$siteurl_link  = '<a href="' . $siteurl . '">' . $siteurl . '</a>';
816
+		$siteurl_link  = '<a href="'.$siteurl.'">'.$siteurl.'</a>';
817 817
 		$loginurl      = geodir_login_url();
818
-		$loginurl_link = '<a href="' . $loginurl . '">login</a>';
818
+		$loginurl_link = '<a href="'.$loginurl.'">login</a>';
819 819
 
820
-		$post_author_id   = ! empty( $post_info ) ? $post_info->post_author : 0;
821
-		$post_author_name = geodir_get_client_name( $post_author_id );
822
-		$current_date     = date_i18n( 'Y-m-d H:i:s', current_time( 'timestamp' ) );
820
+		$post_author_id   = !empty($post_info) ? $post_info->post_author : 0;
821
+		$post_author_name = geodir_get_client_name($post_author_id);
822
+		$current_date     = date_i18n('Y-m-d H:i:s', current_time('timestamp'));
823 823
 
824
-		if ( $fromEmail == '' ) {
825
-			$fromEmail = get_option( 'site_email' );
824
+		if ($fromEmail == '') {
825
+			$fromEmail = get_option('site_email');
826 826
 		}
827 827
 
828
-		if ( $fromEmailName == '' ) {
829
-			$fromEmailName = get_option( 'site_email_name' );
828
+		if ($fromEmailName == '') {
829
+			$fromEmailName = get_option('site_email_name');
830 830
 		}
831 831
 
832
-		$search_array  = array(
832
+		$search_array = array(
833 833
 			'[#listing_link#]',
834 834
 			'[#site_name_url#]',
835 835
 			'[#post_id#]',
@@ -869,7 +869,7 @@  discard block
 block discarded – undo
869 869
 			$post_author_name,
870 870
 			$current_date
871 871
 		);
872
-		$message       = str_replace( $search_array, $replace_array, $message );
872
+		$message       = str_replace($search_array, $replace_array, $message);
873 873
 
874 874
 		$search_array  = array(
875 875
 			'[#listing_link#]',
@@ -905,12 +905,12 @@  discard block
 block discarded – undo
905 905
 			$post_author_name,
906 906
 			$current_date
907 907
 		);
908
-		$subject       = str_replace( $search_array, $replace_array, $subject );
908
+		$subject = str_replace($search_array, $replace_array, $subject);
909 909
 
910
-		$headers =  array();
910
+		$headers = array();
911 911
 		$headers[] = 'Content-type: text/html; charset=UTF-8';
912
-		$headers[] = "Reply-To: " . $fromEmail;
913
-		$headers[] = 'From: ' . $sitefromEmailName . ' <' . $sitefromEmail . '>';
912
+		$headers[] = "Reply-To: ".$fromEmail;
913
+		$headers[] = 'From: '.$sitefromEmailName.' <'.$sitefromEmail.'>';
914 914
 
915 915
 		$to = $toEmail;
916 916
 
@@ -932,7 +932,7 @@  discard block
 block discarded – undo
932 932
 		 * @param string $post_id       The post ID.
933 933
 		 * @param string $user_id       The user ID.
934 934
 		 */
935
-		$to = apply_filters( 'geodir_sendEmail_to', $to, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id );
935
+		$to = apply_filters('geodir_sendEmail_to', $to, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
936 936
 		/**
937 937
 		 * Filter the client email subject.
938 938
 		 *
@@ -951,7 +951,7 @@  discard block
 block discarded – undo
951 951
 		 * @param string $post_id       The post ID.
952 952
 		 * @param string $user_id       The user ID.
953 953
 		 */
954
-		$subject = apply_filters( 'geodir_sendEmail_subject', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id );
954
+		$subject = apply_filters('geodir_sendEmail_subject', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
955 955
 		/**
956 956
 		 * Filter the client email message.
957 957
 		 *
@@ -970,7 +970,7 @@  discard block
 block discarded – undo
970 970
 		 * @param string $post_id       The post ID.
971 971
 		 * @param string $user_id       The user ID.
972 972
 		 */
973
-		$message = apply_filters( 'geodir_sendEmail_message', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id );
973
+		$message = apply_filters('geodir_sendEmail_message', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
974 974
 		/**
975 975
 		 * Filter the client email headers.
976 976
 		 *
@@ -989,39 +989,39 @@  discard block
 block discarded – undo
989 989
 		 * @param string $post_id       The post ID.
990 990
 		 * @param string $user_id       The user ID.
991 991
 		 */
992
-		$headers = apply_filters( 'geodir_sendEmail_headers', $headers, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id );
992
+		$headers = apply_filters('geodir_sendEmail_headers', $headers, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
993 993
 
994
-		$sent = wp_mail( $to, $subject, $message, $headers );
994
+		$sent = wp_mail($to, $subject, $message, $headers);
995 995
 
996
-		if ( ! $sent ) {
997
-			if ( is_array( $to ) ) {
998
-				$to = implode( ',', $to );
996
+		if (!$sent) {
997
+			if (is_array($to)) {
998
+				$to = implode(',', $to);
999 999
 			}
1000 1000
 			$log_message = sprintf(
1001
-				__( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ),
1001
+				__("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
1002 1002
 				$message_type,
1003
-				date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ),
1003
+				date_i18n('F j Y H:i:s', current_time('timestamp')),
1004 1004
 				$to,
1005 1005
 				$subject
1006 1006
 			);
1007
-			geodir_error_log( $log_message );
1007
+			geodir_error_log($log_message);
1008 1008
 		}
1009 1009
 
1010 1010
 		///////// ADMIN BCC EMIALS
1011
-		$adminEmail = get_bloginfo( 'admin_email' );
1011
+		$adminEmail = get_bloginfo('admin_email');
1012 1012
 		$to         = $adminEmail;
1013 1013
 
1014 1014
 		$admin_bcc = false;
1015
-		if ( $message_type == 'registration' ) {
1016
-			$message_raw  = explode( __( "Password:", 'geodirectory' ), $message );
1017
-			$message_raw2 = explode( "</p>", $message_raw[1], 2 );
1018
-			$message      = $message_raw[0] . __( 'Password:', 'geodirectory' ) . ' **********</p>' . $message_raw2[1];
1015
+		if ($message_type == 'registration') {
1016
+			$message_raw  = explode(__("Password:", 'geodirectory'), $message);
1017
+			$message_raw2 = explode("</p>", $message_raw[1], 2);
1018
+			$message      = $message_raw[0].__('Password:', 'geodirectory').' **********</p>'.$message_raw2[1];
1019 1019
 		}
1020
-		if ( $message_type == 'post_submit' ) {
1021
-			$subject = __( stripslashes_deep( get_option( 'geodir_post_submited_success_email_subject_admin' ) ), 'geodirectory' );
1022
-			$message = __( stripslashes_deep( get_option( 'geodir_post_submited_success_email_content_admin' ) ), 'geodirectory' );
1020
+		if ($message_type == 'post_submit') {
1021
+			$subject = __(stripslashes_deep(get_option('geodir_post_submited_success_email_subject_admin')), 'geodirectory');
1022
+			$message = __(stripslashes_deep(get_option('geodir_post_submited_success_email_content_admin')), 'geodirectory');
1023 1023
 
1024
-			$search_array  = array(
1024
+			$search_array = array(
1025 1025
 				'[#listing_link#]',
1026 1026
 				'[#site_name_url#]',
1027 1027
 				'[#post_id#]',
@@ -1053,7 +1053,7 @@  discard block
 block discarded – undo
1053 1053
 				$user_login,
1054 1054
 				$user_login
1055 1055
 			);
1056
-			$message       = str_replace( $search_array, $replace_array, $message );
1056
+			$message       = str_replace($search_array, $replace_array, $message);
1057 1057
 
1058 1058
 			$search_array  = array(
1059 1059
 				'[#listing_link#]',
@@ -1081,26 +1081,26 @@  discard block
 block discarded – undo
1081 1081
 				$user_login,
1082 1082
 				$user_login
1083 1083
 			);
1084
-			$subject       = str_replace( $search_array, $replace_array, $subject );
1084
+			$subject = str_replace($search_array, $replace_array, $subject);
1085 1085
 
1086 1086
 			$subject .= ' - ADMIN BCC COPY';
1087 1087
 			$admin_bcc = true;
1088 1088
 
1089
-		} elseif ( $message_type == 'registration' && get_option( 'geodir_bcc_new_user' ) ) {
1089
+		} elseif ($message_type == 'registration' && get_option('geodir_bcc_new_user')) {
1090 1090
 			$subject .= ' - ADMIN BCC COPY';
1091 1091
 			$admin_bcc = true;
1092
-		} elseif ( $message_type == 'send_friend' && get_option( 'geodir_bcc_friend' ) ) {
1092
+		} elseif ($message_type == 'send_friend' && get_option('geodir_bcc_friend')) {
1093 1093
 			$subject .= ' - ADMIN BCC COPY';
1094 1094
 			$admin_bcc = true;
1095
-		} elseif ( $message_type == 'send_enquiry' && get_option( 'geodir_bcc_enquiry' ) ) {
1095
+		} elseif ($message_type == 'send_enquiry' && get_option('geodir_bcc_enquiry')) {
1096 1096
 			$subject .= ' - ADMIN BCC COPY';
1097 1097
 			$admin_bcc = true;
1098
-		} elseif ( $message_type == 'listing_published' && get_option( 'geodir_bcc_listing_published' ) ) {
1098
+		} elseif ($message_type == 'listing_published' && get_option('geodir_bcc_listing_published')) {
1099 1099
 			$subject .= ' - ADMIN BCC COPY';
1100 1100
 			$admin_bcc = true;
1101 1101
 		}
1102 1102
 
1103
-		if ( $admin_bcc === true ) {
1103
+		if ($admin_bcc === true) {
1104 1104
 
1105 1105
 			/**
1106 1106
 			 * Filter the client email subject.
@@ -1120,7 +1120,7 @@  discard block
 block discarded – undo
1120 1120
 			 * @param string $post_id       The post ID.
1121 1121
 			 * @param string $user_id       The user ID.
1122 1122
 			 */
1123
-			$subject = apply_filters( 'geodir_sendEmail_subject_admin_bcc', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id );
1123
+			$subject = apply_filters('geodir_sendEmail_subject_admin_bcc', $subject, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
1124 1124
 			/**
1125 1125
 			 * Filter the client email message.
1126 1126
 			 *
@@ -1139,23 +1139,23 @@  discard block
 block discarded – undo
1139 1139
 			 * @param string $post_id       The post ID.
1140 1140
 			 * @param string $user_id       The user ID.
1141 1141
 			 */
1142
-			$message = apply_filters( 'geodir_sendEmail_message_admin_bcc', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id );
1142
+			$message = apply_filters('geodir_sendEmail_message_admin_bcc', $message, $fromEmail, $fromEmailName, $toEmail, $toEmailName, $to_subject, $to_message, $extra, $message_type, $post_id, $user_id);
1143 1143
 
1144 1144
 
1145
-			$sent = wp_mail( $to, $subject, $message, $headers );
1145
+			$sent = wp_mail($to, $subject, $message, $headers);
1146 1146
 
1147
-			if ( ! $sent ) {
1148
-				if ( is_array( $to ) ) {
1149
-					$to = implode( ',', $to );
1147
+			if (!$sent) {
1148
+				if (is_array($to)) {
1149
+					$to = implode(',', $to);
1150 1150
 				}
1151 1151
 				$log_message = sprintf(
1152
-					__( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ),
1152
+					__("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
1153 1153
 					$message_type,
1154
-					date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ),
1154
+					date_i18n('F j Y H:i:s', current_time('timestamp')),
1155 1155
 					$to,
1156 1156
 					$subject
1157 1157
 				);
1158
-				geodir_error_log( $log_message );
1158
+				geodir_error_log($log_message);
1159 1159
 			}
1160 1160
 		}
1161 1161
 
@@ -1171,52 +1171,52 @@  discard block
 block discarded – undo
1171 1171
  */
1172 1172
 function geodir_taxonomy_breadcrumb() {
1173 1173
 
1174
-	$term   = get_term_by( 'slug', get_query_var( 'term' ), get_query_var( 'taxonomy' ) );
1174
+	$term   = get_term_by('slug', get_query_var('term'), get_query_var('taxonomy'));
1175 1175
 	$parent = $term->parent;
1176 1176
 
1177
-	while ( $parent ):
1177
+	while ($parent):
1178 1178
 		$parents[]  = $parent;
1179
-		$new_parent = get_term_by( 'id', $parent, get_query_var( 'taxonomy' ) );
1179
+		$new_parent = get_term_by('id', $parent, get_query_var('taxonomy'));
1180 1180
 		$parent     = $new_parent->parent;
1181 1181
 	endwhile;
1182 1182
 
1183
-	if ( ! empty( $parents ) ):
1184
-		$parents = array_reverse( $parents );
1183
+	if (!empty($parents)):
1184
+		$parents = array_reverse($parents);
1185 1185
 
1186
-		foreach ( $parents as $parent ):
1187
-			$item = get_term_by( 'id', $parent, get_query_var( 'taxonomy' ) );
1188
-			$url  = get_term_link( $item, get_query_var( 'taxonomy' ) );
1189
-			echo '<li> > <a href="' . $url . '">' . $item->name . '</a></li>';
1186
+		foreach ($parents as $parent):
1187
+			$item = get_term_by('id', $parent, get_query_var('taxonomy'));
1188
+			$url  = get_term_link($item, get_query_var('taxonomy'));
1189
+			echo '<li> > <a href="'.$url.'">'.$item->name.'</a></li>';
1190 1190
 		endforeach;
1191 1191
 
1192 1192
 	endif;
1193 1193
 
1194
-	echo '<li> > ' . $term->name . '</li>';
1194
+	echo '<li> > '.$term->name.'</li>';
1195 1195
 }
1196 1196
 
1197
-function geodir_wpml_post_type_archive_link($link, $post_type){
1197
+function geodir_wpml_post_type_archive_link($link, $post_type) {
1198 1198
 
1199
-	if(function_exists('icl_object_id')) {
1200
-		$post_types   = get_option( 'geodir_post_types' );
1201
-		$slug         = $post_types[ $post_type ]['rewrite']['slug'];
1199
+	if (function_exists('icl_object_id')) {
1200
+		$post_types   = get_option('geodir_post_types');
1201
+		$slug         = $post_types[$post_type]['rewrite']['slug'];
1202 1202
 
1203 1203
 		//echo $link.'###'.gd_wpml_get_lang_from_url( $link) ;
1204 1204
 
1205 1205
 		// Alter the CPT slug if WPML is set to do so
1206
-		if ( function_exists( 'icl_object_id' ) ) {
1207
-			if ( gd_wpml_slug_translation_turned_on( $post_type ) && $language_code = gd_wpml_get_lang_from_url( $link) ) {
1206
+		if (function_exists('icl_object_id')) {
1207
+			if (gd_wpml_slug_translation_turned_on($post_type) && $language_code = gd_wpml_get_lang_from_url($link)) {
1208 1208
 
1209 1209
 				$org_slug = $slug;
1210
-				$slug     = apply_filters( 'wpml_translate_single_string',
1210
+				$slug     = apply_filters('wpml_translate_single_string',
1211 1211
 					$slug,
1212 1212
 					'WordPress',
1213
-					'URL slug: ' . $slug,
1214
-					$language_code );
1213
+					'URL slug: '.$slug,
1214
+					$language_code);
1215 1215
 
1216
-				if ( ! $slug ) {
1216
+				if (!$slug) {
1217 1217
 					$slug = $org_slug;
1218 1218
 				} else {
1219
-					$link = str_replace( $org_slug, $slug, $link );
1219
+					$link = str_replace($org_slug, $slug, $link);
1220 1220
 				}
1221 1221
 
1222 1222
 			}
@@ -1247,9 +1247,9 @@  discard block
 block discarded – undo
1247 1247
 	 *
1248 1248
 	 * @since 1.0.0
1249 1249
 	 */
1250
-	$separator = apply_filters( 'geodir_breadcrumb_separator', ' > ' );
1250
+	$separator = apply_filters('geodir_breadcrumb_separator', ' > ');
1251 1251
 
1252
-	if ( ! geodir_is_page( 'home' ) ) {
1252
+	if (!geodir_is_page('home')) {
1253 1253
 		$breadcrumb    = '';
1254 1254
 		$url_categoris = '';
1255 1255
 		$breadcrumb .= '<div class="geodir-breadcrumb clearfix"><ul id="breadcrumbs">';
@@ -1258,162 +1258,162 @@  discard block
 block discarded – undo
1258 1258
 		 *
1259 1259
 		 * @since 1.0.0
1260 1260
 		 */
1261
-		$breadcrumb .= '<li>' . apply_filters( 'geodir_breadcrumb_first_link', '<a href="' . home_url() . '">' . __( 'Home', 'geodirectory' ) . '</a>' ) . '</li>';
1261
+		$breadcrumb .= '<li>'.apply_filters('geodir_breadcrumb_first_link', '<a href="'.home_url().'">'.__('Home', 'geodirectory').'</a>').'</li>';
1262 1262
 
1263 1263
 		$gd_post_type   = geodir_get_current_posttype();
1264
-		$post_type_info = get_post_type_object( $gd_post_type );
1264
+		$post_type_info = get_post_type_object($gd_post_type);
1265 1265
 
1266
-		remove_filter( 'post_type_archive_link', 'geodir_get_posttype_link' );
1266
+		remove_filter('post_type_archive_link', 'geodir_get_posttype_link');
1267 1267
 
1268
-		$listing_link = get_post_type_archive_link( $gd_post_type );
1268
+		$listing_link = get_post_type_archive_link($gd_post_type);
1269 1269
 
1270
-		add_filter( 'post_type_archive_link', 'geodir_get_posttype_link', 10, 2 );
1271
-		$listing_link = rtrim( $listing_link, '/' );
1270
+		add_filter('post_type_archive_link', 'geodir_get_posttype_link', 10, 2);
1271
+		$listing_link = rtrim($listing_link, '/');
1272 1272
 		$listing_link .= '/';
1273 1273
 
1274 1274
 		$post_type_for_location_link = $listing_link;
1275
-		$location_terms              = geodir_get_current_location_terms( 'query_vars', $gd_post_type );
1275
+		$location_terms              = geodir_get_current_location_terms('query_vars', $gd_post_type);
1276 1276
 
1277 1277
 		global $wp, $gd_session;
1278 1278
 		$location_link = $post_type_for_location_link;
1279 1279
 
1280
-		if ( geodir_is_page( 'detail' ) || geodir_is_page( 'listing' ) ) {
1280
+		if (geodir_is_page('detail') || geodir_is_page('listing')) {
1281 1281
 			global $post;
1282
-			$location_manager     = defined( 'POST_LOCATION_TABLE' ) ? true : false;
1283
-			$neighbourhood_active = $location_manager && get_option( 'location_neighbourhoods' ) ? true : false;
1282
+			$location_manager     = defined('POST_LOCATION_TABLE') ? true : false;
1283
+			$neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
1284 1284
 
1285
-			if ( geodir_is_page( 'detail' ) && isset( $post->country_slug ) ) {
1285
+			if (geodir_is_page('detail') && isset($post->country_slug)) {
1286 1286
 				$location_terms = array(
1287 1287
 					'gd_country' => $post->country_slug,
1288 1288
 					'gd_region'  => $post->region_slug,
1289 1289
 					'gd_city'    => $post->city_slug
1290 1290
 				);
1291 1291
 
1292
-				if ( $neighbourhood_active && ! empty( $location_terms['gd_city'] ) && $gd_ses_neighbourhood = $gd_session->get( 'gd_neighbourhood' ) ) {
1292
+				if ($neighbourhood_active && !empty($location_terms['gd_city']) && $gd_ses_neighbourhood = $gd_session->get('gd_neighbourhood')) {
1293 1293
 					$location_terms['gd_neighbourhood'] = $gd_ses_neighbourhood;
1294 1294
 				}
1295 1295
 			}
1296 1296
 
1297
-			$geodir_show_location_url = get_option( 'geodir_show_location_url' );
1297
+			$geodir_show_location_url = get_option('geodir_show_location_url');
1298 1298
 
1299 1299
 			$hide_url_part = array();
1300
-			if ( $location_manager ) {
1301
-				$hide_country_part = get_option( 'geodir_location_hide_country_part' );
1302
-				$hide_region_part  = get_option( 'geodir_location_hide_region_part' );
1303
-
1304
-				if ( $hide_region_part && $hide_country_part ) {
1305
-					$hide_url_part = array( 'gd_country', 'gd_region' );
1306
-				} else if ( $hide_region_part && ! $hide_country_part ) {
1307
-					$hide_url_part = array( 'gd_region' );
1308
-				} else if ( ! $hide_region_part && $hide_country_part ) {
1309
-					$hide_url_part = array( 'gd_country' );
1300
+			if ($location_manager) {
1301
+				$hide_country_part = get_option('geodir_location_hide_country_part');
1302
+				$hide_region_part  = get_option('geodir_location_hide_region_part');
1303
+
1304
+				if ($hide_region_part && $hide_country_part) {
1305
+					$hide_url_part = array('gd_country', 'gd_region');
1306
+				} else if ($hide_region_part && !$hide_country_part) {
1307
+					$hide_url_part = array('gd_region');
1308
+				} else if (!$hide_region_part && $hide_country_part) {
1309
+					$hide_url_part = array('gd_country');
1310 1310
 				}
1311 1311
 			}
1312 1312
 
1313 1313
 			$hide_text_part = array();
1314
-			if ( $geodir_show_location_url == 'country_city' ) {
1315
-				$hide_text_part = array( 'gd_region' );
1314
+			if ($geodir_show_location_url == 'country_city') {
1315
+				$hide_text_part = array('gd_region');
1316 1316
 
1317
-				if ( isset( $location_terms['gd_region'] ) && ! $location_manager ) {
1318
-					unset( $location_terms['gd_region'] );
1317
+				if (isset($location_terms['gd_region']) && !$location_manager) {
1318
+					unset($location_terms['gd_region']);
1319 1319
 				}
1320
-			} else if ( $geodir_show_location_url == 'region_city' ) {
1321
-				$hide_text_part = array( 'gd_country' );
1320
+			} else if ($geodir_show_location_url == 'region_city') {
1321
+				$hide_text_part = array('gd_country');
1322 1322
 
1323
-				if ( isset( $location_terms['gd_country'] ) && ! $location_manager ) {
1324
-					unset( $location_terms['gd_country'] );
1323
+				if (isset($location_terms['gd_country']) && !$location_manager) {
1324
+					unset($location_terms['gd_country']);
1325 1325
 				}
1326
-			} else if ( $geodir_show_location_url == 'city' ) {
1327
-				$hide_text_part = array( 'gd_country', 'gd_region' );
1326
+			} else if ($geodir_show_location_url == 'city') {
1327
+				$hide_text_part = array('gd_country', 'gd_region');
1328 1328
 
1329
-				if ( isset( $location_terms['gd_country'] ) && ! $location_manager ) {
1330
-					unset( $location_terms['gd_country'] );
1329
+				if (isset($location_terms['gd_country']) && !$location_manager) {
1330
+					unset($location_terms['gd_country']);
1331 1331
 				}
1332
-				if ( isset( $location_terms['gd_region'] ) && ! $location_manager ) {
1333
-					unset( $location_terms['gd_region'] );
1332
+				if (isset($location_terms['gd_region']) && !$location_manager) {
1333
+					unset($location_terms['gd_region']);
1334 1334
 				}
1335 1335
 			}
1336 1336
 
1337 1337
 			$is_location_last = '';
1338 1338
 			$is_taxonomy_last = '';
1339 1339
 			$breadcrumb .= '<li>';
1340
-			if ( get_query_var( $gd_post_type . 'category' ) ) {
1341
-				$gd_taxonomy = $gd_post_type . 'category';
1342
-			} elseif ( get_query_var( $gd_post_type . '_tags' ) ) {
1343
-				$gd_taxonomy = $gd_post_type . '_tags';
1340
+			if (get_query_var($gd_post_type.'category')) {
1341
+				$gd_taxonomy = $gd_post_type.'category';
1342
+			} elseif (get_query_var($gd_post_type.'_tags')) {
1343
+				$gd_taxonomy = $gd_post_type.'_tags';
1344 1344
 			}
1345 1345
 
1346
-			$breadcrumb .= $separator . '<a href="' . $listing_link . '">' . __( ucfirst( $post_type_info->label ), 'geodirectory' ) . '</a>';
1347
-			if ( ! empty( $gd_taxonomy ) || geodir_is_page( 'detail' ) ) {
1346
+			$breadcrumb .= $separator.'<a href="'.$listing_link.'">'.__(ucfirst($post_type_info->label), 'geodirectory').'</a>';
1347
+			if (!empty($gd_taxonomy) || geodir_is_page('detail')) {
1348 1348
 				$is_location_last = false;
1349 1349
 			} else {
1350 1350
 				$is_location_last = true;
1351 1351
 			}
1352 1352
 
1353
-			if ( ! empty( $gd_taxonomy ) && geodir_is_page( 'listing' ) ) {
1353
+			if (!empty($gd_taxonomy) && geodir_is_page('listing')) {
1354 1354
 				$is_taxonomy_last = true;
1355 1355
 			} else {
1356 1356
 				$is_taxonomy_last = false;
1357 1357
 			}
1358 1358
 
1359
-			if ( ! empty( $location_terms ) ) {
1360
-				$geodir_get_locations = function_exists( 'get_actual_location_name' ) ? true : false;
1359
+			if (!empty($location_terms)) {
1360
+				$geodir_get_locations = function_exists('get_actual_location_name') ? true : false;
1361 1361
 
1362
-				foreach ( $location_terms as $key => $location_term ) {
1363
-					if ( $location_term != '' ) {
1364
-						if ( ! empty( $hide_url_part ) && in_array( $key, $hide_url_part ) ) { // Hide location part from url & breadcrumb.
1362
+				foreach ($location_terms as $key => $location_term) {
1363
+					if ($location_term != '') {
1364
+						if (!empty($hide_url_part) && in_array($key, $hide_url_part)) { // Hide location part from url & breadcrumb.
1365 1365
 							continue;
1366 1366
 						}
1367 1367
 
1368
-						$gd_location_link_text = preg_replace( '/-(\d+)$/', '', $location_term );
1369
-						$gd_location_link_text = preg_replace( '/[_-]/', ' ', $gd_location_link_text );
1370
-						$gd_location_link_text = ucfirst( $gd_location_link_text );
1368
+						$gd_location_link_text = preg_replace('/-(\d+)$/', '', $location_term);
1369
+						$gd_location_link_text = preg_replace('/[_-]/', ' ', $gd_location_link_text);
1370
+						$gd_location_link_text = ucfirst($gd_location_link_text);
1371 1371
 
1372 1372
 						$location_term_actual_country = '';
1373 1373
 						$location_term_actual_region  = '';
1374 1374
 						$location_term_actual_city    = '';
1375
-						if ( $geodir_get_locations ) {
1376
-							if ( $key == 'gd_country' ) {
1377
-								$location_term_actual_country = get_actual_location_name( 'country', $location_term, true );
1378
-							} else if ( $key == 'gd_region' ) {
1379
-								$location_term_actual_region = get_actual_location_name( 'region', $location_term, true );
1380
-							} else if ( $key == 'gd_city' ) {
1381
-								$location_term_actual_city = get_actual_location_name( 'city', $location_term, true );
1375
+						if ($geodir_get_locations) {
1376
+							if ($key == 'gd_country') {
1377
+								$location_term_actual_country = get_actual_location_name('country', $location_term, true);
1378
+							} else if ($key == 'gd_region') {
1379
+								$location_term_actual_region = get_actual_location_name('region', $location_term, true);
1380
+							} else if ($key == 'gd_city') {
1381
+								$location_term_actual_city = get_actual_location_name('city', $location_term, true);
1382 1382
 							}
1383 1383
 						} else {
1384 1384
 							$location_info = geodir_get_location();
1385 1385
 
1386
-							if ( ! empty( $location_info ) && isset( $location_info->location_id ) ) {
1387
-								if ( $key == 'gd_country' ) {
1388
-									$location_term_actual_country = __( $location_info->country, 'geodirectory' );
1389
-								} else if ( $key == 'gd_region' ) {
1390
-									$location_term_actual_region = __( $location_info->region, 'geodirectory' );
1391
-								} else if ( $key == 'gd_city' ) {
1392
-									$location_term_actual_city = __( $location_info->city, 'geodirectory' );
1386
+							if (!empty($location_info) && isset($location_info->location_id)) {
1387
+								if ($key == 'gd_country') {
1388
+									$location_term_actual_country = __($location_info->country, 'geodirectory');
1389
+								} else if ($key == 'gd_region') {
1390
+									$location_term_actual_region = __($location_info->region, 'geodirectory');
1391
+								} else if ($key == 'gd_city') {
1392
+									$location_term_actual_city = __($location_info->city, 'geodirectory');
1393 1393
 								}
1394 1394
 							}
1395 1395
 						}
1396 1396
 
1397
-						if ( $is_location_last && $key == 'gd_country' && ! ( isset( $location_terms['gd_region'] ) && $location_terms['gd_region'] != '' ) && ! ( isset( $location_terms['gd_city'] ) && $location_terms['gd_city'] != '' ) ) {
1398
-							$breadcrumb .= $location_term_actual_country != '' ? $separator . $location_term_actual_country : $separator . $gd_location_link_text;
1399
-						} else if ( $is_location_last && $key == 'gd_region' && ! ( isset( $location_terms['gd_city'] ) && $location_terms['gd_city'] != '' ) ) {
1400
-							$breadcrumb .= $location_term_actual_region != '' ? $separator . $location_term_actual_region : $separator . $gd_location_link_text;
1401
-						} else if ( $is_location_last && $key == 'gd_city' && empty( $location_terms['gd_neighbourhood'] ) ) {
1402
-							$breadcrumb .= $location_term_actual_city != '' ? $separator . $location_term_actual_city : $separator . $gd_location_link_text;
1403
-						} else if ( $is_location_last && $key == 'gd_neighbourhood' ) {
1404
-							$breadcrumb .= $separator . $gd_location_link_text;
1397
+						if ($is_location_last && $key == 'gd_country' && !(isset($location_terms['gd_region']) && $location_terms['gd_region'] != '') && !(isset($location_terms['gd_city']) && $location_terms['gd_city'] != '')) {
1398
+							$breadcrumb .= $location_term_actual_country != '' ? $separator.$location_term_actual_country : $separator.$gd_location_link_text;
1399
+						} else if ($is_location_last && $key == 'gd_region' && !(isset($location_terms['gd_city']) && $location_terms['gd_city'] != '')) {
1400
+							$breadcrumb .= $location_term_actual_region != '' ? $separator.$location_term_actual_region : $separator.$gd_location_link_text;
1401
+						} else if ($is_location_last && $key == 'gd_city' && empty($location_terms['gd_neighbourhood'])) {
1402
+							$breadcrumb .= $location_term_actual_city != '' ? $separator.$location_term_actual_city : $separator.$gd_location_link_text;
1403
+						} else if ($is_location_last && $key == 'gd_neighbourhood') {
1404
+							$breadcrumb .= $separator.$gd_location_link_text;
1405 1405
 						} else {
1406
-							if ( get_option( 'permalink_structure' ) != '' ) {
1407
-								$location_link .= $location_term . '/';
1406
+							if (get_option('permalink_structure') != '') {
1407
+								$location_link .= $location_term.'/';
1408 1408
 							} else {
1409
-								$location_link .= "&$key=" . $location_term;
1409
+								$location_link .= "&$key=".$location_term;
1410 1410
 							}
1411 1411
 
1412
-							if ( $key == 'gd_country' && $location_term_actual_country != '' ) {
1412
+							if ($key == 'gd_country' && $location_term_actual_country != '') {
1413 1413
 								$gd_location_link_text = $location_term_actual_country;
1414
-							} else if ( $key == 'gd_region' && $location_term_actual_region != '' ) {
1414
+							} else if ($key == 'gd_region' && $location_term_actual_region != '') {
1415 1415
 								$gd_location_link_text = $location_term_actual_region;
1416
-							} else if ( $key == 'gd_city' && $location_term_actual_city != '' ) {
1416
+							} else if ($key == 'gd_city' && $location_term_actual_city != '') {
1417 1417
 								$gd_location_link_text = $location_term_actual_city;
1418 1418
 							}
1419 1419
 
@@ -1423,76 +1423,76 @@  discard block
 block discarded – undo
1423 1423
                             }
1424 1424
                             */
1425 1425
 
1426
-							$breadcrumb .= $separator . '<a href="' . $location_link . '">' . $gd_location_link_text . '</a>';
1426
+							$breadcrumb .= $separator.'<a href="'.$location_link.'">'.$gd_location_link_text.'</a>';
1427 1427
 						}
1428 1428
 					}
1429 1429
 				}
1430 1430
 			}
1431 1431
 
1432
-			if ( ! empty( $gd_taxonomy ) ) {
1432
+			if (!empty($gd_taxonomy)) {
1433 1433
 				$term_index = 1;
1434 1434
 
1435 1435
 				//if(get_option('geodir_add_categories_url'))
1436 1436
 				{
1437
-					if ( get_query_var( $gd_post_type . '_tags' ) ) {
1438
-						$cat_link = $listing_link . 'tags/';
1437
+					if (get_query_var($gd_post_type.'_tags')) {
1438
+						$cat_link = $listing_link.'tags/';
1439 1439
 					} else {
1440 1440
 						$cat_link = $listing_link;
1441 1441
 					}
1442 1442
 
1443
-					foreach ( $location_terms as $key => $location_term ) {
1444
-						if ( $location_manager && in_array( $key, $hide_url_part ) ) {
1443
+					foreach ($location_terms as $key => $location_term) {
1444
+						if ($location_manager && in_array($key, $hide_url_part)) {
1445 1445
 							continue;
1446 1446
 						}
1447 1447
 
1448
-						if ( $location_term != '' ) {
1449
-							if ( get_option( 'permalink_structure' ) != '' ) {
1450
-								$cat_link .= $location_term . '/';
1448
+						if ($location_term != '') {
1449
+							if (get_option('permalink_structure') != '') {
1450
+								$cat_link .= $location_term.'/';
1451 1451
 							}
1452 1452
 						}
1453 1453
 					}
1454 1454
 
1455
-					$term_array = explode( "/", trim( $wp_query->query[ $gd_taxonomy ], "/" ) );
1456
-					foreach ( $term_array as $term ) {
1457
-						$term_link_text = preg_replace( '/-(\d+)$/', '', $term );
1458
-						$term_link_text = preg_replace( '/[_-]/', ' ', $term_link_text );
1455
+					$term_array = explode("/", trim($wp_query->query[$gd_taxonomy], "/"));
1456
+					foreach ($term_array as $term) {
1457
+						$term_link_text = preg_replace('/-(\d+)$/', '', $term);
1458
+						$term_link_text = preg_replace('/[_-]/', ' ', $term_link_text);
1459 1459
 
1460 1460
 						// get term actual name
1461
-						$term_info = get_term_by( 'slug', $term, $gd_taxonomy, 'ARRAY_A' );
1462
-						if ( ! empty( $term_info ) && isset( $term_info['name'] ) && $term_info['name'] != '' ) {
1463
-							$term_link_text = urldecode( $term_info['name'] );
1461
+						$term_info = get_term_by('slug', $term, $gd_taxonomy, 'ARRAY_A');
1462
+						if (!empty($term_info) && isset($term_info['name']) && $term_info['name'] != '') {
1463
+							$term_link_text = urldecode($term_info['name']);
1464 1464
 						} else {
1465 1465
 							continue;
1466 1466
 							//$term_link_text = wp_strip_all_tags(geodir_ucwords(urldecode($term_link_text)));
1467 1467
 						}
1468 1468
 
1469
-						if ( $term_index == count( $term_array ) && $is_taxonomy_last ) {
1470
-							$breadcrumb .= $separator . $term_link_text;
1469
+						if ($term_index == count($term_array) && $is_taxonomy_last) {
1470
+							$breadcrumb .= $separator.$term_link_text;
1471 1471
 						} else {
1472
-							$cat_link .= $term . '/';
1473
-							$breadcrumb .= $separator . '<a href="' . $cat_link . '">' . $term_link_text . '</a>';
1472
+							$cat_link .= $term.'/';
1473
+							$breadcrumb .= $separator.'<a href="'.$cat_link.'">'.$term_link_text.'</a>';
1474 1474
 						}
1475
-						$term_index ++;
1475
+						$term_index++;
1476 1476
 					}
1477 1477
 				}
1478 1478
 
1479 1479
 
1480 1480
 			}
1481 1481
 
1482
-			if ( geodir_is_page( 'detail' ) ) {
1483
-				$breadcrumb .= $separator . get_the_title();
1482
+			if (geodir_is_page('detail')) {
1483
+				$breadcrumb .= $separator.get_the_title();
1484 1484
 			}
1485 1485
 
1486 1486
 			$breadcrumb .= '</li>';
1487 1487
 
1488 1488
 
1489
-		} elseif ( geodir_is_page( 'author' ) ) {
1489
+		} elseif (geodir_is_page('author')) {
1490 1490
 			$user_id             = get_current_user_id();
1491
-			$author_link         = get_author_posts_url( $user_id );
1492
-			$default_author_link = geodir_getlink( $author_link, array(
1491
+			$author_link         = get_author_posts_url($user_id);
1492
+			$default_author_link = geodir_getlink($author_link, array(
1493 1493
 				'geodir_dashbord' => 'true',
1494 1494
 				'stype'           => 'gd_place'
1495
-			), false );
1495
+			), false);
1496 1496
 
1497 1497
 			/**
1498 1498
 			 * Filter author page link.
@@ -1502,16 +1502,16 @@  discard block
 block discarded – undo
1502 1502
 			 * @param string $default_author_link Default author link.
1503 1503
 			 * @param int $user_id                Author ID.
1504 1504
 			 */
1505
-			$default_author_link = apply_filters( 'geodir_dashboard_author_link', $default_author_link, $user_id );
1505
+			$default_author_link = apply_filters('geodir_dashboard_author_link', $default_author_link, $user_id);
1506 1506
 
1507 1507
 			$breadcrumb .= '<li>';
1508
-			$breadcrumb .= $separator . '<a href="' . $default_author_link . '">' . __( 'My Dashboard', 'geodirectory' ) . '</a>';
1508
+			$breadcrumb .= $separator.'<a href="'.$default_author_link.'">'.__('My Dashboard', 'geodirectory').'</a>';
1509 1509
 
1510
-			if ( isset( $_REQUEST['list'] ) ) {
1511
-				$author_link = geodir_getlink( $author_link, array(
1510
+			if (isset($_REQUEST['list'])) {
1511
+				$author_link = geodir_getlink($author_link, array(
1512 1512
 					'geodir_dashbord' => 'true',
1513 1513
 					'stype'           => $_REQUEST['stype']
1514
-				), false );
1514
+				), false);
1515 1515
 
1516 1516
 				/**
1517 1517
 				 * Filter author page link.
@@ -1522,61 +1522,61 @@  discard block
 block discarded – undo
1522 1522
 				 * @param int $user_id        Author ID.
1523 1523
 				 * @param string $_REQUEST    ['stype'] Post type.
1524 1524
 				 */
1525
-				$author_link = apply_filters( 'geodir_dashboard_author_link', $author_link, $user_id, $_REQUEST['stype'] );
1525
+				$author_link = apply_filters('geodir_dashboard_author_link', $author_link, $user_id, $_REQUEST['stype']);
1526 1526
 
1527
-				$breadcrumb .= $separator . '<a href="' . $author_link . '">' . __( ucfirst( $post_type_info->label ), 'geodirectory' ) . '</a>';
1528
-				$breadcrumb .= $separator . ucfirst( __( 'My', 'geodirectory' ) . ' ' . $_REQUEST['list'] );
1527
+				$breadcrumb .= $separator.'<a href="'.$author_link.'">'.__(ucfirst($post_type_info->label), 'geodirectory').'</a>';
1528
+				$breadcrumb .= $separator.ucfirst(__('My', 'geodirectory').' '.$_REQUEST['list']);
1529 1529
 			} else {
1530
-				$breadcrumb .= $separator . __( ucfirst( $post_type_info->label ), 'geodirectory' );
1530
+				$breadcrumb .= $separator.__(ucfirst($post_type_info->label), 'geodirectory');
1531 1531
 			}
1532 1532
 
1533 1533
 			$breadcrumb .= '</li>';
1534
-		} elseif ( is_category() || is_single() ) {
1534
+		} elseif (is_category() || is_single()) {
1535 1535
 			$category = get_the_category();
1536
-			if ( is_category() ) {
1537
-				$breadcrumb .= '<li>' . $separator . $category[0]->cat_name . '</li>';
1536
+			if (is_category()) {
1537
+				$breadcrumb .= '<li>'.$separator.$category[0]->cat_name.'</li>';
1538 1538
 			}
1539
-			if ( is_single() ) {
1540
-				$breadcrumb .= '<li>' . $separator . '<a href="' . get_category_link( $category[0]->term_id ) . '">' . $category[0]->cat_name . '</a></li>';
1541
-				$breadcrumb .= '<li>' . $separator . get_the_title() . '</li>';
1539
+			if (is_single()) {
1540
+				$breadcrumb .= '<li>'.$separator.'<a href="'.get_category_link($category[0]->term_id).'">'.$category[0]->cat_name.'</a></li>';
1541
+				$breadcrumb .= '<li>'.$separator.get_the_title().'</li>';
1542 1542
 			}
1543 1543
 			/* End of my version ##################################################### */
1544
-		} else if ( is_page() ) {
1544
+		} else if (is_page()) {
1545 1545
 			$page_title = get_the_title();
1546 1546
 
1547
-			if ( geodir_is_page( 'location' ) ) {
1547
+			if (geodir_is_page('location')) {
1548 1548
 				$location_page_id = geodir_location_page_id();
1549
-				$loc_post         = get_post( $location_page_id );
1549
+				$loc_post         = get_post($location_page_id);
1550 1550
 				$post_name        = $loc_post->post_name;
1551
-				$slug             = ucwords( str_replace( '-', ' ', $post_name ) );
1552
-				$page_title       = ! empty( $slug ) ? $slug : __( 'Location', 'geodirectory' );
1551
+				$slug             = ucwords(str_replace('-', ' ', $post_name));
1552
+				$page_title       = !empty($slug) ? $slug : __('Location', 'geodirectory');
1553 1553
 			}
1554 1554
 
1555
-			$breadcrumb .= '<li>' . $separator;
1556
-			$breadcrumb .= stripslashes_deep( $page_title );
1555
+			$breadcrumb .= '<li>'.$separator;
1556
+			$breadcrumb .= stripslashes_deep($page_title);
1557 1557
 			$breadcrumb .= '</li>';
1558
-		} else if ( is_tag() ) {
1559
-			$breadcrumb .= "<li> " . $separator . single_tag_title( '', false ) . '</li>';
1560
-		} else if ( is_day() ) {
1561
-			$breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " ";
1562
-			the_time( 'F jS, Y' );
1558
+		} else if (is_tag()) {
1559
+			$breadcrumb .= "<li> ".$separator.single_tag_title('', false).'</li>';
1560
+		} else if (is_day()) {
1561
+			$breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
1562
+			the_time('F jS, Y');
1563 1563
 			$breadcrumb .= '</li>';
1564
-		} else if ( is_month() ) {
1565
-			$breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " ";
1566
-			the_time( 'F, Y' );
1564
+		} else if (is_month()) {
1565
+			$breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
1566
+			the_time('F, Y');
1567 1567
 			$breadcrumb .= '</li>';
1568
-		} else if ( is_year() ) {
1569
-			$breadcrumb .= "<li> " . $separator . __( " Archive for", 'geodirectory' ) . " ";
1570
-			the_time( 'Y' );
1568
+		} else if (is_year()) {
1569
+			$breadcrumb .= "<li> ".$separator.__(" Archive for", 'geodirectory')." ";
1570
+			the_time('Y');
1571 1571
 			$breadcrumb .= '</li>';
1572
-		} else if ( is_author() ) {
1573
-			$breadcrumb .= "<li> " . $separator . __( " Author Archive", 'geodirectory' );
1572
+		} else if (is_author()) {
1573
+			$breadcrumb .= "<li> ".$separator.__(" Author Archive", 'geodirectory');
1574 1574
 			$breadcrumb .= '</li>';
1575
-		} else if ( isset( $_GET['paged'] ) && ! empty( $_GET['paged'] ) ) {
1576
-			$breadcrumb .= "<li>" . $separator . __( "Blog Archives", 'geodirectory' );
1575
+		} else if (isset($_GET['paged']) && !empty($_GET['paged'])) {
1576
+			$breadcrumb .= "<li>".$separator.__("Blog Archives", 'geodirectory');
1577 1577
 			$breadcrumb .= '</li>';
1578
-		} else if ( is_search() ) {
1579
-			$breadcrumb .= "<li> " . $separator . __( " Search Results", 'geodirectory' );
1578
+		} else if (is_search()) {
1579
+			$breadcrumb .= "<li> ".$separator.__(" Search Results", 'geodirectory');
1580 1580
 			$breadcrumb .= '</li>';
1581 1581
 		}
1582 1582
 		$breadcrumb .= '</ul></div>';
@@ -1589,13 +1589,13 @@  discard block
 block discarded – undo
1589 1589
 		 * @param string $breadcrumb Breadcrumb HTML.
1590 1590
 		 * @param string $separator  Breadcrumb separator.
1591 1591
 		 */
1592
-		echo $breadcrumb = apply_filters( 'geodir_breadcrumb', $breadcrumb, $separator );
1592
+		echo $breadcrumb = apply_filters('geodir_breadcrumb', $breadcrumb, $separator);
1593 1593
 	}
1594 1594
 }
1595 1595
 
1596 1596
 
1597
-add_action( "admin_init", "geodir_allow_wpadmin" ); // check user is admin
1598
-if ( ! function_exists( 'geodir_allow_wpadmin' ) ) {
1597
+add_action("admin_init", "geodir_allow_wpadmin"); // check user is admin
1598
+if (!function_exists('geodir_allow_wpadmin')) {
1599 1599
 	/**
1600 1600
 	 * Allow only admins to access wp-admin.
1601 1601
 	 *
@@ -1607,12 +1607,12 @@  discard block
 block discarded – undo
1607 1607
 	 */
1608 1608
 	function geodir_allow_wpadmin() {
1609 1609
 		global $wpdb;
1610
-		if ( get_option( 'geodir_allow_wpadmin' ) == '0' && is_user_logged_in() && ( ! defined( 'DOING_AJAX' ) ) ) // checking action in request to allow ajax request go through
1610
+		if (get_option('geodir_allow_wpadmin') == '0' && is_user_logged_in() && (!defined('DOING_AJAX'))) // checking action in request to allow ajax request go through
1611 1611
 		{
1612
-			if ( current_user_can( 'administrator' ) ) {
1612
+			if (current_user_can('administrator')) {
1613 1613
 			} else {
1614 1614
 
1615
-				wp_redirect( home_url() );
1615
+				wp_redirect(home_url());
1616 1616
 				exit;
1617 1617
 			}
1618 1618
 
@@ -1631,23 +1631,23 @@  discard block
 block discarded – undo
1631 1631
  *
1632 1632
  * @return array|WP_Error The uploaded data as array. When failure returns error.
1633 1633
  */
1634
-function fetch_remote_file( $url ) {
1634
+function fetch_remote_file($url) {
1635 1635
 	// extract the file name and extension from the url
1636
-	require_once( ABSPATH . 'wp-includes/pluggable.php' );
1637
-	$file_name = basename( $url );
1638
-	if ( strpos( $file_name, '?' ) !== false ) {
1639
-		list( $file_name ) = explode( '?', $file_name );
1636
+	require_once(ABSPATH.'wp-includes/pluggable.php');
1637
+	$file_name = basename($url);
1638
+	if (strpos($file_name, '?') !== false) {
1639
+		list($file_name) = explode('?', $file_name);
1640 1640
 	}
1641 1641
 	$dummy        = false;
1642 1642
 	$add_to_cache = false;
1643 1643
 	$key          = null;
1644
-	if ( strpos( $url, '/dummy/' ) !== false ) {
1644
+	if (strpos($url, '/dummy/') !== false) {
1645 1645
 		$dummy = true;
1646
-		$key   = "dummy_" . str_replace( '.', '_', $file_name );
1647
-		$value = get_transient( 'cached_dummy_images' );
1648
-		if ( $value ) {
1649
-			if ( isset( $value[ $key ] ) ) {
1650
-				return $value[ $key ];
1646
+		$key   = "dummy_".str_replace('.', '_', $file_name);
1647
+		$value = get_transient('cached_dummy_images');
1648
+		if ($value) {
1649
+			if (isset($value[$key])) {
1650
+				return $value[$key];
1651 1651
 			} else {
1652 1652
 				$add_to_cache = true;
1653 1653
 			}
@@ -1658,58 +1658,58 @@  discard block
 block discarded – undo
1658 1658
 
1659 1659
 	// get placeholder file in the upload dir with a unique, sanitized filename
1660 1660
 
1661
-	$post_upload_date = isset( $post['upload_date'] ) ? $post['upload_date'] : '';
1661
+	$post_upload_date = isset($post['upload_date']) ? $post['upload_date'] : '';
1662 1662
 
1663
-	$upload = wp_upload_bits( $file_name, 0, '', $post_upload_date );
1664
-	if ( $upload['error'] ) {
1665
-		return new WP_Error( 'upload_dir_error', $upload['error'] );
1663
+	$upload = wp_upload_bits($file_name, 0, '', $post_upload_date);
1664
+	if ($upload['error']) {
1665
+		return new WP_Error('upload_dir_error', $upload['error']);
1666 1666
 	}
1667 1667
 
1668 1668
 
1669
-	sleep( 0.3 );// if multiple remote file this can cause the remote server to timeout so we add a slight delay
1669
+	sleep(0.3); // if multiple remote file this can cause the remote server to timeout so we add a slight delay
1670 1670
 
1671 1671
 	// fetch the remote url and write it to the placeholder file
1672
-	$headers = wp_remote_get( $url, array( 'stream' => true, 'filename' => $upload['file'] ) );
1672
+	$headers = wp_remote_get($url, array('stream' => true, 'filename' => $upload['file']));
1673 1673
 
1674 1674
 	$log_message = '';
1675
-	if ( is_wp_error( $headers ) ) {
1676
-		echo 'file: ' . $url;
1675
+	if (is_wp_error($headers)) {
1676
+		echo 'file: '.$url;
1677 1677
 
1678
-		return new WP_Error( 'import_file_error', $headers->get_error_message() );
1678
+		return new WP_Error('import_file_error', $headers->get_error_message());
1679 1679
 	}
1680 1680
 
1681
-	$filesize = filesize( $upload['file'] );
1681
+	$filesize = filesize($upload['file']);
1682 1682
 	// request failed
1683
-	if ( ! $headers ) {
1684
-		$log_message = __( 'Remote server did not respond', 'geodirectory' );
1683
+	if (!$headers) {
1684
+		$log_message = __('Remote server did not respond', 'geodirectory');
1685 1685
 	} // make sure the fetch was successful
1686
-	elseif ( $headers['response']['code'] != '200' ) {
1687
-		$log_message = sprintf( __( 'Remote server returned error response %1$d %2$s', 'geodirectory' ), esc_html( $headers['response'] ), get_status_header_desc( $headers['response'] ) );
1688
-	} elseif ( isset( $headers['headers']['content-length'] ) && $filesize != $headers['headers']['content-length'] ) {
1689
-		$log_message = __( 'Remote file is incorrect size', 'geodirectory' );
1690
-	} elseif ( 0 == $filesize ) {
1691
-		$log_message = __( 'Zero size file downloaded', 'geodirectory' );
1692
-	}
1693
-
1694
-	if ( $log_message ) {
1695
-		$del = unlink( $upload['file'] );
1696
-		if ( ! $del ) {
1697
-			geodir_error_log( __( 'GeoDirectory: fetch_remote_file() failed to delete temp file.', 'geodirectory' ) );
1686
+	elseif ($headers['response']['code'] != '200') {
1687
+		$log_message = sprintf(__('Remote server returned error response %1$d %2$s', 'geodirectory'), esc_html($headers['response']), get_status_header_desc($headers['response']));
1688
+	} elseif (isset($headers['headers']['content-length']) && $filesize != $headers['headers']['content-length']) {
1689
+		$log_message = __('Remote file is incorrect size', 'geodirectory');
1690
+	} elseif (0 == $filesize) {
1691
+		$log_message = __('Zero size file downloaded', 'geodirectory');
1692
+	}
1693
+
1694
+	if ($log_message) {
1695
+		$del = unlink($upload['file']);
1696
+		if (!$del) {
1697
+			geodir_error_log(__('GeoDirectory: fetch_remote_file() failed to delete temp file.', 'geodirectory'));
1698 1698
 		}
1699 1699
 
1700
-		return new WP_Error( 'import_file_error', $log_message );
1700
+		return new WP_Error('import_file_error', $log_message);
1701 1701
 	}
1702 1702
 
1703
-	if ( $dummy && $add_to_cache && is_array( $upload ) ) {
1704
-		$images = get_transient( 'cached_dummy_images' );
1705
-		if ( is_array( $images ) ) {
1706
-			$images[ $key ] = $upload;
1703
+	if ($dummy && $add_to_cache && is_array($upload)) {
1704
+		$images = get_transient('cached_dummy_images');
1705
+		if (is_array($images)) {
1706
+			$images[$key] = $upload;
1707 1707
 		} else {
1708
-			$images = array( $key => $upload );
1708
+			$images = array($key => $upload);
1709 1709
 		}
1710 1710
 
1711 1711
 		//setting the cache using the WP Transient API
1712
-		set_transient( 'cached_dummy_images', $images, 60 * 10 ); //10 minutes cache
1712
+		set_transient('cached_dummy_images', $images, 60 * 10); //10 minutes cache
1713 1713
 	}
1714 1714
 
1715 1715
 	return $upload;
@@ -1723,12 +1723,12 @@  discard block
 block discarded – undo
1723 1723
  * @return string|void Max upload size.
1724 1724
  */
1725 1725
 function geodir_max_upload_size() {
1726
-	$max_filesize = (float) get_option( 'geodir_upload_max_filesize', 2 );
1726
+	$max_filesize = (float) get_option('geodir_upload_max_filesize', 2);
1727 1727
 
1728
-	if ( $max_filesize > 0 && $max_filesize < 1 ) {
1729
-		$max_filesize = (int) ( $max_filesize * 1024 ) . 'kb';
1728
+	if ($max_filesize > 0 && $max_filesize < 1) {
1729
+		$max_filesize = (int) ($max_filesize * 1024).'kb';
1730 1730
 	} else {
1731
-		$max_filesize = $max_filesize > 0 ? $max_filesize . 'mb' : '2mb';
1731
+		$max_filesize = $max_filesize > 0 ? $max_filesize.'mb' : '2mb';
1732 1732
 	}
1733 1733
 
1734 1734
 	/**
@@ -1738,7 +1738,7 @@  discard block
 block discarded – undo
1738 1738
 	 *
1739 1739
 	 * @param string $max_filesize Max file upload size. Ex. 10mb, 512kb.
1740 1740
 	 */
1741
-	return apply_filters( 'geodir_default_image_upload_size_limit', $max_filesize );
1741
+	return apply_filters('geodir_default_image_upload_size_limit', $max_filesize);
1742 1742
 }
1743 1743
 
1744 1744
 /**
@@ -1751,8 +1751,8 @@  discard block
 block discarded – undo
1751 1751
  * @return bool If dummy folder exists returns true, else false.
1752 1752
  */
1753 1753
 function geodir_dummy_folder_exists() {
1754
-	$path = geodir_plugin_path() . '/geodirectory-admin/dummy/';
1755
-	if ( ! is_dir( $path ) ) {
1754
+	$path = geodir_plugin_path().'/geodirectory-admin/dummy/';
1755
+	if (!is_dir($path)) {
1756 1756
 		return false;
1757 1757
 	} else {
1758 1758
 		return true;
@@ -1771,17 +1771,17 @@  discard block
 block discarded – undo
1771 1771
  *
1772 1772
  * @return object Author info.
1773 1773
  */
1774
-function geodir_get_author_info( $aid ) {
1774
+function geodir_get_author_info($aid) {
1775 1775
 	global $wpdb;
1776 1776
 	/*$infosql = "select * from $wpdb->users where ID=$aid";*/
1777
-	$infosql = $wpdb->prepare( "select * from $wpdb->users where ID=%d", array( $aid ) );
1778
-	$info    = $wpdb->get_results( $infosql );
1779
-	if ( $info ) {
1777
+	$infosql = $wpdb->prepare("select * from $wpdb->users where ID=%d", array($aid));
1778
+	$info    = $wpdb->get_results($infosql);
1779
+	if ($info) {
1780 1780
 		return $info[0];
1781 1781
 	}
1782 1782
 }
1783 1783
 
1784
-if ( ! function_exists( 'adminEmail' ) ) {
1784
+if (!function_exists('adminEmail')) {
1785 1785
 	/**
1786 1786
 	 * Send emails to client on post submission, renew etc.
1787 1787
 	 *
@@ -1794,67 +1794,67 @@  discard block
 block discarded – undo
1794 1794
 	 * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'.
1795 1795
 	 * @param string $custom_1     Custom data to be sent.
1796 1796
 	 */
1797
-	function adminEmail( $page_id, $user_id, $message_type, $custom_1 = '' ) {
1797
+	function adminEmail($page_id, $user_id, $message_type, $custom_1 = '') {
1798 1798
 		global $wpdb;
1799
-		if ( $message_type == 'expiration' ) {
1800
-			$subject        = stripslashes( __( get_option( 'renew_email_subject' ), 'geodirectory' ) );
1801
-			$client_message = stripslashes( __( get_option( 'renew_email_content' ), 'geodirectory' ) );
1802
-		} elseif ( $message_type == 'post_submited' ) {
1803
-			$subject        = __( get_option( 'post_submited_success_email_subject_admin' ), 'geodirectory' );
1804
-			$client_message = __( get_option( 'post_submited_success_email_content_admin' ), 'geodirectory' );
1805
-		} elseif ( $message_type == 'renew' ) {
1806
-			$subject        = __( get_option( 'post_renew_success_email_subject_admin' ), 'geodirectory' );
1807
-			$client_message = __( get_option( 'post_renew_success_email_content_admin' ), 'geodirectory' );
1808
-		} elseif ( $message_type == 'upgrade' ) {
1809
-			$subject        = __( get_option( 'post_upgrade_success_email_subject_admin' ), 'geodirectory' );
1810
-			$client_message = __( get_option( 'post_upgrade_success_email_content_admin' ), 'geodirectory' );
1811
-		} elseif ( $message_type == 'claim_approved' ) {
1812
-			$subject        = __( get_option( 'claim_approved_email_subject' ), 'geodirectory' );
1813
-			$client_message = __( get_option( 'claim_approved_email_content' ), 'geodirectory' );
1814
-		} elseif ( $message_type == 'claim_rejected' ) {
1815
-			$subject        = __( get_option( 'claim_rejected_email_subject' ), 'geodirectory' );
1816
-			$client_message = __( get_option( 'claim_rejected_email_content' ), 'geodirectory' );
1817
-		} elseif ( $message_type == 'claim_requested' ) {
1818
-			$subject        = __( get_option( 'claim_email_subject_admin' ), 'geodirectory' );
1819
-			$client_message = __( get_option( 'claim_email_content_admin' ), 'geodirectory' );
1820
-		} elseif ( $message_type == 'auto_claim' ) {
1821
-			$subject        = __( get_option( 'auto_claim_email_subject' ), 'geodirectory' );
1822
-			$client_message = __( get_option( 'auto_claim_email_content' ), 'geodirectory' );
1823
-		} elseif ( $message_type == 'payment_success' ) {
1824
-			$subject        = __( get_option( 'post_payment_success_admin_email_subject' ), 'geodirectory' );
1825
-			$client_message = __( get_option( 'post_payment_success_admin_email_content' ), 'geodirectory' );
1826
-		} elseif ( $message_type == 'payment_fail' ) {
1827
-			$subject        = __( get_option( 'post_payment_fail_admin_email_subject' ), 'geodirectory' );
1828
-			$client_message = __( get_option( 'post_payment_fail_admin_email_content' ), 'geodirectory' );
1799
+		if ($message_type == 'expiration') {
1800
+			$subject        = stripslashes(__(get_option('renew_email_subject'), 'geodirectory'));
1801
+			$client_message = stripslashes(__(get_option('renew_email_content'), 'geodirectory'));
1802
+		} elseif ($message_type == 'post_submited') {
1803
+			$subject        = __(get_option('post_submited_success_email_subject_admin'), 'geodirectory');
1804
+			$client_message = __(get_option('post_submited_success_email_content_admin'), 'geodirectory');
1805
+		} elseif ($message_type == 'renew') {
1806
+			$subject        = __(get_option('post_renew_success_email_subject_admin'), 'geodirectory');
1807
+			$client_message = __(get_option('post_renew_success_email_content_admin'), 'geodirectory');
1808
+		} elseif ($message_type == 'upgrade') {
1809
+			$subject        = __(get_option('post_upgrade_success_email_subject_admin'), 'geodirectory');
1810
+			$client_message = __(get_option('post_upgrade_success_email_content_admin'), 'geodirectory');
1811
+		} elseif ($message_type == 'claim_approved') {
1812
+			$subject        = __(get_option('claim_approved_email_subject'), 'geodirectory');
1813
+			$client_message = __(get_option('claim_approved_email_content'), 'geodirectory');
1814
+		} elseif ($message_type == 'claim_rejected') {
1815
+			$subject        = __(get_option('claim_rejected_email_subject'), 'geodirectory');
1816
+			$client_message = __(get_option('claim_rejected_email_content'), 'geodirectory');
1817
+		} elseif ($message_type == 'claim_requested') {
1818
+			$subject        = __(get_option('claim_email_subject_admin'), 'geodirectory');
1819
+			$client_message = __(get_option('claim_email_content_admin'), 'geodirectory');
1820
+		} elseif ($message_type == 'auto_claim') {
1821
+			$subject        = __(get_option('auto_claim_email_subject'), 'geodirectory');
1822
+			$client_message = __(get_option('auto_claim_email_content'), 'geodirectory');
1823
+		} elseif ($message_type == 'payment_success') {
1824
+			$subject        = __(get_option('post_payment_success_admin_email_subject'), 'geodirectory');
1825
+			$client_message = __(get_option('post_payment_success_admin_email_content'), 'geodirectory');
1826
+		} elseif ($message_type == 'payment_fail') {
1827
+			$subject        = __(get_option('post_payment_fail_admin_email_subject'), 'geodirectory');
1828
+			$client_message = __(get_option('post_payment_fail_admin_email_content'), 'geodirectory');
1829 1829
 		}
1830 1830
 		$transaction_details = $custom_1;
1831
-		$fromEmail           = get_option( 'site_email' );
1831
+		$fromEmail           = get_option('site_email');
1832 1832
 		$fromEmailName       = get_site_emailName();
1833 1833
 //$alivedays = get_post_meta($page_id,'alive_days',true);
1834
-		$pkg_limit            = get_property_price_info_listing( $page_id );
1834
+		$pkg_limit            = get_property_price_info_listing($page_id);
1835 1835
 		$alivedays            = $pkg_limit['days'];
1836
-		$productlink          = get_permalink( $page_id );
1837
-		$post_info            = get_post( $page_id );
1838
-		$post_date            = date( 'dS F,Y', strtotime( $post_info->post_date ) );
1839
-		$listingLink          = '<a href="' . $productlink . '"><b>' . $post_info->post_title . '</b></a>';
1836
+		$productlink          = get_permalink($page_id);
1837
+		$post_info            = get_post($page_id);
1838
+		$post_date            = date('dS F,Y', strtotime($post_info->post_date));
1839
+		$listingLink          = '<a href="'.$productlink.'"><b>'.$post_info->post_title.'</b></a>';
1840 1840
 		$loginurl             = geodir_login_url();
1841
-		$loginurl_link        = '<a href="' . $loginurl . '">login</a>';
1841
+		$loginurl_link        = '<a href="'.$loginurl.'">login</a>';
1842 1842
 		$siteurl              = home_url();
1843
-		$siteurl_link         = '<a href="' . $siteurl . '">' . $fromEmailName . '</a>';
1844
-		$user_info            = get_userdata( $user_id );
1843
+		$siteurl_link         = '<a href="'.$siteurl.'">'.$fromEmailName.'</a>';
1844
+		$user_info            = get_userdata($user_id);
1845 1845
 		$user_email           = $user_info->user_email;
1846
-		$display_name         = geodir_get_client_name( $user_id );
1846
+		$display_name         = geodir_get_client_name($user_id);
1847 1847
 		$user_login           = $user_info->user_login;
1848
-		$number_of_grace_days = get_option( 'ptthemes_listing_preexpiry_notice_days' );
1849
-		if ( $number_of_grace_days == '' ) {
1848
+		$number_of_grace_days = get_option('ptthemes_listing_preexpiry_notice_days');
1849
+		if ($number_of_grace_days == '') {
1850 1850
 			$number_of_grace_days = 1;
1851 1851
 		}
1852
-		if ( $post_info->post_type == 'event' ) {
1852
+		if ($post_info->post_type == 'event') {
1853 1853
 			$post_type = 'event';
1854 1854
 		} else {
1855 1855
 			$post_type = 'listing';
1856 1856
 		}
1857
-		$renew_link     = '<a href="' . $siteurl . '?ptype=post_' . $post_type . '&renew=1&pid=' . $page_id . '">' . RENEW_LINK . '</a>';
1857
+		$renew_link     = '<a href="'.$siteurl.'?ptype=post_'.$post_type.'&renew=1&pid='.$page_id.'">'.RENEW_LINK.'</a>';
1858 1858
 		$search_array   = array(
1859 1859
 			'[#client_name#]',
1860 1860
 			'[#listing_link#]',
@@ -1870,7 +1870,7 @@  discard block
 block discarded – undo
1870 1870
 			'[#site_name#]',
1871 1871
 			'[#transaction_details#]'
1872 1872
 		);
1873
-		$replace_array  = array(
1873
+		$replace_array = array(
1874 1874
 			$display_name,
1875 1875
 			$listingLink,
1876 1876
 			$post_date,
@@ -1885,13 +1885,13 @@  discard block
 block discarded – undo
1885 1885
 			$fromEmailName,
1886 1886
 			$transaction_details
1887 1887
 		);
1888
-		$client_message = str_replace( $search_array, $replace_array, $client_message );
1889
-		$subject        = str_replace( $search_array, $replace_array, $subject );
1888
+		$client_message = str_replace($search_array, $replace_array, $client_message);
1889
+		$subject        = str_replace($search_array, $replace_array, $subject);
1890 1890
 		
1891 1891
 		
1892
-		$headers  = array();
1892
+		$headers = array();
1893 1893
 		$headers[] = 'Content-type: text/html; charset=UTF-8';
1894
-		$headers[] = 'From: ' . $fromEmailName . ' <' . $fromEmail . '>';
1894
+		$headers[] = 'From: '.$fromEmailName.' <'.$fromEmail.'>';
1895 1895
 
1896 1896
 		$to      = $fromEmail;
1897 1897
 		$message = $client_message;
@@ -1909,7 +1909,7 @@  discard block
 block discarded – undo
1909 1909
 		 * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'.
1910 1910
 		 * @param string $custom_1     Custom data to be sent.
1911 1911
 		 */
1912
-		$to = apply_filters( 'geodir_adminEmail_to', $to, $page_id, $user_id, $message_type, $custom_1 );
1912
+		$to = apply_filters('geodir_adminEmail_to', $to, $page_id, $user_id, $message_type, $custom_1);
1913 1913
 		/**
1914 1914
 		 * Filter the admin email subject.
1915 1915
 		 *
@@ -1922,7 +1922,7 @@  discard block
 block discarded – undo
1922 1922
 		 * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'.
1923 1923
 		 * @param string $custom_1     Custom data to be sent.
1924 1924
 		 */
1925
-		$subject = apply_filters( 'geodir_adminEmail_subject', $subject, $page_id, $user_id, $message_type, $custom_1 );
1925
+		$subject = apply_filters('geodir_adminEmail_subject', $subject, $page_id, $user_id, $message_type, $custom_1);
1926 1926
 		/**
1927 1927
 		 * Filter the admin email message.
1928 1928
 		 *
@@ -1935,7 +1935,7 @@  discard block
 block discarded – undo
1935 1935
 		 * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'.
1936 1936
 		 * @param string $custom_1     Custom data to be sent.
1937 1937
 		 */
1938
-		$message = apply_filters( 'geodir_adminEmail_message', $message, $page_id, $user_id, $message_type, $custom_1 );
1938
+		$message = apply_filters('geodir_adminEmail_message', $message, $page_id, $user_id, $message_type, $custom_1);
1939 1939
 		/**
1940 1940
 		 * Filter the admin email headers.
1941 1941
 		 *
@@ -1948,22 +1948,22 @@  discard block
 block discarded – undo
1948 1948
 		 * @param string $message_type Can be 'expiration','post_submited','renew','upgrade','claim_approved','claim_rejected','claim_requested','auto_claim','payment_success','payment_fail'.
1949 1949
 		 * @param string $custom_1     Custom data to be sent.
1950 1950
 		 */
1951
-		$headers = apply_filters( 'geodir_adminEmail_headers', $headers, $page_id, $user_id, $message_type, $custom_1 );
1951
+		$headers = apply_filters('geodir_adminEmail_headers', $headers, $page_id, $user_id, $message_type, $custom_1);
1952 1952
 
1953 1953
 
1954
-		$sent = wp_mail( $to, $subject, $message, $headers );
1955
-		if ( ! $sent ) {
1956
-			if ( is_array( $to ) ) {
1957
-				$to = implode( ',', $to );
1954
+		$sent = wp_mail($to, $subject, $message, $headers);
1955
+		if (!$sent) {
1956
+			if (is_array($to)) {
1957
+				$to = implode(',', $to);
1958 1958
 			}
1959 1959
 			$log_message = sprintf(
1960
-				__( "Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory' ),
1960
+				__("Email from GeoDirectory failed to send.\nMessage type: %s\nSend time: %s\nTo: %s\nSubject: %s\n\n", 'geodirectory'),
1961 1961
 				$message_type,
1962
-				date_i18n( 'F j Y H:i:s', current_time( 'timestamp' ) ),
1962
+				date_i18n('F j Y H:i:s', current_time('timestamp')),
1963 1963
 				$to,
1964 1964
 				$subject
1965 1965
 			);
1966
-			geodir_error_log( $log_message );
1966
+			geodir_error_log($log_message);
1967 1967
 		}
1968 1968
 	}
1969 1969
 }
@@ -1983,12 +1983,12 @@  discard block
 block discarded – undo
1983 1983
  *
1984 1984
  * @return array Category IDs.
1985 1985
  */
1986
-function gd_lang_object_ids( $ids_array, $type ) {
1987
-	if ( function_exists( 'icl_object_id' ) ) {
1986
+function gd_lang_object_ids($ids_array, $type) {
1987
+	if (function_exists('icl_object_id')) {
1988 1988
 		$res = array();
1989
-		foreach ( $ids_array as $id ) {
1990
-			$xlat = icl_object_id( $id, $type, false );
1991
-			if ( ! is_null( $xlat ) ) {
1989
+		foreach ($ids_array as $id) {
1990
+			$xlat = icl_object_id($id, $type, false);
1991
+			if (!is_null($xlat)) {
1992 1992
 				$res[] = $xlat;
1993 1993
 			}
1994 1994
 		}
@@ -2012,20 +2012,20 @@  discard block
 block discarded – undo
2012 2012
  *
2013 2013
  * @return array Modified Body CSS classes.
2014 2014
  */
2015
-function geodir_custom_posts_body_class( $classes ) {
2015
+function geodir_custom_posts_body_class($classes) {
2016 2016
 	global $wpdb, $wp;
2017
-	$post_types = geodir_get_posttypes( 'object' );
2018
-	if ( ! empty( $post_types ) && count( (array) $post_types ) > 1 ) {
2017
+	$post_types = geodir_get_posttypes('object');
2018
+	if (!empty($post_types) && count((array) $post_types) > 1) {
2019 2019
 		$classes[] = 'geodir_custom_posts';
2020 2020
 	}
2021 2021
 
2022 2022
 	// fix body class for signup page
2023
-	if ( geodir_is_page( 'login' ) ) {
2023
+	if (geodir_is_page('login')) {
2024 2024
 		$new_classes   = array();
2025 2025
 		$new_classes[] = 'signup page-geodir-signup';
2026
-		if ( ! empty( $classes ) ) {
2027
-			foreach ( $classes as $class ) {
2028
-				if ( $class && $class != 'home' && $class != 'blog' ) {
2026
+		if (!empty($classes)) {
2027
+			foreach ($classes as $class) {
2028
+				if ($class && $class != 'home' && $class != 'blog') {
2029 2029
 					$new_classes[] = $class;
2030 2030
 				}
2031 2031
 			}
@@ -2033,14 +2033,14 @@  discard block
 block discarded – undo
2033 2033
 		$classes = $new_classes;
2034 2034
 	}
2035 2035
 
2036
-	if ( geodir_is_geodir_page() ) {
2036
+	if (geodir_is_geodir_page()) {
2037 2037
 		$classes[] = 'geodir-page';
2038 2038
 	}
2039 2039
 
2040 2040
 	return $classes;
2041 2041
 }
2042 2042
 
2043
-add_filter( 'body_class', 'geodir_custom_posts_body_class' ); // let's add a class to the body so we can style the new addition to the search
2043
+add_filter('body_class', 'geodir_custom_posts_body_class'); // let's add a class to the body so we can style the new addition to the search
2044 2044
 
2045 2045
 
2046 2046
 /**
@@ -2056,7 +2056,7 @@  discard block
 block discarded – undo
2056 2056
 	 *
2057 2057
 	 * @since 1.0.0
2058 2058
 	 */
2059
-	return apply_filters( 'geodir_map_zoom_level', array(
2059
+	return apply_filters('geodir_map_zoom_level', array(
2060 2060
 		1,
2061 2061
 		2,
2062 2062
 		3,
@@ -2076,7 +2076,7 @@  discard block
 block discarded – undo
2076 2076
 		17,
2077 2077
 		18,
2078 2078
 		19
2079
-	) );
2079
+	));
2080 2080
 
2081 2081
 }
2082 2082
 
@@ -2089,12 +2089,12 @@  discard block
 block discarded – undo
2089 2089
  *
2090 2090
  * @param string $geodir_option_name Option key.
2091 2091
  */
2092
-function geodir_option_version_backup( $geodir_option_name ) {
2092
+function geodir_option_version_backup($geodir_option_name) {
2093 2093
 	$version_date  = time();
2094
-	$geodir_option = get_option( $geodir_option_name );
2094
+	$geodir_option = get_option($geodir_option_name);
2095 2095
 
2096
-	if ( ! empty( $geodir_option ) ) {
2097
-		add_option( $geodir_option_name . '_' . $version_date, $geodir_option );
2096
+	if (!empty($geodir_option)) {
2097
+		add_option($geodir_option_name.'_'.$version_date, $geodir_option);
2098 2098
 	}
2099 2099
 }
2100 2100
 
@@ -2108,10 +2108,10 @@  discard block
 block discarded – undo
2108 2108
  *
2109 2109
  * @return int Page ID.
2110 2110
  */
2111
-function get_page_id_geodir_add_listing_page( $page_id ) {
2112
-	if ( geodir_wpml_multilingual_status() ) {
2111
+function get_page_id_geodir_add_listing_page($page_id) {
2112
+	if (geodir_wpml_multilingual_status()) {
2113 2113
 		$post_type = 'post_page';
2114
-		$page_id   = geodir_get_wpml_element_id( $page_id, $post_type );
2114
+		$page_id   = geodir_get_wpml_element_id($page_id, $post_type);
2115 2115
 	}
2116 2116
 
2117 2117
 	return $page_id;
@@ -2125,7 +2125,7 @@  discard block
 block discarded – undo
2125 2125
  * @return bool Returns true when sitepress multilingual CMS active. else returns false.
2126 2126
  */
2127 2127
 function geodir_wpml_multilingual_status() {
2128
-	if ( function_exists( 'icl_object_id' ) ) {
2128
+	if (function_exists('icl_object_id')) {
2129 2129
 		return true;
2130 2130
 	}
2131 2131
 
@@ -2143,19 +2143,19 @@  discard block
 block discarded – undo
2143 2143
  *
2144 2144
  * @return int Element ID when exists. Else the page id.
2145 2145
  */
2146
-function geodir_get_wpml_element_id( $page_id, $post_type ) {
2146
+function geodir_get_wpml_element_id($page_id, $post_type) {
2147 2147
 	global $sitepress;
2148
-	if ( geodir_wpml_multilingual_status() && ! empty( $sitepress ) && isset( $sitepress->queries ) ) {
2149
-		$trid = $sitepress->get_element_trid( $page_id, $post_type );
2148
+	if (geodir_wpml_multilingual_status() && !empty($sitepress) && isset($sitepress->queries)) {
2149
+		$trid = $sitepress->get_element_trid($page_id, $post_type);
2150 2150
 
2151
-		if ( $trid > 0 ) {
2152
-			$translations = $sitepress->get_element_translations( $trid, $post_type );
2151
+		if ($trid > 0) {
2152
+			$translations = $sitepress->get_element_translations($trid, $post_type);
2153 2153
 
2154 2154
 			$lang = $sitepress->get_current_language();
2155 2155
 			$lang = $lang ? $lang : $sitepress->get_default_language();
2156 2156
 
2157
-			if ( ! empty( $translations ) && ! empty( $lang ) && isset( $translations[ $lang ] ) && isset( $translations[ $lang ]->element_id ) && ! empty( $translations[ $lang ]->element_id ) ) {
2158
-				$page_id = $translations[ $lang ]->element_id;
2157
+			if (!empty($translations) && !empty($lang) && isset($translations[$lang]) && isset($translations[$lang]->element_id) && !empty($translations[$lang]->element_id)) {
2158
+				$page_id = $translations[$lang]->element_id;
2159 2159
 			}
2160 2160
 		}
2161 2161
 	}
@@ -2172,15 +2172,15 @@  discard block
 block discarded – undo
2172 2172
  */
2173 2173
 function geodir_wpml_check_element_id() {
2174 2174
 	global $sitepress;
2175
-	if ( geodir_wpml_multilingual_status() && ! empty( $sitepress ) && isset( $sitepress->queries ) ) {
2175
+	if (geodir_wpml_multilingual_status() && !empty($sitepress) && isset($sitepress->queries)) {
2176 2176
 		$el_type      = 'post_page';
2177
-		$el_id        = get_option( 'geodir_add_listing_page' );
2177
+		$el_id        = get_option('geodir_add_listing_page');
2178 2178
 		$default_lang = $sitepress->get_default_language();
2179
-		$el_details   = $sitepress->get_element_language_details( $el_id, $el_type );
2179
+		$el_details   = $sitepress->get_element_language_details($el_id, $el_type);
2180 2180
 
2181
-		if ( ! ( $el_id > 0 && $default_lang && ! empty( $el_details ) && isset( $el_details->language_code ) && $el_details->language_code == $default_lang ) ) {
2182
-			if ( ! $el_details->source_language_code ) {
2183
-				$sitepress->set_element_language_details( $el_id, $el_type, '', $default_lang );
2181
+		if (!($el_id > 0 && $default_lang && !empty($el_details) && isset($el_details->language_code) && $el_details->language_code == $default_lang)) {
2182
+			if (!$el_details->source_language_code) {
2183
+				$sitepress->set_element_language_details($el_id, $el_type, '', $default_lang);
2184 2184
 				$sitepress->icl_translations_cache->clear();
2185 2185
 			}
2186 2186
 		}
@@ -2199,41 +2199,41 @@  discard block
 block discarded – undo
2199 2199
  *
2200 2200
  * @return string Orderby SQL.
2201 2201
  */
2202
-function geodir_widget_listings_get_order( $query_args ) {
2202
+function geodir_widget_listings_get_order($query_args) {
2203 2203
 	global $wpdb, $plugin_prefix, $gd_query_args_widgets;
2204 2204
 
2205 2205
 	$query_args = $gd_query_args_widgets;
2206
-	if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
2207
-		return $wpdb->posts . ".post_date DESC, ";
2206
+	if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
2207
+		return $wpdb->posts.".post_date DESC, ";
2208 2208
 	}
2209 2209
 
2210
-	$post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type'];
2211
-	$table     = $plugin_prefix . $post_type . '_detail';
2210
+	$post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type'];
2211
+	$table     = $plugin_prefix.$post_type.'_detail';
2212 2212
 
2213
-	$sort_by = ! empty( $query_args['order_by'] ) ? $query_args['order_by'] : '';
2213
+	$sort_by = !empty($query_args['order_by']) ? $query_args['order_by'] : '';
2214 2214
 
2215
-	switch ( $sort_by ) {
2215
+	switch ($sort_by) {
2216 2216
 		case 'latest':
2217 2217
 		case 'newest':
2218
-			$orderby = $wpdb->posts . ".post_date DESC, ";
2218
+			$orderby = $wpdb->posts.".post_date DESC, ";
2219 2219
 			break;
2220 2220
 		case 'featured':
2221
-			$orderby = $table . ".is_featured ASC, ";
2221
+			$orderby = $table.".is_featured ASC, ";
2222 2222
 			break;
2223 2223
 		case 'az':
2224
-			$orderby = $wpdb->posts . ".post_title ASC, ";
2224
+			$orderby = $wpdb->posts.".post_title ASC, ";
2225 2225
 			break;
2226 2226
 		case 'high_review':
2227
-			$orderby = $table . ".rating_count DESC, " . $table . ".overall_rating DESC, ";
2227
+			$orderby = $table.".rating_count DESC, ".$table.".overall_rating DESC, ";
2228 2228
 			break;
2229 2229
 		case 'high_rating':
2230
-			$orderby = "( " . $table . ".overall_rating  ) DESC, ";
2230
+			$orderby = "( ".$table.".overall_rating  ) DESC, ";
2231 2231
 			break;
2232 2232
 		case 'random':
2233 2233
 			$orderby = "RAND(), ";
2234 2234
 			break;
2235 2235
 		default:
2236
-			$orderby = $wpdb->posts . ".post_title ASC, ";
2236
+			$orderby = $wpdb->posts.".post_title ASC, ";
2237 2237
 			break;
2238 2238
 	}
2239 2239
 
@@ -2256,15 +2256,15 @@  discard block
 block discarded – undo
2256 2256
  *
2257 2257
  * @return mixed Result object.
2258 2258
  */
2259
-function geodir_get_widget_listings( $query_args = array(), $count_only = false ) {
2259
+function geodir_get_widget_listings($query_args = array(), $count_only = false) {
2260 2260
 	global $wpdb, $plugin_prefix, $table_prefix;
2261 2261
 	$GLOBALS['gd_query_args_widgets'] = $query_args;
2262 2262
 	$gd_query_args_widgets            = $query_args;
2263 2263
 
2264
-	$post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type'];
2265
-	$table     = $plugin_prefix . $post_type . '_detail';
2264
+	$post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type'];
2265
+	$table     = $plugin_prefix.$post_type.'_detail';
2266 2266
 
2267
-	$fields = $wpdb->posts . ".*, " . $table . ".*";
2267
+	$fields = $wpdb->posts.".*, ".$table.".*";
2268 2268
 	/**
2269 2269
 	 * Filter widget listing fields string part that is being used for query.
2270 2270
 	 *
@@ -2274,17 +2274,17 @@  discard block
 block discarded – undo
2274 2274
 	 * @param string $table     Table name.
2275 2275
 	 * @param string $post_type Post type.
2276 2276
 	 */
2277
-	$fields = apply_filters( 'geodir_filter_widget_listings_fields', $fields, $table, $post_type );
2277
+	$fields = apply_filters('geodir_filter_widget_listings_fields', $fields, $table, $post_type);
2278 2278
 
2279
-	$join = "INNER JOIN " . $table . " ON (" . $table . ".post_id = " . $wpdb->posts . ".ID)";
2279
+	$join = "INNER JOIN ".$table." ON (".$table.".post_id = ".$wpdb->posts.".ID)";
2280 2280
 
2281 2281
 	########### WPML ###########
2282 2282
 
2283
-	if ( function_exists( 'icl_object_id' ) ) {
2283
+	if (function_exists('icl_object_id')) {
2284 2284
 		global $sitepress;
2285 2285
 		$lang_code = ICL_LANGUAGE_CODE;
2286
-		if ( $lang_code ) {
2287
-			$join .= " JOIN " . $table_prefix . "icl_translations icl_t ON icl_t.element_id = " . $table_prefix . "posts.ID";
2286
+		if ($lang_code) {
2287
+			$join .= " JOIN ".$table_prefix."icl_translations icl_t ON icl_t.element_id = ".$table_prefix."posts.ID";
2288 2288
 		}
2289 2289
 	}
2290 2290
 
@@ -2298,15 +2298,15 @@  discard block
 block discarded – undo
2298 2298
 	 * @param string $join      Join clause string.
2299 2299
 	 * @param string $post_type Post type.
2300 2300
 	 */
2301
-	$join = apply_filters( 'geodir_filter_widget_listings_join', $join, $post_type );
2301
+	$join = apply_filters('geodir_filter_widget_listings_join', $join, $post_type);
2302 2302
 
2303
-	$post_status = is_super_admin() ? " OR " . $wpdb->posts . ".post_status = 'private'" : '';
2303
+	$post_status = is_super_admin() ? " OR ".$wpdb->posts.".post_status = 'private'" : '';
2304 2304
 
2305
-	$where = " AND ( " . $wpdb->posts . ".post_status = 'publish' " . $post_status . " ) AND " . $wpdb->posts . ".post_type = '" . $post_type . "'";
2305
+	$where = " AND ( ".$wpdb->posts.".post_status = 'publish' ".$post_status." ) AND ".$wpdb->posts.".post_type = '".$post_type."'";
2306 2306
 
2307 2307
 	########### WPML ###########
2308
-	if ( function_exists( 'icl_object_id' ) ) {
2309
-		if ( $lang_code ) {
2308
+	if (function_exists('icl_object_id')) {
2309
+		if ($lang_code) {
2310 2310
 			$where .= " AND icl_t.language_code = '$lang_code' AND icl_t.element_type = 'post_$post_type' ";
2311 2311
 		}
2312 2312
 	}
@@ -2319,8 +2319,8 @@  discard block
 block discarded – undo
2319 2319
 	 * @param string $where     Where clause string.
2320 2320
 	 * @param string $post_type Post type.
2321 2321
 	 */
2322
-	$where = apply_filters( 'geodir_filter_widget_listings_where', $where, $post_type );
2323
-	$where = $where != '' ? " WHERE 1=1 " . $where : '';
2322
+	$where = apply_filters('geodir_filter_widget_listings_where', $where, $post_type);
2323
+	$where = $where != '' ? " WHERE 1=1 ".$where : '';
2324 2324
 
2325 2325
 	$groupby = " GROUP BY $wpdb->posts.ID ";
2326 2326
 	/**
@@ -2331,15 +2331,15 @@  discard block
 block discarded – undo
2331 2331
 	 * @param string $groupby   Group by clause string.
2332 2332
 	 * @param string $post_type Post type.
2333 2333
 	 */
2334
-	$groupby = apply_filters( 'geodir_filter_widget_listings_groupby', $groupby, $post_type );
2334
+	$groupby = apply_filters('geodir_filter_widget_listings_groupby', $groupby, $post_type);
2335 2335
 
2336
-	if ( $count_only ) {
2337
-		$sql  = "SELECT COUNT(DISTINCT " . $wpdb->posts . ".ID) AS total FROM " . $wpdb->posts . "
2338
-			" . $join . "
2336
+	if ($count_only) {
2337
+		$sql  = "SELECT COUNT(DISTINCT ".$wpdb->posts.".ID) AS total FROM ".$wpdb->posts."
2338
+			" . $join."
2339 2339
 			" . $where;
2340
-		$rows = (int) $wpdb->get_var( $sql );
2340
+		$rows = (int) $wpdb->get_var($sql);
2341 2341
 	} else {
2342
-		$orderby = geodir_widget_listings_get_order( $query_args );
2342
+		$orderby = geodir_widget_listings_get_order($query_args);
2343 2343
 		/**
2344 2344
 		 * Filter widget listing orderby clause string part that is being used for query.
2345 2345
 		 *
@@ -2349,11 +2349,11 @@  discard block
 block discarded – undo
2349 2349
 		 * @param string $table     Table name.
2350 2350
 		 * @param string $post_type Post type.
2351 2351
 		 */
2352
-		$orderby = apply_filters( 'geodir_filter_widget_listings_orderby', $orderby, $table, $post_type );
2353
-		$orderby .= $wpdb->posts . ".post_title ASC";
2354
-		$orderby = $orderby != '' ? " ORDER BY " . $orderby : '';
2352
+		$orderby = apply_filters('geodir_filter_widget_listings_orderby', $orderby, $table, $post_type);
2353
+		$orderby .= $wpdb->posts.".post_title ASC";
2354
+		$orderby = $orderby != '' ? " ORDER BY ".$orderby : '';
2355 2355
 
2356
-		$limit = ! empty( $query_args['posts_per_page'] ) ? $query_args['posts_per_page'] : 5;
2356
+		$limit = !empty($query_args['posts_per_page']) ? $query_args['posts_per_page'] : 5;
2357 2357
 		/**
2358 2358
 		 * Filter widget listing limit that is being used for query.
2359 2359
 		 *
@@ -2362,26 +2362,26 @@  discard block
 block discarded – undo
2362 2362
 		 * @param int $limit        Query results limit.
2363 2363
 		 * @param string $post_type Post type.
2364 2364
 		 */
2365
-		$limit = apply_filters( 'geodir_filter_widget_listings_limit', $limit, $post_type );
2365
+		$limit = apply_filters('geodir_filter_widget_listings_limit', $limit, $post_type);
2366 2366
 
2367
-		$page = ! empty( $query_args['pageno'] ) ? absint( $query_args['pageno'] ) : 1;
2368
-		if ( ! $page ) {
2367
+		$page = !empty($query_args['pageno']) ? absint($query_args['pageno']) : 1;
2368
+		if (!$page) {
2369 2369
 			$page = 1;
2370 2370
 		}
2371 2371
 
2372
-		$limit = (int) $limit > 0 ? " LIMIT " . absint( ( $page - 1 ) * (int) $limit ) . ", " . (int) $limit : "";
2372
+		$limit = (int) $limit > 0 ? " LIMIT ".absint(($page - 1) * (int) $limit).", ".(int) $limit : "";
2373 2373
 
2374
-		$sql  = "SELECT SQL_CALC_FOUND_ROWS " . $fields . " FROM " . $wpdb->posts . "
2375
-			" . $join . "
2376
-			" . $where . "
2377
-			" . $groupby . "
2378
-			" . $orderby . "
2374
+		$sql = "SELECT SQL_CALC_FOUND_ROWS ".$fields." FROM ".$wpdb->posts."
2375
+			" . $join."
2376
+			" . $where."
2377
+			" . $groupby."
2378
+			" . $orderby."
2379 2379
 			" . $limit;
2380
-		$rows = $wpdb->get_results( $sql );
2380
+		$rows = $wpdb->get_results($sql);
2381 2381
 	}
2382 2382
 
2383
-	unset( $GLOBALS['gd_query_args_widgets'] );
2384
-	unset( $gd_query_args_widgets );
2383
+	unset($GLOBALS['gd_query_args_widgets']);
2384
+	unset($gd_query_args_widgets);
2385 2385
 
2386 2386
 	return $rows;
2387 2387
 }
@@ -2398,11 +2398,11 @@  discard block
 block discarded – undo
2398 2398
  *
2399 2399
  * @return string Modified fields SQL.
2400 2400
  */
2401
-function geodir_function_widget_listings_fields( $fields ) {
2401
+function geodir_function_widget_listings_fields($fields) {
2402 2402
 	global $wpdb, $plugin_prefix, $gd_query_args_widgets;
2403 2403
 
2404 2404
 	$query_args = $gd_query_args_widgets;
2405
-	if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
2405
+	if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
2406 2406
 		return $fields;
2407 2407
 	}
2408 2408
 
@@ -2421,24 +2421,24 @@  discard block
 block discarded – undo
2421 2421
  *
2422 2422
  * @return string Modified join clause SQL.
2423 2423
  */
2424
-function geodir_function_widget_listings_join( $join ) {
2424
+function geodir_function_widget_listings_join($join) {
2425 2425
 	global $wpdb, $plugin_prefix, $gd_query_args_widgets;
2426 2426
 
2427 2427
 	$query_args = $gd_query_args_widgets;
2428
-	if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
2428
+	if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
2429 2429
 		return $join;
2430 2430
 	}
2431 2431
 
2432
-	$post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type'];
2433
-	$table     = $plugin_prefix . $post_type . '_detail';
2432
+	$post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type'];
2433
+	$table     = $plugin_prefix.$post_type.'_detail';
2434 2434
 
2435
-	if ( ! empty( $query_args['with_pics_only'] ) ) {
2436
-		$join .= " LEFT JOIN " . GEODIR_ATTACHMENT_TABLE . " ON ( " . GEODIR_ATTACHMENT_TABLE . ".post_id=" . $table . ".post_id AND " . GEODIR_ATTACHMENT_TABLE . ".mime_type LIKE '%image%' )";
2435
+	if (!empty($query_args['with_pics_only'])) {
2436
+		$join .= " LEFT JOIN ".GEODIR_ATTACHMENT_TABLE." ON ( ".GEODIR_ATTACHMENT_TABLE.".post_id=".$table.".post_id AND ".GEODIR_ATTACHMENT_TABLE.".mime_type LIKE '%image%' )";
2437 2437
 	}
2438 2438
 
2439
-	if ( ! empty( $query_args['tax_query'] ) ) {
2440
-		$tax_queries = get_tax_sql( $query_args['tax_query'], $wpdb->posts, 'ID' );
2441
-		if ( ! empty( $tax_queries['join'] ) && ! empty( $tax_queries['where'] ) ) {
2439
+	if (!empty($query_args['tax_query'])) {
2440
+		$tax_queries = get_tax_sql($query_args['tax_query'], $wpdb->posts, 'ID');
2441
+		if (!empty($tax_queries['join']) && !empty($tax_queries['where'])) {
2442 2442
 			$join .= $tax_queries['join'];
2443 2443
 		}
2444 2444
 	}
@@ -2458,49 +2458,49 @@  discard block
 block discarded – undo
2458 2458
  *
2459 2459
  * @return string Modified where clause SQL.
2460 2460
  */
2461
-function geodir_function_widget_listings_where( $where ) {
2461
+function geodir_function_widget_listings_where($where) {
2462 2462
 	global $wpdb, $plugin_prefix, $gd_query_args_widgets;
2463 2463
 
2464 2464
 	$query_args = $gd_query_args_widgets;
2465
-	if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
2465
+	if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
2466 2466
 		return $where;
2467 2467
 	}
2468
-	$post_type = empty( $query_args['post_type'] ) ? 'gd_place' : $query_args['post_type'];
2469
-	$table     = $plugin_prefix . $post_type . '_detail';
2468
+	$post_type = empty($query_args['post_type']) ? 'gd_place' : $query_args['post_type'];
2469
+	$table     = $plugin_prefix.$post_type.'_detail';
2470 2470
 
2471
-	if ( ! empty( $query_args ) ) {
2472
-		if ( ! empty( $query_args['gd_location'] ) && function_exists( 'geodir_default_location_where' ) ) {
2473
-			$where = geodir_default_location_where( $where, $table );
2471
+	if (!empty($query_args)) {
2472
+		if (!empty($query_args['gd_location']) && function_exists('geodir_default_location_where')) {
2473
+			$where = geodir_default_location_where($where, $table);
2474 2474
 		}
2475 2475
 
2476
-		if ( ! empty( $query_args['post_author'] ) ) {
2477
-			$where .= " AND " . $wpdb->posts . ".post_author = " . (int) $query_args['post_author'];
2476
+		if (!empty($query_args['post_author'])) {
2477
+			$where .= " AND ".$wpdb->posts.".post_author = ".(int) $query_args['post_author'];
2478 2478
 		}
2479 2479
 
2480
-		if ( ! empty( $query_args['show_featured_only'] ) ) {
2481
-			$where .= " AND " . $table . ".is_featured = '1'";
2480
+		if (!empty($query_args['show_featured_only'])) {
2481
+			$where .= " AND ".$table.".is_featured = '1'";
2482 2482
 		}
2483 2483
 
2484
-		if ( ! empty( $query_args['show_special_only'] ) ) {
2485
-			$where .= " AND ( " . $table . ".geodir_special_offers != '' AND " . $table . ".geodir_special_offers IS NOT NULL )";
2484
+		if (!empty($query_args['show_special_only'])) {
2485
+			$where .= " AND ( ".$table.".geodir_special_offers != '' AND ".$table.".geodir_special_offers IS NOT NULL )";
2486 2486
 		}
2487 2487
 
2488
-		if ( ! empty( $query_args['with_pics_only'] ) ) {
2489
-			$where .= " AND " . GEODIR_ATTACHMENT_TABLE . ".ID IS NOT NULL ";
2488
+		if (!empty($query_args['with_pics_only'])) {
2489
+			$where .= " AND ".GEODIR_ATTACHMENT_TABLE.".ID IS NOT NULL ";
2490 2490
 		}
2491 2491
 
2492
-		if ( ! empty( $query_args['featured_image_only'] ) ) {
2493
-			$where .= " AND " . $table . ".featured_image IS NOT NULL AND " . $table . ".featured_image!='' ";
2492
+		if (!empty($query_args['featured_image_only'])) {
2493
+			$where .= " AND ".$table.".featured_image IS NOT NULL AND ".$table.".featured_image!='' ";
2494 2494
 		}
2495 2495
 
2496
-		if ( ! empty( $query_args['with_videos_only'] ) ) {
2497
-			$where .= " AND ( " . $table . ".geodir_video != '' AND " . $table . ".geodir_video IS NOT NULL )";
2496
+		if (!empty($query_args['with_videos_only'])) {
2497
+			$where .= " AND ( ".$table.".geodir_video != '' AND ".$table.".geodir_video IS NOT NULL )";
2498 2498
 		}
2499 2499
 
2500
-		if ( ! empty( $query_args['tax_query'] ) ) {
2501
-			$tax_queries = get_tax_sql( $query_args['tax_query'], $wpdb->posts, 'ID' );
2500
+		if (!empty($query_args['tax_query'])) {
2501
+			$tax_queries = get_tax_sql($query_args['tax_query'], $wpdb->posts, 'ID');
2502 2502
 
2503
-			if ( ! empty( $tax_queries['join'] ) && ! empty( $tax_queries['where'] ) ) {
2503
+			if (!empty($tax_queries['join']) && !empty($tax_queries['where'])) {
2504 2504
 				$where .= $tax_queries['where'];
2505 2505
 			}
2506 2506
 		}
@@ -2521,11 +2521,11 @@  discard block
 block discarded – undo
2521 2521
  *
2522 2522
  * @return string Modified orderby clause SQL.
2523 2523
  */
2524
-function geodir_function_widget_listings_orderby( $orderby ) {
2524
+function geodir_function_widget_listings_orderby($orderby) {
2525 2525
 	global $wpdb, $plugin_prefix, $gd_query_args_widgets;
2526 2526
 
2527 2527
 	$query_args = $gd_query_args_widgets;
2528
-	if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
2528
+	if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
2529 2529
 		return $orderby;
2530 2530
 	}
2531 2531
 
@@ -2544,15 +2544,15 @@  discard block
 block discarded – undo
2544 2544
  *
2545 2545
  * @return int Query limit.
2546 2546
  */
2547
-function geodir_function_widget_listings_limit( $limit ) {
2547
+function geodir_function_widget_listings_limit($limit) {
2548 2548
 	global $wpdb, $plugin_prefix, $gd_query_args_widgets;
2549 2549
 
2550 2550
 	$query_args = $gd_query_args_widgets;
2551
-	if ( empty( $query_args ) || empty( $query_args['is_geodir_loop'] ) ) {
2551
+	if (empty($query_args) || empty($query_args['is_geodir_loop'])) {
2552 2552
 		return $limit;
2553 2553
 	}
2554 2554
 
2555
-	if ( ! empty( $query_args ) && ! empty( $query_args['posts_per_page'] ) ) {
2555
+	if (!empty($query_args) && !empty($query_args['posts_per_page'])) {
2556 2556
 		$limit = (int) $query_args['posts_per_page'];
2557 2557
 	}
2558 2558
 
@@ -2570,12 +2570,12 @@  discard block
 block discarded – undo
2570 2570
  *
2571 2571
  * @return int Large size width.
2572 2572
  */
2573
-function geodir_media_image_large_width( $default = 800, $params = '' ) {
2574
-	$large_size_w = get_option( 'large_size_w' );
2573
+function geodir_media_image_large_width($default = 800, $params = '') {
2574
+	$large_size_w = get_option('large_size_w');
2575 2575
 	$large_size_w = $large_size_w > 0 ? $large_size_w : $default;
2576
-	$large_size_w = absint( $large_size_w );
2576
+	$large_size_w = absint($large_size_w);
2577 2577
 
2578
-	if ( ! get_option( 'geodir_use_wp_media_large_size' ) ) {
2578
+	if (!get_option('geodir_use_wp_media_large_size')) {
2579 2579
 		$large_size_w = 800;
2580 2580
 	}
2581 2581
 
@@ -2588,7 +2588,7 @@  discard block
 block discarded – undo
2588 2588
 	 * @param int $default         Default width.
2589 2589
 	 * @param string|array $params Image parameters.
2590 2590
 	 */
2591
-	$large_size_w = apply_filters( 'geodir_filter_media_image_large_width', $large_size_w, $default, $params );
2591
+	$large_size_w = apply_filters('geodir_filter_media_image_large_width', $large_size_w, $default, $params);
2592 2592
 
2593 2593
 	return $large_size_w;
2594 2594
 }
@@ -2604,12 +2604,12 @@  discard block
 block discarded – undo
2604 2604
  *
2605 2605
  * @return int Large size height.
2606 2606
  */
2607
-function geodir_media_image_large_height( $default = 800, $params = '' ) {
2608
-	$large_size_h = get_option( 'large_size_h' );
2607
+function geodir_media_image_large_height($default = 800, $params = '') {
2608
+	$large_size_h = get_option('large_size_h');
2609 2609
 	$large_size_h = $large_size_h > 0 ? $large_size_h : $default;
2610
-	$large_size_h = absint( $large_size_h );
2610
+	$large_size_h = absint($large_size_h);
2611 2611
 
2612
-	if ( ! get_option( 'geodir_use_wp_media_large_size' ) ) {
2612
+	if (!get_option('geodir_use_wp_media_large_size')) {
2613 2613
 		$large_size_h = 800;
2614 2614
 	}
2615 2615
 
@@ -2622,7 +2622,7 @@  discard block
 block discarded – undo
2622 2622
 	 * @param int $default         Default height.
2623 2623
 	 * @param string|array $params Image parameters.
2624 2624
 	 */
2625
-	$large_size_h = apply_filters( 'geodir_filter_media_image_large_height', $large_size_h, $default, $params );
2625
+	$large_size_h = apply_filters('geodir_filter_media_image_large_height', $large_size_h, $default, $params);
2626 2626
 
2627 2627
 	return $large_size_h;
2628 2628
 }
@@ -2639,8 +2639,8 @@  discard block
 block discarded – undo
2639 2639
  *
2640 2640
  * @return string Sanitized name.
2641 2641
  */
2642
-function geodir_sanitize_location_name( $type, $name, $translate = true ) {
2643
-	if ( $name == '' ) {
2642
+function geodir_sanitize_location_name($type, $name, $translate = true) {
2643
+	if ($name == '') {
2644 2644
 		return null;
2645 2645
 	}
2646 2646
 
@@ -2649,13 +2649,13 @@  discard block
 block discarded – undo
2649 2649
 	$type = $type == 'gd_city' ? 'city' : $type;
2650 2650
 
2651 2651
 	$return = $name;
2652
-	if ( function_exists( 'get_actual_location_name' ) ) {
2653
-		$return = get_actual_location_name( $type, $name, $translate );
2652
+	if (function_exists('get_actual_location_name')) {
2653
+		$return = get_actual_location_name($type, $name, $translate);
2654 2654
 	} else {
2655
-		$return = preg_replace( '/-(\d+)$/', '', $return );
2656
-		$return = preg_replace( '/[_-]/', ' ', $return );
2657
-		$return = geodir_ucwords( $return );
2658
-		$return = $translate ? __( $return, 'geodirectory' ) : $return;
2655
+		$return = preg_replace('/-(\d+)$/', '', $return);
2656
+		$return = preg_replace('/[_-]/', ' ', $return);
2657
+		$return = geodir_ucwords($return);
2658
+		$return = $translate ? __($return, 'geodirectory') : $return;
2659 2659
 	}
2660 2660
 
2661 2661
 	return $return;
@@ -2670,14 +2670,14 @@  discard block
 block discarded – undo
2670 2670
  *
2671 2671
  * @param int $number Comments number.
2672 2672
  */
2673
-function geodir_comments_number( $number ) {
2673
+function geodir_comments_number($number) {
2674 2674
 
2675
-	if ( $number > 1 ) {
2676
-		$output = str_replace( '%', number_format_i18n( $number ), __( '% Reviews', 'geodirectory' ) );
2677
-	} elseif ( $number == 0 || $number == '' ) {
2678
-		$output = __( 'No Reviews', 'geodirectory' );
2675
+	if ($number > 1) {
2676
+		$output = str_replace('%', number_format_i18n($number), __('% Reviews', 'geodirectory'));
2677
+	} elseif ($number == 0 || $number == '') {
2678
+		$output = __('No Reviews', 'geodirectory');
2679 2679
 	} else { // must be one
2680
-		$output = __( '1 Review', 'geodirectory' );
2680
+		$output = __('1 Review', 'geodirectory');
2681 2681
 	}
2682 2682
 	echo $output;
2683 2683
 }
@@ -2692,18 +2692,18 @@  discard block
 block discarded – undo
2692 2692
  */
2693 2693
 function is_page_geodir_home() {
2694 2694
 	global $wpdb;
2695
-	$cur_url = str_replace( array( "https://", "http://", "www." ), array( '', '', '' ), geodir_curPageURL() );
2696
-	if ( function_exists( 'geodir_location_geo_home_link' ) ) {
2697
-		remove_filter( 'home_url', 'geodir_location_geo_home_link', 100000 );
2695
+	$cur_url = str_replace(array("https://", "http://", "www."), array('', '', ''), geodir_curPageURL());
2696
+	if (function_exists('geodir_location_geo_home_link')) {
2697
+		remove_filter('home_url', 'geodir_location_geo_home_link', 100000);
2698 2698
 	}
2699
-	$home_url = home_url( '', 'http' );
2700
-	if ( function_exists( 'geodir_location_geo_home_link' ) ) {
2701
-		add_filter( 'home_url', 'geodir_location_geo_home_link', 100000, 2 );
2699
+	$home_url = home_url('', 'http');
2700
+	if (function_exists('geodir_location_geo_home_link')) {
2701
+		add_filter('home_url', 'geodir_location_geo_home_link', 100000, 2);
2702 2702
 	}
2703
-	$home_url = str_replace( "www.", "", $home_url );
2704
-	if ( ( strpos( $home_url, $cur_url ) !== false || strpos( $home_url . '/', $cur_url ) !== false ) && ( 'page' == get_option( 'show_on_front' ) && get_option( 'page_on_front' ) && get_option( 'page_on_front' ) == get_option( 'geodir_home_page' ) ) ) {
2703
+	$home_url = str_replace("www.", "", $home_url);
2704
+	if ((strpos($home_url, $cur_url) !== false || strpos($home_url.'/', $cur_url) !== false) && ('page' == get_option('show_on_front') && get_option('page_on_front') && get_option('page_on_front') == get_option('geodir_home_page'))) {
2705 2705
 		return true;
2706
-	} elseif ( get_query_var( 'page_id' ) == get_option( 'page_on_front' ) && 'page' == get_option( 'show_on_front' ) && get_option( 'page_on_front' ) && get_option( 'page_on_front' ) == get_option( 'geodir_home_page' ) ) {
2706
+	} elseif (get_query_var('page_id') == get_option('page_on_front') && 'page' == get_option('show_on_front') && get_option('page_on_front') && get_option('page_on_front') == get_option('geodir_home_page')) {
2707 2707
 		return true;
2708 2708
 	} else {
2709 2709
 		return false;
@@ -2723,18 +2723,18 @@  discard block
 block discarded – undo
2723 2723
  *
2724 2724
  * @return string The canonical URL.
2725 2725
  */
2726
-function geodir_wpseo_homepage_canonical( $url ) {
2726
+function geodir_wpseo_homepage_canonical($url) {
2727 2727
 	global $post;
2728 2728
 
2729
-	if ( is_page_geodir_home() ) {
2729
+	if (is_page_geodir_home()) {
2730 2730
 		return home_url();
2731 2731
 	}
2732 2732
 
2733 2733
 	return $url;
2734 2734
 }
2735 2735
 
2736
-add_filter( 'wpseo_canonical', 'geodir_wpseo_homepage_canonical', 10 );
2737
-add_filter( 'aioseop_canonical_url', 'geodir_wpseo_homepage_canonical', 10 );
2736
+add_filter('wpseo_canonical', 'geodir_wpseo_homepage_canonical', 10);
2737
+add_filter('aioseop_canonical_url', 'geodir_wpseo_homepage_canonical', 10);
2738 2738
 
2739 2739
 /**
2740 2740
  * Add extra fields to google maps script call.
@@ -2747,20 +2747,20 @@  discard block
 block discarded – undo
2747 2747
  *
2748 2748
  * @return string Modified extra string.
2749 2749
  */
2750
-function geodir_googlemap_script_extra_details_page( $extra ) {
2750
+function geodir_googlemap_script_extra_details_page($extra) {
2751 2751
 	global $post;
2752 2752
 	$add_google_places_api = false;
2753
-	if ( isset( $post->post_content ) && has_shortcode( $post->post_content, 'gd_add_listing' ) ) {
2753
+	if (isset($post->post_content) && has_shortcode($post->post_content, 'gd_add_listing')) {
2754 2754
 		$add_google_places_api = true;
2755 2755
 	}
2756
-	if ( ! str_replace( 'libraries=places', '', $extra ) && ( geodir_is_page( 'detail' ) || $add_google_places_api ) ) {
2756
+	if (!str_replace('libraries=places', '', $extra) && (geodir_is_page('detail') || $add_google_places_api)) {
2757 2757
 		$extra .= "&amp;libraries=places";
2758 2758
 	}
2759 2759
 
2760 2760
 	return $extra;
2761 2761
 }
2762 2762
 
2763
-add_filter( 'geodir_googlemap_script_extra', 'geodir_googlemap_script_extra_details_page', 101, 1 );
2763
+add_filter('geodir_googlemap_script_extra', 'geodir_googlemap_script_extra_details_page', 101, 1);
2764 2764
 
2765 2765
 
2766 2766
 /**
@@ -2778,99 +2778,99 @@  discard block
 block discarded – undo
2778 2778
  *                                          after_widget.
2779 2779
  * @param array|string $instance            The settings for the particular instance of the widget.
2780 2780
  */
2781
-function geodir_popular_post_category_output( $args = '', $instance = '' ) {
2781
+function geodir_popular_post_category_output($args = '', $instance = '') {
2782 2782
 	// prints the widget
2783 2783
 	global $wpdb, $plugin_prefix, $geodir_post_category_str;
2784
-	extract( $args, EXTR_SKIP );
2784
+	extract($args, EXTR_SKIP);
2785 2785
 
2786 2786
 	echo $before_widget;
2787 2787
 
2788 2788
 	/** This filter is documented in geodirectory_widgets.php */
2789
-	$title = empty( $instance['title'] ) ? __( 'Popular Categories', 'geodirectory' ) : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) );
2789
+	$title = empty($instance['title']) ? __('Popular Categories', 'geodirectory') : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
2790 2790
 
2791 2791
 	$gd_post_type = geodir_get_current_posttype();
2792 2792
 
2793
-	$category_limit = isset( $instance['category_limit'] ) && $instance['category_limit'] > 0 ? (int) $instance['category_limit'] : 15;
2794
-	if ( ! empty( $gd_post_type ) ) {
2793
+	$category_limit = isset($instance['category_limit']) && $instance['category_limit'] > 0 ? (int) $instance['category_limit'] : 15;
2794
+	if (!empty($gd_post_type)) {
2795 2795
 		$default_post_type = $gd_post_type;
2796
-	} elseif ( isset( $instance['default_post_type'] ) && gdsc_is_post_type_valid( $instance['default_post_type'] ) ) {
2796
+	} elseif (isset($instance['default_post_type']) && gdsc_is_post_type_valid($instance['default_post_type'])) {
2797 2797
 		$default_post_type = $instance['default_post_type'];
2798 2798
 	} else {
2799 2799
 		$all_gd_post_type  = geodir_get_posttypes();
2800
-		$default_post_type = ( isset( $all_gd_post_type[0] ) ) ? $all_gd_post_type[0] : '';
2800
+		$default_post_type = (isset($all_gd_post_type[0])) ? $all_gd_post_type[0] : '';
2801 2801
 	}
2802
-	$parent_only = !empty( $instance['parent_only'] ) ? true : false;
2802
+	$parent_only = !empty($instance['parent_only']) ? true : false;
2803 2803
 
2804 2804
 	$taxonomy = array();
2805
-	if ( ! empty( $gd_post_type ) ) {
2806
-		$taxonomy[] = $gd_post_type . "category";
2805
+	if (!empty($gd_post_type)) {
2806
+		$taxonomy[] = $gd_post_type."category";
2807 2807
 	} else {
2808
-		$taxonomy = geodir_get_taxonomies( $gd_post_type );
2808
+		$taxonomy = geodir_get_taxonomies($gd_post_type);
2809 2809
 	}
2810 2810
     
2811
-	$term_args = array( 'taxonomy' => $taxonomy );
2812
-	if ( $parent_only ) {
2811
+	$term_args = array('taxonomy' => $taxonomy);
2812
+	if ($parent_only) {
2813 2813
 		$term_args['parent'] = 0;
2814 2814
 	}
2815 2815
 
2816
-	$terms   = get_terms( $term_args );
2816
+	$terms   = get_terms($term_args);
2817 2817
 	$a_terms = array();
2818 2818
 	$b_terms = array();
2819 2819
 
2820
-	foreach ( $terms as $term ) {
2821
-		if ( $term->count > 0 ) {
2822
-			$a_terms[ $term->taxonomy ][] = $term;
2820
+	foreach ($terms as $term) {
2821
+		if ($term->count > 0) {
2822
+			$a_terms[$term->taxonomy][] = $term;
2823 2823
 		}
2824 2824
 	}
2825 2825
 
2826
-	if ( ! empty( $a_terms ) ) {
2827
-		foreach ( $a_terms as $b_key => $b_val ) {
2828
-			$b_terms[ $b_key ] = geodir_sort_terms( $b_val, 'count' );
2826
+	if (!empty($a_terms)) {
2827
+		foreach ($a_terms as $b_key => $b_val) {
2828
+			$b_terms[$b_key] = geodir_sort_terms($b_val, 'count');
2829 2829
 		}
2830 2830
 
2831
-		$default_taxonomy = $default_post_type != '' && isset( $b_terms[ $default_post_type . 'category' ] ) ? $default_post_type . 'category' : '';
2831
+		$default_taxonomy = $default_post_type != '' && isset($b_terms[$default_post_type.'category']) ? $default_post_type.'category' : '';
2832 2832
 
2833 2833
 		$tax_change_output = '';
2834
-		if ( count( $b_terms ) > 1 ) {
2835
-			$tax_change_output .= "<select data-limit='$category_limit' data-parent='" . (int)$parent_only . "' class='geodir-cat-list-tax'  onchange='geodir_get_post_term(this);'>";
2836
-			foreach ( $b_terms as $key => $val ) {
2837
-				$ptype    = get_post_type_object( str_replace( "category", "", $key ) );
2838
-				$cpt_name = __( $ptype->labels->singular_name, 'geodirectory' );
2839
-				$tax_change_output .= "<option value='$key' " . selected( $key, $default_taxonomy, false ) . ">" . sprintf( __( '%s Categories', 'geodirectory' ), $cpt_name ) . "</option>";
2834
+		if (count($b_terms) > 1) {
2835
+			$tax_change_output .= "<select data-limit='$category_limit' data-parent='".(int) $parent_only."' class='geodir-cat-list-tax'  onchange='geodir_get_post_term(this);'>";
2836
+			foreach ($b_terms as $key => $val) {
2837
+				$ptype    = get_post_type_object(str_replace("category", "", $key));
2838
+				$cpt_name = __($ptype->labels->singular_name, 'geodirectory');
2839
+				$tax_change_output .= "<option value='$key' ".selected($key, $default_taxonomy, false).">".sprintf(__('%s Categories', 'geodirectory'), $cpt_name)."</option>";
2840 2840
 			}
2841 2841
 			$tax_change_output .= "</select>";
2842 2842
 		}
2843 2843
 
2844
-		if ( ! empty( $b_terms ) ) {
2845
-			$terms = $default_taxonomy != '' && isset( $b_terms[ $default_taxonomy ] ) ? $b_terms[ $default_taxonomy ] : reset( $b_terms );// get the first array
2846
-			global $cat_count;//make global so we can change via function
2844
+		if (!empty($b_terms)) {
2845
+			$terms = $default_taxonomy != '' && isset($b_terms[$default_taxonomy]) ? $b_terms[$default_taxonomy] : reset($b_terms); // get the first array
2846
+			global $cat_count; //make global so we can change via function
2847 2847
 			$cat_count = 0;
2848 2848
 			?>
2849 2849
 			<div class="geodir-category-list-in clearfix">
2850 2850
 				<div class="geodir-cat-list clearfix">
2851 2851
 					<?php
2852
-					echo $before_title . __( $title ) . $after_title;
2852
+					echo $before_title.__($title).$after_title;
2853 2853
 
2854 2854
 					echo $tax_change_output;
2855 2855
 
2856 2856
 					echo '<ul class="geodir-popular-cat-list">';
2857 2857
 
2858
-					geodir_helper_cat_list_output( $terms, $category_limit );
2858
+					geodir_helper_cat_list_output($terms, $category_limit);
2859 2859
 
2860 2860
 					echo '</ul>';
2861 2861
 					?>
2862 2862
 				</div>
2863 2863
 				<?php
2864 2864
 				$hide = '';
2865
-				if ( $cat_count < $category_limit ) {
2865
+				if ($cat_count < $category_limit) {
2866 2866
 					$hide = 'style="display:none;"';
2867 2867
 				}
2868 2868
 				echo "<div class='geodir-cat-list-more' $hide >";
2869
-				echo '<a href="javascript:void(0)" class="geodir-morecat geodir-showcat">' . __( 'More Categories', 'geodirectory' ) . '</a>';
2870
-				echo '<a href="javascript:void(0)" class="geodir-morecat geodir-hidecat geodir-hide">' . __( 'Less Categories', 'geodirectory' ) . '</a>';
2869
+				echo '<a href="javascript:void(0)" class="geodir-morecat geodir-showcat">'.__('More Categories', 'geodirectory').'</a>';
2870
+				echo '<a href="javascript:void(0)" class="geodir-morecat geodir-hidecat geodir-hide">'.__('Less Categories', 'geodirectory').'</a>';
2871 2871
 				echo "</div>";
2872 2872
 				/* add scripts */
2873
-				add_action( 'wp_footer', 'geodir_popular_category_add_scripts', 100 );
2873
+				add_action('wp_footer', 'geodir_popular_category_add_scripts', 100);
2874 2874
 				?>
2875 2875
 			</div>
2876 2876
 			<?php
@@ -2889,25 +2889,25 @@  discard block
 block discarded – undo
2889 2889
  * @param array $terms                      An array of term objects.
2890 2890
  * @param int $category_limit               Number of categories to display by default.
2891 2891
  */
2892
-function geodir_helper_cat_list_output( $terms, $category_limit ) {
2892
+function geodir_helper_cat_list_output($terms, $category_limit) {
2893 2893
 	global $geodir_post_category_str, $cat_count;
2894 2894
 	$term_icons = geodir_get_term_icon();
2895 2895
 
2896 2896
 	$geodir_post_category_str = array();
2897 2897
 
2898 2898
 
2899
-	foreach ( $terms as $cat ) {
2900
-		$post_type     = str_replace( "category", "", $cat->taxonomy );
2901
-		$term_icon_url = ! empty( $term_icons ) && isset( $term_icons[ $cat->term_id ] ) ? $term_icons[ $cat->term_id ] : '';
2899
+	foreach ($terms as $cat) {
2900
+		$post_type     = str_replace("category", "", $cat->taxonomy);
2901
+		$term_icon_url = !empty($term_icons) && isset($term_icons[$cat->term_id]) ? $term_icons[$cat->term_id] : '';
2902 2902
 
2903
-		$cat_count ++;
2903
+		$cat_count++;
2904 2904
 
2905
-		$geodir_post_category_str[] = array( 'posttype' => $post_type, 'termid' => $cat->term_id );
2905
+		$geodir_post_category_str[] = array('posttype' => $post_type, 'termid' => $cat->term_id);
2906 2906
 
2907 2907
 		$class_row  = $cat_count > $category_limit ? 'geodir-pcat-hide geodir-hide' : 'geodir-pcat-show';
2908 2908
 		$total_post = $cat->count;
2909 2909
 
2910
-		$term_link = get_term_link( $cat, $cat->taxonomy );
2910
+		$term_link = get_term_link($cat, $cat->taxonomy);
2911 2911
 		/**
2912 2912
 		 * Filer the category term link.
2913 2913
 		 *
@@ -2917,11 +2917,11 @@  discard block
 block discarded – undo
2917 2917
 		 * @param int $cat          ->term_id The term id.
2918 2918
 		 * @param string $post_type Wordpress post type.
2919 2919
 		 */
2920
-		$term_link = apply_filters( 'geodir_category_term_link', $term_link, $cat->term_id, $post_type );
2920
+		$term_link = apply_filters('geodir_category_term_link', $term_link, $cat->term_id, $post_type);
2921 2921
 
2922
-		echo '<li class="' . $class_row . '"><a href="' . $term_link . '">';
2923
-		echo '<img alt="' . esc_attr( $cat->name ) . ' icon" style="height:20px;vertical-align:middle;" src="' . $term_icon_url . '"/> <span class="cat-link">';
2924
-		echo $cat->name . '</span> <span class="geodir_term_class geodir_link_span geodir_category_class_' . $post_type . '_' . $cat->term_id . '">(' . $total_post . ')</span> ';
2922
+		echo '<li class="'.$class_row.'"><a href="'.$term_link.'">';
2923
+		echo '<img alt="'.esc_attr($cat->name).' icon" style="height:20px;vertical-align:middle;" src="'.$term_icon_url.'"/> <span class="cat-link">';
2924
+		echo $cat->name.'</span> <span class="geodir_term_class geodir_link_span geodir_category_class_'.$post_type.'_'.$cat->term_id.'">('.$total_post.')</span> ';
2925 2925
 		echo '</a></li>';
2926 2926
 	}
2927 2927
 }
@@ -2936,14 +2936,14 @@  discard block
 block discarded – undo
2936 2936
  * @param array|string $args     Display arguments including before_title, after_title, before_widget, and after_widget.
2937 2937
  * @param array|string $instance The settings for the particular instance of the widget.
2938 2938
  */
2939
-function geodir_listing_slider_widget_output( $args = '', $instance = '' ) {
2939
+function geodir_listing_slider_widget_output($args = '', $instance = '') {
2940 2940
 	// prints the widget
2941
-	extract( $args, EXTR_SKIP );
2941
+	extract($args, EXTR_SKIP);
2942 2942
 
2943 2943
 	echo $before_widget;
2944 2944
 
2945 2945
 	/** This filter is documented in geodirectory_widgets.php */
2946
-	$title = empty( $instance['title'] ) ? '' : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) );
2946
+	$title = empty($instance['title']) ? '' : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
2947 2947
 	/**
2948 2948
 	 * Filter the widget post type.
2949 2949
 	 *
@@ -2951,7 +2951,7 @@  discard block
 block discarded – undo
2951 2951
 	 *
2952 2952
 	 * @param string $instance ['post_type'] Post type of listing.
2953 2953
 	 */
2954
-	$post_type = empty( $instance['post_type'] ) ? 'gd_place' : apply_filters( 'widget_post_type', $instance['post_type'] );
2954
+	$post_type = empty($instance['post_type']) ? 'gd_place' : apply_filters('widget_post_type', $instance['post_type']);
2955 2955
 	/**
2956 2956
 	 * Filter the widget's term.
2957 2957
 	 *
@@ -2959,7 +2959,7 @@  discard block
 block discarded – undo
2959 2959
 	 *
2960 2960
 	 * @param string $instance ['category'] Filter by term. Can be any valid term.
2961 2961
 	 */
2962
-	$category = empty( $instance['category'] ) ? '0' : apply_filters( 'widget_category', $instance['category'] );
2962
+	$category = empty($instance['category']) ? '0' : apply_filters('widget_category', $instance['category']);
2963 2963
 	/**
2964 2964
 	 * Filter widget's "add_location_filter" value.
2965 2965
 	 *
@@ -2967,7 +2967,7 @@  discard block
 block discarded – undo
2967 2967
 	 *
2968 2968
 	 * @param string|bool $instance ['add_location_filter'] Do you want to add location filter? Can be 1 or 0.
2969 2969
 	 */
2970
-	$add_location_filter = empty( $instance['add_location_filter'] ) ? '0' : apply_filters( 'widget_add_location_filter', $instance['add_location_filter'] );
2970
+	$add_location_filter = empty($instance['add_location_filter']) ? '0' : apply_filters('widget_add_location_filter', $instance['add_location_filter']);
2971 2971
 	/**
2972 2972
 	 * Filter the widget listings limit.
2973 2973
 	 *
@@ -2975,7 +2975,7 @@  discard block
 block discarded – undo
2975 2975
 	 *
2976 2976
 	 * @param string $instance ['post_number'] Number of listings to display.
2977 2977
 	 */
2978
-	$post_number = empty( $instance['post_number'] ) ? '5' : apply_filters( 'widget_post_number', $instance['post_number'] );
2978
+	$post_number = empty($instance['post_number']) ? '5' : apply_filters('widget_post_number', $instance['post_number']);
2979 2979
 	/**
2980 2980
 	 * Filter the widget listings limit shown at one time.
2981 2981
 	 *
@@ -2983,7 +2983,7 @@  discard block
 block discarded – undo
2983 2983
 	 *
2984 2984
 	 * @param string $instance ['max_show'] Number of listings to display on screen.
2985 2985
 	 */
2986
-	$max_show = empty( $instance['max_show'] ) ? '1' : apply_filters( 'widget_max_show', $instance['max_show'] );
2986
+	$max_show = empty($instance['max_show']) ? '1' : apply_filters('widget_max_show', $instance['max_show']);
2987 2987
 	/**
2988 2988
 	 * Filter the widget slide width.
2989 2989
 	 *
@@ -2991,7 +2991,7 @@  discard block
 block discarded – undo
2991 2991
 	 *
2992 2992
 	 * @param string $instance ['slide_width'] Width of the slides shown.
2993 2993
 	 */
2994
-	$slide_width = empty( $instance['slide_width'] ) ? '' : apply_filters( 'widget_slide_width', $instance['slide_width'] );
2994
+	$slide_width = empty($instance['slide_width']) ? '' : apply_filters('widget_slide_width', $instance['slide_width']);
2995 2995
 	/**
2996 2996
 	 * Filter widget's "show title" value.
2997 2997
 	 *
@@ -2999,7 +2999,7 @@  discard block
 block discarded – undo
2999 2999
 	 *
3000 3000
 	 * @param string|bool $instance ['show_title'] Do you want to display title? Can be 1 or 0.
3001 3001
 	 */
3002
-	$show_title = empty( $instance['show_title'] ) ? '' : apply_filters( 'widget_show_title', $instance['show_title'] );
3002
+	$show_title = empty($instance['show_title']) ? '' : apply_filters('widget_show_title', $instance['show_title']);
3003 3003
 	/**
3004 3004
 	 * Filter widget's "slideshow" value.
3005 3005
 	 *
@@ -3007,7 +3007,7 @@  discard block
 block discarded – undo
3007 3007
 	 *
3008 3008
 	 * @param int $instance ['slideshow'] Setup a slideshow for the slider to animate automatically.
3009 3009
 	 */
3010
-	$slideshow = empty( $instance['slideshow'] ) ? 0 : apply_filters( 'widget_slideshow', $instance['slideshow'] );
3010
+	$slideshow = empty($instance['slideshow']) ? 0 : apply_filters('widget_slideshow', $instance['slideshow']);
3011 3011
 	/**
3012 3012
 	 * Filter widget's "animationLoop" value.
3013 3013
 	 *
@@ -3015,7 +3015,7 @@  discard block
 block discarded – undo
3015 3015
 	 *
3016 3016
 	 * @param int $instance ['animationLoop'] Gives the slider a seamless infinite loop.
3017 3017
 	 */
3018
-	$animationLoop = empty( $instance['animationLoop'] ) ? 0 : apply_filters( 'widget_animationLoop', $instance['animationLoop'] );
3018
+	$animationLoop = empty($instance['animationLoop']) ? 0 : apply_filters('widget_animationLoop', $instance['animationLoop']);
3019 3019
 	/**
3020 3020
 	 * Filter widget's "directionNav" value.
3021 3021
 	 *
@@ -3023,7 +3023,7 @@  discard block
 block discarded – undo
3023 3023
 	 *
3024 3024
 	 * @param int $instance ['directionNav'] Enable previous/next arrow navigation?. Can be 1 or 0.
3025 3025
 	 */
3026
-	$directionNav = empty( $instance['directionNav'] ) ? 0 : apply_filters( 'widget_directionNav', $instance['directionNav'] );
3026
+	$directionNav = empty($instance['directionNav']) ? 0 : apply_filters('widget_directionNav', $instance['directionNav']);
3027 3027
 	/**
3028 3028
 	 * Filter widget's "slideshowSpeed" value.
3029 3029
 	 *
@@ -3031,7 +3031,7 @@  discard block
 block discarded – undo
3031 3031
 	 *
3032 3032
 	 * @param int $instance ['slideshowSpeed'] Set the speed of the slideshow cycling, in milliseconds.
3033 3033
 	 */
3034
-	$slideshowSpeed = empty( $instance['slideshowSpeed'] ) ? 5000 : apply_filters( 'widget_slideshowSpeed', $instance['slideshowSpeed'] );
3034
+	$slideshowSpeed = empty($instance['slideshowSpeed']) ? 5000 : apply_filters('widget_slideshowSpeed', $instance['slideshowSpeed']);
3035 3035
 	/**
3036 3036
 	 * Filter widget's "animationSpeed" value.
3037 3037
 	 *
@@ -3039,7 +3039,7 @@  discard block
 block discarded – undo
3039 3039
 	 *
3040 3040
 	 * @param int $instance ['animationSpeed'] Set the speed of animations, in milliseconds.
3041 3041
 	 */
3042
-	$animationSpeed = empty( $instance['animationSpeed'] ) ? 600 : apply_filters( 'widget_animationSpeed', $instance['animationSpeed'] );
3042
+	$animationSpeed = empty($instance['animationSpeed']) ? 600 : apply_filters('widget_animationSpeed', $instance['animationSpeed']);
3043 3043
 	/**
3044 3044
 	 * Filter widget's "animation" value.
3045 3045
 	 *
@@ -3047,7 +3047,7 @@  discard block
 block discarded – undo
3047 3047
 	 *
3048 3048
 	 * @param string $instance ['animation'] Controls the animation type, "fade" or "slide".
3049 3049
 	 */
3050
-	$animation = empty( $instance['animation'] ) ? 'slide' : apply_filters( 'widget_animation', $instance['animation'] );
3050
+	$animation = empty($instance['animation']) ? 'slide' : apply_filters('widget_animation', $instance['animation']);
3051 3051
 	/**
3052 3052
 	 * Filter widget's "list_sort" type.
3053 3053
 	 *
@@ -3055,10 +3055,10 @@  discard block
 block discarded – undo
3055 3055
 	 *
3056 3056
 	 * @param string $instance ['list_sort'] Listing sort by type.
3057 3057
 	 */
3058
-	$list_sort          = empty( $instance['list_sort'] ) ? 'latest' : apply_filters( 'widget_list_sort', $instance['list_sort'] );
3059
-	$show_featured_only = ! empty( $instance['show_featured_only'] ) ? 1 : null;
3058
+	$list_sort          = empty($instance['list_sort']) ? 'latest' : apply_filters('widget_list_sort', $instance['list_sort']);
3059
+	$show_featured_only = !empty($instance['show_featured_only']) ? 1 : null;
3060 3060
 
3061
-	wp_enqueue_script( 'geodirectory-jquery-flexslider-js' );
3061
+	wp_enqueue_script('geodirectory-jquery-flexslider-js');
3062 3062
 	?>
3063 3063
 	<script type="text/javascript">
3064 3064
 		jQuery(window).load(function () {
@@ -3076,23 +3076,23 @@  discard block
 block discarded – undo
3076 3076
 				itemWidth: 75,
3077 3077
 				itemMargin: 5,
3078 3078
 				asNavFor: '#geodir_widget_slider',
3079
-				rtl: <?php echo( is_rtl() ? 'true' : 'false' ); /* fix rtl issue */ ?>
3079
+				rtl: <?php echo(is_rtl() ? 'true' : 'false'); /* fix rtl issue */ ?>
3080 3080
 			});
3081 3081
 
3082 3082
 			jQuery('#geodir_widget_slider').flexslider({
3083
-				animation: "<?php echo $animation;?>",
3083
+				animation: "<?php echo $animation; ?>",
3084 3084
 				selector: ".geodir-slides > li",
3085 3085
 				namespace: "geodir-",
3086 3086
 				controlNav: true,
3087
-				animationLoop: <?php echo $animationLoop;?>,
3088
-				slideshow: <?php echo $slideshow;?>,
3089
-				slideshowSpeed: <?php echo $slideshowSpeed;?>,
3090
-				animationSpeed: <?php echo $animationSpeed;?>,
3091
-				directionNav: <?php echo $directionNav;?>,
3092
-				maxItems: <?php echo $max_show;?>,
3087
+				animationLoop: <?php echo $animationLoop; ?>,
3088
+				slideshow: <?php echo $slideshow; ?>,
3089
+				slideshowSpeed: <?php echo $slideshowSpeed; ?>,
3090
+				animationSpeed: <?php echo $animationSpeed; ?>,
3091
+				directionNav: <?php echo $directionNav; ?>,
3092
+				maxItems: <?php echo $max_show; ?>,
3093 3093
 				move: 1,
3094
-				<?php if ( $slide_width ) {
3095
-				echo "itemWidth: " . $slide_width . ",";
3094
+				<?php if ($slide_width) {
3095
+				echo "itemWidth: ".$slide_width.",";
3096 3096
 			}?>
3097 3097
 				sync: "#geodir_widget_carousel",
3098 3098
 				start: function (slider) {
@@ -3104,7 +3104,7 @@  discard block
 block discarded – undo
3104 3104
 					jQuery('#geodir_widget_slider').css({'visibility': 'visible'});
3105 3105
 					jQuery('#geodir_widget_carousel').css({'visibility': 'visible'});
3106 3106
 				},
3107
-				rtl: <?php echo( is_rtl() ? 'true' : 'false' ); /* fix rtl issue */ ?>
3107
+				rtl: <?php echo(is_rtl() ? 'true' : 'false'); /* fix rtl issue */ ?>
3108 3108
 			});
3109 3109
 		});
3110 3110
 	</script>
@@ -3117,62 +3117,62 @@  discard block
 block discarded – undo
3117 3117
 		'order_by'       => $list_sort
3118 3118
 	);
3119 3119
 
3120
-	if ( $show_featured_only ) {
3120
+	if ($show_featured_only) {
3121 3121
 		$query_args['show_featured_only'] = 1;
3122 3122
 	}
3123 3123
 
3124
-	if ( $category != 0 || $category != '' ) {
3125
-		$category_taxonomy = geodir_get_taxonomies( $post_type );
3124
+	if ($category != 0 || $category != '') {
3125
+		$category_taxonomy = geodir_get_taxonomies($post_type);
3126 3126
 		$tax_query         = array(
3127 3127
 			'taxonomy' => $category_taxonomy[0],
3128 3128
 			'field'    => 'id',
3129 3129
 			'terms'    => $category
3130 3130
 		);
3131 3131
 
3132
-		$query_args['tax_query'] = array( $tax_query );
3132
+		$query_args['tax_query'] = array($tax_query);
3133 3133
 	}
3134 3134
 
3135 3135
 	// we want listings with featured image only
3136 3136
 	$query_args['featured_image_only'] = 1;
3137 3137
 
3138
-	if ( $post_type == 'gd_event' ) {
3138
+	if ($post_type == 'gd_event') {
3139 3139
 		$query_args['gedir_event_listing_filter'] = 'upcoming';
3140 3140
 	}// show only upcoming events
3141 3141
 
3142
-	$widget_listings = geodir_get_widget_listings( $query_args );
3143
-	if ( ! empty( $widget_listings ) || ( isset( $with_no_results ) && $with_no_results ) ) {
3144
-		if ( $title ) {
3145
-			echo $before_title . $title . $after_title;
3142
+	$widget_listings = geodir_get_widget_listings($query_args);
3143
+	if (!empty($widget_listings) || (isset($with_no_results) && $with_no_results)) {
3144
+		if ($title) {
3145
+			echo $before_title.$title.$after_title;
3146 3146
 		}
3147 3147
 
3148 3148
 		global $post;
3149 3149
 
3150
-		$current_post = $post;// keep current post info
3150
+		$current_post = $post; // keep current post info
3151 3151
 
3152 3152
 		$widget_main_slides = '';
3153 3153
 		$nav_slides         = '';
3154 3154
 		$widget_slides      = 0;
3155 3155
 
3156
-		foreach ( $widget_listings as $widget_listing ) {
3156
+		foreach ($widget_listings as $widget_listing) {
3157 3157
 			global $gd_widget_listing_type;
3158 3158
 			$post         = $widget_listing;
3159
-			$widget_image = geodir_get_featured_image( $post->ID, 'thumbnail', get_option( 'geodir_listing_no_img' ) );
3159
+			$widget_image = geodir_get_featured_image($post->ID, 'thumbnail', get_option('geodir_listing_no_img'));
3160 3160
 
3161
-			if ( ! empty( $widget_image ) ) {
3162
-				if ( $widget_image->height >= 200 ) {
3161
+			if (!empty($widget_image)) {
3162
+				if ($widget_image->height >= 200) {
3163 3163
 					$widget_spacer_height = 0;
3164 3164
 				} else {
3165
-					$widget_spacer_height = ( ( 200 - $widget_image->height ) / 2 );
3165
+					$widget_spacer_height = ((200 - $widget_image->height) / 2);
3166 3166
 				}
3167 3167
 
3168
-				$widget_main_slides .= '<li class="geodir-listing-slider-widget"><img class="geodir-listing-slider-spacer" src="' . geodir_plugin_url() . "/geodirectory-assets/images/spacer.gif" . '" alt="' . $widget_image->title . '" title="' . $widget_image->title . '" style="max-height:' . $widget_spacer_height . 'px !important;margin:0 auto;" width="100" />';
3168
+				$widget_main_slides .= '<li class="geodir-listing-slider-widget"><img class="geodir-listing-slider-spacer" src="'.geodir_plugin_url()."/geodirectory-assets/images/spacer.gif".'" alt="'.$widget_image->title.'" title="'.$widget_image->title.'" style="max-height:'.$widget_spacer_height.'px !important;margin:0 auto;" width="100" />';
3169 3169
 
3170 3170
 				$title = '';
3171
-				if ( $show_title ) {
3172
-					$title_html     = '<div class="geodir-slider-title"><a href="' . get_permalink( $post->ID ) . '">' . get_the_title( $post->ID ) . '</a></div>';
3171
+				if ($show_title) {
3172
+					$title_html     = '<div class="geodir-slider-title"><a href="'.get_permalink($post->ID).'">'.get_the_title($post->ID).'</a></div>';
3173 3173
 					$post_id        = $post->ID;
3174
-					$post_permalink = get_permalink( $post->ID );
3175
-					$post_title     = get_the_title( $post->ID );
3174
+					$post_permalink = get_permalink($post->ID);
3175
+					$post_title     = get_the_title($post->ID);
3176 3176
 					/**
3177 3177
 					 * Filter the listing slider widget title.
3178 3178
 					 *
@@ -3183,12 +3183,12 @@  discard block
 block discarded – undo
3183 3183
 					 * @param string $post_permalink The post permalink url.
3184 3184
 					 * @param string $post_title     The post title text.
3185 3185
 					 */
3186
-					$title = apply_filters( 'geodir_listing_slider_title', $title_html, $post_id, $post_permalink, $post_title );
3186
+					$title = apply_filters('geodir_listing_slider_title', $title_html, $post_id, $post_permalink, $post_title);
3187 3187
 				}
3188 3188
 
3189
-				$widget_main_slides .= $title . '<img src="' . $widget_image->src . '" alt="' . $widget_image->title . '" title="' . $widget_image->title . '" style="max-height:200px;margin:0 auto;" /></li>';
3190
-				$nav_slides .= '<li><img src="' . $widget_image->src . '" alt="' . $widget_image->title . '" title="' . $widget_image->title . '" style="max-height:48px;margin:0 auto;" /></li>';
3191
-				$widget_slides ++;
3189
+				$widget_main_slides .= $title.'<img src="'.$widget_image->src.'" alt="'.$widget_image->title.'" title="'.$widget_image->title.'" style="max-height:200px;margin:0 auto;" /></li>';
3190
+				$nav_slides .= '<li><img src="'.$widget_image->src.'" alt="'.$widget_image->title.'" title="'.$widget_image->title.'" style="max-height:48px;margin:0 auto;" /></li>';
3191
+				$widget_slides++;
3192 3192
 			}
3193 3193
 		}
3194 3194
 		?>
@@ -3197,7 +3197,7 @@  discard block
 block discarded – undo
3197 3197
 			<div id="geodir_widget_slider" class="geodir_flexslider">
3198 3198
 				<ul class="geodir-slides clearfix"><?php echo $widget_main_slides; ?></ul>
3199 3199
 			</div>
3200
-			<?php if ( $widget_slides > 1 ) { ?>
3200
+			<?php if ($widget_slides > 1) { ?>
3201 3201
 				<div id="geodir_widget_carousel" class="geodir_flexslider">
3202 3202
 					<ul class="geodir-slides clearfix"><?php echo $nav_slides; ?></ul>
3203 3203
 				</div>
@@ -3205,7 +3205,7 @@  discard block
 block discarded – undo
3205 3205
 		</div>
3206 3206
 		<?php
3207 3207
 		$GLOBALS['post'] = $current_post;
3208
-		setup_postdata( $current_post );
3208
+		setup_postdata($current_post);
3209 3209
 	}
3210 3210
 	echo $after_widget;
3211 3211
 }
@@ -3221,46 +3221,46 @@  discard block
 block discarded – undo
3221 3221
  * @param array|string $args     Display arguments including before_title, after_title, before_widget, and after_widget.
3222 3222
  * @param array|string $instance The settings for the particular instance of the widget.
3223 3223
  */
3224
-function geodir_loginwidget_output( $args = '', $instance = '' ) {
3224
+function geodir_loginwidget_output($args = '', $instance = '') {
3225 3225
 	//print_r($args);
3226 3226
 	//print_r($instance);
3227 3227
 	// prints the widget
3228
-	extract( $args, EXTR_SKIP );
3228
+	extract($args, EXTR_SKIP);
3229 3229
 
3230 3230
 	/** This filter is documented in geodirectory_widgets.php */
3231
-	$title = empty( $instance['title'] ) ? __( 'My Dashboard', 'geodirectory' ) : apply_filters( 'my_dashboard_widget_title', __( $instance['title'], 'geodirectory' ) );
3231
+	$title = empty($instance['title']) ? __('My Dashboard', 'geodirectory') : apply_filters('my_dashboard_widget_title', __($instance['title'], 'geodirectory'));
3232 3232
 
3233 3233
 	echo $before_widget;
3234
-	echo $before_title . $title . $after_title;
3234
+	echo $before_title.$title.$after_title;
3235 3235
 
3236
-	if ( is_user_logged_in() ) {
3236
+	if (is_user_logged_in()) {
3237 3237
 		global $current_user;
3238 3238
 
3239
-		$author_link = get_author_posts_url( $current_user->data->ID );
3240
-		$author_link = geodir_getlink( $author_link, array( 'geodir_dashbord' => 'true' ), false );
3239
+		$author_link = get_author_posts_url($current_user->data->ID);
3240
+		$author_link = geodir_getlink($author_link, array('geodir_dashbord' => 'true'), false);
3241 3241
 
3242 3242
 		echo '<ul class="geodir-loginbox-list">';
3243 3243
 		ob_start();
3244 3244
 		?>
3245 3245
 		<li><a class="signin"
3246
-		       href="<?php echo wp_logout_url( home_url() ); ?>"><?php _e( 'Logout', 'geodirectory' ); ?></a></li>
3246
+		       href="<?php echo wp_logout_url(home_url()); ?>"><?php _e('Logout', 'geodirectory'); ?></a></li>
3247 3247
 		<?php
3248
-		$post_types                           = geodir_get_posttypes( 'object' );
3249
-		$show_add_listing_post_types_main_nav = get_option( 'geodir_add_listing_link_user_dashboard' );
3250
-		$geodir_allow_posttype_frontend       = get_option( 'geodir_allow_posttype_frontend' );
3248
+		$post_types                           = geodir_get_posttypes('object');
3249
+		$show_add_listing_post_types_main_nav = get_option('geodir_add_listing_link_user_dashboard');
3250
+		$geodir_allow_posttype_frontend       = get_option('geodir_allow_posttype_frontend');
3251 3251
 
3252
-		if ( ! empty( $show_add_listing_post_types_main_nav ) ) {
3252
+		if (!empty($show_add_listing_post_types_main_nav)) {
3253 3253
 			$addlisting_links = '';
3254
-			foreach ( $post_types as $key => $postobj ) {
3254
+			foreach ($post_types as $key => $postobj) {
3255 3255
 
3256
-				if ( in_array( $key, $show_add_listing_post_types_main_nav ) ) {
3256
+				if (in_array($key, $show_add_listing_post_types_main_nav)) {
3257 3257
 
3258
-					if ( $add_link = geodir_get_addlisting_link( $key ) ) {
3258
+					if ($add_link = geodir_get_addlisting_link($key)) {
3259 3259
 
3260 3260
 						$name = $postobj->labels->name;
3261 3261
 
3262 3262
 						$selected = '';
3263
-						if ( geodir_get_current_posttype() == $key && geodir_is_page( 'add-listing' ) ) {
3263
+						if (geodir_get_current_posttype() == $key && geodir_is_page('add-listing')) {
3264 3264
 							$selected = 'selected="selected"';
3265 3265
 						}
3266 3266
 
@@ -3273,22 +3273,22 @@  discard block
 block discarded – undo
3273 3273
 						 * @param string $key       Add listing array key.
3274 3274
 						 * @param int $current_user ->ID Current user ID.
3275 3275
 						 */
3276
-						$add_link = apply_filters( 'geodir_dashboard_link_add_listing', $add_link, $key, $current_user->ID );
3276
+						$add_link = apply_filters('geodir_dashboard_link_add_listing', $add_link, $key, $current_user->ID);
3277 3277
 
3278
-						$addlisting_links .= '<option ' . $selected . ' value="' . $add_link . '">' . __( ucfirst( $name ), 'geodirectory' ) . '</option>';
3278
+						$addlisting_links .= '<option '.$selected.' value="'.$add_link.'">'.__(ucfirst($name), 'geodirectory').'</option>';
3279 3279
 
3280 3280
 					}
3281 3281
 				}
3282 3282
 
3283 3283
 			}
3284 3284
 
3285
-			if ( $addlisting_links != '' ) { ?>
3285
+			if ($addlisting_links != '') { ?>
3286 3286
 
3287 3287
 				<li><select id="geodir_add_listing" class="chosen_select" onchange="window.location.href=this.value"
3288 3288
 				            option-autoredirect="1" name="geodir_add_listing" option-ajaxchosen="false"
3289
-				            data-placeholder="<?php echo esc_attr( __( 'Add Listing', 'geodirectory' ) ); ?>">
3289
+				            data-placeholder="<?php echo esc_attr(__('Add Listing', 'geodirectory')); ?>">
3290 3290
 						<option value="" disabled="disabled" selected="selected"
3291
-						        style='display:none;'><?php echo esc_attr( __( 'Add Listing', 'geodirectory' ) ); ?></option>
3291
+						        style='display:none;'><?php echo esc_attr(__('Add Listing', 'geodirectory')); ?></option>
3292 3292
 						<?php echo $addlisting_links; ?>
3293 3293
 					</select></li> <?php
3294 3294
 
@@ -3296,23 +3296,23 @@  discard block
 block discarded – undo
3296 3296
 
3297 3297
 		}
3298 3298
 		// My Favourites in Dashboard
3299
-		$show_favorite_link_user_dashboard = get_option( 'geodir_favorite_link_user_dashboard' );
3299
+		$show_favorite_link_user_dashboard = get_option('geodir_favorite_link_user_dashboard');
3300 3300
 		$user_favourite                    = geodir_user_favourite_listing_count();
3301 3301
 
3302
-		if ( ! empty( $show_favorite_link_user_dashboard ) && ! empty( $user_favourite ) ) {
3302
+		if (!empty($show_favorite_link_user_dashboard) && !empty($user_favourite)) {
3303 3303
 			$favourite_links = '';
3304 3304
 
3305
-			foreach ( $post_types as $key => $postobj ) {
3306
-				if ( in_array( $key, $show_favorite_link_user_dashboard ) && array_key_exists( $key, $user_favourite ) ) {
3305
+			foreach ($post_types as $key => $postobj) {
3306
+				if (in_array($key, $show_favorite_link_user_dashboard) && array_key_exists($key, $user_favourite)) {
3307 3307
 					$name           = $postobj->labels->name;
3308
-					$post_type_link = geodir_getlink( $author_link, array(
3308
+					$post_type_link = geodir_getlink($author_link, array(
3309 3309
 						'stype' => $key,
3310 3310
 						'list'  => 'favourite'
3311
-					), false );
3311
+					), false);
3312 3312
 
3313 3313
 					$selected = '';
3314 3314
 
3315
-					if ( isset( $_REQUEST['list'] ) && $_REQUEST['list'] == 'favourite' && isset( $_REQUEST['stype'] ) && $_REQUEST['stype'] == $key && isset( $_REQUEST['geodir_dashbord'] ) ) {
3315
+					if (isset($_REQUEST['list']) && $_REQUEST['list'] == 'favourite' && isset($_REQUEST['stype']) && $_REQUEST['stype'] == $key && isset($_REQUEST['geodir_dashbord'])) {
3316 3316
 						$selected = 'selected="selected"';
3317 3317
 					}
3318 3318
 					/**
@@ -3324,20 +3324,20 @@  discard block
 block discarded – undo
3324 3324
 					 * @param string $key            Favorite listing array key.
3325 3325
 					 * @param int $current_user      ->ID Current user ID.
3326 3326
 					 */
3327
-					$post_type_link = apply_filters( 'geodir_dashboard_link_favorite_listing', $post_type_link, $key, $current_user->ID );
3327
+					$post_type_link = apply_filters('geodir_dashboard_link_favorite_listing', $post_type_link, $key, $current_user->ID);
3328 3328
 
3329
-					$favourite_links .= '<option ' . $selected . ' value="' . $post_type_link . '">' . __( ucfirst( $name ), 'geodirectory' ) . '</option>';
3329
+					$favourite_links .= '<option '.$selected.' value="'.$post_type_link.'">'.__(ucfirst($name), 'geodirectory').'</option>';
3330 3330
 				}
3331 3331
 			}
3332 3332
 
3333
-			if ( $favourite_links != '' ) {
3333
+			if ($favourite_links != '') {
3334 3334
 				?>
3335 3335
 				<li>
3336 3336
 					<select id="geodir_my_favourites" class="chosen_select" onchange="window.location.href=this.value"
3337 3337
 					        option-autoredirect="1" name="geodir_my_favourites" option-ajaxchosen="false"
3338
-					        data-placeholder="<?php echo esc_attr( __( 'My Favorites', 'geodirectory' ) ); ?>">
3338
+					        data-placeholder="<?php echo esc_attr(__('My Favorites', 'geodirectory')); ?>">
3339 3339
 						<option value="" disabled="disabled" selected="selected"
3340
-						        style='display:none;'><?php echo esc_attr( __( 'My Favorites', 'geodirectory' ) ); ?></option>
3340
+						        style='display:none;'><?php echo esc_attr(__('My Favorites', 'geodirectory')); ?></option>
3341 3341
 						<?php echo $favourite_links; ?>
3342 3342
 					</select>
3343 3343
 				</li>
@@ -3346,19 +3346,19 @@  discard block
 block discarded – undo
3346 3346
 		}
3347 3347
 
3348 3348
 
3349
-		$show_listing_link_user_dashboard = get_option( 'geodir_listing_link_user_dashboard' );
3349
+		$show_listing_link_user_dashboard = get_option('geodir_listing_link_user_dashboard');
3350 3350
 		$user_listing                     = geodir_user_post_listing_count();
3351 3351
 
3352
-		if ( ! empty( $show_listing_link_user_dashboard ) && ! empty( $user_listing ) ) {
3352
+		if (!empty($show_listing_link_user_dashboard) && !empty($user_listing)) {
3353 3353
 			$listing_links = '';
3354 3354
 
3355
-			foreach ( $post_types as $key => $postobj ) {
3356
-				if ( in_array( $key, $show_listing_link_user_dashboard ) && array_key_exists( $key, $user_listing ) ) {
3355
+			foreach ($post_types as $key => $postobj) {
3356
+				if (in_array($key, $show_listing_link_user_dashboard) && array_key_exists($key, $user_listing)) {
3357 3357
 					$name         = $postobj->labels->name;
3358
-					$listing_link = geodir_getlink( $author_link, array( 'stype' => $key ), false );
3358
+					$listing_link = geodir_getlink($author_link, array('stype' => $key), false);
3359 3359
 
3360 3360
 					$selected = '';
3361
-					if ( ! isset( $_REQUEST['list'] ) && isset( $_REQUEST['geodir_dashbord'] ) && isset( $_REQUEST['stype'] ) && $_REQUEST['stype'] == $key ) {
3361
+					if (!isset($_REQUEST['list']) && isset($_REQUEST['geodir_dashbord']) && isset($_REQUEST['stype']) && $_REQUEST['stype'] == $key) {
3362 3362
 						$selected = 'selected="selected"';
3363 3363
 					}
3364 3364
 
@@ -3371,20 +3371,20 @@  discard block
 block discarded – undo
3371 3371
 					 * @param string $key          My listing array key.
3372 3372
 					 * @param int $current_user    ->ID Current user ID.
3373 3373
 					 */
3374
-					$listing_link = apply_filters( 'geodir_dashboard_link_my_listing', $listing_link, $key, $current_user->ID );
3374
+					$listing_link = apply_filters('geodir_dashboard_link_my_listing', $listing_link, $key, $current_user->ID);
3375 3375
 
3376
-					$listing_links .= '<option ' . $selected . ' value="' . $listing_link . '">' . __( ucfirst( $name ), 'geodirectory' ) . '</option>';
3376
+					$listing_links .= '<option '.$selected.' value="'.$listing_link.'">'.__(ucfirst($name), 'geodirectory').'</option>';
3377 3377
 				}
3378 3378
 			}
3379 3379
 
3380
-			if ( $listing_links != '' ) {
3380
+			if ($listing_links != '') {
3381 3381
 				?>
3382 3382
 				<li>
3383 3383
 					<select id="geodir_my_listings" class="chosen_select" onchange="window.location.href=this.value"
3384 3384
 					        option-autoredirect="1" name="geodir_my_listings" option-ajaxchosen="false"
3385
-					        data-placeholder="<?php echo esc_attr( __( 'My Listings', 'geodirectory' ) ); ?>">
3385
+					        data-placeholder="<?php echo esc_attr(__('My Listings', 'geodirectory')); ?>">
3386 3386
 						<option value="" disabled="disabled" selected="selected"
3387
-						        style='display:none;'><?php echo esc_attr( __( 'My Listings', 'geodirectory' ) ); ?></option>
3387
+						        style='display:none;'><?php echo esc_attr(__('My Listings', 'geodirectory')); ?></option>
3388 3388
 						<?php echo $listing_links; ?>
3389 3389
 					</select>
3390 3390
 				</li>
@@ -3400,7 +3400,7 @@  discard block
 block discarded – undo
3400 3400
 		 *
3401 3401
 		 * @param string $dashboard_link Dashboard links HTML.
3402 3402
 		 */
3403
-		echo apply_filters( 'geodir_dashboard_links', $dashboard_link );
3403
+		echo apply_filters('geodir_dashboard_links', $dashboard_link);
3404 3404
 		echo '</ul>';
3405 3405
 
3406 3406
 		/**
@@ -3408,7 +3408,7 @@  discard block
 block discarded – undo
3408 3408
 		 *
3409 3409
 		 * @since 1.6.6
3410 3410
 		 */
3411
-		do_action( 'geodir_after_loginwidget_form_logged_in' );
3411
+		do_action('geodir_after_loginwidget_form_logged_in');
3412 3412
 
3413 3413
 
3414 3414
 	} else {
@@ -3423,18 +3423,18 @@  discard block
 block discarded – undo
3423 3423
 		<form name="loginform" class="loginform1"
3424 3424
 		      action="<?php echo geodir_login_url(); ?>"
3425 3425
 		      method="post">
3426
-			<div class="geodir_form_row"><input placeholder="<?php _e( 'Email', 'geodirectory' ); ?>" name="log"
3426
+			<div class="geodir_form_row"><input placeholder="<?php _e('Email', 'geodirectory'); ?>" name="log"
3427 3427
 			                                    type="text" class="textfield user_login1"/> <span
3428 3428
 					class="user_loginInfo"></span></div>
3429
-			<div class="geodir_form_row"><input placeholder="<?php _e( 'Password', 'geodirectory' ); ?>"
3429
+			<div class="geodir_form_row"><input placeholder="<?php _e('Password', 'geodirectory'); ?>"
3430 3430
 			                                    name="pwd" type="password"
3431 3431
 			                                    class="textfield user_pass1 input-text"/><span
3432 3432
 					class="user_passInfo"></span></div>
3433 3433
 
3434
-			<input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars( geodir_curPageURL() ); ?>"/>
3434
+			<input type="hidden" name="redirect_to" value="<?php echo htmlspecialchars(geodir_curPageURL()); ?>"/>
3435 3435
 			<input type="hidden" name="testcookie" value="1"/>
3436 3436
 
3437
-				<?php do_action( 'login_form' ); ?>
3437
+				<?php do_action('login_form'); ?>
3438 3438
 
3439 3439
 			<div class="geodir_form_row clearfix"><input type="submit" name="submit"
3440 3440
 			                                             value="<?php echo SIGN_IN_BUTTON; ?>" class="b_signin"/>
@@ -3447,7 +3447,7 @@  discard block
 block discarded – undo
3447 3447
 					 * @since 1.0.0
3448 3448
 					 */
3449 3449
 					?>
3450
-					<a href="<?php echo geodir_login_url( array( 'signup' => true ) ); ?>"
3450
+					<a href="<?php echo geodir_login_url(array('signup' => true)); ?>"
3451 3451
 					   class="goedir-newuser-link"><?php echo NEW_USER_TEXT; ?></a>
3452 3452
 
3453 3453
 					<?php
@@ -3457,7 +3457,7 @@  discard block
 block discarded – undo
3457 3457
 					 * @since 1.0.0
3458 3458
 					 */
3459 3459
 					?>
3460
-					<a href="<?php echo geodir_login_url( array( 'forgot' => true ) ); ?>"
3460
+					<a href="<?php echo geodir_login_url(array('forgot' => true)); ?>"
3461 3461
 					   class="goedir-forgot-link"><?php echo FORGOT_PW_TEXT; ?></a></p></div>
3462 3462
 		</form>
3463 3463
 		<?php
@@ -3466,7 +3466,7 @@  discard block
 block discarded – undo
3466 3466
 		 *
3467 3467
 		 * @since 1.6.6
3468 3468
 		 */
3469
-		do_action( 'geodir_after_loginwidget_form_logged_out' );
3469
+		do_action('geodir_after_loginwidget_form_logged_out');
3470 3470
 	}
3471 3471
 
3472 3472
 	echo $after_widget;
@@ -3488,16 +3488,16 @@  discard block
 block discarded – undo
3488 3488
  *                                         after_widget.
3489 3489
  * @param array|string $instance           The settings for the particular instance of the widget.
3490 3490
  */
3491
-function geodir_popular_postview_output( $args = '', $instance = '' ) {
3491
+function geodir_popular_postview_output($args = '', $instance = '') {
3492 3492
 	global $gd_session;
3493 3493
 
3494 3494
 	// prints the widget
3495
-	extract( $args, EXTR_SKIP );
3495
+	extract($args, EXTR_SKIP);
3496 3496
 
3497 3497
 	echo $before_widget;
3498 3498
 
3499 3499
 	/** This filter is documented in geodirectory_widgets.php */
3500
-	$title = empty( $instance['title'] ) ? geodir_ucwords( $instance['category_title'] ) : apply_filters( 'widget_title', __( $instance['title'], 'geodirectory' ) );
3500
+	$title = empty($instance['title']) ? geodir_ucwords($instance['category_title']) : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
3501 3501
 	/**
3502 3502
 	 * Filter the widget post type.
3503 3503
 	 *
@@ -3505,7 +3505,7 @@  discard block
 block discarded – undo
3505 3505
 	 *
3506 3506
 	 * @param string $instance ['post_type'] Post type of listing.
3507 3507
 	 */
3508
-	$post_type = empty( $instance['post_type'] ) ? 'gd_place' : apply_filters( 'widget_post_type', $instance['post_type'] );
3508
+	$post_type = empty($instance['post_type']) ? 'gd_place' : apply_filters('widget_post_type', $instance['post_type']);
3509 3509
 	/**
3510 3510
 	 * Filter the widget's term.
3511 3511
 	 *
@@ -3513,7 +3513,7 @@  discard block
 block discarded – undo
3513 3513
 	 *
3514 3514
 	 * @param string $instance ['category'] Filter by term. Can be any valid term.
3515 3515
 	 */
3516
-	$category = empty( $instance['category'] ) ? '0' : apply_filters( 'widget_category', $instance['category'] );
3516
+	$category = empty($instance['category']) ? '0' : apply_filters('widget_category', $instance['category']);
3517 3517
 	/**
3518 3518
 	 * Filter the widget listings limit.
3519 3519
 	 *
@@ -3521,7 +3521,7 @@  discard block
 block discarded – undo
3521 3521
 	 *
3522 3522
 	 * @param string $instance ['post_number'] Number of listings to display.
3523 3523
 	 */
3524
-	$post_number = empty( $instance['post_number'] ) ? '5' : apply_filters( 'widget_post_number', $instance['post_number'] );
3524
+	$post_number = empty($instance['post_number']) ? '5' : apply_filters('widget_post_number', $instance['post_number']);
3525 3525
 	/**
3526 3526
 	 * Filter widget's "layout" type.
3527 3527
 	 *
@@ -3529,7 +3529,7 @@  discard block
 block discarded – undo
3529 3529
 	 *
3530 3530
 	 * @param string $instance ['layout'] Widget layout type.
3531 3531
 	 */
3532
-	$layout = empty( $instance['layout'] ) ? 'gridview_onehalf' : apply_filters( 'widget_layout', $instance['layout'] );
3532
+	$layout = empty($instance['layout']) ? 'gridview_onehalf' : apply_filters('widget_layout', $instance['layout']);
3533 3533
 	/**
3534 3534
 	 * Filter widget's "add_location_filter" value.
3535 3535
 	 *
@@ -3537,7 +3537,7 @@  discard block
 block discarded – undo
3537 3537
 	 *
3538 3538
 	 * @param string|bool $instance ['add_location_filter'] Do you want to add location filter? Can be 1 or 0.
3539 3539
 	 */
3540
-	$add_location_filter = empty( $instance['add_location_filter'] ) ? '0' : apply_filters( 'widget_add_location_filter', $instance['add_location_filter'] );
3540
+	$add_location_filter = empty($instance['add_location_filter']) ? '0' : apply_filters('widget_add_location_filter', $instance['add_location_filter']);
3541 3541
 	/**
3542 3542
 	 * Filter widget's listing width.
3543 3543
 	 *
@@ -3545,7 +3545,7 @@  discard block
 block discarded – undo
3545 3545
 	 *
3546 3546
 	 * @param string $instance ['listing_width'] Listing width.
3547 3547
 	 */
3548
-	$listing_width = empty( $instance['listing_width'] ) ? '' : apply_filters( 'widget_listing_width', $instance['listing_width'] );
3548
+	$listing_width = empty($instance['listing_width']) ? '' : apply_filters('widget_listing_width', $instance['listing_width']);
3549 3549
 	/**
3550 3550
 	 * Filter widget's "list_sort" type.
3551 3551
 	 *
@@ -3553,25 +3553,25 @@  discard block
 block discarded – undo
3553 3553
 	 *
3554 3554
 	 * @param string $instance ['list_sort'] Listing sort by type.
3555 3555
 	 */
3556
-	$list_sort             = empty( $instance['list_sort'] ) ? 'latest' : apply_filters( 'widget_list_sort', $instance['list_sort'] );
3557
-	$use_viewing_post_type = ! empty( $instance['use_viewing_post_type'] ) ? true : false;
3556
+	$list_sort             = empty($instance['list_sort']) ? 'latest' : apply_filters('widget_list_sort', $instance['list_sort']);
3557
+	$use_viewing_post_type = !empty($instance['use_viewing_post_type']) ? true : false;
3558 3558
 
3559 3559
 	// set post type to current viewing post type
3560
-	if ( $use_viewing_post_type ) {
3560
+	if ($use_viewing_post_type) {
3561 3561
 		$current_post_type = geodir_get_current_posttype();
3562
-		if ( $current_post_type != '' && $current_post_type != $post_type ) {
3562
+		if ($current_post_type != '' && $current_post_type != $post_type) {
3563 3563
 			$post_type = $current_post_type;
3564 3564
 			$category  = array(); // old post type category will not work for current changed post type
3565 3565
 		}
3566 3566
 	}
3567 3567
 	// replace widget title dynamically
3568
-	$posttype_plural_label   = __( get_post_type_plural_label( $post_type ), 'geodirectory' );
3569
-	$posttype_singular_label = __( get_post_type_singular_label( $post_type ), 'geodirectory' );
3568
+	$posttype_plural_label   = __(get_post_type_plural_label($post_type), 'geodirectory');
3569
+	$posttype_singular_label = __(get_post_type_singular_label($post_type), 'geodirectory');
3570 3570
 
3571
-	$title = str_replace( "%posttype_plural_label%", $posttype_plural_label, $title );
3572
-	$title = str_replace( "%posttype_singular_label%", $posttype_singular_label, $title );
3571
+	$title = str_replace("%posttype_plural_label%", $posttype_plural_label, $title);
3572
+	$title = str_replace("%posttype_singular_label%", $posttype_singular_label, $title);
3573 3573
 
3574
-	if ( isset( $instance['character_count'] ) ) {
3574
+	if (isset($instance['character_count'])) {
3575 3575
 		/**
3576 3576
 		 * Filter the widget's excerpt character count.
3577 3577
 		 *
@@ -3579,37 +3579,37 @@  discard block
 block discarded – undo
3579 3579
 		 *
3580 3580
 		 * @param int $instance ['character_count'] Excerpt character count.
3581 3581
 		 */
3582
-		$character_count = apply_filters( 'widget_list_character_count', $instance['character_count'] );
3582
+		$character_count = apply_filters('widget_list_character_count', $instance['character_count']);
3583 3583
 	} else {
3584 3584
 		$character_count = '';
3585 3585
 	}
3586 3586
 
3587
-	if ( empty( $title ) || $title == 'All' ) {
3588
-		$title .= ' ' . __( get_post_type_plural_label( $post_type ), 'geodirectory' );
3587
+	if (empty($title) || $title == 'All') {
3588
+		$title .= ' '.__(get_post_type_plural_label($post_type), 'geodirectory');
3589 3589
 	}
3590 3590
 
3591 3591
 	$location_url = array();
3592
-	$city         = get_query_var( 'gd_city' );
3593
-	if ( ! empty( $city ) ) {
3594
-		$country = get_query_var( 'gd_country' );
3595
-		$region  = get_query_var( 'gd_region' );
3592
+	$city         = get_query_var('gd_city');
3593
+	if (!empty($city)) {
3594
+		$country = get_query_var('gd_country');
3595
+		$region  = get_query_var('gd_region');
3596 3596
 
3597
-		$geodir_show_location_url = get_option( 'geodir_show_location_url' );
3597
+		$geodir_show_location_url = get_option('geodir_show_location_url');
3598 3598
 
3599
-		if ( $geodir_show_location_url == 'all' ) {
3600
-			if ( $country != '' ) {
3599
+		if ($geodir_show_location_url == 'all') {
3600
+			if ($country != '') {
3601 3601
 				$location_url[] = $country;
3602 3602
 			}
3603 3603
 
3604
-			if ( $region != '' ) {
3604
+			if ($region != '') {
3605 3605
 				$location_url[] = $region;
3606 3606
 			}
3607
-		} else if ( $geodir_show_location_url == 'country_city' ) {
3608
-			if ( $country != '' ) {
3607
+		} else if ($geodir_show_location_url == 'country_city') {
3608
+			if ($country != '') {
3609 3609
 				$location_url[] = $country;
3610 3610
 			}
3611
-		} else if ( $geodir_show_location_url == 'region_city' ) {
3612
-			if ( $region != '' ) {
3611
+		} else if ($geodir_show_location_url == 'region_city') {
3612
+			if ($region != '') {
3613 3613
 				$location_url[] = $region;
3614 3614
 			}
3615 3615
 		}
@@ -3617,37 +3617,37 @@  discard block
 block discarded – undo
3617 3617
 		$location_url[] = $city;
3618 3618
 	}
3619 3619
 
3620
-	$location_url  = implode( '/', $location_url );
3620
+	$location_url  = implode('/', $location_url);
3621 3621
 	$skip_location = false;
3622
-	if ( ! $add_location_filter && $gd_session->get( 'gd_multi_location' ) ) {
3622
+	if (!$add_location_filter && $gd_session->get('gd_multi_location')) {
3623 3623
 		$skip_location = true;
3624
-		$gd_session->un_set( 'gd_multi_location' );
3624
+		$gd_session->un_set('gd_multi_location');
3625 3625
 	}
3626 3626
 
3627
-	if ( get_option( 'permalink_structure' ) ) {
3628
-		$viewall_url = get_post_type_archive_link( $post_type );
3627
+	if (get_option('permalink_structure')) {
3628
+		$viewall_url = get_post_type_archive_link($post_type);
3629 3629
 	} else {
3630
-		$viewall_url = get_post_type_archive_link( $post_type );
3630
+		$viewall_url = get_post_type_archive_link($post_type);
3631 3631
 	}
3632 3632
 
3633
-	if ( ! empty( $category ) && $category[0] != '0' ) {
3633
+	if (!empty($category) && $category[0] != '0') {
3634 3634
 		global $geodir_add_location_url;
3635 3635
 
3636 3636
 		$geodir_add_location_url = '0';
3637 3637
 
3638
-		if ( $add_location_filter != '0' ) {
3638
+		if ($add_location_filter != '0') {
3639 3639
 			$geodir_add_location_url = '1';
3640 3640
 		}
3641 3641
 
3642
-		$viewall_url = get_term_link( (int) $category[0], $post_type . 'category' );
3642
+		$viewall_url = get_term_link((int) $category[0], $post_type.'category');
3643 3643
 
3644 3644
 		$geodir_add_location_url = null;
3645 3645
 	}
3646
-	if ( $skip_location ) {
3647
-		$gd_session->set( 'gd_multi_location', 1 );
3646
+	if ($skip_location) {
3647
+		$gd_session->set('gd_multi_location', 1);
3648 3648
 	}
3649 3649
 
3650
-	if ( is_wp_error( $viewall_url ) ) {
3650
+	if (is_wp_error($viewall_url)) {
3651 3651
 		$viewall_url = '';
3652 3652
 	}
3653 3653
 
@@ -3659,34 +3659,34 @@  discard block
 block discarded – undo
3659 3659
 		'order_by'       => $list_sort
3660 3660
 	);
3661 3661
 
3662
-	if ( $character_count ) {
3662
+	if ($character_count) {
3663 3663
 		$query_args['excerpt_length'] = $character_count;
3664 3664
 	}
3665 3665
 
3666
-	if ( ! empty( $instance['show_featured_only'] ) ) {
3666
+	if (!empty($instance['show_featured_only'])) {
3667 3667
 		$query_args['show_featured_only'] = 1;
3668 3668
 	}
3669 3669
 
3670
-	if ( ! empty( $instance['show_special_only'] ) ) {
3670
+	if (!empty($instance['show_special_only'])) {
3671 3671
 		$query_args['show_special_only'] = 1;
3672 3672
 	}
3673 3673
 
3674
-	if ( ! empty( $instance['with_pics_only'] ) ) {
3674
+	if (!empty($instance['with_pics_only'])) {
3675 3675
 		$query_args['with_pics_only']      = 0;
3676 3676
 		$query_args['featured_image_only'] = 1;
3677 3677
 	}
3678 3678
 
3679
-	if ( ! empty( $instance['with_videos_only'] ) ) {
3679
+	if (!empty($instance['with_videos_only'])) {
3680 3680
 		$query_args['with_videos_only'] = 1;
3681 3681
 	}
3682
-	$with_no_results = ! empty( $instance['without_no_results'] ) ? false : true;
3682
+	$with_no_results = !empty($instance['without_no_results']) ? false : true;
3683 3683
 
3684
-	if ( ! empty( $category ) && $category[0] != '0' ) {
3685
-		$category_taxonomy = geodir_get_taxonomies( $post_type );
3684
+	if (!empty($category) && $category[0] != '0') {
3685
+		$category_taxonomy = geodir_get_taxonomies($post_type);
3686 3686
 
3687 3687
 		######### WPML #########
3688
-		if ( function_exists( 'icl_object_id' ) ) {
3689
-			$category = gd_lang_object_ids( $category, $category_taxonomy[0] );
3688
+		if (function_exists('icl_object_id')) {
3689
+			$category = gd_lang_object_ids($category, $category_taxonomy[0]);
3690 3690
 		}
3691 3691
 		######### WPML #########
3692 3692
 
@@ -3696,14 +3696,14 @@  discard block
 block discarded – undo
3696 3696
 			'terms'    => $category
3697 3697
 		);
3698 3698
 
3699
-		$query_args['tax_query'] = array( $tax_query );
3699
+		$query_args['tax_query'] = array($tax_query);
3700 3700
 	}
3701 3701
 
3702 3702
 	global $gridview_columns_widget, $geodir_is_widget_listing;
3703 3703
 
3704
-	$widget_listings = geodir_get_widget_listings( $query_args );
3704
+	$widget_listings = geodir_get_widget_listings($query_args);
3705 3705
 
3706
-	if ( ! empty( $widget_listings ) || $with_no_results ) {
3706
+	if (!empty($widget_listings) || $with_no_results) {
3707 3707
 		?>
3708 3708
 		<div class="geodir_locations geodir_location_listing">
3709 3709
 
@@ -3713,11 +3713,11 @@  discard block
 block discarded – undo
3713 3713
 			 *
3714 3714
 			 * @since 1.0.0
3715 3715
 			 */
3716
-			do_action( 'geodir_before_view_all_link_in_widget' ); ?>
3716
+			do_action('geodir_before_view_all_link_in_widget'); ?>
3717 3717
 			<div class="geodir_list_heading clearfix">
3718
-				<?php echo $before_title . $title . $after_title; ?>
3718
+				<?php echo $before_title.$title.$after_title; ?>
3719 3719
 				<a href="<?php echo $viewall_url; ?>"
3720
-				   class="geodir-viewall"><?php _e( 'View all', 'geodirectory' ); ?></a>
3720
+				   class="geodir-viewall"><?php _e('View all', 'geodirectory'); ?></a>
3721 3721
 			</div>
3722 3722
 			<?php
3723 3723
 			/**
@@ -3725,10 +3725,10 @@  discard block
 block discarded – undo
3725 3725
 			 *
3726 3726
 			 * @since 1.0.0
3727 3727
 			 */
3728
-			do_action( 'geodir_after_view_all_link_in_widget' ); ?>
3728
+			do_action('geodir_after_view_all_link_in_widget'); ?>
3729 3729
 			<?php
3730
-			if ( strstr( $layout, 'gridview' ) ) {
3731
-				$listing_view_exp        = explode( '_', $layout );
3730
+			if (strstr($layout, 'gridview')) {
3731
+				$listing_view_exp        = explode('_', $layout);
3732 3732
 				$gridview_columns_widget = $layout;
3733 3733
 				$layout                  = $listing_view_exp[0];
3734 3734
 			} else {
@@ -3740,8 +3740,8 @@  discard block
 block discarded – undo
3740 3740
 			 *
3741 3741
 			 * @since 1.0.0
3742 3742
 			 */
3743
-			$template = apply_filters( "geodir_template_part-widget-listing-listview", geodir_locate_template( 'widget-listing-listview' ) );
3744
-			if ( ! isset( $character_count ) ) {
3743
+			$template = apply_filters("geodir_template_part-widget-listing-listview", geodir_locate_template('widget-listing-listview'));
3744
+			if (!isset($character_count)) {
3745 3745
 				/**
3746 3746
 				 * Filter the widget's excerpt character count.
3747 3747
 				 *
@@ -3749,7 +3749,7 @@  discard block
 block discarded – undo
3749 3749
 				 *
3750 3750
 				 * @param int $instance ['character_count'] Excerpt character count.
3751 3751
 				 */
3752
-				$character_count = $character_count == '' ? 50 : apply_filters( 'widget_character_count', $character_count );
3752
+				$character_count = $character_count == '' ? 50 : apply_filters('widget_character_count', $character_count);
3753 3753
 			}
3754 3754
 
3755 3755
 			global $post, $map_jason, $map_canvas_arr;
@@ -3764,13 +3764,13 @@  discard block
 block discarded – undo
3764 3764
 			 *
3765 3765
 			 * @since 1.0.0
3766 3766
 			 */
3767
-			include( $template );
3767
+			include($template);
3768 3768
 
3769 3769
 			$geodir_is_widget_listing = false;
3770 3770
 
3771 3771
 			$GLOBALS['post'] = $current_post;
3772
-			if ( ! empty( $current_post ) ) {
3773
-				setup_postdata( $current_post );
3772
+			if (!empty($current_post)) {
3773
+				setup_postdata($current_post);
3774 3774
 			}
3775 3775
 			$map_jason      = $current_map_jason;
3776 3776
 			$map_canvas_arr = $current_map_canvas_arr;
@@ -3801,12 +3801,12 @@  discard block
 block discarded – undo
3801 3801
  *
3802 3802
  * @return int Reviews count.
3803 3803
  */
3804
-function geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type ) {
3804
+function geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type) {
3805 3805
 	global $wpdb, $plugin_prefix;
3806 3806
 
3807
-	$detail_table = $plugin_prefix . $post_type . '_detail';
3807
+	$detail_table = $plugin_prefix.$post_type.'_detail';
3808 3808
 
3809
-	$sql = "SELECT COALESCE(SUM(rating_count),0) FROM " . $detail_table . " WHERE post_status = 'publish' AND rating_count > 0 AND FIND_IN_SET(" . $term_id . ", " . $taxonomy . ")";
3809
+	$sql = "SELECT COALESCE(SUM(rating_count),0) FROM ".$detail_table." WHERE post_status = 'publish' AND rating_count > 0 AND FIND_IN_SET(".$term_id.", ".$taxonomy.")";
3810 3810
 
3811 3811
 	/**
3812 3812
 	 * Filter count review sql query.
@@ -3818,9 +3818,9 @@  discard block
 block discarded – undo
3818 3818
 	 * @param int $taxonomy     The taxonomy Id.
3819 3819
 	 * @param string $post_type The post type.
3820 3820
 	 */
3821
-	$sql = apply_filters( 'geodir_count_reviews_by_term_sql', $sql, $term_id, $taxonomy, $post_type );
3821
+	$sql = apply_filters('geodir_count_reviews_by_term_sql', $sql, $term_id, $taxonomy, $post_type);
3822 3822
 
3823
-	$count = $wpdb->get_var( $sql );
3823
+	$count = $wpdb->get_var($sql);
3824 3824
 
3825 3825
 	return $count;
3826 3826
 }
@@ -3838,7 +3838,7 @@  discard block
 block discarded – undo
3838 3838
  *
3839 3839
  * @return array Term array data.
3840 3840
  */
3841
-function geodir_count_reviews_by_terms( $force_update = false, $post_ID = 0 ) {
3841
+function geodir_count_reviews_by_terms($force_update = false, $post_ID = 0) {
3842 3842
 	/**
3843 3843
 	 * Filter review count option data.
3844 3844
 	 *
@@ -3848,78 +3848,78 @@  discard block
 block discarded – undo
3848 3848
 	 * @param bool $force_update Force update option value?. Default.false.
3849 3849
 	 * @param int $post_ID       The post id to update if any.
3850 3850
 	 */
3851
-	$option_data = apply_filters( 'geodir_count_reviews_by_terms_before', '', $force_update, $post_ID );
3852
-	if ( ! empty( $option_data ) ) {
3851
+	$option_data = apply_filters('geodir_count_reviews_by_terms_before', '', $force_update, $post_ID);
3852
+	if (!empty($option_data)) {
3853 3853
 		return $option_data;
3854 3854
 	}
3855 3855
 
3856
-	$option_data = get_option( 'geodir_global_review_count' );
3856
+	$option_data = get_option('geodir_global_review_count');
3857 3857
 
3858
-	if ( ! $option_data || $force_update ) {
3859
-		if ( (int) $post_ID > 0 ) { // Update reviews count for specific post categories only.
3858
+	if (!$option_data || $force_update) {
3859
+		if ((int) $post_ID > 0) { // Update reviews count for specific post categories only.
3860 3860
 			global $gd_session;
3861 3861
 			$term_array = (array) $option_data;
3862
-			$post_type  = get_post_type( $post_ID );
3863
-			$taxonomy   = $post_type . 'category';
3864
-			$terms      = wp_get_object_terms( $post_ID, $taxonomy, array( 'fields' => 'ids' ) );
3865
-
3866
-			if ( ! empty( $terms ) && ! is_wp_error( $terms ) ) {
3867
-				foreach ( $terms as $term_id ) {
3868
-					$count                  = geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type );
3869
-					$children               = get_term_children( $term_id, $taxonomy );
3870
-					$term_array[ $term_id ] = $count;
3862
+			$post_type  = get_post_type($post_ID);
3863
+			$taxonomy   = $post_type.'category';
3864
+			$terms      = wp_get_object_terms($post_ID, $taxonomy, array('fields' => 'ids'));
3865
+
3866
+			if (!empty($terms) && !is_wp_error($terms)) {
3867
+				foreach ($terms as $term_id) {
3868
+					$count                  = geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type);
3869
+					$children               = get_term_children($term_id, $taxonomy);
3870
+					$term_array[$term_id] = $count;
3871 3871
 				}
3872 3872
 			}
3873 3873
 
3874
-			$session_listing = $gd_session->get( 'listing' );
3874
+			$session_listing = $gd_session->get('listing');
3875 3875
 
3876 3876
 			$terms = array();
3877
-			if ( isset( $_POST['post_category'][ $taxonomy ] ) ) {
3878
-				$terms = (array) $_POST['post_category'][ $taxonomy ];
3879
-			} else if ( ! empty( $session_listing ) && isset( $session_listing['post_category'][ $taxonomy ] ) ) {
3880
-				$terms = (array) $session_listing['post_category'][ $taxonomy ];
3877
+			if (isset($_POST['post_category'][$taxonomy])) {
3878
+				$terms = (array) $_POST['post_category'][$taxonomy];
3879
+			} else if (!empty($session_listing) && isset($session_listing['post_category'][$taxonomy])) {
3880
+				$terms = (array) $session_listing['post_category'][$taxonomy];
3881 3881
 			}
3882 3882
 
3883
-			if ( ! empty( $terms ) ) {
3884
-				foreach ( $terms as $term_id ) {
3885
-					if ( $term_id > 0 ) {
3886
-						$count                  = geodir_count_reviews_by_term_id( $term_id, $taxonomy, $post_type );
3887
-						$children               = get_term_children( $term_id, $taxonomy );
3888
-						$term_array[ $term_id ] = $count;
3883
+			if (!empty($terms)) {
3884
+				foreach ($terms as $term_id) {
3885
+					if ($term_id > 0) {
3886
+						$count                  = geodir_count_reviews_by_term_id($term_id, $taxonomy, $post_type);
3887
+						$children               = get_term_children($term_id, $taxonomy);
3888
+						$term_array[$term_id] = $count;
3889 3889
 					}
3890 3890
 				}
3891 3891
 			}
3892 3892
 		} else { // Update reviews count for all post categories.
3893 3893
 			$term_array = array();
3894 3894
 			$post_types = geodir_get_posttypes();
3895
-			foreach ( $post_types as $post_type ) {
3895
+			foreach ($post_types as $post_type) {
3896 3896
 
3897
-				$taxonomy = geodir_get_taxonomies( $post_type );
3897
+				$taxonomy = geodir_get_taxonomies($post_type);
3898 3898
 				$taxonomy = $taxonomy[0];
3899 3899
 
3900 3900
 				$args = array(
3901 3901
 					'hide_empty' => false
3902 3902
 				);
3903 3903
 
3904
-				$terms = get_terms( $taxonomy, $args );
3904
+				$terms = get_terms($taxonomy, $args);
3905 3905
 
3906
-				foreach ( $terms as $term ) {
3907
-					$count    = geodir_count_reviews_by_term_id( $term->term_id, $taxonomy, $post_type );
3908
-					$children = get_term_children( $term->term_id, $taxonomy );
3906
+				foreach ($terms as $term) {
3907
+					$count    = geodir_count_reviews_by_term_id($term->term_id, $taxonomy, $post_type);
3908
+					$children = get_term_children($term->term_id, $taxonomy);
3909 3909
 					/*if ( is_array( $children ) ) {
3910 3910
                         foreach ( $children as $child_id ) {
3911 3911
                             $child_count = geodir_count_reviews_by_term_id($child_id, $taxonomy, $post_type);
3912 3912
                             $count = $count + $child_count;
3913 3913
                         }
3914 3914
                     }*/
3915
-					$term_array[ $term->term_id ] = $count;
3915
+					$term_array[$term->term_id] = $count;
3916 3916
 				}
3917 3917
 			}
3918 3918
 		}
3919 3919
 
3920
-		update_option( 'geodir_global_review_count', $term_array );
3920
+		update_option('geodir_global_review_count', $term_array);
3921 3921
 		//clear cache
3922
-		wp_cache_delete( 'geodir_global_review_count' );
3922
+		wp_cache_delete('geodir_global_review_count');
3923 3923
 
3924 3924
 		return $term_array;
3925 3925
 	} else {
@@ -3935,39 +3935,39 @@  discard block
 block discarded – undo
3935 3935
  * @package GeoDirectory
3936 3936
  * @return bool
3937 3937
  */
3938
-function geodir_term_review_count_force_update( $new_status, $old_status = '', $post = '' ) {
3939
-	if ( isset( $_REQUEST['action'] ) && $_REQUEST['action'] == 'geodir_import_export' ) {
3938
+function geodir_term_review_count_force_update($new_status, $old_status = '', $post = '') {
3939
+	if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'geodir_import_export') {
3940 3940
 		return; // do not run if importing listings
3941 3941
 	}
3942 3942
 
3943
-	if ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) {
3943
+	if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE) {
3944 3944
 		return;
3945 3945
 	}
3946 3946
 
3947 3947
 	$post_ID = 0;
3948
-	if ( ! empty( $post ) ) {
3949
-		if ( isset( $post->post_type ) && strpos( $post->post_type, 'gd_' ) !== 0 ) {
3948
+	if (!empty($post)) {
3949
+		if (isset($post->post_type) && strpos($post->post_type, 'gd_') !== 0) {
3950 3950
 			return;
3951 3951
 		}
3952 3952
 
3953
-		if ( $new_status == 'auto-draft' && $old_status == 'new' ) {
3953
+		if ($new_status == 'auto-draft' && $old_status == 'new') {
3954 3954
 			return;
3955 3955
 		}
3956 3956
 
3957
-		if ( ! empty( $post->ID ) ) {
3957
+		if (!empty($post->ID)) {
3958 3958
 			$post_ID = $post->ID;
3959 3959
 		}
3960 3960
 	}
3961 3961
 
3962
-	if ( $new_status != $old_status ) {
3963
-		geodir_count_reviews_by_terms( true, $post_ID );
3962
+	if ($new_status != $old_status) {
3963
+		geodir_count_reviews_by_terms(true, $post_ID);
3964 3964
 	}
3965 3965
 
3966 3966
 	return true;
3967 3967
 }
3968 3968
 
3969
-function geodir_term_review_count_force_update_single_post( $post_id ) {
3970
-	geodir_count_reviews_by_terms( true, $post_id );
3969
+function geodir_term_review_count_force_update_single_post($post_id) {
3970
+	geodir_count_reviews_by_terms(true, $post_id);
3971 3971
 }
3972 3972
 
3973 3973
 /*-----------------------------------------------------------------------------------*/
@@ -3984,11 +3984,11 @@  discard block
 block discarded – undo
3984 3984
  *
3985 3985
  * @return int Post count.
3986 3986
  */
3987
-function geodir_count_posts_by_term( $data, $term ) {
3987
+function geodir_count_posts_by_term($data, $term) {
3988 3988
 
3989
-	if ( $data ) {
3990
-		if ( isset( $data[ $term->term_id ] ) ) {
3991
-			return $data[ $term->term_id ];
3989
+	if ($data) {
3990
+		if (isset($data[$term->term_id])) {
3991
+			return $data[$term->term_id];
3992 3992
 		} else {
3993 3993
 			return 0;
3994 3994
 		}
@@ -4005,8 +4005,8 @@  discard block
 block discarded – undo
4005 4005
  * param array $terms An array of term objects.
4006 4006
  * @return array Sorted terms array.
4007 4007
  */
4008
-function geodir_sort_terms_by_count( $terms ) {
4009
-	usort( $terms, "geodir_sort_by_count_obj" );
4008
+function geodir_sort_terms_by_count($terms) {
4009
+	usort($terms, "geodir_sort_by_count_obj");
4010 4010
 
4011 4011
 	return $terms;
4012 4012
 }
@@ -4021,8 +4021,8 @@  discard block
 block discarded – undo
4021 4021
  *
4022 4022
  * @return array Sorted terms array.
4023 4023
  */
4024
-function geodir_sort_terms_by_review_count( $terms ) {
4025
-	usort( $terms, "geodir_sort_by_review_count_obj" );
4024
+function geodir_sort_terms_by_review_count($terms) {
4025
+	usort($terms, "geodir_sort_by_review_count_obj");
4026 4026
 
4027 4027
 	return $terms;
4028 4028
 }
@@ -4038,12 +4038,12 @@  discard block
 block discarded – undo
4038 4038
  *
4039 4039
  * @return array Sorted terms array.
4040 4040
  */
4041
-function geodir_sort_terms( $terms, $sort = 'count' ) {
4042
-	if ( $sort == 'count' ) {
4043
-		return geodir_sort_terms_by_count( $terms );
4041
+function geodir_sort_terms($terms, $sort = 'count') {
4042
+	if ($sort == 'count') {
4043
+		return geodir_sort_terms_by_count($terms);
4044 4044
 	}
4045
-	if ( $sort == 'review_count' ) {
4046
-		return geodir_sort_terms_by_review_count( $terms );
4045
+	if ($sort == 'review_count') {
4046
+		return geodir_sort_terms_by_review_count($terms);
4047 4047
 	}
4048 4048
 }
4049 4049
 
@@ -4061,7 +4061,7 @@  discard block
 block discarded – undo
4061 4061
  *
4062 4062
  * @return bool
4063 4063
  */
4064
-function geodir_sort_by_count( $a, $b ) {
4064
+function geodir_sort_by_count($a, $b) {
4065 4065
 	return $a['count'] < $b['count'];
4066 4066
 }
4067 4067
 
@@ -4076,7 +4076,7 @@  discard block
 block discarded – undo
4076 4076
  *
4077 4077
  * @return bool
4078 4078
  */
4079
-function geodir_sort_by_count_obj( $a, $b ) {
4079
+function geodir_sort_by_count_obj($a, $b) {
4080 4080
 	return $a->count < $b->count;
4081 4081
 }
4082 4082
 
@@ -4091,7 +4091,7 @@  discard block
 block discarded – undo
4091 4091
  *
4092 4092
  * @return bool
4093 4093
  */
4094
-function geodir_sort_by_review_count_obj( $a, $b ) {
4094
+function geodir_sort_by_review_count_obj($a, $b) {
4095 4095
 	return $a->review_count < $b->review_count;
4096 4096
 }
4097 4097
 
@@ -4108,35 +4108,35 @@  discard block
 block discarded – undo
4108 4108
 	 * @since   1.4.2
4109 4109
 	 * @package GeoDirectory
4110 4110
 	 */
4111
-	$locale = apply_filters( 'plugin_locale', get_locale(), 'geodirectory' );
4111
+	$locale = apply_filters('plugin_locale', get_locale(), 'geodirectory');
4112 4112
 
4113
-	load_textdomain( 'geodirectory', WP_LANG_DIR . '/' . 'geodirectory' . '/' . 'geodirectory' . '-' . $locale . '.mo' );
4114
-	load_plugin_textdomain( 'geodirectory', false, plugin_basename( dirname( dirname( __FILE__ ) ) ) . '/geodirectory-languages' );
4113
+	load_textdomain('geodirectory', WP_LANG_DIR.'/'.'geodirectory'.'/'.'geodirectory'.'-'.$locale.'.mo');
4114
+	load_plugin_textdomain('geodirectory', false, plugin_basename(dirname(dirname(__FILE__))).'/geodirectory-languages');
4115 4115
 
4116 4116
 	/**
4117 4117
 	 * Define language constants.
4118 4118
 	 *
4119 4119
 	 * @since 1.0.0
4120 4120
 	 */
4121
-	require_once( geodir_plugin_path() . '/language.php' );
4121
+	require_once(geodir_plugin_path().'/language.php');
4122 4122
 
4123
-	$language_file = geodir_plugin_path() . '/db-language.php';
4123
+	$language_file = geodir_plugin_path().'/db-language.php';
4124 4124
 
4125 4125
 	// Load language string file if not created yet
4126
-	if ( ! file_exists( $language_file ) ) {
4126
+	if (!file_exists($language_file)) {
4127 4127
 		geodirectory_load_db_language();
4128 4128
 	}
4129 4129
 
4130
-	if ( file_exists( $language_file ) ) {
4130
+	if (file_exists($language_file)) {
4131 4131
 		/**
4132 4132
 		 * Language strings from database.
4133 4133
 		 *
4134 4134
 		 * @since 1.4.2
4135 4135
 		 */
4136 4136
 		try {
4137
-			require_once( $language_file );
4138
-		} catch ( Exception $e ) {
4139
-			error_log( 'Language Error: ' . $e->getMessage() );
4137
+			require_once($language_file);
4138
+		} catch (Exception $e) {
4139
+			error_log('Language Error: '.$e->getMessage());
4140 4140
 		}
4141 4141
 	}
4142 4142
 }
@@ -4153,19 +4153,19 @@  discard block
 block discarded – undo
4153 4153
  */
4154 4154
 function geodirectory_load_db_language() {
4155 4155
 	global $wp_filesystem;
4156
-	if ( empty( $wp_filesystem ) ) {
4157
-		require_once( ABSPATH . '/wp-admin/includes/file.php' );
4156
+	if (empty($wp_filesystem)) {
4157
+		require_once(ABSPATH.'/wp-admin/includes/file.php');
4158 4158
 		WP_Filesystem();
4159 4159
 		global $wp_filesystem;
4160 4160
 	}
4161 4161
 
4162
-	$language_file = geodir_plugin_path() . '/db-language.php';
4162
+	$language_file = geodir_plugin_path().'/db-language.php';
4163 4163
 
4164
-	if ( is_file( $language_file ) && ! is_writable( $language_file ) ) {
4164
+	if (is_file($language_file) && !is_writable($language_file)) {
4165 4165
 		return false;
4166 4166
 	} // Not possible to create.
4167 4167
 
4168
-	if ( ! is_file( $language_file ) && ! is_writable( dirname( $language_file ) ) ) {
4168
+	if (!is_file($language_file) && !is_writable(dirname($language_file))) {
4169 4169
 		return false;
4170 4170
 	} // Not possible to create.
4171 4171
 
@@ -4178,9 +4178,9 @@  discard block
 block discarded – undo
4178 4178
 	 *
4179 4179
 	 * @param array $contents_strings Array of strings.
4180 4180
 	 */
4181
-	$contents_strings = apply_filters( 'geodir_load_db_language', $contents_strings );
4181
+	$contents_strings = apply_filters('geodir_load_db_language', $contents_strings);
4182 4182
 
4183
-	$contents_strings = array_unique( $contents_strings );
4183
+	$contents_strings = array_unique($contents_strings);
4184 4184
 
4185 4185
 	$contents_head   = array();
4186 4186
 	$contents_head[] = "<?php";
@@ -4197,20 +4197,20 @@  discard block
 block discarded – undo
4197 4197
 	$contents_foot[] = "";
4198 4198
 	$contents_foot[] = "";
4199 4199
 
4200
-	$contents = implode( PHP_EOL, $contents_head );
4200
+	$contents = implode(PHP_EOL, $contents_head);
4201 4201
 
4202
-	if ( ! empty( $contents_strings ) ) {
4203
-		foreach ( $contents_strings as $string ) {
4204
-			if ( is_scalar( $string ) && $string != '' ) {
4205
-				$string = str_replace( "'", "\'", $string );
4206
-				$contents .= PHP_EOL . "__('" . $string . "', 'geodirectory');";
4202
+	if (!empty($contents_strings)) {
4203
+		foreach ($contents_strings as $string) {
4204
+			if (is_scalar($string) && $string != '') {
4205
+				$string = str_replace("'", "\'", $string);
4206
+				$contents .= PHP_EOL."__('".$string."', 'geodirectory');";
4207 4207
 			}
4208 4208
 		}
4209 4209
 	}
4210 4210
 
4211
-	$contents .= implode( PHP_EOL, $contents_foot );
4211
+	$contents .= implode(PHP_EOL, $contents_foot);
4212 4212
 
4213
-	if ( $wp_filesystem->put_contents( $language_file, $contents, FS_CHMOD_FILE ) ) {
4213
+	if ($wp_filesystem->put_contents($language_file, $contents, FS_CHMOD_FILE)) {
4214 4214
 		return false;
4215 4215
 	} // Failure; could not write file.
4216 4216
 
@@ -4231,49 +4231,49 @@  discard block
 block discarded – undo
4231 4231
  *
4232 4232
  * @return array Translation texts.
4233 4233
  */
4234
-function geodir_load_custom_field_translation( $translation_texts = array() ) {
4234
+function geodir_load_custom_field_translation($translation_texts = array()) {
4235 4235
 	global $wpdb;
4236 4236
 
4237 4237
 	// Custom fields table
4238
-	$sql  = "SELECT admin_title, admin_desc, site_title, clabels, required_msg, default_value, option_values, validation_msg FROM " . GEODIR_CUSTOM_FIELDS_TABLE;
4239
-	$rows = $wpdb->get_results( $sql );
4238
+	$sql  = "SELECT admin_title, admin_desc, site_title, clabels, required_msg, default_value, option_values, validation_msg FROM ".GEODIR_CUSTOM_FIELDS_TABLE;
4239
+	$rows = $wpdb->get_results($sql);
4240 4240
 
4241
-	if ( ! empty( $rows ) ) {
4242
-		foreach ( $rows as $row ) {
4243
-			if ( ! empty( $row->admin_title ) ) {
4244
-				$translation_texts[] = stripslashes_deep( $row->admin_title );
4241
+	if (!empty($rows)) {
4242
+		foreach ($rows as $row) {
4243
+			if (!empty($row->admin_title)) {
4244
+				$translation_texts[] = stripslashes_deep($row->admin_title);
4245 4245
 			}
4246 4246
 
4247
-			if ( ! empty( $row->admin_desc ) ) {
4248
-				$translation_texts[] = stripslashes_deep( $row->admin_desc );
4247
+			if (!empty($row->admin_desc)) {
4248
+				$translation_texts[] = stripslashes_deep($row->admin_desc);
4249 4249
 			}
4250 4250
 
4251
-			if ( ! empty( $row->site_title ) ) {
4252
-				$translation_texts[] = stripslashes_deep( $row->site_title );
4251
+			if (!empty($row->site_title)) {
4252
+				$translation_texts[] = stripslashes_deep($row->site_title);
4253 4253
 			}
4254 4254
 
4255
-			if ( ! empty( $row->clabels ) ) {
4256
-				$translation_texts[] = stripslashes_deep( $row->clabels );
4255
+			if (!empty($row->clabels)) {
4256
+				$translation_texts[] = stripslashes_deep($row->clabels);
4257 4257
 			}
4258 4258
 
4259
-			if ( ! empty( $row->required_msg ) ) {
4260
-				$translation_texts[] = stripslashes_deep( $row->required_msg );
4259
+			if (!empty($row->required_msg)) {
4260
+				$translation_texts[] = stripslashes_deep($row->required_msg);
4261 4261
 			}
4262 4262
             
4263
-			if ( ! empty( $row->validation_msg ) ) {
4264
-				$translation_texts[] = stripslashes_deep( $row->validation_msg );
4263
+			if (!empty($row->validation_msg)) {
4264
+				$translation_texts[] = stripslashes_deep($row->validation_msg);
4265 4265
 			}
4266 4266
 
4267
-			if ( ! empty( $row->default_value ) ) {
4268
-				$translation_texts[] = stripslashes_deep( $row->default_value );
4267
+			if (!empty($row->default_value)) {
4268
+				$translation_texts[] = stripslashes_deep($row->default_value);
4269 4269
 			}
4270 4270
 
4271
-			if ( ! empty( $row->option_values ) ) {
4272
-				$option_values = geodir_string_values_to_options( stripslashes_deep( $row->option_values ) );
4271
+			if (!empty($row->option_values)) {
4272
+				$option_values = geodir_string_values_to_options(stripslashes_deep($row->option_values));
4273 4273
 
4274
-				if ( ! empty( $option_values ) ) {
4275
-					foreach ( $option_values as $option_value ) {
4276
-						if ( ! empty( $option_value['label'] ) ) {
4274
+				if (!empty($option_values)) {
4275
+					foreach ($option_values as $option_value) {
4276
+						if (!empty($option_value['label'])) {
4277 4277
 							$translation_texts[] = $option_value['label'];
4278 4278
 						}
4279 4279
 					}
@@ -4283,56 +4283,56 @@  discard block
 block discarded – undo
4283 4283
 	}
4284 4284
 
4285 4285
 	// Custom sorting fields table
4286
-	$sql  = "SELECT site_title, asc_title, desc_title FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE;
4287
-	$rows = $wpdb->get_results( $sql );
4286
+	$sql  = "SELECT site_title, asc_title, desc_title FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE;
4287
+	$rows = $wpdb->get_results($sql);
4288 4288
 
4289
-	if ( ! empty( $rows ) ) {
4290
-		foreach ( $rows as $row ) {
4291
-			if ( ! empty( $row->site_title ) ) {
4292
-				$translation_texts[] = stripslashes_deep( $row->site_title );
4289
+	if (!empty($rows)) {
4290
+		foreach ($rows as $row) {
4291
+			if (!empty($row->site_title)) {
4292
+				$translation_texts[] = stripslashes_deep($row->site_title);
4293 4293
 			}
4294 4294
 
4295
-			if ( ! empty( $row->asc_title ) ) {
4296
-				$translation_texts[] = stripslashes_deep( $row->asc_title );
4295
+			if (!empty($row->asc_title)) {
4296
+				$translation_texts[] = stripslashes_deep($row->asc_title);
4297 4297
 			}
4298 4298
 
4299
-			if ( ! empty( $row->desc_title ) ) {
4300
-				$translation_texts[] = stripslashes_deep( $row->desc_title );
4299
+			if (!empty($row->desc_title)) {
4300
+				$translation_texts[] = stripslashes_deep($row->desc_title);
4301 4301
 			}
4302 4302
 		}
4303 4303
 	}
4304 4304
 
4305 4305
 	// Advance search filter fields table
4306
-	if ( defined( 'GEODIR_ADVANCE_SEARCH_TABLE' ) ) {
4307
-		$sql  = "SELECT field_site_name, front_search_title, first_search_text, last_search_text, field_desc FROM " . GEODIR_ADVANCE_SEARCH_TABLE;
4308
-		$rows = $wpdb->get_results( $sql );
4309
-
4310
-		if ( ! empty( $rows ) ) {
4311
-			foreach ( $rows as $row ) {
4312
-				if ( ! empty( $row->field_site_name ) ) {
4313
-					$translation_texts[] = stripslashes_deep( $row->field_site_name );
4306
+	if (defined('GEODIR_ADVANCE_SEARCH_TABLE')) {
4307
+		$sql  = "SELECT field_site_name, front_search_title, first_search_text, last_search_text, field_desc FROM ".GEODIR_ADVANCE_SEARCH_TABLE;
4308
+		$rows = $wpdb->get_results($sql);
4309
+
4310
+		if (!empty($rows)) {
4311
+			foreach ($rows as $row) {
4312
+				if (!empty($row->field_site_name)) {
4313
+					$translation_texts[] = stripslashes_deep($row->field_site_name);
4314 4314
 				}
4315 4315
 
4316
-				if ( ! empty( $row->front_search_title ) ) {
4317
-					$translation_texts[] = stripslashes_deep( $row->front_search_title );
4316
+				if (!empty($row->front_search_title)) {
4317
+					$translation_texts[] = stripslashes_deep($row->front_search_title);
4318 4318
 				}
4319 4319
 
4320
-				if ( ! empty( $row->first_search_text ) ) {
4321
-					$translation_texts[] = stripslashes_deep( $row->first_search_text );
4320
+				if (!empty($row->first_search_text)) {
4321
+					$translation_texts[] = stripslashes_deep($row->first_search_text);
4322 4322
 				}
4323 4323
 
4324
-				if ( ! empty( $row->last_search_text ) ) {
4325
-					$translation_texts[] = stripslashes_deep( $row->last_search_text );
4324
+				if (!empty($row->last_search_text)) {
4325
+					$translation_texts[] = stripslashes_deep($row->last_search_text);
4326 4326
 				}
4327 4327
 
4328
-				if ( ! empty( $row->field_desc ) ) {
4329
-					$translation_texts[] = stripslashes_deep( $row->field_desc );
4328
+				if (!empty($row->field_desc)) {
4329
+					$translation_texts[] = stripslashes_deep($row->field_desc);
4330 4330
 				}
4331 4331
 			}
4332 4332
 		}
4333 4333
 	}
4334 4334
 
4335
-	$translation_texts = ! empty( $translation_texts ) ? array_unique( $translation_texts ) : $translation_texts;
4335
+	$translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts;
4336 4336
 
4337 4337
 	return $translation_texts;
4338 4338
 }
@@ -4354,7 +4354,7 @@  discard block
 block discarded – undo
4354 4354
 	 *
4355 4355
 	 * @param array $geodir_allowed_mime_types and file extensions.
4356 4356
 	 */
4357
-	return apply_filters( 'geodir_allowed_mime_types', array(
4357
+	return apply_filters('geodir_allowed_mime_types', array(
4358 4358
 			'Image'       => array( // Image formats.
4359 4359
 				'jpg'  => 'image/jpeg',
4360 4360
 				'jpe'  => 'image/jpeg',
@@ -4422,18 +4422,18 @@  discard block
 block discarded – undo
4422 4422
  *
4423 4423
  * @return string User display name.
4424 4424
  */
4425
-function geodir_get_client_name( $user_id ) {
4425
+function geodir_get_client_name($user_id) {
4426 4426
 	$client_name = '';
4427 4427
 
4428
-	$user_data = get_userdata( $user_id );
4428
+	$user_data = get_userdata($user_id);
4429 4429
 
4430
-	if ( ! empty( $user_data ) ) {
4431
-		if ( isset( $user_data->display_name ) && trim( $user_data->display_name ) != '' ) {
4432
-			$client_name = trim( $user_data->display_name );
4433
-		} else if ( isset( $user_data->user_nicename ) && trim( $user_data->user_nicename ) != '' ) {
4434
-			$client_name = trim( $user_data->user_nicename );
4430
+	if (!empty($user_data)) {
4431
+		if (isset($user_data->display_name) && trim($user_data->display_name) != '') {
4432
+			$client_name = trim($user_data->display_name);
4433
+		} else if (isset($user_data->user_nicename) && trim($user_data->user_nicename) != '') {
4434
+			$client_name = trim($user_data->user_nicename);
4435 4435
 		} else {
4436
-			$client_name = trim( $user_data->user_login );
4436
+			$client_name = trim($user_data->user_login);
4437 4437
 		}
4438 4438
 	}
4439 4439
 
@@ -4441,19 +4441,19 @@  discard block
 block discarded – undo
4441 4441
 }
4442 4442
 
4443 4443
 
4444
-add_filter( 'wpseo_replacements', 'geodir_wpseo_replacements', 10, 1 );
4444
+add_filter('wpseo_replacements', 'geodir_wpseo_replacements', 10, 1);
4445 4445
 /*
4446 4446
  * Add location variables to wpseo replacements.
4447 4447
  *
4448 4448
  * @since 1.5.4
4449 4449
  */
4450
-function geodir_wpseo_replacements( $vars ) {
4450
+function geodir_wpseo_replacements($vars) {
4451 4451
 
4452 4452
 	global $wp;
4453 4453
 	$title = '';
4454 4454
 	// location variables
4455 4455
 	$gd_post_type   = geodir_get_current_posttype();
4456
-	$location_array = geodir_get_current_location_terms( 'query_vars', $gd_post_type );
4456
+	$location_array = geodir_get_current_location_terms('query_vars', $gd_post_type);
4457 4457
 	/**
4458 4458
 	 * Filter the title variables location variables array
4459 4459
 	 *
@@ -4463,105 +4463,105 @@  discard block
 block discarded – undo
4463 4463
 	 * @param array $location_array The array of location variables.
4464 4464
 	 * @param array $vars           The page title variables.
4465 4465
 	 */
4466
-	$location_array  = apply_filters( 'geodir_filter_title_variables_location_arr_seo', $location_array, $vars );
4466
+	$location_array  = apply_filters('geodir_filter_title_variables_location_arr_seo', $location_array, $vars);
4467 4467
 	$location_titles = array();
4468
-	if ( get_query_var( 'gd_country_full' ) ) {
4469
-		if ( get_query_var( 'gd_country_full' ) ) {
4470
-			$location_array['gd_country'] = get_query_var( 'gd_country_full' );
4468
+	if (get_query_var('gd_country_full')) {
4469
+		if (get_query_var('gd_country_full')) {
4470
+			$location_array['gd_country'] = get_query_var('gd_country_full');
4471 4471
 		}
4472
-		if ( get_query_var( 'gd_region_full' ) ) {
4473
-			$location_array['gd_region'] = get_query_var( 'gd_region_full' );
4472
+		if (get_query_var('gd_region_full')) {
4473
+			$location_array['gd_region'] = get_query_var('gd_region_full');
4474 4474
 		}
4475
-		if ( get_query_var( 'gd_city_full' ) ) {
4476
-			$location_array['gd_city'] = get_query_var( 'gd_city_full' );
4475
+		if (get_query_var('gd_city_full')) {
4476
+			$location_array['gd_city'] = get_query_var('gd_city_full');
4477 4477
 		}
4478 4478
 	}
4479 4479
 	$location_single = '';
4480
-	$gd_country      = ( isset( $wp->query_vars['gd_country'] ) && $wp->query_vars['gd_country'] != '' ) ? $wp->query_vars['gd_country'] : '';
4481
-	$gd_region       = ( isset( $wp->query_vars['gd_region'] ) && $wp->query_vars['gd_region'] != '' ) ? $wp->query_vars['gd_region'] : '';
4482
-	$gd_city         = ( isset( $wp->query_vars['gd_city'] ) && $wp->query_vars['gd_city'] != '' ) ? $wp->query_vars['gd_city'] : '';
4480
+	$gd_country      = (isset($wp->query_vars['gd_country']) && $wp->query_vars['gd_country'] != '') ? $wp->query_vars['gd_country'] : '';
4481
+	$gd_region       = (isset($wp->query_vars['gd_region']) && $wp->query_vars['gd_region'] != '') ? $wp->query_vars['gd_region'] : '';
4482
+	$gd_city         = (isset($wp->query_vars['gd_city']) && $wp->query_vars['gd_city'] != '') ? $wp->query_vars['gd_city'] : '';
4483 4483
 
4484 4484
 	$gd_country_actual = $gd_region_actual = $gd_city_actual = '';
4485 4485
 
4486
-	if ( function_exists( 'get_actual_location_name' ) ) {
4487
-		$gd_country_actual = $gd_country != '' ? get_actual_location_name( 'country', $gd_country, true ) : $gd_country;
4488
-		$gd_region_actual  = $gd_region != '' ? get_actual_location_name( 'region', $gd_region ) : $gd_region;
4489
-		$gd_city_actual    = $gd_city != '' ? get_actual_location_name( 'city', $gd_city ) : $gd_city;
4486
+	if (function_exists('get_actual_location_name')) {
4487
+		$gd_country_actual = $gd_country != '' ? get_actual_location_name('country', $gd_country, true) : $gd_country;
4488
+		$gd_region_actual  = $gd_region != '' ? get_actual_location_name('region', $gd_region) : $gd_region;
4489
+		$gd_city_actual    = $gd_city != '' ? get_actual_location_name('city', $gd_city) : $gd_city;
4490 4490
 	}
4491 4491
 
4492
-	if ( $gd_city != '' ) {
4493
-		if ( $gd_city_actual != '' ) {
4492
+	if ($gd_city != '') {
4493
+		if ($gd_city_actual != '') {
4494 4494
 			$gd_city = $gd_city_actual;
4495 4495
 		} else {
4496
-			$gd_city = preg_replace( '/-(\d+)$/', '', $gd_city );
4497
-			$gd_city = preg_replace( '/[_-]/', ' ', $gd_city );
4498
-			$gd_city = __( geodir_ucwords( $gd_city ), 'geodirectory' );
4496
+			$gd_city = preg_replace('/-(\d+)$/', '', $gd_city);
4497
+			$gd_city = preg_replace('/[_-]/', ' ', $gd_city);
4498
+			$gd_city = __(geodir_ucwords($gd_city), 'geodirectory');
4499 4499
 		}
4500 4500
 		$location_single = $gd_city;
4501 4501
 
4502
-	} else if ( $gd_region != '' ) {
4503
-		if ( $gd_region_actual != '' ) {
4502
+	} else if ($gd_region != '') {
4503
+		if ($gd_region_actual != '') {
4504 4504
 			$gd_region = $gd_region_actual;
4505 4505
 		} else {
4506
-			$gd_region = preg_replace( '/-(\d+)$/', '', $gd_region );
4507
-			$gd_region = preg_replace( '/[_-]/', ' ', $gd_region );
4508
-			$gd_region = __( geodir_ucwords( $gd_region ), 'geodirectory' );
4506
+			$gd_region = preg_replace('/-(\d+)$/', '', $gd_region);
4507
+			$gd_region = preg_replace('/[_-]/', ' ', $gd_region);
4508
+			$gd_region = __(geodir_ucwords($gd_region), 'geodirectory');
4509 4509
 		}
4510 4510
 
4511 4511
 		$location_single = $gd_region;
4512
-	} else if ( $gd_country != '' ) {
4513
-		if ( $gd_country_actual != '' ) {
4512
+	} else if ($gd_country != '') {
4513
+		if ($gd_country_actual != '') {
4514 4514
 			$gd_country = $gd_country_actual;
4515 4515
 		} else {
4516
-			$gd_country = preg_replace( '/-(\d+)$/', '', $gd_country );
4517
-			$gd_country = preg_replace( '/[_-]/', ' ', $gd_country );
4518
-			$gd_country = __( geodir_ucwords( $gd_country ), 'geodirectory' );
4516
+			$gd_country = preg_replace('/-(\d+)$/', '', $gd_country);
4517
+			$gd_country = preg_replace('/[_-]/', ' ', $gd_country);
4518
+			$gd_country = __(geodir_ucwords($gd_country), 'geodirectory');
4519 4519
 		}
4520 4520
 
4521 4521
 		$location_single = $gd_country;
4522 4522
 	}
4523 4523
 
4524
-	if ( ! empty( $location_array ) ) {
4524
+	if (!empty($location_array)) {
4525 4525
 
4526
-		$actual_location_name = function_exists( 'get_actual_location_name' ) ? true : false;
4527
-		$location_array       = array_reverse( $location_array );
4526
+		$actual_location_name = function_exists('get_actual_location_name') ? true : false;
4527
+		$location_array       = array_reverse($location_array);
4528 4528
 
4529
-		foreach ( $location_array as $location_type => $location ) {
4530
-			$gd_location_link_text = preg_replace( '/-(\d+)$/', '', $location );
4531
-			$gd_location_link_text = preg_replace( '/[_-]/', ' ', $gd_location_link_text );
4529
+		foreach ($location_array as $location_type => $location) {
4530
+			$gd_location_link_text = preg_replace('/-(\d+)$/', '', $location);
4531
+			$gd_location_link_text = preg_replace('/[_-]/', ' ', $gd_location_link_text);
4532 4532
 
4533
-			$location_name = geodir_ucwords( $gd_location_link_text );
4534
-			$location_name = __( $location_name, 'geodirectory' );
4533
+			$location_name = geodir_ucwords($gd_location_link_text);
4534
+			$location_name = __($location_name, 'geodirectory');
4535 4535
 
4536
-			if ( $actual_location_name ) {
4537
-				$location_type = strpos( $location_type, 'gd_' ) === 0 ? substr( $location_type, 3 ) : $location_type;
4538
-				$location_name = get_actual_location_name( $location_type, $location, true );
4536
+			if ($actual_location_name) {
4537
+				$location_type = strpos($location_type, 'gd_') === 0 ? substr($location_type, 3) : $location_type;
4538
+				$location_name = get_actual_location_name($location_type, $location, true);
4539 4539
 			}
4540 4540
 
4541 4541
 			$location_titles[] = $location_name;
4542 4542
 		}
4543
-		if ( ! empty( $location_titles ) ) {
4544
-			$location_titles = array_unique( $location_titles );
4543
+		if (!empty($location_titles)) {
4544
+			$location_titles = array_unique($location_titles);
4545 4545
 		}
4546 4546
 	}
4547 4547
 
4548 4548
 
4549
-	if ( ! empty( $location_titles ) ) {
4550
-		$vars['%%location%%'] = implode( ", ", $location_titles );
4549
+	if (!empty($location_titles)) {
4550
+		$vars['%%location%%'] = implode(", ", $location_titles);
4551 4551
 	}
4552 4552
 
4553 4553
 
4554
-	if ( ! empty( $location_titles ) ) {
4555
-		$vars['%%in_location%%'] = __( 'in ', 'geodirectory' ) . implode( ", ", $location_titles );
4554
+	if (!empty($location_titles)) {
4555
+		$vars['%%in_location%%'] = __('in ', 'geodirectory').implode(", ", $location_titles);
4556 4556
 	}
4557 4557
 
4558 4558
 
4559
-	if ( $location_single ) {
4560
-		$vars['%%in_location_single%%'] = __( 'in', 'geodirectory' ) . ' ' . $location_single;
4559
+	if ($location_single) {
4560
+		$vars['%%in_location_single%%'] = __('in', 'geodirectory').' '.$location_single;
4561 4561
 	}
4562 4562
 
4563 4563
 
4564
-	if ( $location_single ) {
4564
+	if ($location_single) {
4565 4565
 		$vars['%%location_single%%'] = $location_single;
4566 4566
 	}
4567 4567
 
@@ -4574,13 +4574,13 @@  discard block
 block discarded – undo
4574 4574
 	 * @param string $vars          The title with variables.
4575 4575
 	 * @param array $location_array The array of location variables.
4576 4576
 	 */
4577
-	return apply_filters( 'geodir_wpseo_replacements_vars', $vars, $location_array );
4577
+	return apply_filters('geodir_wpseo_replacements_vars', $vars, $location_array);
4578 4578
 }
4579 4579
 
4580 4580
 
4581
-add_filter( 'geodir_seo_meta_title', 'geodir_filter_title_variables', 10, 3 );
4582
-add_filter( 'geodir_seo_page_title', 'geodir_filter_title_variables', 10, 2 );
4583
-add_filter( 'geodir_seo_meta_description_pre', 'geodir_filter_title_variables', 10, 3 );
4581
+add_filter('geodir_seo_meta_title', 'geodir_filter_title_variables', 10, 3);
4582
+add_filter('geodir_seo_page_title', 'geodir_filter_title_variables', 10, 2);
4583
+add_filter('geodir_seo_meta_description_pre', 'geodir_filter_title_variables', 10, 3);
4584 4584
 
4585 4585
 /**
4586 4586
  * Filter the title variables.
@@ -4622,14 +4622,14 @@  discard block
 block discarded – undo
4622 4622
  *
4623 4623
  * @return string Title after filtered variables.
4624 4624
  */
4625
-function geodir_filter_title_variables( $title, $gd_page, $sep = '' ) {
4625
+function geodir_filter_title_variables($title, $gd_page, $sep = '') {
4626 4626
 	global $wp, $post;
4627 4627
 
4628
-	if ( ! $gd_page || ! $title ) {
4628
+	if (!$gd_page || !$title) {
4629 4629
 		return $title; // if no a GD page then bail.
4630 4630
 	}
4631 4631
 
4632
-	if ( $sep == '' ) {
4632
+	if ($sep == '') {
4633 4633
 		/**
4634 4634
 		 * Filter the page title separator.
4635 4635
 		 *
@@ -4638,100 +4638,100 @@  discard block
 block discarded – undo
4638 4638
 		 *
4639 4639
 		 * @param string $sep The separator, default: `|`.
4640 4640
 		 */
4641
-		$sep = apply_filters( 'geodir_page_title_separator', '|' );
4641
+		$sep = apply_filters('geodir_page_title_separator', '|');
4642 4642
 	}
4643 4643
 
4644
-	if ( strpos( $title, '%%title%%' ) !== false ) {
4645
-		$title = str_replace( "%%title%%", $post->post_title, $title );
4644
+	if (strpos($title, '%%title%%') !== false) {
4645
+		$title = str_replace("%%title%%", $post->post_title, $title);
4646 4646
 	}
4647 4647
 
4648
-	if ( strpos( $title, '%%sitename%%' ) !== false ) {
4649
-		$title = str_replace( "%%sitename%%", get_bloginfo( 'name' ), $title );
4648
+	if (strpos($title, '%%sitename%%') !== false) {
4649
+		$title = str_replace("%%sitename%%", get_bloginfo('name'), $title);
4650 4650
 	}
4651 4651
 
4652
-	if ( strpos( $title, '%%sitedesc%%' ) !== false ) {
4653
-		$title = str_replace( "%%sitedesc%%", get_bloginfo( 'description' ), $title );
4652
+	if (strpos($title, '%%sitedesc%%') !== false) {
4653
+		$title = str_replace("%%sitedesc%%", get_bloginfo('description'), $title);
4654 4654
 	}
4655 4655
 
4656
-	if ( strpos( $title, '%%excerpt%%' ) !== false ) {
4657
-		$title = str_replace( "%%excerpt%%", strip_tags( get_the_excerpt() ), $title );
4656
+	if (strpos($title, '%%excerpt%%') !== false) {
4657
+		$title = str_replace("%%excerpt%%", strip_tags(get_the_excerpt()), $title);
4658 4658
 	}
4659 4659
 
4660
-	if ( $gd_page == 'search' || $gd_page == 'author' ) {
4661
-		$post_type = isset( $_REQUEST['stype'] ) ? sanitize_text_field( $_REQUEST['stype'] ) : '';
4662
-	} else if ( $gd_page == 'add-listing' ) {
4663
-		$post_type = ( isset( $_REQUEST['listing_type'] ) ) ? sanitize_text_field( $_REQUEST['listing_type'] ) : '';
4664
-		$post_type = ! $post_type && ! empty( $_REQUEST['pid'] ) ? get_post_type( (int) $_REQUEST['pid'] ) : $post_type;
4665
-	} else if ( isset( $post->post_type ) && $post->post_type && in_array( $post->post_type, geodir_get_posttypes() ) ) {
4660
+	if ($gd_page == 'search' || $gd_page == 'author') {
4661
+		$post_type = isset($_REQUEST['stype']) ? sanitize_text_field($_REQUEST['stype']) : '';
4662
+	} else if ($gd_page == 'add-listing') {
4663
+		$post_type = (isset($_REQUEST['listing_type'])) ? sanitize_text_field($_REQUEST['listing_type']) : '';
4664
+		$post_type = !$post_type && !empty($_REQUEST['pid']) ? get_post_type((int) $_REQUEST['pid']) : $post_type;
4665
+	} else if (isset($post->post_type) && $post->post_type && in_array($post->post_type, geodir_get_posttypes())) {
4666 4666
 		$post_type = $post->post_type;
4667 4667
 	} else {
4668
-		$post_type = get_query_var( 'post_type' );
4668
+		$post_type = get_query_var('post_type');
4669 4669
 	}
4670 4670
 
4671
-	if ( strpos( $title, '%%pt_single%%' ) !== false ) {
4671
+	if (strpos($title, '%%pt_single%%') !== false) {
4672 4672
 		$singular_name = '';
4673
-		if ( $post_type && $singular_name = get_post_type_singular_label( $post_type ) ) {
4674
-			$singular_name = __( $singular_name, 'geodirectory' );
4673
+		if ($post_type && $singular_name = get_post_type_singular_label($post_type)) {
4674
+			$singular_name = __($singular_name, 'geodirectory');
4675 4675
 		}
4676 4676
 
4677
-		$title = str_replace( "%%pt_single%%", $singular_name, $title );
4677
+		$title = str_replace("%%pt_single%%", $singular_name, $title);
4678 4678
 	}
4679 4679
 
4680
-	if ( strpos( $title, '%%pt_plural%%' ) !== false ) {
4680
+	if (strpos($title, '%%pt_plural%%') !== false) {
4681 4681
 		$plural_name = '';
4682
-		if ( $post_type && $plural_name = get_post_type_plural_label( $post_type ) ) {
4683
-			$plural_name = __( $plural_name, 'geodirectory' );
4682
+		if ($post_type && $plural_name = get_post_type_plural_label($post_type)) {
4683
+			$plural_name = __($plural_name, 'geodirectory');
4684 4684
 		}
4685 4685
 
4686
-		$title = str_replace( "%%pt_plural%%", $plural_name, $title );
4686
+		$title = str_replace("%%pt_plural%%", $plural_name, $title);
4687 4687
 	}
4688 4688
 
4689
-	if ( strpos( $title, '%%category%%' ) !== false ) {
4689
+	if (strpos($title, '%%category%%') !== false) {
4690 4690
 		$cat_name = '';
4691 4691
 
4692
-		if ( $gd_page == 'detail' ) {
4693
-			if ( $post->default_category ) {
4694
-				$cat      = get_term( $post->default_category, $post->post_type . 'category' );
4695
-				$cat_name = ( isset( $cat->name ) ) ? $cat->name : '';
4692
+		if ($gd_page == 'detail') {
4693
+			if ($post->default_category) {
4694
+				$cat      = get_term($post->default_category, $post->post_type.'category');
4695
+				$cat_name = (isset($cat->name)) ? $cat->name : '';
4696 4696
 			}
4697
-		} else if ( $gd_page == 'listing' ) {
4697
+		} else if ($gd_page == 'listing') {
4698 4698
 			$queried_object = get_queried_object();
4699
-			if ( isset( $queried_object->name ) ) {
4699
+			if (isset($queried_object->name)) {
4700 4700
 				$cat_name = $queried_object->name;
4701 4701
 			}
4702 4702
 		}
4703
-		$title = str_replace( "%%category%%", $cat_name, $title );
4703
+		$title = str_replace("%%category%%", $cat_name, $title);
4704 4704
 	}
4705 4705
 
4706
-	if ( strpos( $title, '%%tag%%' ) !== false ) {
4706
+	if (strpos($title, '%%tag%%') !== false) {
4707 4707
 		$cat_name = '';
4708 4708
 
4709
-		if ( $gd_page == 'detail' ) {
4710
-			if ( $post->default_category ) {
4711
-				$cat      = get_term( $post->default_category, $post->post_type . 'category' );
4712
-				$cat_name = ( isset( $cat->name ) ) ? $cat->name : '';
4709
+		if ($gd_page == 'detail') {
4710
+			if ($post->default_category) {
4711
+				$cat      = get_term($post->default_category, $post->post_type.'category');
4712
+				$cat_name = (isset($cat->name)) ? $cat->name : '';
4713 4713
 			}
4714
-		} else if ( $gd_page == 'listing' ) {
4714
+		} else if ($gd_page == 'listing') {
4715 4715
 			$queried_object = get_queried_object();
4716
-			if ( isset( $queried_object->name ) ) {
4716
+			if (isset($queried_object->name)) {
4717 4717
 				$cat_name = $queried_object->name;
4718 4718
 			}
4719 4719
 		}
4720
-		$title = str_replace( "%%tag%%", $cat_name, $title );
4720
+		$title = str_replace("%%tag%%", $cat_name, $title);
4721 4721
 	}
4722 4722
 
4723
-	if ( strpos( $title, '%%id%%' ) !== false ) {
4724
-		$ID    = ( isset( $post->ID ) ) ? $post->ID : '';
4725
-		$title = str_replace( "%%id%%", $ID, $title );
4723
+	if (strpos($title, '%%id%%') !== false) {
4724
+		$ID    = (isset($post->ID)) ? $post->ID : '';
4725
+		$title = str_replace("%%id%%", $ID, $title);
4726 4726
 	}
4727 4727
 
4728
-	if ( strpos( $title, '%%sep%%' ) !== false ) {
4729
-		$title = str_replace( "%%sep%%", $sep, $title );
4728
+	if (strpos($title, '%%sep%%') !== false) {
4729
+		$title = str_replace("%%sep%%", $sep, $title);
4730 4730
 	}
4731 4731
 
4732 4732
 	// location variables
4733 4733
 	$gd_post_type   = geodir_get_current_posttype();
4734
-	$location_array = geodir_get_current_location_terms( 'query_vars', $gd_post_type );
4734
+	$location_array = geodir_get_current_location_terms('query_vars', $gd_post_type);
4735 4735
 	/**
4736 4736
 	 * Filter the title variables location variables array
4737 4737
 	 *
@@ -4743,166 +4743,166 @@  discard block
 block discarded – undo
4743 4743
 	 * @param string $gd_page       The page being filtered.
4744 4744
 	 * @param string $sep           The separator, default: `|`.
4745 4745
 	 */
4746
-	$location_array  = apply_filters( 'geodir_filter_title_variables_location_arr', $location_array, $title, $gd_page, $sep );
4746
+	$location_array  = apply_filters('geodir_filter_title_variables_location_arr', $location_array, $title, $gd_page, $sep);
4747 4747
 	$location_titles = array();
4748
-	if ( $gd_page == 'location' && get_query_var( 'gd_country_full' ) ) {
4749
-		if ( get_query_var( 'gd_country_full' ) ) {
4750
-			$location_array['gd_country'] = get_query_var( 'gd_country_full' );
4748
+	if ($gd_page == 'location' && get_query_var('gd_country_full')) {
4749
+		if (get_query_var('gd_country_full')) {
4750
+			$location_array['gd_country'] = get_query_var('gd_country_full');
4751 4751
 		}
4752
-		if ( get_query_var( 'gd_region_full' ) ) {
4753
-			$location_array['gd_region'] = get_query_var( 'gd_region_full' );
4752
+		if (get_query_var('gd_region_full')) {
4753
+			$location_array['gd_region'] = get_query_var('gd_region_full');
4754 4754
 		}
4755
-		if ( get_query_var( 'gd_city_full' ) ) {
4756
-			$location_array['gd_city'] = get_query_var( 'gd_city_full' );
4755
+		if (get_query_var('gd_city_full')) {
4756
+			$location_array['gd_city'] = get_query_var('gd_city_full');
4757 4757
 		}
4758 4758
 	}
4759 4759
 	$location_single = '';
4760
-	$gd_country      = ( isset( $wp->query_vars['gd_country'] ) && $wp->query_vars['gd_country'] != '' ) ? $wp->query_vars['gd_country'] : '';
4761
-	$gd_region       = ( isset( $wp->query_vars['gd_region'] ) && $wp->query_vars['gd_region'] != '' ) ? $wp->query_vars['gd_region'] : '';
4762
-	$gd_city         = ( isset( $wp->query_vars['gd_city'] ) && $wp->query_vars['gd_city'] != '' ) ? $wp->query_vars['gd_city'] : '';
4760
+	$gd_country      = (isset($wp->query_vars['gd_country']) && $wp->query_vars['gd_country'] != '') ? $wp->query_vars['gd_country'] : '';
4761
+	$gd_region       = (isset($wp->query_vars['gd_region']) && $wp->query_vars['gd_region'] != '') ? $wp->query_vars['gd_region'] : '';
4762
+	$gd_city         = (isset($wp->query_vars['gd_city']) && $wp->query_vars['gd_city'] != '') ? $wp->query_vars['gd_city'] : '';
4763 4763
 
4764 4764
 	$gd_country_actual = $gd_region_actual = $gd_city_actual = '';
4765 4765
 
4766
-	if ( function_exists( 'get_actual_location_name' ) ) {
4767
-		$gd_country_actual = $gd_country != '' ? get_actual_location_name( 'country', $gd_country, true ) : $gd_country;
4768
-		$gd_region_actual  = $gd_region != '' ? get_actual_location_name( 'region', $gd_region ) : $gd_region;
4769
-		$gd_city_actual    = $gd_city != '' ? get_actual_location_name( 'city', $gd_city ) : $gd_city;
4766
+	if (function_exists('get_actual_location_name')) {
4767
+		$gd_country_actual = $gd_country != '' ? get_actual_location_name('country', $gd_country, true) : $gd_country;
4768
+		$gd_region_actual  = $gd_region != '' ? get_actual_location_name('region', $gd_region) : $gd_region;
4769
+		$gd_city_actual    = $gd_city != '' ? get_actual_location_name('city', $gd_city) : $gd_city;
4770 4770
 	}
4771 4771
 
4772
-	if ( $gd_city != '' ) {
4773
-		if ( $gd_city_actual != '' ) {
4772
+	if ($gd_city != '') {
4773
+		if ($gd_city_actual != '') {
4774 4774
 			$gd_city = $gd_city_actual;
4775 4775
 		} else {
4776
-			$gd_city = preg_replace( '/-(\d+)$/', '', $gd_city );
4777
-			$gd_city = preg_replace( '/[_-]/', ' ', $gd_city );
4778
-			$gd_city = __( geodir_ucwords( $gd_city ), 'geodirectory' );
4776
+			$gd_city = preg_replace('/-(\d+)$/', '', $gd_city);
4777
+			$gd_city = preg_replace('/[_-]/', ' ', $gd_city);
4778
+			$gd_city = __(geodir_ucwords($gd_city), 'geodirectory');
4779 4779
 		}
4780 4780
 		$location_single = $gd_city;
4781 4781
 
4782
-	} else if ( $gd_region != '' ) {
4783
-		if ( $gd_region_actual != '' ) {
4782
+	} else if ($gd_region != '') {
4783
+		if ($gd_region_actual != '') {
4784 4784
 			$gd_region = $gd_region_actual;
4785 4785
 		} else {
4786
-			$gd_region = preg_replace( '/-(\d+)$/', '', $gd_region );
4787
-			$gd_region = preg_replace( '/[_-]/', ' ', $gd_region );
4788
-			$gd_region = __( geodir_ucwords( $gd_region ), 'geodirectory' );
4786
+			$gd_region = preg_replace('/-(\d+)$/', '', $gd_region);
4787
+			$gd_region = preg_replace('/[_-]/', ' ', $gd_region);
4788
+			$gd_region = __(geodir_ucwords($gd_region), 'geodirectory');
4789 4789
 		}
4790 4790
 
4791 4791
 		$location_single = $gd_region;
4792
-	} else if ( $gd_country != '' ) {
4793
-		if ( $gd_country_actual != '' ) {
4792
+	} else if ($gd_country != '') {
4793
+		if ($gd_country_actual != '') {
4794 4794
 			$gd_country = $gd_country_actual;
4795 4795
 		} else {
4796
-			$gd_country = preg_replace( '/-(\d+)$/', '', $gd_country );
4797
-			$gd_country = preg_replace( '/[_-]/', ' ', $gd_country );
4798
-			$gd_country = __( geodir_ucwords( $gd_country ), 'geodirectory' );
4796
+			$gd_country = preg_replace('/-(\d+)$/', '', $gd_country);
4797
+			$gd_country = preg_replace('/[_-]/', ' ', $gd_country);
4798
+			$gd_country = __(geodir_ucwords($gd_country), 'geodirectory');
4799 4799
 		}
4800 4800
 
4801 4801
 		$location_single = $gd_country;
4802 4802
 	}
4803 4803
 
4804
-	if ( ! empty( $location_array ) ) {
4804
+	if (!empty($location_array)) {
4805 4805
 
4806
-		$actual_location_name = function_exists( 'get_actual_location_name' ) ? true : false;
4807
-		$location_array       = array_reverse( $location_array );
4806
+		$actual_location_name = function_exists('get_actual_location_name') ? true : false;
4807
+		$location_array       = array_reverse($location_array);
4808 4808
 
4809
-		foreach ( $location_array as $location_type => $location ) {
4810
-			$gd_location_link_text = preg_replace( '/-(\d+)$/', '', $location );
4811
-			$gd_location_link_text = preg_replace( '/[_-]/', ' ', $gd_location_link_text );
4809
+		foreach ($location_array as $location_type => $location) {
4810
+			$gd_location_link_text = preg_replace('/-(\d+)$/', '', $location);
4811
+			$gd_location_link_text = preg_replace('/[_-]/', ' ', $gd_location_link_text);
4812 4812
 
4813
-			$location_name = geodir_ucwords( $gd_location_link_text );
4814
-			$location_name = __( $location_name, 'geodirectory' );
4813
+			$location_name = geodir_ucwords($gd_location_link_text);
4814
+			$location_name = __($location_name, 'geodirectory');
4815 4815
 
4816
-			if ( $actual_location_name ) {
4817
-				$location_type = strpos( $location_type, 'gd_' ) === 0 ? substr( $location_type, 3 ) : $location_type;
4818
-				$location_name = get_actual_location_name( $location_type, $location, true );
4816
+			if ($actual_location_name) {
4817
+				$location_type = strpos($location_type, 'gd_') === 0 ? substr($location_type, 3) : $location_type;
4818
+				$location_name = get_actual_location_name($location_type, $location, true);
4819 4819
 			}
4820 4820
 
4821 4821
 			$location_titles[] = $location_name;
4822 4822
 		}
4823
-		if ( ! empty( $location_titles ) ) {
4824
-			$location_titles = array_unique( $location_titles );
4823
+		if (!empty($location_titles)) {
4824
+			$location_titles = array_unique($location_titles);
4825 4825
 		}
4826 4826
 	}
4827 4827
 
4828 4828
 
4829
-	if ( strpos( $title, '%%location%%' ) !== false ) {
4829
+	if (strpos($title, '%%location%%') !== false) {
4830 4830
 		$location = '';
4831
-		if ( $location_titles ) {
4832
-			$location = implode( ", ", $location_titles );
4831
+		if ($location_titles) {
4832
+			$location = implode(", ", $location_titles);
4833 4833
 		}
4834
-		$title = str_replace( "%%location%%", $location, $title );
4834
+		$title = str_replace("%%location%%", $location, $title);
4835 4835
 	}
4836 4836
 
4837
-	if ( strpos( $title, '%%in_location%%' ) !== false ) {
4837
+	if (strpos($title, '%%in_location%%') !== false) {
4838 4838
 		$location = '';
4839
-		if ( $location_titles ) {
4840
-			$location = __( 'in ', 'geodirectory' ) . implode( ", ", $location_titles );
4839
+		if ($location_titles) {
4840
+			$location = __('in ', 'geodirectory').implode(", ", $location_titles);
4841 4841
 		}
4842
-		$title = str_replace( "%%in_location%%", $location, $title );
4842
+		$title = str_replace("%%in_location%%", $location, $title);
4843 4843
 	}
4844 4844
 
4845
-	if ( strpos( $title, '%%in_location_single%%' ) !== false ) {
4846
-		if ( $location_single ) {
4847
-			$location_single = __( 'in', 'geodirectory' ) . ' ' . $location_single;
4845
+	if (strpos($title, '%%in_location_single%%') !== false) {
4846
+		if ($location_single) {
4847
+			$location_single = __('in', 'geodirectory').' '.$location_single;
4848 4848
 		}
4849
-		$title = str_replace( "%%in_location_single%%", $location_single, $title );
4849
+		$title = str_replace("%%in_location_single%%", $location_single, $title);
4850 4850
 	}
4851 4851
 
4852
-	if ( strpos( $title, '%%location_single%%' ) !== false ) {
4853
-		$title = str_replace( "%%location_single%%", $location_single, $title );
4852
+	if (strpos($title, '%%location_single%%') !== false) {
4853
+		$title = str_replace("%%location_single%%", $location_single, $title);
4854 4854
 	}
4855 4855
 
4856 4856
 
4857
-	if ( strpos( $title, '%%search_term%%' ) !== false ) {
4857
+	if (strpos($title, '%%search_term%%') !== false) {
4858 4858
 		$search_term = '';
4859
-		if ( isset( $_REQUEST['s'] ) ) {
4860
-			$search_term = esc_attr( $_REQUEST['s'] );
4859
+		if (isset($_REQUEST['s'])) {
4860
+			$search_term = esc_attr($_REQUEST['s']);
4861 4861
 		}
4862
-		$title = str_replace( "%%search_term%%", $search_term, $title );
4862
+		$title = str_replace("%%search_term%%", $search_term, $title);
4863 4863
 	}
4864 4864
 
4865
-	if ( strpos( $title, '%%search_near%%' ) !== false ) {
4865
+	if (strpos($title, '%%search_near%%') !== false) {
4866 4866
 		$search_term = '';
4867
-		if ( isset( $_REQUEST['snear'] ) ) {
4868
-			$search_term = esc_attr( $_REQUEST['snear'] );
4867
+		if (isset($_REQUEST['snear'])) {
4868
+			$search_term = esc_attr($_REQUEST['snear']);
4869 4869
 		}
4870
-		$title = str_replace( "%%search_near%%", $search_term, $title );
4870
+		$title = str_replace("%%search_near%%", $search_term, $title);
4871 4871
 	}
4872 4872
 
4873
-	if ( strpos( $title, '%%name%%' ) !== false ) {
4874
-		if ( is_author() ) {
4875
-			$curauth     = ( get_query_var( 'author_name' ) ) ? get_user_by( 'slug', get_query_var( 'author_name' ) ) : get_userdata( get_query_var( 'author' ) );
4873
+	if (strpos($title, '%%name%%') !== false) {
4874
+		if (is_author()) {
4875
+			$curauth     = (get_query_var('author_name')) ? get_user_by('slug', get_query_var('author_name')) : get_userdata(get_query_var('author'));
4876 4876
 			$author_name = $curauth->display_name;
4877 4877
 		} else {
4878 4878
 			$author_name = get_the_author();
4879 4879
 		}
4880
-		if ( ! $author_name || $author_name === '' ) {
4880
+		if (!$author_name || $author_name === '') {
4881 4881
 			$queried_object = get_queried_object();
4882 4882
 
4883
-			if ( isset( $queried_object->data->user_nicename ) ) {
4883
+			if (isset($queried_object->data->user_nicename)) {
4884 4884
 				$author_name = $queried_object->data->display_name;
4885 4885
 			}
4886 4886
 		}
4887
-		$title = str_replace( "%%name%%", $author_name, $title );
4887
+		$title = str_replace("%%name%%", $author_name, $title);
4888 4888
 	}
4889 4889
 
4890
-	if ( strpos( $title, '%%page%%' ) !== false ) {
4891
-		$page  = geodir_title_meta_page( $sep );
4892
-		$title = str_replace( "%%page%%", $page, $title );
4890
+	if (strpos($title, '%%page%%') !== false) {
4891
+		$page  = geodir_title_meta_page($sep);
4892
+		$title = str_replace("%%page%%", $page, $title);
4893 4893
 	}
4894
-	if ( strpos( $title, '%%pagenumber%%' ) !== false ) {
4894
+	if (strpos($title, '%%pagenumber%%') !== false) {
4895 4895
 		$pagenumber = geodir_title_meta_pagenumber();
4896
-		$title      = str_replace( "%%pagenumber%%", $pagenumber, $title );
4896
+		$title      = str_replace("%%pagenumber%%", $pagenumber, $title);
4897 4897
 	}
4898
-	if ( strpos( $title, '%%pagetotal%%' ) !== false ) {
4898
+	if (strpos($title, '%%pagetotal%%') !== false) {
4899 4899
 		$pagetotal = geodir_title_meta_pagetotal();
4900
-		$title     = str_replace( "%%pagetotal%%", $pagetotal, $title );
4900
+		$title     = str_replace("%%pagetotal%%", $pagetotal, $title);
4901 4901
 	}
4902 4902
 
4903
-	$title = wptexturize( $title );
4904
-	$title = convert_chars( $title );
4905
-	$title = esc_html( $title );
4903
+	$title = wptexturize($title);
4904
+	$title = convert_chars($title);
4905
+	$title = esc_html($title);
4906 4906
 
4907 4907
 	/**
4908 4908
 	 * Filter the title variables after standard ones have been filtered.
@@ -4916,7 +4916,7 @@  discard block
 block discarded – undo
4916 4916
 	 * @param string $sep           The separator, default: `|`.
4917 4917
 	 */
4918 4918
 
4919
-	return apply_filters( 'geodir_filter_title_variables_vars', $title, $location_array, $gd_page, $sep );
4919
+	return apply_filters('geodir_filter_title_variables_vars', $title, $location_array, $gd_page, $sep);
4920 4920
 }
4921 4921
 
4922 4922
 /**
@@ -4929,82 +4929,82 @@  discard block
 block discarded – undo
4929 4929
  *
4930 4930
  * @return array Translation texts.
4931 4931
  */
4932
-function geodir_load_cpt_text_translation( $translation_texts = array() ) {
4933
-	$gd_post_types = geodir_get_posttypes( 'array' );
4932
+function geodir_load_cpt_text_translation($translation_texts = array()) {
4933
+	$gd_post_types = geodir_get_posttypes('array');
4934 4934
 
4935
-	if ( ! empty( $gd_post_types ) ) {
4936
-		foreach ( $gd_post_types as $post_type => $cpt_info ) {
4937
-			$labels      = isset( $cpt_info['labels'] ) ? $cpt_info['labels'] : '';
4938
-			$description = isset( $cpt_info['description'] ) ? $cpt_info['description'] : '';
4939
-			$seo         = isset( $cpt_info['seo'] ) ? $cpt_info['seo'] : '';
4935
+	if (!empty($gd_post_types)) {
4936
+		foreach ($gd_post_types as $post_type => $cpt_info) {
4937
+			$labels      = isset($cpt_info['labels']) ? $cpt_info['labels'] : '';
4938
+			$description = isset($cpt_info['description']) ? $cpt_info['description'] : '';
4939
+			$seo         = isset($cpt_info['seo']) ? $cpt_info['seo'] : '';
4940 4940
 
4941
-			if ( ! empty( $labels ) ) {
4942
-				if ( $labels['name'] != '' && ! in_array( $labels['name'], $translation_texts ) ) {
4941
+			if (!empty($labels)) {
4942
+				if ($labels['name'] != '' && !in_array($labels['name'], $translation_texts)) {
4943 4943
 					$translation_texts[] = $labels['name'];
4944 4944
 				}
4945
-				if ( $labels['singular_name'] != '' && ! in_array( $labels['singular_name'], $translation_texts ) ) {
4945
+				if ($labels['singular_name'] != '' && !in_array($labels['singular_name'], $translation_texts)) {
4946 4946
 					$translation_texts[] = $labels['singular_name'];
4947 4947
 				}
4948
-				if ( $labels['add_new'] != '' && ! in_array( $labels['add_new'], $translation_texts ) ) {
4948
+				if ($labels['add_new'] != '' && !in_array($labels['add_new'], $translation_texts)) {
4949 4949
 					$translation_texts[] = $labels['add_new'];
4950 4950
 				}
4951
-				if ( $labels['add_new_item'] != '' && ! in_array( $labels['add_new_item'], $translation_texts ) ) {
4951
+				if ($labels['add_new_item'] != '' && !in_array($labels['add_new_item'], $translation_texts)) {
4952 4952
 					$translation_texts[] = $labels['add_new_item'];
4953 4953
 				}
4954
-				if ( $labels['edit_item'] != '' && ! in_array( $labels['edit_item'], $translation_texts ) ) {
4954
+				if ($labels['edit_item'] != '' && !in_array($labels['edit_item'], $translation_texts)) {
4955 4955
 					$translation_texts[] = $labels['edit_item'];
4956 4956
 				}
4957
-				if ( $labels['new_item'] != '' && ! in_array( $labels['new_item'], $translation_texts ) ) {
4957
+				if ($labels['new_item'] != '' && !in_array($labels['new_item'], $translation_texts)) {
4958 4958
 					$translation_texts[] = $labels['new_item'];
4959 4959
 				}
4960
-				if ( $labels['view_item'] != '' && ! in_array( $labels['view_item'], $translation_texts ) ) {
4960
+				if ($labels['view_item'] != '' && !in_array($labels['view_item'], $translation_texts)) {
4961 4961
 					$translation_texts[] = $labels['view_item'];
4962 4962
 				}
4963
-				if ( $labels['search_items'] != '' && ! in_array( $labels['search_items'], $translation_texts ) ) {
4963
+				if ($labels['search_items'] != '' && !in_array($labels['search_items'], $translation_texts)) {
4964 4964
 					$translation_texts[] = $labels['search_items'];
4965 4965
 				}
4966
-				if ( $labels['not_found'] != '' && ! in_array( $labels['not_found'], $translation_texts ) ) {
4966
+				if ($labels['not_found'] != '' && !in_array($labels['not_found'], $translation_texts)) {
4967 4967
 					$translation_texts[] = $labels['not_found'];
4968 4968
 				}
4969
-				if ( $labels['not_found_in_trash'] != '' && ! in_array( $labels['not_found_in_trash'], $translation_texts ) ) {
4969
+				if ($labels['not_found_in_trash'] != '' && !in_array($labels['not_found_in_trash'], $translation_texts)) {
4970 4970
 					$translation_texts[] = $labels['not_found_in_trash'];
4971 4971
 				}
4972
-				if ( isset( $labels['label_post_profile'] ) && $labels['label_post_profile'] != '' && ! in_array( $labels['label_post_profile'], $translation_texts ) ) {
4972
+				if (isset($labels['label_post_profile']) && $labels['label_post_profile'] != '' && !in_array($labels['label_post_profile'], $translation_texts)) {
4973 4973
 					$translation_texts[] = $labels['label_post_profile'];
4974 4974
 				}
4975
-				if ( isset( $labels['label_post_info'] ) && $labels['label_post_info'] != '' && ! in_array( $labels['label_post_info'], $translation_texts ) ) {
4975
+				if (isset($labels['label_post_info']) && $labels['label_post_info'] != '' && !in_array($labels['label_post_info'], $translation_texts)) {
4976 4976
 					$translation_texts[] = $labels['label_post_info'];
4977 4977
 				}
4978
-				if ( isset( $labels['label_post_images'] ) && $labels['label_post_images'] != '' && ! in_array( $labels['label_post_images'], $translation_texts ) ) {
4978
+				if (isset($labels['label_post_images']) && $labels['label_post_images'] != '' && !in_array($labels['label_post_images'], $translation_texts)) {
4979 4979
 					$translation_texts[] = $labels['label_post_images'];
4980 4980
 				}
4981
-				if ( isset( $labels['label_post_map'] ) && $labels['label_post_map'] != '' && ! in_array( $labels['label_post_map'], $translation_texts ) ) {
4981
+				if (isset($labels['label_post_map']) && $labels['label_post_map'] != '' && !in_array($labels['label_post_map'], $translation_texts)) {
4982 4982
 					$translation_texts[] = $labels['label_post_map'];
4983 4983
 				}
4984
-				if ( isset( $labels['label_reviews'] ) && $labels['label_reviews'] != '' && ! in_array( $labels['label_reviews'], $translation_texts ) ) {
4984
+				if (isset($labels['label_reviews']) && $labels['label_reviews'] != '' && !in_array($labels['label_reviews'], $translation_texts)) {
4985 4985
 					$translation_texts[] = $labels['label_reviews'];
4986 4986
 				}
4987
-				if ( isset( $labels['label_related_listing'] ) && $labels['label_related_listing'] != '' && ! in_array( $labels['label_related_listing'], $translation_texts ) ) {
4987
+				if (isset($labels['label_related_listing']) && $labels['label_related_listing'] != '' && !in_array($labels['label_related_listing'], $translation_texts)) {
4988 4988
 					$translation_texts[] = $labels['label_related_listing'];
4989 4989
 				}
4990 4990
 			}
4991 4991
 
4992
-			if ( $description != '' && ! in_array( $description, $translation_texts ) ) {
4993
-				$translation_texts[] = normalize_whitespace( $description );
4992
+			if ($description != '' && !in_array($description, $translation_texts)) {
4993
+				$translation_texts[] = normalize_whitespace($description);
4994 4994
 			}
4995 4995
 
4996
-			if ( ! empty( $seo ) ) {
4997
-				if ( isset( $seo['meta_keyword'] ) && $seo['meta_keyword'] != '' && ! in_array( $seo['meta_keyword'], $translation_texts ) ) {
4998
-					$translation_texts[] = normalize_whitespace( $seo['meta_keyword'] );
4996
+			if (!empty($seo)) {
4997
+				if (isset($seo['meta_keyword']) && $seo['meta_keyword'] != '' && !in_array($seo['meta_keyword'], $translation_texts)) {
4998
+					$translation_texts[] = normalize_whitespace($seo['meta_keyword']);
4999 4999
 				}
5000 5000
 
5001
-				if ( isset( $seo['meta_description'] ) && $seo['meta_description'] != '' && ! in_array( $seo['meta_description'], $translation_texts ) ) {
5002
-					$translation_texts[] = normalize_whitespace( $seo['meta_description'] );
5001
+				if (isset($seo['meta_description']) && $seo['meta_description'] != '' && !in_array($seo['meta_description'], $translation_texts)) {
5002
+					$translation_texts[] = normalize_whitespace($seo['meta_description']);
5003 5003
 				}
5004 5004
 			}
5005 5005
 		}
5006 5006
 	}
5007
-	$translation_texts = ! empty( $translation_texts ) ? array_unique( $translation_texts ) : $translation_texts;
5007
+	$translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts;
5008 5008
 
5009 5009
 	return $translation_texts;
5010 5010
 }
@@ -5019,27 +5019,27 @@  discard block
 block discarded – undo
5019 5019
  *
5020 5020
  * @return array Location terms.
5021 5021
  */
5022
-function geodir_remove_location_terms( $location_terms = array() ) {
5023
-	$location_manager = defined( 'POST_LOCATION_TABLE' ) ? true : false;
5022
+function geodir_remove_location_terms($location_terms = array()) {
5023
+	$location_manager = defined('POST_LOCATION_TABLE') ? true : false;
5024 5024
 
5025
-	if ( ! empty( $location_terms ) && $location_manager ) {
5026
-		$hide_country_part = get_option( 'geodir_location_hide_country_part' );
5027
-		$hide_region_part  = get_option( 'geodir_location_hide_region_part' );
5025
+	if (!empty($location_terms) && $location_manager) {
5026
+		$hide_country_part = get_option('geodir_location_hide_country_part');
5027
+		$hide_region_part  = get_option('geodir_location_hide_region_part');
5028 5028
 
5029
-		if ( $hide_region_part && $hide_country_part ) {
5030
-			if ( isset( $location_terms['gd_country'] ) ) {
5031
-				unset( $location_terms['gd_country'] );
5029
+		if ($hide_region_part && $hide_country_part) {
5030
+			if (isset($location_terms['gd_country'])) {
5031
+				unset($location_terms['gd_country']);
5032 5032
 			}
5033
-			if ( isset( $location_terms['gd_region'] ) ) {
5034
-				unset( $location_terms['gd_region'] );
5033
+			if (isset($location_terms['gd_region'])) {
5034
+				unset($location_terms['gd_region']);
5035 5035
 			}
5036
-		} else if ( $hide_region_part && ! $hide_country_part ) {
5037
-			if ( isset( $location_terms['gd_region'] ) ) {
5038
-				unset( $location_terms['gd_region'] );
5036
+		} else if ($hide_region_part && !$hide_country_part) {
5037
+			if (isset($location_terms['gd_region'])) {
5038
+				unset($location_terms['gd_region']);
5039 5039
 			}
5040
-		} else if ( ! $hide_region_part && $hide_country_part ) {
5041
-			if ( isset( $location_terms['gd_country'] ) ) {
5042
-				unset( $location_terms['gd_country'] );
5040
+		} else if (!$hide_region_part && $hide_country_part) {
5041
+			if (isset($location_terms['gd_country'])) {
5042
+				unset($location_terms['gd_country']);
5043 5043
 			}
5044 5044
 		}
5045 5045
 	}
@@ -5057,33 +5057,33 @@  discard block
 block discarded – undo
5057 5057
  * @param WP_Post $post Post object.
5058 5058
  * @param bool $update  Whether this is an existing listing being updated or not.
5059 5059
  */
5060
-function geodir_on_wp_insert_post( $post_ID, $post, $update ) {
5061
-	if ( ! $update ) {
5060
+function geodir_on_wp_insert_post($post_ID, $post, $update) {
5061
+	if (!$update) {
5062 5062
 		return;
5063 5063
 	}
5064 5064
 
5065
-	$action      = isset( $_REQUEST['action'] ) ? sanitize_text_field( $_REQUEST['action'] ) : '';
5066
-	$is_admin    = is_admin() && ( ! defined( 'DOING_AJAX' ) || ( defined( 'DOING_AJAX' ) && ! DOING_AJAX ) ) ? true : false;
5065
+	$action      = isset($_REQUEST['action']) ? sanitize_text_field($_REQUEST['action']) : '';
5066
+	$is_admin    = is_admin() && (!defined('DOING_AJAX') || (defined('DOING_AJAX') && !DOING_AJAX)) ? true : false;
5067 5067
 	$inline_save = $action == 'inline-save' ? true : false;
5068 5068
 
5069
-	if ( empty( $post->post_type ) || $is_admin || $inline_save || ( defined( 'DOING_AUTOSAVE' ) && DOING_AUTOSAVE ) ) {
5069
+	if (empty($post->post_type) || $is_admin || $inline_save || (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE)) {
5070 5070
 		return;
5071 5071
 	}
5072 5072
 
5073
-	if ( $action != '' && in_array( $action, array( 'geodir_import_export' ) ) ) {
5073
+	if ($action != '' && in_array($action, array('geodir_import_export'))) {
5074 5074
 		return;
5075 5075
 	}
5076 5076
 
5077 5077
 	$user_id = (int) get_current_user_id();
5078 5078
 
5079
-	if ( $user_id > 0 && get_option( 'geodir_notify_post_edited' ) && ! wp_is_post_revision( $post_ID ) && in_array( $post->post_type, geodir_get_posttypes() ) ) {
5080
-		$author_id = ! empty( $post->post_author ) ? $post->post_author : 0;
5079
+	if ($user_id > 0 && get_option('geodir_notify_post_edited') && !wp_is_post_revision($post_ID) && in_array($post->post_type, geodir_get_posttypes())) {
5080
+		$author_id = !empty($post->post_author) ? $post->post_author : 0;
5081 5081
 
5082
-		if ( $user_id == $author_id && ! is_super_admin() ) {
5083
-			$from_email   = get_option( 'site_email' );
5082
+		if ($user_id == $author_id && !is_super_admin()) {
5083
+			$from_email   = get_option('site_email');
5084 5084
 			$from_name    = get_site_emailName();
5085
-			$to_email     = get_option( 'admin_email' );
5086
-			$to_name      = get_option( 'name' );
5085
+			$to_email     = get_option('admin_email');
5086
+			$to_name      = get_option('name');
5087 5087
 			$message_type = 'listing_edited';
5088 5088
 
5089 5089
 			$notify_edited = true;
@@ -5095,9 +5095,9 @@  discard block
 block discarded – undo
5095 5095
 			 * @param bool $notify_edited Notify on listing edited by author?
5096 5096
 			 * @param object $post        The current post object.
5097 5097
 			 */
5098
-			$notify_edited = apply_filters( 'geodir_notify_on_listing_edited', $notify_edited, $post );
5098
+			$notify_edited = apply_filters('geodir_notify_on_listing_edited', $notify_edited, $post);
5099 5099
 
5100
-			geodir_sendEmail( $from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID );
5100
+			geodir_sendEmail($from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID);
5101 5101
 		}
5102 5102
 	}
5103 5103
 }
@@ -5112,14 +5112,14 @@  discard block
 block discarded – undo
5112 5112
  *
5113 5113
  * @return string|null The current page start & end numbering.
5114 5114
  */
5115
-function geodir_title_meta_page( $sep ) {
5115
+function geodir_title_meta_page($sep) {
5116 5116
 	$replacement = null;
5117 5117
 
5118
-	$max = geodir_title_meta_pagenumbering( 'max' );
5119
-	$nr  = geodir_title_meta_pagenumbering( 'nr' );
5118
+	$max = geodir_title_meta_pagenumbering('max');
5119
+	$nr  = geodir_title_meta_pagenumbering('nr');
5120 5120
 
5121
-	if ( $max > 1 && $nr > 1 ) {
5122
-		$replacement = sprintf( $sep . ' ' . __( 'Page %1$d of %2$d', 'geodirectory' ), $nr, $max );
5121
+	if ($max > 1 && $nr > 1) {
5122
+		$replacement = sprintf($sep.' '.__('Page %1$d of %2$d', 'geodirectory'), $nr, $max);
5123 5123
 	}
5124 5124
 
5125 5125
 	return $replacement;
@@ -5136,8 +5136,8 @@  discard block
 block discarded – undo
5136 5136
 function geodir_title_meta_pagenumber() {
5137 5137
 	$replacement = null;
5138 5138
 
5139
-	$nr = geodir_title_meta_pagenumbering( 'nr' );
5140
-	if ( isset( $nr ) && $nr > 0 ) {
5139
+	$nr = geodir_title_meta_pagenumbering('nr');
5140
+	if (isset($nr) && $nr > 0) {
5141 5141
 		$replacement = (string) $nr;
5142 5142
 	}
5143 5143
 
@@ -5155,8 +5155,8 @@  discard block
 block discarded – undo
5155 5155
 function geodir_title_meta_pagetotal() {
5156 5156
 	$replacement = null;
5157 5157
 
5158
-	$max = geodir_title_meta_pagenumbering( 'max' );
5159
-	if ( isset( $max ) && $max > 0 ) {
5158
+	$max = geodir_title_meta_pagenumbering('max');
5159
+	if (isset($max) && $max > 0) {
5160 5160
 		$replacement = (string) $max;
5161 5161
 	}
5162 5162
 
@@ -5176,36 +5176,36 @@  discard block
 block discarded – undo
5176 5176
  *
5177 5177
  * @return int|null The current page numbering.
5178 5178
  */
5179
-function geodir_title_meta_pagenumbering( $request = 'nr' ) {
5179
+function geodir_title_meta_pagenumbering($request = 'nr') {
5180 5180
 	global $wp_query, $post;
5181 5181
 	$max_num_pages = null;
5182 5182
 	$page_number   = null;
5183 5183
 
5184 5184
 	$max_num_pages = 1;
5185 5185
 
5186
-	if ( ! is_singular() ) {
5187
-		$page_number = get_query_var( 'paged' );
5188
-		if ( $page_number === 0 || $page_number === '' ) {
5186
+	if (!is_singular()) {
5187
+		$page_number = get_query_var('paged');
5188
+		if ($page_number === 0 || $page_number === '') {
5189 5189
 			$page_number = 1;
5190 5190
 		}
5191 5191
 
5192
-		if ( isset( $wp_query->max_num_pages ) && ( $wp_query->max_num_pages != '' && $wp_query->max_num_pages != 0 ) ) {
5192
+		if (isset($wp_query->max_num_pages) && ($wp_query->max_num_pages != '' && $wp_query->max_num_pages != 0)) {
5193 5193
 			$max_num_pages = $wp_query->max_num_pages;
5194 5194
 		}
5195 5195
 	} else {
5196
-		$page_number = get_query_var( 'page' );
5197
-		if ( $page_number === 0 || $page_number === '' ) {
5196
+		$page_number = get_query_var('page');
5197
+		if ($page_number === 0 || $page_number === '') {
5198 5198
 			$page_number = 1;
5199 5199
 		}
5200 5200
 
5201
-		if ( isset( $post->post_content ) ) {
5202
-			$max_num_pages = ( substr_count( $post->post_content, '<!--nextpage-->' ) + 1 );
5201
+		if (isset($post->post_content)) {
5202
+			$max_num_pages = (substr_count($post->post_content, '<!--nextpage-->') + 1);
5203 5203
 		}
5204 5204
 	}
5205 5205
 
5206 5206
 	$return = null;
5207 5207
 
5208
-	switch ( $request ) {
5208
+	switch ($request) {
5209 5209
 		case 'nr':
5210 5210
 			$return = $page_number;
5211 5211
 			break;
@@ -5226,14 +5226,14 @@  discard block
 block discarded – undo
5226 5226
  *
5227 5227
  * @return array Terms.
5228 5228
  */
5229
-function geodir_filter_empty_terms( $terms ) {
5230
-	if ( empty( $terms ) ) {
5229
+function geodir_filter_empty_terms($terms) {
5230
+	if (empty($terms)) {
5231 5231
 		return $terms;
5232 5232
 	}
5233 5233
 
5234 5234
 	$return = array();
5235
-	foreach ( $terms as $term ) {
5236
-		if ( isset( $term->count ) && $term->count > 0 ) {
5235
+	foreach ($terms as $term) {
5236
+		if (isset($term->count) && $term->count > 0) {
5237 5237
 			$return[] = $term;
5238 5238
 		} else {
5239 5239
 			/**
@@ -5244,7 +5244,7 @@  discard block
 block discarded – undo
5244 5244
 			 * @param array $return The array of terms to return.
5245 5245
 			 * @param object $term  The term object.
5246 5246
 			 */
5247
-			$return = apply_filters( 'geodir_filter_empty_terms_filter', $return, $term );
5247
+			$return = apply_filters('geodir_filter_empty_terms_filter', $return, $term);
5248 5248
 		}
5249 5249
 	}
5250 5250
 
@@ -5261,12 +5261,12 @@  discard block
 block discarded – undo
5261 5261
  *
5262 5262
  * @return array
5263 5263
  */
5264
-function geodir_remove_hentry( $class ) {
5265
-	if ( geodir_is_page( 'detail' ) ) {
5266
-		$class = array_diff( $class, array( 'hentry' ) );
5264
+function geodir_remove_hentry($class) {
5265
+	if (geodir_is_page('detail')) {
5266
+		$class = array_diff($class, array('hentry'));
5267 5267
 	}
5268 5268
 
5269 5269
 	return $class;
5270 5270
 }
5271 5271
 
5272
-add_filter( 'post_class', 'geodir_remove_hentry' );
5273 5272
\ No newline at end of file
5273
+add_filter('post_class', 'geodir_remove_hentry');
5274 5274
\ No newline at end of file
Please login to merge, or discard this patch.