Test Failed
Push — master ( 249ffc...d171f7 )
by Stiofan
19:58
created
geodirectory-functions/compatibility/BuddyBoss.php 1 patch
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@  discard block
 block discarded – undo
11 11
 add_action('after_setup_theme', 'gd_buddyboss_action_calls', 11);
12 12
 
13 13
 remove_action('geodir_page_title', 'geodir_action_page_title', 10);
14
-function gd_buddyboss_action_calls(){
14
+function gd_buddyboss_action_calls() {
15 15
     // listings page remove
16 16
     remove_action('geodir_listings_page_title', 'geodir_action_listings_title', 10);
17 17
     remove_action('geodir_listings_before_main_content', 'geodir_action_geodir_sidebar_listings_top', 10);
@@ -24,9 +24,9 @@  discard block
 block discarded – undo
24 24
     add_action('geodir_listings_content', 'geodir_breadcrumb', 3);
25 25
     add_action('geodir_listings_content', 'geodir_action_geodir_sidebar_listings_top', 4);
26 26
     add_action('geodir_listings_content', 'geodir_cpt_pt_desc', 5); //CPT manager
27
-    if(defined("GEODIRLOCATION_VERSION")){
27
+    if (defined("GEODIRLOCATION_VERSION")) {
28 28
         add_action('geodir_listings_content', 'geodir_location_action_listings_description', 5);
29
-    }else{
29
+    } else {
30 30
         add_action('geodir_listings_content', 'geodir_action_listings_description', 5);
31 31
     }
32 32
     add_action('geodir_listings_content', 'geodir_action_listings_title', 9);
@@ -41,7 +41,7 @@  discard block
 block discarded – undo
41 41
 
42 42
     //details page add
43 43
     add_action('geodir_article_open', 'geodir_action_geodir_set_preview_post', 1);
44
-    add_action('geodir_article_open','geodir_action_geodir_preview_code', 2);
44
+    add_action('geodir_article_open', 'geodir_action_geodir_preview_code', 2);
45 45
     add_action('geodir_article_open', 'geodir_breadcrumb', 3);
46 46
     add_action('geodir_article_open', 'geodir_action_geodir_sidebar_detail_top', 5);
47 47
 
@@ -76,13 +76,13 @@  discard block
 block discarded – undo
76 76
 }
77 77
 
78 78
 function gd_bb__dequeue_script() {
79
-    if(geodir_is_geodir_page()){
80
-        wp_dequeue_script( 'selectboxes');
79
+    if (geodir_is_geodir_page()) {
80
+        wp_dequeue_script('selectboxes');
81 81
     }
82 82
 }
83
-add_action( 'wp_print_scripts', 'gd_bb__dequeue_script', 100 );
83
+add_action('wp_print_scripts', 'gd_bb__dequeue_script', 100);
84 84
 
85
-add_action('geodir_listings_content','_bb_do_geodir_listings_page_description',11);
86
-function _bb_do_geodir_listings_page_description(){
85
+add_action('geodir_listings_content', '_bb_do_geodir_listings_page_description', 11);
86
+function _bb_do_geodir_listings_page_description() {
87 87
     do_action('geodir_listings_page_description');
88 88
 }
Please login to merge, or discard this patch.
geodirectory-functions/taxonomy_functions.php 1 patch
Spacing   +128 added lines, -128 removed lines patch added patch discarded remove patch
@@ -60,16 +60,16 @@  discard block
 block discarded – undo
60 60
                              * @since 1.0.0
61 61
                              * @param string $menu_class The menu HTML class.
62 62
                              */
63
-                            $li_class = apply_filters('geodir_menu_li_class', 'menu-item ' . $menu_class);
63
+                            $li_class = apply_filters('geodir_menu_li_class', 'menu-item '.$menu_class);
64 64
                             /**
65 65
                              * Filter the menu a class.
66 66
                              *
67 67
                              * @since 1.0.0
68 68
                              */
69 69
                             $a_class = apply_filters('geodir_menu_a_class', '');
70
-                            $items .= '<li class="' . $li_class . '">
71
-									<a href="' . get_post_type_archive_link($post_type) . '" class="' . $a_class . '">
72
-										' . __(geodir_utf8_ucfirst($args->labels->name),'geodirectory') . '
70
+                            $items .= '<li class="'.$li_class.'">
71
+									<a href="' . get_post_type_archive_link($post_type).'" class="'.$a_class.'">
72
+										' . __(geodir_utf8_ucfirst($args->labels->name), 'geodirectory').'
73 73
 									</a>
74 74
 								</li>';
75 75
                         }
@@ -88,14 +88,14 @@  discard block
 block discarded – undo
88 88
              * @since 1.0.0
89 89
              * @param string $menu_class The menu HTML class.
90 90
              */
91
-            $li_class = apply_filters('geodir_menu_li_class', 'menu-item menu-item-has-children menu-gd-listings ' . $menu_class);
91
+            $li_class = apply_filters('geodir_menu_li_class', 'menu-item menu-item-has-children menu-gd-listings '.$menu_class);
92 92
             /**
93 93
              * Filter the sub menu li class.
94 94
              *
95 95
              * @since 1.0.0
96 96
              * @param string $menu_class The menu HTML class.
97 97
              */
98
-            $sub_li_class = apply_filters('geodir_sub_menu_li_class', 'menu-item ' . $menu_class);
98
+            $sub_li_class = apply_filters('geodir_sub_menu_li_class', 'menu-item '.$menu_class);
99 99
             /**
100 100
              * Filter the sub menu ul class.
101 101
              *
@@ -114,9 +114,9 @@  discard block
 block discarded – undo
114 114
              * @since 1.0.0
115 115
              */
116 116
             $sub_a_class = apply_filters('geodir_sub_menu_a_class', '');
117
-            $items .= '<li class="' . $li_class . '">
118
-					<a href="#" class="' . $a_class . '">' . __('Listing', 'geodirectory') . '</a>
119
-					<ul class="' . $sub_ul_class . '">';
117
+            $items .= '<li class="'.$li_class.'">
118
+					<a href="#" class="' . $a_class.'">'.__('Listing', 'geodirectory').'</a>
119
+					<ul class="' . $sub_ul_class.'">';
120 120
             $post_types = geodir_get_posttypes('object');
121 121
 
122 122
             $show_listing_post_types = get_option('geodir_add_posttype_in_listing_nav');
@@ -133,9 +133,9 @@  discard block
 block discarded – undo
133 133
                                 if (geodir_get_current_posttype() == $post_type && geodir_is_page('listing'))
134 134
                                     $menu_class = 'current-menu-item';
135 135
 
136
-                                $items .= '<li class="' . $sub_li_class . '">
137
-														<a href="' . get_post_type_archive_link($post_type) . '" class="' . $sub_a_class . '">
138
-															' . __(geodir_utf8_ucfirst($args->labels->name),'geodirectory') . '
136
+                                $items .= '<li class="'.$sub_li_class.'">
137
+														<a href="' . get_post_type_archive_link($post_type).'" class="'.$sub_a_class.'">
138
+															' . __(geodir_utf8_ucfirst($args->labels->name), 'geodirectory').'
139 139
 														</a>
140 140
 													</li>';
141 141
                             }
@@ -151,7 +151,7 @@  discard block
 block discarded – undo
151 151
              *
152 152
              * @since 1.5.9
153 153
              */
154
-            $items .= apply_filters('geodir_menu_after_sub_ul','');
154
+            $items .= apply_filters('geodir_menu_after_sub_ul', '');
155 155
             $items .= '</li>';
156 156
         }
157 157
     }
@@ -184,7 +184,7 @@  discard block
 block discarded – undo
184 184
                                      * @since 1.0.0
185 185
                                      * @param string $menu_class The menu HTML class.
186 186
                                      */
187
-                                    $li_class = apply_filters('geodir_menu_li_class', 'menu-item ' . $menu_class);
187
+                                    $li_class = apply_filters('geodir_menu_li_class', 'menu-item '.$menu_class);
188 188
                                     /**
189 189
                                      * Filter the menu a class.
190 190
                                      *
@@ -192,9 +192,9 @@  discard block
 block discarded – undo
192 192
                                      */
193 193
                                     $a_class = apply_filters('geodir_menu_a_class', '');
194 194
                                     $cpt_name = __($args->labels->singular_name, 'geodirectory');
195
-                                    $items .= '<li class="' . $li_class . '">
196
-											<a href="' . geodir_get_addlisting_link($post_type) . '" class="' . $a_class . '">
197
-												' . sprintf( __('Add %s', 'geodirectory'), $cpt_name ) . '
195
+                                    $items .= '<li class="'.$li_class.'">
196
+											<a href="' . geodir_get_addlisting_link($post_type).'" class="'.$a_class.'">
197
+												' . sprintf(__('Add %s', 'geodirectory'), $cpt_name).'
198 198
 											</a>
199 199
 										</li>';
200 200
                                 }
@@ -218,14 +218,14 @@  discard block
 block discarded – undo
218 218
              * @since 1.0.0
219 219
              * @param string $menu_class The menu HTML class.
220 220
              */
221
-            $li_class = apply_filters('geodir_menu_li_class', 'menu-item menu-item-has-children menu-gd-add-listing ' . $menu_class);
221
+            $li_class = apply_filters('geodir_menu_li_class', 'menu-item menu-item-has-children menu-gd-add-listing '.$menu_class);
222 222
             /**
223 223
              * Filter the sub menu li class.
224 224
              *
225 225
              * @since 1.0.0
226 226
              * @param string $menu_class The menu HTML class.
227 227
              */
228
-            $sub_li_class = apply_filters('geodir_sub_menu_li_class', 'menu-item ' . $menu_class);
228
+            $sub_li_class = apply_filters('geodir_sub_menu_li_class', 'menu-item '.$menu_class);
229 229
             /**
230 230
              * Filter the sub menu ul class.
231 231
              *
@@ -244,9 +244,9 @@  discard block
 block discarded – undo
244 244
              * @since 1.0.0
245 245
              */
246 246
             $sub_a_class = apply_filters('geodir_sub_menu_a_class', '');
247
-            $items .= '<li  class="' . $li_class . '">
248
-					<a href="#" class="' . $a_class . '">' . __('Add Listing', 'geodirectory') . '</a>
249
-					<ul class="' . $sub_ul_class . '">';
247
+            $items .= '<li  class="'.$li_class.'">
248
+					<a href="#" class="' . $a_class.'">'.__('Add Listing', 'geodirectory').'</a>
249
+					<ul class="' . $sub_ul_class.'">';
250 250
 
251 251
             $post_types = geodir_get_posttypes('object');
252 252
 
@@ -269,11 +269,11 @@  discard block
 block discarded – undo
269 269
                                          * @since 1.0.0
270 270
                                          * @param string $menu_class The menu HTML class.
271 271
                                          */
272
-                                        $li_class = apply_filters('geodir_menu_li_class', 'menu-item ' . $menu_class);
272
+                                        $li_class = apply_filters('geodir_menu_li_class', 'menu-item '.$menu_class);
273 273
                                         $cpt_name = __($args->labels->singular_name, 'geodirectory');
274
-                                        $items .= '<li class="' . $sub_li_class . '">
275
-														<a href="' . geodir_get_addlisting_link($post_type) . '" class="' . $sub_a_class . '">
276
-															' . sprintf( __('Add %s', 'geodirectory'), $cpt_name ) . '
274
+                                        $items .= '<li class="'.$sub_li_class.'">
275
+														<a href="' . geodir_get_addlisting_link($post_type).'" class="'.$sub_a_class.'">
276
+															' . sprintf(__('Add %s', 'geodirectory'), $cpt_name).'
277 277
 														</a>
278 278
 													</li>';
279 279
                                     }
@@ -285,7 +285,7 @@  discard block
 block discarded – undo
285 285
             }
286 286
 
287 287
             $items .= '	</ul> ';
288
-            $items .= apply_filters('geodir_menu_after_sub_ul','');
288
+            $items .= apply_filters('geodir_menu_after_sub_ul', '');
289 289
             $items .= '</li>';
290 290
 
291 291
         }
@@ -313,14 +313,14 @@  discard block
 block discarded – undo
313 313
     $geodir_theme_location = get_option('geodir_theme_location_nav');
314 314
     $geodir_theme_location_nav = array();
315 315
     if (empty($locations) && empty($geodir_theme_location)) {
316
-        $menu = str_replace("</ul></div>", geodir_add_nav_menu_items() . "</ul></div>", $menu);
316
+        $menu = str_replace("</ul></div>", geodir_add_nav_menu_items()."</ul></div>", $menu);
317 317
         $geodir_theme_location_nav[] = $args['theme_location'];
318 318
         update_option('geodir_theme_location_nav', $geodir_theme_location_nav);
319 319
     }
320 320
     //else if(empty($geodir_theme_location)) // It means 'Show geodirectory navigation in selected menu locations' is not set yet.
321 321
 //		$menu = str_replace("</ul></div>",geodir_add_nav_menu_items()."</ul></div>",$menu);
322 322
     else if (is_array($geodir_theme_location) && isset($args['theme_location']) && in_array($args['theme_location'], $geodir_theme_location))
323
-        $menu = str_replace("</ul></div>", geodir_add_nav_menu_items() . "</ul></div>", $menu);
323
+        $menu = str_replace("</ul></div>", geodir_add_nav_menu_items()."</ul></div>", $menu);
324 324
 
325 325
     return $menu;
326 326
 
@@ -348,7 +348,7 @@  discard block
 block discarded – undo
348 348
 
349 349
     if (has_nav_menu($location) == '1' && is_array($geodir_theme_location) && in_array($location, $geodir_theme_location)) {
350 350
 
351
-        $items = $items . geodir_add_nav_menu_items();
351
+        $items = $items.geodir_add_nav_menu_items();
352 352
         return $items;
353 353
 
354 354
     } else {
@@ -373,12 +373,12 @@  discard block
 block discarded – undo
373 373
 
374 374
     $taxonomies = geodir_get_taxonomies();
375 375
     $taxonomies = implode("','", $taxonomies);
376
-    $taxonomies = "'" . $taxonomies . "'";
376
+    $taxonomies = "'".$taxonomies."'";
377 377
 
378 378
     $pn_categories = $wpdb->get_results(
379 379
         $wpdb->prepare(
380 380
             "SELECT $wpdb->terms.name as name, $wpdb->term_taxonomy.count as count, $wpdb->terms.term_id as cat_ID FROM $wpdb->term_taxonomy,  $wpdb->terms WHERE $wpdb->term_taxonomy.term_id = %d AND $wpdb->term_taxonomy.taxonomy in ( $taxonomies ) ORDER BY name",
381
-            array($wpdb->terms . term_id)
381
+            array($wpdb->terms.term_id)
382 382
         )
383 383
     );
384 384
 
@@ -407,7 +407,7 @@  discard block
 block discarded – undo
407 407
 
408 408
     if (geodir_is_page('add-listing') || geodir_is_page('preview')) {
409 409
         if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '')
410
-            $geodir_post_type = get_post_type((int)$_REQUEST['pid']);
410
+            $geodir_post_type = get_post_type((int) $_REQUEST['pid']);
411 411
         elseif (isset($_REQUEST['listing_type']))
412 412
             $geodir_post_type = sanitize_text_field($_REQUEST['listing_type']);
413 413
     }
@@ -425,7 +425,7 @@  discard block
 block discarded – undo
425 425
     if (is_array($all_postypes) && !in_array($geodir_post_type, $all_postypes))
426 426
         $geodir_post_type = '';
427 427
 
428
-    if( defined( 'DOING_AJAX' ) && isset($_REQUEST['stype'])){
428
+    if (defined('DOING_AJAX') && isset($_REQUEST['stype'])) {
429 429
         $geodir_post_type = sanitize_text_field($_REQUEST['stype']);
430 430
     }
431 431
 
@@ -435,7 +435,7 @@  discard block
 block discarded – undo
435 435
      *
436 436
      * @since 1.6.9
437 437
      */
438
-    return apply_filters('geodir_get_current_posttype',$geodir_post_type);
438
+    return apply_filters('geodir_get_current_posttype', $geodir_post_type);
439 439
 }
440 440
 
441 441
 /**
@@ -449,18 +449,18 @@  discard block
 block discarded – undo
449 449
  */
450 450
 function geodir_get_default_posttype()
451 451
 {
452
-    $post_types = apply_filters( 'geodir_get_default_posttype', geodir_get_posttypes( 'object' ) );
452
+    $post_types = apply_filters('geodir_get_default_posttype', geodir_get_posttypes('object'));
453 453
 
454 454
     $stype = false;
455
-    foreach ( $post_types as $post_type => $info ) {
455
+    foreach ($post_types as $post_type => $info) {
456 456
         global $wpdb;
457
-        $has_posts = $wpdb->get_row( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_type = %s AND post_status='publish' LIMIT 1", $post_type ) );
458
-        if ( $has_posts ) {
457
+        $has_posts = $wpdb->get_row($wpdb->prepare("SELECT ID FROM $wpdb->posts WHERE post_type = %s AND post_status='publish' LIMIT 1", $post_type));
458
+        if ($has_posts) {
459 459
             $stype = $post_type; break;
460 460
         }
461 461
     }
462 462
 
463
-    if(!$stype){
463
+    if (!$stype) {
464 464
         $stype = 'gd_place';
465 465
     }
466 466
 
@@ -485,14 +485,14 @@  discard block
 block discarded – undo
485 485
         switch ($output):
486 486
             case 'object':
487 487
             case 'Object':
488
-                $post_types = json_decode(json_encode($post_types), FALSE);//(object)$post_types;
488
+                $post_types = json_decode(json_encode($post_types), FALSE); //(object)$post_types;
489 489
                 break;
490 490
             case 'array':
491 491
             case 'Array':
492
-                $post_types = (array)$post_types;
492
+                $post_types = (array) $post_types;
493 493
                 break;
494 494
 			case 'options':
495
-                $post_types = (array)$post_types;
495
+                $post_types = (array) $post_types;
496 496
 				
497 497
 				$options = array();
498 498
 				if (!empty($post_types)) {
@@ -610,15 +610,15 @@  discard block
 block discarded – undo
610 610
 
611 611
         $categories = get_terms($taxonomies);
612 612
 
613
-        $html .= '<option value="0">' . __('All', 'geodirectory') . '</option>';
613
+        $html .= '<option value="0">'.__('All', 'geodirectory').'</option>';
614 614
 
615 615
         foreach ($categories as $category_obj) {
616 616
             $select_opt = '';
617 617
             if ($selected == $category_obj->term_id) {
618 618
                 $select_opt = 'selected="selected"';
619 619
             }
620
-            $html .= '<option ' . $select_opt . ' value="' . $category_obj->term_id . '">'
621
-                . geodir_utf8_ucfirst($category_obj->name) . '</option>';
620
+            $html .= '<option '.$select_opt.' value="'.$category_obj->term_id.'">'
621
+                . geodir_utf8_ucfirst($category_obj->name).'</option>';
622 622
         }
623 623
 
624 624
         if ($echo)
@@ -686,7 +686,7 @@  discard block
 block discarded – undo
686 686
     } elseif (isset($wp_query->tax_query->queries)) {
687 687
         $tax_arr = $wp_query->tax_query->queries;
688 688
         //if tax query has 'relation' set then it will break wp_list_pluck so we remove it
689
-        if(isset( $tax_arr['relation'])){unset( $tax_arr['relation']);}
689
+        if (isset($tax_arr['relation'])) {unset($tax_arr['relation']); }
690 690
         $taxonomies = wp_list_pluck($tax_arr, 'taxonomy');
691 691
     }
692 692
 
@@ -740,7 +740,7 @@  discard block
 block discarded – undo
740 740
 
741 741
             if ((!geodir_is_page('listing')) || (is_search() && $_REQUEST['search_taxonomy'] == '')) {
742 742
                 if ($cat_parent == 0) {
743
-                    $list_class = 'main_list gd-parent-cats-list gd-cats-display-' . $cat_display;
743
+                    $list_class = 'main_list gd-parent-cats-list gd-cats-display-'.$cat_display;
744 744
                     $main_list_class = 'class="main_list_selecter"';
745 745
                 } else {
746 746
                     //$display = 'display:none';
@@ -750,7 +750,7 @@  discard block
 block discarded – undo
750 750
 
751 751
             if ($cat_display == 'checkbox' || $cat_display == 'radio') {
752 752
                 $p = 0;
753
-                $out = '<div class="' . $list_class . ' gd-cat-row-' . $cat_parent . '" style="margin-left:' . $p . 'px;' . $display . ';">';
753
+                $out = '<div class="'.$list_class.' gd-cat-row-'.$cat_parent.'" style="margin-left:'.$p.'px;'.$display.';">';
754 754
             }
755 755
 
756 756
             foreach ($cat_terms as $cat_term) {
@@ -765,12 +765,12 @@  discard block
 block discarded – undo
765 765
                 }
766 766
 
767 767
                 if ($cat_display == 'radio')
768
-                    $out .= '<span style="display:block" ><input type="radio" field_type="radio" name="post_category[' . $cat_term->taxonomy . '][]" ' . $main_list_class . ' alt="' . $cat_term->taxonomy . '" title="' . geodir_utf8_ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" ' . $checked . $onchange . ' id="gd-cat-' . $cat_term->term_id . '" >' . $term_check . geodir_utf8_ucfirst($cat_term->name) . '</span>';
768
+                    $out .= '<span style="display:block" ><input type="radio" field_type="radio" name="post_category['.$cat_term->taxonomy.'][]" '.$main_list_class.' alt="'.$cat_term->taxonomy.'" title="'.geodir_utf8_ucfirst($cat_term->name).'" value="'.$cat_term->term_id.'" '.$checked.$onchange.' id="gd-cat-'.$cat_term->term_id.'" >'.$term_check.geodir_utf8_ucfirst($cat_term->name).'</span>';
769 769
                 elseif ($cat_display == 'select' || $cat_display == 'multiselect')
770
-                    $out .= '<option ' . $main_list_class . ' style="margin-left:' . $p . 'px;" alt="' . $cat_term->taxonomy . '" title="' . geodir_utf8_ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" ' . $checked . $onchange . ' >' . $term_check . geodir_utf8_ucfirst($cat_term->name) . '</option>';
770
+                    $out .= '<option '.$main_list_class.' style="margin-left:'.$p.'px;" alt="'.$cat_term->taxonomy.'" title="'.geodir_utf8_ucfirst($cat_term->name).'" value="'.$cat_term->term_id.'" '.$checked.$onchange.' >'.$term_check.geodir_utf8_ucfirst($cat_term->name).'</option>';
771 771
 
772 772
                 else {
773
-                    $out .= '<span style="display:block"><input style="display:inline-block" type="checkbox" field_type="checkbox" name="post_category[' . $cat_term->taxonomy . '][]" ' . $main_list_class . ' alt="' . $cat_term->taxonomy . '" title="' . geodir_utf8_ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" ' . $checked . $onchange . ' id="gd-cat-' . $cat_term->term_id . '" >' . $term_check . geodir_utf8_ucfirst($cat_term->name) . '</span>';
773
+                    $out .= '<span style="display:block"><input style="display:inline-block" type="checkbox" field_type="checkbox" name="post_category['.$cat_term->taxonomy.'][]" '.$main_list_class.' alt="'.$cat_term->taxonomy.'" title="'.geodir_utf8_ucfirst($cat_term->name).'" value="'.$cat_term->term_id.'" '.$checked.$onchange.' id="gd-cat-'.$cat_term->term_id.'" >'.$term_check.geodir_utf8_ucfirst($cat_term->name).'</span>';
774 774
                 }
775 775
 
776 776
                 // Call recurson to print sub cats
@@ -809,7 +809,7 @@  discard block
 block discarded – undo
809 809
             $cat_exclude = serialize($exclude_cats);
810 810
 
811 811
         if (isset($_REQUEST['backandedit'])) {
812
-            $post = (object)$gd_session->get('listing');
812
+            $post = (object) $gd_session->get('listing');
813 813
 
814 814
             if (!is_array($post->post_category[$cat_taxonomy]))
815 815
                 $post_category = $post->post_category[$cat_taxonomy];
@@ -841,7 +841,7 @@  discard block
 block discarded – undo
841 841
 
842 842
             if (!empty($post_category)) {
843 843
                 $cat1 = array_filter(explode(',', $post_category));
844
-                $post_category = ',' . implode(',', $cat1) . ',';
844
+                $post_category = ','.implode(',', $cat1).',';
845 845
 
846 846
             }
847 847
 
@@ -852,7 +852,7 @@  discard block
 block discarded – undo
852 852
                 foreach ($post_category_upd as $cat) {
853 853
 
854 854
                     if (!in_array($cat, $exclude_cats) && $cat != '') {
855
-                        $post_category_change .= ',' . $cat;
855
+                        $post_category_change .= ','.$cat;
856 856
                     }
857 857
                 }
858 858
                 $post_category = $post_category_change;
@@ -864,11 +864,11 @@  discard block
 block discarded – undo
864 864
             }
865 865
         }
866 866
 
867
-        echo '<input type="hidden" id="cat_limit" value="' . $cat_limit . '" name="cat_limit[' . $cat_taxonomy . ']"  />';
867
+        echo '<input type="hidden" id="cat_limit" value="'.$cat_limit.'" name="cat_limit['.$cat_taxonomy.']"  />';
868 868
 
869
-        echo '<input type="hidden" id="post_category" value="' . $post_category . '" name="post_category[' . $cat_taxonomy . ']"  />';
869
+        echo '<input type="hidden" id="post_category" value="'.$post_category.'" name="post_category['.$cat_taxonomy.']"  />';
870 870
 
871
-        echo '<input type="hidden" id="post_category_str" value="' . $post_category_str . '" name="post_category_str[' . $cat_taxonomy . ']"  />';
871
+        echo '<input type="hidden" id="post_category_str" value="'.$post_category_str.'" name="post_category_str['.$cat_taxonomy.']"  />';
872 872
 
873 873
 
874 874
         ?>
@@ -887,14 +887,14 @@  discard block
 block discarded – undo
887 887
 
888 888
             function show_subcatlist(main_cat, catObj) {
889 889
                 if (main_cat != '') {
890
-					var url = '<?php echo geodir_get_ajax_url();?>';
891
-                    var cat_taxonomy = '<?php echo $cat_taxonomy;?>';
892
-                    var cat_exclude = '<?php echo base64_encode($cat_exclude);?>';
890
+					var url = '<?php echo geodir_get_ajax_url(); ?>';
891
+                    var cat_taxonomy = '<?php echo $cat_taxonomy; ?>';
892
+                    var cat_exclude = '<?php echo base64_encode($cat_exclude); ?>';
893 893
                     var cat_limit = jQuery('#' + cat_taxonomy).find('#cat_limit').val();
894
-					<?php if ((int)$cat_limit > 0) { ?>
894
+					<?php if ((int) $cat_limit > 0) { ?>
895 895
 					var selected = parseInt(jQuery('#' + cat_taxonomy).find('.cat_sublist > div.post_catlist_item').length);
896 896
 					if (cat_limit != '' && selected > 0 && selected >= cat_limit && cat_limit != 0) {
897
-						alert("<?php echo esc_attr(wp_sprintf(__('You have reached category limit of %d categories.', 'geodirectory'), (int)$cat_limit));?>");
897
+						alert("<?php echo esc_attr(wp_sprintf(__('You have reached category limit of %d categories.', 'geodirectory'), (int) $cat_limit)); ?>");
898 898
 						return false;
899 899
 					}
900 900
 					<?php } ?>
@@ -933,7 +933,7 @@  discard block
 block discarded – undo
933 933
             }
934 934
 
935 935
             function update_listing_cat(el) {
936
-                var cat_taxonomy = '<?php echo $cat_taxonomy;?>';
936
+                var cat_taxonomy = '<?php echo $cat_taxonomy; ?>';
937 937
                 var cat_ids = '';
938 938
                 var main_cat = '';
939 939
                 var sub_cat = '';
@@ -1014,7 +1014,7 @@  discard block
 block discarded – undo
1014 1014
         <div class="main_cat_list" style=" <?php if (isset($style)) {
1015 1015
             echo $style;
1016 1016
         }?> ">
1017
-            <?php geodir_get_catlist($cat_taxonomy, 0);  // print main categories list
1017
+            <?php geodir_get_catlist($cat_taxonomy, 0); // print main categories list
1018 1018
             ?>
1019 1019
         </div>
1020 1020
     <?php
@@ -1041,9 +1041,9 @@  discard block
 block discarded – undo
1041 1041
     if ($exclude != '') {
1042 1042
         $exclude_cats = maybe_unserialize(base64_decode($exclude));
1043 1043
 
1044
-        if(is_array( $exclude_cats)){
1045
-            $exclude_cats = array_map( 'intval', $exclude_cats );
1046
-        }else{
1044
+        if (is_array($exclude_cats)) {
1045
+            $exclude_cats = array_map('intval', $exclude_cats);
1046
+        } else {
1047 1047
             $exclude_cats = intval($exclude_cats);
1048 1048
         }
1049 1049
 
@@ -1057,25 +1057,25 @@  discard block
 block discarded – undo
1057 1057
         <?php $main_cat = get_term($parrent, $request_taxonomy); ?>
1058 1058
 
1059 1059
         <div class="post_catlist_item" style="border:1px solid #CCCCCC; margin:5px auto; padding:5px;">
1060
-            <img alt="move icon" src="<?php echo geodir_plugin_url() . '/geodirectory-assets/images/move.png';?>"
1060
+            <img alt="move icon" src="<?php echo geodir_plugin_url().'/geodirectory-assets/images/move.png'; ?>"
1061 1061
                  onclick="jQuery(this).closest('div').remove();update_listing_cat(this);" align="right"/>
1062 1062
             <?php /* ?>
1063 1063
 		<img src="<?php echo geodir_plugin_url().'/geodirectory-assets/images/move.png';?>" onclick="jQuery(this).closest('div').remove();show_subcatlist();" align="right" /> 
1064 1064
 		<?php */ ?>
1065 1065
 
1066
-            <input type="checkbox" value="<?php echo $main_cat->term_id;?>" class="listing_main_cat"
1066
+            <input type="checkbox" value="<?php echo $main_cat->term_id; ?>" class="listing_main_cat"
1067 1067
                    onchange="if(jQuery(this).is(':checked')){jQuery(this).closest('div').find('.post_default_category').prop('checked',false).show();}else{jQuery(this).closest('div').find('.post_default_category').prop('checked',false).hide();};update_listing_cat()"
1068 1068
                    checked="checked" disabled="disabled"/>
1069 1069
        <span> 
1070
-        <?php printf(__('Add listing in %s category', 'geodirectory'), geodir_ucwords($main_cat->name));?>
1070
+        <?php printf(__('Add listing in %s category', 'geodirectory'), geodir_ucwords($main_cat->name)); ?>
1071 1071
         </span>
1072 1072
             <br/>
1073 1073
 
1074 1074
             <div class="post_default_category">
1075
-                <input type="radio" name="post_default_category" value="<?php echo $main_cat->term_id;?>"
1076
-                       onchange="update_listing_cat()" <?php if ($default) echo ' checked="checked" ';?>   />
1075
+                <input type="radio" name="post_default_category" value="<?php echo $main_cat->term_id; ?>"
1076
+                       onchange="update_listing_cat()" <?php if ($default) echo ' checked="checked" '; ?>   />
1077 1077
         <span> 
1078
-        <?php printf(__('Set %s as default category', 'geodirectory'), geodir_ucwords($main_cat->name));?>
1078
+        <?php printf(__('Set %s as default category', 'geodirectory'), geodir_ucwords($main_cat->name)); ?>
1079 1079
         </span>
1080 1080
             </div>
1081 1081
 
@@ -1108,7 +1108,7 @@  discard block
 block discarded – undo
1108 1108
         $post_cat_str = $post_categories[$request_taxonomy];
1109 1109
         $post_cat_array = explode("#", $post_cat_str);
1110 1110
         if (is_array($post_cat_array)) {
1111
-            $post_cat_array = array_unique( $post_cat_array );
1111
+            $post_cat_array = array_unique($post_cat_array);
1112 1112
 
1113 1113
 			foreach ($post_cat_array as $post_cat_html) {
1114 1114
 
@@ -1123,7 +1123,7 @@  discard block
 block discarded – undo
1123 1123
                 }
1124 1124
                 $post_sub_catid = '';
1125 1125
                 if (isset($post_cat_info[1]) && !empty($post_cat_info[1])) {
1126
-                    $post_sub_catid = (int)$post_cat_info[1];
1126
+                    $post_sub_catid = (int) $post_cat_info[1];
1127 1127
                 }
1128 1128
 
1129 1129
                 geodir_addpost_categories_html($request_taxonomy, $post_maincat_id, $post_sub_catid, $post_maincat_selected, $post_maincat_default);
@@ -1144,7 +1144,7 @@  discard block
 block discarded – undo
1144 1144
             }
1145 1145
 
1146 1146
             if (isset($post_cat_info[1]) && !empty($post_cat_info[1])) {
1147
-                $post_sub_catid = (int)$post_cat_info[1];
1147
+                $post_sub_catid = (int) $post_cat_info[1];
1148 1148
             }
1149 1149
 
1150 1150
             geodir_addpost_categories_html($request_taxonomy, $post_maincat_id, $post_sub_catid, $post_maincat_selected, $post_maincat_default);
@@ -1176,9 +1176,9 @@  discard block
 block discarded – undo
1176 1176
         if (!$selected)
1177 1177
             $option_slected = ' selected="selected" ';
1178 1178
 
1179
-        echo '<select field_type="select" id="' . sanitize_text_field($cat_taxonomy) . '" class="chosen_select" ' . $onchange . ' option-ajaxChosen="false" >';
1179
+        echo '<select field_type="select" id="'.sanitize_text_field($cat_taxonomy).'" class="chosen_select" '.$onchange.' option-ajaxChosen="false" >';
1180 1180
 
1181
-        echo '<option value="" ' . $option_selected . ' >' . __('Select Category', 'geodirectory') . '</option>';
1181
+        echo '<option value="" '.$option_selected.' >'.__('Select Category', 'geodirectory').'</option>';
1182 1182
 
1183 1183
         foreach ($cat_terms as $cat_term) {
1184 1184
             $option_selected = '';
@@ -1186,10 +1186,10 @@  discard block
 block discarded – undo
1186 1186
                 $option_selected = ' selected="selected" ';
1187 1187
 
1188 1188
             // Count child terms
1189
-            $child_terms = get_terms( $cat_taxonomy, array( 'parent' => $cat_term->term_id, 'hide_empty' => false, 'exclude' => $exclude_cats, 'number' => 1 ) );
1190
-            $has_child = !empty( $child_terms ) ? 't' : 'f';
1189
+            $child_terms = get_terms($cat_taxonomy, array('parent' => $cat_term->term_id, 'hide_empty' => false, 'exclude' => $exclude_cats, 'number' => 1));
1190
+            $has_child = !empty($child_terms) ? 't' : 'f';
1191 1191
 
1192
-            echo '<option  ' . $option_selected . ' alt="' . $cat_term->taxonomy . '" title="' . geodir_utf8_ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" _hc="' . $has_child . '" >' . geodir_utf8_ucfirst($cat_term->name) . '</option>';
1192
+            echo '<option  '.$option_selected.' alt="'.$cat_term->taxonomy.'" title="'.geodir_utf8_ucfirst($cat_term->name).'" value="'.$cat_term->term_id.'" _hc="'.$has_child.'" >'.geodir_utf8_ucfirst($cat_term->name).'</option>';
1193 1193
         }
1194 1194
         echo '</select>';
1195 1195
     }
@@ -1220,7 +1220,7 @@  discard block
 block discarded – undo
1220 1220
             2 => __('Custom field updated.', 'geodirectory'),
1221 1221
             3 => __('Custom field deleted.', 'geodirectory'),
1222 1222
             4 => sprintf(__('%s updated.', 'geodirectory'), $post_object->labels->singular_name),
1223
-            5 => isset($_GET['revision']) ? sprintf(__('%s restored to revision from %s', 'geodirectory'), $post_object->labels->singular_name, wp_post_revision_title((int)$_GET['revision'], false)) : false,
1223
+            5 => isset($_GET['revision']) ? sprintf(__('%s restored to revision from %s', 'geodirectory'), $post_object->labels->singular_name, wp_post_revision_title((int) $_GET['revision'], false)) : false,
1224 1224
             6 => sprintf(__('%s published. <a href="%s">View %s</a>', 'geodirectory'), $post_object->labels->singular_name, esc_url(get_permalink($post_ID)), $post_object->labels->singular_name),
1225 1225
             7 => sprintf(__('%s saved.', 'geodirectory'), $post_object->labels->singular_name),
1226 1226
             8 => sprintf(__('%s submitted. <a target="_blank" href="%s">Preview %s</a>', 'geodirectory'), $post_object->labels->singular_name, esc_url(add_query_arg('preview', 'true', get_permalink($post_ID))), $post_object->labels->singular_name),
@@ -1246,7 +1246,7 @@  discard block
 block discarded – undo
1246 1246
 
1247 1247
     global $wpdb;
1248 1248
 
1249
-    $menu_icon = geodir_plugin_url() . '/geodirectory-assets/images/favicon.ico';
1249
+    $menu_icon = geodir_plugin_url().'/geodirectory-assets/images/favicon.ico';
1250 1250
 
1251 1251
     if (!$listing_slug = get_option('geodir_listing_prefix'))
1252 1252
         $listing_slug = 'places';
@@ -1259,11 +1259,11 @@  discard block
 block discarded – undo
1259 1259
 
1260 1260
         $gd_placetags = array();
1261 1261
         $gd_placetags['object_type'] = 'gd_place';
1262
-        $gd_placetags['listing_slug'] = $listing_slug . '/tags';
1262
+        $gd_placetags['listing_slug'] = $listing_slug.'/tags';
1263 1263
         $gd_placetags['args'] = array(
1264 1264
             'public' => true,
1265 1265
             'hierarchical' => false,
1266
-            'rewrite' => array('slug' => $listing_slug . '/tags', 'with_front' => false, 'hierarchical' => true),
1266
+            'rewrite' => array('slug' => $listing_slug.'/tags', 'with_front' => false, 'hierarchical' => true),
1267 1267
             'query_var' => true,
1268 1268
 
1269 1269
             'labels' => array(
@@ -1357,7 +1357,7 @@  discard block
 block discarded – undo
1357 1357
             'menu_icon' => $menu_icon,
1358 1358
             'public' => true,
1359 1359
             'query_var' => true,
1360
-            'rewrite' => array('slug' => $listing_slug , 'with_front' => false, 'hierarchical' => true, 'feeds' => true),
1360
+            'rewrite' => array('slug' => $listing_slug, 'with_front' => false, 'hierarchical' => true, 'feeds' => true),
1361 1361
             'supports' => array('title', 'editor', 'author', 'thumbnail', 'excerpt', 'custom-fields', 'comments', /*'revisions', 'post-formats'*/),
1362 1362
             'taxonomies' => array('gd_placecategory', 'gd_place_tags'));
1363 1363
 
@@ -1390,12 +1390,12 @@  discard block
 block discarded – undo
1390 1390
         return $_REQUEST['lang'];
1391 1391
     }
1392 1392
 
1393
-    $url = str_replace(array("http://","https://"),"",$url);
1393
+    $url = str_replace(array("http://", "https://"), "", $url);
1394 1394
 
1395 1395
     // site_url() seems to work better than get_bloginfo('url') here, WPML can change get_bloginfo('url') to add the lang.
1396
-    $site_url = str_replace(array("http://","https://"),"",site_url());
1396
+    $site_url = str_replace(array("http://", "https://"), "", site_url());
1397 1397
 
1398
-    $url = str_replace($site_url,"",$url);
1398
+    $url = str_replace($site_url, "", $url);
1399 1399
 
1400 1400
     $segments = explode('/', trim($url, '/'));
1401 1401
 
@@ -1461,9 +1461,9 @@  discard block
 block discarded – undo
1461 1461
     if (in_array($post->post_type, geodir_get_posttypes())) {
1462 1462
 
1463 1463
         // if we dont have a GD post then try to grab it
1464
-        if(!isset($post->default_category)){
1464
+        if (!isset($post->default_category)) {
1465 1465
             $gd_post = geodir_get_post_info($post->ID);
1466
-            if(!empty($gd_post)){
1466
+            if (!empty($gd_post)) {
1467 1467
                 $post = $gd_post;
1468 1468
             }
1469 1469
         }
@@ -1473,17 +1473,17 @@  discard block
 block discarded – undo
1473 1473
         $slug = $post_types[$post->post_type]['rewrite']['slug'];
1474 1474
 
1475 1475
         // Alter the CPT slug if WPML is set to do so
1476
-        if(function_exists('icl_object_id')){
1477
-            if ( gd_wpml_slug_translation_turned_on( $post->post_type ) && $language_code = gd_wpml_get_lang_from_url($post_link)) {
1476
+        if (function_exists('icl_object_id')) {
1477
+            if (gd_wpml_slug_translation_turned_on($post->post_type) && $language_code = gd_wpml_get_lang_from_url($post_link)) {
1478 1478
 
1479 1479
                 $org_slug = $slug;
1480
-                $slug = apply_filters( 'wpml_translate_single_string',
1480
+                $slug = apply_filters('wpml_translate_single_string',
1481 1481
                     $slug,
1482 1482
                     'WordPress',
1483
-                    'URL slug: ' . $slug,
1483
+                    'URL slug: '.$slug,
1484 1484
                     $language_code);
1485 1485
 
1486
-                if(!$slug){$slug = $org_slug;}
1486
+                if (!$slug) {$slug = $org_slug; }
1487 1487
 
1488 1488
             }
1489 1489
         }
@@ -1505,11 +1505,11 @@  discard block
 block discarded – undo
1505 1505
         }
1506 1506
 
1507 1507
         $post_link = trailingslashit(
1508
-            preg_replace(  "/" . preg_quote( $slug, "/" ) . "/", $slug ."/%gd_taxonomy%",$post_link, 1 )
1508
+            preg_replace("/".preg_quote($slug, "/")."/", $slug."/%gd_taxonomy%", $post_link, 1)
1509 1509
         );
1510 1510
 
1511 1511
         if ($fix_url) {
1512
-            $post_link = $site_url . $post_link;
1512
+            $post_link = $site_url.$post_link;
1513 1513
         }
1514 1514
 
1515 1515
         if (isset($comment_post_cache[$post->ID])) {
@@ -1528,12 +1528,12 @@  discard block
 block discarded – undo
1528 1528
             $ID = $post->ID;
1529 1529
             $post2 = $wpdb->get_row(
1530 1530
                 $wpdb->prepare(
1531
-                    "SELECT * from " . $plugin_prefix . $post->post_type . "_detail WHERE post_id = %d ",
1531
+                    "SELECT * from ".$plugin_prefix.$post->post_type."_detail WHERE post_id = %d ",
1532 1532
                     array($post->ID)
1533 1533
                 )
1534 1534
             );
1535 1535
 
1536
-            $post = (object)array_merge((array)$post, (array)$post2);
1536
+            $post = (object) array_merge((array) $post, (array) $post2);
1537 1537
 
1538 1538
             $comment_post_cache[$post->ID] = $post;
1539 1539
         }
@@ -1542,7 +1542,7 @@  discard block
 block discarded – undo
1542 1542
 
1543 1543
         if (false !== strpos($post_link, '%gd_taxonomy%')) {
1544 1544
 
1545
-            if ( apply_filters("geodir_add_location_url_to_url",get_option('geodir_add_location_url'),$post->post_type,$post)) {
1545
+            if (apply_filters("geodir_add_location_url_to_url", get_option('geodir_add_location_url'), $post->post_type, $post)) {
1546 1546
                 $location_request = '';
1547 1547
 
1548 1548
 
@@ -1556,7 +1556,7 @@  discard block
 block discarded – undo
1556 1556
                         $post->country_slug = str_replace('[', '', $geodir_arr_locations[2]);
1557 1557
                         $post->country_slug = str_replace(']', '', $post->country_slug);
1558 1558
 
1559
-                        $post_location = (object)array('country_slug' => $post->country_slug,
1559
+                        $post_location = (object) array('country_slug' => $post->country_slug,
1560 1560
                             'region_slug' => $post->region_slug,
1561 1561
                             'city_slug' => $post->city_slug
1562 1562
                         );
@@ -1569,7 +1569,7 @@  discard block
 block discarded – undo
1569 1569
 
1570 1570
                     $post_location_sql = $wpdb->get_results(
1571 1571
                         $wpdb->prepare(
1572
-                            "SELECT post_locations from " . $plugin_prefix . $post->post_type . "_detail WHERE post_id = %d ",
1572
+                            "SELECT post_locations from ".$plugin_prefix.$post->post_type."_detail WHERE post_id = %d ",
1573 1573
                             array($post->ID)
1574 1574
                         )
1575 1575
                     );
@@ -1585,7 +1585,7 @@  discard block
 block discarded – undo
1585 1585
                             $post->country_slug = str_replace('[', '', $geodir_arr_locations[2]);
1586 1586
                             $post->country_slug = str_replace(']', '', $post->country_slug);
1587 1587
 
1588
-                            $post_location = (object)array('country_slug' => $post->country_slug,
1588
+                            $post_location = (object) array('country_slug' => $post->country_slug,
1589 1589
                                 'region_slug' => $post->region_slug,
1590 1590
                                 'city_slug' => $post->city_slug
1591 1591
                             );
@@ -1614,7 +1614,7 @@  discard block
 block discarded – undo
1614 1614
 					}
1615 1615
 					$location_slug[] = $city_slug;
1616 1616
 					
1617
-					$location_request .= implode('/', $location_slug) . '/';
1617
+					$location_request .= implode('/', $location_slug).'/';
1618 1618
                 }
1619 1619
             }
1620 1620
 
@@ -1630,9 +1630,9 @@  discard block
 block discarded – undo
1630 1630
                 } else {
1631 1631
                     $post_terms = '';
1632 1632
 
1633
-                    if(isset($_POST['post_default_category']) && $_POST['post_default_category']){
1633
+                    if (isset($_POST['post_default_category']) && $_POST['post_default_category']) {
1634 1634
                         $post_terms = absint($_POST['post_default_category']);
1635
-                    }elseif(isset($_POST['post_category'][$taxonomies]) && $_POST['post_category'][$taxonomies]){
1635
+                    }elseif (isset($_POST['post_category'][$taxonomies]) && $_POST['post_category'][$taxonomies]) {
1636 1636
                         $post_terms = explode(",", trim($_POST['post_category'][$taxonomies], ","));
1637 1637
                         $post_terms = absint($post_terms[0]);
1638 1638
                     }elseif (isset($post->{$taxonomies})) {
@@ -1678,14 +1678,14 @@  discard block
 block discarded – undo
1678 1678
             $request_term = trim($request_term, '/');
1679 1679
             
1680 1680
             // Fix with WPML the location terms added twice when CPT slug is translated.
1681
-            if ($sample && !empty($location_request) && geodir_is_wpml() && strpos($post_link, '%gd_taxonomy%/' . $request_term . $detailurl_separator) !== false) {
1681
+            if ($sample && !empty($location_request) && geodir_is_wpml() && strpos($post_link, '%gd_taxonomy%/'.$request_term.$detailurl_separator) !== false) {
1682 1682
                 $post_link = str_replace('%gd_taxonomy%/', '', $post_link);
1683 1683
             }
1684 1684
             
1685 1685
             if (!empty($request_term))
1686
-                $post_link = str_replace('%gd_taxonomy%', $request_term . $detailurl_separator, $post_link);
1686
+                $post_link = str_replace('%gd_taxonomy%', $request_term.$detailurl_separator, $post_link);
1687 1687
             else
1688
-                $post_link = str_replace('/%gd_taxonomy%', $request_term . $detailurl_separator, $post_link);
1688
+                $post_link = str_replace('/%gd_taxonomy%', $request_term.$detailurl_separator, $post_link);
1689 1689
             //echo $post_link ;
1690 1690
         }
1691 1691
         // temp cache the permalink
@@ -1760,9 +1760,9 @@  discard block
 block discarded – undo
1760 1760
                 $url_separator = '';
1761 1761
 
1762 1762
                 if (get_option('permalink_structure') != '') {
1763
-                    $old_listing_slug = '/' . $listing_slug . '/';
1763
+                    $old_listing_slug = '/'.$listing_slug.'/';
1764 1764
                     $request_term = implode("/", $location_terms);
1765
-                    $new_listing_slug = '/' . $listing_slug . '/' . $request_term . '/';
1765
+                    $new_listing_slug = '/'.$listing_slug.'/'.$request_term.'/';
1766 1766
 
1767 1767
                     $termlink = substr_replace($termlink, $new_listing_slug, strpos($termlink, $old_listing_slug), strlen($old_listing_slug));
1768 1768
                 } else {
@@ -1782,25 +1782,25 @@  discard block
 block discarded – undo
1782 1782
         // Alter the CPT slug if WPML is set to do so
1783 1783
         if (function_exists('icl_object_id')) {
1784 1784
             $post_types = get_option('geodir_post_types');
1785
-            $post_type = str_replace("category","",$taxonomy);
1786
-            $post_type = str_replace("_tags","",$post_type);
1785
+            $post_type = str_replace("category", "", $taxonomy);
1786
+            $post_type = str_replace("_tags", "", $post_type);
1787 1787
             $slug = $post_types[$post_type]['rewrite']['slug'];
1788 1788
             if (gd_wpml_slug_translation_turned_on($post_type)) {
1789 1789
                 global $sitepress;
1790 1790
                 $default_lang = $sitepress->get_default_language();
1791 1791
                 $language_code = gd_wpml_get_lang_from_url($termlink);
1792
-                if (!$language_code ) {
1793
-                    $language_code  = $default_lang;
1792
+                if (!$language_code) {
1793
+                    $language_code = $default_lang;
1794 1794
                 }
1795 1795
 
1796 1796
                 $org_slug = $slug;
1797
-                $slug = apply_filters('wpml_translate_single_string', $slug, 'WordPress', 'URL slug: ' . $slug, $language_code);
1797
+                $slug = apply_filters('wpml_translate_single_string', $slug, 'WordPress', 'URL slug: '.$slug, $language_code);
1798 1798
 
1799 1799
                 if (!$slug) {
1800 1800
                     $slug = $org_slug;
1801 1801
                 }
1802 1802
 
1803
-                $termlink = trailingslashit(preg_replace("/" . preg_quote($org_slug, "/") . "/", $slug  ,$termlink, 1));
1803
+                $termlink = trailingslashit(preg_replace("/".preg_quote($org_slug, "/")."/", $slug, $termlink, 1));
1804 1804
             }
1805 1805
         }
1806 1806
     }
@@ -1830,7 +1830,7 @@  discard block
 block discarded – undo
1830 1830
 	
1831 1831
 	if (in_array($post_type, geodir_get_posttypes())) {
1832 1832
 		if (get_option('geodir_add_location_url') && $gd_session->get('gd_multi_location') == 1) {
1833
-			if(geodir_is_page('detail') && !empty($post) && isset($post->country_slug)) {
1833
+			if (geodir_is_page('detail') && !empty($post) && isset($post->country_slug)) {
1834 1834
                 $location_terms = array(
1835 1835
                     'gd_country' => $post->country_slug,
1836 1836
                     'gd_region' => $post->region_slug,
@@ -1847,7 +1847,7 @@  discard block
 block discarded – undo
1847 1847
 					$location_terms = implode("/", $location_terms);
1848 1848
 					$location_terms = rtrim($location_terms, '/');
1849 1849
 					
1850
-					$link .= urldecode($location_terms) . '/';
1850
+					$link .= urldecode($location_terms).'/';
1851 1851
 				} else {
1852 1852
 					$link = geodir_getlink($link, $location_terms);
1853 1853
 				}
@@ -1935,9 +1935,9 @@  discard block
 block discarded – undo
1935 1935
             return 0;
1936 1936
         $where = 't.term_id = %d';
1937 1937
         if (!empty($taxonomy))
1938
-            return $wpdb->get_row($wpdb->prepare($tax_select . $where . " AND tt.taxonomy = %s", $term, $taxonomy), ARRAY_A);
1938
+            return $wpdb->get_row($wpdb->prepare($tax_select.$where." AND tt.taxonomy = %s", $term, $taxonomy), ARRAY_A);
1939 1939
         else
1940
-            return $wpdb->get_var($wpdb->prepare($select . $where, $term));
1940
+            return $wpdb->get_var($wpdb->prepare($select.$where, $term));
1941 1941
     }
1942 1942
 
1943 1943
     $term = trim(wp_unslash($term));
@@ -1949,7 +1949,7 @@  discard block
 block discarded – undo
1949 1949
 
1950 1950
     $where_fields = array($slug);
1951 1951
     if (!empty($taxonomy)) {
1952
-        $parent = (int)$parent;
1952
+        $parent = (int) $parent;
1953 1953
         if ($parent > 0) {
1954 1954
             $where_fields[] = $parent;
1955 1955
             $else_where_fields[] = $parent;
@@ -2013,13 +2013,13 @@  discard block
 block discarded – undo
2013 2013
         $post_types = geodir_get_posttypes();
2014 2014
         $tax_arr = array();
2015 2015
         foreach ($post_types as $post_type) {
2016
-            $tax_arr[] = "'" . $post_type . "category'";
2016
+            $tax_arr[] = "'".$post_type."category'";
2017 2017
         }
2018 2018
         $tax_c = implode(',', $tax_arr);
2019 2019
         $terms = $wpdb->get_results("SELECT * FROM $wpdb->term_taxonomy WHERE taxonomy IN ($tax_c)");
2020 2020
         //$terms = get_terms( $taxonomy );
2021 2021
 
2022
-        if($terms) {
2022
+        if ($terms) {
2023 2023
             foreach ($terms as $term) {
2024 2024
                 $post_type = str_replace("category", "", $term->taxonomy);
2025 2025
                 $a_terms[$post_type][] = $term;
@@ -2027,7 +2027,7 @@  discard block
 block discarded – undo
2027 2027
             }
2028 2028
         }
2029 2029
 
2030
-        if($a_terms) {
2030
+        if ($a_terms) {
2031 2031
             foreach ($a_terms as $pt => $t2) {
2032 2032
 
2033 2033
                 foreach ($t2 as $term) {
@@ -2052,7 +2052,7 @@  discard block
 block discarded – undo
2052 2052
     }
2053 2053
 
2054 2054
     if (is_ssl()) {
2055
-        $terms_icons = str_replace("http:","https:",$terms_icons );
2055
+        $terms_icons = str_replace("http:", "https:", $terms_icons);
2056 2056
     }
2057 2057
 
2058 2058
     return apply_filters('geodir_get_term_icons', $terms_icons, $term_id);
Please login to merge, or discard this patch.
geodirectory-admin/admin_functions.php 1 patch
Spacing   +934 added lines, -934 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,7 +641,7 @@  discard block
 block discarded – undo
641 641
 
642 642
             $listing_slug = __($geodir_posttype_info['labels']['singular_name'], 'geodirectory');
643 643
 
644
-            $tabs[$geodir_post_type . '_fields_settings'] = array(
644
+            $tabs[$geodir_post_type.'_fields_settings'] = array(
645 645
                 'label' => wp_sprintf(__('%s Settings', 'geodirectory'), $listing_slug),
646 646
                 'subtabs' => array(
647 647
                     array('subtab' => 'custom_fields',
@@ -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,["static_maps_backend","street_view_image_backend","maps_embed_backend","places_backend","geocoding_backend","directions_backend","distance_matrix_backend","geolocation","elevation_backend","timezone_backend","maps_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,["static_maps_backend","street_view_image_backend","maps_embed_backend","places_backend","geocoding_backend","directions_backend","distance_matrix_backend","geolocation","elevation_backend","timezone_backend","maps_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) {
@@ -1154,7 +1154,7 @@  discard block
 block discarded – undo
1154 1154
                                 ?></optgroup><?php
1155 1155
                             } else {
1156 1156
                                 ?>
1157
-                                <option value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values)));?>>
1157
+                                <option value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values))); ?>>
1158 1158
                                     <?php echo geodir_utf8_ucfirst($val) ?>
1159 1159
                                 </option>
1160 1160
                             <?php
@@ -1191,7 +1191,7 @@  discard block
 block discarded – undo
1191 1191
                 ?>
1192 1192
 
1193 1193
                 <tr valign="top">
1194
-                    <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory');?></th>
1194
+                    <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory'); ?></th>
1195 1195
                     <td width="60%">
1196 1196
                         <select name="geodir_default_map_language" style="width:60%">
1197 1197
                             <?php
@@ -1273,7 +1273,7 @@  discard block
 block discarded – undo
1273 1273
 
1274 1274
                 <tr valign="top">
1275 1275
                     <th class="titledesc"
1276
-                        width="40%"><?php _e('Default post type search on map', 'geodirectory');?></th>
1276
+                        width="40%"><?php _e('Default post type search on map', 'geodirectory'); ?></th>
1277 1277
                     <td width="60%">
1278 1278
                         <select name="geodir_default_map_search_pt" style="width:60%">
1279 1279
                             <?php
@@ -1314,7 +1314,7 @@  discard block
 block discarded – undo
1314 1314
                         $cat_display = 'checkbox';
1315 1315
                         $gd_post_types = get_option('geodir_exclude_post_type_on_map');
1316 1316
                         $gd_cats = get_option('geodir_exclude_cat_on_map');
1317
-                        $gd_cats_upgrade = (int)get_option('geodir_exclude_cat_on_map_upgrade');
1317
+                        $gd_cats_upgrade = (int) get_option('geodir_exclude_cat_on_map_upgrade');
1318 1318
                         $count = 1;
1319 1319
                         ?>
1320 1320
                         <table width="70%" class="widefat">
@@ -1343,7 +1343,7 @@  discard block
 block discarded – undo
1343 1343
                                                                                            name="home_map_post_types[]"
1344 1344
                                                                                            id="<?php echo esc_attr($value['id']); ?>"
1345 1345
                                                                                            value="<?php echo $key; ?>"
1346
-                                                                                           class="map_post_type" <?php echo $checked;?> />
1346
+                                                                                           class="map_post_type" <?php echo $checked; ?> />
1347 1347
                                         <?php echo __($post_types_obj->labels->singular_name, 'geodirectory'); ?></td>
1348 1348
                                     <td width="40%">
1349 1349
                                         <div class="home_map_category" style="overflow:auto;width:200px;height:100px;"
@@ -1401,12 +1401,12 @@  discard block
 block discarded – undo
1401 1401
                 ?>
1402 1402
                 <fieldset>
1403 1403
                     <legend class="screen-reader-text"><span><?php echo $value['name'] ?></span></legend>
1404
-                    <label for="<?php echo $value['id'];?>">
1404
+                    <label for="<?php echo $value['id']; ?>">
1405 1405
                         <input name="<?php echo esc_attr($value['id']); ?>"
1406
-                               id="<?php echo esc_attr($value['id'] . $value['value']); ?>" type="radio"
1406
+                               id="<?php echo esc_attr($value['id'].$value['value']); ?>" type="radio"
1407 1407
                                value="<?php echo $value['value'] ?>" <?php if (get_option($value['id']) == $value['value']) {
1408 1408
                             echo 'checked="checked"';
1409
-                        }elseif(get_option($value['id'])=='' && $value['std']==$value['value']){echo 'checked="checked"';} ?> />
1409
+                        }elseif (get_option($value['id']) == '' && $value['std'] == $value['value']) {echo 'checked="checked"'; } ?> />
1410 1410
                         <?php echo $value['desc']; ?></label><br>
1411 1411
                 </fieldset>
1412 1412
                 <?php
@@ -1426,9 +1426,9 @@  discard block
 block discarded – undo
1426 1426
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1427 1427
                 <td class="forminp">
1428 1428
                     <textarea
1429
-                        <?php if (isset($value['args'])) echo $value['args'] . ' '; ?>name="<?php echo esc_attr($value['id']); ?>"
1429
+                        <?php if (isset($value['args'])) echo $value['args'].' '; ?>name="<?php echo esc_attr($value['id']); ?>"
1430 1430
                         id="<?php echo esc_attr($value['id']); ?>"
1431
-                        <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1431
+                        <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1432 1432
                         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
1433 1433
                         class="description"><?php echo $value['desc'] ?></span>
1434 1434
 
@@ -1473,7 +1473,7 @@  discard block
 block discarded – undo
1473 1473
 					}
1474 1474
 				}
1475 1475
 				//
1476
-				$page_setting = (int)get_option($value['id']);
1476
+				$page_setting = (int) get_option($value['id']);
1477 1477
 
1478 1478
                 $args = array('name' => $value['id'],
1479 1479
                     'id' => $value['id'],
@@ -1490,7 +1490,7 @@  discard block
 block discarded – undo
1490 1490
                 <tr valign="top" class="single_select_page">
1491 1491
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1492 1492
                 <td class="forminp">
1493
-                    <?php echo str_replace(' id=', " data-placeholder='" . __('Select a page...', 'geodirectory') . "' style='" . $value['css'] . "' class='" . $value['class'] . "' " . $disabled . " id=", wp_dropdown_pages($args)); ?>
1493
+                    <?php echo str_replace(' id=', " data-placeholder='".__('Select a page...', 'geodirectory')."' style='".$value['css']."' class='".$value['class']."' ".$disabled." id=", wp_dropdown_pages($args)); ?>
1494 1494
                     <span class="description"><?php echo $value['desc'] ?></span>
1495 1495
                 </td>
1496 1496
                 </tr><?php
@@ -1499,7 +1499,7 @@  discard block
 block discarded – undo
1499 1499
 				}
1500 1500
                 break;
1501 1501
             case 'single_select_country' :
1502
-                $country_setting = (string)get_option($value['id']);
1502
+                $country_setting = (string) get_option($value['id']);
1503 1503
                 if (strstr($country_setting, ':')) :
1504 1504
                     $country = current(explode(':', $country_setting));
1505 1505
                     $state = end(explode(':', $country_setting));
@@ -1522,7 +1522,7 @@  discard block
 block discarded – undo
1522 1522
             case 'multi_select_countries' :
1523 1523
                 $countries = $geodirectory->countries->countries;
1524 1524
                 asort($countries);
1525
-                $selections = (array)get_option($value['id']);
1525
+                $selections = (array) get_option($value['id']);
1526 1526
                 ?>
1527 1527
                 <tr valign="top">
1528 1528
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
@@ -1532,7 +1532,7 @@  discard block
 block discarded – undo
1532 1532
                             title="Country" class="chosen_select">
1533 1533
                         <?php
1534 1534
                         if ($countries) foreach ($countries as $key => $val) :
1535
-                            echo '<option value="' . $key . '" ' . selected(in_array($key, $selections), true, false) . '>' . $val . '</option>';
1535
+                            echo '<option value="'.$key.'" '.selected(in_array($key, $selections), true, false).'>'.$val.'</option>';
1536 1536
                         endforeach;
1537 1537
                         ?>
1538 1538
                     </select>
@@ -1544,7 +1544,7 @@  discard block
 block discarded – undo
1544 1544
                 break;
1545 1545
 
1546 1546
             case 'google_analytics' :
1547
-                $selections = (array)get_option($value['id']);
1547
+                $selections = (array) get_option($value['id']);
1548 1548
                     ?>
1549 1549
                     <tr valign="top">
1550 1550
                         <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
@@ -1555,30 +1555,30 @@  discard block
 block discarded – undo
1555 1555
 
1556 1556
                             $oAuthURL = "https://accounts.google.com/o/oauth2/auth?";
1557 1557
                             $scope = "scope=https://www.googleapis.com/auth/analytics.readonly";
1558
-                            $state = "&state=123";//any string
1559
-                            $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
1558
+                            $state = "&state=123"; //any string
1559
+                            $redirect_uri = "&redirect_uri=".admin_url('admin-ajax.php')."?action=geodir_ga_callback";
1560 1560
                             $response_type = "&response_type=code";
1561 1561
                             $client_id = "&client_id=".get_option('geodir_ga_client_id');
1562 1562
                             $access_type = "&access_type=offline";
1563 1563
                             $approval_prompt = "&approval_prompt=force";
1564 1564
 
1565
-                            $auth_url = $oAuthURL . $scope . $state . $redirect_uri . $response_type . $client_id . $access_type . $approval_prompt;
1565
+                            $auth_url = $oAuthURL.$scope.$state.$redirect_uri.$response_type.$client_id.$access_type.$approval_prompt;
1566 1566
 
1567 1567
 
1568 1568
                             if (get_option('geodir_ga_auth_token')) {
1569 1569
                                 ?>
1570 1570
                                 <span class="button-primary"
1571
-                                      onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize');?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span>
1571
+                                      onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize'); ?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span>
1572 1572
                                 <span style="color: green; font-weight: bold;"><?php _e('Authorized', 'geodirectory'); ?></span>
1573 1573
                             <?php
1574 1574
                                 global $gd_ga_errors;
1575
-                                if(!empty($gd_ga_errors)){
1575
+                                if (!empty($gd_ga_errors)) {
1576 1576
                                     print_r($gd_ga_errors);
1577 1577
                                 }
1578 1578
                             } else {
1579 1579
                                 ?>
1580 1580
                                 <span class="button-primary"
1581
-                                      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>
1581
+                                      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>
1582 1582
                             <?php
1583 1583
                             }
1584 1584
                             ?>
@@ -1649,9 +1649,9 @@  discard block
 block discarded – undo
1649 1649
 
1650 1650
             <?php if (isset($_REQUEST['active_tab']) && $_REQUEST['active_tab'] != '') { ?>
1651 1651
             jQuery('.geodir_option_tabs').removeClass('gd-tab-active');
1652
-            jQuery('#<?php echo sanitize_text_field($_REQUEST['active_tab']);?>').addClass('gd-tab-active');
1652
+            jQuery('#<?php echo sanitize_text_field($_REQUEST['active_tab']); ?>').addClass('gd-tab-active');
1653 1653
             jQuery('.gd-content-heading').hide();
1654
-            jQuery('#sub_<?php echo sanitize_text_field($_REQUEST['active_tab']);?>').show();
1654
+            jQuery('#sub_<?php echo sanitize_text_field($_REQUEST['active_tab']); ?>').show();
1655 1655
             <?php } ?>
1656 1656
         });
1657 1657
     </script>
@@ -1737,7 +1737,7 @@  discard block
 block discarded – undo
1737 1737
     wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_attachments_noncename');
1738 1738
 
1739 1739
     if (geodir_get_featured_image($post_id, 'thumbnail')) {
1740
-        echo '<h4>' . __('Featured Image', 'geodirectory') . '</h4>';
1740
+        echo '<h4>'.__('Featured Image', 'geodirectory').'</h4>';
1741 1741
         geodir_show_featured_image($post_id, 'thumbnail');
1742 1742
     }
1743 1743
 
@@ -1748,13 +1748,13 @@  discard block
 block discarded – undo
1748 1748
 
1749 1749
     <h5 class="form_title">
1750 1750
         <?php if ($image_limit != 0 && $image_limit == 1) {
1751
-            echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('image with this package', 'geodirectory') . ')</small>';
1751
+            echo '<br /><small>('.__('You can upload', 'geodirectory').' '.$image_limit.' '.__('image with this package', 'geodirectory').')</small>';
1752 1752
         } ?>
1753 1753
         <?php if ($image_limit != 0 && $image_limit > 1) {
1754
-            echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('images with this package', 'geodirectory') . ')</small>';
1754
+            echo '<br /><small>('.__('You can upload', 'geodirectory').' '.$image_limit.' '.__('images with this package', 'geodirectory').')</small>';
1755 1755
         } ?>
1756 1756
         <?php if ($image_limit == 0) {
1757
-            echo '<br /><small>(' . __('You can upload unlimited images with this package', 'geodirectory') . ')</small>';
1757
+            echo '<br /><small>('.__('You can upload unlimited images with this package', 'geodirectory').')</small>';
1758 1758
         } ?>
1759 1759
     </h5>
1760 1760
 
@@ -1793,10 +1793,10 @@  discard block
 block discarded – undo
1793 1793
         <div
1794 1794
             class="plupload-upload-uic hide-if-no-js <?php if ($multiple): ?>plupload-upload-uic-multiple<?php endif; ?>"
1795 1795
             id="<?php echo $id; ?>plupload-upload-ui">
1796
-            <h4><?php _e('Drop files to upload', 'geodirectory');?></h4>
1796
+            <h4><?php _e('Drop files to upload', 'geodirectory'); ?></h4>
1797 1797
             <input id="<?php echo $id; ?>plupload-browse-button" type="button"
1798 1798
                    value="<?php _e('Select Files', 'geodirectory'); ?>" class="button"/>
1799
-            <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce($id . 'pluploadan'); ?>"></span>
1799
+            <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce($id.'pluploadan'); ?>"></span>
1800 1800
             <?php if ($width && $height): ?>
1801 1801
                 <span class="plupload-resize"></span>
1802 1802
                 <span class="plupload-width" id="plupload-width<?php echo $width; ?>"></span>
@@ -1808,7 +1808,7 @@  discard block
 block discarded – undo
1808 1808
              id="<?php echo $id; ?>plupload-thumbs" style="border-top:1px solid #ccc; padding-top:10px;">
1809 1809
         </div>
1810 1810
         <span
1811
-            id="upload-msg"><?php _e('Please drag &amp; drop the images to rearrange the order', 'geodirectory');?></span>
1811
+            id="upload-msg"><?php _e('Please drag &amp; drop the images to rearrange the order', 'geodirectory'); ?></span>
1812 1812
         <span id="<?php echo $id; ?>upload-error" style="display:none"></span>
1813 1813
     </div>
1814 1814
 
@@ -2018,9 +2018,9 @@  discard block
 block discarded – undo
2018 2018
     $plugin = 'avada-nag';
2019 2019
     $timestamp = 'avada-nag1234';
2020 2020
     $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');
2021
-    echo '<div id="' . $timestamp . '"  class="error">';
2022
-    echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\'' . $plugin . '\',\'' . $timestamp . '\');" ><i class="fa fa-times"></i></span>';
2023
-    echo "<img class='gd-icon-noti' src='" . plugin_dir_url('') . "geodirectory/geodirectory-assets/images/favicon.ico' > ";
2021
+    echo '<div id="'.$timestamp.'"  class="error">';
2022
+    echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\''.$plugin.'\',\''.$timestamp.'\');" ><i class="fa fa-times"></i></span>';
2023
+    echo "<img class='gd-icon-noti' src='".plugin_dir_url('')."geodirectory/geodirectory-assets/images/favicon.ico' > ";
2024 2024
     echo "<p>$message</p>";
2025 2025
     echo "</div>";
2026 2026
 
@@ -2154,7 +2154,7 @@  discard block
 block discarded – undo
2154 2154
 		
2155 2155
 		// Don't allow same slug url for listing and location
2156 2156
 		if (geodir_strtolower($listing_prefix) == geodir_strtolower($location_prefix)) {
2157
-			$redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab . '&msg=fail&gderr=21');
2157
+			$redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$active_tab.'&msg=fail&gderr=21');
2158 2158
         	wp_redirect($redirect_url);
2159 2159
 			exit;
2160 2160
 		}
@@ -2166,7 +2166,7 @@  discard block
 block discarded – undo
2166 2166
 			$default_language = $sitepress->get_default_language();
2167 2167
 			
2168 2168
 			if ($current_language != 'all' && $current_language != $default_language) {
2169
-				$redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab);
2169
+				$redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$active_tab);
2170 2170
 				wp_redirect($redirect_url);
2171 2171
 				exit;
2172 2172
 			}
@@ -2187,11 +2187,11 @@  discard block
 block discarded – undo
2187 2187
 function geodir_hide_admin_preview_button() {
2188 2188
     global $post_type;
2189 2189
     $post_types = geodir_get_posttypes();
2190
-    if(in_array($post_type, $post_types))
2190
+    if (in_array($post_type, $post_types))
2191 2191
         echo '<style type="text/css">#post-preview, #view-post-btn{display: none;}</style>';
2192 2192
 }
2193
-add_action( 'admin_head-post-new.php', 'geodir_hide_admin_preview_button' );
2194
-add_action( 'admin_head-post.php', 'geodir_hide_admin_preview_button' );
2193
+add_action('admin_head-post-new.php', 'geodir_hide_admin_preview_button');
2194
+add_action('admin_head-post.php', 'geodir_hide_admin_preview_button');
2195 2195
 
2196 2196
 /**
2197 2197
  * Add the tab in left sidebar menu fro import & export page.
@@ -2201,8 +2201,8 @@  discard block
 block discarded – undo
2201 2201
  *
2202 2202
  * @return array Array of tab data.
2203 2203
  */
2204
-function geodir_import_export_tab( $tabs ) {
2205
-	$tabs['import_export'] = array( 'label' => __( 'Import & Export', 'geodirectory' ) );
2204
+function geodir_import_export_tab($tabs) {
2205
+	$tabs['import_export'] = array('label' => __('Import & Export', 'geodirectory'));
2206 2206
     return $tabs;
2207 2207
 }
2208 2208
 
@@ -2216,8 +2216,8 @@  discard block
 block discarded – undo
2216 2216
  * @return string Html content.
2217 2217
  */
2218 2218
 function geodir_import_export_page() {
2219
-	$nonce = wp_create_nonce( 'geodir_import_export_nonce' );
2220
-	$gd_cats_sample_csv = geodir_plugin_url() . '/geodirectory-assets/gd_sample_categories.csv';
2219
+	$nonce = wp_create_nonce('geodir_import_export_nonce');
2220
+	$gd_cats_sample_csv = geodir_plugin_url().'/geodirectory-assets/gd_sample_categories.csv';
2221 2221
     /**
2222 2222
      * Filter sample category data csv file url.
2223 2223
      *
@@ -2226,9 +2226,9 @@  discard block
 block discarded – undo
2226 2226
      *
2227 2227
      * @param string $gd_cats_sample_csv Sample category data csv file url.
2228 2228
      */
2229
-	$gd_cats_sample_csv = apply_filters( 'geodir_export_cats_sample_csv', $gd_cats_sample_csv );
2229
+	$gd_cats_sample_csv = apply_filters('geodir_export_cats_sample_csv', $gd_cats_sample_csv);
2230 2230
 	
2231
-	$gd_posts_sample_csv = geodir_plugin_url() . '/geodirectory-assets/place_listing.csv';
2231
+	$gd_posts_sample_csv = geodir_plugin_url().'/geodirectory-assets/place_listing.csv';
2232 2232
     /**
2233 2233
      * Filter sample post data csv file url.
2234 2234
      *
@@ -2237,15 +2237,15 @@  discard block
 block discarded – undo
2237 2237
      *
2238 2238
      * @param string $gd_posts_sample_csv Sample post data csv file url.
2239 2239
      */
2240
-    $gd_posts_sample_csv = apply_filters( 'geodir_export_posts_sample_csv', $gd_posts_sample_csv );
2240
+    $gd_posts_sample_csv = apply_filters('geodir_export_posts_sample_csv', $gd_posts_sample_csv);
2241 2241
 	
2242
-	$gd_posttypes = geodir_get_posttypes( 'array' );
2242
+	$gd_posttypes = geodir_get_posttypes('array');
2243 2243
 	
2244 2244
 	$gd_posttypes_option = '';
2245
-	foreach ( $gd_posttypes as $gd_posttype => $row ) {
2246
-		$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>';
2245
+	foreach ($gd_posttypes as $gd_posttype => $row) {
2246
+		$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>';
2247 2247
 	}
2248
-	wp_enqueue_script( 'jquery-ui-progressbar' );
2248
+	wp_enqueue_script('jquery-ui-progressbar');
2249 2249
 	
2250 2250
 	$gd_chunksize_options = array();
2251 2251
 	$gd_chunksize_options[100] = 100;
@@ -2267,50 +2267,50 @@  discard block
 block discarded – undo
2267 2267
      *
2268 2268
      * @param string $gd_chunksize_options Entries options.
2269 2269
      */
2270
-    $gd_chunksize_options = apply_filters( 'geodir_export_csv_chunksize_options', $gd_chunksize_options );
2270
+    $gd_chunksize_options = apply_filters('geodir_export_csv_chunksize_options', $gd_chunksize_options);
2271 2271
 	
2272 2272
 	$gd_chunksize_option = '';
2273 2273
 	foreach ($gd_chunksize_options as $value => $title) {
2274
-		$gd_chunksize_option .= '<option value="' . $value . '" ' . selected($value, 5000, false) . '>' . $title . '</option>';
2274
+		$gd_chunksize_option .= '<option value="'.$value.'" '.selected($value, 5000, false).'>'.$title.'</option>';
2275 2275
 	}
2276 2276
 	
2277 2277
 	$uploads = wp_upload_dir();
2278
-	$upload_dir = wp_sprintf( CSV_TRANSFER_IMG_FOLDER, str_replace( ABSPATH, '', $uploads['path'] ) );
2278
+	$upload_dir = wp_sprintf(CSV_TRANSFER_IMG_FOLDER, str_replace(ABSPATH, '', $uploads['path']));
2279 2279
 ?>
2280 2280
 </form>
2281 2281
 <div class="inner_content_tab_main gd-import-export">
2282
-  <h3><?php _e( 'GD Import & Export CSV', 'geodirectory' ) ;?></h3>
2283
-  <span class="description"><?php _e( 'Import & export csv for GD listings & categories.', 'geodirectory' ) ;?></span>
2282
+  <h3><?php _e('GD Import & Export CSV', 'geodirectory'); ?></h3>
2283
+  <span class="description"><?php _e('Import & export csv for GD listings & categories.', 'geodirectory'); ?></span>
2284 2284
   <div class="gd-content-heading">
2285 2285
 
2286 2286
   <?php
2287 2287
     ini_set('max_execution_time', 999999);
2288
-    $ini_max_execution_time_check = @ini_get( 'max_execution_time' );
2288
+    $ini_max_execution_time_check = @ini_get('max_execution_time');
2289 2289
     ini_restore('max_execution_time');
2290 2290
 
2291
-    if($ini_max_execution_time_check != 999999){ // only show these setting to the user if we can't change the ini setting
2291
+    if ($ini_max_execution_time_check != 999999) { // only show these setting to the user if we can't change the ini setting
2292 2292
         ?>
2293 2293
 	<div id="gd_ie_reqs" class="metabox-holder">
2294 2294
       <div class="meta-box-sortables ui-sortable">
2295 2295
         <div class="postbox">
2296
-          <h3 class="hndle"><span style='vertical-align:top;'><?php echo __( 'PHP Requirements for GD Import & Export CSV', 'geodirectory' );?></span></h3>
2296
+          <h3 class="hndle"><span style='vertical-align:top;'><?php echo __('PHP Requirements for GD Import & Export CSV', 'geodirectory'); ?></span></h3>
2297 2297
           <div class="inside">
2298
-            <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>
2298
+            <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>
2299 2299
 			<table class="form-table">
2300 2300
 				<thead>
2301 2301
 				  <tr>
2302
-				  	<th><?php _e( 'PHP Settings', 'geodirectory' );?></th><th><?php _e( 'Current Value', 'geodirectory' );?></th><th><?php _e( 'Recommended Value', 'geodirectory' );?></th>
2302
+				  	<th><?php _e('PHP Settings', 'geodirectory'); ?></th><th><?php _e('Current Value', 'geodirectory'); ?></th><th><?php _e('Recommended Value', 'geodirectory'); ?></th>
2303 2303
 				  </tr>
2304 2304
 				</thead>
2305 2305
 				<tbody>
2306 2306
 				  <tr>
2307
-				  	<td>max_input_time</td><td><?php echo @ini_get( 'max_input_time' );?></td><td>3000</td>
2307
+				  	<td>max_input_time</td><td><?php echo @ini_get('max_input_time'); ?></td><td>3000</td>
2308 2308
 				  </tr>
2309 2309
 				  <tr>
2310
-				  	<td>max_execution_time</td><td><?php  echo @ini_get( 'max_execution_time' );?></td><td>3000</td>
2310
+				  	<td>max_execution_time</td><td><?php  echo @ini_get('max_execution_time'); ?></td><td>3000</td>
2311 2311
 				  </tr>
2312 2312
 				  <tr>
2313
-				  	<td>memory_limit</td><td><?php echo @ini_get( 'memory_limit' );?></td><td>256M</td>
2313
+				  	<td>memory_limit</td><td><?php echo @ini_get('memory_limit'); ?></td><td>256M</td>
2314 2314
 				  </tr>
2315 2315
 				</tbody>
2316 2316
 		    </table>
@@ -2322,21 +2322,21 @@  discard block
 block discarded – undo
2322 2322
 	<div id="gd_ie_imposts" class="metabox-holder">
2323 2323
       <div class="meta-box-sortables ui-sortable">
2324 2324
         <div id="gd_ie_im_posts" class="postbox gd-hndle-pbox">
2325
-          <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>
2326
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Listings: Import CSV', 'geodirectory' );?></span></h3>
2325
+          <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>
2326
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Listings: Import CSV', 'geodirectory'); ?></span></h3>
2327 2327
           <div class="inside">
2328 2328
             <table class="form-table">
2329 2329
 				<tbody>
2330 2330
 				  <tr>
2331 2331
 					<td class="gd-imex-box">
2332 2332
 						<div class="gd-im-choices">
2333
-						<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>
2334
-						<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>
2333
+						<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>
2334
+						<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>
2335 2335
 						</div>
2336 2336
 						<div class="plupload-upload-uic hide-if-no-js" id="gd_im_postplupload-upload-ui">
2337 2337
 							<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');" />
2338
-							<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">
2339
-						<input type="hidden" id="gd_ie_imposts_csv" value="<?php echo $gd_posts_sample_csv;?>" />
2338
+							<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">
2339
+						<input type="hidden" id="gd_ie_imposts_csv" value="<?php echo $gd_posts_sample_csv; ?>" />
2340 2340
 						<input type="hidden" id="gd_im_post_allowed_types" data-exts=".csv" value="csv" />
2341 2341
 							<?php
2342 2342
 							/**
@@ -2346,7 +2346,7 @@  discard block
 block discarded – undo
2346 2346
 							 */
2347 2347
 							do_action('geodir_sample_csv_download_link');
2348 2348
 							?>
2349
-							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce( 'gd_im_postpluploadan' ); ?>"></span>
2349
+							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce('gd_im_postpluploadan'); ?>"></span>
2350 2350
 							<div class="filelist"></div>
2351 2351
 						</div>
2352 2352
 						<span id="gd_im_postupload-error" style="display:none"></span>
@@ -2364,7 +2364,7 @@  discard block
 block discarded – undo
2364 2364
 							<input type="hidden" id="gd_terminateaction" value="continue"/>
2365 2365
 						</div>
2366 2366
 						<div class="gd-import-progress" id="gd-import-progress" style="display:none">
2367
-							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory');?> </b><font
2367
+							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory'); ?> </b><font
2368 2368
 									id="gd-import-done">0</font> / <font id="gd-import-total">0</font>&nbsp;( <font
2369 2369
 									id="gd-import-perc">0%</font> )
2370 2370
 								<div class="gd-fileprogress"></div>
@@ -2376,10 +2376,10 @@  discard block
 block discarded – undo
2376 2376
                     	<div class="gd-imex-btns" style="display:none;">
2377 2377
                         	<input type="hidden" class="geodir_import_file" name="geodir_import_file" value="save"/>
2378 2378
                         	<input onclick="gd_imex_PrepareImport(this, 'post')" type="button" value="<?php echo CSV_IMPORT_DATA; ?>" id="gd_import_data" class="button-primary" />
2379
-                        	<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"/>
2380
-                        	<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')"/>
2379
+                        	<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"/>
2380
+                        	<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')"/>
2381 2381
 							<div id="gd_process_data" style="display:none">
2382
-								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory');?>
2382
+								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory'); ?>
2383 2383
 							</div>
2384 2384
 						</div>
2385 2385
 					</td>
@@ -2393,30 +2393,30 @@  discard block
 block discarded – undo
2393 2393
 	<div id="gd_ie_excategs" class="metabox-holder">
2394 2394
 	  <div class="meta-box-sortables ui-sortable">
2395 2395
 		<div id="gd_ie_ex_posts" class="postbox gd-hndle-pbox">
2396
-		  <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>
2397
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Listings: Export CSV', 'geodirectory' );?></span></h3>
2396
+		  <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>
2397
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Listings: Export CSV', 'geodirectory'); ?></span></h3>
2398 2398
 		  <div class="inside">
2399 2399
 			<table class="form-table">
2400 2400
 			  <tbody>
2401 2401
 				<tr>
2402 2402
 				  <td class="fld"><label for="gd_post_type">
2403
-					<?php _e( 'Post Type:', 'geodirectory' );?>
2403
+					<?php _e('Post Type:', 'geodirectory'); ?>
2404 2404
 					</label></td>
2405 2405
 				  <td><select name="gd_post_type" id="gd_post_type" style="min-width:140px">
2406
-					  <?php echo $gd_posttypes_option;?>
2406
+					  <?php echo $gd_posttypes_option; ?>
2407 2407
 					</select></td>
2408 2408
 				</tr>
2409 2409
 				<tr>
2410
-					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e( 'Max entries per csv file:', 'geodirectory' );?></label></td>
2411
-					<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>
2410
+					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e('Max entries per csv file:', 'geodirectory'); ?></label></td>
2411
+					<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>
2412 2412
 				</tr>
2413 2413
                 <tr class="gd-imex-dates">
2414
-					<td class="fld"><label><?php _e( 'Published Date:', 'geodirectory' );?></label></td>
2415
-					<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>
2414
+					<td class="fld"><label><?php _e('Published Date:', 'geodirectory'); ?></label></td>
2415
+					<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>
2416 2416
 				</tr>
2417 2417
 				<tr>
2418 2418
 				  <td class="fld" style="vertical-align:top"><label>
2419
-					<?php _e( 'Progress:', 'geodirectory' );?>
2419
+					<?php _e('Progress:', 'geodirectory'); ?>
2420 2420
 					</label></td>
2421 2421
 				  <td><div id='gd_progressbar_box'>
2422 2422
 					  <div id="gd_progressbar" class="gd_progressbar">
@@ -2424,13 +2424,13 @@  discard block
 block discarded – undo
2424 2424
 					  </div>
2425 2425
 					</div>
2426 2426
 					<p style="display:inline-block">
2427
-					  <?php _e( 'Elapsed Time:', 'geodirectory' );?>
2427
+					  <?php _e('Elapsed Time:', 'geodirectory'); ?>
2428 2428
 					</p>
2429 2429
 					  
2430 2430
 					<p id="gd_timer" class="gd_timer">00:00:00</p></td>
2431 2431
 				</tr>
2432 2432
 				<tr class="gd-ie-actions">
2433
-				  <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">
2433
+				  <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">
2434 2434
 				  </td>
2435 2435
 				  <td id="gd_ie_ex_files" class="gd-ie-files"></td>
2436 2436
 				</tr>
@@ -2443,21 +2443,21 @@  discard block
 block discarded – undo
2443 2443
 	<div id="gd_ie_imcategs" class="metabox-holder">
2444 2444
       <div class="meta-box-sortables ui-sortable">
2445 2445
         <div id="gd_ie_imcats" class="postbox gd-hndle-pbox">
2446
-          <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>
2447
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Categories: Import CSV', 'geodirectory' );?></span></h3>
2446
+          <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>
2447
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Categories: Import CSV', 'geodirectory'); ?></span></h3>
2448 2448
           <div class="inside">
2449 2449
             <table class="form-table">
2450 2450
 				<tbody>
2451 2451
 				  <tr>
2452 2452
 					<td class="gd-imex-box">
2453 2453
 						<div class="gd-im-choices">
2454
-						<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>
2455
-						<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>
2454
+						<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>
2455
+						<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>
2456 2456
 						</div>
2457 2457
 						<div class="plupload-upload-uic hide-if-no-js" id="gd_im_catplupload-upload-ui">
2458 2458
 							<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');" />
2459
-							<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">
2460
-						<input type="hidden" id="gd_ie_imcats_csv" value="<?php echo $gd_cats_sample_csv;?>" />
2459
+							<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">
2460
+						<input type="hidden" id="gd_ie_imcats_csv" value="<?php echo $gd_cats_sample_csv; ?>" />
2461 2461
 						<input type="hidden" id="gd_im_cat_allowed_types" data-exts=".csv" value="csv" />
2462 2462
 						<?php
2463 2463
 						/**
@@ -2468,7 +2468,7 @@  discard block
 block discarded – undo
2468 2468
 						 */
2469 2469
 						do_action('geodir_sample_cats_csv_download_link');
2470 2470
 						?>
2471
-							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce( 'gd_im_catpluploadan' ); ?>"></span>
2471
+							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce('gd_im_catpluploadan'); ?>"></span>
2472 2472
 							<div class="filelist"></div>
2473 2473
 						</div>
2474 2474
 						<span id="gd_im_catupload-error" style="display:none"></span>
@@ -2485,7 +2485,7 @@  discard block
 block discarded – undo
2485 2485
 							<input type="hidden" id="gd_terminateaction" value="continue"/>
2486 2486
 						</div>
2487 2487
 						<div class="gd-import-progress" id="gd-import-progress" style="display:none">
2488
-							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory');?> </b><font
2488
+							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory'); ?> </b><font
2489 2489
 									id="gd-import-done">0</font> / <font id="gd-import-total">0</font>&nbsp;( <font
2490 2490
 									id="gd-import-perc">0%</font> )
2491 2491
 								<div class="gd-fileprogress"></div>
@@ -2497,10 +2497,10 @@  discard block
 block discarded – undo
2497 2497
                     	<div class="gd-imex-btns" style="display:none;">
2498 2498
                         	<input type="hidden" class="geodir_import_file" name="geodir_import_file" value="save"/>
2499 2499
                         	<input onclick="gd_imex_PrepareImport(this, 'cat')" type="button" value="<?php echo CSV_IMPORT_DATA; ?>" id="gd_import_data" class="button-primary" />
2500
-                        	<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"/>
2501
-                        	<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')"/>
2500
+                        	<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"/>
2501
+                        	<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')"/>
2502 2502
 							<div id="gd_process_data" style="display:none">
2503
-								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory');?>
2503
+								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory'); ?>
2504 2504
 							</div>
2505 2505
 						</div>
2506 2506
 					</td>
@@ -2514,26 +2514,26 @@  discard block
 block discarded – undo
2514 2514
 	<div id="gd_ie_excategs" class="metabox-holder">
2515 2515
       <div class="meta-box-sortables ui-sortable">
2516 2516
         <div id="gd_ie_ex_cats" class="postbox gd-hndle-pbox">
2517
-          <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>
2518
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Categories: Export CSV', 'geodirectory' );?></span></h3>
2517
+          <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>
2518
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Categories: Export CSV', 'geodirectory'); ?></span></h3>
2519 2519
           <div class="inside">
2520 2520
             <table class="form-table">
2521 2521
 				<tbody>
2522 2522
 				  <tr>
2523
-					<td class="fld"><label for="gd_post_type"><?php _e( 'Post Type:', 'geodirectory' );?></label></td>
2524
-					<td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"><?php echo $gd_posttypes_option;?></select></td>
2523
+					<td class="fld"><label for="gd_post_type"><?php _e('Post Type:', 'geodirectory'); ?></label></td>
2524
+					<td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"><?php echo $gd_posttypes_option; ?></select></td>
2525 2525
 				  </tr>
2526 2526
 				   <tr>
2527
-					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e( 'Max entries per csv file:', 'geodirectory' );?></label></td>
2528
-					<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>
2527
+					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e('Max entries per csv file:', 'geodirectory'); ?></label></td>
2528
+					<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>
2529 2529
 				  </tr>
2530 2530
 				  <tr>
2531
-					<td class="fld" style="vertical-align:top"><label><?php _e( 'Progress:', 'geodirectory' );?></label></td>
2532
-					<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>
2531
+					<td class="fld" style="vertical-align:top"><label><?php _e('Progress:', 'geodirectory'); ?></label></td>
2532
+					<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>
2533 2533
 				  </tr>
2534 2534
 				  <tr class="gd-ie-actions">
2535 2535
 					<td style="vertical-align:top">
2536
-						<input type="submit" value="<?php echo esc_attr( __( 'Export CSV', 'geodirectory' ) );?>" class="button-primary" name="gd_ie_excats_submit" id="gd_ie_excats_submit">
2536
+						<input type="submit" value="<?php echo esc_attr(__('Export CSV', 'geodirectory')); ?>" class="button-primary" name="gd_ie_excats_submit" id="gd_ie_excats_submit">
2537 2537
 					</td>
2538 2538
 					<td id="gd_ie_ex_files" class="gd-ie-files"></td>
2539 2539
 				  </tr>
@@ -2555,7 +2555,7 @@  discard block
 block discarded – undo
2555 2555
      * @param array $gd_chunksize_options File chunk size options.
2556 2556
      * @param string $nonce Wordpress security token for GD import & export.
2557 2557
 	 */
2558
-	do_action( 'geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce );
2558
+	do_action('geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce);
2559 2559
 	?>
2560 2560
   </div>
2561 2561
 </div>
@@ -2574,7 +2574,7 @@  discard block
 block discarded – undo
2574 2574
         jQuery.ajax({
2575 2575
             url: ajaxurl,
2576 2576
             type: "POST",
2577
-            data: 'action=geodir_import_export&task=prepare_import&_pt=' + type + '&_file=' + uploadedFile + '&_nonce=<?php echo $nonce;?>',
2577
+            data: 'action=geodir_import_export&task=prepare_import&_pt=' + type + '&_file=' + uploadedFile + '&_nonce=<?php echo $nonce; ?>',
2578 2578
             dataType: 'json',
2579 2579
             cache: false,
2580 2580
             success: function(data) {
@@ -2626,7 +2626,7 @@  discard block
 block discarded – undo
2626 2626
 
2627 2627
         jQuery(cont).find('.filelist .file').remove();
2628 2628
         
2629
-        jQuery('#gd-import-msg', cont).find('#message').removeClass('updated').addClass('error').html("<p><?php echo esc_attr( PLZ_SELECT_CSV_FILE );?></p>");
2629
+        jQuery('#gd-import-msg', cont).find('#message').removeClass('updated').addClass('error').html("<p><?php echo esc_attr(PLZ_SELECT_CSV_FILE); ?></p>");
2630 2630
         jQuery('#gd-import-msg', cont).show();
2631 2631
         
2632 2632
         return false;
@@ -2685,7 +2685,7 @@  discard block
 block discarded – undo
2685 2685
     jQuery.ajax({
2686 2686
         url: ajaxurl,
2687 2687
         type: "POST",
2688
-        data: 'action=geodir_import_export&task=import_' + type + '&_pt=' + type + '&_file=' + uploadedFile + gddata + '&_ch=' + choice + '&_nonce=<?php echo $nonce;?>',
2688
+        data: 'action=geodir_import_export&task=import_' + type + '&_pt=' + type + '&_file=' + uploadedFile + gddata + '&_ch=' + choice + '&_nonce=<?php echo $nonce; ?>',
2689 2689
         dataType : 'json',
2690 2690
         cache: false,
2691 2691
         success: function (data) {
@@ -2874,27 +2874,27 @@  discard block
 block discarded – undo
2874 2874
 
2875 2875
     var gdMsg = '<p></p>';
2876 2876
     if ( processed > 0 ) {
2877
-        var msgParse = '<p><?php echo addslashes( sprintf( __( 'Total %s item(s) found.', 'geodirectory' ), '%s' ) );?></p>';
2877
+        var msgParse = '<p><?php echo addslashes(sprintf(__('Total %s item(s) found.', 'geodirectory'), '%s')); ?></p>';
2878 2878
         msgParse = msgParse.replace("%s", processed);
2879 2879
         gdMsg += msgParse;
2880 2880
     }
2881 2881
 
2882 2882
     if ( updated > 0 ) {
2883
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) updated.', 'geodirectory' ), '%s', '%d' ) );?></p>';
2883
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) updated.', 'geodirectory'), '%s', '%d')); ?></p>';
2884 2884
         msgParse = msgParse.replace("%s", updated);
2885 2885
         msgParse = msgParse.replace("%d", processed);
2886 2886
         gdMsg += msgParse;
2887 2887
     }
2888 2888
 
2889 2889
     if ( created > 0 ) {
2890
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) added.', 'geodirectory' ), '%s', '%d' ) );?></p>';
2890
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) added.', 'geodirectory'), '%s', '%d')); ?></p>';
2891 2891
         msgParse = msgParse.replace("%s", created);
2892 2892
         msgParse = msgParse.replace("%d", processed);
2893 2893
         gdMsg += msgParse;
2894 2894
     }
2895 2895
 
2896 2896
     if ( skipped > 0 ) {
2897
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) ignored due to already exists.', 'geodirectory' ), '%s', '%d' ) );?></p>';
2897
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) ignored due to already exists.', 'geodirectory'), '%s', '%d')); ?></p>';
2898 2898
         msgParse = msgParse.replace("%s", skipped);
2899 2899
         msgParse = msgParse.replace("%d", processed);
2900 2900
         gdMsg += msgParse;
@@ -2904,17 +2904,17 @@  discard block
 block discarded – undo
2904 2904
         if (type=='loc') {
2905 2905
             invalid_addr = invalid;
2906 2906
         }
2907
-        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>';
2907
+        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>';
2908 2908
         msgParse = msgParse.replace("%s", invalid_addr);
2909 2909
         msgParse = msgParse.replace("%d", total);
2910 2910
         gdMsg += msgParse;
2911 2911
     }
2912 2912
 
2913 2913
     if (invalid > 0 && type!='loc') {
2914
-        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>';
2914
+        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>';
2915 2915
         
2916 2916
         if (type=='hood') {
2917
-            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>';
2917
+            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>';
2918 2918
         }
2919 2919
         msgParse = msgParse.replace("%s", invalid);
2920 2920
         msgParse = msgParse.replace("%d", total);
@@ -2922,7 +2922,7 @@  discard block
 block discarded – undo
2922 2922
     }
2923 2923
 
2924 2924
     if (images > 0) {
2925
-        gdMsg += '<p><?php echo addslashes( $upload_dir );?></p>';
2925
+        gdMsg += '<p><?php echo addslashes($upload_dir); ?></p>';
2926 2926
     }
2927 2927
     gdMsg += '<p></p>';
2928 2928
     jQuery('#gd-import-msg', cont).find('#message').removeClass('error').addClass('updated').html(gdMsg);
@@ -3086,9 +3086,9 @@  discard block
 block discarded – undo
3086 3086
             if (typeof filters !== 'undefined' && filters && doFilter) {
3087 3087
                 getTotal = true;
3088 3088
                 attach += '&_c=1';
3089
-                gd_progressbar(el, 0, '<i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Preparing...', 'geodirectory' ) );?>');
3089
+                gd_progressbar(el, 0, '<i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Preparing...', 'geodirectory')); ?>');
3090 3090
             } else {
3091
-                gd_progressbar(el, 0, '0% (0 / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>');
3091
+                gd_progressbar(el, 0, '0% (0 / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
3092 3092
             }
3093 3093
             jQuery(el).find('#gd_timer').text('00:00:01');
3094 3094
             jQuery('#gd_ie_ex_files', el).html('');
@@ -3097,7 +3097,7 @@  discard block
 block discarded – undo
3097 3097
         jQuery.ajax({
3098 3098
             url: ajaxurl,
3099 3099
             type: "POST",
3100
-            data: 'action=geodir_import_export&task=export_posts&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce;?>&_p=' + page + attach,
3100
+            data: 'action=geodir_import_export&task=export_posts&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce; ?>&_p=' + page + attach,
3101 3101
             dataType : 'json',
3102 3102
             cache: false,
3103 3103
             beforeSend: function (jqXHR, settings) {},
@@ -3122,11 +3122,11 @@  discard block
 block discarded – undo
3122 3122
                         } else {
3123 3123
                             if (pages < page || pages == page) {
3124 3124
                                 window.clearInterval(timer_posts);
3125
-                                gd_progressbar(el, 100, '100% (' + total_posts + ' / ' + total_posts + ') <i class="fa fa-check"></i><?php echo esc_attr( __( 'Complete!', 'geodirectory' ) );?>');
3125
+                                gd_progressbar(el, 100, '100% (' + total_posts + ' / ' + total_posts + ') <i class="fa fa-check"></i><?php echo esc_attr(__('Complete!', 'geodirectory')); ?>');
3126 3126
                             } else {
3127 3127
                                 var percentage = Math.round(((page * chunk_size) / total_posts) * 100);
3128 3128
                                 percentage = percentage > 100 ? 100 : percentage;
3129
-                                gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>');
3129
+                                gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
3130 3130
                             }
3131 3131
                             if (typeof data.files != 'undefined' && jQuery(data.files).length ) {
3132 3132
                                 var obj_files = data.files;
@@ -3157,7 +3157,7 @@  discard block
 block discarded – undo
3157 3157
 
3158 3158
     function gd_process_export_cats(el, post_type, total_cats, chunk_size, pages, page) {
3159 3159
         if (page < 2) {
3160
-            gd_progressbar(el, 0, '0% (0 / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>');
3160
+            gd_progressbar(el, 0, '0% (0 / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
3161 3161
             jQuery(el).find('#gd_timer').text('00:00:01');
3162 3162
             jQuery('#gd_ie_ex_files', el).html('');
3163 3163
         }
@@ -3165,7 +3165,7 @@  discard block
 block discarded – undo
3165 3165
         jQuery.ajax({
3166 3166
             url: ajaxurl,
3167 3167
             type: "POST",
3168
-            data: 'action=geodir_import_export&task=export_cats&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce;?>&_p=' + page,
3168
+            data: 'action=geodir_import_export&task=export_cats&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce; ?>&_p=' + page,
3169 3169
             dataType : 'json',
3170 3170
             cache: false,
3171 3171
             beforeSend: function (jqXHR, settings) {},
@@ -3179,11 +3179,11 @@  discard block
 block discarded – undo
3179 3179
                     } else {
3180 3180
                         if (pages < page || pages == page) {
3181 3181
                             window.clearInterval(timer_cats);
3182
-                            gd_progressbar(el, 100, '100% (' + total_cats + ' / ' + total_cats + ') <i class="fa fa-check"></i><?php echo esc_attr( __( 'Complete!', 'geodirectory' ) );?>');
3182
+                            gd_progressbar(el, 100, '100% (' + total_cats + ' / ' + total_cats + ') <i class="fa fa-check"></i><?php echo esc_attr(__('Complete!', 'geodirectory')); ?>');
3183 3183
                         } else {
3184 3184
                             var percentage = Math.round(((page * chunk_size) / total_cats) * 100);
3185 3185
                             percentage = percentage > 100 ? 100 : percentage;
3186
-                            gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php esc_attr_e( 'Exporting...', 'geodirectory' );?>');
3186
+                            gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php esc_attr_e('Exporting...', 'geodirectory'); ?>');
3187 3187
                         }
3188 3188
                         if (typeof data.files != 'undefined' && jQuery(data.files).length ) {
3189 3189
                             var obj_files = data.files;
@@ -3240,13 +3240,13 @@  discard block
 block discarded – undo
3240 3240
 function geodir_init_filesystem()
3241 3241
 {
3242 3242
 
3243
-    if(!function_exists('get_filesystem_method')){
3243
+    if (!function_exists('get_filesystem_method')) {
3244 3244
         require_once(ABSPATH."/wp-admin/includes/file.php");
3245 3245
     }
3246 3246
     $access_type = get_filesystem_method();
3247 3247
     if ($access_type === 'direct') {
3248 3248
         /* you can safely run request_filesystem_credentials() without any issues and don't need to worry about passing in a URL */
3249
-        $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3249
+        $creds = request_filesystem_credentials(trailingslashit(site_url()).'wp-admin/', '', false, false, array());
3250 3250
 
3251 3251
         /* initialize the API */
3252 3252
         if (!WP_Filesystem($creds)) {
@@ -3259,7 +3259,7 @@  discard block
 block discarded – undo
3259 3259
         return $wp_filesystem;
3260 3260
         /* do our file manipulations below */
3261 3261
     } elseif (defined('FTP_USER')) {
3262
-        $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3262
+        $creds = request_filesystem_credentials(trailingslashit(site_url()).'wp-admin/', '', false, false, array());
3263 3263
 
3264 3264
         /* initialize the API */
3265 3265
         if (!WP_Filesystem($creds)) {
@@ -3294,7 +3294,7 @@  discard block
 block discarded – undo
3294 3294
  * @package GeoDirectory
3295 3295
  */
3296 3296
 function geodir_filesystem_notice()
3297
-{   if ( defined( 'DOING_AJAX' ) ){return;}
3297
+{   if (defined('DOING_AJAX')) {return; }
3298 3298
     $access_type = get_filesystem_method();
3299 3299
     if ($access_type === 'direct') {
3300 3300
     } elseif (!defined('FTP_USER')) {
@@ -3334,64 +3334,64 @@  discard block
 block discarded – undo
3334 3334
     // try to set higher limits for import
3335 3335
     $max_input_time = ini_get('max_input_time');
3336 3336
     $max_execution_time = ini_get('max_execution_time');
3337
-    $memory_limit= ini_get('memory_limit');
3337
+    $memory_limit = ini_get('memory_limit');
3338 3338
 
3339
-    if(!$max_input_time || $max_input_time<3000){
3339
+    if (!$max_input_time || $max_input_time < 3000) {
3340 3340
         ini_set('max_input_time', 3000);
3341 3341
     }
3342 3342
 
3343
-    if(!$max_execution_time || $max_execution_time<3000){
3343
+    if (!$max_execution_time || $max_execution_time < 3000) {
3344 3344
         ini_set('max_execution_time', 3000);
3345 3345
     }
3346 3346
 
3347
-    if($memory_limit && str_replace('M','',$memory_limit)){
3348
-        if(str_replace('M','',$memory_limit)<256){
3347
+    if ($memory_limit && str_replace('M', '', $memory_limit)) {
3348
+        if (str_replace('M', '', $memory_limit) < 256) {
3349 3349
             ini_set('memory_limit', '256M');
3350 3350
         }
3351 3351
     }
3352 3352
 
3353 3353
     $json = array();
3354 3354
 
3355
-    if ( !current_user_can( 'manage_options' ) ) {
3356
-        wp_send_json( $json );
3355
+    if (!current_user_can('manage_options')) {
3356
+        wp_send_json($json);
3357 3357
     }
3358 3358
 
3359
-    $task = isset( $_REQUEST['task'] ) ? $_REQUEST['task'] : NULL;
3360
-    $nonce = isset( $_REQUEST['_nonce'] ) ? $_REQUEST['_nonce'] : NULL;
3361
-    $stat = isset( $_REQUEST['_st'] ) ? $_REQUEST['_st'] : false;
3359
+    $task = isset($_REQUEST['task']) ? $_REQUEST['task'] : NULL;
3360
+    $nonce = isset($_REQUEST['_nonce']) ? $_REQUEST['_nonce'] : NULL;
3361
+    $stat = isset($_REQUEST['_st']) ? $_REQUEST['_st'] : false;
3362 3362
 
3363
-    if ( !wp_verify_nonce( $nonce, 'geodir_import_export_nonce' ) ) {
3364
-        wp_send_json( $json );
3363
+    if (!wp_verify_nonce($nonce, 'geodir_import_export_nonce')) {
3364
+        wp_send_json($json);
3365 3365
     }
3366 3366
 
3367
-    $post_type = isset( $_REQUEST['_pt'] ) ? $_REQUEST['_pt'] : NULL;
3368
-    $chunk_per_page = isset( $_REQUEST['_n'] ) ? absint($_REQUEST['_n']) : NULL;
3367
+    $post_type = isset($_REQUEST['_pt']) ? $_REQUEST['_pt'] : NULL;
3368
+    $chunk_per_page = isset($_REQUEST['_n']) ? absint($_REQUEST['_n']) : NULL;
3369 3369
     $chunk_per_page = $chunk_per_page < 50 || $chunk_per_page > 100000 ? 5000 : $chunk_per_page;
3370
-    $chunk_page_no = isset( $_REQUEST['_p'] ) ? absint($_REQUEST['_p']) : 1;
3370
+    $chunk_page_no = isset($_REQUEST['_p']) ? absint($_REQUEST['_p']) : 1;
3371 3371
 
3372 3372
     $wp_filesystem = geodir_init_filesystem();
3373 3373
     if (!$wp_filesystem) {
3374
-        $json['error'] = __( 'Filesystem ERROR: Could not access filesystem.', 'geodirectory' );
3375
-        wp_send_json( $json );
3374
+        $json['error'] = __('Filesystem ERROR: Could not access filesystem.', 'geodirectory');
3375
+        wp_send_json($json);
3376 3376
     }
3377 3377
 
3378 3378
     if (!empty($wp_filesystem) && isset($wp_filesystem->errors) && is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code()) {
3379
-        $json['error'] = __( 'Filesystem ERROR: ' . $wp_filesystem->errors->get_error_message(), 'geodirectory' );
3380
-        wp_send_json( $json );
3379
+        $json['error'] = __('Filesystem ERROR: '.$wp_filesystem->errors->get_error_message(), 'geodirectory');
3380
+        wp_send_json($json);
3381 3381
     }
3382 3382
 
3383
-    $csv_file_dir = geodir_path_import_export( false );
3384
-    if ( !$wp_filesystem->is_dir( $csv_file_dir ) ) {
3385
-        if ( !$wp_filesystem->mkdir( $csv_file_dir, FS_CHMOD_DIR ) ) {
3386
-            $json['error'] = __( 'ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory' );
3387
-            wp_send_json( $json );
3383
+    $csv_file_dir = geodir_path_import_export(false);
3384
+    if (!$wp_filesystem->is_dir($csv_file_dir)) {
3385
+        if (!$wp_filesystem->mkdir($csv_file_dir, FS_CHMOD_DIR)) {
3386
+            $json['error'] = __('ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory');
3387
+            wp_send_json($json);
3388 3388
         }
3389 3389
     }
3390 3390
     
3391 3391
     $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
3392 3392
     $neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
3393 3393
 
3394
-    switch ( $task ) {
3394
+    switch ($task) {
3395 3395
         case 'export_posts': {
3396 3396
             // WPML
3397 3397
             $is_wpml = geodir_is_wpml();
@@ -3402,36 +3402,36 @@  discard block
 block discarded – undo
3402 3402
                 $sitepress->switch_lang('all', true);
3403 3403
             }
3404 3404
             // WPML
3405
-            if ( $post_type == 'gd_event' ) {
3406
-                add_filter( 'geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2 );
3405
+            if ($post_type == 'gd_event') {
3406
+                add_filter('geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2);
3407 3407
             }
3408
-            $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
3408
+            $filters = !empty($_REQUEST['gd_imex']) && is_array($_REQUEST['gd_imex']) ? $_REQUEST['gd_imex'] : NULL;
3409 3409
             
3410
-            $file_name = $post_type . '_' . date( 'dmyHi' );
3411
-            if ( $filters && isset( $filters['start_date'] ) && isset( $filters['end_date'] ) ) {
3412
-                $file_name = $post_type . '_' . date_i18n( 'dmy', strtotime( $filters['start_date'] ) ) . '_' . date_i18n( 'dmy', strtotime( $filters['end_date'] ) );
3410
+            $file_name = $post_type.'_'.date('dmyHi');
3411
+            if ($filters && isset($filters['start_date']) && isset($filters['end_date'])) {
3412
+                $file_name = $post_type.'_'.date_i18n('dmy', strtotime($filters['start_date'])).'_'.date_i18n('dmy', strtotime($filters['end_date']));
3413 3413
             }
3414
-            $posts_count = geodir_get_posts_count( $post_type );
3415
-            $file_url_base = geodir_path_import_export() . '/';
3416
-            $file_url = $file_url_base . $file_name . '.csv';
3417
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3418
-            $file_path_temp = $csv_file_dir . '/' . $post_type . '_' . $nonce . '.csv';
3414
+            $posts_count = geodir_get_posts_count($post_type);
3415
+            $file_url_base = geodir_path_import_export().'/';
3416
+            $file_url = $file_url_base.$file_name.'.csv';
3417
+            $file_path = $csv_file_dir.'/'.$file_name.'.csv';
3418
+            $file_path_temp = $csv_file_dir.'/'.$post_type.'_'.$nonce.'.csv';
3419 3419
             
3420 3420
             $chunk_file_paths = array();
3421 3421
 
3422
-            if ( isset( $_REQUEST['_c'] ) ) {
3422
+            if (isset($_REQUEST['_c'])) {
3423 3423
                 $json['total'] = $posts_count;
3424 3424
                 // WPML
3425 3425
                 if ($is_wpml) {
3426 3426
                     $sitepress->switch_lang($active_lang, true);
3427 3427
                 }
3428 3428
                 // WPML
3429
-                wp_send_json( $json );
3429
+                wp_send_json($json);
3430 3430
                 gd_die();
3431
-            } else if ( isset( $_REQUEST['_st'] ) ) {
3432
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3433
-                $percentage = count( $posts_count ) > 0 && $line_count > 0 ? ceil( $line_count / $posts_count ) * 100 : 0;
3434
-                $percentage = min( $percentage, 100 );
3431
+            } else if (isset($_REQUEST['_st'])) {
3432
+                $line_count = (int) geodir_import_export_line_count($file_path_temp);
3433
+                $percentage = count($posts_count) > 0 && $line_count > 0 ? ceil($line_count / $posts_count) * 100 : 0;
3434
+                $percentage = min($percentage, 100);
3435 3435
                 
3436 3436
                 $json['percentage'] = $percentage;
3437 3437
                 // WPML
@@ -3439,45 +3439,45 @@  discard block
 block discarded – undo
3439 3439
                     $sitepress->switch_lang($active_lang, true);
3440 3440
                 }
3441 3441
                 // WPML
3442
-                wp_send_json( $json );
3442
+                wp_send_json($json);
3443 3443
                 gd_die();
3444 3444
             } else {
3445
-                if ( !$posts_count > 0 ) {
3446
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3445
+                if (!$posts_count > 0) {
3446
+                    $json['error'] = __('No records to export.', 'geodirectory');
3447 3447
                 } else {
3448 3448
                     $total_posts = $posts_count;
3449 3449
                     if ($chunk_per_page > $total_posts) {
3450 3450
                         $chunk_per_page = $total_posts;
3451 3451
                     }
3452
-                    $chunk_total_pages = ceil( $total_posts / $chunk_per_page );
3452
+                    $chunk_total_pages = ceil($total_posts / $chunk_per_page);
3453 3453
                     
3454 3454
                     $j = $chunk_page_no;
3455
-                    $chunk_save_posts = geodir_imex_get_posts( $post_type, $chunk_per_page, $j );
3455
+                    $chunk_save_posts = geodir_imex_get_posts($post_type, $chunk_per_page, $j);
3456 3456
                     
3457 3457
                     $per_page = 500;
3458 3458
                     if ($per_page > $chunk_per_page) {
3459 3459
                         $per_page = $chunk_per_page;
3460 3460
                     }
3461
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3461
+                    $total_pages = ceil($chunk_per_page / $per_page);
3462 3462
                     
3463
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3464
-                        $save_posts = array_slice( $chunk_save_posts , ( $i * $per_page ), $per_page );
3463
+                    for ($i = 0; $i <= $total_pages; $i++) {
3464
+                        $save_posts = array_slice($chunk_save_posts, ($i * $per_page), $per_page);
3465 3465
                         
3466 3466
                         $clear = $i == 0 ? true : false;
3467
-                        geodir_save_csv_data( $file_path_temp, $save_posts, $clear );
3467
+                        geodir_save_csv_data($file_path_temp, $save_posts, $clear);
3468 3468
                     }
3469 3469
                         
3470
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3471
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3472
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3473
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3474
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3470
+                    if ($wp_filesystem->exists($file_path_temp)) {
3471
+                        $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : '';
3472
+                        $chunk_file_name = $file_name.$chunk_page_no.'.csv';
3473
+                        $file_path = $csv_file_dir.'/'.$chunk_file_name;
3474
+                        $wp_filesystem->move($file_path_temp, $file_path, true);
3475 3475
                         
3476
-                        $file_url = $file_url_base . $chunk_file_name;
3477
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3476
+                        $file_url = $file_url_base.$chunk_file_name;
3477
+                        $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3478 3478
                     }
3479 3479
                     
3480
-                    if ( !empty($chunk_file_paths) ) {
3480
+                    if (!empty($chunk_file_paths)) {
3481 3481
                         $json['total'] = $posts_count;
3482 3482
                         $json['files'] = $chunk_file_paths;
3483 3483
                     } else {
@@ -3485,7 +3485,7 @@  discard block
 block discarded – undo
3485 3485
                             $json['total'] = $posts_count;
3486 3486
                             $json['files'] = array();
3487 3487
                         } else {
3488
-                            $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3488
+                            $json['error'] = __('ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory');
3489 3489
                         }
3490 3490
                     }
3491 3491
                 }
@@ -3494,7 +3494,7 @@  discard block
 block discarded – undo
3494 3494
                     $sitepress->switch_lang($active_lang, true);
3495 3495
                 }
3496 3496
                 // WPML
3497
-                wp_send_json( $json );
3497
+                wp_send_json($json);
3498 3498
             }
3499 3499
         }
3500 3500
         break;
@@ -3508,20 +3508,20 @@  discard block
 block discarded – undo
3508 3508
                 $sitepress->switch_lang('all', true);
3509 3509
             }
3510 3510
             // WPML
3511
-            $file_name = $post_type . 'category_' . date( 'dmyHi' );
3511
+            $file_name = $post_type.'category_'.date('dmyHi');
3512 3512
             
3513
-            $terms_count = geodir_get_terms_count( $post_type );
3514
-            $file_url_base = geodir_path_import_export() . '/';
3515
-            $file_url = $file_url_base . $file_name . '.csv';
3516
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3517
-            $file_path_temp = $csv_file_dir . '/' . $post_type . 'category_' . $nonce . '.csv';
3513
+            $terms_count = geodir_get_terms_count($post_type);
3514
+            $file_url_base = geodir_path_import_export().'/';
3515
+            $file_url = $file_url_base.$file_name.'.csv';
3516
+            $file_path = $csv_file_dir.'/'.$file_name.'.csv';
3517
+            $file_path_temp = $csv_file_dir.'/'.$post_type.'category_'.$nonce.'.csv';
3518 3518
             
3519 3519
             $chunk_file_paths = array();
3520 3520
             
3521
-            if ( isset( $_REQUEST['_st'] ) ) {
3522
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3523
-                $percentage = count( $terms_count ) > 0 && $line_count > 0 ? ceil( $line_count / $terms_count ) * 100 : 0;
3524
-                $percentage = min( $percentage, 100 );
3521
+            if (isset($_REQUEST['_st'])) {
3522
+                $line_count = (int) geodir_import_export_line_count($file_path_temp);
3523
+                $percentage = count($terms_count) > 0 && $line_count > 0 ? ceil($line_count / $terms_count) * 100 : 0;
3524
+                $percentage = min($percentage, 100);
3525 3525
                 
3526 3526
                 $json['percentage'] = $percentage;
3527 3527
                 // WPML
@@ -3529,48 +3529,48 @@  discard block
 block discarded – undo
3529 3529
                     $sitepress->switch_lang($active_lang, true);
3530 3530
                 }
3531 3531
                 // WPML
3532
-                wp_send_json( $json );
3532
+                wp_send_json($json);
3533 3533
             } else {
3534
-                if ( !$terms_count > 0 ) {
3535
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3534
+                if (!$terms_count > 0) {
3535
+                    $json['error'] = __('No records to export.', 'geodirectory');
3536 3536
                 } else {
3537 3537
                     $total_terms = $terms_count;
3538 3538
                     if ($chunk_per_page > $terms_count) {
3539 3539
                         $chunk_per_page = $terms_count;
3540 3540
                     }
3541
-                    $chunk_total_pages = ceil( $total_terms / $chunk_per_page );
3541
+                    $chunk_total_pages = ceil($total_terms / $chunk_per_page);
3542 3542
                     
3543 3543
                     $j = $chunk_page_no;
3544
-                    $chunk_save_terms = geodir_imex_get_terms( $post_type, $chunk_per_page, $j );
3544
+                    $chunk_save_terms = geodir_imex_get_terms($post_type, $chunk_per_page, $j);
3545 3545
                     
3546 3546
                     $per_page = 500;
3547 3547
                     if ($per_page > $chunk_per_page) {
3548 3548
                         $per_page = $chunk_per_page;
3549 3549
                     }
3550
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3550
+                    $total_pages = ceil($chunk_per_page / $per_page);
3551 3551
                     
3552
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3553
-                        $save_terms = array_slice( $chunk_save_terms , ( $i * $per_page ), $per_page );
3552
+                    for ($i = 0; $i <= $total_pages; $i++) {
3553
+                        $save_terms = array_slice($chunk_save_terms, ($i * $per_page), $per_page);
3554 3554
                         
3555 3555
                         $clear = $i == 0 ? true : false;
3556
-                        geodir_save_csv_data( $file_path_temp, $save_terms, $clear );
3556
+                        geodir_save_csv_data($file_path_temp, $save_terms, $clear);
3557 3557
                     }
3558 3558
                     
3559
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3560
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3561
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3562
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3563
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3559
+                    if ($wp_filesystem->exists($file_path_temp)) {
3560
+                        $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : '';
3561
+                        $chunk_file_name = $file_name.$chunk_page_no.'.csv';
3562
+                        $file_path = $csv_file_dir.'/'.$chunk_file_name;
3563
+                        $wp_filesystem->move($file_path_temp, $file_path, true);
3564 3564
                         
3565
-                        $file_url = $file_url_base . $chunk_file_name;
3566
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3565
+                        $file_url = $file_url_base.$chunk_file_name;
3566
+                        $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3567 3567
                     }
3568 3568
                     
3569
-                    if ( !empty($chunk_file_paths) ) {
3569
+                    if (!empty($chunk_file_paths)) {
3570 3570
                         $json['total'] = $terms_count;
3571 3571
                         $json['files'] = $chunk_file_paths;
3572 3572
                     } else {
3573
-                        $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3573
+                        $json['error'] = __('ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory');
3574 3574
                     }
3575 3575
                 }
3576 3576
                 // WPML
@@ -3578,127 +3578,127 @@  discard block
 block discarded – undo
3578 3578
                     $sitepress->switch_lang($active_lang, true);
3579 3579
                 }
3580 3580
                 // WPML
3581
-                wp_send_json( $json );
3581
+                wp_send_json($json);
3582 3582
             }
3583 3583
         }
3584 3584
         break;
3585 3585
         case 'export_locations': {
3586
-            $file_url_base = geodir_path_import_export() . '/';
3587
-            $file_name = 'gd_locations_' . date( 'dmyHi' );
3588
-            $file_url = $file_url_base . $file_name . '.csv';
3589
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3590
-            $file_path_temp = $csv_file_dir . '/gd_locations_' . $nonce . '.csv';
3586
+            $file_url_base = geodir_path_import_export().'/';
3587
+            $file_name = 'gd_locations_'.date('dmyHi');
3588
+            $file_url = $file_url_base.$file_name.'.csv';
3589
+            $file_path = $csv_file_dir.'/'.$file_name.'.csv';
3590
+            $file_path_temp = $csv_file_dir.'/gd_locations_'.$nonce.'.csv';
3591 3591
             
3592
-            $items_count = (int)geodir_location_imex_count_locations();
3592
+            $items_count = (int) geodir_location_imex_count_locations();
3593 3593
             
3594
-            if ( isset( $_REQUEST['_st'] ) ) {
3595
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3596
-                $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3597
-                $percentage = min( $percentage, 100 );
3594
+            if (isset($_REQUEST['_st'])) {
3595
+                $line_count = (int) geodir_import_export_line_count($file_path_temp);
3596
+                $percentage = count($items_count) > 0 && $line_count > 0 ? ceil($line_count / $items_count) * 100 : 0;
3597
+                $percentage = min($percentage, 100);
3598 3598
                 
3599 3599
                 $json['percentage'] = $percentage;
3600
-                wp_send_json( $json );
3600
+                wp_send_json($json);
3601 3601
             } else {
3602 3602
                 $chunk_file_paths = array();
3603 3603
                 
3604
-                if ( !$items_count > 0 ) {
3605
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3604
+                if (!$items_count > 0) {
3605
+                    $json['error'] = __('No records to export.', 'geodirectory');
3606 3606
                 } else {
3607
-                    $chunk_per_page = min( $chunk_per_page, $items_count );
3608
-                    $chunk_total_pages = ceil( $items_count / $chunk_per_page );
3607
+                    $chunk_per_page = min($chunk_per_page, $items_count);
3608
+                    $chunk_total_pages = ceil($items_count / $chunk_per_page);
3609 3609
                     
3610 3610
                     $j = $chunk_page_no;
3611
-                    $chunk_save_items = geodir_location_imex_locations_data( $chunk_per_page, $j );
3611
+                    $chunk_save_items = geodir_location_imex_locations_data($chunk_per_page, $j);
3612 3612
                     
3613 3613
                     $per_page = 500;
3614
-                    $per_page = min( $per_page, $chunk_per_page );
3615
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3614
+                    $per_page = min($per_page, $chunk_per_page);
3615
+                    $total_pages = ceil($chunk_per_page / $per_page);
3616 3616
                     
3617
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3618
-                        $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3617
+                    for ($i = 0; $i <= $total_pages; $i++) {
3618
+                        $save_items = array_slice($chunk_save_items, ($i * $per_page), $per_page);
3619 3619
                         
3620 3620
                         $clear = $i == 0 ? true : false;
3621
-                        geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3621
+                        geodir_save_csv_data($file_path_temp, $save_items, $clear);
3622 3622
                     }
3623 3623
                     
3624
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3625
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3626
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3627
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3628
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3624
+                    if ($wp_filesystem->exists($file_path_temp)) {
3625
+                        $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : '';
3626
+                        $chunk_file_name = $file_name.$chunk_page_no.'.csv';
3627
+                        $file_path = $csv_file_dir.'/'.$chunk_file_name;
3628
+                        $wp_filesystem->move($file_path_temp, $file_path, true);
3629 3629
                         
3630
-                        $file_url = $file_url_base . $chunk_file_name;
3631
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3630
+                        $file_url = $file_url_base.$chunk_file_name;
3631
+                        $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3632 3632
                     }
3633 3633
                     
3634
-                    if ( !empty($chunk_file_paths) ) {
3634
+                    if (!empty($chunk_file_paths)) {
3635 3635
                         $json['total'] = $items_count;
3636 3636
                         $json['files'] = $chunk_file_paths;
3637 3637
                     } else {
3638
-                        $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3638
+                        $json['error'] = __('Fail, something wrong to create csv file.', 'geodirectory');
3639 3639
                     }
3640 3640
                 }
3641
-                wp_send_json( $json );
3641
+                wp_send_json($json);
3642 3642
             }
3643 3643
         }
3644 3644
         break;
3645 3645
         case 'export_hoods': {
3646
-            $file_url_base = geodir_path_import_export() . '/';
3647
-            $file_name = 'gd_neighbourhoods_' . date( 'dmyHi' );
3648
-            $file_url = $file_url_base . $file_name . '.csv';
3649
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3650
-            $file_path_temp = $csv_file_dir . '/gd_neighbourhoods_' . $nonce . '.csv';
3646
+            $file_url_base = geodir_path_import_export().'/';
3647
+            $file_name = 'gd_neighbourhoods_'.date('dmyHi');
3648
+            $file_url = $file_url_base.$file_name.'.csv';
3649
+            $file_path = $csv_file_dir.'/'.$file_name.'.csv';
3650
+            $file_path_temp = $csv_file_dir.'/gd_neighbourhoods_'.$nonce.'.csv';
3651 3651
             
3652
-            $items_count = (int)geodir_location_imex_count_neighbourhoods();
3652
+            $items_count = (int) geodir_location_imex_count_neighbourhoods();
3653 3653
             
3654
-            if ( isset( $_REQUEST['_st'] ) ) {
3655
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3656
-                $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3657
-                $percentage = min( $percentage, 100 );
3654
+            if (isset($_REQUEST['_st'])) {
3655
+                $line_count = (int) geodir_import_export_line_count($file_path_temp);
3656
+                $percentage = count($items_count) > 0 && $line_count > 0 ? ceil($line_count / $items_count) * 100 : 0;
3657
+                $percentage = min($percentage, 100);
3658 3658
                 
3659 3659
                 $json['percentage'] = $percentage;
3660
-                wp_send_json( $json );
3660
+                wp_send_json($json);
3661 3661
             } else {
3662 3662
                 $chunk_file_paths = array();
3663 3663
                 
3664
-                if ( !$items_count > 0 ) {
3665
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3664
+                if (!$items_count > 0) {
3665
+                    $json['error'] = __('No records to export.', 'geodirectory');
3666 3666
                 } else {
3667
-                    $chunk_per_page = min( $chunk_per_page, $items_count );
3668
-                    $chunk_total_pages = ceil( $items_count / $chunk_per_page );
3667
+                    $chunk_per_page = min($chunk_per_page, $items_count);
3668
+                    $chunk_total_pages = ceil($items_count / $chunk_per_page);
3669 3669
                     
3670 3670
                     $j = $chunk_page_no;
3671
-                    $chunk_save_items = geodir_location_imex_neighbourhoods_data( $chunk_per_page, $j );
3671
+                    $chunk_save_items = geodir_location_imex_neighbourhoods_data($chunk_per_page, $j);
3672 3672
                     
3673 3673
                     $per_page = 500;
3674
-                    $per_page = min( $per_page, $chunk_per_page );
3675
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3674
+                    $per_page = min($per_page, $chunk_per_page);
3675
+                    $total_pages = ceil($chunk_per_page / $per_page);
3676 3676
                     
3677
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3678
-                        $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3677
+                    for ($i = 0; $i <= $total_pages; $i++) {
3678
+                        $save_items = array_slice($chunk_save_items, ($i * $per_page), $per_page);
3679 3679
                         
3680 3680
                         $clear = $i == 0 ? true : false;
3681
-                        geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3681
+                        geodir_save_csv_data($file_path_temp, $save_items, $clear);
3682 3682
                     }
3683 3683
                     
3684
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3685
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3686
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3687
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3688
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3684
+                    if ($wp_filesystem->exists($file_path_temp)) {
3685
+                        $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : '';
3686
+                        $chunk_file_name = $file_name.$chunk_page_no.'.csv';
3687
+                        $file_path = $csv_file_dir.'/'.$chunk_file_name;
3688
+                        $wp_filesystem->move($file_path_temp, $file_path, true);
3689 3689
                         
3690
-                        $file_url = $file_url_base . $chunk_file_name;
3691
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3690
+                        $file_url = $file_url_base.$chunk_file_name;
3691
+                        $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3692 3692
                     }
3693 3693
                     
3694
-                    if ( !empty($chunk_file_paths) ) {
3694
+                    if (!empty($chunk_file_paths)) {
3695 3695
                         $json['total'] = $items_count;
3696 3696
                         $json['files'] = $chunk_file_paths;
3697 3697
                     } else {
3698
-                        $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3698
+                        $json['error'] = __('Fail, something wrong to create csv file.', 'geodirectory');
3699 3699
                     }
3700 3700
                 }
3701
-                wp_send_json( $json );
3701
+                wp_send_json($json);
3702 3702
             }
3703 3703
         }
3704 3704
         break;
@@ -3715,25 +3715,25 @@  discard block
 block discarded – undo
3715 3715
             }
3716 3716
             // WPML
3717 3717
             
3718
-            ini_set( 'auto_detect_line_endings', true );
3718
+            ini_set('auto_detect_line_endings', true);
3719 3719
             
3720 3720
             $uploads = wp_upload_dir();
3721 3721
             $uploads_dir = $uploads['path'];
3722 3722
             $uploads_subdir = $uploads['subdir'];
3723 3723
             
3724
-            $csv_file = isset( $_POST['_file'] ) ? $_POST['_file'] : NULL;
3725
-            $import_choice = isset( $_REQUEST['_ch'] ) ? $_REQUEST['_ch'] : 'skip';
3724
+            $csv_file = isset($_POST['_file']) ? $_POST['_file'] : NULL;
3725
+            $import_choice = isset($_REQUEST['_ch']) ? $_REQUEST['_ch'] : 'skip';
3726 3726
             
3727
-            $csv_file_arr = explode( '/', $csv_file );
3728
-            $csv_filename = end( $csv_file_arr );
3729
-            $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $csv_filename;
3727
+            $csv_file_arr = explode('/', $csv_file);
3728
+            $csv_filename = end($csv_file_arr);
3729
+            $target_path = $uploads_dir.'/temp_'.$current_user->data->ID.'/'.$csv_filename;
3730 3730
             
3731 3731
             $json['file'] = $csv_file;
3732
-            $json['error'] = __( 'The uploaded file is not a valid csv file. Please try again.', 'geodirectory' );
3732
+            $json['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
3733 3733
             $file = array();
3734 3734
 
3735
-            if ( $csv_file && $wp_filesystem->is_file( $target_path ) && $wp_filesystem->exists( $target_path ) ) {
3736
-                $wp_filetype = wp_check_filetype_and_ext( $target_path, $csv_filename );
3735
+            if ($csv_file && $wp_filesystem->is_file($target_path) && $wp_filesystem->exists($target_path)) {
3736
+                $wp_filetype = wp_check_filetype_and_ext($target_path, $csv_filename);
3737 3737
                 
3738 3738
                 if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
3739 3739
                     $json['error'] = NULL;
@@ -3741,9 +3741,9 @@  discard block
 block discarded – undo
3741 3741
                     
3742 3742
                     $lc_all = setlocale(LC_ALL, 0); // Fix issue of fgetcsv ignores special characters when they are at the beginning of line
3743 3743
                     setlocale(LC_ALL, 'en_US.UTF-8');
3744
-                    if ( ( $handle = fopen($target_path, "r" ) ) !== FALSE ) {
3745
-                        while ( ( $data = fgetcsv( $handle, 100000, "," ) ) !== FALSE ) {
3746
-                            if ( !empty( $data ) ) {
3744
+                    if (($handle = fopen($target_path, "r")) !== FALSE) {
3745
+                        while (($data = fgetcsv($handle, 100000, ",")) !== FALSE) {
3746
+                            if (!empty($data)) {
3747 3747
                                 $file[] = $data;
3748 3748
                             }
3749 3749
                         }
@@ -3757,19 +3757,19 @@  discard block
 block discarded – undo
3757 3757
                         $json['error'] = __('No data found in csv file.', 'geodirectory');
3758 3758
                     }
3759 3759
                 } else {
3760
-                    wp_send_json( $json );
3760
+                    wp_send_json($json);
3761 3761
                 }
3762 3762
             } else {
3763
-                wp_send_json( $json );
3763
+                wp_send_json($json);
3764 3764
             }
3765 3765
             
3766
-            if ( $task == 'prepare_import' || !empty( $json['error'] ) ) {
3767
-                wp_send_json( $json );
3766
+            if ($task == 'prepare_import' || !empty($json['error'])) {
3767
+                wp_send_json($json);
3768 3768
             }
3769 3769
             
3770 3770
             $total = $json['rows'];
3771
-            $limit = isset($_POST['limit']) ? (int)$_POST['limit'] : 1;
3772
-            $processed = isset($_POST['processed']) ? (int)$_POST['processed'] : 0;
3771
+            $limit = isset($_POST['limit']) ? (int) $_POST['limit'] : 1;
3772
+            $processed = isset($_POST['processed']) ? (int) $_POST['processed'] : 0;
3773 3773
             
3774 3774
             $count = $limit;
3775 3775
             
@@ -3794,13 +3794,13 @@  discard block
 block discarded – undo
3794 3794
             
3795 3795
             $post_types = geodir_get_posttypes();
3796 3796
 
3797
-            if ( $task == 'import_cat' ) {
3797
+            if ($task == 'import_cat') {
3798 3798
                 if (!empty($file)) {
3799 3799
                     $columns = isset($file[0]) ? $file[0] : NULL;
3800 3800
                     
3801 3801
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
3802 3802
                         $json['error'] = CSV_INVAILD_FILE;
3803
-                        wp_send_json( $json );
3803
+                        wp_send_json($json);
3804 3804
                         exit;
3805 3805
                     }
3806 3806
                     
@@ -3811,7 +3811,7 @@  discard block
 block discarded – undo
3811 3811
                         
3812 3812
                         if (isset($file[$index])) {
3813 3813
                             $row = $file[$index];
3814
-                            $row = array_map( 'trim', $row );
3814
+                            $row = array_map('trim', $row);
3815 3815
                             //$row = array_map( 'utf8_encode', $row );
3816 3816
                             
3817 3817
                             $cat_id = '';
@@ -3828,42 +3828,42 @@  discard block
 block discarded – undo
3828 3828
                             $cat_id_original = '';
3829 3829
                             
3830 3830
                             $c = 0;
3831
-                            foreach ($columns as $column ) {
3832
-                                if ( $column == 'cat_id' ) {
3833
-                                    $cat_id = (int)$row[$c];
3834
-                                } else if ( $column == 'cat_name' ) {
3831
+                            foreach ($columns as $column) {
3832
+                                if ($column == 'cat_id') {
3833
+                                    $cat_id = (int) $row[$c];
3834
+                                } else if ($column == 'cat_name') {
3835 3835
                                     $cat_name = $row[$c];
3836
-                                } else if ( $column == 'cat_slug' ) {
3836
+                                } else if ($column == 'cat_slug') {
3837 3837
                                     $cat_slug = $row[$c];
3838
-                                } else if ( $column == 'cat_posttype' ) {
3838
+                                } else if ($column == 'cat_posttype') {
3839 3839
                                     $cat_posttype = $row[$c];
3840
-                                } else if ( $column == 'cat_parent' ) {
3840
+                                } else if ($column == 'cat_parent') {
3841 3841
                                     $cat_parent = trim($row[$c]);
3842
-                                } else if ( $column == 'cat_schema' && $row[$c] != '' ) {
3842
+                                } else if ($column == 'cat_schema' && $row[$c] != '') {
3843 3843
                                     $cat_schema = $row[$c];
3844
-                                } else if ( $column == 'cat_description' ) {
3844
+                                } else if ($column == 'cat_description') {
3845 3845
                                     $cat_description = $row[$c];
3846
-                                } else if ( $column == 'cat_top_description' ) {
3846
+                                } else if ($column == 'cat_top_description') {
3847 3847
                                     $cat_top_description = $row[$c];
3848
-                                } else if ( $column == 'cat_image' ) {
3848
+                                } else if ($column == 'cat_image') {
3849 3849
                                     $cat_image = $row[$c];
3850
-                                } else if ( $column == 'cat_icon' ) {
3850
+                                } else if ($column == 'cat_icon') {
3851 3851
                                     $cat_icon = $row[$c];
3852 3852
                                 }
3853 3853
                                 // WPML
3854
-                                if ( $is_wpml ) {
3855
-                                    if ( $column == 'cat_language' ) {
3856
-                                        $cat_language = geodir_strtolower( trim( $row[$c] ) );
3857
-                                    } else if ( $column == 'cat_id_original' ) {
3858
-                                        $cat_id_original = (int)$row[$c];
3854
+                                if ($is_wpml) {
3855
+                                    if ($column == 'cat_language') {
3856
+                                        $cat_language = geodir_strtolower(trim($row[$c]));
3857
+                                    } else if ($column == 'cat_id_original') {
3858
+                                        $cat_id_original = (int) $row[$c];
3859 3859
                                     }
3860 3860
                                 }
3861 3861
                                 // WPML
3862 3862
                                 $c++;
3863 3863
                             }
3864 3864
                             
3865
-                            if ( $cat_name == '' || !in_array( $cat_posttype, $post_types ) ) {
3866
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
3865
+                            if ($cat_name == '' || !in_array($cat_posttype, $post_types)) {
3866
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank title/invalid post type', 'geodirectory'));
3867 3867
                                 
3868 3868
                                 $invalid++;
3869 3869
                                 continue;
@@ -3881,24 +3881,24 @@  discard block
 block discarded – undo
3881 3881
                             $term_data['description'] = $cat_description;
3882 3882
                             $term_data['cat_schema'] = $cat_schema;
3883 3883
                             $term_data['top_description'] = $cat_top_description;
3884
-                            $term_data['image'] = $cat_image != '' ? basename( $cat_image ) : '';
3885
-                            $term_data['icon'] = $cat_icon != '' ? basename( $cat_icon ) : '';
3884
+                            $term_data['image'] = $cat_image != '' ? basename($cat_image) : '';
3885
+                            $term_data['icon'] = $cat_icon != '' ? basename($cat_icon) : '';
3886 3886
                             
3887 3887
                             //$term_data = array_map( 'utf8_encode', $term_data );
3888 3888
                             
3889
-                            $taxonomy = $cat_posttype . 'category';
3889
+                            $taxonomy = $cat_posttype.'category';
3890 3890
                             
3891 3891
                             $term_data['taxonomy'] = $taxonomy;
3892 3892
 
3893 3893
                             $term_parent_id = 0;
3894
-                            if ($cat_parent != "" || (int)$cat_parent > 0) {
3894
+                            if ($cat_parent != "" || (int) $cat_parent > 0) {
3895 3895
                                 $term_parent = '';
3896 3896
                                 
3897
-                                if ( $term_parent = get_term_by( 'name', $cat_parent, $taxonomy ) ) {
3897
+                                if ($term_parent = get_term_by('name', $cat_parent, $taxonomy)) {
3898 3898
                                     //
3899
-                                } else if ( $term_parent = get_term_by( 'slug', $cat_parent, $taxonomy ) ) {
3899
+                                } else if ($term_parent = get_term_by('slug', $cat_parent, $taxonomy)) {
3900 3900
                                     //
3901
-                                } else if ( $term_parent = get_term_by( 'id', $cat_parent, $taxonomy ) ) {
3901
+                                } else if ($term_parent = get_term_by('id', $cat_parent, $taxonomy)) {
3902 3902
                                     //
3903 3903
                                 } else {
3904 3904
                                     $term_parent_data = array();
@@ -3906,104 +3906,104 @@  discard block
 block discarded – undo
3906 3906
                                     //$term_parent_data = array_map( 'utf8_encode', $term_parent_data );
3907 3907
                                     $term_parent_data['taxonomy'] = $taxonomy;
3908 3908
                                     
3909
-                                    $term_parent_id = (int)geodir_imex_insert_term( $taxonomy, $term_parent_data );
3909
+                                    $term_parent_id = (int) geodir_imex_insert_term($taxonomy, $term_parent_data);
3910 3910
                                 }
3911 3911
                                 
3912
-                                if ( !empty( $term_parent ) && !is_wp_error( $term_parent ) ) {
3913
-                                    $term_parent_id = (int)$term_parent->term_id;
3912
+                                if (!empty($term_parent) && !is_wp_error($term_parent)) {
3913
+                                    $term_parent_id = (int) $term_parent->term_id;
3914 3914
                                 }
3915 3915
                             }
3916
-                            $term_data['parent'] = (int)$term_parent_id;
3916
+                            $term_data['parent'] = (int) $term_parent_id;
3917 3917
 
3918 3918
                             $term_id = NULL;
3919
-                            if ( $import_choice == 'update' ) {
3920
-                                if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3919
+                            if ($import_choice == 'update') {
3920
+                                if ($cat_id > 0 && $term = (array) term_exists($cat_id, $taxonomy)) {
3921 3921
                                     $term_data['term_id'] = $term['term_id'];
3922 3922
                                     
3923
-                                    if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3923
+                                    if ($term_id = geodir_imex_update_term($taxonomy, $term_data)) {
3924 3924
                                         $updated++;
3925 3925
                                     } else {
3926 3926
                                         $invalid++;
3927
-                                        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' ) );
3927
+                                        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 3928
                                     }
3929
-                                } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3929
+                                } else if ($term_data['slug'] != '' && $term = (array) term_exists($term_data['slug'], $taxonomy)) {
3930 3930
                                     $term_data['term_id'] = $term['term_id'];
3931 3931
                                     
3932
-                                    if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3932
+                                    if ($term_id = geodir_imex_update_term($taxonomy, $term_data)) {
3933 3933
                                         $updated++;
3934 3934
                                     } else {
3935 3935
                                         $invalid++;
3936
-                                        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' ) );
3936
+                                        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'));
3937 3937
                                     }
3938 3938
                                 } else {
3939
-                                    if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3939
+                                    if ($term_id = geodir_imex_insert_term($taxonomy, $term_data)) {
3940 3940
                                         $created++;
3941 3941
                                     } else {
3942 3942
                                         $invalid++;
3943
-                                        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' ) );
3943
+                                        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'));
3944 3944
                                     }
3945 3945
                                 }
3946
-                            } else if ( $import_choice == 'skip' ) {
3947
-                                if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3946
+                            } else if ($import_choice == 'skip') {
3947
+                                if ($cat_id > 0 && $term = (array) term_exists($cat_id, $taxonomy)) {
3948 3948
                                     $skipped++;
3949
-                                } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3949
+                                } else if ($term_data['slug'] != '' && $term = (array) term_exists($term_data['slug'], $taxonomy)) {
3950 3950
                                     $skipped++;
3951 3951
                                 } else {
3952
-                                    if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3952
+                                    if ($term_id = geodir_imex_insert_term($taxonomy, $term_data)) {
3953 3953
                                         $created++;
3954 3954
                                     } else {
3955 3955
                                         $invalid++;
3956
-                                        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' ) );
3956
+                                        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'));
3957 3957
                                     }
3958 3958
                                 }
3959 3959
                             } else {
3960 3960
                                 $invalid++;
3961
-                                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' ) );
3961
+                                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'));
3962 3962
                             }
3963 3963
                             
3964
-                            if ( $term_id ) {
3964
+                            if ($term_id) {
3965 3965
                                 // WPML
3966 3966
                                 if ($is_wpml && $cat_id_original > 0 && $cat_language != '') {
3967
-                                    $wpml_element_type = 'tax_' . $taxonomy;
3968
-                                    $source_language = geodir_get_language_for_element( $cat_id_original, $wpml_element_type );
3967
+                                    $wpml_element_type = 'tax_'.$taxonomy;
3968
+                                    $source_language = geodir_get_language_for_element($cat_id_original, $wpml_element_type);
3969 3969
                                     $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
3970 3970
 
3971
-                                    $trid = $sitepress->get_element_trid( $cat_id_original, $wpml_element_type );
3971
+                                    $trid = $sitepress->get_element_trid($cat_id_original, $wpml_element_type);
3972 3972
                                     
3973
-                                    $sitepress->set_element_language_details( $term_id, $wpml_element_type, $trid, $cat_language, $source_language );
3973
+                                    $sitepress->set_element_language_details($term_id, $wpml_element_type, $trid, $cat_language, $source_language);
3974 3974
                                 }
3975 3975
                                 // WPML
3976 3976
                                 
3977
-                                if ( isset( $term_data['top_description'] ) ) {
3978
-                                    update_tax_meta( $term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype );
3977
+                                if (isset($term_data['top_description'])) {
3978
+                                    update_tax_meta($term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype);
3979 3979
                                 }
3980 3980
                                 
3981
-                                if ( isset( $term_data['cat_schema'] ) ) {
3982
-                                    update_tax_meta( $term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype );
3981
+                                if (isset($term_data['cat_schema'])) {
3982
+                                    update_tax_meta($term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype);
3983 3983
                                 }
3984 3984
             
3985 3985
                                 $attachment = false;
3986
-                                if ( isset( $term_data['image'] ) && $term_data['image'] != '' ) {
3987
-                                    $cat_image = geodir_get_default_catimage( $term_id, $cat_posttype );
3988
-                                    $cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : '';
3986
+                                if (isset($term_data['image']) && $term_data['image'] != '') {
3987
+                                    $cat_image = geodir_get_default_catimage($term_id, $cat_posttype);
3988
+                                    $cat_image = !empty($cat_image) && isset($cat_image['src']) ? $cat_image['src'] : '';
3989 3989
                                     
3990
-                                    if ( basename($cat_image) != $term_data['image'] ) {
3990
+                                    if (basename($cat_image) != $term_data['image']) {
3991 3991
                                         $attachment = true;
3992
-                                        update_tax_meta( $term_id, 'ct_cat_default_img', array( 'id' => 'image', 'src' => $uploads['url'] . '/' . $term_data['image'] ), $cat_posttype );
3992
+                                        update_tax_meta($term_id, 'ct_cat_default_img', array('id' => 'image', 'src' => $uploads['url'].'/'.$term_data['image']), $cat_posttype);
3993 3993
                                     }
3994 3994
                                 }
3995 3995
                                 
3996
-                                if ( isset( $term_data['icon'] ) && $term_data['icon'] != '' ) {
3997
-                                    $cat_icon = get_tax_meta( $term_id, 'ct_cat_icon', false, $cat_posttype );
3998
-                                    $cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : '';
3996
+                                if (isset($term_data['icon']) && $term_data['icon'] != '') {
3997
+                                    $cat_icon = get_tax_meta($term_id, 'ct_cat_icon', false, $cat_posttype);
3998
+                                    $cat_icon = !empty($cat_icon) && isset($cat_icon['src']) ? $cat_icon['src'] : '';
3999 3999
 
4000
-                                    if ( basename($cat_icon) != $term_data['icon'] ) {
4000
+                                    if (basename($cat_icon) != $term_data['icon']) {
4001 4001
                                         $attachment = true;
4002
-                                        update_tax_meta( $term_id, 'ct_cat_icon', array( 'id' => 'icon', 'src' => $uploads['url'] . '/' . $term_data['icon'] ), $cat_posttype );
4002
+                                        update_tax_meta($term_id, 'ct_cat_icon', array('id' => 'icon', 'src' => $uploads['url'].'/'.$term_data['icon']), $cat_posttype);
4003 4003
                                     }
4004 4004
                                 }
4005 4005
                                 
4006
-                                if ( $attachment ) {
4006
+                                if ($attachment) {
4007 4007
                                     $images++;
4008 4008
                                 }
4009 4009
                             }
@@ -4025,35 +4025,35 @@  discard block
 block discarded – undo
4025 4025
                 $json['invalid'] = $invalid;
4026 4026
                 $json['images'] = $images;
4027 4027
                 
4028
-                wp_send_json( $json );
4028
+                wp_send_json($json);
4029 4029
                 exit;
4030
-            } else if ( $task == 'import_post' ) {
4031
-                $xtimings['###1'] = microtime(true)-$xstart;
4030
+            } else if ($task == 'import_post') {
4031
+                $xtimings['###1'] = microtime(true) - $xstart;
4032 4032
                 //run some stuff to make the import quicker
4033
-                wp_defer_term_counting( true );
4034
-                wp_defer_comment_counting( true );
4035
-                $wpdb->query( 'SET autocommit = 0;' );
4033
+                wp_defer_term_counting(true);
4034
+                wp_defer_comment_counting(true);
4035
+                $wpdb->query('SET autocommit = 0;');
4036 4036
 //
4037 4037
 //                remove_all_actions('publish_post');
4038 4038
 //                remove_all_actions('transition_post_status');
4039 4039
 //                remove_all_actions('publish_future_post');
4040 4040
 
4041 4041
                 if (!empty($file)) {
4042
-                    $is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
4042
+                    $is_claim_active = is_plugin_active('geodir_claim_listing/geodir_claim_listing.php') && get_option('geodir_claim_enable') === 'yes' ? true : false;
4043 4043
                     $wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses.
4044 4044
                     $default_status = 'publish';
4045
-                    $current_date = date_i18n( 'Y-m-d', time() );
4045
+                    $current_date = date_i18n('Y-m-d', time());
4046 4046
                     
4047 4047
                     $columns = isset($file[0]) ? $file[0] : NULL;
4048 4048
                     
4049 4049
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4050 4050
                         $json['error'] = CSV_INVAILD_FILE;
4051
-                        wp_send_json( $json );
4051
+                        wp_send_json($json);
4052 4052
                         exit;
4053 4053
                     }
4054
-                    $xtimings['###2'] = microtime(true)-$xstart;
4054
+                    $xtimings['###2'] = microtime(true) - $xstart;
4055 4055
                     $gd_error_log = __('GD IMPORT LISTINGS [ROW %d]:', 'geodirectory');
4056
-                    $wp_chars_error = __( '(check & remove if any invalid characters used in data)', 'geodirectory' );
4056
+                    $wp_chars_error = __('(check & remove if any invalid characters used in data)', 'geodirectory');
4057 4057
                     $processed_actual = 0;
4058 4058
                     for ($i = 1; $i <= $limit; $i++) {
4059 4059
                         $index = $processed + $i;
@@ -4062,9 +4062,9 @@  discard block
 block discarded – undo
4062 4062
                         if (isset($file[$index])) {
4063 4063
                             $processed_actual++;
4064 4064
                             $row = $file[$index];
4065
-                            $row = array_map( 'trim', $row );
4065
+                            $row = array_map('trim', $row);
4066 4066
                             //$row = array_map( 'utf8_encode', $row );
4067
-                            $row = array_map( 'addslashes_gpc', $row );
4067
+                            $row = array_map('addslashes_gpc', $row);
4068 4068
                             
4069 4069
                             $post_id = '';
4070 4070
                             $post_title = '';
@@ -4102,80 +4102,80 @@  discard block
 block discarded – undo
4102 4102
                             $original_post_id = '';
4103 4103
                             
4104 4104
                             $c = 0;
4105
-                            foreach ($columns as $column ) {
4105
+                            foreach ($columns as $column) {
4106 4106
                                 $gd_post[$column] = $row[$c];
4107 4107
                                 
4108
-                                if ( $column == 'post_id' ) {
4108
+                                if ($column == 'post_id') {
4109 4109
                                     $post_id = $row[$c];
4110
-                                } else if ( $column == 'post_title' ) {
4110
+                                } else if ($column == 'post_title') {
4111 4111
                                     $post_title = sanitize_text_field($row[$c]);
4112
-                                } else if ( $column == 'post_author' ) {
4112
+                                } else if ($column == 'post_author') {
4113 4113
                                     $post_author = $row[$c];
4114
-                                } else if ( $column == 'post_date' ) {
4114
+                                } else if ($column == 'post_date') {
4115 4115
                                     $post_date = $row[$c];
4116
-                                } else if ( $column == 'post_content' ) {
4116
+                                } else if ($column == 'post_content') {
4117 4117
                                     $post_content = $row[$c];
4118
-                                } else if ( $column == 'post_category' && $row[$c] != '' ) {
4119
-                                    $post_category_arr = explode( ',', $row[$c] );
4120
-                                } else if ( $column == 'default_category' ) {
4118
+                                } else if ($column == 'post_category' && $row[$c] != '') {
4119
+                                    $post_category_arr = explode(',', $row[$c]);
4120
+                                } else if ($column == 'default_category') {
4121 4121
                                     $default_category = wp_kses_normalize_entities($row[$c]);
4122
-                                } else if ( $column == 'post_tags' && $row[$c] != '' ) {
4123
-                                    $post_tags = explode( ',', sanitize_text_field($row[$c]) );
4124
-                                } else if ( $column == 'post_type' ) {
4122
+                                } else if ($column == 'post_tags' && $row[$c] != '') {
4123
+                                    $post_tags = explode(',', sanitize_text_field($row[$c]));
4124
+                                } else if ($column == 'post_type') {
4125 4125
                                     $post_type = $row[$c];
4126
-                                } else if ( $column == 'post_status' ) {
4127
-                                    $post_status = sanitize_key( $row[$c] );
4128
-                                } else if ( $column == 'is_featured' ) {
4129
-                                    $is_featured = (int)$row[$c];
4130
-                                } else if ( $column == 'geodir_video' ) {
4126
+                                } else if ($column == 'post_status') {
4127
+                                    $post_status = sanitize_key($row[$c]);
4128
+                                } else if ($column == 'is_featured') {
4129
+                                    $is_featured = (int) $row[$c];
4130
+                                } else if ($column == 'geodir_video') {
4131 4131
                                     $geodir_video = $row[$c];
4132
-                                } else if ( $column == 'post_address' ) {
4132
+                                } else if ($column == 'post_address') {
4133 4133
                                     $post_address = sanitize_text_field($row[$c]);
4134
-                                } else if ( $column == 'post_city' ) {
4134
+                                } else if ($column == 'post_city') {
4135 4135
                                     $post_city = sanitize_text_field($row[$c]);
4136
-                                } else if ( $column == 'post_region' ) {
4136
+                                } else if ($column == 'post_region') {
4137 4137
                                     $post_region = sanitize_text_field($row[$c]);
4138
-                                } else if ( $column == 'post_country' ) {
4138
+                                } else if ($column == 'post_country') {
4139 4139
                                     $post_country = sanitize_text_field($row[$c]);
4140
-                                } else if ( $column == 'post_zip' ) {
4140
+                                } else if ($column == 'post_zip') {
4141 4141
                                     $post_zip = sanitize_text_field($row[$c]);
4142
-                                } else if ( $column == 'post_latitude' ) {
4142
+                                } else if ($column == 'post_latitude') {
4143 4143
                                     $post_latitude = sanitize_text_field($row[$c]);
4144
-                                } else if ( $column == 'post_longitude' ) {
4144
+                                } else if ($column == 'post_longitude') {
4145 4145
                                     $post_longitude = sanitize_text_field($row[$c]);
4146
-                                } else if ( $column == 'post_neighbourhood' ) {
4146
+                                } else if ($column == 'post_neighbourhood') {
4147 4147
                                     $post_neighbourhood = sanitize_text_field($row[$c]);
4148 4148
                                     unset($gd_post[$column]);
4149
-                                } else if ( $column == 'neighbourhood_latitude' ) {
4149
+                                } else if ($column == 'neighbourhood_latitude') {
4150 4150
                                     $neighbourhood_latitude = sanitize_text_field($row[$c]);
4151
-                                } else if ( $column == 'neighbourhood_longitude' ) {
4151
+                                } else if ($column == 'neighbourhood_longitude') {
4152 4152
                                     $neighbourhood_longitude = sanitize_text_field($row[$c]);
4153
-                                } else if ( $column == 'geodir_timing' ) {
4153
+                                } else if ($column == 'geodir_timing') {
4154 4154
                                     $geodir_timing = sanitize_text_field($row[$c]);
4155
-                                } else if ( $column == 'geodir_contact' ) {
4155
+                                } else if ($column == 'geodir_contact') {
4156 4156
                                     $geodir_contact = sanitize_text_field($row[$c]);
4157
-                                } else if ( $column == 'geodir_email' ) {
4157
+                                } else if ($column == 'geodir_email') {
4158 4158
                                     $geodir_email = sanitize_email($row[$c]);
4159
-                                } else if ( $column == 'geodir_website' ) {
4159
+                                } else if ($column == 'geodir_website') {
4160 4160
                                     $geodir_website = sanitize_text_field($row[$c]);
4161
-                                } else if ( $column == 'geodir_twitter' ) {
4161
+                                } else if ($column == 'geodir_twitter') {
4162 4162
                                     $geodir_twitter = sanitize_text_field($row[$c]);
4163
-                                } else if ( $column == 'geodir_facebook' ) {
4163
+                                } else if ($column == 'geodir_facebook') {
4164 4164
                                     $geodir_facebook = sanitize_text_field($row[$c]);
4165
-                                } else if ( $column == 'IMAGE' && !empty( $row[$c] ) && $row[$c] != '' ) {
4165
+                                } else if ($column == 'IMAGE' && !empty($row[$c]) && $row[$c] != '') {
4166 4166
                                     $post_images[] = $row[$c];
4167
-                                } else if ( $column == 'alive_days' && (int)$row[$c] > 0 ) {
4168
-                                    $expire_date = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$row[$c] . ' days' ) );
4169
-                                } else if ( $column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never' ) {
4167
+                                } else if ($column == 'alive_days' && (int) $row[$c] > 0) {
4168
+                                    $expire_date = date_i18n('Y-m-d', strtotime($current_date.'+'.(int) $row[$c].' days'));
4169
+                                } else if ($column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never') {
4170 4170
                                     $row[$c] = str_replace('/', '-', $row[$c]);
4171
-                                    $expire_date = date_i18n( 'Y-m-d', strtotime( $row[$c] ) );
4171
+                                    $expire_date = date_i18n('Y-m-d', strtotime($row[$c]));
4172 4172
                                 }
4173 4173
                                 // WPML
4174 4174
                                 if ($is_wpml) {
4175 4175
                                     if ($column == 'language') {
4176 4176
                                         $language = geodir_strtolower(trim($row[$c]));
4177 4177
                                     } else if ($column == 'original_post_id') {
4178
-                                        $original_post_id = (int)$row[$c];
4178
+                                        $original_post_id = (int) $row[$c];
4179 4179
                                     }
4180 4180
                                 }
4181 4181
                                 // WPML
@@ -4183,7 +4183,7 @@  discard block
 block discarded – undo
4183 4183
                             }
4184 4184
                             // listing claimed or not
4185 4185
                             if ($is_claim_active && isset($gd_post['claimed'])) {
4186
-                                $gd_post['claimed'] = (int)$gd_post['claimed'] == 1 ? 1 : 0;
4186
+                                $gd_post['claimed'] = (int) $gd_post['claimed'] == 1 ? 1 : 0;
4187 4187
                             }
4188 4188
                             
4189 4189
                             // WPML
@@ -4194,43 +4194,43 @@  discard block
 block discarded – undo
4194 4194
 
4195 4195
                             $gd_post['IMAGE'] = $post_images;
4196 4196
                             
4197
-                            $post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status;
4198
-                            $post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status;
4197
+                            $post_status = !empty($post_status) ? sanitize_key($post_status) : $default_status;
4198
+                            $post_status = !empty($wp_post_statuses) && !isset($wp_post_statuses[$post_status]) ? $default_status : $post_status;
4199 4199
                                                                                                                 
4200 4200
                             $valid = true;
4201 4201
                             
4202
-                            if ( $post_title == '' || !in_array( $post_type, $post_types ) ) {
4202
+                            if ($post_title == '' || !in_array($post_type, $post_types)) {
4203 4203
                                 $invalid++;
4204 4204
                                 $valid = false;
4205
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
4205
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank title/invalid post type', 'geodirectory'));
4206 4206
                             }
4207
-                            $xtimings['###3'] = microtime(true)-$xstart;
4208
-                            $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true;
4209
-                            if ( $location_allowed ) {
4207
+                            $xtimings['###3'] = microtime(true) - $xstart;
4208
+                            $location_allowed = function_exists('geodir_cpt_no_location') && geodir_cpt_no_location($post_type) ? false : true;
4209
+                            if ($location_allowed) {
4210 4210
                                 $location_result = geodir_get_default_location();
4211
-                                if ( $post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '' ) {
4211
+                                if ($post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '') {
4212 4212
                                     $invalid_addr++;
4213 4213
                                     $valid = false;
4214
-                                    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' ) );
4215
-                                } else if ( !empty( $location_result ) && $location_result->location_id == 0 ) {
4216
-                                    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 ) ) ) {
4214
+                                    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'));
4215
+                                } else if (!empty($location_result) && $location_result->location_id == 0) {
4216
+                                    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))) {
4217 4217
                                         $invalid_addr++;
4218 4218
                                         $valid = false;
4219
-                                        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' ) );
4219
+                                        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'));
4220 4220
                                     } else {
4221 4221
                                         if (!$location_manager) {
4222
-                                            $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.
4222
+                                            $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.
4223 4223
                                         }
4224 4224
                                     }
4225 4225
                                 }
4226 4226
                             }
4227
-                            $xtimings['###4']   = microtime(true)-$xstart;
4228
-                            if ( !$valid ) {
4227
+                            $xtimings['###4'] = microtime(true) - $xstart;
4228
+                            if (!$valid) {
4229 4229
                                 continue;
4230 4230
                             }
4231 4231
 
4232
-                            $cat_taxonomy = $post_type . 'category';
4233
-                            $tags_taxonomy = $post_type . '_tags';
4232
+                            $cat_taxonomy = $post_type.'category';
4233
+                            $tags_taxonomy = $post_type.'_tags';
4234 4234
                             
4235 4235
                             if ($default_category != '' && !in_array($default_category, $post_category_arr)) {
4236 4236
                                 $post_category_arr = array_merge(array($default_category), $post_category_arr);
@@ -4238,29 +4238,29 @@  discard block
 block discarded – undo
4238 4238
 
4239 4239
                             $post_category = array();
4240 4240
                             $default_category_id = NULL;
4241
-                            if ( !empty( $post_category_arr ) ) {
4242
-                                foreach ( $post_category_arr as $value ) {
4243
-                                    $category_name = wp_kses_normalize_entities( trim( $value ) );
4241
+                            if (!empty($post_category_arr)) {
4242
+                                foreach ($post_category_arr as $value) {
4243
+                                    $category_name = wp_kses_normalize_entities(trim($value));
4244 4244
                                     
4245
-                                    if ( $category_name != '' ) {
4245
+                                    if ($category_name != '') {
4246 4246
                                         $term_category = array();
4247 4247
                                         
4248
-                                        if ( $term = get_term_by( 'name', $category_name, $cat_taxonomy ) ) {
4248
+                                        if ($term = get_term_by('name', $category_name, $cat_taxonomy)) {
4249 4249
                                             $term_category = $term;
4250
-                                        } else if ( $term = get_term_by( 'slug', $category_name, $cat_taxonomy ) ) {
4250
+                                        } else if ($term = get_term_by('slug', $category_name, $cat_taxonomy)) {
4251 4251
                                             $term_category = $term;
4252 4252
                                         } else {
4253 4253
                                             $term_data = array();
4254 4254
                                             $term_data['name'] = $category_name;
4255 4255
                                             $term_data['taxonomy'] = $cat_taxonomy;
4256 4256
                                             
4257
-                                            $term_id = geodir_imex_insert_term( $cat_taxonomy, $term_data );
4258
-                                            if ( $term_id ) {
4259
-                                                $term_category = get_term( $term_id, $cat_taxonomy );
4257
+                                            $term_id = geodir_imex_insert_term($cat_taxonomy, $term_data);
4258
+                                            if ($term_id) {
4259
+                                                $term_category = get_term($term_id, $cat_taxonomy);
4260 4260
                                             }
4261 4261
                                         }
4262 4262
                                         
4263
-                                        if ( !empty( $term_category ) && !is_wp_error( $term_category ) ) {
4263
+                                        if (!empty($term_category) && !is_wp_error($term_category)) {
4264 4264
                                             $post_category[] = intval($term_category->term_id);
4265 4265
                                             
4266 4266
                                             if ($category_name == $default_category) {
@@ -4270,12 +4270,12 @@  discard block
 block discarded – undo
4270 4270
                                     }
4271 4271
                                 }
4272 4272
                             }
4273
-                            $xtimings['###5'] = microtime(true)-$xstart;
4273
+                            $xtimings['###5'] = microtime(true) - $xstart;
4274 4274
                             $save_post = array();
4275 4275
                             $save_post['post_title'] = $post_title;
4276 4276
                             if (!empty($post_date)) {
4277 4277
                                 $save_post['post_date'] = $post_date;
4278
-                                $save_post['post_date_gmt'] = get_gmt_from_date( $post_date );
4278
+                                $save_post['post_date_gmt'] = get_gmt_from_date($post_date);
4279 4279
                             }
4280 4280
                             $save_post['post_content'] = $post_content;
4281 4281
                             $save_post['post_type'] = $post_type;
@@ -4285,15 +4285,15 @@  discard block
 block discarded – undo
4285 4285
                             $save_post['post_tags'] = $post_tags;
4286 4286
 
4287 4287
                             $saved_post_id = NULL;
4288
-                            if ( $import_choice == 'update' ) {
4289
-                                $gd_wp_error = __( 'Unable to add listing, please check the listing data.', 'geodirectory' );
4288
+                            if ($import_choice == 'update') {
4289
+                                $gd_wp_error = __('Unable to add listing, please check the listing data.', 'geodirectory');
4290 4290
                                 
4291
-                                if ( $post_id > 0 && get_post( $post_id ) ) {
4291
+                                if ($post_id > 0 && get_post($post_id)) {
4292 4292
                                     $save_post['ID'] = $post_id;
4293 4293
                                     
4294
-                                    if ( $saved_post_id = wp_update_post( $save_post, true ) ) {
4295
-                                        if ( is_wp_error( $saved_post_id ) ) {
4296
-                                            $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4294
+                                    if ($saved_post_id = wp_update_post($save_post, true)) {
4295
+                                        if (is_wp_error($saved_post_id)) {
4296
+                                            $gd_wp_error = $saved_post_id->get_error_message().' '.$wp_chars_error;
4297 4297
                                             $saved_post_id = 0;
4298 4298
                                         } else {
4299 4299
                                             $saved_post_id = $post_id;
@@ -4301,9 +4301,9 @@  discard block
 block discarded – undo
4301 4301
                                         }
4302 4302
                                     }
4303 4303
                                 } else {
4304
-                                    if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4305
-                                        if ( is_wp_error( $saved_post_id ) ) {
4306
-                                            $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4304
+                                    if ($saved_post_id = wp_insert_post($save_post, true)) {
4305
+                                        if (is_wp_error($saved_post_id)) {
4306
+                                            $gd_wp_error = $saved_post_id->get_error_message().' '.$wp_chars_error;
4307 4307
                                             $saved_post_id = 0;
4308 4308
                                         } else {
4309 4309
                                             $created++;
@@ -4311,19 +4311,19 @@  discard block
 block discarded – undo
4311 4311
                                     }
4312 4312
                                 }
4313 4313
                                 
4314
-                                if ( !$saved_post_id > 0 ) {
4314
+                                if (!$saved_post_id > 0) {
4315 4315
                                     $invalid++;
4316
-                                    geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_wp_error );
4316
+                                    geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_wp_error);
4317 4317
                                 }
4318
-                            } else if ( $import_choice == 'skip' ) {
4319
-                                if ( $post_id > 0 && get_post( $post_id ) ) {
4318
+                            } else if ($import_choice == 'skip') {
4319
+                                if ($post_id > 0 && get_post($post_id)) {
4320 4320
                                     $skipped++;	
4321 4321
                                 } else {
4322
-                                    if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4323
-                                        if ( is_wp_error( $saved_post_id ) ) {
4322
+                                    if ($saved_post_id = wp_insert_post($save_post, true)) {
4323
+                                        if (is_wp_error($saved_post_id)) {
4324 4324
                                             $invalid++;
4325 4325
                                             
4326
-                                            geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $saved_post_id->get_error_message() . ' ' . $wp_chars_error );
4326
+                                            geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$saved_post_id->get_error_message().' '.$wp_chars_error);
4327 4327
                                             $saved_post_id = 0;
4328 4328
                                         } else {
4329 4329
                                             $created++;
@@ -4331,28 +4331,28 @@  discard block
 block discarded – undo
4331 4331
                                     } else {
4332 4332
                                         $invalid++;
4333 4333
                                         
4334
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4334
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$wp_chars_error);
4335 4335
                                     }
4336 4336
                                 }
4337 4337
                             } else {
4338 4338
                                 $invalid++;
4339 4339
                                 
4340
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4340
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$wp_chars_error);
4341 4341
                             }
4342
-                            $xtimings['###6'] = microtime(true)-$xstart;
4343
-                            if ( (int)$saved_post_id > 0 ) {
4342
+                            $xtimings['###6'] = microtime(true) - $xstart;
4343
+                            if ((int) $saved_post_id > 0) {
4344 4344
                                 // WPML
4345 4345
                                 if ($is_wpml && $original_post_id > 0 && $language != '') {
4346
-                                    $wpml_post_type = 'post_' . $post_type;
4347
-                                    $source_language = geodir_get_language_for_element( $original_post_id, $wpml_post_type );
4346
+                                    $wpml_post_type = 'post_'.$post_type;
4347
+                                    $source_language = geodir_get_language_for_element($original_post_id, $wpml_post_type);
4348 4348
                                     $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
4349 4349
 
4350
-                                    $trid = $sitepress->get_element_trid( $original_post_id, $wpml_post_type );
4350
+                                    $trid = $sitepress->get_element_trid($original_post_id, $wpml_post_type);
4351 4351
                                     
4352
-                                    $sitepress->set_element_language_details( $saved_post_id, $wpml_post_type, $trid, $language, $source_language );
4352
+                                    $sitepress->set_element_language_details($saved_post_id, $wpml_post_type, $trid, $language, $source_language);
4353 4353
                                 }
4354 4354
                                 // WPML
4355
-                                $gd_post_info = geodir_get_post_info( $saved_post_id );
4355
+                                $gd_post_info = geodir_get_post_info($saved_post_id);
4356 4356
                                 
4357 4357
                                 $gd_post['post_id'] = $saved_post_id;
4358 4358
                                 $gd_post['ID'] = $saved_post_id;
@@ -4364,7 +4364,7 @@  discard block
 block discarded – undo
4364 4364
                                                     
4365 4365
                                 // post location
4366 4366
                                 $post_location_id = 0;
4367
-                                if ( $location_allowed && !empty( $location_result ) && $location_result->location_id > 0 ) {
4367
+                                if ($location_allowed && !empty($location_result) && $location_result->location_id > 0) {
4368 4368
                                     $gd_post['post_neighbourhood'] = '';
4369 4369
                                     
4370 4370
                                     $post_location_info = array(
@@ -4374,7 +4374,7 @@  discard block
 block discarded – undo
4374 4374
                                                                 'geo_lat' => $post_latitude,
4375 4375
                                                                 'geo_lng' => $post_longitude
4376 4376
                                                             );
4377
-                                    if ( $location_id = (int)geodir_add_new_location( $post_location_info ) ) {
4377
+                                    if ($location_id = (int) geodir_add_new_location($post_location_info)) {
4378 4378
                                         $post_location_id = $location_id;
4379 4379
                                     }
4380 4380
                                     
@@ -4412,14 +4412,14 @@  discard block
 block discarded – undo
4412 4412
                                 $gd_post['post_location_id'] = $post_location_id;
4413 4413
                                 
4414 4414
                                 // post package info
4415
-                                $package_id = isset( $gd_post['package_id'] ) && !empty( $gd_post['package_id'] ) ? (int)$gd_post['package_id'] : 0;
4415
+                                $package_id = isset($gd_post['package_id']) && !empty($gd_post['package_id']) ? (int) $gd_post['package_id'] : 0;
4416 4416
                                 if (!$package_id && !empty($gd_post_info) && isset($gd_post_info->package_id) && $gd_post_info->package_id) {
4417 4417
                                     $package_id = $gd_post_info->package_id;
4418 4418
                                 }
4419 4419
                                 
4420 4420
                                 $package_info = array();
4421 4421
                                 if ($package_id && function_exists('geodir_get_package_info_by_id')) {
4422
-                                    $package_info = (array)geodir_get_package_info_by_id($package_id);
4422
+                                    $package_info = (array) geodir_get_package_info_by_id($package_id);
4423 4423
                                     
4424 4424
                                     if (!(!empty($package_info) && isset($package_info['post_type']) && $package_info['post_type'] == $post_type)) {
4425 4425
                                         $package_info = array();
@@ -4427,18 +4427,18 @@  discard block
 block discarded – undo
4427 4427
                                 }
4428 4428
                                 
4429 4429
                                 if (empty($package_info)) {
4430
-                                    $package_info = (array)geodir_post_package_info( array(), '', $post_type );
4430
+                                    $package_info = (array) geodir_post_package_info(array(), '', $post_type);
4431 4431
                                 }
4432 4432
                                  
4433
-                                if (!empty($package_info))	 {
4433
+                                if (!empty($package_info)) {
4434 4434
                                     $package_id = $package_info['pid'];
4435 4435
                                     
4436 4436
                                     if (isset($gd_post['alive_days']) || isset($gd_post['expire_date'])) {
4437 4437
                                         $gd_post['expire_date'] = $expire_date;
4438 4438
                                     } else {
4439
-                                        if ( isset( $package_info['days'] ) && (int)$package_info['days'] > 0 ) {
4440
-                                            $gd_post['alive_days'] = (int)$package_info['days'];
4441
-                                            $gd_post['expire_date'] = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$package_info['days'] . ' days' ) );
4439
+                                        if (isset($package_info['days']) && (int) $package_info['days'] > 0) {
4440
+                                            $gd_post['alive_days'] = (int) $package_info['days'];
4441
+                                            $gd_post['expire_date'] = date_i18n('Y-m-d', strtotime($current_date.'+'.(int) $package_info['days'].' days'));
4442 4442
                                         } else {
4443 4443
                                             $gd_post['expire_date'] = 'Never';
4444 4444
                                         }
@@ -4447,7 +4447,7 @@  discard block
 block discarded – undo
4447 4447
                                     $gd_post['package_id'] = $package_id;
4448 4448
                                 }
4449 4449
 
4450
-                                $table = $plugin_prefix . $post_type . '_detail';
4450
+                                $table = $plugin_prefix.$post_type.'_detail';
4451 4451
                                 
4452 4452
                                 if ($post_type == 'gd_event') {
4453 4453
                                     $gd_post = geodir_imex_process_event_data($gd_post);
@@ -4458,65 +4458,65 @@  discard block
 block discarded – undo
4458 4458
                                 }
4459 4459
 
4460 4460
                                 // Export franchise fields
4461
-                                $is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false;
4461
+                                $is_franchise_active = is_plugin_active('geodir_franchise/geodir_franchise.php') && geodir_franchise_enabled($post_type) ? true : false;
4462 4462
                                 if ($is_franchise_active) {
4463
-                                    if ( isset( $gd_post['gd_is_franchise'] ) && (int)$gd_post['gd_is_franchise'] == 1 ) {
4463
+                                    if (isset($gd_post['gd_is_franchise']) && (int) $gd_post['gd_is_franchise'] == 1) {
4464 4464
                                         $gd_franchise_lock = array();
4465 4465
                                         
4466
-                                        if ( isset( $gd_post['gd_franchise_lock'] ) ) {
4467
-                                            $gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock'] );
4468
-                                            $gd_franchise_lock = trim( $gd_franchise_lock );
4469
-                                            $gd_franchise_lock = explode( ",", $gd_franchise_lock );
4466
+                                        if (isset($gd_post['gd_franchise_lock'])) {
4467
+                                            $gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock']);
4468
+                                            $gd_franchise_lock = trim($gd_franchise_lock);
4469
+                                            $gd_franchise_lock = explode(",", $gd_franchise_lock);
4470 4470
                                         }
4471 4471
                                         
4472
-                                        update_post_meta( $saved_post_id, 'gd_is_franchise', 1 );
4473
-                                        update_post_meta( $saved_post_id, 'gd_franchise_lock', $gd_franchise_lock );
4472
+                                        update_post_meta($saved_post_id, 'gd_is_franchise', 1);
4473
+                                        update_post_meta($saved_post_id, 'gd_franchise_lock', $gd_franchise_lock);
4474 4474
                                     } else {
4475
-                                        if ( isset( $gd_post['franchise'] ) && (int)$gd_post['franchise'] > 0 && geodir_franchise_check( (int)$gd_post['franchise'] ) ) {
4476
-                                            geodir_save_post_meta( $saved_post_id, 'franchise', (int)$gd_post['franchise'] );
4475
+                                        if (isset($gd_post['franchise']) && (int) $gd_post['franchise'] > 0 && geodir_franchise_check((int) $gd_post['franchise'])) {
4476
+                                            geodir_save_post_meta($saved_post_id, 'franchise', (int) $gd_post['franchise']);
4477 4477
                                         }
4478 4478
                                     }
4479 4479
                                 }
4480 4480
                                 
4481 4481
                                 if (!empty($save_post['post_category']) && is_array($save_post['post_category'])) {
4482
-                                    $save_post['post_category'] = array_unique( array_map( 'intval', $save_post['post_category'] ) );
4482
+                                    $save_post['post_category'] = array_unique(array_map('intval', $save_post['post_category']));
4483 4483
                                     if ($default_category_id) {
4484 4484
                                         $save_post['post_default_category'] = $default_category_id;
4485 4485
                                         $gd_post['default_category'] = $default_category_id;
4486 4486
                                     }
4487 4487
                                     $gd_post[$cat_taxonomy] = $save_post['post_category'];
4488 4488
                                 }
4489
-                                $xtimings['###7'] = microtime(true)-$xstart;
4489
+                                $xtimings['###7'] = microtime(true) - $xstart;
4490 4490
                                 // Save post info
4491
-                                geodir_save_post_info( $saved_post_id, $gd_post );
4492
-                                $xtimings['###8'] = microtime(true)-$xstart;
4491
+                                geodir_save_post_info($saved_post_id, $gd_post);
4492
+                                $xtimings['###8'] = microtime(true) - $xstart;
4493 4493
                                 // post taxonomies
4494
-                                if ( !empty( $save_post['post_category'] ) ) {
4495
-                                    wp_set_object_terms( $saved_post_id, $save_post['post_category'], $cat_taxonomy );
4494
+                                if (!empty($save_post['post_category'])) {
4495
+                                    wp_set_object_terms($saved_post_id, $save_post['post_category'], $cat_taxonomy);
4496 4496
                                     
4497
-                                    $post_default_category = isset( $save_post['post_default_category'] ) ? $save_post['post_default_category'] : '';
4497
+                                    $post_default_category = isset($save_post['post_default_category']) ? $save_post['post_default_category'] : '';
4498 4498
                                     if ($default_category_id) {
4499 4499
                                         $post_default_category = $default_category_id;
4500 4500
                                     }
4501 4501
                                     $post_cat_ids = geodir_get_post_meta($saved_post_id, $cat_taxonomy);
4502 4502
                                     $save_post['post_category'] = !empty($post_cat_ids) ? explode(",", trim($post_cat_ids, ",")) : $save_post['post_category'];
4503
-                                    $post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']) . ',y:' : '';
4503
+                                    $post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']).',y:' : '';
4504 4504
                                     
4505 4505
                                     if ($post_category_str != '' && $post_default_category) {
4506
-                                        $post_category_str = str_replace($post_default_category . ',y:', $post_default_category . ',y,d:', $post_category_str);
4506
+                                        $post_category_str = str_replace($post_default_category.',y:', $post_default_category.',y,d:', $post_category_str);
4507 4507
                                     }
4508 4508
                                     
4509 4509
                                     $post_category_str = $post_category_str != '' ? array($cat_taxonomy => $post_category_str) : '';
4510 4510
                                     
4511
-                                    geodir_set_postcat_structure( $saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str );
4511
+                                    geodir_set_postcat_structure($saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str);
4512 4512
                                 }
4513
-                                $xtimings['###8.1'] = microtime(true)-$xstart;
4514
-                                if ( !empty( $save_post['post_tags'] ) ) {
4515
-                                    wp_set_object_terms( $saved_post_id, $save_post['post_tags'], $tags_taxonomy );
4513
+                                $xtimings['###8.1'] = microtime(true) - $xstart;
4514
+                                if (!empty($save_post['post_tags'])) {
4515
+                                    wp_set_object_terms($saved_post_id, $save_post['post_tags'], $tags_taxonomy);
4516 4516
                                 }
4517
-                                $xtimings['###9'] = microtime(true)-$xstart;
4517
+                                $xtimings['###9'] = microtime(true) - $xstart;
4518 4518
                                 // Post images
4519
-                                if ( !empty( $post_images ) ) {
4519
+                                if (!empty($post_images)) {
4520 4520
                                     $post_images = array_unique($post_images);
4521 4521
                                     
4522 4522
                                     $old_post_images_arr = array();
@@ -4524,65 +4524,65 @@  discard block
 block discarded – undo
4524 4524
                                     
4525 4525
                                     $order = 1;
4526 4526
                                     
4527
-                                    $old_post_images = geodir_get_images( $saved_post_id );
4528
-                                    $xtimings['###9.1'] = microtime(true)-$xstart;
4527
+                                    $old_post_images = geodir_get_images($saved_post_id);
4528
+                                    $xtimings['###9.1'] = microtime(true) - $xstart;
4529 4529
                                     if (!empty($old_post_images)) {
4530
-                                        foreach( $old_post_images as $old_post_image ) {
4530
+                                        foreach ($old_post_images as $old_post_image) {
4531 4531
                                             if (!empty($old_post_image) && isset($old_post_image->file) && $old_post_image->file != '') {
4532 4532
                                                 $old_post_images_arr[] = $old_post_image->file;
4533 4533
                                             }
4534 4534
                                         }
4535 4535
                                     }
4536 4536
 
4537
-                                    foreach ( $post_images as $post_image ) {
4538
-                                        $image_name = basename( $post_image );
4537
+                                    foreach ($post_images as $post_image) {
4538
+                                        $image_name = basename($post_image);
4539 4539
                                         $saved_post_images_arr[] = $image_name;
4540 4540
                                         
4541
-                                        if (!empty($old_post_images_arr) && in_array( $image_name, $old_post_images_arr) ) {
4541
+                                        if (!empty($old_post_images_arr) && in_array($image_name, $old_post_images_arr)) {
4542 4542
                                             continue; // Skip if image already exists.
4543 4543
                                         }
4544 4544
                                         
4545
-                                        $image_name_parts = explode( '.', $image_name );
4546
-                                        array_pop( $image_name_parts );
4547
-                                        $proper_image_name = implode( '.', $image_name_parts );
4548
-                                        $xtimings['###9.2'] = microtime(true)-$xstart;
4549
-                                        $arr_file_type = wp_check_filetype( $image_name );
4550
-                                        $xtimings['###9.3'] = microtime(true)-$xstart;
4551
-                                        if ( !empty( $arr_file_type ) ) {
4545
+                                        $image_name_parts = explode('.', $image_name);
4546
+                                        array_pop($image_name_parts);
4547
+                                        $proper_image_name = implode('.', $image_name_parts);
4548
+                                        $xtimings['###9.2'] = microtime(true) - $xstart;
4549
+                                        $arr_file_type = wp_check_filetype($image_name);
4550
+                                        $xtimings['###9.3'] = microtime(true) - $xstart;
4551
+                                        if (!empty($arr_file_type)) {
4552 4552
                                             $uploaded_file_type = $arr_file_type['type'];
4553 4553
                                             
4554 4554
                                             $attachment = array();
4555 4555
                                             $attachment['post_id'] = $saved_post_id;
4556 4556
                                             $attachment['title'] = $proper_image_name;
4557 4557
                                             $attachment['content'] = '';
4558
-                                            $attachment['file'] = $uploads_subdir . '/' . $image_name;
4558
+                                            $attachment['file'] = $uploads_subdir.'/'.$image_name;
4559 4559
                                             $attachment['mime_type'] = $uploaded_file_type;
4560 4560
                                             $attachment['menu_order'] = $order;
4561 4561
                                             $attachment['is_featured'] = 0;
4562 4562
 
4563 4563
                                             $attachment_set = '';
4564
-                                            foreach ( $attachment as $key => $val ) {
4565
-                                                if ( $val != '' ) {
4566
-                                                    $attachment_set .= $key . " = '" . $val . "', ";
4564
+                                            foreach ($attachment as $key => $val) {
4565
+                                                if ($val != '') {
4566
+                                                    $attachment_set .= $key." = '".$val."', ";
4567 4567
                                                 }
4568 4568
                                             }
4569
-                                            $attachment_set = trim( $attachment_set, ", " );
4569
+                                            $attachment_set = trim($attachment_set, ", ");
4570 4570
                                                                                         
4571 4571
                                             // Add new attachment
4572
-                                            $xtimings['###9.4'] = microtime(true)-$xstart;
4573
-                                            $wpdb->query( "INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set );
4574
-                                            $xtimings['###9.5'] = microtime(true)-$xstart;
4572
+                                            $xtimings['###9.4'] = microtime(true) - $xstart;
4573
+                                            $wpdb->query("INSERT INTO ".GEODIR_ATTACHMENT_TABLE." SET ".$attachment_set);
4574
+                                            $xtimings['###9.5'] = microtime(true) - $xstart;
4575 4575
                                             $order++;
4576 4576
                                         }
4577 4577
                                     }
4578 4578
 
4579
-                                    $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/" . implode("' AND file NOT LIKE '%/",  $saved_post_images_arr) . "' )" : '';
4579
+                                    $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/".implode("' AND file NOT LIKE '%/", $saved_post_images_arr)."' )" : '';
4580 4580
                                     // Remove previous attachment
4581
-                                    $wpdb->query( "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = " . (int)$saved_post_id . " " . $saved_post_images_sql );
4582
-                                    $xtimings['###9.6'] = microtime(true)-$xstart;
4583
-                                    if ( !empty( $saved_post_images_arr ) ) {
4581
+                                    $wpdb->query("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id = ".(int) $saved_post_id." ".$saved_post_images_sql);
4582
+                                    $xtimings['###9.6'] = microtime(true) - $xstart;
4583
+                                    if (!empty($saved_post_images_arr)) {
4584 4584
                                         geodir_set_wp_featured_image($saved_post_id);
4585
-                                        $xtimings['###9.7'] = microtime(true)-$xstart;
4585
+                                        $xtimings['###9.7'] = microtime(true) - $xstart;
4586 4586
                                         /*
4587 4587
                                         $menu_order = 1;
4588 4588
                                         
@@ -4598,14 +4598,14 @@  discard block
 block discarded – undo
4598 4598
                                         }*/
4599 4599
                                     }
4600 4600
                                     
4601
-                                    if ( $order > 1 ) {
4601
+                                    if ($order > 1) {
4602 4602
                                         $images++;
4603 4603
                                     }
4604 4604
                                 }
4605
-                                $xtimings['###10'] = microtime(true)-$xstart;
4605
+                                $xtimings['###10'] = microtime(true) - $xstart;
4606 4606
                                 /** This action is documented in geodirectory-functions/post-functions.php */
4607
-                                do_action( 'geodir_after_save_listing', $saved_post_id, $gd_post );
4608
-                                $xtimings['###11'] = microtime(true)-$xstart;
4607
+                                do_action('geodir_after_save_listing', $saved_post_id, $gd_post);
4608
+                                $xtimings['###11'] = microtime(true) - $xstart;
4609 4609
                                 if (isset($is_featured)) {
4610 4610
                                     geodir_save_post_meta($saved_post_id, 'is_featured', $is_featured);
4611 4611
                                 }
@@ -4615,7 +4615,7 @@  discard block
 block discarded – undo
4615 4615
                                 if (isset($gd_post['expire_date'])) {
4616 4616
                                     geodir_save_post_meta($saved_post_id, 'expire_date', $gd_post['expire_date']);
4617 4617
                                 }
4618
-                                $xtimings['###12'] = microtime(true)-$xstart;
4618
+                                $xtimings['###12'] = microtime(true) - $xstart;
4619 4619
                             }
4620 4620
                             
4621 4621
                             // WPML
@@ -4628,11 +4628,11 @@  discard block
 block discarded – undo
4628 4628
                 }
4629 4629
 
4630 4630
                 //undo some stuff to make the import quicker
4631
-                wp_defer_term_counting( false );
4632
-                wp_defer_comment_counting( false );
4633
-                $wpdb->query( 'COMMIT;' );
4634
-                $wpdb->query( 'SET autocommit = 1;' );
4635
-                $xtimings['###13'] = microtime(true)-$xstart;
4631
+                wp_defer_term_counting(false);
4632
+                wp_defer_comment_counting(false);
4633
+                $wpdb->query('COMMIT;');
4634
+                $wpdb->query('SET autocommit = 1;');
4635
+                $xtimings['###13'] = microtime(true) - $xstart;
4636 4636
                 $json = array();
4637 4637
                 $json['processed'] = $processed_actual;
4638 4638
                 $json['created'] = $created;
@@ -4641,13 +4641,13 @@  discard block
 block discarded – undo
4641 4641
                 $json['invalid'] = $invalid;
4642 4642
                 $json['invalid_addr'] = $invalid_addr;
4643 4643
                 $json['images'] = $images;
4644
-                $json['timing'] = microtime(true)-$xstart;
4644
+                $json['timing'] = microtime(true) - $xstart;
4645 4645
                 $json['timings'] = $xtimings;
4646 4646
                 
4647 4647
 
4648
-                wp_send_json( $json );
4648
+                wp_send_json($json);
4649 4649
                 exit;
4650
-            } else if ( $task == 'import_loc' ) {
4650
+            } else if ($task == 'import_loc') {
4651 4651
                 global $gd_post_types;
4652 4652
                 $gd_post_types = $post_types;
4653 4653
                 
@@ -4656,82 +4656,82 @@  discard block
 block discarded – undo
4656 4656
                     
4657 4657
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4658 4658
                         $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4659
-                        wp_send_json( $json );
4659
+                        wp_send_json($json);
4660 4660
                     }
4661 4661
                     
4662 4662
                     $gd_error_log = __('GD IMPORT LOCATIONS [ROW %d]:', 'geodirectory');
4663
-                    $gd_error_location = __( 'Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory' );
4663
+                    $gd_error_location = __('Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory');
4664 4664
                     for ($i = 1; $i <= $limit; $i++) {
4665 4665
                         $index = $processed + $i;
4666 4666
                         
4667 4667
                         if (isset($file[$index])) {
4668 4668
                             $row = $file[$index];
4669
-                            $row = array_map( 'trim', $row );
4669
+                            $row = array_map('trim', $row);
4670 4670
                             $data = array();
4671 4671
                             
4672
-                            foreach ($columns as $c => $column ) {
4672
+                            foreach ($columns as $c => $column) {
4673 4673
                                 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'))) {
4674 4674
                                     $data[$column] = $row[$c];
4675 4675
                                 }
4676 4676
                             }
4677 4677
 
4678
-                            if ( empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude']) ) {
4678
+                            if (empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude'])) {
4679 4679
                                 $invalid++;
4680
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4680
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4681 4681
                                 continue;
4682 4682
                             }
4683 4683
                             
4684 4684
                             $data['location_id'] = isset($data['location_id']) ? absint($data['location_id']) : 0;
4685 4685
                             
4686
-                            if ( $import_choice == 'update' ) {
4687
-                                if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4688
-                                    if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4686
+                            if ($import_choice == 'update') {
4687
+                                if ((int) $data['location_id'] > 0 && $location = geodir_get_location_by_id('', (int) $data['location_id'])) {
4688
+                                    if ($location_id = geodir_location_update_city($data, true, $location)) {
4689 4689
                                         $updated++;
4690 4690
                                     } else {
4691 4691
                                         $invalid++;
4692
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4692
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4693 4693
                                     }
4694
-                                } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4695
-                                    $data['location_id'] = (int)$location->location_id;
4694
+                                } else if (!empty($data['city_slug']) && $location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug']))) {
4695
+                                    $data['location_id'] = (int) $location->location_id;
4696 4696
                                     
4697
-                                    if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region'] ) ) ) {
4698
-                                        $data['location_id'] = (int)$location->location_id;
4699
-                                    } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'region' => $data['region'] ) ) ) {
4700
-                                        $data['location_id'] = (int)$location->location_id;
4701
-                                    } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'] ) ) ) {
4702
-                                        $data['location_id'] = (int)$location->location_id;
4697
+                                    if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region']))) {
4698
+                                        $data['location_id'] = (int) $location->location_id;
4699
+                                    } else if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'region' => $data['region']))) {
4700
+                                        $data['location_id'] = (int) $location->location_id;
4701
+                                    } else if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'country' => $data['country']))) {
4702
+                                        $data['location_id'] = (int) $location->location_id;
4703 4703
                                     }
4704 4704
                                     
4705
-                                    if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4705
+                                    if ($location_id = geodir_location_update_city($data, true, $location)) {
4706 4706
                                         $updated++;
4707 4707
                                     } else {
4708 4708
                                         $invalid++;
4709
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4709
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4710 4710
                                     }
4711 4711
                                 } else {
4712
-                                    if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4712
+                                    if ($location_id = geodir_location_insert_city($data, true)) {
4713 4713
                                         $created++;
4714 4714
                                     } else {
4715 4715
                                         $invalid++;
4716
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4716
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4717 4717
                                     }
4718 4718
                                 }
4719
-                            } elseif ( $import_choice == 'skip' ) {
4720
-                                if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4719
+                            } elseif ($import_choice == 'skip') {
4720
+                                if ((int) $data['location_id'] > 0 && $location = geodir_get_location_by_id('', (int) $data['location_id'])) {
4721 4721
                                     $skipped++;
4722
-                                } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4722
+                                } else if (!empty($data['city_slug']) && $location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug']))) {
4723 4723
                                     $skipped++;
4724 4724
                                 } else {
4725
-                                    if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4725
+                                    if ($location_id = geodir_location_insert_city($data, true)) {
4726 4726
                                         $created++;
4727 4727
                                     } else {
4728 4728
                                         $invalid++;
4729
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4729
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4730 4730
                                     }
4731 4731
                                 }
4732 4732
                             } else {
4733 4733
                                 $invalid++;
4734
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4734
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4735 4735
                             }
4736 4736
                         }
4737 4737
                     }
@@ -4745,24 +4745,24 @@  discard block
 block discarded – undo
4745 4745
                 $json['invalid'] = $invalid;
4746 4746
                 $json['images'] = $images;
4747 4747
                 
4748
-                wp_send_json( $json );
4749
-            } else if ( $task == 'import_hood' ) {               
4748
+                wp_send_json($json);
4749
+            } else if ($task == 'import_hood') {               
4750 4750
                 if (!empty($file)) {
4751 4751
                     $columns = isset($file[0]) ? $file[0] : NULL;
4752 4752
                     
4753 4753
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4754 4754
                         $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4755
-                        wp_send_json( $json );
4755
+                        wp_send_json($json);
4756 4756
                     }
4757 4757
                     
4758 4758
                     $gd_error_log = __('GD IMPORT NEIGHBOURHOODS [ROW %d]:', 'geodirectory');
4759
-                    $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' );
4759
+                    $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');
4760 4760
                     for ($i = 1; $i <= $limit; $i++) {
4761 4761
                         $index = $processed + $i;
4762 4762
                         
4763 4763
                         if (isset($file[$index])) {
4764 4764
                             $row = $file[$index];
4765
-                            $row = array_map( 'trim', $row );
4765
+                            $row = array_map('trim', $row);
4766 4766
                             $data = array();
4767 4767
                             
4768 4768
                             foreach ($columns as $c => $column) {
@@ -4773,20 +4773,20 @@  discard block
 block discarded – undo
4773 4773
 
4774 4774
                             if (empty($data['neighbourhood_name']) || empty($data['latitude']) || empty($data['longitude'])) {
4775 4775
                                 $invalid++;
4776
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4776
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4777 4777
                                 continue;
4778 4778
                             }
4779 4779
                             
4780 4780
                             $location_info = array();
4781
-                            if (!empty($data['location_id']) && (int)$data['location_id'] > 0) {
4782
-                                $location_info = geodir_get_location_by_id('', (int)$data['location_id']);
4781
+                            if (!empty($data['location_id']) && (int) $data['location_id'] > 0) {
4782
+                                $location_info = geodir_get_location_by_id('', (int) $data['location_id']);
4783 4783
                             } else if (!empty($data['city']) && !empty($data['region']) && !empty($data['country'])) {
4784 4784
                                 $location_info = geodir_get_location_by_slug('city', array('fields' => 'location_id', 'city' => $data['city'], 'country' => $data['country'], 'region' => $data['region']));
4785 4785
                             }
4786 4786
 
4787 4787
                             if (empty($location_info)) {
4788 4788
                                 $invalid++;
4789
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4789
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4790 4790
                                 continue;
4791 4791
                             }
4792 4792
                             
@@ -4801,35 +4801,35 @@  discard block
 block discarded – undo
4801 4801
                             $hood_data['hood_longitude'] = $data['longitude'];
4802 4802
                             $hood_data['hood_location_id'] = $location_id;
4803 4803
                                     
4804
-                            if ( $import_choice == 'update' ) {
4805
-                                if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4806
-                                    $hood_data['hood_id'] = (int)$data['neighbourhood_id'];
4804
+                            if ($import_choice == 'update') {
4805
+                                if ((int) $data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int) $data['neighbourhood_id']))) {
4806
+                                    $hood_data['hood_id'] = (int) $data['neighbourhood_id'];
4807 4807
                                     
4808 4808
                                     if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4809 4809
                                         $updated++;
4810 4810
                                     } else {
4811 4811
                                         $invalid++;
4812
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4812
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4813 4813
                                     }
4814 4814
                                 } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4815
-                                    $hood_data['hood_id'] = (int)$neighbourhood->hood_id;
4815
+                                    $hood_data['hood_id'] = (int) $neighbourhood->hood_id;
4816 4816
                                     
4817 4817
                                     if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4818 4818
                                         $updated++;
4819 4819
                                     } else {
4820 4820
                                         $invalid++;
4821
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4821
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4822 4822
                                     }
4823 4823
                                 } else {
4824 4824
                                     if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4825 4825
                                         $created++;
4826 4826
                                     } else {
4827 4827
                                         $invalid++;
4828
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4828
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4829 4829
                                     }
4830 4830
                                 }
4831
-                            } elseif ( $import_choice == 'skip' ) {
4832
-                                if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4831
+                            } elseif ($import_choice == 'skip') {
4832
+                                if ((int) $data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int) $data['neighbourhood_id']))) {
4833 4833
                                     $skipped++;
4834 4834
                                 } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4835 4835
                                     $skipped++;
@@ -4839,12 +4839,12 @@  discard block
 block discarded – undo
4839 4839
                                         $created++;
4840 4840
                                     } else {
4841 4841
                                         $invalid++;
4842
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4842
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4843 4843
                                     }
4844 4844
                                 }
4845 4845
                             } else {
4846 4846
                                 $invalid++;
4847
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4847
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4848 4848
                             }
4849 4849
                         }
4850 4850
                     }
@@ -4858,7 +4858,7 @@  discard block
 block discarded – undo
4858 4858
                 $json['invalid'] = $invalid;
4859 4859
                 $json['images'] = $images;
4860 4860
                 
4861
-                wp_send_json( $json );
4861
+                wp_send_json($json);
4862 4862
             }
4863 4863
         }
4864 4864
         break;
@@ -4902,29 +4902,29 @@  discard block
 block discarded – undo
4902 4902
  * }
4903 4903
  * @return int|bool Term id when success, false when fail.
4904 4904
  */
4905
-function geodir_imex_insert_term( $taxonomy, $term_data ) {
4906
-	if ( empty( $taxonomy ) || empty( $term_data ) ) {
4905
+function geodir_imex_insert_term($taxonomy, $term_data) {
4906
+	if (empty($taxonomy) || empty($term_data)) {
4907 4907
 		return false;
4908 4908
 	}
4909 4909
 	
4910
-	$term = isset( $term_data['name'] ) && !empty( $term_data['name'] ) ? $term_data['name'] : '';
4910
+	$term = isset($term_data['name']) && !empty($term_data['name']) ? $term_data['name'] : '';
4911 4911
 	$args = array();
4912
-	$args['description'] = isset( $term_data['description'] ) ? $term_data['description'] : '';
4913
-	$args['slug'] = isset( $term_data['slug'] ) ? $term_data['slug'] : '';
4914
-	$args['parent'] = isset( $term_data['parent'] ) ? (int)$term_data['parent'] : '';
4912
+	$args['description'] = isset($term_data['description']) ? $term_data['description'] : '';
4913
+	$args['slug'] = isset($term_data['slug']) ? $term_data['slug'] : '';
4914
+	$args['parent'] = isset($term_data['parent']) ? (int) $term_data['parent'] : '';
4915 4915
 	
4916
-	if ( ( !empty( $args['slug'] ) && term_exists( $args['slug'], $taxonomy ) ) || empty( $args['slug'] ) ) {
4917
-		$term_args = array_merge( $term_data, $args );
4918
-		$defaults = array( 'alias_of' => '', 'description' => '', 'parent' => 0, 'slug' => '');
4919
-		$term_args = wp_parse_args( $term_args, $defaults );
4920
-		$term_args = sanitize_term( $term_args, $taxonomy, 'db' );
4921
-		$args['slug'] = wp_unique_term_slug( $args['slug'], (object)$term_args );
4916
+	if ((!empty($args['slug']) && term_exists($args['slug'], $taxonomy)) || empty($args['slug'])) {
4917
+		$term_args = array_merge($term_data, $args);
4918
+		$defaults = array('alias_of' => '', 'description' => '', 'parent' => 0, 'slug' => '');
4919
+		$term_args = wp_parse_args($term_args, $defaults);
4920
+		$term_args = sanitize_term($term_args, $taxonomy, 'db');
4921
+		$args['slug'] = wp_unique_term_slug($args['slug'], (object) $term_args);
4922 4922
 	}
4923 4923
 	
4924
-    if( !empty( $term ) ) {
4925
-		$result = wp_insert_term( $term, $taxonomy, $args );
4926
-        if( !is_wp_error( $result ) ) {
4927
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4924
+    if (!empty($term)) {
4925
+		$result = wp_insert_term($term, $taxonomy, $args);
4926
+        if (!is_wp_error($result)) {
4927
+            return isset($result['term_id']) ? $result['term_id'] : 0;
4928 4928
         }
4929 4929
     }
4930 4930
 	
@@ -4954,36 +4954,36 @@  discard block
 block discarded – undo
4954 4954
  * }
4955 4955
  * @return int|bool Term id when success, false when fail.
4956 4956
  */
4957
-function geodir_imex_update_term( $taxonomy, $term_data ) {
4958
-	if ( empty( $taxonomy ) || empty( $term_data ) ) {
4957
+function geodir_imex_update_term($taxonomy, $term_data) {
4958
+	if (empty($taxonomy) || empty($term_data)) {
4959 4959
 		return false;
4960 4960
 	}
4961 4961
 	
4962
-	$term_id = isset( $term_data['term_id'] ) && !empty( $term_data['term_id'] ) ? $term_data['term_id'] : 0;
4962
+	$term_id = isset($term_data['term_id']) && !empty($term_data['term_id']) ? $term_data['term_id'] : 0;
4963 4963
 	
4964 4964
 	$args = array();
4965
-	$args['description'] = isset( $term_data['description'] ) ? $term_data['description'] : '';
4966
-	$args['slug'] = isset( $term_data['slug'] ) ? $term_data['slug'] : '';
4967
-	$args['parent'] = isset( $term_data['parent'] ) ? (int)$term_data['parent'] : '';
4965
+	$args['description'] = isset($term_data['description']) ? $term_data['description'] : '';
4966
+	$args['slug'] = isset($term_data['slug']) ? $term_data['slug'] : '';
4967
+	$args['parent'] = isset($term_data['parent']) ? (int) $term_data['parent'] : '';
4968 4968
 	
4969
-	if ( $term_id > 0 && $term_info = (array)get_term( $term_id, $taxonomy ) ) {
4969
+	if ($term_id > 0 && $term_info = (array) get_term($term_id, $taxonomy)) {
4970 4970
 		$term_data['term_id'] = $term_info['term_id'];
4971 4971
 		
4972
-		$result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data );
4972
+		$result = wp_update_term($term_data['term_id'], $taxonomy, $term_data);
4973 4973
 		
4974
-		if( !is_wp_error( $result ) ) {
4975
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4974
+		if (!is_wp_error($result)) {
4975
+            return isset($result['term_id']) ? $result['term_id'] : 0;
4976 4976
         }
4977
-	} else if ( $term_data['slug'] != '' && $term_info = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
4977
+	} else if ($term_data['slug'] != '' && $term_info = (array) term_exists($term_data['slug'], $taxonomy)) {
4978 4978
 		$term_data['term_id'] = $term_info['term_id'];
4979 4979
 		
4980
-		$result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data );
4980
+		$result = wp_update_term($term_data['term_id'], $taxonomy, $term_data);
4981 4981
 		
4982
-		if( !is_wp_error( $result ) ) {
4983
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4982
+		if (!is_wp_error($result)) {
4983
+            return isset($result['term_id']) ? $result['term_id'] : 0;
4984 4984
         }
4985 4985
 	} else {
4986
-		return geodir_imex_insert_term( $taxonomy, $term_data );
4986
+		return geodir_imex_insert_term($taxonomy, $term_data);
4987 4987
 	}
4988 4988
 	
4989 4989
 	return false;
@@ -5002,20 +5002,20 @@  discard block
 block discarded – undo
5002 5002
  * @param string $post_type Post type.
5003 5003
  * @return int Posts count.
5004 5004
  */
5005
-function geodir_get_posts_count( $post_type ) {
5005
+function geodir_get_posts_count($post_type) {
5006 5006
     global $wpdb, $plugin_prefix;
5007 5007
 
5008
-    if ( !post_type_exists( $post_type ) ) {
5008
+    if (!post_type_exists($post_type)) {
5009 5009
         return 0;
5010 5010
     }
5011 5011
         
5012
-    $table = $plugin_prefix . $post_type . '_detail';
5012
+    $table = $plugin_prefix.$post_type.'_detail';
5013 5013
 
5014 5014
     // Skip listing with statuses trash, auto-draft etc...
5015 5015
     $skip_statuses = geodir_imex_export_skip_statuses();
5016 5016
     $where_statuses = '';
5017
-    if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5018
-        $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5017
+    if (!empty($skip_statuses) && is_array($skip_statuses)) {
5018
+        $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
5019 5019
     }
5020 5020
     
5021 5021
     /**
@@ -5026,11 +5026,11 @@  discard block
 block discarded – undo
5026 5026
      *
5027 5027
      * @param string $where SQL where clause part.
5028 5028
      */
5029
-    $where_statuses = apply_filters( 'geodir_get_posts_count', $where_statuses, $post_type );
5029
+    $where_statuses = apply_filters('geodir_get_posts_count', $where_statuses, $post_type);
5030 5030
 
5031
-    $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 );
5031
+    $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);
5032 5032
 
5033
-    $posts_count = (int)$wpdb->get_var( $query );
5033
+    $posts_count = (int) $wpdb->get_var($query);
5034 5034
     
5035 5035
     /**
5036 5036
      * Modify returned post counts for the current post type.
@@ -5041,7 +5041,7 @@  discard block
 block discarded – undo
5041 5041
      * @param int $posts_count Post counts.
5042 5042
      * @param string $post_type Post type.
5043 5043
      */
5044
-    $posts_count = apply_filters( 'geodir_imex_count_posts', $posts_count, $post_type );
5044
+    $posts_count = apply_filters('geodir_imex_count_posts', $posts_count, $post_type);
5045 5045
 
5046 5046
     return $posts_count;
5047 5047
 }
@@ -5063,19 +5063,19 @@  discard block
 block discarded – undo
5063 5063
  * @param int $page_no Page number. Default 0.
5064 5064
  * @return array Array of posts data.
5065 5065
  */
5066
-function geodir_imex_get_posts( $post_type, $per_page = 0, $page_no = 0 ) {	
5066
+function geodir_imex_get_posts($post_type, $per_page = 0, $page_no = 0) {	
5067 5067
 	global $wp_filesystem;
5068 5068
 
5069
-	$posts = geodir_get_export_posts( $post_type, $per_page, $page_no );
5069
+	$posts = geodir_get_export_posts($post_type, $per_page, $page_no);
5070 5070
 
5071 5071
 	$csv_rows = array();
5072 5072
 	
5073
-	if ( !empty( $posts ) ) {
5074
-		$is_payment_plugin = is_plugin_active( 'geodir_payment_manager/geodir_payment_manager.php' );
5073
+	if (!empty($posts)) {
5074
+		$is_payment_plugin = is_plugin_active('geodir_payment_manager/geodir_payment_manager.php');
5075 5075
         $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
5076
-        $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true;
5076
+        $location_allowed = function_exists('geodir_cpt_no_location') && geodir_cpt_no_location($post_type) ? false : true;
5077 5077
         $neighbourhood_active = $location_manager && $location_allowed && get_option('location_neighbourhoods') ? true : false;
5078
-        $is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
5078
+        $is_claim_active = is_plugin_active('geodir_claim_listing/geodir_claim_listing.php') && get_option('geodir_claim_enable') === 'yes' ? true : false;
5079 5079
 		
5080 5080
 		$csv_row = array();
5081 5081
 		$csv_row[] = 'post_id';
@@ -5086,7 +5086,7 @@  discard block
 block discarded – undo
5086 5086
 		$csv_row[] = 'default_category';
5087 5087
 		$csv_row[] = 'post_tags';
5088 5088
 		$csv_row[] = 'post_type';
5089
-		if ( $post_type == 'gd_event' ) {
5089
+		if ($post_type == 'gd_event') {
5090 5090
 			$csv_row[] = 'event_date';
5091 5091
 			$csv_row[] = 'event_enddate';
5092 5092
 			$csv_row[] = 'starttime';
@@ -5145,15 +5145,15 @@  discard block
 block discarded – undo
5145 5145
 		}
5146 5146
 		// WPML
5147 5147
 
5148
-		$custom_fields = geodir_imex_get_custom_fields( $post_type );
5149
-		if ( !empty( $custom_fields ) ) {
5150
-			foreach ( $custom_fields as $custom_field ) {
5148
+		$custom_fields = geodir_imex_get_custom_fields($post_type);
5149
+		if (!empty($custom_fields)) {
5150
+			foreach ($custom_fields as $custom_field) {
5151 5151
 				$csv_row[] = $custom_field->htmlvar_name;
5152 5152
 			}
5153 5153
 		}
5154 5154
 
5155 5155
 		// Export franchise fields
5156
-		$is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false;
5156
+		$is_franchise_active = is_plugin_active('geodir_franchise/geodir_franchise.php') && geodir_franchise_enabled($post_type) ? true : false;
5157 5157
 		if ($is_franchise_active) {
5158 5158
 			$csv_row[] = 'gd_is_franchise';
5159 5159
 			$csv_row[] = 'gd_franchise_lock';
@@ -5174,28 +5174,28 @@  discard block
 block discarded – undo
5174 5174
 		$csv_rows[] = $csv_row;
5175 5175
 
5176 5176
 		$images_count = 5;
5177
-        $xx=0;
5178
-		foreach ( $posts as $post ) {$xx++;
5177
+        $xx = 0;
5178
+		foreach ($posts as $post) {$xx++;
5179 5179
 			$post_id = $post['ID'];
5180 5180
 			
5181
-			$gd_post_info = geodir_get_post_info( $post_id );
5182
-			$post_info = (array)$gd_post_info;
5181
+			$gd_post_info = geodir_get_post_info($post_id);
5182
+			$post_info = (array) $gd_post_info;
5183 5183
 			
5184
-			$taxonomy_category = $post_type . 'category';
5185
-			$taxonomy_tags = $post_type . '_tags';
5184
+			$taxonomy_category = $post_type.'category';
5185
+			$taxonomy_tags = $post_type.'_tags';
5186 5186
 			
5187 5187
 			$post_category = '';
5188 5188
 			$default_category_id = $gd_post_info->default_category;
5189 5189
 			$default_category = '';
5190 5190
 			$post_tags = '';
5191
-			$terms = wp_get_post_terms( $post_id, array( $taxonomy_category, $taxonomy_tags ) );
5191
+			$terms = wp_get_post_terms($post_id, array($taxonomy_category, $taxonomy_tags));
5192 5192
 			
5193
-			if ( !empty( $terms ) && !is_wp_error( $terms ) ) {
5193
+			if (!empty($terms) && !is_wp_error($terms)) {
5194 5194
 				$post_category = array();
5195 5195
 				$post_tags = array();
5196 5196
 			
5197
-				foreach ( $terms as $term ) {
5198
-					if ( $term->taxonomy == $taxonomy_category ) {
5197
+				foreach ($terms as $term) {
5198
+					if ($term->taxonomy == $taxonomy_category) {
5199 5199
 						$post_category[] = $term->name;
5200 5200
 						
5201 5201
 						if ($default_category_id == $term->term_id) {
@@ -5203,7 +5203,7 @@  discard block
 block discarded – undo
5203 5203
 						}
5204 5204
 					}
5205 5205
 					
5206
-					if ( $term->taxonomy == $taxonomy_tags ) {
5206
+					if ($term->taxonomy == $taxonomy_tags) {
5207 5207
 						$post_tags[] = $term->name;
5208 5208
 					}
5209 5209
 				}
@@ -5211,47 +5211,47 @@  discard block
 block discarded – undo
5211 5211
 				if (empty($default_category) && !empty($post_category)) {
5212 5212
 					$default_category = $post_category[0]; // Set first one as default category.
5213 5213
 				}
5214
-				$post_category = !empty( $post_category ) ? implode( ',', $post_category ) : '';
5215
-				$post_tags = !empty( $post_tags ) ? implode( ',', $post_tags ) : '';
5214
+				$post_category = !empty($post_category) ? implode(',', $post_category) : '';
5215
+				$post_tags = !empty($post_tags) ? implode(',', $post_tags) : '';
5216 5216
 			}
5217 5217
 
5218 5218
 			// Franchise data
5219
-			if ($is_franchise_active && isset($post_info['franchise']) && (int)$post_info['franchise'] > 0 && geodir_franchise_check((int)$post_info['franchise'])) {
5219
+			if ($is_franchise_active && isset($post_info['franchise']) && (int) $post_info['franchise'] > 0 && geodir_franchise_check((int) $post_info['franchise'])) {
5220 5220
 				$franchise_id = $post_info['franchise'];
5221 5221
 				$gd_franchise_info = geodir_get_post_info($franchise_id);
5222 5222
 
5223 5223
 				if (geodir_franchise_pkg_is_active($gd_franchise_info)) {
5224
-					$franchise_info = (array)$gd_franchise_info;
5224
+					$franchise_info = (array) $gd_franchise_info;
5225 5225
 					$locked_fields = geodir_franchise_get_locked_fields($franchise_id, true);
5226 5226
 					
5227 5227
 					if (!empty($locked_fields)) {
5228
-						foreach( $locked_fields as $locked_field) {
5228
+						foreach ($locked_fields as $locked_field) {
5229 5229
 							if (isset($post_info[$locked_field]) && isset($franchise_info[$locked_field])) {
5230 5230
 								$post_info[$locked_field] = $franchise_info[$locked_field];
5231 5231
 							}
5232 5232
 							
5233 5233
 							if (in_array($taxonomy_category, $locked_fields) || in_array('post_tags', $locked_fields)) {
5234
-								$franchise_terms = wp_get_post_terms( $franchise_id, array( $taxonomy_category, $taxonomy_tags ) );
5234
+								$franchise_terms = wp_get_post_terms($franchise_id, array($taxonomy_category, $taxonomy_tags));
5235 5235
 			
5236
-								if ( !empty( $franchise_terms ) && !is_wp_error( $franchise_terms ) ) {
5236
+								if (!empty($franchise_terms) && !is_wp_error($franchise_terms)) {
5237 5237
 									$franchise_post_category = array();
5238 5238
 									$franchise_post_tags = array();
5239 5239
 								
5240
-									foreach ( $franchise_terms as $franchise_term ) {
5241
-										if ( $franchise_term->taxonomy == $taxonomy_category ) {
5240
+									foreach ($franchise_terms as $franchise_term) {
5241
+										if ($franchise_term->taxonomy == $taxonomy_category) {
5242 5242
 											$franchise_post_category[] = $franchise_term->name;
5243 5243
 										}
5244 5244
 										
5245
-										if ( $franchise_term->taxonomy == $taxonomy_tags ) {
5245
+										if ($franchise_term->taxonomy == $taxonomy_tags) {
5246 5246
 											$franchise_post_tags[] = $franchise_term->name;
5247 5247
 										}
5248 5248
 									}
5249 5249
 									
5250 5250
 									if (in_array($taxonomy_category, $locked_fields)) {
5251
-										$post_category = !empty( $franchise_post_category ) ? implode( ',', $franchise_post_category ) : '';
5251
+										$post_category = !empty($franchise_post_category) ? implode(',', $franchise_post_category) : '';
5252 5252
 									}
5253 5253
 									if (in_array('post_tags', $locked_fields)) {
5254
-										$post_tags = !empty( $franchise_post_tags ) ? implode( ',', $franchise_post_tags ) : '';
5254
+										$post_tags = !empty($franchise_post_tags) ? implode(',', $franchise_post_tags) : '';
5255 5255
 									}
5256 5256
 								}
5257 5257
 							}
@@ -5260,18 +5260,18 @@  discard block
 block discarded – undo
5260 5260
 				}
5261 5261
 			}
5262 5262
 						
5263
-			$post_images = geodir_get_images( $post_id );
5263
+			$post_images = geodir_get_images($post_id);
5264 5264
 			$current_images = array();
5265
-			if ( !empty( $post_images ) ) {
5266
-				foreach ( $post_images as $post_image ) {
5267
-					$post_image = (array)$post_image;
5268
-					$image = !empty( $post_image ) && isset( $post_image['path'] ) && $wp_filesystem->is_file( $post_image['path'] ) && $wp_filesystem->exists( $post_image['path'] ) ? $post_image['src'] : '';
5269
-					if ( $image ) {
5265
+			if (!empty($post_images)) {
5266
+				foreach ($post_images as $post_image) {
5267
+					$post_image = (array) $post_image;
5268
+					$image = !empty($post_image) && isset($post_image['path']) && $wp_filesystem->is_file($post_image['path']) && $wp_filesystem->exists($post_image['path']) ? $post_image['src'] : '';
5269
+					if ($image) {
5270 5270
 						$current_images[] = $image;
5271 5271
 					}
5272 5272
 				}
5273 5273
 				
5274
-				$images_count = max( $images_count, count( $current_images ) );
5274
+				$images_count = max($images_count, count($current_images));
5275 5275
 			}
5276 5276
 
5277 5277
 			$csv_row = array();
@@ -5283,7 +5283,7 @@  discard block
 block discarded – undo
5283 5283
 			$csv_row[] = $default_category; // default_category
5284 5284
 			$csv_row[] = $post_tags; // post_tags
5285 5285
 			$csv_row[] = $post_type; // post_type
5286
-			if ( $post_type == 'gd_event' ) {
5286
+			if ($post_type == 'gd_event') {
5287 5287
 				$event_data = geodir_imex_get_event_data($post, $gd_post_info);
5288 5288
 				$csv_row[] = $event_data['event_date']; // event_date
5289 5289
 				$csv_row[] = $event_data['event_enddate']; // enddate
@@ -5304,12 +5304,12 @@  discard block
 block discarded – undo
5304 5304
 				$csv_row[] = $event_data['recurring_end_date']; // repeat_end
5305 5305
 			}
5306 5306
 			$csv_row[] = $post_info['post_status']; // post_status
5307
-			$csv_row[] = (int)$post_info['is_featured'] == 1 ? 1 : ''; // is_featured
5307
+			$csv_row[] = (int) $post_info['is_featured'] == 1 ? 1 : ''; // is_featured
5308 5308
             if ($is_claim_active) {
5309
-                $csv_row[] = !empty($post_info['claimed']) && (int)$post_info['claimed'] == 1 ? 1 : ''; // claimed
5309
+                $csv_row[] = !empty($post_info['claimed']) && (int) $post_info['claimed'] == 1 ? 1 : ''; // claimed
5310 5310
             }
5311 5311
 			if ($is_payment_plugin) {
5312
-				$csv_row[] = (int)$post_info['package_id']; // package_id
5312
+				$csv_row[] = (int) $post_info['package_id']; // package_id
5313 5313
 				$csv_row[] = $post_info['alive_days'] !== '' ? absint($post_info['alive_days']) : ''; // alive_days
5314 5314
 				$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
5315 5315
 			}
@@ -5346,14 +5346,14 @@  discard block
 block discarded – undo
5346 5346
 			$csv_row[] = stripslashes($post_info['geodir_special_offers']); // geodir_special_offers
5347 5347
 			// WPML
5348 5348
 			if ($is_wpml) {
5349
-				$csv_row[] = geodir_get_language_for_element( $post_id, 'post_' . $post_type );
5350
-				$csv_row[] = geodir_imex_original_post_id( $post_id, 'post_' . $post_type );
5349
+				$csv_row[] = geodir_get_language_for_element($post_id, 'post_'.$post_type);
5350
+				$csv_row[] = geodir_imex_original_post_id($post_id, 'post_'.$post_type);
5351 5351
 			}
5352 5352
 			// WPML
5353 5353
 			
5354
-			if ( !empty( $custom_fields ) ) {
5355
-				foreach ( $custom_fields as $custom_field ) {
5356
-					$csv_row[] = isset( $post_info[$custom_field->htmlvar_name] ) ? $post_info[$custom_field->htmlvar_name] : '';
5354
+			if (!empty($custom_fields)) {
5355
+				foreach ($custom_fields as $custom_field) {
5356
+					$csv_row[] = isset($post_info[$custom_field->htmlvar_name]) ? $post_info[$custom_field->htmlvar_name] : '';
5357 5357
 				}
5358 5358
 			}
5359 5359
 			
@@ -5364,15 +5364,15 @@  discard block
 block discarded – undo
5364 5364
 				$franchise = '';
5365 5365
 					
5366 5366
 				if (geodir_franchise_pkg_is_active($gd_post_info)) {
5367
-					$gd_is_franchise = (int)get_post_meta( $post_id, 'gd_is_franchise', true );
5368
-					$locaked_fields = $gd_is_franchise ? get_post_meta( $post_id, 'gd_franchise_lock', true ) : '';
5367
+					$gd_is_franchise = (int) get_post_meta($post_id, 'gd_is_franchise', true);
5368
+					$locaked_fields = $gd_is_franchise ? get_post_meta($post_id, 'gd_franchise_lock', true) : '';
5369 5369
 					$locaked_fields = (is_array($locaked_fields) && !empty($locaked_fields) ? implode(",", $locaked_fields) : '');
5370
-					$franchise = !$gd_is_franchise && isset($post_info['franchise']) && (int)$post_info['franchise'] > 0 ? (int)$post_info['franchise'] : 0; // franchise id
5370
+					$franchise = !$gd_is_franchise && isset($post_info['franchise']) && (int) $post_info['franchise'] > 0 ? (int) $post_info['franchise'] : 0; // franchise id
5371 5371
 				}
5372 5372
 				
5373
-				$csv_row[] = (int)$gd_is_franchise; // gd_is_franchise
5373
+				$csv_row[] = (int) $gd_is_franchise; // gd_is_franchise
5374 5374
 				$csv_row[] = $locaked_fields; // gd_franchise_lock fields
5375
-				$csv_row[] = (int)$franchise; // franchise id
5375
+				$csv_row[] = (int) $franchise; // franchise id
5376 5376
 			}
5377 5377
             
5378 5378
             /**
@@ -5386,15 +5386,15 @@  discard block
 block discarded – undo
5386 5386
              */
5387 5387
             $csv_row = apply_filters('geodir_export_listing_csv_column_values', $csv_row, $post_info);
5388 5388
 			
5389
-			for ( $c = 0; $c < $images_count; $c++ ) {
5390
-				$csv_row[] = isset( $current_images[$c] ) ? $current_images[$c] : ''; // IMAGE
5389
+			for ($c = 0; $c < $images_count; $c++) {
5390
+				$csv_row[] = isset($current_images[$c]) ? $current_images[$c] : ''; // IMAGE
5391 5391
 			}
5392 5392
 			
5393 5393
 			$csv_rows[] = $csv_row;
5394 5394
 
5395 5395
 		}
5396 5396
 
5397
-		for ( $c = 0; $c < $images_count; $c++ ) {
5397
+		for ($c = 0; $c < $images_count; $c++) {
5398 5398
 			$csv_rows[0][] = 'IMAGE';
5399 5399
 		}
5400 5400
 	}
@@ -5416,30 +5416,30 @@  discard block
 block discarded – undo
5416 5416
  * @param int $page_no Page number. Default 0.
5417 5417
  * @return array Array of posts data.
5418 5418
  */
5419
-function geodir_get_export_posts( $post_type, $per_page = 0, $page_no = 0 ) {
5419
+function geodir_get_export_posts($post_type, $per_page = 0, $page_no = 0) {
5420 5420
     global $wpdb, $plugin_prefix;
5421 5421
 
5422
-    if ( ! post_type_exists( $post_type ) )
5422
+    if (!post_type_exists($post_type))
5423 5423
         return new stdClass;
5424 5424
         
5425
-    $table = $plugin_prefix . $post_type . '_detail';
5425
+    $table = $plugin_prefix.$post_type.'_detail';
5426 5426
 
5427 5427
     $limit = '';
5428
-    if ( $per_page > 0 && $page_no > 0 ) {
5429
-        $offset = ( $page_no - 1 ) * $per_page;
5428
+    if ($per_page > 0 && $page_no > 0) {
5429
+        $offset = ($page_no - 1) * $per_page;
5430 5430
         
5431
-        if ( $offset > 0 ) {
5432
-            $limit = " LIMIT " . $offset . "," . $per_page;
5431
+        if ($offset > 0) {
5432
+            $limit = " LIMIT ".$offset.",".$per_page;
5433 5433
         } else {
5434
-            $limit = " LIMIT " . $per_page;
5434
+            $limit = " LIMIT ".$per_page;
5435 5435
         }
5436 5436
     }
5437 5437
 
5438 5438
     // Skip listing with statuses trash, auto-draft etc...
5439 5439
     $skip_statuses = geodir_imex_export_skip_statuses();
5440 5440
     $where_statuses = '';
5441
-    if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5442
-        $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5441
+    if (!empty($skip_statuses) && is_array($skip_statuses)) {
5442
+        $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
5443 5443
     }
5444 5444
     
5445 5445
     /**
@@ -5450,9 +5450,9 @@  discard block
 block discarded – undo
5450 5450
      *
5451 5451
      * @param string $where SQL where clause part.
5452 5452
      */
5453
-    $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5453
+    $where_statuses = apply_filters('geodir_get_export_posts', $where_statuses, $post_type);
5454 5454
 
5455
-    $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 );
5455
+    $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);
5456 5456
     /**
5457 5457
      * Modify returned posts SQL query for the current post type.
5458 5458
      *
@@ -5462,8 +5462,8 @@  discard block
 block discarded – undo
5462 5462
      * @param int $query The SQL query.
5463 5463
      * @param string $post_type Post type.
5464 5464
      */
5465
-    $query = apply_filters( 'geodir_imex_export_posts_query', $query, $post_type );
5466
-    $results = (array)$wpdb->get_results( $wpdb->prepare( $query, $post_type ), ARRAY_A );
5465
+    $query = apply_filters('geodir_imex_export_posts_query', $query, $post_type);
5466
+    $results = (array) $wpdb->get_results($wpdb->prepare($query, $post_type), ARRAY_A);
5467 5467
 
5468 5468
     /**
5469 5469
      * Modify returned post results for the current post type.
@@ -5474,7 +5474,7 @@  discard block
 block discarded – undo
5474 5474
      * @param object $results An object containing all post ids.
5475 5475
      * @param string $post_type Post type.
5476 5476
      */
5477
-    return apply_filters( 'geodir_export_posts', $results, $post_type );
5477
+    return apply_filters('geodir_export_posts', $results, $post_type);
5478 5478
 }
5479 5479
 
5480 5480
 /**
@@ -5492,24 +5492,24 @@  discard block
 block discarded – undo
5492 5492
  * @param string $post_type Post type.
5493 5493
  * @return string The SQL query.
5494 5494
  */
5495
-function geodir_imex_get_events_query( $query, $post_type ) {
5496
-    if ( $post_type == 'gd_event' ) {
5495
+function geodir_imex_get_events_query($query, $post_type) {
5496
+    if ($post_type == 'gd_event') {
5497 5497
         global $wpdb, $plugin_prefix;
5498 5498
         
5499
-        $table = $plugin_prefix . $post_type . '_detail';
5499
+        $table = $plugin_prefix.$post_type.'_detail';
5500 5500
         $schedule_table = EVENT_SCHEDULE;
5501 5501
         
5502 5502
         // Skip listing with statuses trash, auto-draft etc...
5503 5503
         $skip_statuses = geodir_imex_export_skip_statuses();
5504 5504
         $where_statuses = '';
5505
-        if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5506
-            $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5505
+        if (!empty($skip_statuses) && is_array($skip_statuses)) {
5506
+            $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
5507 5507
         }
5508 5508
         
5509 5509
         /** This action is documented in geodirectory-functions/geodirectory-admin/admin_functions.php */
5510
-        $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5510
+        $where_statuses = apply_filters('geodir_get_export_posts', $where_statuses, $post_type);
5511 5511
 
5512
-        $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 );
5512
+        $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);
5513 5513
     }
5514 5514
 
5515 5515
     return $query;
@@ -5533,35 +5533,35 @@  discard block
 block discarded – undo
5533 5533
  * @param  string $post_type Post type.
5534 5534
  * @return int Total terms count.
5535 5535
  */
5536
-function geodir_get_terms_count( $post_type ) {
5537
-    $args = array( 'hide_empty' => 0 );
5536
+function geodir_get_terms_count($post_type) {
5537
+    $args = array('hide_empty' => 0);
5538 5538
 
5539
-    remove_all_filters( 'get_terms' );
5539
+    remove_all_filters('get_terms');
5540 5540
 
5541
-    $taxonomy = $post_type . 'category';
5541
+    $taxonomy = $post_type.'category';
5542 5542
 
5543 5543
     // WPML
5544 5544
     $is_wpml = geodir_is_wpml();
5545 5545
     $active_lang = 'all';
5546
-    if ( $is_wpml ) {
5546
+    if ($is_wpml) {
5547 5547
         global $sitepress;
5548 5548
         $active_lang = $sitepress->get_current_language();
5549 5549
         
5550
-        if ( $active_lang != 'all' ) {
5551
-            $sitepress->switch_lang( 'all', true );
5550
+        if ($active_lang != 'all') {
5551
+            $sitepress->switch_lang('all', true);
5552 5552
         }
5553 5553
     }
5554 5554
     // WPML
5555 5555
             
5556
-    $count_terms = wp_count_terms( $taxonomy, $args );
5556
+    $count_terms = wp_count_terms($taxonomy, $args);
5557 5557
 
5558 5558
     // WPML
5559
-    if ( $is_wpml && $active_lang !== 'all' ) {
5559
+    if ($is_wpml && $active_lang !== 'all') {
5560 5560
         global $sitepress;
5561
-        $sitepress->switch_lang( $active_lang, true );
5561
+        $sitepress->switch_lang($active_lang, true);
5562 5562
     }
5563 5563
     // WPML
5564
-    $count_terms = !is_wp_error( $count_terms ) ? $count_terms : 0;
5564
+    $count_terms = !is_wp_error($count_terms) ? $count_terms : 0;
5565 5565
      
5566 5566
     return $count_terms;
5567 5567
 }
@@ -5578,23 +5578,23 @@  discard block
 block discarded – undo
5578 5578
  * @param int $page_no Page number. Default 0.
5579 5579
  * @return array Array of terms data.
5580 5580
  */
5581
-function geodir_imex_get_terms( $post_type, $per_page = 0, $page_no = 0 ) {
5582
-	$args = array( 'hide_empty' => 0, 'orderby' => 'id' );
5581
+function geodir_imex_get_terms($post_type, $per_page = 0, $page_no = 0) {
5582
+	$args = array('hide_empty' => 0, 'orderby' => 'id');
5583 5583
 	
5584
-	remove_all_filters( 'get_terms' );
5584
+	remove_all_filters('get_terms');
5585 5585
 	
5586
-	$taxonomy = $post_type . 'category';
5586
+	$taxonomy = $post_type.'category';
5587 5587
 	
5588
-	if ( $per_page > 0 && $page_no > 0 ) {
5589
-		$args['offset'] = ( $page_no - 1 ) * $per_page;
5588
+	if ($per_page > 0 && $page_no > 0) {
5589
+		$args['offset'] = ($page_no - 1) * $per_page;
5590 5590
 		$args['number'] = $per_page;
5591 5591
 	}
5592 5592
 	
5593
-	$terms = get_terms( $taxonomy, $args );
5593
+	$terms = get_terms($taxonomy, $args);
5594 5594
 
5595 5595
 	$csv_rows = array();
5596 5596
 	
5597
-	if ( !empty( $terms ) ) {
5597
+	if (!empty($terms)) {
5598 5598
 		$csv_row = array();
5599 5599
 		$csv_row[] = 'cat_id';
5600 5600
 		$csv_row[] = 'cat_name';
@@ -5616,16 +5616,16 @@  discard block
 block discarded – undo
5616 5616
 		
5617 5617
 		$csv_rows[] = $csv_row;
5618 5618
 		
5619
-		foreach ( $terms as $term ) {
5620
-			$cat_icon = get_tax_meta( $term->term_id, 'ct_cat_icon', false, $post_type );
5621
-			$cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : '';
5619
+		foreach ($terms as $term) {
5620
+			$cat_icon = get_tax_meta($term->term_id, 'ct_cat_icon', false, $post_type);
5621
+			$cat_icon = !empty($cat_icon) && isset($cat_icon['src']) ? $cat_icon['src'] : '';
5622 5622
 			
5623
-			$cat_image = geodir_get_default_catimage( $term->term_id, $post_type );
5624
-			$cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : ''; 
5623
+			$cat_image = geodir_get_default_catimage($term->term_id, $post_type);
5624
+			$cat_image = !empty($cat_image) && isset($cat_image['src']) ? $cat_image['src'] : ''; 
5625 5625
 			
5626 5626
 			$cat_parent = '';
5627
-			if (isset($term->parent) && (int)$term->parent > 0 && term_exists((int)$term->parent, $taxonomy)) {
5628
-				$parent_term = (array)get_term_by( 'id', (int)$term->parent, $taxonomy );
5627
+			if (isset($term->parent) && (int) $term->parent > 0 && term_exists((int) $term->parent, $taxonomy)) {
5628
+				$parent_term = (array) get_term_by('id', (int) $term->parent, $taxonomy);
5629 5629
 				$cat_parent = !empty($parent_term) && isset($parent_term['name']) ? $parent_term['name'] : '';
5630 5630
 			}
5631 5631
 			
@@ -5635,15 +5635,15 @@  discard block
 block discarded – undo
5635 5635
 			$csv_row[] = $term->slug;
5636 5636
 			$csv_row[] = $post_type;
5637 5637
 			$csv_row[] = $cat_parent;
5638
-			$csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_schema', false, $post_type );
5638
+			$csv_row[] = get_tax_meta($term->term_id, 'ct_cat_schema', false, $post_type);
5639 5639
             // WPML
5640 5640
 			if ($is_wpml) {
5641
-				$csv_row[] = geodir_get_language_for_element( $term->term_id, 'tax_' . $taxonomy );
5642
-                $csv_row[] = geodir_imex_original_post_id( $term->term_id, 'tax_' . $taxonomy );
5641
+				$csv_row[] = geodir_get_language_for_element($term->term_id, 'tax_'.$taxonomy);
5642
+                $csv_row[] = geodir_imex_original_post_id($term->term_id, 'tax_'.$taxonomy);
5643 5643
 			}
5644 5644
 			// WPML
5645 5645
 			$csv_row[] = $term->description;
5646
-			$csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_top_desc', false, $post_type );
5646
+			$csv_row[] = get_tax_meta($term->term_id, 'ct_cat_top_desc', false, $post_type);
5647 5647
 			$csv_row[] = $cat_image;
5648 5648
 			$csv_row[] = $cat_icon;
5649 5649
 			
@@ -5662,10 +5662,10 @@  discard block
 block discarded – undo
5662 5662
  * @param  bool $relative True for relative path & False for absolute path.
5663 5663
  * @return string Path to the cache directory.
5664 5664
  */
5665
-function geodir_path_import_export( $relative = true ) {
5665
+function geodir_path_import_export($relative = true) {
5666 5666
 	$upload_dir = wp_upload_dir();
5667 5667
 	
5668
-	return $relative ? $upload_dir['baseurl'] . '/cache' : $upload_dir['basedir'] . '/cache';
5668
+	return $relative ? $upload_dir['baseurl'].'/cache' : $upload_dir['basedir'].'/cache';
5669 5669
 }
5670 5670
 
5671 5671
 /**
@@ -5681,8 +5681,8 @@  discard block
 block discarded – undo
5681 5681
  * @param  bool $clear If true then it overwrite data otherwise add rows at the end of file.
5682 5682
  * @return bool true if success otherwise false.
5683 5683
  */
5684
-function geodir_save_csv_data( $file_path, $csv_data = array(), $clear = true ) {
5685
-	if ( empty( $csv_data ) ) {
5684
+function geodir_save_csv_data($file_path, $csv_data = array(), $clear = true) {
5685
+	if (empty($csv_data)) {
5686 5686
 		return false;
5687 5687
 	}
5688 5688
 	
@@ -5690,17 +5690,17 @@  discard block
 block discarded – undo
5690 5690
 	
5691 5691
 	$mode = $clear ? 'w+' : 'a+';
5692 5692
 	
5693
-	if ( function_exists( 'fputcsv' ) ) {
5694
-		$file = fopen( $file_path, $mode );
5695
-		foreach( $csv_data as $csv_row ) {
5693
+	if (function_exists('fputcsv')) {
5694
+		$file = fopen($file_path, $mode);
5695
+		foreach ($csv_data as $csv_row) {
5696 5696
 			//$csv_row = array_map( 'utf8_decode', $csv_row );
5697
-			$write_successful = fputcsv( $file, $csv_row, ",", $enclosure = '"' );
5697
+			$write_successful = fputcsv($file, $csv_row, ",", $enclosure = '"');
5698 5698
 		}
5699
-		fclose( $file );
5699
+		fclose($file);
5700 5700
 	} else {
5701
-		foreach( $csv_data as $csv_row ) {
5701
+		foreach ($csv_data as $csv_row) {
5702 5702
 			//$csv_row = array_map( 'utf8_decode', $csv_row );
5703
-			$wp_filesystem->put_contents( $file_path, $csv_row );
5703
+			$wp_filesystem->put_contents($file_path, $csv_row);
5704 5704
 		}
5705 5705
 	}
5706 5706
 		
@@ -5718,14 +5718,14 @@  discard block
 block discarded – undo
5718 5718
  * @param  string $file Full path to file.
5719 5719
  * @return int No of file rows.
5720 5720
  */
5721
-function geodir_import_export_line_count( $file ) {
5721
+function geodir_import_export_line_count($file) {
5722 5722
 	global $wp_filesystem;
5723 5723
 	
5724
-	if ( $wp_filesystem->is_file( $file ) && $wp_filesystem->exists( $file ) ) {
5725
-		$contents = $wp_filesystem->get_contents_array( $file );
5724
+	if ($wp_filesystem->is_file($file) && $wp_filesystem->exists($file)) {
5725
+		$contents = $wp_filesystem->get_contents_array($file);
5726 5726
 		
5727
-		if ( !empty( $contents ) && is_array( $contents ) ) {
5728
-			return count( $contents ) - 1;
5727
+		if (!empty($contents) && is_array($contents)) {
5728
+			return count($contents) - 1;
5729 5729
 		}
5730 5730
 	}
5731 5731
 	
@@ -5742,11 +5742,11 @@  discard block
 block discarded – undo
5742 5742
  * @param string $post_type The post type.
5743 5743
  * @return object Queried object.
5744 5744
  */
5745
-function geodir_imex_get_custom_fields( $post_type ) {
5745
+function geodir_imex_get_custom_fields($post_type) {
5746 5746
 	global $wpdb;
5747 5747
 	 
5748
-	$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 ) );
5749
-	$rows = $wpdb->get_results( $sql );
5748
+	$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));
5749
+	$rows = $wpdb->get_results($sql);
5750 5750
 	 
5751 5751
 	return $rows;
5752 5752
 }
@@ -5762,10 +5762,10 @@  discard block
 block discarded – undo
5762 5762
  * @return array Event data array.
5763 5763
  */
5764 5764
 function geodir_imex_get_event_data($post, $gd_post_info) {
5765
-	$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'] ) ) : '';
5765
+	$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'])) : '';
5766 5766
 	$event_enddate = $event_date;
5767
-	$starttime = isset( $post['starttime'] ) && $post['starttime'] != '' && $post['starttime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $post['starttime'] ) ) : '';
5768
-	$endtime = isset( $post['endtime'] ) && $post['endtime'] != '' && $post['endtime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $post['endtime'] ) ) : '';
5767
+	$starttime = isset($post['starttime']) && $post['starttime'] != '' && $post['starttime'] != '00:00:00' ? date_i18n('H:i', strtotime($post['starttime'])) : '';
5768
+	$endtime = isset($post['endtime']) && $post['endtime'] != '' && $post['endtime'] != '00:00:00' ? date_i18n('H:i', strtotime($post['endtime'])) : '';
5769 5769
 	
5770 5770
 	$is_recurring_event = '';
5771 5771
 	$event_duration_days = '';
@@ -5782,15 +5782,15 @@  discard block
 block discarded – undo
5782 5782
 		
5783 5783
 	$recurring_data = isset($gd_post_info->recurring_dates) ? maybe_unserialize($gd_post_info->recurring_dates) : array();
5784 5784
 	if (!empty($recurring_data)) {
5785
-		$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;
5786
-		$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;
5787
-		$starttime = isset( $recurring_data['starttime'] ) && $recurring_data['starttime'] != '' && $recurring_data['starttime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $recurring_data['starttime'] ) ) : $starttime;
5788
-		$endtime = isset( $recurring_data['endtime'] ) && $recurring_data['endtime'] != '' && $recurring_data['endtime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $recurring_data['endtime'] ) ) : $endtime;
5785
+		$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;
5786
+		$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;
5787
+		$starttime = isset($recurring_data['starttime']) && $recurring_data['starttime'] != '' && $recurring_data['starttime'] != '00:00:00' ? date_i18n('H:i', strtotime($recurring_data['starttime'])) : $starttime;
5788
+		$endtime = isset($recurring_data['endtime']) && $recurring_data['endtime'] != '' && $recurring_data['endtime'] != '00:00:00' ? date_i18n('H:i', strtotime($recurring_data['endtime'])) : $endtime;
5789 5789
 		$is_whole_day_event = !empty($recurring_data['all_day']) ? 1 : '';
5790 5790
 		$different_times = !empty($recurring_data['different_times']) ? true : false;
5791 5791
 	
5792
-		$recurring_pkg = geodir_event_recurring_pkg( $gd_post_info );
5793
-		$is_recurring = isset( $gd_post_info->is_recurring ) && (int)$gd_post_info->is_recurring == 0 ? false : true;
5792
+		$recurring_pkg = geodir_event_recurring_pkg($gd_post_info);
5793
+		$is_recurring = isset($gd_post_info->is_recurring) && (int) $gd_post_info->is_recurring == 0 ? false : true;
5794 5794
 			
5795 5795
 		if ($recurring_pkg && $is_recurring) {
5796 5796
 			$recurring_dates = $event_date;
@@ -5800,13 +5800,13 @@  discard block
 block discarded – undo
5800 5800
 			$recurring_type = !empty($recurring_data['repeat_type']) && in_array($recurring_data['repeat_type'], array('day', 'week', 'month', 'year', 'custom')) ? $recurring_data['repeat_type'] : 'custom';
5801 5801
 			
5802 5802
 			if (!empty($recurring_data['event_recurring_dates'])) {
5803
-				$event_recurring_dates = explode( ',', $recurring_data['event_recurring_dates'] );
5803
+				$event_recurring_dates = explode(',', $recurring_data['event_recurring_dates']);
5804 5804
 				
5805 5805
 				if (!empty($event_recurring_dates)) {
5806 5806
 					$recurring_dates = array();
5807 5807
 					
5808 5808
 					foreach ($event_recurring_dates as $date) {
5809
-						$recurring_dates[] = date_i18n( 'd/m/Y', strtotime( $date ) );
5809
+						$recurring_dates[] = date_i18n('d/m/Y', strtotime($date));
5810 5810
 					}
5811 5811
 					
5812 5812
 					$recurring_dates = implode(",", $recurring_dates);
@@ -5822,7 +5822,7 @@  discard block
 block discarded – undo
5822 5822
 						$times = array();
5823 5823
 						
5824 5824
 						foreach ($recurring_data['starttimes'] as $time) {
5825
-							$times[] = $time != '00:00:00' ? date_i18n( 'H:i', strtotime( $time ) ) : '00:00';
5825
+							$times[] = $time != '00:00:00' ? date_i18n('H:i', strtotime($time)) : '00:00';
5826 5826
 						}
5827 5827
 						
5828 5828
 						$event_starttimes = implode(",", $times);
@@ -5832,7 +5832,7 @@  discard block
 block discarded – undo
5832 5832
 						$times = array();
5833 5833
 						
5834 5834
 						foreach ($recurring_data['endtimes'] as $time) {
5835
-							$times[] = $time != '00:00:00' ? date_i18n( 'H:i', strtotime( $time ) ) : '00:00';
5835
+							$times[] = $time != '00:00:00' ? date_i18n('H:i', strtotime($time)) : '00:00';
5836 5836
 						}
5837 5837
 						
5838 5838
 						$event_endtimes = implode(",", $times);
@@ -5844,8 +5844,8 @@  discard block
 block discarded – undo
5844 5844
 					}
5845 5845
 				}
5846 5846
 			} else {
5847
-				$event_duration_days = isset($recurring_data['duration_x']) ? (int)$recurring_data['duration_x'] : 1;
5848
-				$recurring_interval = !empty($recurring_data['repeat_x']) && (int)$recurring_data['repeat_x'] > 0 ? $recurring_data['repeat_x'] : 1;
5847
+				$event_duration_days = isset($recurring_data['duration_x']) ? (int) $recurring_data['duration_x'] : 1;
5848
+				$recurring_interval = !empty($recurring_data['repeat_x']) && (int) $recurring_data['repeat_x'] > 0 ? $recurring_data['repeat_x'] : 1;
5849 5849
 				
5850 5850
 				if (($recurring_type == 'week' || $recurring_type == 'month') && !empty($recurring_data['repeat_days'])) {
5851 5851
 					$week_days = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
@@ -5861,11 +5861,11 @@  discard block
 block discarded – undo
5861 5861
 				}
5862 5862
 				
5863 5863
 				$recurring_week_nos = $recurring_type == 'month' && !empty($recurring_data['repeat_weeks']) ? implode(",", $recurring_data['repeat_weeks']) : $recurring_week_nos;
5864
-				if (!empty($recurring_data['repeat_end_type']) && (int)$recurring_data['repeat_end_type'] == 1) {
5865
-					$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'] ) ) : '';
5864
+				if (!empty($recurring_data['repeat_end_type']) && (int) $recurring_data['repeat_end_type'] == 1) {
5865
+					$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'])) : '';
5866 5866
 					$max_recurring_count = empty($recurring_end_date) ? 1 : '';
5867 5867
 				} else {
5868
-					$max_recurring_count = (!empty($recurring_data['max_repeat']) && (int)$recurring_data['max_repeat'] > 0 ? (int)$recurring_data['max_repeat'] : 1);
5868
+					$max_recurring_count = (!empty($recurring_data['max_repeat']) && (int) $recurring_data['max_repeat'] > 0 ? (int) $recurring_data['max_repeat'] : 1);
5869 5869
 				}
5870 5870
 			}
5871 5871
 		}
@@ -5929,9 +5929,9 @@  discard block
 block discarded – undo
5929 5929
  * @return array Event data array.
5930 5930
  */
5931 5931
 function geodir_imex_process_event_data($gd_post) {
5932
-	$recurring_pkg = geodir_event_recurring_pkg( (object)$gd_post );
5932
+	$recurring_pkg = geodir_event_recurring_pkg((object) $gd_post);
5933 5933
 
5934
-	$is_recurring = isset( $gd_post['is_recurring_event'] ) && (int)$gd_post['is_recurring_event'] == 0 ? false : true;
5934
+	$is_recurring = isset($gd_post['is_recurring_event']) && (int) $gd_post['is_recurring_event'] == 0 ? false : true;
5935 5935
 	$event_date = isset($gd_post['event_date']) && $gd_post['event_date'] != '' ? geodir_imex_get_date_ymd($gd_post['event_date']) : '';
5936 5936
 	$event_enddate = isset($gd_post['event_enddate']) && $gd_post['event_enddate'] != '' ? geodir_imex_get_date_ymd($gd_post['event_enddate']) : $event_date;
5937 5937
 	$all_day = isset($gd_post['is_whole_day_event']) && !empty($gd_post['is_whole_day_event']) ? true : false;
@@ -5978,17 +5978,17 @@  discard block
 block discarded – undo
5978 5978
 				$event_recurring_dates = implode(",", $event_recurring_dates);
5979 5979
 			}
5980 5980
 		} else {
5981
-			$duration_x = !empty( $gd_post['event_duration_days'] ) ? (int)$gd_post['event_duration_days'] : 1;
5982
-			$repeat_x = !empty( $gd_post['recurring_interval'] ) ? (int)$gd_post['recurring_interval'] : 1;
5983
-			$max_repeat = !empty( $gd_post['max_recurring_count'] ) ? (int)$gd_post['max_recurring_count'] : 1;
5984
-			$repeat_end = !empty( $gd_post['recurring_end_date'] ) ? geodir_imex_get_date_ymd($gd_post['recurring_end_date']) : '';
5981
+			$duration_x = !empty($gd_post['event_duration_days']) ? (int) $gd_post['event_duration_days'] : 1;
5982
+			$repeat_x = !empty($gd_post['recurring_interval']) ? (int) $gd_post['recurring_interval'] : 1;
5983
+			$max_repeat = !empty($gd_post['max_recurring_count']) ? (int) $gd_post['max_recurring_count'] : 1;
5984
+			$repeat_end = !empty($gd_post['recurring_end_date']) ? geodir_imex_get_date_ymd($gd_post['recurring_end_date']) : '';
5985 5985
 			
5986 5986
 			$repeat_end_type = $repeat_end != '' ? 1 : 0;
5987 5987
 			$max_repeat = $repeat_end != '' ? '' : $max_repeat;
5988 5988
 			
5989 5989
 			$week_days = array_flip(array('sun', 'mon', 'tue', 'wed', 'thu', 'fri', 'sat'));
5990 5990
 			
5991
-			$a_repeat_days = isset($gd_post['recurring_week_days']) && trim($gd_post['recurring_week_days'])!='' ? explode(',', trim($gd_post['recurring_week_days'])) : array();
5991
+			$a_repeat_days = isset($gd_post['recurring_week_days']) && trim($gd_post['recurring_week_days']) != '' ? explode(',', trim($gd_post['recurring_week_days'])) : array();
5992 5992
 			$repeat_days = array();
5993 5993
 			if (!empty($a_repeat_days)) {
5994 5994
 				foreach ($a_repeat_days as $repeat_day) {
@@ -6006,7 +6006,7 @@  discard block
 block discarded – undo
6006 6006
 			$repeat_weeks = array();
6007 6007
 			if (!empty($a_repeat_weeks)) {
6008 6008
 				foreach ($a_repeat_weeks as $repeat_week) {
6009
-					$repeat_weeks[] = (int)$repeat_week;
6009
+					$repeat_weeks[] = (int) $repeat_week;
6010 6010
 				}
6011 6011
 				
6012 6012
 				$repeat_weeks = array_unique($repeat_weeks);
@@ -6070,7 +6070,7 @@  discard block
 block discarded – undo
6070 6070
 
6071 6071
     $page_found = $wpdb->get_var(
6072 6072
         $wpdb->prepare(
6073
-            "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;",
6073
+            "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s LIMIT 1;",
6074 6074
             array($slug)
6075 6075
         )
6076 6076
     );
@@ -6125,7 +6125,7 @@  discard block
 block discarded – undo
6125 6125
  */
6126 6126
 function geodir_admin_upgrade_notice() {
6127 6127
     $class = "error";
6128
-    $message = __("Please update core GeoDirectory or some addons may not function correctly.","geodirectory");
6128
+    $message = __("Please update core GeoDirectory or some addons may not function correctly.", "geodirectory");
6129 6129
     echo"<div class=\"$class\"> <p>$message</p></div>";
6130 6130
 }
6131 6131
 
@@ -6137,7 +6137,7 @@  discard block
 block discarded – undo
6137 6137
  * @param (object) $r
6138 6138
  * @return (string) $output
6139 6139
  */
6140
-function geodire_admin_upgrade_notice( $plugin_data, $r )
6140
+function geodire_admin_upgrade_notice($plugin_data, $r)
6141 6141
 {
6142 6142
     // readme contents
6143 6143
     $args = array(
@@ -6145,7 +6145,7 @@  discard block
 block discarded – undo
6145 6145
         'redirection' => 5
6146 6146
     );
6147 6147
     $url = "http://plugins.svn.wordpress.org/geodirectory/trunk/readme.txt";
6148
-    $data       = wp_remote_get( $url, $args );
6148
+    $data = wp_remote_get($url, $args);
6149 6149
 
6150 6150
     if (!is_wp_error($data) && $data['response']['code'] == 200) {
6151 6151
 
@@ -6160,20 +6160,20 @@  discard block
 block discarded – undo
6160 6160
 function geodir_in_plugin_update_message($content) {
6161 6161
     // Output Upgrade Notice
6162 6162
     $matches        = null;
6163
-    $regexp         = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*' . preg_quote( GEODIRECTORY_VERSION ) . '\s*=|$)~Uis';
6163
+    $regexp         = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*'.preg_quote(GEODIRECTORY_VERSION).'\s*=|$)~Uis';
6164 6164
     $upgrade_notice = '';
6165
-    if ( preg_match( $regexp, $content, $matches ) ) {
6166
-        if(empty($matches)){return;}
6165
+    if (preg_match($regexp, $content, $matches)) {
6166
+        if (empty($matches)) {return; }
6167 6167
 
6168
-        $version = trim( $matches[1] );
6169
-        if($version && $version>GEODIRECTORY_VERSION){
6168
+        $version = trim($matches[1]);
6169
+        if ($version && $version > GEODIRECTORY_VERSION) {
6170 6170
 
6171 6171
 
6172
-        $notices = (array) preg_split('~[\r\n]+~', trim( $matches[2] ) );
6173
-        if ( version_compare( GEODIRECTORY_VERSION, $version, '<' ) ) {
6172
+        $notices = (array) preg_split('~[\r\n]+~', trim($matches[2]));
6173
+        if (version_compare(GEODIRECTORY_VERSION, $version, '<')) {
6174 6174
             $upgrade_notice .= '<div class="geodir_plugin_upgrade_notice">';
6175
-            foreach ( $notices as $index => $line ) {
6176
-                $upgrade_notice .= wp_kses_post( preg_replace( '~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line ) );
6175
+            foreach ($notices as $index => $line) {
6176
+                $upgrade_notice .= wp_kses_post(preg_replace('~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line));
6177 6177
             }
6178 6178
             $upgrade_notice .= '</div> ';
6179 6179
         }
@@ -6197,7 +6197,7 @@  discard block
 block discarded – undo
6197 6197
 		$default_language = $sitepress->get_default_language();
6198 6198
 		if ($current_language != 'all' && $current_language != $default_language) {
6199 6199
 	?>
6200
-	<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>
6200
+	<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>
6201 6201
 	<?php
6202 6202
 		}
6203 6203
 	}
@@ -6212,7 +6212,7 @@  discard block
 block discarded – undo
6212 6212
  * @param array Listing statuses to be skipped.
6213 6213
  */
6214 6214
 function geodir_imex_export_skip_statuses() {
6215
-    $statuses = array( 'trash', 'auto-draft' );
6215
+    $statuses = array('trash', 'auto-draft');
6216 6216
     
6217 6217
     /**
6218 6218
      * Filter the statuses to skip during GD export listings.
@@ -6222,7 +6222,7 @@  discard block
 block discarded – undo
6222 6222
      *
6223 6223
      * @param array $statuses Listing statuses to be skipped.
6224 6224
      */
6225
-    $statuses = apply_filters( 'geodir_imex_export_skip_statuses', $statuses );
6225
+    $statuses = apply_filters('geodir_imex_export_skip_statuses', $statuses);
6226 6226
      
6227 6227
     return $statuses;
6228 6228
 }
@@ -6293,16 +6293,16 @@  discard block
 block discarded – undo
6293 6293
 function geodir_imex_get_filter_where($where = '', $post_type = '') {
6294 6294
     global $wpdb;
6295 6295
     
6296
-    $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
6296
+    $filters = !empty($_REQUEST['gd_imex']) && is_array($_REQUEST['gd_imex']) ? $_REQUEST['gd_imex'] : NULL;
6297 6297
     
6298
-    if ( !empty( $filters ) ) {
6299
-        foreach ( $filters as $field => $value ) {
6298
+    if (!empty($filters)) {
6299
+        foreach ($filters as $field => $value) {
6300 6300
             switch ($field) {
6301 6301
                 case 'start_date':
6302
-                    $where .= " AND `" . $wpdb->posts . "`.`post_date` >= '" . sanitize_text_field( $value ) . " 00:00:00'";
6302
+                    $where .= " AND `".$wpdb->posts."`.`post_date` >= '".sanitize_text_field($value)." 00:00:00'";
6303 6303
                 break;
6304 6304
                 case 'end_date':
6305
-                    $where .= " AND `" . $wpdb->posts . "`.`post_date` <= '" . sanitize_text_field( $value ) . " 23:59:59'";
6305
+                    $where .= " AND `".$wpdb->posts."`.`post_date` <= '".sanitize_text_field($value)." 23:59:59'";
6306 6306
                 break;
6307 6307
             }
6308 6308
         }
@@ -6314,25 +6314,25 @@  discard block
 block discarded – undo
6314 6314
 add_filter('geodir_get_export_posts', 'geodir_imex_get_filter_where', 10, 2);
6315 6315
 
6316 6316
 
6317
-function geodir_fix_for_primer_theme(){
6318
-    if(!defined( 'PRIMER_VERSION' )){return;}
6317
+function geodir_fix_for_primer_theme() {
6318
+    if (!defined('PRIMER_VERSION')) {return; }
6319 6319
     global $pagenow;
6320 6320
 
6321
-    if ( ( 'post.php' === $pagenow || 'post-new.php' === $pagenow ) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']) )  ){
6321
+    if (('post.php' === $pagenow || 'post-new.php' === $pagenow) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']))) {
6322 6322
 
6323
-        $post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type( $_GET['post'] );
6323
+        $post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type($_GET['post']);
6324 6324
 
6325 6325
         $post_types = geodir_get_posttypes();
6326
-        if ($post_type && in_array($post_type, $post_types) ) {
6326
+        if ($post_type && in_array($post_type, $post_types)) {
6327 6327
             global $primer_customizer_layouts;
6328
-            remove_action( 'add_meta_boxes', array( $primer_customizer_layouts, 'add_meta_box' ), 10);
6328
+            remove_action('add_meta_boxes', array($primer_customizer_layouts, 'add_meta_box'), 10);
6329 6329
         }
6330 6330
     }
6331 6331
 
6332 6332
 }
6333 6333
 
6334
-if(is_admin()){
6335
-    add_action('add_meta_boxes','geodir_fix_for_primer_theme',0);  
6334
+if (is_admin()) {
6335
+    add_action('add_meta_boxes', 'geodir_fix_for_primer_theme', 0);  
6336 6336
 }
6337 6337
 
6338 6338
 
@@ -6465,32 +6465,32 @@  discard block
 block discarded – undo
6465 6465
 
6466 6466
 function geodir_ga_activation_url() {
6467 6467
 
6468
-    return add_query_arg( array(
6468
+    return add_query_arg(array(
6469 6469
         'next'          => admin_url("admin.php?page=geodirectory&active_tab=google_analytic_settings"),
6470 6470
         'scope'         => GEODIR_GA_SCOPE,
6471 6471
         'response_type' => 'code',
6472 6472
         'redirect_uri'  => GEODIR_GA_REDIRECT,
6473 6473
         'client_id'     => GEODIR_GA_CLIENTID,
6474
-    ), 'https://accounts.google.com/o/oauth2/auth' );
6474
+    ), 'https://accounts.google.com/o/oauth2/auth');
6475 6475
 
6476 6476
     return $url;
6477 6477
 }
6478 6478
 
6479
-function geodir_gd_accounts(){
6479
+function geodir_gd_accounts() {
6480 6480
     $accounts = array();
6481
-    $useAuth = ( get_option( 'geodir_ga_auth_code' ) == '' ? false : true );
6482
-    if($useAuth){
6481
+    $useAuth = (get_option('geodir_ga_auth_code') == '' ? false : true);
6482
+    if ($useAuth) {
6483 6483
         try {
6484 6484
             $accounts = geodir_ga_get_analytics_accounts();
6485 6485
         } catch (Exception $e) {
6486
-            geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) );
6486
+            geodir_error_log(wp_sprintf(__('GD Google Analytics API Error(%s) : %s', 'geodirectory'), $e->getCode(), $e->getMessage()));
6487 6487
         }
6488 6488
         
6489
-        if(is_array($accounts)){
6490
-            $accounts = array_merge(array(__('Select Account','geodirectory')),$accounts);
6491
-        }elseif(get_option('geodir_ga_account_id')){
6489
+        if (is_array($accounts)) {
6490
+            $accounts = array_merge(array(__('Select Account', 'geodirectory')), $accounts);
6491
+        }elseif (get_option('geodir_ga_account_id')) {
6492 6492
             $accounts = array();
6493
-            $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required','geodirectory').' ('.get_option('geodir_ga_account_id').')';
6493
+            $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required', 'geodirectory').' ('.get_option('geodir_ga_account_id').')';
6494 6494
         }
6495 6495
     }
6496 6496
     return $accounts;
@@ -6501,21 +6501,21 @@  discard block
 block discarded – undo
6501 6501
     global $gd_ga_errors;
6502 6502
     $accounts = array();
6503 6503
 
6504
-    if(get_option('geodir_ga_auth_token')===false){update_option('geodir_ga_auth_token','');}
6504
+    if (get_option('geodir_ga_auth_token') === false) {update_option('geodir_ga_auth_token', ''); }
6505 6505
 
6506 6506
 
6507
-    if(get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])){
6507
+    if (get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])) {
6508 6508
       return get_option('geodir_gd_uids');
6509 6509
     }
6510 6510
 
6511 6511
     # Create a new Gdata call
6512
-    if ( trim(get_option('geodir_ga_auth_code')) != '' )
6512
+    if (trim(get_option('geodir_ga_auth_code')) != '')
6513 6513
         $stats = new GDGoogleAnalyticsStats();
6514 6514
     else
6515 6515
         return false;
6516 6516
 
6517 6517
     # Check if Google sucessfully logged in
6518
-    if ( ! $stats->checkLogin() )
6518
+    if (!$stats->checkLogin())
6519 6519
         return false;
6520 6520
 
6521 6521
     # Get a list of accounts
@@ -6527,28 +6527,28 @@  discard block
 block discarded – undo
6527 6527
     }
6528 6528
 
6529 6529
 
6530
-    natcasesort ($accounts);
6530
+    natcasesort($accounts);
6531 6531
 
6532 6532
     # Return the account array if there are accounts
6533
-    if ( count($accounts) > 0 ){
6534
-        update_option('geodir_gd_uids',$accounts);
6533
+    if (count($accounts) > 0) {
6534
+        update_option('geodir_gd_uids', $accounts);
6535 6535
         return $accounts;
6536 6536
     }
6537 6537
     else
6538 6538
         return false;
6539 6539
 }
6540 6540
 
6541
-add_action( 'wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize' );
6542
-function geodir_ga_deauthorize(){
6541
+add_action('wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize');
6542
+function geodir_ga_deauthorize() {
6543 6543
 
6544
-    if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'gd_ga_deauthorize' ) ) {
6544
+    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'gd_ga_deauthorize')) {
6545 6545
 
6546
-        die( 'Security check' );
6546
+        die('Security check');
6547 6547
 
6548 6548
     } else {
6549
-        update_option('geodir_ga_auth_token','');
6550
-        update_option('geodir_ga_auth_code','');
6551
-        update_option('geodir_gd_uids','');
6549
+        update_option('geodir_ga_auth_token', '');
6550
+        update_option('geodir_ga_auth_code', '');
6551
+        update_option('geodir_gd_uids', '');
6552 6552
 
6553 6553
 
6554 6554
         echo admin_url('?page=geodirectory&active_tab=google_analytic_settings');
Please login to merge, or discard this patch.