Test Failed
Pull Request — master (#316)
by Kiran
17:44
created
geodirectory-functions/custom_functions.php 1 patch
Indentation   +197 added lines, -197 removed lines patch added patch discarded remove patch
@@ -2362,10 +2362,10 @@  discard block
 block discarded – undo
2362 2362
 	?>
2363 2363
 	<input class="search_text" name="s"
2364 2364
 	       value="<?php if ( isset( $_REQUEST['s'] ) && trim( $_REQUEST['s'] ) != '' ) {
2365
-		       echo esc_attr( stripslashes_deep( $_REQUEST['s'] ) );
2366
-	       } else {
2367
-		       echo $default_search_for_text;
2368
-	       } ?>" type="text"
2365
+			   echo esc_attr( stripslashes_deep( $_REQUEST['s'] ) );
2366
+		   } else {
2367
+			   echo $default_search_for_text;
2368
+		   } ?>" type="text"
2369 2369
 	       onblur="if (this.value.trim() == '') {this.value = '<?php echo esc_sql( $default_search_for_text ); ?>';}"
2370 2370
 	       onfocus="if (this.value == '<?php echo esc_sql( $default_search_for_text ); ?>') {this.value = '';}"
2371 2371
 	       onkeydown="javascript: if(event.keyCode == 13) geodir_click_search(this);">
@@ -2492,11 +2492,11 @@  discard block
 block discarded – undo
2492 2492
  * @return True if WPML is active else False.
2493 2493
  */
2494 2494
 function geodir_is_wpml() {
2495
-    if (function_exists('icl_object_id')) {
2496
-        return true;
2497
-    }
2495
+	if (function_exists('icl_object_id')) {
2496
+		return true;
2497
+	}
2498 2498
 
2499
-    return false;
2499
+	return false;
2500 2500
 }
2501 2501
 
2502 2502
 /**
@@ -2511,9 +2511,9 @@  discard block
 block discarded – undo
2511 2511
  * @return Language code.
2512 2512
  */
2513 2513
 function geodir_get_language_for_element($element_id, $element_type) {
2514
-    global $sitepress;
2514
+	global $sitepress;
2515 2515
 
2516
-    return $sitepress->get_language_for_element($element_id, $element_type);
2516
+	return $sitepress->get_language_for_element($element_id, $element_type);
2517 2517
 }
2518 2518
 
2519 2519
 /**
@@ -2530,28 +2530,28 @@  discard block
 block discarded – undo
2530 2530
  *                         Added to fix duplicate transaltion for front end.
2531 2531
  */
2532 2532
 function geodir_icl_make_duplicate($master_post_id, $lang, $postarr, $tr_post_id, $after_save = false) {
2533
-    global $sitepress;
2533
+	global $sitepress;
2534 2534
     
2535
-    $post_type = get_post_type($master_post_id);
2536
-    $icl_ajx_action = !empty($_REQUEST['icl_ajx_action']) && $_REQUEST['icl_ajx_action'] == 'make_duplicates' ? true : false;
2535
+	$post_type = get_post_type($master_post_id);
2536
+	$icl_ajx_action = !empty($_REQUEST['icl_ajx_action']) && $_REQUEST['icl_ajx_action'] == 'make_duplicates' ? true : false;
2537 2537
     
2538
-    if (in_array($post_type, geodir_get_posttypes())) {
2539
-        if ($icl_ajx_action || $after_save) {
2540
-            // Duplicate post details
2541
-            geodir_icl_duplicate_post_details($master_post_id, $tr_post_id, $lang);
2538
+	if (in_array($post_type, geodir_get_posttypes())) {
2539
+		if ($icl_ajx_action || $after_save) {
2540
+			// Duplicate post details
2541
+			geodir_icl_duplicate_post_details($master_post_id, $tr_post_id, $lang);
2542 2542
             
2543
-            // Duplicate taxonomies
2544
-            geodir_icl_duplicate_taxonomies($master_post_id, $tr_post_id, $lang);
2543
+			// Duplicate taxonomies
2544
+			geodir_icl_duplicate_taxonomies($master_post_id, $tr_post_id, $lang);
2545 2545
             
2546
-            // Duplicate post images
2547
-            geodir_icl_duplicate_post_images($master_post_id, $tr_post_id, $lang);
2548
-        }
2546
+			// Duplicate post images
2547
+			geodir_icl_duplicate_post_images($master_post_id, $tr_post_id, $lang);
2548
+		}
2549 2549
         
2550
-        // Sync post reviews
2551
-        if ($sitepress->get_setting('sync_comments_on_duplicates')) {
2552
-            geodir_wpml_duplicate_post_reviews($master_post_id, $tr_post_id, $lang);
2553
-        }
2554
-    }
2550
+		// Sync post reviews
2551
+		if ($sitepress->get_setting('sync_comments_on_duplicates')) {
2552
+			geodir_wpml_duplicate_post_reviews($master_post_id, $tr_post_id, $lang);
2553
+		}
2554
+	}
2555 2555
 }
2556 2556
 add_filter( 'icl_make_duplicate', 'geodir_icl_make_duplicate', 11, 4 );
2557 2557
 
@@ -2565,15 +2565,15 @@  discard block
 block discarded – undo
2565 2565
  * @param array $request_info The post details in an array.
2566 2566
  */
2567 2567
 function geodir_wpml_duplicate_listing($post_id, $request_info) {
2568
-    global $sitepress;
2568
+	global $sitepress;
2569 2569
     
2570
-    $icl_ajx_action = !empty($_REQUEST['icl_ajx_action']) && $_REQUEST['icl_ajx_action'] == 'make_duplicates' ? true : false;
2570
+	$icl_ajx_action = !empty($_REQUEST['icl_ajx_action']) && $_REQUEST['icl_ajx_action'] == 'make_duplicates' ? true : false;
2571 2571
     
2572
-    if (!$icl_ajx_action && in_array(get_post_type($post_id), geodir_get_posttypes()) && $post_duplicates = $sitepress->get_duplicates($post_id)) {
2573
-        foreach ($post_duplicates as $lang => $dup_post_id) {
2574
-            geodir_icl_make_duplicate($post_id, $lang, $request_info, $dup_post_id, true);
2575
-        }
2576
-    }
2572
+	if (!$icl_ajx_action && in_array(get_post_type($post_id), geodir_get_posttypes()) && $post_duplicates = $sitepress->get_duplicates($post_id)) {
2573
+		foreach ($post_duplicates as $lang => $dup_post_id) {
2574
+			geodir_icl_make_duplicate($post_id, $lang, $request_info, $dup_post_id, true);
2575
+		}
2576
+	}
2577 2577
 }
2578 2578
 
2579 2579
 /**
@@ -2589,17 +2589,17 @@  discard block
 block discarded – undo
2589 2589
  * @return bool True for success, False for fail.
2590 2590
  */
2591 2591
 function geodir_wpml_duplicate_post_reviews($master_post_id, $tr_post_id, $lang) {
2592
-    global $wpdb;
2592
+	global $wpdb;
2593 2593
 
2594
-    $reviews = $wpdb->get_results($wpdb->prepare("SELECT comment_id FROM " . GEODIR_REVIEW_TABLE . " WHERE post_id=%d ORDER BY id ASC", $master_post_id), ARRAY_A);
2594
+	$reviews = $wpdb->get_results($wpdb->prepare("SELECT comment_id FROM " . GEODIR_REVIEW_TABLE . " WHERE post_id=%d ORDER BY id ASC", $master_post_id), ARRAY_A);
2595 2595
 
2596
-    if (!empty($reviews)) {
2597
-        foreach ($reviews as $review) {
2598
-            geodir_wpml_duplicate_post_review($review['comment_id'], $master_post_id, $tr_post_id, $lang);
2599
-        }
2600
-    }
2596
+	if (!empty($reviews)) {
2597
+		foreach ($reviews as $review) {
2598
+			geodir_wpml_duplicate_post_review($review['comment_id'], $master_post_id, $tr_post_id, $lang);
2599
+		}
2600
+	}
2601 2601
 
2602
-    return false;
2602
+	return false;
2603 2603
 }
2604 2604
 
2605 2605
 /**
@@ -2616,22 +2616,22 @@  discard block
 block discarded – undo
2616 2616
  * @return bool True for success, False for fail.
2617 2617
  */
2618 2618
 function geodir_icl_duplicate_post_details($master_post_id, $tr_post_id, $lang) {
2619
-    global $wpdb, $plugin_prefix;
2619
+	global $wpdb, $plugin_prefix;
2620 2620
 
2621
-    $post_type = get_post_type($master_post_id);
2622
-    $post_table = $plugin_prefix . $post_type . '_detail';
2621
+	$post_type = get_post_type($master_post_id);
2622
+	$post_table = $plugin_prefix . $post_type . '_detail';
2623 2623
 
2624
-    $query = $wpdb->prepare("SELECT * FROM " . $post_table . " WHERE post_id = %d", array($master_post_id));
2625
-    $data = (array)$wpdb->get_row($query);
2624
+	$query = $wpdb->prepare("SELECT * FROM " . $post_table . " WHERE post_id = %d", array($master_post_id));
2625
+	$data = (array)$wpdb->get_row($query);
2626 2626
 
2627
-    if ( !empty( $data ) ) {
2628
-        $data['post_id'] = $tr_post_id;
2629
-        unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type . 'category']);
2630
-        $wpdb->update($post_table, $data, array('post_id' => $tr_post_id));
2631
-        return true;
2632
-    }
2627
+	if ( !empty( $data ) ) {
2628
+		$data['post_id'] = $tr_post_id;
2629
+		unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type . 'category']);
2630
+		$wpdb->update($post_table, $data, array('post_id' => $tr_post_id));
2631
+		return true;
2632
+	}
2633 2633
 
2634
-    return false;
2634
+	return false;
2635 2635
 }
2636 2636
 
2637 2637
 /**
@@ -2648,40 +2648,40 @@  discard block
 block discarded – undo
2648 2648
  * @return bool True for success, False for fail.
2649 2649
  */
2650 2650
 function geodir_icl_duplicate_taxonomies($master_post_id, $tr_post_id, $lang) {
2651
-    global $sitepress, $wpdb;
2652
-    $post_type = get_post_type($master_post_id);
2651
+	global $sitepress, $wpdb;
2652
+	$post_type = get_post_type($master_post_id);
2653 2653
 
2654
-    remove_filter('get_term', array($sitepress,'get_term_adjust_id')); // AVOID filtering to current language
2654
+	remove_filter('get_term', array($sitepress,'get_term_adjust_id')); // AVOID filtering to current language
2655 2655
 
2656
-    $taxonomies = get_object_taxonomies($post_type);
2657
-    foreach ($taxonomies as $taxonomy) {
2658
-        $terms = get_the_terms($master_post_id, $taxonomy);
2659
-        $terms_array = array();
2656
+	$taxonomies = get_object_taxonomies($post_type);
2657
+	foreach ($taxonomies as $taxonomy) {
2658
+		$terms = get_the_terms($master_post_id, $taxonomy);
2659
+		$terms_array = array();
2660 2660
         
2661
-        if ($terms) {
2662
-            foreach ($terms as $term) {
2663
-                $tr_id = apply_filters( 'translate_object_id',$term->term_id, $taxonomy, false, $lang);
2661
+		if ($terms) {
2662
+			foreach ($terms as $term) {
2663
+				$tr_id = apply_filters( 'translate_object_id',$term->term_id, $taxonomy, false, $lang);
2664 2664
                 
2665
-                if (!is_null($tr_id)){
2666
-                    // not using get_term - unfiltered get_term
2667
-                    $translated_term = $wpdb->get_row($wpdb->prepare("
2665
+				if (!is_null($tr_id)){
2666
+					// not using get_term - unfiltered get_term
2667
+					$translated_term = $wpdb->get_row($wpdb->prepare("
2668 2668
                         SELECT * FROM {$wpdb->terms} t JOIN {$wpdb->term_taxonomy} x ON x.term_id = t.term_id WHERE t.term_id = %d AND x.taxonomy = %s", $tr_id, $taxonomy));
2669 2669
 
2670
-                    $terms_array[] = $translated_term->term_id;
2671
-                }
2672
-            }
2670
+					$terms_array[] = $translated_term->term_id;
2671
+				}
2672
+			}
2673 2673
 
2674
-            if (!is_taxonomy_hierarchical($taxonomy)){
2675
-                $terms_array = array_unique( array_map( 'intval', $terms_array ) );
2676
-            }
2674
+			if (!is_taxonomy_hierarchical($taxonomy)){
2675
+				$terms_array = array_unique( array_map( 'intval', $terms_array ) );
2676
+			}
2677 2677
 
2678
-            wp_set_post_terms($tr_post_id, $terms_array, $taxonomy);
2678
+			wp_set_post_terms($tr_post_id, $terms_array, $taxonomy);
2679 2679
             
2680
-            if ($taxonomy == $post_type . 'category') {
2681
-                geodir_set_postcat_structure($tr_post_id, $post_type . 'category');
2682
-            }
2683
-        }
2684
-    }
2680
+			if ($taxonomy == $post_type . 'category') {
2681
+				geodir_set_postcat_structure($tr_post_id, $post_type . 'category');
2682
+			}
2683
+		}
2684
+	}
2685 2685
 }
2686 2686
 
2687 2687
 /**
@@ -2697,29 +2697,29 @@  discard block
 block discarded – undo
2697 2697
  * @return bool True for success, False for fail.
2698 2698
  */
2699 2699
 function geodir_icl_duplicate_post_images($master_post_id, $tr_post_id, $lang) {
2700
-    global $wpdb;
2700
+	global $wpdb;
2701 2701
 
2702
-    $query = $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id));
2703
-    $wpdb->query($query);
2702
+	$query = $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id));
2703
+	$wpdb->query($query);
2704 2704
 
2705
-    $query = $wpdb->prepare("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC", array('%image%', $master_post_id));
2706
-    $post_images = $wpdb->get_results($query);
2705
+	$query = $wpdb->prepare("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC", array('%image%', $master_post_id));
2706
+	$post_images = $wpdb->get_results($query);
2707 2707
 
2708
-    if ( !empty( $post_images ) ) {
2709
-        foreach ( $post_images as $post_image) {
2710
-            $image_data = (array)$post_image;
2711
-            unset($image_data['ID']);
2712
-            $image_data['post_id'] = $tr_post_id;
2708
+	if ( !empty( $post_images ) ) {
2709
+		foreach ( $post_images as $post_image) {
2710
+			$image_data = (array)$post_image;
2711
+			unset($image_data['ID']);
2712
+			$image_data['post_id'] = $tr_post_id;
2713 2713
             
2714
-            $wpdb->insert(GEODIR_ATTACHMENT_TABLE, $image_data);
2714
+			$wpdb->insert(GEODIR_ATTACHMENT_TABLE, $image_data);
2715 2715
             
2716
-            geodir_set_wp_featured_image($tr_post_id);
2717
-        }
2716
+			geodir_set_wp_featured_image($tr_post_id);
2717
+		}
2718 2718
         
2719
-        return true;
2720
-    }
2719
+		return true;
2720
+	}
2721 2721
 
2722
-    return false;
2722
+	return false;
2723 2723
 }
2724 2724
 
2725 2725
 
@@ -2738,73 +2738,73 @@  discard block
 block discarded – undo
2738 2738
  * @return bool True for success, False for fail.
2739 2739
  */
2740 2740
 function geodir_wpml_duplicate_post_review($master_comment_id, $master_post_id, $tr_post_id, $lang) {
2741
-    global $wpdb, $plugin_prefix, $sitepress;
2742
-
2743
-    $review = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_id=%d ORDER BY id ASC", $master_comment_id), ARRAY_A);
2744
-
2745
-    if (empty($review)) {
2746
-        return false;
2747
-    }
2748
-    if ($review['post_id'] != $master_post_id) {
2749
-        $wpdb->query($wpdb->prepare("UPDATE " . GEODIR_REVIEW_TABLE . " SET post_id=%d WHERE comment_id=%d", $master_post_id, $master_comment_id));
2750
-        geodir_update_postrating($master_post_id, $post_type);
2751
-    }
2752
-
2753
-    $tr_comment_id = geodir_wpml_duplicate_comment_exists($tr_post_id, $master_comment_id);
2754
-
2755
-    if (empty($tr_comment_id)) {
2756
-        return false;
2757
-    }
2758
-
2759
-    $post_type = get_post_type($master_post_id);
2760
-    $post_table = $plugin_prefix . $post_type . '_detail';
2761
-
2762
-    $translated_post = $wpdb->get_row($wpdb->prepare("SELECT post_title, post_latitude, post_longitude, post_city, post_region, post_country FROM " . $post_table . " WHERE post_id = %d", $tr_post_id), ARRAY_A);
2763
-    if (empty($translated_post)) {
2764
-        return false;
2765
-    }
2766
-
2767
-    $review['comment_id'] = $tr_comment_id;
2768
-    $review['post_id'] = $tr_post_id;
2769
-    $review['post_title'] = $translated_post['post_title'];
2770
-    $review['post_city'] = $translated_post['post_city'];
2771
-    $review['post_region'] = $translated_post['post_region'];
2772
-    $review['post_country'] = $translated_post['post_country'];
2773
-    $review['post_latitude'] = $translated_post['post_latitude'];
2774
-    $review['post_longitude'] = $translated_post['post_longitude'];
2775
-
2776
-    if (isset($review['id'])) {
2777
-        unset($review['id']);
2778
-    }
2779
-
2780
-    $tr_review_id = $wpdb->get_var($wpdb->prepare("SELECT id FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_id=%d AND post_id=%d ORDER BY id ASC", $tr_comment_id, $tr_post_id));
2781
-
2782
-    if ($tr_review_id) { // update review
2783
-        $wpdb->update(GEODIR_REVIEW_TABLE, $review, array('id' => $tr_review_id));
2784
-    } else { // insert review
2785
-        $wpdb->insert(GEODIR_REVIEW_TABLE, $review);
2786
-        $tr_review_id = $wpdb->insert_id;
2787
-    }
2788
-
2789
-    if ($tr_post_id) {
2790
-        geodir_update_postrating($tr_post_id, $post_type);
2741
+	global $wpdb, $plugin_prefix, $sitepress;
2742
+
2743
+	$review = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_id=%d ORDER BY id ASC", $master_comment_id), ARRAY_A);
2744
+
2745
+	if (empty($review)) {
2746
+		return false;
2747
+	}
2748
+	if ($review['post_id'] != $master_post_id) {
2749
+		$wpdb->query($wpdb->prepare("UPDATE " . GEODIR_REVIEW_TABLE . " SET post_id=%d WHERE comment_id=%d", $master_post_id, $master_comment_id));
2750
+		geodir_update_postrating($master_post_id, $post_type);
2751
+	}
2752
+
2753
+	$tr_comment_id = geodir_wpml_duplicate_comment_exists($tr_post_id, $master_comment_id);
2754
+
2755
+	if (empty($tr_comment_id)) {
2756
+		return false;
2757
+	}
2758
+
2759
+	$post_type = get_post_type($master_post_id);
2760
+	$post_table = $plugin_prefix . $post_type . '_detail';
2761
+
2762
+	$translated_post = $wpdb->get_row($wpdb->prepare("SELECT post_title, post_latitude, post_longitude, post_city, post_region, post_country FROM " . $post_table . " WHERE post_id = %d", $tr_post_id), ARRAY_A);
2763
+	if (empty($translated_post)) {
2764
+		return false;
2765
+	}
2766
+
2767
+	$review['comment_id'] = $tr_comment_id;
2768
+	$review['post_id'] = $tr_post_id;
2769
+	$review['post_title'] = $translated_post['post_title'];
2770
+	$review['post_city'] = $translated_post['post_city'];
2771
+	$review['post_region'] = $translated_post['post_region'];
2772
+	$review['post_country'] = $translated_post['post_country'];
2773
+	$review['post_latitude'] = $translated_post['post_latitude'];
2774
+	$review['post_longitude'] = $translated_post['post_longitude'];
2775
+
2776
+	if (isset($review['id'])) {
2777
+		unset($review['id']);
2778
+	}
2779
+
2780
+	$tr_review_id = $wpdb->get_var($wpdb->prepare("SELECT id FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_id=%d AND post_id=%d ORDER BY id ASC", $tr_comment_id, $tr_post_id));
2781
+
2782
+	if ($tr_review_id) { // update review
2783
+		$wpdb->update(GEODIR_REVIEW_TABLE, $review, array('id' => $tr_review_id));
2784
+	} else { // insert review
2785
+		$wpdb->insert(GEODIR_REVIEW_TABLE, $review);
2786
+		$tr_review_id = $wpdb->insert_id;
2787
+	}
2788
+
2789
+	if ($tr_post_id) {
2790
+		geodir_update_postrating($tr_post_id, $post_type);
2791 2791
         
2792
-        if (defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_review') && $sitepress->get_setting('sync_comments_on_duplicates')) {
2793
-            $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_COMMENTS_REVIEWS_TABLE . " WHERE comment_id = %d", array($tr_comment_id)));
2794
-            $likes = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_COMMENTS_REVIEWS_TABLE . " WHERE comment_id=%d ORDER BY like_date ASC", $master_comment_id, $tr_post_id), ARRAY_A);
2795
-
2796
-            if (!empty($likes)) {
2797
-                foreach ($likes as $like) {
2798
-                    unset($like['like_id']);
2799
-                    $like['comment_id'] = $tr_comment_id;
2792
+		if (defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_review') && $sitepress->get_setting('sync_comments_on_duplicates')) {
2793
+			$wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_COMMENTS_REVIEWS_TABLE . " WHERE comment_id = %d", array($tr_comment_id)));
2794
+			$likes = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_COMMENTS_REVIEWS_TABLE . " WHERE comment_id=%d ORDER BY like_date ASC", $master_comment_id, $tr_post_id), ARRAY_A);
2795
+
2796
+			if (!empty($likes)) {
2797
+				foreach ($likes as $like) {
2798
+					unset($like['like_id']);
2799
+					$like['comment_id'] = $tr_comment_id;
2800 2800
                     
2801
-                    $wpdb->insert(GEODIR_COMMENTS_REVIEWS_TABLE, $like);
2802
-                }
2803
-            }
2804
-        }
2805
-    }
2801
+					$wpdb->insert(GEODIR_COMMENTS_REVIEWS_TABLE, $like);
2802
+				}
2803
+			}
2804
+		}
2805
+	}
2806 2806
 
2807
-    return $tr_review_id;
2807
+	return $tr_review_id;
2808 2808
 }
2809 2809
 
2810 2810
 /**
@@ -2819,36 +2819,36 @@  discard block
 block discarded – undo
2819 2819
  * @param int $comment_id The Comment ID.
2820 2820
  */
2821 2821
 function gepdir_wpml_sync_comment($comment_id) {
2822
-    global $wpdb, $sitepress, $gd_wpml_posttypes;
2823
-
2824
-    if (empty($gd_post_types)) {
2825
-        $gd_wpml_posttypes = geodir_get_posttypes();
2826
-    }
2827
-
2828
-    $comment = $wpdb->get_row($wpdb->prepare("SELECT * FROM {$wpdb->comments} WHERE comment_ID=%d", $comment_id), ARRAY_A);
2829
-    if (empty($comment)) {
2830
-        return;
2831
-    }
2832
-
2833
-    $post_id = $comment['comment_post_ID'];
2834
-    $post_type = $post_id ? get_post_type($post_id) : NULL;
2835
-
2836
-    if (!($post_type && in_array($post_type, $gd_wpml_posttypes))) {
2837
-        return;
2838
-    }
2839
-
2840
-    $post_duplicates = $sitepress->get_duplicates($post_id);
2841
-    if (empty($post_duplicates)) {
2842
-        return;
2843
-    }
2844
-
2845
-    foreach ($post_duplicates as $lang => $dup_post_id) {
2846
-        if (empty($comment['comment_parent'])) {
2847
-            geodir_wpml_duplicate_post_review($comment_id, $post_id, $dup_post_id, $lang);
2848
-        }
2849
-    }
2822
+	global $wpdb, $sitepress, $gd_wpml_posttypes;
2823
+
2824
+	if (empty($gd_post_types)) {
2825
+		$gd_wpml_posttypes = geodir_get_posttypes();
2826
+	}
2827
+
2828
+	$comment = $wpdb->get_row($wpdb->prepare("SELECT * FROM {$wpdb->comments} WHERE comment_ID=%d", $comment_id), ARRAY_A);
2829
+	if (empty($comment)) {
2830
+		return;
2831
+	}
2832
+
2833
+	$post_id = $comment['comment_post_ID'];
2834
+	$post_type = $post_id ? get_post_type($post_id) : NULL;
2835
+
2836
+	if (!($post_type && in_array($post_type, $gd_wpml_posttypes))) {
2837
+		return;
2838
+	}
2839
+
2840
+	$post_duplicates = $sitepress->get_duplicates($post_id);
2841
+	if (empty($post_duplicates)) {
2842
+		return;
2843
+	}
2844
+
2845
+	foreach ($post_duplicates as $lang => $dup_post_id) {
2846
+		if (empty($comment['comment_parent'])) {
2847
+			geodir_wpml_duplicate_post_review($comment_id, $post_id, $dup_post_id, $lang);
2848
+		}
2849
+	}
2850 2850
     
2851
-    return true;
2851
+	return true;
2852 2852
 }
2853 2853
 
2854 2854
 /**
@@ -2863,11 +2863,11 @@  discard block
 block discarded – undo
2863 2863
  * @return int The duplicate comment ID.
2864 2864
  */
2865 2865
 function geodir_wpml_duplicate_comment_exists($dup_post_id, $original_cid) {
2866
-    global $wpdb;
2866
+	global $wpdb;
2867 2867
 
2868
-    $duplicate = $wpdb->get_var(
2869
-        $wpdb->prepare(
2870
-            "   SELECT comm.comment_ID
2868
+	$duplicate = $wpdb->get_var(
2869
+		$wpdb->prepare(
2870
+			"   SELECT comm.comment_ID
2871 2871
                 FROM {$wpdb->comments} comm
2872 2872
                 JOIN {$wpdb->commentmeta} cm
2873 2873
                     ON comm.comment_ID = cm.comment_id
@@ -2875,10 +2875,10 @@  discard block
 block discarded – undo
2875 2875
                     AND cm.meta_key = '_icl_duplicate_of'
2876 2876
                     AND cm.meta_value = %d
2877 2877
                 LIMIT 1",
2878
-            $dup_post_id,
2879
-            $original_cid
2880
-        )
2881
-    );
2878
+			$dup_post_id,
2879
+			$original_cid
2880
+		)
2881
+	);
2882 2882
 
2883
-    return $duplicate;
2883
+	return $duplicate;
2884 2884
 }
2885 2885
\ No newline at end of file
Please login to merge, or discard this patch.
geodirectory-functions/template_functions.php 1 patch
Indentation   +349 added lines, -349 removed lines patch added patch discarded remove patch
@@ -19,18 +19,18 @@  discard block
 block discarded – undo
19 19
  */
20 20
 function geodir_locate_template($template = '')
21 21
 {
22
-    global $post_type, $wp, $post;
23
-    $fields = array();
22
+	global $post_type, $wp, $post;
23
+	$fields = array();
24 24
 
25
-    switch ($template):
26
-        case 'signup':
27
-            return $template = locate_template(array("geodirectory/geodir-signup.php"));
28
-            break;
29
-        case 'add-listing':
25
+	switch ($template):
26
+		case 'signup':
27
+			return $template = locate_template(array("geodirectory/geodir-signup.php"));
28
+			break;
29
+		case 'add-listing':
30 30
 
31
-            $sc_post_type = '';
31
+			$sc_post_type = '';
32 32
 			if (is_page() && isset($post->post_content) && has_shortcode($post->post_content, 'gd_add_listing')) {
33
-                $listing_page_id = $post->ID;
33
+				$listing_page_id = $post->ID;
34 34
 				
35 35
 				$regex_pattern = get_shortcode_regex();
36 36
 				preg_match('/'.$regex_pattern.'/s', $post->post_content, $regex_matches);
@@ -39,100 +39,100 @@  discard block
 block discarded – undo
39 39
 					$shortcode_atts = shortcode_parse_atts($regex_matches[3]);
40 40
 					$sc_post_type = !empty($shortcode_atts) && isset($shortcode_atts['listing_type']) && !empty($shortcode_atts['listing_type']) ? $shortcode_atts['listing_type'] : '';
41 41
 				}
42
-            } else {
43
-                $listing_page_id = geodir_add_listing_page_id();
44
-            }
42
+			} else {
43
+				$listing_page_id = geodir_add_listing_page_id();
44
+			}
45 45
 			
46 46
 			$is_wpml = function_exists('icl_object_id') ? true : false;
47 47
 
48
-            if ($listing_page_id != '' && (is_page($listing_page_id) || ($is_wpml && !empty($wp->query_vars['page_id']))) && isset($_REQUEST['listing_type'])
49
-                && in_array($_REQUEST['listing_type'], geodir_get_posttypes())
50
-            )
51
-                $post_type = sanitize_text_field($_REQUEST['listing_type']);
52
-            if (empty($post_type) && !isset($_REQUEST['pid'])) {
53
-                $pagename = $wp->query_vars['pagename'];
54
-                $post_types = geodir_get_posttypes();
55
-                if (!empty($post_types))
56
-                    $post_type = $post_types[0];
48
+			if ($listing_page_id != '' && (is_page($listing_page_id) || ($is_wpml && !empty($wp->query_vars['page_id']))) && isset($_REQUEST['listing_type'])
49
+				&& in_array($_REQUEST['listing_type'], geodir_get_posttypes())
50
+			)
51
+				$post_type = sanitize_text_field($_REQUEST['listing_type']);
52
+			if (empty($post_type) && !isset($_REQUEST['pid'])) {
53
+				$pagename = $wp->query_vars['pagename'];
54
+				$post_types = geodir_get_posttypes();
55
+				if (!empty($post_types))
56
+					$post_type = $post_types[0];
57 57
 					
58 58
 				if($sc_post_type != '' )
59 59
 					$post_type = $sc_post_type;
60 60
 				
61
-                if ($is_wpml && !empty($wp->query_vars['page_id'])) {
61
+				if ($is_wpml && !empty($wp->query_vars['page_id'])) {
62 62
 					wp_redirect(geodir_getlink(get_permalink($wp->query_vars['page_id']), array('listing_type' => $post_type)));
63 63
 				} else {
64 64
 					wp_redirect(trailingslashit(get_site_url()) . $pagename . '/?listing_type=' . $post_type);
65 65
 				}
66
-                gd_die();
67
-            }
68
-            return $template = locate_template(array("geodirectory/add-{$post_type}.php", "geodirectory/add-listing.php"));
69
-            break;
70
-        case 'success':
71
-            $success_page_id = geodir_success_page_id();
72
-            if ($success_page_id != '' && is_page($success_page_id) && isset($_REQUEST['listing_type'])
73
-                && in_array($_REQUEST['listing_type'], geodir_get_posttypes())
74
-            )
75
-                $post_type = sanitize_text_field($_REQUEST['listing_type']);
76
-            return $template = locate_template(array("geodirectory/{$post_type}-success.php", "geodirectory/listing-success.php"));
77
-            break;
78
-        case 'detail':
79
-        case 'preview':
80
-            if (in_array(get_post_type(), geodir_get_posttypes()))
81
-                $post_type = get_post_type();
82
-            return $template = locate_template(array("geodirectory/single-{$post_type}.php", "geodirectory/listing-detail.php"));
83
-            break;
84
-        case 'listing':
85
-            $templates = array();
86
-            if (is_post_type_archive() && in_array(get_post_type(), geodir_get_posttypes())) {
87
-                $post_type = get_post_type();
88
-                $templates[] = "geodirectory/archive-$post_type.php";
89
-            }
90
-
91
-
92
-            if (is_tax() && geodir_get_taxonomy_posttype()) {
93
-                $query_obj = get_queried_object();
94
-                $curr_taxonomy = isset($query_obj->taxonomy) ? $query_obj->taxonomy : '';
95
-                $curr_term = isset($query_obj->slug) ? $query_obj->slug : '';
96
-                $templates[] = "geodirectory/taxonomy-$curr_taxonomy-$curr_term.php";
97
-                $templates[] = "geodirectory/taxonomy-$curr_taxonomy.php";
98
-            }
99
-
100
-            $templates[] = "geodirectory/geodir-listing.php";
101
-
102
-            return $template = locate_template($templates);
103
-            break;
104
-        case 'information':
105
-            return $template = locate_template(array("geodirectory/geodir-information.php"));
106
-            break;
107
-        case 'author':
108
-            return $template = locate_template(array("geodirectory/geodir-author.php"));
109
-            break;
110
-        case 'search':
111
-            return $template = locate_template(array("geodirectory/geodir-search.php"));
112
-            break;
113
-        case 'location':
114
-            return $template = locate_template(array("geodirectory/geodir-location.php"));
115
-            break;
116
-        case 'geodir-home':
117
-            return $template = locate_template(array("geodirectory/geodir-home.php"));
118
-            break;
119
-        case 'listing-listview':
120
-            $template = locate_template(array("geodirectory/listing-listview.php"));
121
-            if (!$template) {
122
-                $template = geodir_plugin_path() . '/geodirectory-templates/listing-listview.php';
123
-            }
124
-            return $template;
125
-            break;
126
-        case 'widget-listing-listview':
127
-            $template = locate_template(array("geodirectory/widget-listing-listview.php"));
128
-            if (!$template) {
129
-                $template = geodir_plugin_path() . '/geodirectory-templates/widget-listing-listview.php';
130
-            }
131
-            return $template;
132
-            break;
133
-    endswitch;
134
-
135
-    return false;
66
+				gd_die();
67
+			}
68
+			return $template = locate_template(array("geodirectory/add-{$post_type}.php", "geodirectory/add-listing.php"));
69
+			break;
70
+		case 'success':
71
+			$success_page_id = geodir_success_page_id();
72
+			if ($success_page_id != '' && is_page($success_page_id) && isset($_REQUEST['listing_type'])
73
+				&& in_array($_REQUEST['listing_type'], geodir_get_posttypes())
74
+			)
75
+				$post_type = sanitize_text_field($_REQUEST['listing_type']);
76
+			return $template = locate_template(array("geodirectory/{$post_type}-success.php", "geodirectory/listing-success.php"));
77
+			break;
78
+		case 'detail':
79
+		case 'preview':
80
+			if (in_array(get_post_type(), geodir_get_posttypes()))
81
+				$post_type = get_post_type();
82
+			return $template = locate_template(array("geodirectory/single-{$post_type}.php", "geodirectory/listing-detail.php"));
83
+			break;
84
+		case 'listing':
85
+			$templates = array();
86
+			if (is_post_type_archive() && in_array(get_post_type(), geodir_get_posttypes())) {
87
+				$post_type = get_post_type();
88
+				$templates[] = "geodirectory/archive-$post_type.php";
89
+			}
90
+
91
+
92
+			if (is_tax() && geodir_get_taxonomy_posttype()) {
93
+				$query_obj = get_queried_object();
94
+				$curr_taxonomy = isset($query_obj->taxonomy) ? $query_obj->taxonomy : '';
95
+				$curr_term = isset($query_obj->slug) ? $query_obj->slug : '';
96
+				$templates[] = "geodirectory/taxonomy-$curr_taxonomy-$curr_term.php";
97
+				$templates[] = "geodirectory/taxonomy-$curr_taxonomy.php";
98
+			}
99
+
100
+			$templates[] = "geodirectory/geodir-listing.php";
101
+
102
+			return $template = locate_template($templates);
103
+			break;
104
+		case 'information':
105
+			return $template = locate_template(array("geodirectory/geodir-information.php"));
106
+			break;
107
+		case 'author':
108
+			return $template = locate_template(array("geodirectory/geodir-author.php"));
109
+			break;
110
+		case 'search':
111
+			return $template = locate_template(array("geodirectory/geodir-search.php"));
112
+			break;
113
+		case 'location':
114
+			return $template = locate_template(array("geodirectory/geodir-location.php"));
115
+			break;
116
+		case 'geodir-home':
117
+			return $template = locate_template(array("geodirectory/geodir-home.php"));
118
+			break;
119
+		case 'listing-listview':
120
+			$template = locate_template(array("geodirectory/listing-listview.php"));
121
+			if (!$template) {
122
+				$template = geodir_plugin_path() . '/geodirectory-templates/listing-listview.php';
123
+			}
124
+			return $template;
125
+			break;
126
+		case 'widget-listing-listview':
127
+			$template = locate_template(array("geodirectory/widget-listing-listview.php"));
128
+			if (!$template) {
129
+				$template = geodir_plugin_path() . '/geodirectory-templates/widget-listing-listview.php';
130
+			}
131
+			return $template;
132
+			break;
133
+	endswitch;
134
+
135
+	return false;
136 136
 
137 137
 }
138 138
 
@@ -151,255 +151,255 @@  discard block
 block discarded – undo
151 151
 function geodir_template_loader($template)
152 152
 {
153 153
 
154
-    global $wp_query;
155
-
156
-    /**
157
-     * Filter the custom page list.
158
-     *
159
-     * @since 1.0.0
160
-     */
161
-    $geodir_custom_page_list = apply_filters('geodir_set_custom_pages', array(
162
-        'geodir_signup_page' =>
163
-            apply_filters('geodir_set_custom_signup_page', false),
164
-        'geodir_add_listing_page' =>
165
-            apply_filters('geodir_set_custom_add_listing_page', false),
166
-        'geodir_preview_page' =>
167
-            apply_filters('geodir_set_custom_preview_page', false),
168
-        'geodir_listing_success_page' =>
169
-            apply_filters('geodir_set_custom_listing_success_page', false),
170
-        'geodir_listing_detail_page' =>
171
-            apply_filters('geodir_set_custom_listing_detail_page', false),
172
-        'geodir_listing_page' =>
173
-            apply_filters('geodir_set_custom_listing_page', false),
174
-        'geodir_search_page' =>
175
-            apply_filters('geodir_set_custom_search_page', false),
176
-        'geodir_author_page' =>
177
-            apply_filters('geodir_set_custom_author_page', false),
178
-        'geodir_home_map_page' =>
179
-            apply_filters('geodir_set_custom_home_map_page', false)
180
-    ));
181
-
182
-
183
-    if (geodir_is_page('login') || $geodir_custom_page_list['geodir_signup_page']) {
184
-
185
-        $template = geodir_locate_template('signup');
186
-
187
-        if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-signup.php';
188
-
189
-        /**
190
-         * Filter the signup template path.
191
-         *
192
-         * @since 1.0.0
193
-         * @param string $template The template path.
194
-         */
195
-        return $template = apply_filters('geodir_template_signup', $template);
196
-    }
197
-
198
-    if (geodir_is_page('add-listing') || $geodir_custom_page_list['geodir_add_listing_page']) {
199
-        if (!geodir_is_default_location_set()) {
200
-            global $information;
201
-            $information = 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>');
202
-
203
-            $template = geodir_locate_template('information');
204
-
205
-            if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-information.php';
206
-            /**
207
-             * Filter the information template path.
208
-             *
209
-             * @since 1.0.0
210
-             * @param string $template The template path.
211
-             */
212
-            return $template = apply_filters('geodir_template_information', $template);
213
-        }
214
-        // check if pid exists in the record if yes then check if this post belongs to the user who is logged in.
215
-        if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
216
-            /// WPML
217
-            if (geodir_is_wpml() && $duplicate_of = wpml_get_master_post_from_duplicate((int)$_GET['pid'])) {
218
-                global $sitepress;
154
+	global $wp_query;
155
+
156
+	/**
157
+	 * Filter the custom page list.
158
+	 *
159
+	 * @since 1.0.0
160
+	 */
161
+	$geodir_custom_page_list = apply_filters('geodir_set_custom_pages', array(
162
+		'geodir_signup_page' =>
163
+			apply_filters('geodir_set_custom_signup_page', false),
164
+		'geodir_add_listing_page' =>
165
+			apply_filters('geodir_set_custom_add_listing_page', false),
166
+		'geodir_preview_page' =>
167
+			apply_filters('geodir_set_custom_preview_page', false),
168
+		'geodir_listing_success_page' =>
169
+			apply_filters('geodir_set_custom_listing_success_page', false),
170
+		'geodir_listing_detail_page' =>
171
+			apply_filters('geodir_set_custom_listing_detail_page', false),
172
+		'geodir_listing_page' =>
173
+			apply_filters('geodir_set_custom_listing_page', false),
174
+		'geodir_search_page' =>
175
+			apply_filters('geodir_set_custom_search_page', false),
176
+		'geodir_author_page' =>
177
+			apply_filters('geodir_set_custom_author_page', false),
178
+		'geodir_home_map_page' =>
179
+			apply_filters('geodir_set_custom_home_map_page', false)
180
+	));
181
+
182
+
183
+	if (geodir_is_page('login') || $geodir_custom_page_list['geodir_signup_page']) {
184
+
185
+		$template = geodir_locate_template('signup');
186
+
187
+		if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-signup.php';
188
+
189
+		/**
190
+		 * Filter the signup template path.
191
+		 *
192
+		 * @since 1.0.0
193
+		 * @param string $template The template path.
194
+		 */
195
+		return $template = apply_filters('geodir_template_signup', $template);
196
+	}
197
+
198
+	if (geodir_is_page('add-listing') || $geodir_custom_page_list['geodir_add_listing_page']) {
199
+		if (!geodir_is_default_location_set()) {
200
+			global $information;
201
+			$information = 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>');
202
+
203
+			$template = geodir_locate_template('information');
204
+
205
+			if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-information.php';
206
+			/**
207
+			 * Filter the information template path.
208
+			 *
209
+			 * @since 1.0.0
210
+			 * @param string $template The template path.
211
+			 */
212
+			return $template = apply_filters('geodir_template_information', $template);
213
+		}
214
+		// check if pid exists in the record if yes then check if this post belongs to the user who is logged in.
215
+		if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
216
+			/// WPML
217
+			if (geodir_is_wpml() && $duplicate_of = wpml_get_master_post_from_duplicate((int)$_GET['pid'])) {
218
+				global $sitepress;
219 219
                 
220
-                $lang_of_duplicate = geodir_get_language_for_element($duplicate_of, 'post_' . get_post_type($duplicate_of));
221
-                $sitepress->switch_lang($lang_of_duplicate, true);
220
+				$lang_of_duplicate = geodir_get_language_for_element($duplicate_of, 'post_' . get_post_type($duplicate_of));
221
+				$sitepress->switch_lang($lang_of_duplicate, true);
222 222
         
223
-                $redirect_to = get_permalink(geodir_add_listing_page_id());
224
-                $_GET['pid'] = $duplicate_of;
225
-                if (!empty($_GET)) {
226
-                    $redirect_to = add_query_arg($_GET, $redirect_to);
227
-                }
228
-                wp_redirect($redirect_to);
229
-                exit;
230
-            }
231
-            /// WPML
223
+				$redirect_to = get_permalink(geodir_add_listing_page_id());
224
+				$_GET['pid'] = $duplicate_of;
225
+				if (!empty($_GET)) {
226
+					$redirect_to = add_query_arg($_GET, $redirect_to);
227
+				}
228
+				wp_redirect($redirect_to);
229
+				exit;
230
+			}
231
+			/// WPML
232 232
             
233
-            global $information;
234
-            $information = __('This listing does not belong to your account, please check the listing id carefully.', 'geodirectory');
235
-            $is_current_user_owner = geodir_listing_belong_to_current_user();
236
-            if (!$is_current_user_owner) {
237
-                $template = geodir_locate_template('information');
238
-
239
-                if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-information.php';
240
-                /**
241
-                 * Filter the information template path.
242
-                 *
243
-                 * @since 1.0.0
244
-                 * @param string $template The template path.
245
-                 */
246
-                return $template = apply_filters('geodir_template_information', $template);
247
-            }
233
+			global $information;
234
+			$information = __('This listing does not belong to your account, please check the listing id carefully.', 'geodirectory');
235
+			$is_current_user_owner = geodir_listing_belong_to_current_user();
236
+			if (!$is_current_user_owner) {
237
+				$template = geodir_locate_template('information');
238
+
239
+				if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-information.php';
240
+				/**
241
+				 * Filter the information template path.
242
+				 *
243
+				 * @since 1.0.0
244
+				 * @param string $template The template path.
245
+				 */
246
+				return $template = apply_filters('geodir_template_information', $template);
247
+			}
248
+
248 249
 
250
+		}
249 251
 
250
-        }
252
+		//geodir_is_login(true);
253
+		global $current_user;
254
+		if (!$current_user->ID) {
255
+			wp_redirect(geodir_login_url(array('redirect_add_listing'=>urlencode(geodir_curPageURL()))), 302);
256
+			exit;
257
+		}
251 258
 
252
-        //geodir_is_login(true);
253
-        global $current_user;
254
-        if (!$current_user->ID) {
255
-            wp_redirect(geodir_login_url(array('redirect_add_listing'=>urlencode(geodir_curPageURL()))), 302);
256
-            exit;
257
-        }
259
+		$template = geodir_locate_template('add-listing');
258 260
 
259
-        $template = geodir_locate_template('add-listing');
260
-
261
-        if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/add-listing.php';
262
-        /**
263
-         * Filter the add listing template path.
264
-         *
265
-         * @since 1.0.0
266
-         * @param string $template The template path.
267
-         */
268
-        return $template = apply_filters('geodir_template_add_listing', $template);
269
-    }
261
+		if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/add-listing.php';
262
+		/**
263
+		 * Filter the add listing template path.
264
+		 *
265
+		 * @since 1.0.0
266
+		 * @param string $template The template path.
267
+		 */
268
+		return $template = apply_filters('geodir_template_add_listing', $template);
269
+	}
270 270
 
271 271
 
272
-    if (geodir_is_page('preview') || $geodir_custom_page_list['geodir_preview_page']) {
273
-        global $preview;
274
-        $preview = true;
272
+	if (geodir_is_page('preview') || $geodir_custom_page_list['geodir_preview_page']) {
273
+		global $preview;
274
+		$preview = true;
275 275
 
276
-        $template = geodir_locate_template('preview');
276
+		$template = geodir_locate_template('preview');
277 277
 
278
-        if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/listing-detail.php';
279
-        /**
280
-         * Filter the preview template path.
281
-         *
282
-         * @since 1.0.0
283
-         * @param string $template The template path.
284
-         */
285
-        return $template = apply_filters('geodir_template_preview', $template);
278
+		if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/listing-detail.php';
279
+		/**
280
+		 * Filter the preview template path.
281
+		 *
282
+		 * @since 1.0.0
283
+		 * @param string $template The template path.
284
+		 */
285
+		return $template = apply_filters('geodir_template_preview', $template);
286 286
 
287
-    }
287
+	}
288 288
 
289 289
 
290
-    if (geodir_is_page('listing-success') || $geodir_custom_page_list['geodir_listing_success_page']) {
290
+	if (geodir_is_page('listing-success') || $geodir_custom_page_list['geodir_listing_success_page']) {
291 291
 
292
-        $template = geodir_locate_template('success');
292
+		$template = geodir_locate_template('success');
293 293
 
294
-        if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/listing-success.php';
295
-        /**
296
-         * Filter the success template path.
297
-         *
298
-         * @since 1.0.0
299
-         * @param string $template The template path.
300
-         */
301
-        return $template = apply_filters('geodir_template_success', $template);
294
+		if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/listing-success.php';
295
+		/**
296
+		 * Filter the success template path.
297
+		 *
298
+		 * @since 1.0.0
299
+		 * @param string $template The template path.
300
+		 */
301
+		return $template = apply_filters('geodir_template_success', $template);
302 302
 
303
-    }
303
+	}
304 304
 
305
-    if (geodir_is_page('detail') || $geodir_custom_page_list['geodir_listing_detail_page']) {
305
+	if (geodir_is_page('detail') || $geodir_custom_page_list['geodir_listing_detail_page']) {
306 306
 
307
-        $template = geodir_locate_template('detail');
307
+		$template = geodir_locate_template('detail');
308 308
 
309
-        if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/listing-detail.php';
310
-        /**
311
-         * Filter the detail template path.
312
-         *
313
-         * @since 1.0.0
314
-         * @param string $template The template path.
315
-         */
316
-        return $template = apply_filters('geodir_template_detail', $template);
309
+		if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/listing-detail.php';
310
+		/**
311
+		 * Filter the detail template path.
312
+		 *
313
+		 * @since 1.0.0
314
+		 * @param string $template The template path.
315
+		 */
316
+		return $template = apply_filters('geodir_template_detail', $template);
317 317
 
318
-    }
318
+	}
319 319
 
320
-    if (geodir_is_page('listing') || $geodir_custom_page_list['geodir_listing_page']) {
320
+	if (geodir_is_page('listing') || $geodir_custom_page_list['geodir_listing_page']) {
321 321
 
322
-        $template = geodir_locate_template('listing');
322
+		$template = geodir_locate_template('listing');
323 323
 
324
-        if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-listing.php';
325
-        /**
326
-         * Filter the listing template path.
327
-         *
328
-         * @since 1.0.0
329
-         * @param string $template The template path.
330
-         */
331
-        return $template = apply_filters('geodir_template_listing', $template);
324
+		if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-listing.php';
325
+		/**
326
+		 * Filter the listing template path.
327
+		 *
328
+		 * @since 1.0.0
329
+		 * @param string $template The template path.
330
+		 */
331
+		return $template = apply_filters('geodir_template_listing', $template);
332 332
 
333
-    }
333
+	}
334 334
 
335
-    if (geodir_is_page('search') || $geodir_custom_page_list['geodir_search_page']) {
335
+	if (geodir_is_page('search') || $geodir_custom_page_list['geodir_search_page']) {
336 336
 
337
-        $template = geodir_locate_template('search');
337
+		$template = geodir_locate_template('search');
338 338
 
339
-        if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-search.php';
340
-        /**
341
-         * Filter the search template path.
342
-         *
343
-         * @since 1.0.0
344
-         * @param string $template The template path.
345
-         */
346
-        return $template = apply_filters('geodir_template_search', $template);
339
+		if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-search.php';
340
+		/**
341
+		 * Filter the search template path.
342
+		 *
343
+		 * @since 1.0.0
344
+		 * @param string $template The template path.
345
+		 */
346
+		return $template = apply_filters('geodir_template_search', $template);
347 347
 
348
-    }
348
+	}
349 349
 
350
-    if (geodir_is_page('author') || $geodir_custom_page_list['geodir_author_page']) {
350
+	if (geodir_is_page('author') || $geodir_custom_page_list['geodir_author_page']) {
351 351
 
352
-        $template = geodir_locate_template('author');
352
+		$template = geodir_locate_template('author');
353 353
 
354
-        if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-author.php';
355
-        /**
356
-         * Filter the author template path.
357
-         *
358
-         * @since 1.0.0
359
-         * @param string $template The template path.
360
-         */
361
-        return $template = apply_filters('geodir_template_author', $template);
354
+		if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-author.php';
355
+		/**
356
+		 * Filter the author template path.
357
+		 *
358
+		 * @since 1.0.0
359
+		 * @param string $template The template path.
360
+		 */
361
+		return $template = apply_filters('geodir_template_author', $template);
362 362
 
363
-    }
363
+	}
364 364
 
365
-    if ( geodir_is_page('home') || geodir_is_page('location')) {
365
+	if ( geodir_is_page('home') || geodir_is_page('location')) {
366 366
 
367
-        global $post, $wp_query;
367
+		global $post, $wp_query;
368 368
 
369
-        if (geodir_is_page('home') || ('page' == get_option('show_on_front') && isset($post->ID) && $post->ID == get_option('page_on_front'))
370
-            || (is_home() && !$wp_query->is_posts_page)
371
-        ) {
369
+		if (geodir_is_page('home') || ('page' == get_option('show_on_front') && isset($post->ID) && $post->ID == get_option('page_on_front'))
370
+			|| (is_home() && !$wp_query->is_posts_page)
371
+		) {
372 372
 
373
-            $template = geodir_locate_template('geodir-home');
373
+			$template = geodir_locate_template('geodir-home');
374 374
 
375
-            if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-home.php';
376
-            /**
377
-             * Filter the home page template path.
378
-             *
379
-             * @since 1.0.0
380
-             * @param string $template The template path.
381
-             */
382
-            return $template = apply_filters('geodir_template_homepage', $template);
375
+			if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-home.php';
376
+			/**
377
+			 * Filter the home page template path.
378
+			 *
379
+			 * @since 1.0.0
380
+			 * @param string $template The template path.
381
+			 */
382
+			return $template = apply_filters('geodir_template_homepage', $template);
383 383
 
384
-        } elseif (geodir_is_page('location')) {
384
+		} elseif (geodir_is_page('location')) {
385 385
 
386
-            $template = geodir_locate_template('location');
386
+			$template = geodir_locate_template('location');
387 387
 
388
-            if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-location.php';
389
-            /**
390
-             * Filter the location template path.
391
-             *
392
-             * @since 1.0.0
393
-             * @param string $template The template path.
394
-             */
395
-            return $template = apply_filters('geodir_template_location', $template);
388
+			if (!$template) $template = geodir_plugin_path() . '/geodirectory-templates/geodir-location.php';
389
+			/**
390
+			 * Filter the location template path.
391
+			 *
392
+			 * @since 1.0.0
393
+			 * @param string $template The template path.
394
+			 */
395
+			return $template = apply_filters('geodir_template_location', $template);
396 396
 
397
-        } else
398
-            return $template;
397
+		} else
398
+			return $template;
399 399
 
400
-    }
400
+	}
401 401
 
402
-    return $template;
402
+	return $template;
403 403
 }
404 404
 
405 405
 /**
@@ -414,44 +414,44 @@  discard block
 block discarded – undo
414 414
  */
415 415
 function geodir_get_template_part($slug = '', $name = NULL)
416 416
 {
417
-    global $geodirectory, $post;
418
-    /**
419
-     * Called at the start for the geodir_get_template_part() function.
420
-     *
421
-     * Used dynamic hook name: geodir_get_template_part_{$slug}
422
-     *
423
-     * @since 1.0.0
424
-     * @package GeoDirectory
425
-     * @param string $slug The template slug.
426
-     * @param string $name The template name.
427
-     */
428
-    do_action("geodir_get_template_part_{$slug}", $slug, $name);
429
-    $templates = array();
430
-    $name = (string)$name;
431
-    if ('' !== $name) {
432
-        $template_name = "{$slug}-{$name}.php";
433
-
434
-    } else {
435
-        $template_name = "{$slug}.php";
436
-    }
437
-
438
-    if (!locate_template(array("geodirectory/" . $template_name))) :
439
-        /**
440
-         * Filter the template part with slug and name.
441
-         *
442
-         * @since 1.0.0
443
-         * @param string $template_name The template name.
444
-         */
445
-        $template = apply_filters("geodir_template_part-{$slug}-{$name}", geodir_plugin_path() . '/geodirectory-templates/' . $template_name);
446
-        /**
447
-         * Includes the template part with slug and name.
448
-         *
449
-         * @since 1.0.0
450
-         */
451
-        include($template);
452
-    else:
453
-        locate_template(array("geodirectory/" . $template_name), true, false);
454
-    endif;
417
+	global $geodirectory, $post;
418
+	/**
419
+	 * Called at the start for the geodir_get_template_part() function.
420
+	 *
421
+	 * Used dynamic hook name: geodir_get_template_part_{$slug}
422
+	 *
423
+	 * @since 1.0.0
424
+	 * @package GeoDirectory
425
+	 * @param string $slug The template slug.
426
+	 * @param string $name The template name.
427
+	 */
428
+	do_action("geodir_get_template_part_{$slug}", $slug, $name);
429
+	$templates = array();
430
+	$name = (string)$name;
431
+	if ('' !== $name) {
432
+		$template_name = "{$slug}-{$name}.php";
433
+
434
+	} else {
435
+		$template_name = "{$slug}.php";
436
+	}
437
+
438
+	if (!locate_template(array("geodirectory/" . $template_name))) :
439
+		/**
440
+		 * Filter the template part with slug and name.
441
+		 *
442
+		 * @since 1.0.0
443
+		 * @param string $template_name The template name.
444
+		 */
445
+		$template = apply_filters("geodir_template_part-{$slug}-{$name}", geodir_plugin_path() . '/geodirectory-templates/' . $template_name);
446
+		/**
447
+		 * Includes the template part with slug and name.
448
+		 *
449
+		 * @since 1.0.0
450
+		 */
451
+		include($template);
452
+	else:
453
+		locate_template(array("geodirectory/" . $template_name), true, false);
454
+	endif;
455 455
 
456 456
 }
457 457
 
@@ -467,23 +467,23 @@  discard block
 block discarded – undo
467 467
  */
468 468
 function geodir_core_post_view_extra_class($class, $all_postypes = '')
469 469
 {
470
-    global $post;
470
+	global $post;
471 471
 
472
-    if (!$all_postypes) {
473
-        $all_postypes = geodir_get_posttypes();
474
-    }
472
+	if (!$all_postypes) {
473
+		$all_postypes = geodir_get_posttypes();
474
+	}
475 475
 
476
-    $gdp_post_id = !empty($post) && isset($post->ID) ? $post->ID : NULL;
477
-    $gdp_post_type = $gdp_post_id > 0 && isset($post->post_type) ? $post->post_type : NULL;
478
-    $gdp_post_type = $gdp_post_type != '' && !empty($all_postypes) && in_array($gdp_post_type, $all_postypes) ? $gdp_post_type : NULL;
476
+	$gdp_post_id = !empty($post) && isset($post->ID) ? $post->ID : NULL;
477
+	$gdp_post_type = $gdp_post_id > 0 && isset($post->post_type) ? $post->post_type : NULL;
478
+	$gdp_post_type = $gdp_post_type != '' && !empty($all_postypes) && in_array($gdp_post_type, $all_postypes) ? $gdp_post_type : NULL;
479 479
 
480
-    if ($gdp_post_id && $gdp_post_type) {
481
-        $append_class = 'gd-post-' . $gdp_post_type;
482
-        $append_class .= isset($post->is_featured) && $post->is_featured > 0 ? ' gd-post-featured' : '';
483
-        $class = $class != '' ? $class . ' ' . $append_class : $append_class;
484
-    }
480
+	if ($gdp_post_id && $gdp_post_type) {
481
+		$append_class = 'gd-post-' . $gdp_post_type;
482
+		$append_class .= isset($post->is_featured) && $post->is_featured > 0 ? ' gd-post-featured' : '';
483
+		$class = $class != '' ? $class . ' ' . $append_class : $append_class;
484
+	}
485 485
 
486
-    return $class;
486
+	return $class;
487 487
 }
488 488
 
489 489
 /**
@@ -497,7 +497,7 @@  discard block
 block discarded – undo
497 497
  * @param bool $favorite Listing Optional. Are favorite listings results? Default: false.
498 498
  */
499 499
 function geodir_display_message_not_found_on_listing($template_listview = 'listing-listview', $favorite = false) {
500
-    if ($favorite) {
500
+	if ($favorite) {
501 501
 		$message = __('No favorite listings found which match your selection.', 'geodirectory');
502 502
 	} else {
503 503
 		$message = __('No listings found which match your selection.', 'geodirectory');
Please login to merge, or discard this patch.
geodirectory-functions/post_functions.php 1 patch
Indentation   +2234 added lines, -2234 removed lines patch added patch discarded remove patch
@@ -20,491 +20,491 @@  discard block
 block discarded – undo
20 20
 function geodir_set_postcat_structure($post_id, $taxonomy, $default_cat = '', $category_str = '')
21 21
 {
22 22
 
23
-    $post_cat_ids = geodir_get_post_meta($post_id, $taxonomy);
24
-    if (!empty($post_cat_ids))
25
-        $post_cat_array = explode(",", trim($post_cat_ids, ","));
26
-
27
-    if (!isset($default_cat) || empty($default_cat)) {
28
-        $default_cat = isset($post_cat_array[0]) ? $post_cat_array[0] : '';
29
-    }else{
30
-        if(!is_int($default_cat)){
31
-            $category = get_term_by('name', $default_cat, $taxonomy);
32
-            if(isset($category->term_id)){
33
-                $default_cat =  $category->term_id;
34
-            }
35
-        }
23
+	$post_cat_ids = geodir_get_post_meta($post_id, $taxonomy);
24
+	if (!empty($post_cat_ids))
25
+		$post_cat_array = explode(",", trim($post_cat_ids, ","));
26
+
27
+	if (!isset($default_cat) || empty($default_cat)) {
28
+		$default_cat = isset($post_cat_array[0]) ? $post_cat_array[0] : '';
29
+	}else{
30
+		if(!is_int($default_cat)){
31
+			$category = get_term_by('name', $default_cat, $taxonomy);
32
+			if(isset($category->term_id)){
33
+				$default_cat =  $category->term_id;
34
+			}
35
+		}
36 36
 
37
-    }
37
+	}
38 38
 
39 39
 
40
-    geodir_save_post_meta($post_id, 'default_category', $default_cat);
40
+	geodir_save_post_meta($post_id, 'default_category', $default_cat);
41 41
 
42
-    if (isset($category_str) && empty($category_str)) {
42
+	if (isset($category_str) && empty($category_str)) {
43 43
 
44
-        $post_cat_str = '';
45
-        $post_categories = array();
46
-        if (isset($post_cat_array) && is_array($post_cat_array) && !empty($post_cat_array)) {
47
-            $post_cat_str = implode(",y:#", $post_cat_array);
48
-            $post_cat_str .= ",y:";
49
-            $post_cat_str = substr_replace($post_cat_str, ',y,d:', strpos($post_cat_str, ',y:'), strlen(',y:'));
50
-        }
51
-        $post_categories[$taxonomy] = $post_cat_str;
52
-        $category_str = $post_categories;
53
-    }
44
+		$post_cat_str = '';
45
+		$post_categories = array();
46
+		if (isset($post_cat_array) && is_array($post_cat_array) && !empty($post_cat_array)) {
47
+			$post_cat_str = implode(",y:#", $post_cat_array);
48
+			$post_cat_str .= ",y:";
49
+			$post_cat_str = substr_replace($post_cat_str, ',y,d:', strpos($post_cat_str, ',y:'), strlen(',y:'));
50
+		}
51
+		$post_categories[$taxonomy] = $post_cat_str;
52
+		$category_str = $post_categories;
53
+	}
54 54
 
55
-    $change_cat_str = $category_str[$taxonomy];
55
+	$change_cat_str = $category_str[$taxonomy];
56 56
 
57
-    $default_pos = strpos($change_cat_str, 'd:');
57
+	$default_pos = strpos($change_cat_str, 'd:');
58 58
 
59
-    if ($default_pos === false) {
59
+	if ($default_pos === false) {
60 60
 
61
-        $change_cat_str = str_replace($default_cat . ',y:', $default_cat . ',y,d:', $change_cat_str);
61
+		$change_cat_str = str_replace($default_cat . ',y:', $default_cat . ',y,d:', $change_cat_str);
62 62
 
63
-    }
63
+	}
64 64
 
65
-    $category_str[$taxonomy] = $change_cat_str;
65
+	$category_str[$taxonomy] = $change_cat_str;
66 66
 
67
-    update_post_meta($post_id, 'post_categories', $category_str);
67
+	update_post_meta($post_id, 'post_categories', $category_str);
68 68
 
69 69
 }
70 70
 
71 71
 
72 72
 if (!function_exists('geodir_save_listing')) {
73
-    /**
74
-     * Saves listing in the database using given information.
75
-     *
76
-     * @since 1.0.0
77
-     * @since 1.5.4 New parameter $wp_error added.
78
-     * @package GeoDirectory
79
-     * @global object $wpdb WordPress Database object.
80
-     * @global object $post The current post object.
81
-     * @global object $current_user Current user object.
73
+	/**
74
+	 * Saves listing in the database using given information.
75
+	 *
76
+	 * @since 1.0.0
77
+	 * @since 1.5.4 New parameter $wp_error added.
78
+	 * @package GeoDirectory
79
+	 * @global object $wpdb WordPress Database object.
80
+	 * @global object $post The current post object.
81
+	 * @global object $current_user Current user object.
82 82
 	 * @global object $gd_session GeoDirectory Session object.
83
-     * @param array $request_info {
84
-     *    Array of request info arguments.
85
-     *
86
-     *    @type string $action                                  Ajax action name.
87
-     *    @type string $geodir_ajax                             Ajax type.
88
-     *    @type string $ajax_action                             Ajax action.
89
-     *    @type string $listing_type                            Listing type.
90
-     *    @type string $pid                                     Default Post ID.
91
-     *    @type string $preview                                 Todo Desc needed.
92
-     *    @type string $add_listing_page_id                     Add listing page ID.
93
-     *    @type string $post_title                              Listing title.
94
-     *    @type string $post_desc                               Listing Description.
95
-     *    @type string $post_tags                               Listing tags.
96
-     *    @type array  $cat_limit                               Category limit.
97
-     *    @type array  $post_category                           Category IDs.
98
-     *    @type array  $post_category_str                       Category string.
99
-     *    @type string $post_default_category                   Default category ID.
100
-     *    @type string $post_address                            Listing address.
101
-     *    @type string $geodir_location_add_listing_country_val Add listing country value.
102
-     *    @type string $post_country                            Listing country.
103
-     *    @type string $geodir_location_add_listing_region_val  Add listing region value.
104
-     *    @type string $post_region                             Listing region.
105
-     *    @type string $geodir_location_add_listing_city_val    Add listing city value.
106
-     *    @type string $post_city                               Listing city.
107
-     *    @type string $post_zip                                Listing zip.
108
-     *    @type string $post_latitude                           Listing latitude.
109
-     *    @type string $post_longitude                          Listing longitude.
110
-     *    @type string $post_mapview                            Listing mapview. Default "ROADMAP".
111
-     *    @type string $post_mapzoom                            Listing mapzoom Default "9".
112
-     *    @type string $geodir_timing                           Business timing info.
113
-     *    @type string $geodir_contact                          Contact number.
114
-     *    @type string $geodir_email                            Business contact email.
115
-     *    @type string $geodir_website                          Business website.
116
-     *    @type string $geodir_twitter                          Twitter link.
117
-     *    @type string $geodir_facebook                         Facebook link.
118
-     *    @type string $geodir_video                            Video link.
119
-     *    @type string $geodir_special_offers                   Speacial offers.
120
-     *    @type string $post_images                             Post image urls.
121
-     *    @type string $post_imagesimage_limit                  Post images limit.
122
-     *    @type string $post_imagestotImg                       Todo Desc needed.
123
-     *    @type string $geodir_accept_term_condition            Has accepted terms and conditions?.
124
-     *    @type string $geodir_spamblocker                      Todo Desc needed.
125
-     *    @type string $geodir_filled_by_spam_bot               Todo Desc needed.
126
-     *
127
-     * }
128
-     * @param bool $dummy Optional. Is this a dummy listing? Default false.
129
-     * @param bool $wp_error Optional. Allow return of WP_Error on failure. Default false.
130
-     * @return int|string|WP_Error Created post id or WP_Error on failure.
131
-     */
132
-    function geodir_save_listing($request_info = array(), $dummy = false, $wp_error = false)
133
-    {
134
-        global $wpdb, $current_user, $gd_session;
135
-
136
-        $last_post_id = '';
137
-
138
-        if ($gd_session->get('listing') && !$dummy) {
139
-            $request_info = array();
140
-            $request_session = $gd_session->get('listing');
141
-            $request_info = array_merge($_REQUEST, $request_session);
142
-        } else if (!$gd_session->get('listing') && !$dummy) {
143
-            global $post;
83
+	 * @param array $request_info {
84
+	 *    Array of request info arguments.
85
+	 *
86
+	 *    @type string $action                                  Ajax action name.
87
+	 *    @type string $geodir_ajax                             Ajax type.
88
+	 *    @type string $ajax_action                             Ajax action.
89
+	 *    @type string $listing_type                            Listing type.
90
+	 *    @type string $pid                                     Default Post ID.
91
+	 *    @type string $preview                                 Todo Desc needed.
92
+	 *    @type string $add_listing_page_id                     Add listing page ID.
93
+	 *    @type string $post_title                              Listing title.
94
+	 *    @type string $post_desc                               Listing Description.
95
+	 *    @type string $post_tags                               Listing tags.
96
+	 *    @type array  $cat_limit                               Category limit.
97
+	 *    @type array  $post_category                           Category IDs.
98
+	 *    @type array  $post_category_str                       Category string.
99
+	 *    @type string $post_default_category                   Default category ID.
100
+	 *    @type string $post_address                            Listing address.
101
+	 *    @type string $geodir_location_add_listing_country_val Add listing country value.
102
+	 *    @type string $post_country                            Listing country.
103
+	 *    @type string $geodir_location_add_listing_region_val  Add listing region value.
104
+	 *    @type string $post_region                             Listing region.
105
+	 *    @type string $geodir_location_add_listing_city_val    Add listing city value.
106
+	 *    @type string $post_city                               Listing city.
107
+	 *    @type string $post_zip                                Listing zip.
108
+	 *    @type string $post_latitude                           Listing latitude.
109
+	 *    @type string $post_longitude                          Listing longitude.
110
+	 *    @type string $post_mapview                            Listing mapview. Default "ROADMAP".
111
+	 *    @type string $post_mapzoom                            Listing mapzoom Default "9".
112
+	 *    @type string $geodir_timing                           Business timing info.
113
+	 *    @type string $geodir_contact                          Contact number.
114
+	 *    @type string $geodir_email                            Business contact email.
115
+	 *    @type string $geodir_website                          Business website.
116
+	 *    @type string $geodir_twitter                          Twitter link.
117
+	 *    @type string $geodir_facebook                         Facebook link.
118
+	 *    @type string $geodir_video                            Video link.
119
+	 *    @type string $geodir_special_offers                   Speacial offers.
120
+	 *    @type string $post_images                             Post image urls.
121
+	 *    @type string $post_imagesimage_limit                  Post images limit.
122
+	 *    @type string $post_imagestotImg                       Todo Desc needed.
123
+	 *    @type string $geodir_accept_term_condition            Has accepted terms and conditions?.
124
+	 *    @type string $geodir_spamblocker                      Todo Desc needed.
125
+	 *    @type string $geodir_filled_by_spam_bot               Todo Desc needed.
126
+	 *
127
+	 * }
128
+	 * @param bool $dummy Optional. Is this a dummy listing? Default false.
129
+	 * @param bool $wp_error Optional. Allow return of WP_Error on failure. Default false.
130
+	 * @return int|string|WP_Error Created post id or WP_Error on failure.
131
+	 */
132
+	function geodir_save_listing($request_info = array(), $dummy = false, $wp_error = false)
133
+	{
134
+		global $wpdb, $current_user, $gd_session;
135
+
136
+		$last_post_id = '';
137
+
138
+		if ($gd_session->get('listing') && !$dummy) {
139
+			$request_info = array();
140
+			$request_session = $gd_session->get('listing');
141
+			$request_info = array_merge($_REQUEST, $request_session);
142
+		} else if (!$gd_session->get('listing') && !$dummy) {
143
+			global $post;
144 144
             
145
-            $gd_post = $post;
146
-            if (!empty($gd_post) && is_array($gd_post)) {
147
-                $gd_post = (object)$post;
145
+			$gd_post = $post;
146
+			if (!empty($gd_post) && is_array($gd_post)) {
147
+				$gd_post = (object)$post;
148 148
                 
149
-                // Fix WPML duplicate.
150
-                if (geodir_is_wpml() && !empty($request_info['action']) && $request_info['action'] == 'editpost' && !empty($request_info['icl_trid']) && !isset($post['post_date'])) {
151
-                    return false;
152
-                }
153
-            }
149
+				// Fix WPML duplicate.
150
+				if (geodir_is_wpml() && !empty($request_info['action']) && $request_info['action'] == 'editpost' && !empty($request_info['icl_trid']) && !isset($post['post_date'])) {
151
+					return false;
152
+				}
153
+			}
154 154
             
155
-            $request_info['pid'] = !empty($gd_post->ID) ? $gd_post->ID : (!empty($request_info['post_id']) ? $request_info['post_id'] : NULL);
156
-            $request_info['post_title'] = $request_info['post_title'];
157
-            $request_info['listing_type'] = !empty($gd_post->post_type) ? $gd_post->post_type : (!empty($request_info['post_type']) ? $request_info['post_type'] : get_post_type($request_info['pid']));
158
-            $request_info['post_desc'] = $request_info['content'];
159
-        } else if (!$dummy) {
160
-            return false;
161
-        }
162
-
163
-        /**
164
-         * Filter the request_info array.
165
-         *
166
-         * You can use this filter to modify request_info array.
167
-         *
168
-         * @since 1.0.0
169
-         * @package GeoDirectory
170
-         * @param array $request_info See {@see geodir_save_listing()} for accepted args.
171
-         */
172
-        $request_info = apply_filters('geodir_action_get_request_info', $request_info);
173
-
174
-        // Check if we need to save post location as new location
175
-        $location_result = geodir_get_default_location();
176
-
177
-        if ($location_result->location_id > 0) {
178
-            if (isset($request_info['post_city']) && isset($request_info['post_region'])) {
179
-                $request_info['post_location'] = array(
180
-                    'city' => $request_info['post_city'],
181
-                    'region' => isset($request_info['post_region']) ? $request_info['post_region'] : '',
182
-                    'country' => isset($request_info['post_country']) ? $request_info['post_country'] : '',
183
-                    'geo_lat' => isset($request_info['post_latitude']) ? $request_info['post_latitude'] : '',
184
-                    'geo_lng' => isset($request_info['post_longitude']) ? $request_info['post_longitude'] : ''
185
-                );
186
-
187
-                $post_location_info = $request_info['post_location'];
188
-
189
-                if ($location_id = geodir_add_new_location($post_location_info)) {
190
-                    $post_location_id = $location_id;
191
-                }
192
-            } else {
193
-                $post_location_id = $location_result->location_id;
194
-            }
195
-        } else {
196
-            $post_location_id = $location_result->location_id;
197
-        }
198
-
199
-        if ($dummy) {
200
-            $post_status = 'publish';
201
-        } else {
202
-            $post_status = geodir_new_post_default_status();
203
-        }
204
-
205
-        if (isset($request_info['pid']) && $request_info['pid'] != '') {
206
-            $post_status = get_post_status($request_info['pid']);
207
-        }
208
-
209
-        /* fix change of slug on every title edit */
210
-        if (!isset($request_info['post_name'])) {
211
-            $request_info['post_name'] = $request_info['post_title'];
212
-
213
-            if (!empty($request_info['pid'])) {
214
-                $post_info = get_post($request_info['pid']);
215
-
216
-                if (!empty($post_info) && isset($post_info->post_name)) {
217
-                    $request_info['post_name'] = $post_info->post_name;
218
-                }
219
-            }
220
-        }
221
-
222
-        $post = array(
223
-            'post_content' => $request_info['post_desc'],
224
-            'post_status' => $post_status,
225
-            'post_title' => $request_info['post_title'],
226
-            'post_name' => $request_info['post_name'],
227
-            'post_type' => $request_info['listing_type']
228
-        );
229
-
230
-        /**
231
-         * Called before a listing is saved to the database.
232
-         *
233
-         * @since 1.0.0
234
-         * @param object $post The post object.
235
-         */
236
-        do_action_ref_array('geodir_before_save_listing', $post);
155
+			$request_info['pid'] = !empty($gd_post->ID) ? $gd_post->ID : (!empty($request_info['post_id']) ? $request_info['post_id'] : NULL);
156
+			$request_info['post_title'] = $request_info['post_title'];
157
+			$request_info['listing_type'] = !empty($gd_post->post_type) ? $gd_post->post_type : (!empty($request_info['post_type']) ? $request_info['post_type'] : get_post_type($request_info['pid']));
158
+			$request_info['post_desc'] = $request_info['content'];
159
+		} else if (!$dummy) {
160
+			return false;
161
+		}
162
+
163
+		/**
164
+		 * Filter the request_info array.
165
+		 *
166
+		 * You can use this filter to modify request_info array.
167
+		 *
168
+		 * @since 1.0.0
169
+		 * @package GeoDirectory
170
+		 * @param array $request_info See {@see geodir_save_listing()} for accepted args.
171
+		 */
172
+		$request_info = apply_filters('geodir_action_get_request_info', $request_info);
173
+
174
+		// Check if we need to save post location as new location
175
+		$location_result = geodir_get_default_location();
176
+
177
+		if ($location_result->location_id > 0) {
178
+			if (isset($request_info['post_city']) && isset($request_info['post_region'])) {
179
+				$request_info['post_location'] = array(
180
+					'city' => $request_info['post_city'],
181
+					'region' => isset($request_info['post_region']) ? $request_info['post_region'] : '',
182
+					'country' => isset($request_info['post_country']) ? $request_info['post_country'] : '',
183
+					'geo_lat' => isset($request_info['post_latitude']) ? $request_info['post_latitude'] : '',
184
+					'geo_lng' => isset($request_info['post_longitude']) ? $request_info['post_longitude'] : ''
185
+				);
186
+
187
+				$post_location_info = $request_info['post_location'];
188
+
189
+				if ($location_id = geodir_add_new_location($post_location_info)) {
190
+					$post_location_id = $location_id;
191
+				}
192
+			} else {
193
+				$post_location_id = $location_result->location_id;
194
+			}
195
+		} else {
196
+			$post_location_id = $location_result->location_id;
197
+		}
237 198
 
238
-        $send_post_submit_mail = false;
199
+		if ($dummy) {
200
+			$post_status = 'publish';
201
+		} else {
202
+			$post_status = geodir_new_post_default_status();
203
+		}
239 204
 
240
-        // unhook this function so it doesn't loop infinitely
241
-        remove_action('save_post', 'geodir_post_information_save',10,2);
205
+		if (isset($request_info['pid']) && $request_info['pid'] != '') {
206
+			$post_status = get_post_status($request_info['pid']);
207
+		}
242 208
 
243
-        if (isset($request_info['pid']) && $request_info['pid'] != '') {
244
-            $post['ID'] = $request_info['pid'];
209
+		/* fix change of slug on every title edit */
210
+		if (!isset($request_info['post_name'])) {
211
+			$request_info['post_name'] = $request_info['post_title'];
245 212
 
246
-            $last_post_id = wp_update_post($post, $wp_error);
247
-        } else {
248
-            $last_post_id = wp_insert_post($post, $wp_error);
213
+			if (!empty($request_info['pid'])) {
214
+				$post_info = get_post($request_info['pid']);
249 215
 
250
-            if (!$dummy && $last_post_id) {
251
-                $send_post_submit_mail = true; // we move post_submit email from here so the rest of the variables are added to the db first(was breaking permalink in email)
252
-                //geodir_sendEmail('','',$current_user->user_email,$current_user->display_name,'','',$request_info,'post_submit',$last_post_id,$current_user->ID);
253
-            }
254
-        }
216
+				if (!empty($post_info) && isset($post_info->post_name)) {
217
+					$request_info['post_name'] = $post_info->post_name;
218
+				}
219
+			}
220
+		}
221
+
222
+		$post = array(
223
+			'post_content' => $request_info['post_desc'],
224
+			'post_status' => $post_status,
225
+			'post_title' => $request_info['post_title'],
226
+			'post_name' => $request_info['post_name'],
227
+			'post_type' => $request_info['listing_type']
228
+		);
229
+
230
+		/**
231
+		 * Called before a listing is saved to the database.
232
+		 *
233
+		 * @since 1.0.0
234
+		 * @param object $post The post object.
235
+		 */
236
+		do_action_ref_array('geodir_before_save_listing', $post);
237
+
238
+		$send_post_submit_mail = false;
239
+
240
+		// unhook this function so it doesn't loop infinitely
241
+		remove_action('save_post', 'geodir_post_information_save',10,2);
242
+
243
+		if (isset($request_info['pid']) && $request_info['pid'] != '') {
244
+			$post['ID'] = $request_info['pid'];
245
+
246
+			$last_post_id = wp_update_post($post, $wp_error);
247
+		} else {
248
+			$last_post_id = wp_insert_post($post, $wp_error);
249
+
250
+			if (!$dummy && $last_post_id) {
251
+				$send_post_submit_mail = true; // we move post_submit email from here so the rest of the variables are added to the db first(was breaking permalink in email)
252
+				//geodir_sendEmail('','',$current_user->user_email,$current_user->display_name,'','',$request_info,'post_submit',$last_post_id,$current_user->ID);
253
+			}
254
+		}
255 255
 
256
-        if ($wp_error && is_wp_error($last_post_id)) {
257
-            return $last_post_id; // Return WP_Error on save failure.
258
-        }
256
+		if ($wp_error && is_wp_error($last_post_id)) {
257
+			return $last_post_id; // Return WP_Error on save failure.
258
+		}
259 259
 
260
-        if (!$last_post_id) {
261
-            return false; // Save failure.
262
-        }
260
+		if (!$last_post_id) {
261
+			return false; // Save failure.
262
+		}
263 263
 
264
-        // re-hook this function
265
-        add_action('save_post', 'geodir_post_information_save',10,2);
264
+		// re-hook this function
265
+		add_action('save_post', 'geodir_post_information_save',10,2);
266 266
 
267
-        $post_tags = '';
268
-        if (!isset($request_info['post_tags'])) {
267
+		$post_tags = '';
268
+		if (!isset($request_info['post_tags'])) {
269 269
 
270
-            $post_type = $request_info['listing_type'];
271
-            $post_tags = implode(",", wp_get_object_terms($last_post_id, $post_type . '_tags', array('fields' => 'names')));
270
+			$post_type = $request_info['listing_type'];
271
+			$post_tags = implode(",", wp_get_object_terms($last_post_id, $post_type . '_tags', array('fields' => 'names')));
272 272
 
273
-        }
273
+		}
274 274
 
275
-        $gd_post_info = array(
276
-            "post_title" => $request_info['post_title'],
277
-            "post_tags" => isset($request_info['post_tags']) ? $request_info['post_tags'] : $post_tags,
278
-            "post_status" => $post_status,
279
-            "post_location_id" => $post_location_id,
280
-            "claimed" => isset($request_info['claimed']) ? $request_info['claimed'] : '',
281
-            "businesses" => isset($request_info['a_businesses']) ? $request_info['a_businesses'] : '',
282
-            "submit_time" => time(),
283
-            "submit_ip" => $_SERVER['REMOTE_ADDR'],
284
-        );
275
+		$gd_post_info = array(
276
+			"post_title" => $request_info['post_title'],
277
+			"post_tags" => isset($request_info['post_tags']) ? $request_info['post_tags'] : $post_tags,
278
+			"post_status" => $post_status,
279
+			"post_location_id" => $post_location_id,
280
+			"claimed" => isset($request_info['claimed']) ? $request_info['claimed'] : '',
281
+			"businesses" => isset($request_info['a_businesses']) ? $request_info['a_businesses'] : '',
282
+			"submit_time" => time(),
283
+			"submit_ip" => $_SERVER['REMOTE_ADDR'],
284
+		);
285 285
 
286
-        $payment_info = array();
287
-        $package_info = array();
286
+		$payment_info = array();
287
+		$package_info = array();
288 288
 
289
-        $package_info = (array)geodir_post_package_info($package_info, $post);
289
+		$package_info = (array)geodir_post_package_info($package_info, $post);
290 290
 
291
-        $post_package_id = geodir_get_post_meta($last_post_id, 'package_id');
291
+		$post_package_id = geodir_get_post_meta($last_post_id, 'package_id');
292 292
 
293
-        if (!empty($package_info) && !$post_package_id) {
294
-            if (isset($package_info['days']) && $package_info['days'] != 0) {
295
-                $payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['days'] . " days"));
296
-            } else {
297
-                $payment_info['expire_date'] = 'Never';
298
-            }
293
+		if (!empty($package_info) && !$post_package_id) {
294
+			if (isset($package_info['days']) && $package_info['days'] != 0) {
295
+				$payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['days'] . " days"));
296
+			} else {
297
+				$payment_info['expire_date'] = 'Never';
298
+			}
299 299
 
300
-            $payment_info['package_id'] = $package_info['pid'];
301
-            $payment_info['alive_days'] = $package_info['days'];
302
-            $payment_info['is_featured'] = $package_info['is_featured'];
300
+			$payment_info['package_id'] = $package_info['pid'];
301
+			$payment_info['alive_days'] = $package_info['days'];
302
+			$payment_info['is_featured'] = $package_info['is_featured'];
303 303
 
304
-            $gd_post_info = array_merge($gd_post_info, $payment_info);
305
-        }
304
+			$gd_post_info = array_merge($gd_post_info, $payment_info);
305
+		}
306 306
 
307
-        $custom_metaboxes = geodir_post_custom_fields('', 'all', $request_info['listing_type']);
307
+		$custom_metaboxes = geodir_post_custom_fields('', 'all', $request_info['listing_type']);
308 308
 
309
-        foreach ($custom_metaboxes as $key => $val):
309
+		foreach ($custom_metaboxes as $key => $val):
310 310
 
311
-            $name = $val['name'];
312
-            $type = $val['type'];
313
-            $extrafields = $val['extra_fields'];
311
+			$name = $val['name'];
312
+			$type = $val['type'];
313
+			$extrafields = $val['extra_fields'];
314 314
 
315
-            if (trim($type) == 'address') {
316
-                $prefix = $name . '_';
317
-                $address = $prefix . 'address';
315
+			if (trim($type) == 'address') {
316
+				$prefix = $name . '_';
317
+				$address = $prefix . 'address';
318 318
 
319
-                if (isset($request_info[$address]) && $request_info[$address] != '') {
320
-                    $gd_post_info[$address] = wp_slash($request_info[$address]);
321
-                }
319
+				if (isset($request_info[$address]) && $request_info[$address] != '') {
320
+					$gd_post_info[$address] = wp_slash($request_info[$address]);
321
+				}
322 322
 
323
-                if ($extrafields != '') {
324
-                    $extrafields = unserialize($extrafields);
323
+				if ($extrafields != '') {
324
+					$extrafields = unserialize($extrafields);
325 325
 
326 326
 
327
-                    if (!isset($request_info[$prefix . 'city']) || $request_info[$prefix . 'city'] == '') {
327
+					if (!isset($request_info[$prefix . 'city']) || $request_info[$prefix . 'city'] == '') {
328 328
 
329
-                        $location_result = geodir_get_default_location();
329
+						$location_result = geodir_get_default_location();
330 330
 
331
-                        $gd_post_info[$prefix . 'city'] = $location_result->city;
332
-                        $gd_post_info[$prefix . 'region'] = $location_result->region;
333
-                        $gd_post_info[$prefix . 'country'] = $location_result->country;
331
+						$gd_post_info[$prefix . 'city'] = $location_result->city;
332
+						$gd_post_info[$prefix . 'region'] = $location_result->region;
333
+						$gd_post_info[$prefix . 'country'] = $location_result->country;
334 334
 
335
-                        $gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
335
+						$gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
336 336
 
337
-                    } else {
337
+					} else {
338 338
 
339
-                        $gd_post_info[$prefix . 'city'] = $request_info[$prefix . 'city'];
340
-                        $gd_post_info[$prefix . 'region'] = $request_info[$prefix . 'region'];
341
-                        $gd_post_info[$prefix . 'country'] = $request_info[$prefix . 'country'];
339
+						$gd_post_info[$prefix . 'city'] = $request_info[$prefix . 'city'];
340
+						$gd_post_info[$prefix . 'region'] = $request_info[$prefix . 'region'];
341
+						$gd_post_info[$prefix . 'country'] = $request_info[$prefix . 'country'];
342 342
 
343
-                        //----------set post locations when import dummy data-------
344
-                        $location_result = geodir_get_default_location();
343
+						//----------set post locations when import dummy data-------
344
+						$location_result = geodir_get_default_location();
345 345
 
346
-                        $gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
347
-                        //-----------------------------------------------------------------
346
+						$gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
347
+						//-----------------------------------------------------------------
348 348
 
349
-                    }
349
+					}
350 350
 
351 351
 
352
-                    if (isset($extrafields['show_zip']) && $extrafields['show_zip'] && isset($request_info[$prefix . 'zip'])) {
353
-                        $gd_post_info[$prefix . 'zip'] = $request_info[$prefix . 'zip'];
354
-                    }
352
+					if (isset($extrafields['show_zip']) && $extrafields['show_zip'] && isset($request_info[$prefix . 'zip'])) {
353
+						$gd_post_info[$prefix . 'zip'] = $request_info[$prefix . 'zip'];
354
+					}
355 355
 
356 356
 
357
-                    if (isset($extrafields['show_map']) && $extrafields['show_map']) {
357
+					if (isset($extrafields['show_map']) && $extrafields['show_map']) {
358 358
 
359
-                        if (isset($request_info[$prefix . 'latitude']) && $request_info[$prefix . 'latitude'] != '') {
360
-                            $gd_post_info[$prefix . 'latitude'] = $request_info[$prefix . 'latitude'];
361
-                        }
359
+						if (isset($request_info[$prefix . 'latitude']) && $request_info[$prefix . 'latitude'] != '') {
360
+							$gd_post_info[$prefix . 'latitude'] = $request_info[$prefix . 'latitude'];
361
+						}
362 362
 
363
-                        if (isset($request_info[$prefix . 'longitude']) && $request_info[$prefix . 'longitude'] != '') {
364
-                            $gd_post_info[$prefix . 'longitude'] = $request_info[$prefix . 'longitude'];
365
-                        }
363
+						if (isset($request_info[$prefix . 'longitude']) && $request_info[$prefix . 'longitude'] != '') {
364
+							$gd_post_info[$prefix . 'longitude'] = $request_info[$prefix . 'longitude'];
365
+						}
366 366
 
367
-                        if (isset($request_info[$prefix . 'mapview']) && $request_info[$prefix . 'mapview'] != '') {
368
-                            $gd_post_info[$prefix . 'mapview'] = $request_info[$prefix . 'mapview'];
369
-                        }
367
+						if (isset($request_info[$prefix . 'mapview']) && $request_info[$prefix . 'mapview'] != '') {
368
+							$gd_post_info[$prefix . 'mapview'] = $request_info[$prefix . 'mapview'];
369
+						}
370 370
 
371
-                        if (isset($request_info[$prefix . 'mapzoom']) && $request_info[$prefix . 'mapzoom'] != '') {
372
-                            $gd_post_info[$prefix . 'mapzoom'] = $request_info[$prefix . 'mapzoom'];
373
-                        }
371
+						if (isset($request_info[$prefix . 'mapzoom']) && $request_info[$prefix . 'mapzoom'] != '') {
372
+							$gd_post_info[$prefix . 'mapzoom'] = $request_info[$prefix . 'mapzoom'];
373
+						}
374 374
 
375
-                    }
375
+					}
376 376
 
377
-                    // show lat lng
378
-                    if (isset($extrafields['show_latlng']) && $extrafields['show_latlng'] && isset($request_info[$prefix . 'latlng'])) {
379
-                        $gd_post_info[$prefix . 'latlng'] = $request_info[$prefix . 'latlng'];
380
-                    }
381
-                }
377
+					// show lat lng
378
+					if (isset($extrafields['show_latlng']) && $extrafields['show_latlng'] && isset($request_info[$prefix . 'latlng'])) {
379
+						$gd_post_info[$prefix . 'latlng'] = $request_info[$prefix . 'latlng'];
380
+					}
381
+				}
382 382
 
383
-            } elseif (trim($type) == 'file') {
384
-                if (isset($request_info[$name])) {
385
-                    $request_files = array();
386
-                    if ($request_info[$name] != '')
387
-                        $request_files = explode(",", $request_info[$name]);
383
+			} elseif (trim($type) == 'file') {
384
+				if (isset($request_info[$name])) {
385
+					$request_files = array();
386
+					if ($request_info[$name] != '')
387
+						$request_files = explode(",", $request_info[$name]);
388 388
 
389
-                    $extrafields = $extrafields != '' ? maybe_unserialize($extrafields) : NULL;
390
-                    geodir_save_post_file_fields($last_post_id, $name, $request_files, $extrafields);
389
+					$extrafields = $extrafields != '' ? maybe_unserialize($extrafields) : NULL;
390
+					geodir_save_post_file_fields($last_post_id, $name, $request_files, $extrafields);
391 391
 
392
-                }
393
-            } elseif (trim($type) == 'datepicker') {
394
-                $datetime = '';
395
-                if (isset($request_info[$name]) && $request_info[$name] != '') {
396
-                    $date_format = geodir_default_date_format();
397
-                    if (isset($val['extra_fields']) && $val['extra_fields'] != '') {
398
-                        $extra_fields = unserialize($val['extra_fields']);
399
-                        $date_format = isset($extra_fields['date_format']) && $extra_fields['date_format'] != '' ? $extra_fields['date_format'] : $date_format;
400
-                    }
392
+				}
393
+			} elseif (trim($type) == 'datepicker') {
394
+				$datetime = '';
395
+				if (isset($request_info[$name]) && $request_info[$name] != '') {
396
+					$date_format = geodir_default_date_format();
397
+					if (isset($val['extra_fields']) && $val['extra_fields'] != '') {
398
+						$extra_fields = unserialize($val['extra_fields']);
399
+						$date_format = isset($extra_fields['date_format']) && $extra_fields['date_format'] != '' ? $extra_fields['date_format'] : $date_format;
400
+					}
401 401
 
402
-                    // check if we need to change the format or not
403
-                    $date_format_len = strlen(str_replace(' ', '', $date_format));
404
-                    if($date_format_len>5){// if greater then 5 then it's the old style format.
402
+					// check if we need to change the format or not
403
+					$date_format_len = strlen(str_replace(' ', '', $date_format));
404
+					if($date_format_len>5){// if greater then 5 then it's the old style format.
405 405
 
406
-                        $search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format
407
-                        $replace = array('d','j','l','m','n','F','Y');//PHP date format
406
+						$search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format
407
+						$replace = array('d','j','l','m','n','F','Y');//PHP date format
408 408
 
409
-                        $date_format = str_replace($search, $replace, $date_format);
409
+						$date_format = str_replace($search, $replace, $date_format);
410 410
 
411
-                        $post_htmlvar_value = $date_format == 'd/m/Y' ? str_replace('/', '-', $request_info[$name]) : $request_info[$name];
411
+						$post_htmlvar_value = $date_format == 'd/m/Y' ? str_replace('/', '-', $request_info[$name]) : $request_info[$name];
412 412
 
413
-                    }else{
414
-                        $post_htmlvar_value = $request_info[$name];
415
-                    }
413
+					}else{
414
+						$post_htmlvar_value = $request_info[$name];
415
+					}
416 416
 
417
-                    $post_htmlvar_value = geodir_date($post_htmlvar_value, 'Y-m-d', $date_format); // save as sql format Y-m-d
418
-                    $datetime = geodir_maybe_untranslate_date($post_htmlvar_value); // maybe untranslate date string if it was translated
417
+					$post_htmlvar_value = geodir_date($post_htmlvar_value, 'Y-m-d', $date_format); // save as sql format Y-m-d
418
+					$datetime = geodir_maybe_untranslate_date($post_htmlvar_value); // maybe untranslate date string if it was translated
419 419
 
420
-                    //$datetime = date_i18n("Y-m-d", strtotime($post_htmlvar_value)); // save as sql format Y-m-d
420
+					//$datetime = date_i18n("Y-m-d", strtotime($post_htmlvar_value)); // save as sql format Y-m-d
421 421
 
422
-                }
423
-                $gd_post_info[$name] = $datetime;
424
-            } else if ($type == 'multiselect') {
425
-                if (isset($request_info[$name])) {
426
-                    $gd_post_info[$name] = $request_info[$name];
427
-                } else {
428
-                    if (isset($request_info['gd_field_' . $name])) {
429
-                        $gd_post_info[$name] = ''; /* fix de-select for multiselect */
430
-                    }
431
-                }
432
-            } else if (isset($request_info[$name])) {
433
-                $gd_post_info[$name] = $request_info[$name];
434
-            }
422
+				}
423
+				$gd_post_info[$name] = $datetime;
424
+			} else if ($type == 'multiselect') {
425
+				if (isset($request_info[$name])) {
426
+					$gd_post_info[$name] = $request_info[$name];
427
+				} else {
428
+					if (isset($request_info['gd_field_' . $name])) {
429
+						$gd_post_info[$name] = ''; /* fix de-select for multiselect */
430
+					}
431
+				}
432
+			} else if (isset($request_info[$name])) {
433
+				$gd_post_info[$name] = $request_info[$name];
434
+			}
435 435
 
436
-        endforeach;
436
+		endforeach;
437 437
 
438
-        if (isset($request_info['post_dummy']) && $request_info['post_dummy'] != '') {
439
-            $gd_post_info['post_dummy'] = $request_info['post_dummy'];
440
-        }
438
+		if (isset($request_info['post_dummy']) && $request_info['post_dummy'] != '') {
439
+			$gd_post_info['post_dummy'] = $request_info['post_dummy'];
440
+		}
441 441
 
442
-        // Save post detail info in detail table
443
-        if (!empty($gd_post_info)) {
444
-            geodir_save_post_info($last_post_id, $gd_post_info);
445
-        }
442
+		// Save post detail info in detail table
443
+		if (!empty($gd_post_info)) {
444
+			geodir_save_post_info($last_post_id, $gd_post_info);
445
+		}
446 446
 
447 447
 
448
-        // Set categories to the listing
449
-        if (isset($request_info['post_category']) && !empty($request_info['post_category'])) {
450
-            $post_category = array();
448
+		// Set categories to the listing
449
+		if (isset($request_info['post_category']) && !empty($request_info['post_category'])) {
450
+			$post_category = array();
451 451
 
452
-            foreach ($request_info['post_category'] as $taxonomy => $cat) {
452
+			foreach ($request_info['post_category'] as $taxonomy => $cat) {
453 453
 
454
-                if ($dummy)
455
-                    $post_category = $cat;
456
-                else {
454
+				if ($dummy)
455
+					$post_category = $cat;
456
+				else {
457 457
 
458
-                    if (!is_array($cat) && strstr($cat, ','))
459
-                        $cat = explode(',', $cat);
458
+					if (!is_array($cat) && strstr($cat, ','))
459
+						$cat = explode(',', $cat);
460 460
 
461
-                    if (!empty($cat) && is_array($cat))
462
-                        $post_category = array_map('intval', $cat);
463
-                }
461
+					if (!empty($cat) && is_array($cat))
462
+						$post_category = array_map('intval', $cat);
463
+				}
464 464
 
465
-                wp_set_object_terms($last_post_id, $post_category, $taxonomy);
466
-            }
465
+				wp_set_object_terms($last_post_id, $post_category, $taxonomy);
466
+			}
467 467
 
468
-            $post_default_category = isset($request_info['post_default_category']) ? $request_info['post_default_category'] : '';
468
+			$post_default_category = isset($request_info['post_default_category']) ? $request_info['post_default_category'] : '';
469 469
 
470
-            $post_category_str = isset($request_info['post_category_str']) ? $request_info['post_category_str'] : '';
471
-            geodir_set_postcat_structure($last_post_id, $taxonomy, $post_default_category, $post_category_str);
470
+			$post_category_str = isset($request_info['post_category_str']) ? $request_info['post_category_str'] : '';
471
+			geodir_set_postcat_structure($last_post_id, $taxonomy, $post_default_category, $post_category_str);
472 472
 
473
-        }
473
+		}
474 474
 
475
-        $post_tags = '';
476
-        // Set tags to the listing
477
-        if (isset($request_info['post_tags']) && !is_array($request_info['post_tags']) && !empty($request_info['post_tags'])) {
478
-            $post_tags = explode(",", $request_info['post_tags']);
479
-        } elseif (isset($request_info['post_tags']) && is_array($request_info['post_tags'])) {
480
-            if ($dummy)
481
-                $post_tags = $request_info['post_tags'];
482
-        } else {
483
-            if ($dummy)
484
-                $post_tags = array($request_info['post_title']);
485
-        }
475
+		$post_tags = '';
476
+		// Set tags to the listing
477
+		if (isset($request_info['post_tags']) && !is_array($request_info['post_tags']) && !empty($request_info['post_tags'])) {
478
+			$post_tags = explode(",", $request_info['post_tags']);
479
+		} elseif (isset($request_info['post_tags']) && is_array($request_info['post_tags'])) {
480
+			if ($dummy)
481
+				$post_tags = $request_info['post_tags'];
482
+		} else {
483
+			if ($dummy)
484
+				$post_tags = array($request_info['post_title']);
485
+		}
486 486
 
487
-        if (is_array($post_tags)) {
488
-            $taxonomy = $request_info['listing_type'] . '_tags';
489
-            wp_set_object_terms($last_post_id, $post_tags, $taxonomy);
490
-        }
487
+		if (is_array($post_tags)) {
488
+			$taxonomy = $request_info['listing_type'] . '_tags';
489
+			wp_set_object_terms($last_post_id, $post_tags, $taxonomy);
490
+		}
491 491
 
492 492
 
493
-        // Insert attechment
493
+		// Insert attechment
494 494
 
495
-        if (isset($request_info['post_images']) && !is_wp_error($last_post_id)) {
496
-            if (!$dummy) {
497
-                $tmpimgArr = trim($request_info['post_images'], ",");
498
-                $tmpimgArr = explode(",", $tmpimgArr);
499
-                geodir_save_post_images($last_post_id, $tmpimgArr, $dummy);
500
-            } else{
501
-                geodir_save_post_images($last_post_id, $request_info['post_images'], $dummy);
502
-            }
495
+		if (isset($request_info['post_images']) && !is_wp_error($last_post_id)) {
496
+			if (!$dummy) {
497
+				$tmpimgArr = trim($request_info['post_images'], ",");
498
+				$tmpimgArr = explode(",", $tmpimgArr);
499
+				geodir_save_post_images($last_post_id, $tmpimgArr, $dummy);
500
+			} else{
501
+				geodir_save_post_images($last_post_id, $request_info['post_images'], $dummy);
502
+			}
503 503
 
504 504
 
505
-        } elseif (!isset($request_info['post_images']) || $request_info['post_images'] == '') {
505
+		} elseif (!isset($request_info['post_images']) || $request_info['post_images'] == '') {
506 506
 
507
-            /* Delete Attachments
507
+			/* Delete Attachments
508 508
 			$postcurr_images = geodir_get_images($last_post_id);
509 509
 
510 510
 			$wpdb->query(
@@ -520,34 +520,34 @@  discard block
 block discarded – undo
520 520
 			geodir_save_post_info($last_post_id, $gd_post_featured_img);
521 521
 			*/
522 522
 
523
-        }
523
+		}
524 524
 
525
-        geodir_remove_temp_images();
526
-        geodir_set_wp_featured_image($last_post_id);
525
+		geodir_remove_temp_images();
526
+		geodir_set_wp_featured_image($last_post_id);
527 527
 
528
-        /**
529
-         * Called after a listing is saved to the database and before any email have been sent.
530
-         *
531
-         * @since 1.0.0
532
-         * @param int $last_post_id The saved post ID.
533
-         * @param array $request_info The post details in an array.
534
-         * @see 'geodir_after_save_listinginfo'
535
-         */
536
-        do_action('geodir_after_save_listing', $last_post_id, $request_info);
528
+		/**
529
+		 * Called after a listing is saved to the database and before any email have been sent.
530
+		 *
531
+		 * @since 1.0.0
532
+		 * @param int $last_post_id The saved post ID.
533
+		 * @param array $request_info The post details in an array.
534
+		 * @see 'geodir_after_save_listinginfo'
535
+		 */
536
+		do_action('geodir_after_save_listing', $last_post_id, $request_info);
537 537
 
538
-        //die;
538
+		//die;
539 539
 
540
-        if ($send_post_submit_mail) { // if new post send out email
541
-            $to_name = geodir_get_client_name($current_user->ID);
542
-            geodir_sendEmail('', '', $current_user->user_email, $to_name, '', '', $request_info, 'post_submit', $last_post_id, $current_user->ID);
543
-        }
544
-        /*
540
+		if ($send_post_submit_mail) { // if new post send out email
541
+			$to_name = geodir_get_client_name($current_user->ID);
542
+			geodir_sendEmail('', '', $current_user->user_email, $to_name, '', '', $request_info, 'post_submit', $last_post_id, $current_user->ID);
543
+		}
544
+		/*
545 545
          * Unset the session so we don't loop.
546 546
          */
547
-        $gd_session->un_set('listing');
548
-        return $last_post_id;
547
+		$gd_session->un_set('listing');
548
+		return $last_post_id;
549 549
 
550
-    }
550
+	}
551 551
 
552 552
 }
553 553
 
@@ -566,600 +566,600 @@  discard block
 block discarded – undo
566 566
 function geodir_get_post_info($post_id = '')
567 567
 {
568 568
 
569
-    global $wpdb, $plugin_prefix, $post, $post_info;
569
+	global $wpdb, $plugin_prefix, $post, $post_info;
570 570
 
571
-    if ($post_id == '' && !empty($post))
572
-        $post_id = $post->ID;
571
+	if ($post_id == '' && !empty($post))
572
+		$post_id = $post->ID;
573 573
 
574
-    $post_type = get_post_type($post_id);
574
+	$post_type = get_post_type($post_id);
575 575
 
576
-    $all_postypes = geodir_get_posttypes();
576
+	$all_postypes = geodir_get_posttypes();
577 577
 
578
-    if (!in_array($post_type, $all_postypes))
579
-        return false;
578
+	if (!in_array($post_type, $all_postypes))
579
+		return false;
580 580
 
581
-    $table = $plugin_prefix . $post_type . '_detail';
581
+	$table = $plugin_prefix . $post_type . '_detail';
582 582
 
583
-    /**
584
-     * Apply Filter to change Post info
585
-     *
586
-     * You can use this filter to change Post info.
587
-     *
588
-     * @since 1.0.0
589
-     * @package GeoDirectory
590
-     */
591
-    $query = apply_filters('geodir_post_info_query', "SELECT p.*,pd.* FROM " . $wpdb->posts . " p," . $table . " pd
583
+	/**
584
+	 * Apply Filter to change Post info
585
+	 *
586
+	 * You can use this filter to change Post info.
587
+	 *
588
+	 * @since 1.0.0
589
+	 * @package GeoDirectory
590
+	 */
591
+	$query = apply_filters('geodir_post_info_query', "SELECT p.*,pd.* FROM " . $wpdb->posts . " p," . $table . " pd
592 592
 			  WHERE p.ID = pd.post_id
593 593
 			  AND post_id = " . $post_id);
594 594
 
595
-    $post_detail = $wpdb->get_row($query);
595
+	$post_detail = $wpdb->get_row($query);
596 596
 
597
-    return (!empty($post_detail)) ? $post_info = $post_detail : $post_info = false;
597
+	return (!empty($post_detail)) ? $post_info = $post_detail : $post_info = false;
598 598
 
599 599
 }
600 600
 
601 601
 
602 602
 if (!function_exists('geodir_save_post_info')) {
603
-    /**
604
-     * Saves post detail info in detail table.
605
-     *
606
-     * @since 1.0.0
607
-     * @package GeoDirectory
608
-     * @global object $wpdb WordPress Database object.
609
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
610
-     * @param int $post_id The post ID.
611
-     * @param array $postinfo_array {
612
-     *    Post info that needs to be saved in detail table.
613
-     *
614
-     *    @type string $post_title              Listing title.
615
-     *    @type string $post_tags               Listing tags.
616
-     *    @type string $post_status             Listing post status.
617
-     *    @type string $post_location_id        Listing location ID.
618
-     *    @type string $claimed                 Todo Desc needed.
619
-     *    @type string $businesses              Todo Desc needed.
620
-     *    @type int    $submit_time             Submitted time in unix timestamp.
621
-     *    @type string $submit_ip               Submitted IP.
622
-     *    @type string $expire_date             Listing expiration date.
623
-     *    @type int    $package_id              Listing package ID.
624
-     *    @type int    $alive_days              Todo Desc needed.
625
-     *    @type int    $is_featured             Is this a featured listing?.
626
-     *    @type string $post_address            Listing address.
627
-     *    @type string $post_city               Listing city.
628
-     *    @type string $post_region             Listing region.
629
-     *    @type string $post_country            Listing country.
630
-     *    @type string $post_locations          Listing locations.
631
-     *    @type string $post_zip                Listing zip.
632
-     *    @type string $post_latitude           Listing latitude.
633
-     *    @type string $post_longitude          Listing longitude.
634
-     *    @type string $post_mapview            Listing mapview. Default "ROADMAP".
635
-     *    @type string $post_mapzoom            Listing mapzoom Default "9".
636
-     *    @type string $geodir_timing           Business timing info.
637
-     *    @type string $geodir_contact          Contact number.
638
-     *    @type string $geodir_email            Business contact email.
639
-     *    @type string $geodir_website          Business website.
640
-     *    @type string $geodir_twitter          Twitter link.
641
-     *    @type string $geodir_facebook         Facebook link.
642
-     *    @type string $geodir_video            Video link.
643
-     *    @type string $geodir_special_offers   Speacial offers.
644
-     *
645
-     * }
646
-     * @return bool
647
-     */
648
-    function geodir_save_post_info($post_id, $postinfo_array = array())
649
-    {
650
-        global $wpdb, $plugin_prefix;
651
-
652
-        $post_type = get_post_type($post_id);
653
-
654
-        $table = $plugin_prefix . $post_type . '_detail';
655
-
656
-        /**
657
-         * Filter to change Post info
658
-         *
659
-         * You can use this filter to change Post info.
660
-         *
661
-         * @since 1.0.0
662
-         * @package GeoDirectory
663
-         * @param array $postinfo_array See {@see geodir_save_post_info()} for accepted args.
664
-         * @param int $post_id The post ID.
665
-         */
666
-        $postmeta = apply_filters('geodir_listinginfo_request', $postinfo_array, $post_id);
603
+	/**
604
+	 * Saves post detail info in detail table.
605
+	 *
606
+	 * @since 1.0.0
607
+	 * @package GeoDirectory
608
+	 * @global object $wpdb WordPress Database object.
609
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
610
+	 * @param int $post_id The post ID.
611
+	 * @param array $postinfo_array {
612
+	 *    Post info that needs to be saved in detail table.
613
+	 *
614
+	 *    @type string $post_title              Listing title.
615
+	 *    @type string $post_tags               Listing tags.
616
+	 *    @type string $post_status             Listing post status.
617
+	 *    @type string $post_location_id        Listing location ID.
618
+	 *    @type string $claimed                 Todo Desc needed.
619
+	 *    @type string $businesses              Todo Desc needed.
620
+	 *    @type int    $submit_time             Submitted time in unix timestamp.
621
+	 *    @type string $submit_ip               Submitted IP.
622
+	 *    @type string $expire_date             Listing expiration date.
623
+	 *    @type int    $package_id              Listing package ID.
624
+	 *    @type int    $alive_days              Todo Desc needed.
625
+	 *    @type int    $is_featured             Is this a featured listing?.
626
+	 *    @type string $post_address            Listing address.
627
+	 *    @type string $post_city               Listing city.
628
+	 *    @type string $post_region             Listing region.
629
+	 *    @type string $post_country            Listing country.
630
+	 *    @type string $post_locations          Listing locations.
631
+	 *    @type string $post_zip                Listing zip.
632
+	 *    @type string $post_latitude           Listing latitude.
633
+	 *    @type string $post_longitude          Listing longitude.
634
+	 *    @type string $post_mapview            Listing mapview. Default "ROADMAP".
635
+	 *    @type string $post_mapzoom            Listing mapzoom Default "9".
636
+	 *    @type string $geodir_timing           Business timing info.
637
+	 *    @type string $geodir_contact          Contact number.
638
+	 *    @type string $geodir_email            Business contact email.
639
+	 *    @type string $geodir_website          Business website.
640
+	 *    @type string $geodir_twitter          Twitter link.
641
+	 *    @type string $geodir_facebook         Facebook link.
642
+	 *    @type string $geodir_video            Video link.
643
+	 *    @type string $geodir_special_offers   Speacial offers.
644
+	 *
645
+	 * }
646
+	 * @return bool
647
+	 */
648
+	function geodir_save_post_info($post_id, $postinfo_array = array())
649
+	{
650
+		global $wpdb, $plugin_prefix;
651
+
652
+		$post_type = get_post_type($post_id);
653
+
654
+		$table = $plugin_prefix . $post_type . '_detail';
655
+
656
+		/**
657
+		 * Filter to change Post info
658
+		 *
659
+		 * You can use this filter to change Post info.
660
+		 *
661
+		 * @since 1.0.0
662
+		 * @package GeoDirectory
663
+		 * @param array $postinfo_array See {@see geodir_save_post_info()} for accepted args.
664
+		 * @param int $post_id The post ID.
665
+		 */
666
+		$postmeta = apply_filters('geodir_listinginfo_request', $postinfo_array, $post_id);
667
+
668
+		$query_string_escaped = '';
669
+		$query_string_array = array();
670
+
671
+		if (!empty($postmeta) && $post_id) {
672
+
673
+			$columns = $wpdb->get_col("show columns from $table");
674
+			foreach ($postmeta as $mkey => $mval) {
675
+				if(in_array($mkey,$columns)) {
676
+					if (is_array($mval)) {
677
+						$mval = implode(",", $mval);
678
+					}
679
+					$query_string_escaped .= " $mkey = %s, "; // we can set the key here as we check if the column exists above
680
+					$query_string_array[] = stripslashes($mval); // we strip slashes as we are using wpdb prepare
667 681
 
668
-        $query_string_escaped = '';
669
-        $query_string_array = array();
682
+				}
683
+			}
670 684
 
671
-        if (!empty($postmeta) && $post_id) {
685
+			$query_string_escaped = trim($query_string_escaped, ", ");
672 686
 
673
-            $columns = $wpdb->get_col("show columns from $table");
674
-            foreach ($postmeta as $mkey => $mval) {
675
-                if(in_array($mkey,$columns)) {
676
-                    if (is_array($mval)) {
677
-                        $mval = implode(",", $mval);
678
-                    }
679
-                    $query_string_escaped .= " $mkey = %s, "; // we can set the key here as we check if the column exists above
680
-                    $query_string_array[] = stripslashes($mval); // we strip slashes as we are using wpdb prepare
687
+			if (empty($query_string_array) || trim($query_string_escaped) == '') {
688
+				return false;
689
+			}
681 690
 
682
-                }
683
-            }
691
+			$query_string_array = str_replace(array("'%", "%'"), array("'%%", "%%'"), $query_string_array);
684 692
 
685
-            $query_string_escaped = trim($query_string_escaped, ", ");
686 693
 
687
-            if (empty($query_string_array) || trim($query_string_escaped) == '') {
688
-                return false;
689
-            }
694
+			/**
695
+			 * Called before saving the listing info.
696
+			 *
697
+			 * @since 1.0.0
698
+			 * @package GeoDirectory
699
+			 * @param array $postinfo_array See {@see geodir_save_post_info()} for accepted args.
700
+			 * @param int $post_id The post ID.
701
+			 */
702
+			do_action('geodir_before_save_listinginfo', $postinfo_array, $post_id);
690 703
 
691
-            $query_string_array = str_replace(array("'%", "%'"), array("'%%", "%%'"), $query_string_array);
704
+			if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
692 705
 
706
+				$query_string_array[] = $post_id;
707
+				$wpdb->query(
708
+					$wpdb->prepare(
709
+						"UPDATE " . $table . " SET " . $query_string_escaped . " where post_id =%d",
710
+						$query_string_array
711
+					)
712
+				);
693 713
 
694
-            /**
695
-             * Called before saving the listing info.
696
-             *
697
-             * @since 1.0.0
698
-             * @package GeoDirectory
699
-             * @param array $postinfo_array See {@see geodir_save_post_info()} for accepted args.
700
-             * @param int $post_id The post ID.
701
-             */
702
-            do_action('geodir_before_save_listinginfo', $postinfo_array, $post_id);
703 714
 
704
-            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
715
+			} else {
705 716
 
706
-                $query_string_array[] = $post_id;
707
-                $wpdb->query(
708
-                    $wpdb->prepare(
709
-                        "UPDATE " . $table . " SET " . $query_string_escaped . " where post_id =%d",
710
-                        $query_string_array
711
-                    )
712
-                );
717
+				array_unshift($query_string_array, $post_id);
718
+				$wpdb->query(
719
+					$wpdb->prepare(
720
+						"INSERT INTO " . $table . " SET post_id = %d," . $query_string_escaped,
721
+						$query_string_array
722
+					)
723
+				);
724
+                
725
+			}
713 726
 
727
+			/**
728
+			 * Called after saving the listing info.
729
+			 *
730
+			 * @since 1.0.0
731
+			 * @package GeoDirectory
732
+			 * @param array $postinfo_array Post info that needs to be saved in detail table.
733
+			 * @param int $post_id The post ID.
734
+			 * @see 'geodir_after_save_listing'
735
+			 */
736
+			do_action('geodir_after_save_listinginfo', $postinfo_array, $post_id);
737
+
738
+			return true;
739
+		} else
740
+			return false;
714 741
 
715
-            } else {
742
+	}
743
+}
716 744
 
717
-                array_unshift($query_string_array, $post_id);
718
-                $wpdb->query(
719
-                    $wpdb->prepare(
720
-                        "INSERT INTO " . $table . " SET post_id = %d," . $query_string_escaped,
721
-                        $query_string_array
722
-                    )
723
-                );
724
-                
725
-            }
726 745
 
727
-            /**
728
-             * Called after saving the listing info.
729
-             *
730
-             * @since 1.0.0
731
-             * @package GeoDirectory
732
-             * @param array $postinfo_array Post info that needs to be saved in detail table.
733
-             * @param int $post_id The post ID.
734
-             * @see 'geodir_after_save_listing'
735
-             */
736
-            do_action('geodir_after_save_listinginfo', $postinfo_array, $post_id);
746
+if (!function_exists('geodir_save_post_meta')) {
747
+	/**
748
+	 * Save or update post custom fields.
749
+	 *
750
+	 * @since 1.0.0
751
+	 * @package GeoDirectory
752
+	 * @global object $wpdb WordPress Database object.
753
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
754
+	 * @param int $post_id The post ID.
755
+	 * @param string $postmeta Detail table column name.
756
+	 * @param string $meta_value Detail table column value.
757
+	 * @return void|bool
758
+	 */
759
+	function geodir_save_post_meta($post_id, $postmeta = '', $meta_value = '')
760
+	{
761
+
762
+		global $wpdb, $plugin_prefix;
763
+
764
+		$post_type = get_post_type($post_id);
765
+
766
+		$table = $plugin_prefix . $post_type . '_detail';
767
+
768
+		if ($postmeta != '' && geodir_column_exist($table, $postmeta) && $post_id) {
769
+
770
+			if (is_array($meta_value)) {
771
+				$meta_value = implode(",", $meta_value);
772
+			}
737 773
 
738
-            return true;
739
-        } else
740
-            return false;
774
+			if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
741 775
 
742
-    }
743
-}
776
+				$wpdb->query(
777
+					$wpdb->prepare(
778
+						"UPDATE " . $table . " SET " . $postmeta . " = '" . $meta_value . "' where post_id =%d",
779
+						array($post_id)
780
+					)
781
+				);
744 782
 
783
+			} else {
745 784
 
746
-if (!function_exists('geodir_save_post_meta')) {
747
-    /**
748
-     * Save or update post custom fields.
749
-     *
750
-     * @since 1.0.0
751
-     * @package GeoDirectory
752
-     * @global object $wpdb WordPress Database object.
753
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
754
-     * @param int $post_id The post ID.
755
-     * @param string $postmeta Detail table column name.
756
-     * @param string $meta_value Detail table column value.
757
-     * @return void|bool
758
-     */
759
-    function geodir_save_post_meta($post_id, $postmeta = '', $meta_value = '')
760
-    {
761
-
762
-        global $wpdb, $plugin_prefix;
763
-
764
-        $post_type = get_post_type($post_id);
765
-
766
-        $table = $plugin_prefix . $post_type . '_detail';
767
-
768
-        if ($postmeta != '' && geodir_column_exist($table, $postmeta) && $post_id) {
769
-
770
-            if (is_array($meta_value)) {
771
-                $meta_value = implode(",", $meta_value);
772
-            }
773
-
774
-            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
775
-
776
-                $wpdb->query(
777
-                    $wpdb->prepare(
778
-                        "UPDATE " . $table . " SET " . $postmeta . " = '" . $meta_value . "' where post_id =%d",
779
-                        array($post_id)
780
-                    )
781
-                );
782
-
783
-            } else {
784
-
785
-                $wpdb->query(
786
-                    $wpdb->prepare(
787
-                        "INSERT INTO " . $table . " SET post_id = %d, " . $postmeta . " = '" . $meta_value . "'",
788
-                        array($post_id)
789
-                    )
790
-                );
791
-            }
792
-
793
-
794
-        } else
795
-            return false;
796
-    }
785
+				$wpdb->query(
786
+					$wpdb->prepare(
787
+						"INSERT INTO " . $table . " SET post_id = %d, " . $postmeta . " = '" . $meta_value . "'",
788
+						array($post_id)
789
+					)
790
+				);
791
+			}
792
+
793
+
794
+		} else
795
+			return false;
796
+	}
797 797
 }
798 798
 
799 799
 if (!function_exists('geodir_delete_post_meta')) {
800
-    /**
801
-     * Delete post custom fields.
802
-     *
803
-     * @since 1.0.0
804
-     * @package GeoDirectory
805
-     * @global object $wpdb WordPress Database object.
806
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
807
-     * @param int $post_id The post ID.
808
-     * @param string $postmeta Detail table column name.
809
-     * @todo check if this is depreciated
810
-     * @todo Fix unknown variable mval
811
-     * @return bool
812
-     */
813
-    function geodir_delete_post_meta($post_id, $postmeta)
814
-    {
815
-
816
-        global $wpdb, $plugin_prefix;
817
-
818
-        $post_type = get_post_type($post_id);
819
-
820
-        $table = $plugin_prefix . $post_type . '_detail';
821
-
822
-        if (is_array($postmeta) && !empty($postmeta) && $post_id) {
823
-            $post_meta_set_query = '';
824
-
825
-            foreach ($postmeta as $mkey) {
826
-                if ($mval != '')
827
-                    $post_meta_set_query .= $mkey . " = '', ";
828
-            }
829
-
830
-            $post_meta_set_query = trim($post_meta_set_query, ", ");
800
+	/**
801
+	 * Delete post custom fields.
802
+	 *
803
+	 * @since 1.0.0
804
+	 * @package GeoDirectory
805
+	 * @global object $wpdb WordPress Database object.
806
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
807
+	 * @param int $post_id The post ID.
808
+	 * @param string $postmeta Detail table column name.
809
+	 * @todo check if this is depreciated
810
+	 * @todo Fix unknown variable mval
811
+	 * @return bool
812
+	 */
813
+	function geodir_delete_post_meta($post_id, $postmeta)
814
+	{
815
+
816
+		global $wpdb, $plugin_prefix;
817
+
818
+		$post_type = get_post_type($post_id);
819
+
820
+		$table = $plugin_prefix . $post_type . '_detail';
821
+
822
+		if (is_array($postmeta) && !empty($postmeta) && $post_id) {
823
+			$post_meta_set_query = '';
824
+
825
+			foreach ($postmeta as $mkey) {
826
+				if ($mval != '')
827
+					$post_meta_set_query .= $mkey . " = '', ";
828
+			}
829
+
830
+			$post_meta_set_query = trim($post_meta_set_query, ", ");
831 831
             
832
-            if (empty($post_meta_set_query) || trim($post_meta_set_query) == '') {
833
-                return false;
834
-            }
835
-
836
-            if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
837
-
838
-                $wpdb->query(
839
-                    $wpdb->prepare(
840
-                        "UPDATE " . $table . " SET " . $post_meta_set_query . " where post_id = %d",
841
-                        array($post_id)
842
-                    )
843
-                );
844
-
845
-                return true;
846
-            }
847
-
848
-        } elseif ($postmeta != '' && $post_id) {
849
-            if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
850
-
851
-                $wpdb->query(
852
-                    $wpdb->prepare(
853
-                        "UPDATE " . $table . " SET " . $postmeta . "= '' where post_id = %d",
854
-                        array($post_id)
855
-                    )
856
-                );
857
-
858
-                return true;
859
-            }
860
-
861
-        } else
862
-            return false;
863
-    }
832
+			if (empty($post_meta_set_query) || trim($post_meta_set_query) == '') {
833
+				return false;
834
+			}
835
+
836
+			if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
837
+
838
+				$wpdb->query(
839
+					$wpdb->prepare(
840
+						"UPDATE " . $table . " SET " . $post_meta_set_query . " where post_id = %d",
841
+						array($post_id)
842
+					)
843
+				);
844
+
845
+				return true;
846
+			}
847
+
848
+		} elseif ($postmeta != '' && $post_id) {
849
+			if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
850
+
851
+				$wpdb->query(
852
+					$wpdb->prepare(
853
+						"UPDATE " . $table . " SET " . $postmeta . "= '' where post_id = %d",
854
+						array($post_id)
855
+					)
856
+				);
857
+
858
+				return true;
859
+			}
860
+
861
+		} else
862
+			return false;
863
+	}
864 864
 }
865 865
 
866 866
 
867 867
 if (!function_exists('geodir_get_post_meta')) {
868
-    /**
869
-     * Get post custom meta.
870
-     *
871
-     * @since 1.0.0
872
-     * @package GeoDirectory
873
-     * @global object $wpdb WordPress Database object.
874
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
875
-     * @param int $post_id The post ID.
876
-     * @param string $meta_key The meta key to retrieve.
877
-     * @param bool $single Optional. Whether to return a single value. Default false.
878
-     * @todo single variable not yet implemented.
879
-     * @return bool|mixed|null|string Will be an array if $single is false. Will be value of meta data field if $single is true.
880
-     */
881
-    function geodir_get_post_meta($post_id, $meta_key, $single = false)
882
-    {
883
-        if (!$post_id) {
884
-            return false;
885
-        }
886
-        global $wpdb, $plugin_prefix;
887
-
888
-        $all_postypes = geodir_get_posttypes();
889
-
890
-        $post_type = get_post_type($post_id);
891
-
892
-        if (!in_array($post_type, $all_postypes))
893
-            return false;
894
-
895
-        $table = $plugin_prefix . $post_type . '_detail';
896
-
897
-        if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $meta_key . "'") != '') {
898
-            $meta_value = $wpdb->get_var($wpdb->prepare("SELECT " . $meta_key . " from " . $table . " where post_id = %d", array($post_id)));
868
+	/**
869
+	 * Get post custom meta.
870
+	 *
871
+	 * @since 1.0.0
872
+	 * @package GeoDirectory
873
+	 * @global object $wpdb WordPress Database object.
874
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
875
+	 * @param int $post_id The post ID.
876
+	 * @param string $meta_key The meta key to retrieve.
877
+	 * @param bool $single Optional. Whether to return a single value. Default false.
878
+	 * @todo single variable not yet implemented.
879
+	 * @return bool|mixed|null|string Will be an array if $single is false. Will be value of meta data field if $single is true.
880
+	 */
881
+	function geodir_get_post_meta($post_id, $meta_key, $single = false)
882
+	{
883
+		if (!$post_id) {
884
+			return false;
885
+		}
886
+		global $wpdb, $plugin_prefix;
887
+
888
+		$all_postypes = geodir_get_posttypes();
889
+
890
+		$post_type = get_post_type($post_id);
891
+
892
+		if (!in_array($post_type, $all_postypes))
893
+			return false;
894
+
895
+		$table = $plugin_prefix . $post_type . '_detail';
896
+
897
+		if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $meta_key . "'") != '') {
898
+			$meta_value = $wpdb->get_var($wpdb->prepare("SELECT " . $meta_key . " from " . $table . " where post_id = %d", array($post_id)));
899 899
             
900
-            if ($meta_value && $meta_value !== '') {
901
-                return maybe_serialize($meta_value);
902
-            } else
903
-                return $meta_value;
904
-        } else {
905
-            return false;
906
-        }
907
-    }
900
+			if ($meta_value && $meta_value !== '') {
901
+				return maybe_serialize($meta_value);
902
+			} else
903
+				return $meta_value;
904
+		} else {
905
+			return false;
906
+		}
907
+	}
908 908
 }
909 909
 
910 910
 
911 911
 if (!function_exists('geodir_save_post_images')) {
912
-    /**
913
-     * Save post attachments.
914
-     *
915
-     * @since 1.0.0
916
-     * @package GeoDirectory
917
-     * @global object $wpdb WordPress Database object.
918
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
919
-     * @global object $current_user Current user object.
920
-     * @param int $post_id The post ID.
921
-     * @param array $post_image Post image urls as an array.
922
-     * @param bool $dummy Optional. Is this a dummy listing? Default false.
923
-     */
924
-    function geodir_save_post_images($post_id = 0, $post_image = array(), $dummy = false)
925
-    {
912
+	/**
913
+	 * Save post attachments.
914
+	 *
915
+	 * @since 1.0.0
916
+	 * @package GeoDirectory
917
+	 * @global object $wpdb WordPress Database object.
918
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
919
+	 * @global object $current_user Current user object.
920
+	 * @param int $post_id The post ID.
921
+	 * @param array $post_image Post image urls as an array.
922
+	 * @param bool $dummy Optional. Is this a dummy listing? Default false.
923
+	 */
924
+	function geodir_save_post_images($post_id = 0, $post_image = array(), $dummy = false)
925
+	{
926 926
 
927 927
 
928
-        global $wpdb, $plugin_prefix, $current_user;
928
+		global $wpdb, $plugin_prefix, $current_user;
929 929
 
930
-        $post_type = get_post_type($post_id);
930
+		$post_type = get_post_type($post_id);
931 931
 
932
-        $table = $plugin_prefix . $post_type . '_detail';
932
+		$table = $plugin_prefix . $post_type . '_detail';
933 933
 
934
-        $post_images = geodir_get_images($post_id);
934
+		$post_images = geodir_get_images($post_id);
935 935
 
936
-        $wpdb->query(
937
-            $wpdb->prepare(
938
-                "UPDATE " . $table . " SET featured_image = '' where post_id =%d",
939
-                array($post_id)
940
-            )
941
-        );
936
+		$wpdb->query(
937
+			$wpdb->prepare(
938
+				"UPDATE " . $table . " SET featured_image = '' where post_id =%d",
939
+				array($post_id)
940
+			)
941
+		);
942 942
 
943
-        $invalid_files = $post_images;
944
-        $valid_file_ids = array();
945
-        $valid_files_condition = '';
946
-        $geodir_uploaddir = '';
943
+		$invalid_files = $post_images;
944
+		$valid_file_ids = array();
945
+		$valid_files_condition = '';
946
+		$geodir_uploaddir = '';
947 947
 
948
-        $remove_files = array();
948
+		$remove_files = array();
949 949
 
950
-        if (!empty($post_image)) {
950
+		if (!empty($post_image)) {
951 951
 
952
-            $uploads = wp_upload_dir();
953
-            $uploads_dir = $uploads['path'];
952
+			$uploads = wp_upload_dir();
953
+			$uploads_dir = $uploads['path'];
954 954
 
955
-            $geodir_uploadpath = $uploads['path'];
956
-            $geodir_uploadurl = $uploads['url'];
957
-            $sub_dir = isset($uploads['subdir']) ? $uploads['subdir'] : '';
955
+			$geodir_uploadpath = $uploads['path'];
956
+			$geodir_uploadurl = $uploads['url'];
957
+			$sub_dir = isset($uploads['subdir']) ? $uploads['subdir'] : '';
958 958
 
959
-            $invalid_files = array();
960
-            $postcurr_images = array();
959
+			$invalid_files = array();
960
+			$postcurr_images = array();
961 961
 
962
-            for ($m = 0; $m < count($post_image); $m++) {
963
-                $menu_order = $m + 1;
962
+			for ($m = 0; $m < count($post_image); $m++) {
963
+				$menu_order = $m + 1;
964 964
 
965
-                $file_path = '';
966
-                /* --------- start ------- */
965
+				$file_path = '';
966
+				/* --------- start ------- */
967 967
 
968
-                $split_img_path = explode(str_replace(array('http://','https://'),'',$uploads['baseurl']), str_replace(array('http://','https://'),'',$post_image[$m]));
968
+				$split_img_path = explode(str_replace(array('http://','https://'),'',$uploads['baseurl']), str_replace(array('http://','https://'),'',$post_image[$m]));
969 969
 
970
-                $split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : '';
970
+				$split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : '';
971 971
 
972 972
 
973
-                if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT ID FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE file=%s AND post_id = %d", array($split_img_file_path, $post_id)))) {
973
+				if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT ID FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE file=%s AND post_id = %d", array($split_img_file_path, $post_id)))) {
974 974
 
975
-                    /* --------- end ------- */
976
-                    $curr_img_url = $post_image[$m];
975
+					/* --------- end ------- */
976
+					$curr_img_url = $post_image[$m];
977 977
 
978
-                    $image_name_arr = explode('/', $curr_img_url);
978
+					$image_name_arr = explode('/', $curr_img_url);
979 979
 
980
-                    $count_image_name_arr = count($image_name_arr) - 2;
980
+					$count_image_name_arr = count($image_name_arr) - 2;
981 981
 
982
-                    $count_image_name_arr = ($count_image_name_arr >= 0) ? $count_image_name_arr : 0;
982
+					$count_image_name_arr = ($count_image_name_arr >= 0) ? $count_image_name_arr : 0;
983 983
 
984
-                    $curr_img_dir = $image_name_arr[$count_image_name_arr];
984
+					$curr_img_dir = $image_name_arr[$count_image_name_arr];
985 985
 
986
-                    $filename = end($image_name_arr);
987
-                    if (strpos($filename, '?') !== false) {
988
-                        list($filename) = explode('?', $filename);
989
-                    }
986
+					$filename = end($image_name_arr);
987
+					if (strpos($filename, '?') !== false) {
988
+						list($filename) = explode('?', $filename);
989
+					}
990 990
 
991
-                    $curr_img_dir = str_replace($uploads['baseurl'], "", $curr_img_url);
992
-                    $curr_img_dir = str_replace($filename, "", $curr_img_dir);
991
+					$curr_img_dir = str_replace($uploads['baseurl'], "", $curr_img_url);
992
+					$curr_img_dir = str_replace($filename, "", $curr_img_dir);
993 993
 
994
-                    $img_name_arr = explode('.', $filename);
994
+					$img_name_arr = explode('.', $filename);
995 995
 
996
-                    $file_title = isset($img_name_arr[0]) ? $img_name_arr[0] : $filename;
997
-                    if (!empty($img_name_arr) && count($img_name_arr) > 2) {
998
-                        $new_img_name_arr = $img_name_arr;
999
-                        if (isset($new_img_name_arr[count($img_name_arr) - 1])) {
1000
-                            unset($new_img_name_arr[count($img_name_arr) - 1]);
1001
-                            $file_title = implode('.', $new_img_name_arr);
1002
-                        }
1003
-                    }
1004
-                    $file_title = sanitize_file_name($file_title);
1005
-                    $file_name = sanitize_file_name($filename);
996
+					$file_title = isset($img_name_arr[0]) ? $img_name_arr[0] : $filename;
997
+					if (!empty($img_name_arr) && count($img_name_arr) > 2) {
998
+						$new_img_name_arr = $img_name_arr;
999
+						if (isset($new_img_name_arr[count($img_name_arr) - 1])) {
1000
+							unset($new_img_name_arr[count($img_name_arr) - 1]);
1001
+							$file_title = implode('.', $new_img_name_arr);
1002
+						}
1003
+					}
1004
+					$file_title = sanitize_file_name($file_title);
1005
+					$file_name = sanitize_file_name($filename);
1006 1006
 
1007
-                    $arr_file_type = wp_check_filetype($filename);
1007
+					$arr_file_type = wp_check_filetype($filename);
1008 1008
 
1009
-                    $uploaded_file_type = $arr_file_type['type'];
1009
+					$uploaded_file_type = $arr_file_type['type'];
1010 1010
 
1011
-                    // Set an array containing a list of acceptable formats
1012
-                    $allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png');
1011
+					// Set an array containing a list of acceptable formats
1012
+					$allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png');
1013 1013
 
1014
-                    // If the uploaded file is the right format
1015
-                    if (in_array($uploaded_file_type, $allowed_file_types)) {
1016
-                        if (!function_exists('wp_handle_upload')) {
1017
-                            require_once(ABSPATH . 'wp-admin/includes/file.php');
1018
-                        }
1014
+					// If the uploaded file is the right format
1015
+					if (in_array($uploaded_file_type, $allowed_file_types)) {
1016
+						if (!function_exists('wp_handle_upload')) {
1017
+							require_once(ABSPATH . 'wp-admin/includes/file.php');
1018
+						}
1019 1019
 
1020
-                        if (!is_dir($geodir_uploadpath)) {
1021
-                            mkdir($geodir_uploadpath);
1022
-                        }
1020
+						if (!is_dir($geodir_uploadpath)) {
1021
+							mkdir($geodir_uploadpath);
1022
+						}
1023 1023
 
1024
-                        $external_img = false;
1025
-                        if (strpos( str_replace( array('http://','https://'),'',$curr_img_url ), str_replace(array('http://','https://'),'',$uploads['baseurl'] ) ) !== false) {
1026
-                        } else {
1027
-                            $external_img = true;
1028
-                        }
1024
+						$external_img = false;
1025
+						if (strpos( str_replace( array('http://','https://'),'',$curr_img_url ), str_replace(array('http://','https://'),'',$uploads['baseurl'] ) ) !== false) {
1026
+						} else {
1027
+							$external_img = true;
1028
+						}
1029 1029
 
1030
-                        if ($dummy || $external_img) {
1031
-                            $uploaded_file = array();
1032
-                            $uploaded = (array)fetch_remote_file($curr_img_url);
1030
+						if ($dummy || $external_img) {
1031
+							$uploaded_file = array();
1032
+							$uploaded = (array)fetch_remote_file($curr_img_url);
1033 1033
 
1034
-                            if (isset($uploaded['error']) && empty($uploaded['error'])) {
1035
-                                $new_name = basename($uploaded['file']);
1036
-                                $uploaded_file = $uploaded;
1037
-                            }else{
1038
-                                print_r($uploaded);exit;
1039
-                            }
1040
-                            $external_img = false;
1041
-                        } else {
1042
-                            $new_name = $post_id . '_' . $file_name;
1034
+							if (isset($uploaded['error']) && empty($uploaded['error'])) {
1035
+								$new_name = basename($uploaded['file']);
1036
+								$uploaded_file = $uploaded;
1037
+							}else{
1038
+								print_r($uploaded);exit;
1039
+							}
1040
+							$external_img = false;
1041
+						} else {
1042
+							$new_name = $post_id . '_' . $file_name;
1043 1043
 
1044
-                            if ($curr_img_dir == $sub_dir) {
1045
-                                $img_path = $geodir_uploadpath . '/' . $filename;
1046
-                                $img_url = $geodir_uploadurl . '/' . $filename;
1047
-                            } else {
1048
-                                $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename;
1049
-                                $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename;
1050
-                            }
1044
+							if ($curr_img_dir == $sub_dir) {
1045
+								$img_path = $geodir_uploadpath . '/' . $filename;
1046
+								$img_url = $geodir_uploadurl . '/' . $filename;
1047
+							} else {
1048
+								$img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename;
1049
+								$img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename;
1050
+							}
1051 1051
 
1052
-                            $uploaded_file = '';
1052
+							$uploaded_file = '';
1053 1053
 
1054
-                            if (file_exists($img_path)) {
1055
-                                $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name);
1056
-                                $file_path = '';
1057
-                            } else if (file_exists($uploads['basedir'] . $curr_img_dir . $filename)) {
1058
-                                $uploaded_file = true;
1059
-                                $file_path = $curr_img_dir . '/' . $filename;
1060
-                            }
1054
+							if (file_exists($img_path)) {
1055
+								$uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name);
1056
+								$file_path = '';
1057
+							} else if (file_exists($uploads['basedir'] . $curr_img_dir . $filename)) {
1058
+								$uploaded_file = true;
1059
+								$file_path = $curr_img_dir . '/' . $filename;
1060
+							}
1061 1061
 
1062
-                            if ($curr_img_dir != $geodir_uploaddir && file_exists($img_path))
1063
-                                unlink($img_path);
1064
-                        }
1062
+							if ($curr_img_dir != $geodir_uploaddir && file_exists($img_path))
1063
+								unlink($img_path);
1064
+						}
1065 1065
 
1066
-                        if (!empty($uploaded_file)) {
1067
-                            if (!isset($file_path) || !$file_path) {
1068
-                                $file_path = $sub_dir . '/' . $new_name;
1069
-                            }
1066
+						if (!empty($uploaded_file)) {
1067
+							if (!isset($file_path) || !$file_path) {
1068
+								$file_path = $sub_dir . '/' . $new_name;
1069
+							}
1070 1070
 
1071
-                            $postcurr_images[] = str_replace(array('http://','https://'),'',$uploads['baseurl'] . $file_path);
1071
+							$postcurr_images[] = str_replace(array('http://','https://'),'',$uploads['baseurl'] . $file_path);
1072 1072
 
1073
-                            if ($menu_order == 1) {
1073
+							if ($menu_order == 1) {
1074 1074
 
1075
-                                $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($file_path, $post_id)));
1075
+								$wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($file_path, $post_id)));
1076 1076
 
1077
-                            }
1077
+							}
1078 1078
 
1079
-                            // Set up options array to add this file as an attachment
1080
-                            $attachment = array();
1081
-                            $attachment['post_id'] = $post_id;
1082
-                            $attachment['title'] = $file_title;
1083
-                            $attachment['content'] = '';
1084
-                            $attachment['file'] = $file_path;
1085
-                            $attachment['mime_type'] = $uploaded_file_type;
1086
-                            $attachment['menu_order'] = $menu_order;
1087
-                            $attachment['is_featured'] = 0;
1079
+							// Set up options array to add this file as an attachment
1080
+							$attachment = array();
1081
+							$attachment['post_id'] = $post_id;
1082
+							$attachment['title'] = $file_title;
1083
+							$attachment['content'] = '';
1084
+							$attachment['file'] = $file_path;
1085
+							$attachment['mime_type'] = $uploaded_file_type;
1086
+							$attachment['menu_order'] = $menu_order;
1087
+							$attachment['is_featured'] = 0;
1088 1088
 
1089
-                            $attachment_set = '';
1089
+							$attachment_set = '';
1090 1090
 
1091
-                            foreach ($attachment as $key => $val) {
1092
-                                if ($val != '')
1093
-                                    $attachment_set .= $key . " = '" . $val . "', ";
1094
-                            }
1091
+							foreach ($attachment as $key => $val) {
1092
+								if ($val != '')
1093
+									$attachment_set .= $key . " = '" . $val . "', ";
1094
+							}
1095 1095
 
1096
-                            $attachment_set = trim($attachment_set, ", ");
1096
+							$attachment_set = trim($attachment_set, ", ");
1097
+
1098
+							$wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
1097 1099
 
1098
-                            $wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
1100
+							$valid_file_ids[] = $wpdb->insert_id;
1101
+						}
1099 1102
 
1100
-                            $valid_file_ids[] = $wpdb->insert_id;
1101
-                        }
1103
+					}
1102 1104
 
1103
-                    }
1104 1105
 
1106
+				} else {
1107
+					$valid_file_ids[] = $find_image;
1105 1108
 
1106
-                } else {
1107
-                    $valid_file_ids[] = $find_image;
1108
-
1109
-                    $postcurr_images[] = str_replace(array('http://','https://'),'',$post_image[$m]);
1109
+					$postcurr_images[] = str_replace(array('http://','https://'),'',$post_image[$m]);
1110 1110
 
1111
-                    $wpdb->query(
1112
-                        $wpdb->prepare(
1113
-                            "UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order = %d where file =%s AND post_id =%d",
1114
-                            array($menu_order, $split_img_path[1], $post_id)
1115
-                        )
1116
-                    );
1111
+					$wpdb->query(
1112
+						$wpdb->prepare(
1113
+							"UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order = %d where file =%s AND post_id =%d",
1114
+							array($menu_order, $split_img_path[1], $post_id)
1115
+						)
1116
+					);
1117 1117
 
1118
-                    if ($menu_order == 1)
1119
-                        $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($split_img_path[1], $post_id)));
1118
+					if ($menu_order == 1)
1119
+						$wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($split_img_path[1], $post_id)));
1120 1120
 
1121
-                }
1121
+				}
1122 1122
 
1123 1123
 
1124
-            }
1124
+			}
1125 1125
 
1126
-            if (!empty($valid_file_ids)) {
1126
+			if (!empty($valid_file_ids)) {
1127 1127
 
1128
-                $remove_files = $valid_file_ids;
1128
+				$remove_files = $valid_file_ids;
1129 1129
 
1130
-                $remove_files_length = count($remove_files);
1131
-                $remove_files_format = array_fill(0, $remove_files_length, '%d');
1132
-                $format = implode(',', $remove_files_format);
1133
-                $valid_files_condition = " ID NOT IN ($format) AND ";
1130
+				$remove_files_length = count($remove_files);
1131
+				$remove_files_format = array_fill(0, $remove_files_length, '%d');
1132
+				$format = implode(',', $remove_files_format);
1133
+				$valid_files_condition = " ID NOT IN ($format) AND ";
1134 1134
 
1135
-            }
1135
+			}
1136 1136
 
1137
-            //Get and remove all old images of post from database to set by new order
1137
+			//Get and remove all old images of post from database to set by new order
1138 1138
 
1139
-            if (!empty($post_images)) {
1139
+			if (!empty($post_images)) {
1140 1140
 
1141
-                foreach ($post_images as $img) {
1141
+				foreach ($post_images as $img) {
1142 1142
 
1143
-                    if (!in_array(str_replace(array('http://','https://'),'',$img->src), $postcurr_images)) {
1143
+					if (!in_array(str_replace(array('http://','https://'),'',$img->src), $postcurr_images)) {
1144 1144
 
1145
-                        $invalid_files[] = (object)array('src' => $img->src);
1145
+						$invalid_files[] = (object)array('src' => $img->src);
1146 1146
 
1147
-                    }
1147
+					}
1148 1148
 
1149
-                }
1149
+				}
1150 1150
 
1151
-            }
1151
+			}
1152 1152
 
1153
-            $invalid_files = (object)$invalid_files;
1154
-        }
1153
+			$invalid_files = (object)$invalid_files;
1154
+		}
1155 1155
 
1156
-        $remove_files[] = $post_id;
1156
+		$remove_files[] = $post_id;
1157 1157
 
1158
-        $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE " . $valid_files_condition . " post_id = %d", $remove_files));
1158
+		$wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE " . $valid_files_condition . " post_id = %d", $remove_files));
1159 1159
 
1160
-        if (!empty($invalid_files))
1161
-            geodir_remove_attachments($invalid_files);
1162
-    }
1160
+		if (!empty($invalid_files))
1161
+			geodir_remove_attachments($invalid_files);
1162
+	}
1163 1163
 
1164 1164
 }
1165 1165
 
@@ -1173,12 +1173,12 @@  discard block
 block discarded – undo
1173 1173
 function geodir_remove_temp_images()
1174 1174
 {
1175 1175
 
1176
-    global $current_user;
1176
+	global $current_user;
1177 1177
 
1178
-    $uploads = wp_upload_dir();
1179
-    $uploads_dir = $uploads['path'];
1178
+	$uploads = wp_upload_dir();
1179
+	$uploads_dir = $uploads['path'];
1180 1180
 
1181
-    /*	if(is_dir($uploads_dir.'/temp_'.$current_user->data->ID)){
1181
+	/*	if(is_dir($uploads_dir.'/temp_'.$current_user->data->ID)){
1182 1182
 
1183 1183
 			$dirPath = $uploads_dir.'/temp_'.$current_user->data->ID;
1184 1184
 			if (substr($dirPath, strlen($dirPath) - 1, 1) != '/') {
@@ -1195,8 +1195,8 @@  discard block
 block discarded – undo
1195 1195
 			rmdir($dirPath);
1196 1196
 	}	*/
1197 1197
 
1198
-    $dirname = $uploads_dir . '/temp_' . $current_user->ID;
1199
-    geodir_delete_directory($dirname);
1198
+	$dirname = $uploads_dir . '/temp_' . $current_user->ID;
1199
+	geodir_delete_directory($dirname);
1200 1200
 }
1201 1201
 
1202 1202
 
@@ -1210,116 +1210,116 @@  discard block
 block discarded – undo
1210 1210
  */
1211 1211
 function geodir_delete_directory($dirname)
1212 1212
 {
1213
-    $dir_handle = '';
1214
-    if (is_dir($dirname))
1215
-        $dir_handle = opendir($dirname);
1216
-    if (!$dir_handle)
1217
-        return false;
1218
-    while ($file = readdir($dir_handle)) {
1219
-        if ($file != "." && $file != "..") {
1220
-            if (!is_dir($dirname . "/" . $file))
1221
-                unlink($dirname . "/" . $file);
1222
-            else
1223
-                geodir_delete_directory($dirname . '/' . $file);
1224
-        }
1225
-    }
1226
-    closedir($dir_handle);
1227
-    rmdir($dirname);
1228
-    return true;
1213
+	$dir_handle = '';
1214
+	if (is_dir($dirname))
1215
+		$dir_handle = opendir($dirname);
1216
+	if (!$dir_handle)
1217
+		return false;
1218
+	while ($file = readdir($dir_handle)) {
1219
+		if ($file != "." && $file != "..") {
1220
+			if (!is_dir($dirname . "/" . $file))
1221
+				unlink($dirname . "/" . $file);
1222
+			else
1223
+				geodir_delete_directory($dirname . '/' . $file);
1224
+		}
1225
+	}
1226
+	closedir($dir_handle);
1227
+	rmdir($dirname);
1228
+	return true;
1229 1229
 
1230 1230
 }
1231 1231
 
1232 1232
 
1233 1233
 if (!function_exists('geodir_remove_attachments')) {
1234
-    /**
1235
-     * Remove post attachments.
1236
-     *
1237
-     * @since 1.0.0
1238
-     * @package GeoDirectory
1239
-     * @param array $postcurr_images Array of image objects.
1240
-     */
1241
-    function geodir_remove_attachments($postcurr_images = array())
1242
-    {
1243
-        // Unlink all past images of post
1244
-        if (!empty($postcurr_images)) {
1245
-
1246
-            $uploads = wp_upload_dir();
1247
-            $uploads_dir = $uploads['path'];
1248
-
1249
-            foreach ($postcurr_images as $postimg) {
1250
-                $image_name_arr = explode('/', $postimg->src);
1251
-                $filename = end($image_name_arr);
1252
-                if (file_exists($uploads_dir . '/' . $filename))
1253
-                    unlink($uploads_dir . '/' . $filename);
1254
-            }
1255
-
1256
-        } // endif
1257
-        // Unlink all past images of post end
1258
-    }
1234
+	/**
1235
+	 * Remove post attachments.
1236
+	 *
1237
+	 * @since 1.0.0
1238
+	 * @package GeoDirectory
1239
+	 * @param array $postcurr_images Array of image objects.
1240
+	 */
1241
+	function geodir_remove_attachments($postcurr_images = array())
1242
+	{
1243
+		// Unlink all past images of post
1244
+		if (!empty($postcurr_images)) {
1245
+
1246
+			$uploads = wp_upload_dir();
1247
+			$uploads_dir = $uploads['path'];
1248
+
1249
+			foreach ($postcurr_images as $postimg) {
1250
+				$image_name_arr = explode('/', $postimg->src);
1251
+				$filename = end($image_name_arr);
1252
+				if (file_exists($uploads_dir . '/' . $filename))
1253
+					unlink($uploads_dir . '/' . $filename);
1254
+			}
1255
+
1256
+		} // endif
1257
+		// Unlink all past images of post end
1258
+	}
1259 1259
 }
1260 1260
 
1261 1261
 if (!function_exists('geodir_get_featured_image')) {
1262
-    /**
1263
-     * Gets the post featured image.
1264
-     *
1265
-     * @since 1.0.0
1266
-     * @package GeoDirectory
1267
-     * @global object $wpdb WordPress Database object.
1268
-     * @global object $post The current post object.
1269
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
1270
-     * @param int|string $post_id The post ID.
1271
-     * @param string $size Optional. Thumbnail size. Default: thumbnail.
1272
-     * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1273
-     * @param bool|string $file Optional. The file path from which you want to get the image details. Default: false.
1274
-     * @return bool|object Image details as an object.
1275
-     */
1276
-    function geodir_get_featured_image($post_id = '', $size = '', $no_image = false, $file = false)
1277
-    {
1278
-
1279
-        /*$img_arr['src'] = get_the_post_thumbnail_url( $post_id,  'medium');//medium/thumbnail
1262
+	/**
1263
+	 * Gets the post featured image.
1264
+	 *
1265
+	 * @since 1.0.0
1266
+	 * @package GeoDirectory
1267
+	 * @global object $wpdb WordPress Database object.
1268
+	 * @global object $post The current post object.
1269
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
1270
+	 * @param int|string $post_id The post ID.
1271
+	 * @param string $size Optional. Thumbnail size. Default: thumbnail.
1272
+	 * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1273
+	 * @param bool|string $file Optional. The file path from which you want to get the image details. Default: false.
1274
+	 * @return bool|object Image details as an object.
1275
+	 */
1276
+	function geodir_get_featured_image($post_id = '', $size = '', $no_image = false, $file = false)
1277
+	{
1278
+
1279
+		/*$img_arr['src'] = get_the_post_thumbnail_url( $post_id,  'medium');//medium/thumbnail
1280 1280
         $img_arr['path'] = '';
1281 1281
         $img_arr['width'] = '';
1282 1282
         $img_arr['height'] = '';
1283 1283
         $img_arr['title'] = '';
1284 1284
         return (object)$img_arr;*/
1285
-        global $wpdb, $plugin_prefix, $post;
1285
+		global $wpdb, $plugin_prefix, $post;
1286 1286
 
1287
-        if (isset($post->ID) && isset($post->post_type) && $post->ID == $post_id) {
1288
-            $post_type = $post->post_type;
1289
-        } else {
1290
-            $post_type = get_post_type($post_id);
1291
-        }
1287
+		if (isset($post->ID) && isset($post->post_type) && $post->ID == $post_id) {
1288
+			$post_type = $post->post_type;
1289
+		} else {
1290
+			$post_type = get_post_type($post_id);
1291
+		}
1292 1292
 
1293
-        if (!in_array($post_type, geodir_get_posttypes())) {
1294
-            return false;// if not a GD CPT return;
1295
-        }
1293
+		if (!in_array($post_type, geodir_get_posttypes())) {
1294
+			return false;// if not a GD CPT return;
1295
+		}
1296 1296
 
1297
-        $table = $plugin_prefix . $post_type . '_detail';
1297
+		$table = $plugin_prefix . $post_type . '_detail';
1298 1298
 
1299
-        if (!$file) {
1300
-            if (isset($post->featured_image)) {
1301
-                $file = $post->featured_image;
1302
-            } else {
1303
-                $file = $wpdb->get_var($wpdb->prepare("SELECT featured_image FROM " . $table . " WHERE post_id = %d", array($post_id)));
1304
-            }
1305
-        }
1299
+		if (!$file) {
1300
+			if (isset($post->featured_image)) {
1301
+				$file = $post->featured_image;
1302
+			} else {
1303
+				$file = $wpdb->get_var($wpdb->prepare("SELECT featured_image FROM " . $table . " WHERE post_id = %d", array($post_id)));
1304
+			}
1305
+		}
1306 1306
 
1307
-        if ($file != NULL && $file != '' && (($uploads = wp_upload_dir()) && false === $uploads['error'])) {
1308
-            $img_arr = array();
1307
+		if ($file != NULL && $file != '' && (($uploads = wp_upload_dir()) && false === $uploads['error'])) {
1308
+			$img_arr = array();
1309 1309
 
1310
-            $file_info = pathinfo($file);
1311
-            $sub_dir = '';
1312
-            if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
1313
-                $sub_dir = stripslashes_deep($file_info['dirname']);
1310
+			$file_info = pathinfo($file);
1311
+			$sub_dir = '';
1312
+			if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
1313
+				$sub_dir = stripslashes_deep($file_info['dirname']);
1314 1314
 
1315
-            $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
1316
-            $uploads_baseurl = $uploads['baseurl'];
1317
-            $uploads_path = $uploads['path'];
1315
+			$uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
1316
+			$uploads_baseurl = $uploads['baseurl'];
1317
+			$uploads_path = $uploads['path'];
1318 1318
 
1319
-            $file_name = $file_info['basename'];
1319
+			$file_name = $file_info['basename'];
1320 1320
 
1321
-            $uploads_url = $uploads_baseurl . $sub_dir;
1322
-            /*
1321
+			$uploads_url = $uploads_baseurl . $sub_dir;
1322
+			/*
1323 1323
              * Allows the filter of image src for such things as CDN change.
1324 1324
              *
1325 1325
              * @since 1.5.7
@@ -1328,158 +1328,158 @@  discard block
 block discarded – undo
1328 1328
              * @param string $uploads_url The server upload directory url.
1329 1329
              * @param string $uploads_baseurl The uploads dir base url.
1330 1330
              */
1331
-            $img_arr['src'] = apply_filters('geodir_get_featured_image_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1332
-            $img_arr['path'] = $uploads_path . '/' . $file_name;
1333
-            $width = 0;
1334
-            $height = 0;
1335
-            if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1336
-                $imagesize = getimagesize($img_arr['path']);
1337
-                $width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1338
-                $height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1339
-            }
1340
-            $img_arr['width'] = $width;
1341
-            $img_arr['height'] = $height;
1342
-            $img_arr['title'] = '';
1343
-        } elseif ($post_images = geodir_get_images($post_id, $size, $no_image, 1)) {
1344
-            foreach ($post_images as $image) {
1345
-                return $image;
1346
-            }
1347
-        } else if ($no_image) {
1348
-            $img_arr = array();
1349
-
1350
-            $default_img = '';
1351
-            if (isset($post->default_category) && $post->default_category) {
1352
-                $default_cat = $post->default_category;
1353
-            } else {
1354
-                $default_cat = geodir_get_post_meta($post_id, 'default_category', true);
1355
-            }
1356
-
1357
-            if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type))
1358
-                $default_img = $default_catimg['src'];
1359
-            elseif ($no_image) {
1360
-                $default_img = get_option('geodir_listing_no_img');
1361
-            }
1362
-
1363
-            if (!empty($default_img)) {
1364
-                $uploads = wp_upload_dir(); // Array of key => value pairs
1365
-                $uploads_baseurl = $uploads['baseurl'];
1366
-                $uploads_path = $uploads['path'];
1367
-
1368
-                $img_arr = array();
1369
-
1370
-                $file_info = pathinfo($default_img);
1371
-
1372
-                $file_name = $file_info['basename'];
1373
-
1374
-                $img_arr['src'] = $default_img;
1375
-                $img_arr['path'] = $uploads_path . '/' . $file_name;
1376
-
1377
-                $width = 0;
1378
-                $height = 0;
1379
-                if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1380
-                    $imagesize = getimagesize($img_arr['path']);
1381
-                    $width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1382
-                    $height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1383
-                }
1384
-                $img_arr['width'] = $width;
1385
-                $img_arr['height'] = $height;
1386
-
1387
-                $img_arr['title'] = ''; // add the title to the array
1388
-            }
1389
-        }
1390
-
1391
-        if (!empty($img_arr))
1392
-            return (object)$img_arr;//return (object)array( 'src' => $file_url, 'path' => $file_path );
1393
-        else
1394
-            return false;
1395
-    }
1331
+			$img_arr['src'] = apply_filters('geodir_get_featured_image_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1332
+			$img_arr['path'] = $uploads_path . '/' . $file_name;
1333
+			$width = 0;
1334
+			$height = 0;
1335
+			if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1336
+				$imagesize = getimagesize($img_arr['path']);
1337
+				$width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1338
+				$height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1339
+			}
1340
+			$img_arr['width'] = $width;
1341
+			$img_arr['height'] = $height;
1342
+			$img_arr['title'] = '';
1343
+		} elseif ($post_images = geodir_get_images($post_id, $size, $no_image, 1)) {
1344
+			foreach ($post_images as $image) {
1345
+				return $image;
1346
+			}
1347
+		} else if ($no_image) {
1348
+			$img_arr = array();
1349
+
1350
+			$default_img = '';
1351
+			if (isset($post->default_category) && $post->default_category) {
1352
+				$default_cat = $post->default_category;
1353
+			} else {
1354
+				$default_cat = geodir_get_post_meta($post_id, 'default_category', true);
1355
+			}
1356
+
1357
+			if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type))
1358
+				$default_img = $default_catimg['src'];
1359
+			elseif ($no_image) {
1360
+				$default_img = get_option('geodir_listing_no_img');
1361
+			}
1362
+
1363
+			if (!empty($default_img)) {
1364
+				$uploads = wp_upload_dir(); // Array of key => value pairs
1365
+				$uploads_baseurl = $uploads['baseurl'];
1366
+				$uploads_path = $uploads['path'];
1367
+
1368
+				$img_arr = array();
1369
+
1370
+				$file_info = pathinfo($default_img);
1371
+
1372
+				$file_name = $file_info['basename'];
1373
+
1374
+				$img_arr['src'] = $default_img;
1375
+				$img_arr['path'] = $uploads_path . '/' . $file_name;
1376
+
1377
+				$width = 0;
1378
+				$height = 0;
1379
+				if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1380
+					$imagesize = getimagesize($img_arr['path']);
1381
+					$width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1382
+					$height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1383
+				}
1384
+				$img_arr['width'] = $width;
1385
+				$img_arr['height'] = $height;
1386
+
1387
+				$img_arr['title'] = ''; // add the title to the array
1388
+			}
1389
+		}
1390
+
1391
+		if (!empty($img_arr))
1392
+			return (object)$img_arr;//return (object)array( 'src' => $file_url, 'path' => $file_path );
1393
+		else
1394
+			return false;
1395
+	}
1396 1396
 }
1397 1397
 
1398 1398
 if (!function_exists('geodir_show_featured_image')) {
1399
-    /**
1400
-     * Gets the post featured image.
1401
-     *
1402
-     * @since 1.0.0
1403
-     * @package GeoDirectory
1404
-     * @param int|string $post_id The post ID.
1405
-     * @param string $size Optional. Thumbnail size. Default: thumbnail.
1406
-     * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1407
-     * @param bool $echo Optional. Do you want to print it instead of returning it? Default: true.
1408
-     * @param bool|string $fimage Optional. The file path from which you want to get the image details. Default: false.
1409
-     * @return bool|string Returns image html.
1410
-     */
1411
-    function geodir_show_featured_image($post_id = '', $size = 'thumbnail', $no_image = false, $echo = true, $fimage = false)
1412
-    {
1413
-        $image = geodir_get_featured_image($post_id, $size, $no_image, $fimage);
1414
-
1415
-        $html = geodir_show_image($image, $size, $no_image, false);
1416
-
1417
-        if (!empty($html) && $echo) {
1418
-            echo $html;
1419
-        } elseif (!empty($html)) {
1420
-            return $html;
1421
-        } else
1422
-            return false;
1423
-    }
1399
+	/**
1400
+	 * Gets the post featured image.
1401
+	 *
1402
+	 * @since 1.0.0
1403
+	 * @package GeoDirectory
1404
+	 * @param int|string $post_id The post ID.
1405
+	 * @param string $size Optional. Thumbnail size. Default: thumbnail.
1406
+	 * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1407
+	 * @param bool $echo Optional. Do you want to print it instead of returning it? Default: true.
1408
+	 * @param bool|string $fimage Optional. The file path from which you want to get the image details. Default: false.
1409
+	 * @return bool|string Returns image html.
1410
+	 */
1411
+	function geodir_show_featured_image($post_id = '', $size = 'thumbnail', $no_image = false, $echo = true, $fimage = false)
1412
+	{
1413
+		$image = geodir_get_featured_image($post_id, $size, $no_image, $fimage);
1414
+
1415
+		$html = geodir_show_image($image, $size, $no_image, false);
1416
+
1417
+		if (!empty($html) && $echo) {
1418
+			echo $html;
1419
+		} elseif (!empty($html)) {
1420
+			return $html;
1421
+		} else
1422
+			return false;
1423
+	}
1424 1424
 }
1425 1425
 
1426 1426
 if (!function_exists('geodir_get_images')) {
1427
-    /**
1428
-     * Gets the post images.
1429
-     *
1430
-     * @since 1.0.0
1431
-     * @package GeoDirectory
1432
-     * @global object $wpdb WordPress Database object.
1433
-     * @param int $post_id The post ID.
1434
-     * @param string $img_size Optional. Thumbnail size.
1435
-     * @param bool $no_images Optional. Do you want to return the default image when no image is available? Default: false.
1436
-     * @param bool $add_featured Optional. Do you want to include featured images too? Default: true.
1437
-     * @param int|string $limit Optional. Number of images.
1438
-     * @return array|bool Returns images as an array. Each item is an object.
1439
-     */
1440
-    function geodir_get_images($post_id = 0, $img_size = '', $no_images = false, $add_featured = true, $limit = '')
1441
-    {
1442
-        global $wpdb;
1443
-        if ($limit) {
1444
-            $limit_q = " LIMIT $limit ";
1445
-        } else {
1446
-            $limit_q = '';
1447
-        }
1448
-        $not_featured = '';
1449
-        $sub_dir = '';
1450
-        if (!$add_featured)
1451
-            $not_featured = " AND is_featured = 0 ";
1452
-
1453
-        $arrImages = $wpdb->get_results(
1454
-            $wpdb->prepare(
1455
-                "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d" . $not_featured . " ORDER BY menu_order ASC, ID DESC $limit_q ",
1456
-                array('%image%', $post_id)
1457
-            )
1458
-        );
1459
-
1460
-        $counter = 0;
1461
-        $return_arr = array();
1462
-
1463
-        if (!empty($arrImages)) {
1464
-            foreach ($arrImages as $attechment) {
1465
-
1466
-                $img_arr = array();
1467
-                $img_arr['id'] = $attechment->ID;
1468
-                $img_arr['user_id'] = isset($attechment->user_id) ? $attechment->user_id : 0;
1469
-
1470
-                $file_info = pathinfo($attechment->file);
1471
-
1472
-                if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
1473
-                    $sub_dir = stripslashes_deep($file_info['dirname']);
1474
-
1475
-                $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
1476
-                $uploads_baseurl = $uploads['baseurl'];
1477
-                $uploads_path = $uploads['path'];
1478
-
1479
-                $file_name = $file_info['basename'];
1480
-
1481
-                $uploads_url = $uploads_baseurl . $sub_dir;
1482
-                /*
1427
+	/**
1428
+	 * Gets the post images.
1429
+	 *
1430
+	 * @since 1.0.0
1431
+	 * @package GeoDirectory
1432
+	 * @global object $wpdb WordPress Database object.
1433
+	 * @param int $post_id The post ID.
1434
+	 * @param string $img_size Optional. Thumbnail size.
1435
+	 * @param bool $no_images Optional. Do you want to return the default image when no image is available? Default: false.
1436
+	 * @param bool $add_featured Optional. Do you want to include featured images too? Default: true.
1437
+	 * @param int|string $limit Optional. Number of images.
1438
+	 * @return array|bool Returns images as an array. Each item is an object.
1439
+	 */
1440
+	function geodir_get_images($post_id = 0, $img_size = '', $no_images = false, $add_featured = true, $limit = '')
1441
+	{
1442
+		global $wpdb;
1443
+		if ($limit) {
1444
+			$limit_q = " LIMIT $limit ";
1445
+		} else {
1446
+			$limit_q = '';
1447
+		}
1448
+		$not_featured = '';
1449
+		$sub_dir = '';
1450
+		if (!$add_featured)
1451
+			$not_featured = " AND is_featured = 0 ";
1452
+
1453
+		$arrImages = $wpdb->get_results(
1454
+			$wpdb->prepare(
1455
+				"SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d" . $not_featured . " ORDER BY menu_order ASC, ID DESC $limit_q ",
1456
+				array('%image%', $post_id)
1457
+			)
1458
+		);
1459
+
1460
+		$counter = 0;
1461
+		$return_arr = array();
1462
+
1463
+		if (!empty($arrImages)) {
1464
+			foreach ($arrImages as $attechment) {
1465
+
1466
+				$img_arr = array();
1467
+				$img_arr['id'] = $attechment->ID;
1468
+				$img_arr['user_id'] = isset($attechment->user_id) ? $attechment->user_id : 0;
1469
+
1470
+				$file_info = pathinfo($attechment->file);
1471
+
1472
+				if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
1473
+					$sub_dir = stripslashes_deep($file_info['dirname']);
1474
+
1475
+				$uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
1476
+				$uploads_baseurl = $uploads['baseurl'];
1477
+				$uploads_path = $uploads['path'];
1478
+
1479
+				$file_name = $file_info['basename'];
1480
+
1481
+				$uploads_url = $uploads_baseurl . $sub_dir;
1482
+				/*
1483 1483
                 * Allows the filter of image src for such things as CDN change.
1484 1484
                 *
1485 1485
                 * @since 1.5.7
@@ -1488,517 +1488,517 @@  discard block
 block discarded – undo
1488 1488
                 * @param string $uploads_url The server upload directory url.
1489 1489
                 * @param string $uploads_baseurl The uploads dir base url.
1490 1490
                 */
1491
-                $img_arr['src'] = apply_filters('geodir_get_images_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1492
-                $img_arr['path'] = $uploads_path . '/' . $file_name;
1493
-                $width = 0;
1494
-                $height = 0;
1495
-                if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1496
-                    $imagesize = getimagesize($img_arr['path']);
1497
-                    $width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1498
-                    $height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1499
-                }
1500
-                $img_arr['width'] = $width;
1501
-                $img_arr['height'] = $height;
1502
-
1503
-                $img_arr['file'] = $file_name; // add the title to the array
1504
-                $img_arr['title'] = $attechment->title; // add the title to the array
1505
-                $img_arr['caption'] = isset($attechment->caption) ? $attechment->caption : ''; // add the caption to the array
1506
-                $img_arr['content'] = $attechment->content; // add the description to the array
1507
-                $img_arr['is_approved'] = isset($attechment->is_approved) ? $attechment->is_approved : ''; // used for user image moderation. For backward compatibility Default value is 1.
1508
-
1509
-                $return_arr[] = (object)$img_arr;
1510
-
1511
-                $counter++;
1512
-            }
1513
-            return (object)$return_arr;
1514
-        } else if ($no_images) {
1515
-            $default_img = '';
1516
-            $default_cat = geodir_get_post_meta($post_id, 'default_category', true);
1517
-            $post_type = get_post_type($post_id);
1518
-            if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type))
1519
-                $default_img = $default_catimg['src'];
1520
-            elseif ($no_images) {
1521
-                $default_img = get_option('geodir_listing_no_img');
1522
-            }
1523
-
1524
-            if (!empty($default_img)) {
1525
-                $uploads = wp_upload_dir(); // Array of key => value pairs
1491
+				$img_arr['src'] = apply_filters('geodir_get_images_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1492
+				$img_arr['path'] = $uploads_path . '/' . $file_name;
1493
+				$width = 0;
1494
+				$height = 0;
1495
+				if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1496
+					$imagesize = getimagesize($img_arr['path']);
1497
+					$width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1498
+					$height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1499
+				}
1500
+				$img_arr['width'] = $width;
1501
+				$img_arr['height'] = $height;
1502
+
1503
+				$img_arr['file'] = $file_name; // add the title to the array
1504
+				$img_arr['title'] = $attechment->title; // add the title to the array
1505
+				$img_arr['caption'] = isset($attechment->caption) ? $attechment->caption : ''; // add the caption to the array
1506
+				$img_arr['content'] = $attechment->content; // add the description to the array
1507
+				$img_arr['is_approved'] = isset($attechment->is_approved) ? $attechment->is_approved : ''; // used for user image moderation. For backward compatibility Default value is 1.
1508
+
1509
+				$return_arr[] = (object)$img_arr;
1510
+
1511
+				$counter++;
1512
+			}
1513
+			return (object)$return_arr;
1514
+		} else if ($no_images) {
1515
+			$default_img = '';
1516
+			$default_cat = geodir_get_post_meta($post_id, 'default_category', true);
1517
+			$post_type = get_post_type($post_id);
1518
+			if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type))
1519
+				$default_img = $default_catimg['src'];
1520
+			elseif ($no_images) {
1521
+				$default_img = get_option('geodir_listing_no_img');
1522
+			}
1523
+
1524
+			if (!empty($default_img)) {
1525
+				$uploads = wp_upload_dir(); // Array of key => value pairs
1526 1526
                 
1527
-                $image_path = $default_img;
1528
-                if (!path_is_absolute($image_path)) {
1529
-                    $image_path = str_replace($uploads['baseurl'], $uploads['basedir'], $image_path);
1530
-                }
1531
-
1532
-                $file_info = pathinfo($default_img);
1533
-                $file_name = $file_info['basename'];
1534
-
1535
-                $width = '';
1536
-                $height = '';
1537
-                if (is_file($image_path) && file_exists($image_path)) {
1538
-                    $imagesize = getimagesize($image_path);
1539
-                    $width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1540
-                    $height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1541
-                }
1527
+				$image_path = $default_img;
1528
+				if (!path_is_absolute($image_path)) {
1529
+					$image_path = str_replace($uploads['baseurl'], $uploads['basedir'], $image_path);
1530
+				}
1531
+
1532
+				$file_info = pathinfo($default_img);
1533
+				$file_name = $file_info['basename'];
1534
+
1535
+				$width = '';
1536
+				$height = '';
1537
+				if (is_file($image_path) && file_exists($image_path)) {
1538
+					$imagesize = getimagesize($image_path);
1539
+					$width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1540
+					$height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1541
+				}
1542 1542
                 
1543
-                $img_arr = array();
1544
-                $img_arr['src'] = $default_img;
1545
-                $img_arr['path'] = $image_path;
1546
-                $img_arr['width'] = $width;
1547
-                $img_arr['height'] = $height;
1548
-                $img_arr['file'] = $file_name; // add the title to the array
1549
-                $img_arr['title'] = $file_info['filename']; // add the title to the array
1550
-                $img_arr['content'] = $file_info['filename']; // add the description to the array
1551
-
1552
-                $return_arr[] = (object)$img_arr;
1553
-
1554
-                return $return_arr;
1555
-            } else
1556
-                return false;
1557
-        }
1558
-    }
1543
+				$img_arr = array();
1544
+				$img_arr['src'] = $default_img;
1545
+				$img_arr['path'] = $image_path;
1546
+				$img_arr['width'] = $width;
1547
+				$img_arr['height'] = $height;
1548
+				$img_arr['file'] = $file_name; // add the title to the array
1549
+				$img_arr['title'] = $file_info['filename']; // add the title to the array
1550
+				$img_arr['content'] = $file_info['filename']; // add the description to the array
1551
+
1552
+				$return_arr[] = (object)$img_arr;
1553
+
1554
+				return $return_arr;
1555
+			} else
1556
+				return false;
1557
+		}
1558
+	}
1559 1559
 }
1560 1560
 
1561 1561
 if (!function_exists('geodir_show_image')) {
1562
-    /**
1563
-     * Show image using image details.
1564
-     *
1565
-     * @since 1.0.0
1566
-     * @package GeoDirectory
1567
-     * @param array|object $request Image info either as an array or object.
1568
-     * @param string $size Optional. Thumbnail size. Default: thumbnail.
1569
-     * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1570
-     * @param bool $echo Optional. Do you want to print it instead of returning it? Default: true.
1571
-     * @return bool|string Returns image html.
1572
-     */
1573
-    function geodir_show_image($request = array(), $size = 'thumbnail', $no_image = false, $echo = true)
1574
-    {
1575
-        $image = new stdClass();
1576
-
1577
-        $html = '';
1578
-        if (!empty($request)) {
1579
-            if (!is_object($request)){
1580
-                $request = (object)$request;
1581
-            }
1582
-
1583
-            if (isset($request->src) && !isset($request->path)) {
1584
-                $request->path = $request->src;
1585
-            }
1586
-
1587
-            /*
1562
+	/**
1563
+	 * Show image using image details.
1564
+	 *
1565
+	 * @since 1.0.0
1566
+	 * @package GeoDirectory
1567
+	 * @param array|object $request Image info either as an array or object.
1568
+	 * @param string $size Optional. Thumbnail size. Default: thumbnail.
1569
+	 * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1570
+	 * @param bool $echo Optional. Do you want to print it instead of returning it? Default: true.
1571
+	 * @return bool|string Returns image html.
1572
+	 */
1573
+	function geodir_show_image($request = array(), $size = 'thumbnail', $no_image = false, $echo = true)
1574
+	{
1575
+		$image = new stdClass();
1576
+
1577
+		$html = '';
1578
+		if (!empty($request)) {
1579
+			if (!is_object($request)){
1580
+				$request = (object)$request;
1581
+			}
1582
+
1583
+			if (isset($request->src) && !isset($request->path)) {
1584
+				$request->path = $request->src;
1585
+			}
1586
+
1587
+			/*
1588 1588
              * getimagesize() works faster from path than url so we try and get path if we can.
1589 1589
              */
1590
-            $upload_dir = wp_upload_dir();
1591
-            $img_no_http = str_replace(array("http://", "https://"), "", $request->path);
1592
-            $upload_no_http = str_replace(array("http://", "https://"), "", $upload_dir['baseurl']);
1593
-            if (strpos($img_no_http, $upload_no_http) !== false) {
1594
-                $request->path = str_replace( $img_no_http,$upload_dir['basedir'], $request->path);
1595
-            }
1590
+			$upload_dir = wp_upload_dir();
1591
+			$img_no_http = str_replace(array("http://", "https://"), "", $request->path);
1592
+			$upload_no_http = str_replace(array("http://", "https://"), "", $upload_dir['baseurl']);
1593
+			if (strpos($img_no_http, $upload_no_http) !== false) {
1594
+				$request->path = str_replace( $img_no_http,$upload_dir['basedir'], $request->path);
1595
+			}
1596 1596
             
1597
-            $width = 0;
1598
-            $height = 0;
1599
-            if (is_file($request->path) && file_exists($request->path)) {
1600
-                $imagesize = getimagesize($request->path);
1601
-                $width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1602
-                $height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1603
-            }
1604
-
1605
-            $image->src = $request->src;
1606
-            $image->width = $width;
1607
-            $image->height = $height;
1608
-
1609
-            $max_size = (object)geodir_get_imagesize($size);
1610
-
1611
-            if (!is_wp_error($max_size)) {
1612
-                if ($image->width) {
1613
-                    if ($image->height >= $image->width) {
1614
-                        $width_per = round(((($image->width * ($max_size->h / $image->height)) / $max_size->w) * 100), 2);
1615
-                    } else if ($image->width < ($max_size->h)) {
1616
-                        $width_per = round((($image->width / $max_size->w) * 100), 2);
1617
-                    } else
1618
-                        $width_per = 100;
1619
-                }
1620
-
1621
-                if (is_admin() && !isset($_REQUEST['geodir_ajax'])){
1622
-                    $html = '<div class="geodir_thumbnail"><img style="max-height:' . $max_size->h . 'px;" alt="place image" src="' . $image->src . '"  /></div>';
1623
-                } else {
1624
-                    if($size=='widget-thumb' || !get_option('geodir_lazy_load',1)){
1625
-                        $html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1626
-                    }else{
1627
-                        //$html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1628
-                        //$html = '<div data-src="'.$image->src.'" class="geodir_thumbnail" ></div>';
1629
-                        $html = '<div data-src="'.str_replace(' ','%20',$image->src).'" class="geodir_thumbnail geodir_lazy_load_thumbnail" ></div>';
1630
-
1631
-                    }
1632
-
1633
-                }
1634
-            }
1635
-        }
1636
-
1637
-        if (!empty($html) && $echo) {
1638
-            echo $html;
1639
-        } elseif (!empty($html)) {
1640
-            return $html;
1641
-        } else
1642
-            return false;
1643
-    }
1644
-}
1597
+			$width = 0;
1598
+			$height = 0;
1599
+			if (is_file($request->path) && file_exists($request->path)) {
1600
+				$imagesize = getimagesize($request->path);
1601
+				$width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1602
+				$height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1603
+			}
1645 1604
 
1646
-if (!function_exists('geodir_set_post_terms')) {
1647
-    /**
1648
-     * Set post Categories.
1649
-     *
1650
-     * @since 1.0.0
1651
-     * @package GeoDirectory
1652
-     * @global object $wpdb WordPress Database object.
1653
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
1654
-     * @param int $post_id The post ID.
1655
-     * @param array $terms An array of term objects.
1656
-     * @param array $tt_ids An array of term taxonomy IDs.
1657
-     * @param string $taxonomy Taxonomy slug.
1658
-     */
1659
-    function geodir_set_post_terms($post_id, $terms, $tt_ids, $taxonomy)
1660
-    {
1661
-        global $wpdb, $plugin_prefix;
1605
+			$image->src = $request->src;
1606
+			$image->width = $width;
1607
+			$image->height = $height;
1608
+
1609
+			$max_size = (object)geodir_get_imagesize($size);
1662 1610
 
1663
-        $post_type = get_post_type($post_id);
1611
+			if (!is_wp_error($max_size)) {
1612
+				if ($image->width) {
1613
+					if ($image->height >= $image->width) {
1614
+						$width_per = round(((($image->width * ($max_size->h / $image->height)) / $max_size->w) * 100), 2);
1615
+					} else if ($image->width < ($max_size->h)) {
1616
+						$width_per = round((($image->width / $max_size->w) * 100), 2);
1617
+					} else
1618
+						$width_per = 100;
1619
+				}
1620
+
1621
+				if (is_admin() && !isset($_REQUEST['geodir_ajax'])){
1622
+					$html = '<div class="geodir_thumbnail"><img style="max-height:' . $max_size->h . 'px;" alt="place image" src="' . $image->src . '"  /></div>';
1623
+				} else {
1624
+					if($size=='widget-thumb' || !get_option('geodir_lazy_load',1)){
1625
+						$html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1626
+					}else{
1627
+						//$html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1628
+						//$html = '<div data-src="'.$image->src.'" class="geodir_thumbnail" ></div>';
1629
+						$html = '<div data-src="'.str_replace(' ','%20',$image->src).'" class="geodir_thumbnail geodir_lazy_load_thumbnail" ></div>';
1664 1630
 
1665
-        $table = $plugin_prefix . $post_type . '_detail';
1631
+					}
1666 1632
 
1667
-        if (in_array($post_type, geodir_get_posttypes()) && !wp_is_post_revision($post_id)) {
1633
+				}
1634
+			}
1635
+		}
1636
+
1637
+		if (!empty($html) && $echo) {
1638
+			echo $html;
1639
+		} elseif (!empty($html)) {
1640
+			return $html;
1641
+		} else
1642
+			return false;
1643
+	}
1644
+}
1668 1645
 
1669
-            if ($taxonomy == $post_type . '_tags') {
1670
-                if (isset($_POST['action']) && $_POST['action'] == 'inline-save') {
1671
-                    geodir_save_post_meta($post_id, 'post_tags', $terms);
1672
-                }
1673
-            } elseif ($taxonomy == $post_type . 'category') {
1674
-                $srcharr = array('"', '\\');
1675
-                $replarr = array("&quot;", '');
1646
+if (!function_exists('geodir_set_post_terms')) {
1647
+	/**
1648
+	 * Set post Categories.
1649
+	 *
1650
+	 * @since 1.0.0
1651
+	 * @package GeoDirectory
1652
+	 * @global object $wpdb WordPress Database object.
1653
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
1654
+	 * @param int $post_id The post ID.
1655
+	 * @param array $terms An array of term objects.
1656
+	 * @param array $tt_ids An array of term taxonomy IDs.
1657
+	 * @param string $taxonomy Taxonomy slug.
1658
+	 */
1659
+	function geodir_set_post_terms($post_id, $terms, $tt_ids, $taxonomy)
1660
+	{
1661
+		global $wpdb, $plugin_prefix;
1662
+
1663
+		$post_type = get_post_type($post_id);
1664
+
1665
+		$table = $plugin_prefix . $post_type . '_detail';
1666
+
1667
+		if (in_array($post_type, geodir_get_posttypes()) && !wp_is_post_revision($post_id)) {
1668
+
1669
+			if ($taxonomy == $post_type . '_tags') {
1670
+				if (isset($_POST['action']) && $_POST['action'] == 'inline-save') {
1671
+					geodir_save_post_meta($post_id, 'post_tags', $terms);
1672
+				}
1673
+			} elseif ($taxonomy == $post_type . 'category') {
1674
+				$srcharr = array('"', '\\');
1675
+				$replarr = array("&quot;", '');
1676 1676
 
1677
-                $post_obj = get_post($post_id);
1677
+				$post_obj = get_post($post_id);
1678 1678
 
1679
-                $cat_ids = array('0');
1680
-                if (is_array($tt_ids))
1681
-                    $cat_ids = $tt_ids;
1679
+				$cat_ids = array('0');
1680
+				if (is_array($tt_ids))
1681
+					$cat_ids = $tt_ids;
1682 1682
 
1683 1683
 
1684
-                if (!empty($cat_ids)) {
1685
-                    $cat_ids_array = $cat_ids;
1686
-                    $cat_ids_length = count($cat_ids_array);
1687
-                    $cat_ids_format = array_fill(0, $cat_ids_length, '%d');
1688
-                    $format = implode(',', $cat_ids_format);
1684
+				if (!empty($cat_ids)) {
1685
+					$cat_ids_array = $cat_ids;
1686
+					$cat_ids_length = count($cat_ids_array);
1687
+					$cat_ids_format = array_fill(0, $cat_ids_length, '%d');
1688
+					$format = implode(',', $cat_ids_format);
1689 1689
 
1690
-                    $cat_ids_array_del = $cat_ids_array;
1691
-                    $cat_ids_array_del[] = $post_id;
1690
+					$cat_ids_array_del = $cat_ids_array;
1691
+					$cat_ids_array_del[] = $post_id;
1692 1692
 
1693
-                    $wpdb->get_var(
1694
-                        $wpdb->prepare(
1695
-                            "DELETE from " . GEODIR_ICON_TABLE . " WHERE cat_id NOT IN ($format) AND post_id = %d ",
1696
-                            $cat_ids_array_del
1697
-                        )
1698
-                    );
1693
+					$wpdb->get_var(
1694
+						$wpdb->prepare(
1695
+							"DELETE from " . GEODIR_ICON_TABLE . " WHERE cat_id NOT IN ($format) AND post_id = %d ",
1696
+							$cat_ids_array_del
1697
+						)
1698
+					);
1699 1699
 
1700 1700
 
1701
-                    $post_term = $wpdb->get_col(
1702
-                        $wpdb->prepare(
1703
-                            "SELECT term_id FROM " . $wpdb->term_taxonomy . " WHERE term_taxonomy_id IN($format) GROUP BY term_id",
1704
-                            $cat_ids_array
1705
-                        )
1706
-                    );
1701
+					$post_term = $wpdb->get_col(
1702
+						$wpdb->prepare(
1703
+							"SELECT term_id FROM " . $wpdb->term_taxonomy . " WHERE term_taxonomy_id IN($format) GROUP BY term_id",
1704
+							$cat_ids_array
1705
+						)
1706
+					);
1707 1707
 
1708
-                }
1708
+				}
1709 1709
 
1710
-                $post_marker_json = '';
1710
+				$post_marker_json = '';
1711 1711
 
1712
-                if (!empty($post_term)):
1712
+				if (!empty($post_term)):
1713 1713
 
1714
-                    foreach ($post_term as $cat_id):
1714
+					foreach ($post_term as $cat_id):
1715 1715
 
1716
-                        $term_icon_url = get_tax_meta($cat_id, 'ct_cat_icon', false, $post_type);
1717
-                        $term_icon = isset($term_icon_url['src']) ? $term_icon_url['src'] : '';
1716
+						$term_icon_url = get_tax_meta($cat_id, 'ct_cat_icon', false, $post_type);
1717
+						$term_icon = isset($term_icon_url['src']) ? $term_icon_url['src'] : '';
1718 1718
 
1719
-                        $post_title = $post_obj->title;
1720
-                        $title = str_replace($srcharr, $replarr, $post_title);
1719
+						$post_title = $post_obj->title;
1720
+						$title = str_replace($srcharr, $replarr, $post_title);
1721 1721
 
1722
-                        $lat = geodir_get_post_meta($post_id, 'post_latitude', true);
1723
-                        $lng = geodir_get_post_meta($post_id, 'post_longitude', true);
1722
+						$lat = geodir_get_post_meta($post_id, 'post_latitude', true);
1723
+						$lng = geodir_get_post_meta($post_id, 'post_longitude', true);
1724 1724
 
1725
-                        $timing = ' - ' . date('D M j, Y', strtotime(geodir_get_post_meta($post_id, 'st_date', true)));
1726
-                        $timing .= ' - ' . geodir_get_post_meta($post_id, 'st_time', true);
1725
+						$timing = ' - ' . date('D M j, Y', strtotime(geodir_get_post_meta($post_id, 'st_date', true)));
1726
+						$timing .= ' - ' . geodir_get_post_meta($post_id, 'st_time', true);
1727 1727
 
1728
-                        $json = '{';
1729
-                        $json .= '"id":"' . $post_id . '",';
1730
-                        $json .= '"lat_pos": "' . $lat . '",';
1731
-                        $json .= '"long_pos": "' . $lng . '",';
1732
-                        $json .= '"marker_id":"' . $post_id . '_' . $cat_id . '",';
1733
-                        $json .= '"icon":"' . $term_icon . '",';
1734
-                        $json .= '"group":"catgroup' . $cat_id . '"';
1735
-                        $json .= '}';
1728
+						$json = '{';
1729
+						$json .= '"id":"' . $post_id . '",';
1730
+						$json .= '"lat_pos": "' . $lat . '",';
1731
+						$json .= '"long_pos": "' . $lng . '",';
1732
+						$json .= '"marker_id":"' . $post_id . '_' . $cat_id . '",';
1733
+						$json .= '"icon":"' . $term_icon . '",';
1734
+						$json .= '"group":"catgroup' . $cat_id . '"';
1735
+						$json .= '}';
1736 1736
 
1737 1737
 
1738
-                        if ($cat_id == geodir_get_post_meta($post_id, 'default_category', true))
1739
-                            $post_marker_json = $json;
1738
+						if ($cat_id == geodir_get_post_meta($post_id, 'default_category', true))
1739
+							$post_marker_json = $json;
1740 1740
 
1741 1741
 
1742
-                        if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . GEODIR_ICON_TABLE . " WHERE post_id = %d AND cat_id = %d", array($post_id, $cat_id)))) {
1742
+						if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . GEODIR_ICON_TABLE . " WHERE post_id = %d AND cat_id = %d", array($post_id, $cat_id)))) {
1743 1743
 
1744
-                            $json_query = $wpdb->prepare("UPDATE " . GEODIR_ICON_TABLE . " SET
1744
+							$json_query = $wpdb->prepare("UPDATE " . GEODIR_ICON_TABLE . " SET
1745 1745
 										post_title = %s,
1746 1746
 										json = %s
1747 1747
 										WHERE post_id = %d AND cat_id = %d ",
1748
-                                array($post_title, $json, $post_id, $cat_id));
1748
+								array($post_title, $json, $post_id, $cat_id));
1749 1749
 
1750
-                        } else {
1750
+						} else {
1751 1751
 
1752
-                            $json_query = $wpdb->prepare("INSERT INTO " . GEODIR_ICON_TABLE . " SET
1752
+							$json_query = $wpdb->prepare("INSERT INTO " . GEODIR_ICON_TABLE . " SET
1753 1753
 										post_id = %d,
1754 1754
 										post_title = %s,
1755 1755
 										cat_id = %d,
1756 1756
 										json = %s",
1757
-                                array($post_id, $post_title, $cat_id, $json));
1757
+								array($post_id, $post_title, $cat_id, $json));
1758 1758
 
1759
-                        }
1759
+						}
1760 1760
 
1761
-                        $wpdb->query($json_query);
1761
+						$wpdb->query($json_query);
1762 1762
 
1763
-                    endforeach;
1763
+					endforeach;
1764 1764
 
1765
-                endif;
1765
+				endif;
1766 1766
 
1767
-                if (!empty($post_term) && is_array($post_term)) {
1768
-                    $categories = implode(',', $post_term);
1767
+				if (!empty($post_term) && is_array($post_term)) {
1768
+					$categories = implode(',', $post_term);
1769 1769
 
1770
-                    if ($categories != '' && $categories != 0) $categories = ',' . $categories . ',';
1770
+					if ($categories != '' && $categories != 0) $categories = ',' . $categories . ',';
1771 1771
 
1772
-                    if (empty($post_marker_json))
1773
-                        $post_marker_json = isset($json) ? $json : '';
1772
+					if (empty($post_marker_json))
1773
+						$post_marker_json = isset($json) ? $json : '';
1774 1774
 
1775
-                    if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
1775
+					if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
1776 1776
 
1777
-                        $wpdb->query(
1778
-                            $wpdb->prepare(
1779
-                                "UPDATE " . $table . " SET
1777
+						$wpdb->query(
1778
+							$wpdb->prepare(
1779
+								"UPDATE " . $table . " SET
1780 1780
 								" . $taxonomy . " = %s,
1781 1781
 								marker_json = %s
1782 1782
 								where post_id = %d",
1783
-                                array($categories, $post_marker_json, $post_id)
1784
-                            )
1785
-                        );
1783
+								array($categories, $post_marker_json, $post_id)
1784
+							)
1785
+						);
1786 1786
 
1787
-                        if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'inline-save') {
1787
+						if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'inline-save') {
1788 1788
 
1789
-                            $categories = trim($categories, ',');
1789
+							$categories = trim($categories, ',');
1790 1790
 
1791
-                            if ($categories) {
1791
+							if ($categories) {
1792 1792
 
1793
-                                $categories = explode(',', $categories);
1793
+								$categories = explode(',', $categories);
1794 1794
 
1795
-                                $default_category = geodir_get_post_meta($post_id, 'default_category', true);
1795
+								$default_category = geodir_get_post_meta($post_id, 'default_category', true);
1796 1796
 
1797
-                                if (!in_array($default_category, $categories)) {
1797
+								if (!in_array($default_category, $categories)) {
1798 1798
 
1799
-                                    $wpdb->query(
1800
-                                        $wpdb->prepare(
1801
-                                            "UPDATE " . $table . " SET
1799
+									$wpdb->query(
1800
+										$wpdb->prepare(
1801
+											"UPDATE " . $table . " SET
1802 1802
 											default_category = %s
1803 1803
 											where post_id = %d",
1804
-                                            array($categories[0], $post_id)
1805
-                                        )
1806
-                                    );
1804
+											array($categories[0], $post_id)
1805
+										)
1806
+									);
1807 1807
 
1808
-                                    $default_category = $categories[0];
1808
+									$default_category = $categories[0];
1809 1809
 
1810
-                                }
1810
+								}
1811 1811
 
1812
-                                if ($default_category == '')
1813
-                                    $default_category = $categories[0];
1812
+								if ($default_category == '')
1813
+									$default_category = $categories[0];
1814 1814
 
1815
-                                geodir_set_postcat_structure($post_id, $taxonomy, $default_category, '');
1815
+								geodir_set_postcat_structure($post_id, $taxonomy, $default_category, '');
1816 1816
 
1817
-                            }
1817
+							}
1818 1818
 
1819
-                        }
1819
+						}
1820 1820
 
1821 1821
 
1822
-                    } else {
1822
+					} else {
1823 1823
 
1824
-                        $wpdb->query(
1825
-                            $wpdb->prepare(
1826
-                                "INSERT INTO " . $table . " SET
1824
+						$wpdb->query(
1825
+							$wpdb->prepare(
1826
+								"INSERT INTO " . $table . " SET
1827 1827
 								post_id = %d,
1828 1828
 								" . $taxonomy . " = %s,
1829 1829
 								marker_json = %s ",
1830 1830
 
1831
-                                array($post_id, $categories, $post_marker_json)
1832
-                            )
1833
-                        );
1834
-                    }
1835
-                }
1836
-            }
1837
-        }
1838
-    }
1831
+								array($post_id, $categories, $post_marker_json)
1832
+							)
1833
+						);
1834
+					}
1835
+				}
1836
+			}
1837
+		}
1838
+	}
1839 1839
 }
1840 1840
 
1841 1841
 if (!function_exists('geodir_get_infowindow_html')) {
1842
-    /**
1843
-     * Set post Map Marker info html.
1844
-     *
1845
-     * @since 1.0.0
1846
-     * @since 1.5.4 Modified to add new action "geodir_infowindow_meta_before".
1847
-     * @package GeoDirectory
1848
-     * @global array $geodir_addon_list List of active GeoDirectory extensions.
1849
-     * @global object $gd_session GeoDirectory Session object.
1850
-     * @param object $postinfo_obj The post details object.
1851
-     * @param string $post_preview Is this a post preview?.
1852
-     * @return mixed|string|void
1853
-     */
1854
-    function geodir_get_infowindow_html($postinfo_obj, $post_preview = '')
1855
-    {
1856
-        global $preview, $gd_session;
1857
-        $srcharr = array("'", "/", "-", '"', '\\');
1858
-        $replarr = array("&prime;", "&frasl;", "&ndash;", "&ldquo;", '');
1859
-
1860
-        if ($gd_session->get('listing') && isset($post_preview) && $post_preview != '') {
1861
-            $ID = '';
1862
-            $plink = '';
1863
-
1864
-            if (isset($postinfo_obj->pid)) {
1865
-                $ID = $postinfo_obj->pid;
1866
-                $plink = get_permalink($ID);
1867
-            }
1868
-
1869
-            $title = str_replace($srcharr, $replarr, ($postinfo_obj->post_title));
1870
-            $lat = $postinfo_obj->post_latitude;
1871
-            $lng = $postinfo_obj->post_longitude;
1872
-        } else {
1873
-            $ID = $postinfo_obj->post_id;
1874
-            $title = str_replace($srcharr, $replarr, htmlentities($postinfo_obj->post_title, ENT_COMPAT, 'UTF-8')); // fix by Stiofan
1875
-            $title = wp_specialchars_decode($title); // Fixed #post-320722 on 2016-12-08
1876
-            $plink = get_permalink($ID);
1877
-            $lat = htmlentities(geodir_get_post_meta($ID, 'post_latitude', true));
1878
-            $lng = htmlentities(geodir_get_post_meta($ID, 'post_longitude', true));
1879
-        }
1880
-
1881
-        // filter field as per price package
1882
-        global $geodir_addon_list;
1883
-        if (isset($geodir_addon_list['geodir_payment_manager']) && $geodir_addon_list['geodir_payment_manager'] == 'yes') {
1884
-            $post_type = get_post_type($ID);
1885
-            $package_id = isset($postinfo_obj->package_id) && $postinfo_obj->package_id ? $postinfo_obj->package_id : NULL;
1886
-            $field_name = 'geodir_contact';
1887
-            if (!check_field_visibility($package_id, $field_name, $post_type)) {
1888
-                $contact = '';
1889
-            }
1890
-
1891
-            $field_name = 'geodir_timing';
1892
-            if (!check_field_visibility($package_id, $field_name, $post_type)) {
1893
-                $timing = '';
1894
-            }
1895
-        }
1896
-
1897
-        if ($lat && $lng) {
1898
-            ob_start(); ?>
1842
+	/**
1843
+	 * Set post Map Marker info html.
1844
+	 *
1845
+	 * @since 1.0.0
1846
+	 * @since 1.5.4 Modified to add new action "geodir_infowindow_meta_before".
1847
+	 * @package GeoDirectory
1848
+	 * @global array $geodir_addon_list List of active GeoDirectory extensions.
1849
+	 * @global object $gd_session GeoDirectory Session object.
1850
+	 * @param object $postinfo_obj The post details object.
1851
+	 * @param string $post_preview Is this a post preview?.
1852
+	 * @return mixed|string|void
1853
+	 */
1854
+	function geodir_get_infowindow_html($postinfo_obj, $post_preview = '')
1855
+	{
1856
+		global $preview, $gd_session;
1857
+		$srcharr = array("'", "/", "-", '"', '\\');
1858
+		$replarr = array("&prime;", "&frasl;", "&ndash;", "&ldquo;", '');
1859
+
1860
+		if ($gd_session->get('listing') && isset($post_preview) && $post_preview != '') {
1861
+			$ID = '';
1862
+			$plink = '';
1863
+
1864
+			if (isset($postinfo_obj->pid)) {
1865
+				$ID = $postinfo_obj->pid;
1866
+				$plink = get_permalink($ID);
1867
+			}
1868
+
1869
+			$title = str_replace($srcharr, $replarr, ($postinfo_obj->post_title));
1870
+			$lat = $postinfo_obj->post_latitude;
1871
+			$lng = $postinfo_obj->post_longitude;
1872
+		} else {
1873
+			$ID = $postinfo_obj->post_id;
1874
+			$title = str_replace($srcharr, $replarr, htmlentities($postinfo_obj->post_title, ENT_COMPAT, 'UTF-8')); // fix by Stiofan
1875
+			$title = wp_specialchars_decode($title); // Fixed #post-320722 on 2016-12-08
1876
+			$plink = get_permalink($ID);
1877
+			$lat = htmlentities(geodir_get_post_meta($ID, 'post_latitude', true));
1878
+			$lng = htmlentities(geodir_get_post_meta($ID, 'post_longitude', true));
1879
+		}
1880
+
1881
+		// filter field as per price package
1882
+		global $geodir_addon_list;
1883
+		if (isset($geodir_addon_list['geodir_payment_manager']) && $geodir_addon_list['geodir_payment_manager'] == 'yes') {
1884
+			$post_type = get_post_type($ID);
1885
+			$package_id = isset($postinfo_obj->package_id) && $postinfo_obj->package_id ? $postinfo_obj->package_id : NULL;
1886
+			$field_name = 'geodir_contact';
1887
+			if (!check_field_visibility($package_id, $field_name, $post_type)) {
1888
+				$contact = '';
1889
+			}
1890
+
1891
+			$field_name = 'geodir_timing';
1892
+			if (!check_field_visibility($package_id, $field_name, $post_type)) {
1893
+				$timing = '';
1894
+			}
1895
+		}
1896
+
1897
+		if ($lat && $lng) {
1898
+			ob_start(); ?>
1899 1899
             <div class="gd-bubble" style="">
1900 1900
                 <div class="gd-bubble-inside">
1901 1901
                     <?php
1902
-                    $comment_count = '';
1903
-                    $rating_star = '';
1904
-                    if ($ID != '') {
1905
-                        $rating_star = '';
1906
-                        $comment_count = geodir_get_review_count_total($ID);
1907
-
1908
-                        if (!$preview) {
1909
-                            $post_avgratings = geodir_get_post_rating($ID);
1910
-
1911
-                            $rating_star = geodir_get_rating_stars($post_avgratings, $ID, false);
1912
-
1913
-                            /**
1914
-                             * Filter to change rating stars
1915
-                             *
1916
-                             * You can use this filter to change Rating stars.
1917
-                             *
1918
-                             * @since 1.0.0
1919
-                             * @package GeoDirectory
1920
-                             * @param string $rating_star Rating stars.
1921
-                             * @param float $post_avgratings Average ratings of the post.
1922
-                             * @param int $ID The post ID.
1923
-                             */
1924
-                            $rating_star = apply_filters('geodir_review_rating_stars_on_infowindow', $rating_star, $post_avgratings, $ID);
1925
-                        }
1926
-                    }
1927
-                    ?>
1902
+					$comment_count = '';
1903
+					$rating_star = '';
1904
+					if ($ID != '') {
1905
+						$rating_star = '';
1906
+						$comment_count = geodir_get_review_count_total($ID);
1907
+
1908
+						if (!$preview) {
1909
+							$post_avgratings = geodir_get_post_rating($ID);
1910
+
1911
+							$rating_star = geodir_get_rating_stars($post_avgratings, $ID, false);
1912
+
1913
+							/**
1914
+							 * Filter to change rating stars
1915
+							 *
1916
+							 * You can use this filter to change Rating stars.
1917
+							 *
1918
+							 * @since 1.0.0
1919
+							 * @package GeoDirectory
1920
+							 * @param string $rating_star Rating stars.
1921
+							 * @param float $post_avgratings Average ratings of the post.
1922
+							 * @param int $ID The post ID.
1923
+							 */
1924
+							$rating_star = apply_filters('geodir_review_rating_stars_on_infowindow', $rating_star, $post_avgratings, $ID);
1925
+						}
1926
+					}
1927
+					?>
1928 1928
                     <div class="geodir-bubble_desc">
1929 1929
                         <h4>
1930 1930
                             <a href="<?php if ($plink != '') {
1931
-                                echo $plink;
1932
-                            } else {
1933
-                                echo 'javascript:void(0);';
1934
-                            } ?>"><?php echo $title; ?></a>
1931
+								echo $plink;
1932
+							} else {
1933
+								echo 'javascript:void(0);';
1934
+							} ?>"><?php echo $title; ?></a>
1935 1935
                         </h4>
1936 1936
                         <?php
1937
-                        if ($gd_session->get('listing') && isset($post_preview) && $post_preview != '') {
1938
-                            $post_images = array();
1939
-                            if (!empty($postinfo_obj->post_images)) {
1940
-                                $post_images = explode(",", $postinfo_obj->post_images);
1941
-                            }
1942
-
1943
-                            if (!empty($post_images)) {
1944
-                                ?>
1937
+						if ($gd_session->get('listing') && isset($post_preview) && $post_preview != '') {
1938
+							$post_images = array();
1939
+							if (!empty($postinfo_obj->post_images)) {
1940
+								$post_images = explode(",", $postinfo_obj->post_images);
1941
+							}
1942
+
1943
+							if (!empty($post_images)) {
1944
+								?>
1945 1945
                                 <div class="geodir-bubble_image"><a href="<?php if ($plink != '') {
1946
-                                        echo $plink;
1947
-                                    } else {
1948
-                                        echo 'javascript:void(0);';
1949
-                                    } ?>"><img alt="bubble image" style="max-height:50px;"
1946
+										echo $plink;
1947
+									} else {
1948
+										echo 'javascript:void(0);';
1949
+									} ?>"><img alt="bubble image" style="max-height:50px;"
1950 1950
                                                src="<?php echo $post_images[0]; ?>"/></a></div>
1951 1951
                             <?php
1952
-                            }else{
1953
-                                echo '<div class="geodir-bubble_image"></div>';
1954
-                            }
1955
-                        } else {
1956
-                            if ($image = geodir_show_featured_image($ID, 'widget-thumb', true, false, $postinfo_obj->featured_image)) {
1957
-                                ?>
1952
+							}else{
1953
+								echo '<div class="geodir-bubble_image"></div>';
1954
+							}
1955
+						} else {
1956
+							if ($image = geodir_show_featured_image($ID, 'widget-thumb', true, false, $postinfo_obj->featured_image)) {
1957
+								?>
1958 1958
                                 <div class="geodir-bubble_image"><a href="<?php echo $plink; ?>"><?php echo $image; ?></a></div>
1959 1959
                             <?php
1960
-                            }else{
1961
-                                echo '<div class="geodir-bubble_image"></div>';
1962
-                            }
1963
-                        }
1964
-                        ?>
1960
+							}else{
1961
+								echo '<div class="geodir-bubble_image"></div>';
1962
+							}
1963
+						}
1964
+						?>
1965 1965
                         <div class="geodir-bubble-meta-side">
1966 1966
                             <?php
1967
-                            /**
1968
-                             * Fires before the meta info in the map info window.
1969
-                             *
1970
-                             * This can be used to add more info to the map info window before the normal meta info.
1971
-                             *
1972
-                             * @since 1.5.4
1973
-                             * @param int $ID The post id.
1974
-                             * @param object $postinfo_obj The posts info as an object.
1975
-                             * @param bool|string $post_preview True if currently in post preview page. Empty string if not.                           *
1976
-                             */
1977
-                            do_action('geodir_infowindow_meta_before', $ID, $postinfo_obj, $post_preview);
1978
-
1979
-
1980
-                            echo geodir_show_listing_info('mapbubble');
1967
+							/**
1968
+							 * Fires before the meta info in the map info window.
1969
+							 *
1970
+							 * This can be used to add more info to the map info window before the normal meta info.
1971
+							 *
1972
+							 * @since 1.5.4
1973
+							 * @param int $ID The post id.
1974
+							 * @param object $postinfo_obj The posts info as an object.
1975
+							 * @param bool|string $post_preview True if currently in post preview page. Empty string if not.                           *
1976
+							 */
1977
+							do_action('geodir_infowindow_meta_before', $ID, $postinfo_obj, $post_preview);
1978
+
1979
+
1980
+							echo geodir_show_listing_info('mapbubble');
1981 1981
                             
1982 1982
                                                       
1983 1983
 
1984
-                            /**
1985
-                             * Fires after the meta info in the map info window.
1986
-                             *
1987
-                             * This can be used to add more info to the map info window after the normal meta info.
1988
-                             *
1989
-                             * @since 1.4.2
1990
-                             * @param object $postinfo_obj The posts info as an object.
1991
-                             * @param bool|string $post_preview True if currently in post preview page. Empty string if not.                           *
1992
-                             */
1993
-                            do_action('geodir_infowindow_meta_after',$postinfo_obj,$post_preview );
1994
-                            ?>
1984
+							/**
1985
+							 * Fires after the meta info in the map info window.
1986
+							 *
1987
+							 * This can be used to add more info to the map info window after the normal meta info.
1988
+							 *
1989
+							 * @since 1.4.2
1990
+							 * @param object $postinfo_obj The posts info as an object.
1991
+							 * @param bool|string $post_preview True if currently in post preview page. Empty string if not.                           *
1992
+							 */
1993
+							do_action('geodir_infowindow_meta_after',$postinfo_obj,$post_preview );
1994
+							?>
1995 1995
                         </div>
1996 1996
                         <?php
1997 1997
 
1998
-                        if ($ID) {
1998
+						if ($ID) {
1999 1999
 
2000
-                            $post_author = isset($postinfo_obj->post_author) ? $postinfo_obj->post_author : get_post_field('post_author', $ID);
2001
-                            ?>
2000
+							$post_author = isset($postinfo_obj->post_author) ? $postinfo_obj->post_author : get_post_field('post_author', $ID);
2001
+							?>
2002 2002
                             <div class="geodir-bubble-meta-fade"></div>
2003 2003
 
2004 2004
                             <div class="geodir-bubble-meta-bottom">
@@ -2018,69 +2018,69 @@  discard block
 block discarded – undo
2018 2018
                 </div>
2019 2019
             </div>
2020 2020
             <?php
2021
-            $html = ob_get_clean();
2022
-            /**
2023
-             * Filter to change infowindow html
2024
-             *
2025
-             * You can use this filter to change infowindow html.
2026
-             *
2027
-             * @since 1.0.0
2028
-             * @package GeoDirectory
2029
-             * @param string $html Infowindow html.
2030
-             * @param object $postinfo_obj The Post object.
2031
-             * @param bool|string $post_preview Is this a post preview?
2032
-             */
2033
-            $html = apply_filters('geodir_custom_infowindow_html', $html, $postinfo_obj, $post_preview);
2034
-            return $html;
2035
-        }
2036
-    }
2021
+			$html = ob_get_clean();
2022
+			/**
2023
+			 * Filter to change infowindow html
2024
+			 *
2025
+			 * You can use this filter to change infowindow html.
2026
+			 *
2027
+			 * @since 1.0.0
2028
+			 * @package GeoDirectory
2029
+			 * @param string $html Infowindow html.
2030
+			 * @param object $postinfo_obj The Post object.
2031
+			 * @param bool|string $post_preview Is this a post preview?
2032
+			 */
2033
+			$html = apply_filters('geodir_custom_infowindow_html', $html, $postinfo_obj, $post_preview);
2034
+			return $html;
2035
+		}
2036
+	}
2037 2037
 }
2038 2038
 
2039 2039
 
2040 2040
 if (!function_exists('geodir_new_post_default_status')) {
2041
-    /**
2042
-     * Default post status for new posts.
2043
-     *
2044
-     * @since 1.0.0
2045
-     * @package GeoDirectory
2046
-     * @return string Returns the default post status for new posts. Ex: draft, publish etc.
2047
-     */
2048
-    function geodir_new_post_default_status()
2049
-    {
2050
-        if (get_option('geodir_new_post_default_status'))
2051
-            return get_option('geodir_new_post_default_status');
2052
-        else
2053
-            return 'publish';
2054
-
2055
-    }
2041
+	/**
2042
+	 * Default post status for new posts.
2043
+	 *
2044
+	 * @since 1.0.0
2045
+	 * @package GeoDirectory
2046
+	 * @return string Returns the default post status for new posts. Ex: draft, publish etc.
2047
+	 */
2048
+	function geodir_new_post_default_status()
2049
+	{
2050
+		if (get_option('geodir_new_post_default_status'))
2051
+			return get_option('geodir_new_post_default_status');
2052
+		else
2053
+			return 'publish';
2054
+
2055
+	}
2056 2056
 }
2057 2057
 
2058 2058
 if (!function_exists('geodir_change_post_status')) {
2059
-    /**
2060
-     * Change post status of a post.
2061
-     *
2062
-     * @global object $wpdb WordPress Database object.
2063
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
2064
-     * @param int|string $post_id The post ID.
2065
-     * @param string $status New post status. Ex: draft, publish etc.
2066
-     */
2067
-    function geodir_change_post_status($post_id = '', $status = '')
2068
-    {
2069
-        global $wpdb, $plugin_prefix;
2070
-
2071
-        $post_type = get_post_type($post_id);
2072
-
2073
-        $table = $plugin_prefix . $post_type . '_detail';
2074
-
2075
-        $wpdb->query(
2076
-            $wpdb->prepare(
2077
-                "UPDATE " . $table . " SET post_status=%s WHERE post_id=%d",
2078
-                array($status, $post_id)
2079
-            )
2080
-        );
2081
-
2082
-
2083
-    }
2059
+	/**
2060
+	 * Change post status of a post.
2061
+	 *
2062
+	 * @global object $wpdb WordPress Database object.
2063
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
2064
+	 * @param int|string $post_id The post ID.
2065
+	 * @param string $status New post status. Ex: draft, publish etc.
2066
+	 */
2067
+	function geodir_change_post_status($post_id = '', $status = '')
2068
+	{
2069
+		global $wpdb, $plugin_prefix;
2070
+
2071
+		$post_type = get_post_type($post_id);
2072
+
2073
+		$table = $plugin_prefix . $post_type . '_detail';
2074
+
2075
+		$wpdb->query(
2076
+			$wpdb->prepare(
2077
+				"UPDATE " . $table . " SET post_status=%s WHERE post_id=%d",
2078
+				array($status, $post_id)
2079
+			)
2080
+		);
2081
+
2082
+
2083
+	}
2084 2084
 }
2085 2085
 
2086 2086
 /**
@@ -2094,13 +2094,13 @@  discard block
 block discarded – undo
2094 2094
  */
2095 2095
 function geodir_set_post_status($pid, $status)
2096 2096
 {
2097
-    if ($pid) {
2098
-        global $wpdb;
2099
-        $my_post = array();
2100
-        $my_post['post_status'] = $status;
2101
-        $my_post['ID'] = $pid;
2102
-        $last_postid = wp_update_post($my_post);
2103
-    }
2097
+	if ($pid) {
2098
+		global $wpdb;
2099
+		$my_post = array();
2100
+		$my_post['post_status'] = $status;
2101
+		$my_post['ID'] = $pid;
2102
+		$last_postid = wp_update_post($my_post);
2103
+	}
2104 2104
 }
2105 2105
 
2106 2106
 
@@ -2116,384 +2116,384 @@  discard block
 block discarded – undo
2116 2116
  */
2117 2117
 function geodir_update_poststatus($new_status, $old_status, $post)
2118 2118
 {
2119
-    global $wpdb;
2119
+	global $wpdb;
2120 2120
 
2121
-    $geodir_posttypes = geodir_get_posttypes();
2121
+	$geodir_posttypes = geodir_get_posttypes();
2122 2122
 
2123
-    if (!wp_is_post_revision($post->ID) && in_array($post->post_type, $geodir_posttypes)) {
2123
+	if (!wp_is_post_revision($post->ID) && in_array($post->post_type, $geodir_posttypes)) {
2124 2124
 
2125
-        geodir_change_post_status($post->ID, $new_status);
2126
-    }
2125
+		geodir_change_post_status($post->ID, $new_status);
2126
+	}
2127 2127
 }
2128 2128
 
2129 2129
 
2130 2130
 if (!function_exists('geodir_update_listing_info')) {
2131
-    /**
2132
-     * Update post info.
2133
-     *
2134
-     * @since 1.0.0
2135
-     * @package GeoDirectory
2136
-     * @global object $wpdb WordPress Database object.
2137
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
2138
-     * @param int $updatingpost The updating post ID.
2139
-     * @param int $temppost The temporary post ID.
2140
-     * @todo fix post_id variable
2141
-     */
2142
-    function geodir_update_listing_info($updatingpost, $temppost)
2143
-    {
2144
-
2145
-        global $wpdb, $plugin_prefix;
2146
-
2147
-        $post_type = get_post_type($post_id);
2148
-
2149
-        $table = $plugin_prefix . $post_type . '_detail';
2150
-
2151
-        $wpdb->query(
2152
-            $wpdb->prepare(
2153
-                "UPDATE " . $table . " SET `post_id` = %d WHERE `post_id` = %d",
2154
-                array($updatingpost, $temppost)
2155
-            )
2156
-        );
2157
-
2158
-        $wpdb->query(
2159
-            $wpdb->prepare(
2160
-                "UPDATE " . GEODIR_ICON_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2161
-                array($updatingpost, $temppost)
2162
-            )
2163
-        );
2164
-
2165
-        /* Update Attachments*/
2166
-
2167
-        $wpdb->query(
2168
-            $wpdb->prepare(
2169
-                "UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2170
-                array($updatingpost, $temppost)
2171
-            )
2172
-        );
2173
-
2174
-    }
2131
+	/**
2132
+	 * Update post info.
2133
+	 *
2134
+	 * @since 1.0.0
2135
+	 * @package GeoDirectory
2136
+	 * @global object $wpdb WordPress Database object.
2137
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
2138
+	 * @param int $updatingpost The updating post ID.
2139
+	 * @param int $temppost The temporary post ID.
2140
+	 * @todo fix post_id variable
2141
+	 */
2142
+	function geodir_update_listing_info($updatingpost, $temppost)
2143
+	{
2144
+
2145
+		global $wpdb, $plugin_prefix;
2146
+
2147
+		$post_type = get_post_type($post_id);
2148
+
2149
+		$table = $plugin_prefix . $post_type . '_detail';
2150
+
2151
+		$wpdb->query(
2152
+			$wpdb->prepare(
2153
+				"UPDATE " . $table . " SET `post_id` = %d WHERE `post_id` = %d",
2154
+				array($updatingpost, $temppost)
2155
+			)
2156
+		);
2157
+
2158
+		$wpdb->query(
2159
+			$wpdb->prepare(
2160
+				"UPDATE " . GEODIR_ICON_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2161
+				array($updatingpost, $temppost)
2162
+			)
2163
+		);
2164
+
2165
+		/* Update Attachments*/
2166
+
2167
+		$wpdb->query(
2168
+			$wpdb->prepare(
2169
+				"UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2170
+				array($updatingpost, $temppost)
2171
+			)
2172
+		);
2173
+
2174
+	}
2175 2175
 }
2176 2176
 
2177 2177
 
2178 2178
 if (!function_exists('geodir_delete_listing_info')) {
2179
-    /**
2180
-     * Delete Listing info from details table for the given post id.
2181
-     *
2182
-     * @since 1.0.0
2183
-     * @package GeoDirectory
2184
-     * @global object $wpdb WordPress Database object.
2185
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
2186
-     * @param int $deleted_postid The post ID.
2187
-     * @param bool $force Optional. Do you want to force delete it? Default: false.
2188
-     * @return bool|void
2189
-     */
2190
-    function geodir_delete_listing_info($deleted_postid, $force = false)
2191
-    {
2192
-        global $wpdb, $plugin_prefix;
2193
-
2194
-        // check for multisite deletions
2195
-        if (strpos($plugin_prefix, $wpdb->prefix) !== false) {
2196
-        } else {
2197
-            return;
2198
-        }
2199
-
2200
-        $post_type = get_post_type($deleted_postid);
2201
-
2202
-        $all_postypes = geodir_get_posttypes();
2203
-
2204
-        if (!in_array($post_type, $all_postypes))
2205
-            return false;
2206
-
2207
-        $table = $plugin_prefix . $post_type . '_detail';
2208
-
2209
-        /* Delete custom post meta*/
2210
-        $wpdb->query(
2211
-            $wpdb->prepare(
2212
-                "DELETE FROM " . $table . " WHERE `post_id` = %d",
2213
-                array($deleted_postid)
2214
-            )
2215
-        );
2216
-
2217
-        /* Delete post map icons*/
2218
-
2219
-        $wpdb->query(
2220
-            $wpdb->prepare(
2221
-                "DELETE FROM " . GEODIR_ICON_TABLE . " WHERE `post_id` = %d",
2222
-                array($deleted_postid)
2223
-            )
2224
-        );
2225
-
2226
-        /* Delete Attachments*/
2227
-        $postcurr_images = geodir_get_images($deleted_postid);
2228
-
2229
-        $wpdb->query(
2230
-            $wpdb->prepare(
2231
-                "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE `post_id` = %d",
2232
-                array($deleted_postid)
2233
-            )
2234
-        );
2235
-        geodir_remove_attachments($postcurr_images);
2236
-
2237
-    }
2179
+	/**
2180
+	 * Delete Listing info from details table for the given post id.
2181
+	 *
2182
+	 * @since 1.0.0
2183
+	 * @package GeoDirectory
2184
+	 * @global object $wpdb WordPress Database object.
2185
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
2186
+	 * @param int $deleted_postid The post ID.
2187
+	 * @param bool $force Optional. Do you want to force delete it? Default: false.
2188
+	 * @return bool|void
2189
+	 */
2190
+	function geodir_delete_listing_info($deleted_postid, $force = false)
2191
+	{
2192
+		global $wpdb, $plugin_prefix;
2193
+
2194
+		// check for multisite deletions
2195
+		if (strpos($plugin_prefix, $wpdb->prefix) !== false) {
2196
+		} else {
2197
+			return;
2198
+		}
2199
+
2200
+		$post_type = get_post_type($deleted_postid);
2201
+
2202
+		$all_postypes = geodir_get_posttypes();
2203
+
2204
+		if (!in_array($post_type, $all_postypes))
2205
+			return false;
2206
+
2207
+		$table = $plugin_prefix . $post_type . '_detail';
2208
+
2209
+		/* Delete custom post meta*/
2210
+		$wpdb->query(
2211
+			$wpdb->prepare(
2212
+				"DELETE FROM " . $table . " WHERE `post_id` = %d",
2213
+				array($deleted_postid)
2214
+			)
2215
+		);
2216
+
2217
+		/* Delete post map icons*/
2218
+
2219
+		$wpdb->query(
2220
+			$wpdb->prepare(
2221
+				"DELETE FROM " . GEODIR_ICON_TABLE . " WHERE `post_id` = %d",
2222
+				array($deleted_postid)
2223
+			)
2224
+		);
2225
+
2226
+		/* Delete Attachments*/
2227
+		$postcurr_images = geodir_get_images($deleted_postid);
2228
+
2229
+		$wpdb->query(
2230
+			$wpdb->prepare(
2231
+				"DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE `post_id` = %d",
2232
+				array($deleted_postid)
2233
+			)
2234
+		);
2235
+		geodir_remove_attachments($postcurr_images);
2236
+
2237
+	}
2238 2238
 }
2239 2239
 
2240 2240
 
2241 2241
 if (!function_exists('geodir_add_to_favorite')) {
2242
-    /**
2243
-     * This function would add listing to favorite listing.
2244
-     *
2245
-     * @since 1.0.0
2246
-     * @package GeoDirectory
2247
-     * @global object $current_user Current user object.
2248
-     * @param int $post_id The post ID.
2249
-     */
2250
-    function geodir_add_to_favorite($post_id)
2251
-    {
2252
-
2253
-        global $current_user;
2254
-
2255
-        /**
2256
-         * Filter to modify "Unfavorite" text
2257
-         *
2258
-         * You can use this filter to rename "Unfavorite" text to something else.
2259
-         *
2260
-         * @since 1.0.0
2261
-         * @package GeoDirectory
2262
-         */
2263
-        $remove_favourite_text = apply_filters('geodir_remove_favourite_text', REMOVE_FAVOURITE_TEXT);
2264
-
2265
-        /**
2266
-         * Filter to modify "Remove from Favorites" text
2267
-         *
2268
-         * You can use this filter to rename "Remove from Favorites" text to something else.
2269
-         *
2270
-         * @since 1.0.0
2271
-         * @package GeoDirectory
2272
-         */
2273
-        $unfavourite_text = apply_filters('geodir_unfavourite_text', UNFAVOURITE_TEXT);
2274
-
2275
-        /**
2276
-         * Filter to modify "fa fa-heart" icon
2277
-         *
2278
-         * You can use this filter to change "fa fa-heart" icon to something else.
2279
-         *
2280
-         * @since 1.0.0
2281
-         * @package GeoDirectory
2282
-         */
2283
-        $favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2284
-
2285
-        $user_meta_data = array();
2286
-        $user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2287
-
2288
-        if (empty($user_meta_data) || (!empty($user_meta_data) && !in_array($post_id, $user_meta_data))) {
2289
-            $user_meta_data[] = $post_id;
2290
-        }
2291
-
2292
-        update_user_meta($current_user->data->ID, 'gd_user_favourite_post', $user_meta_data);
2293
-
2294
-        /**
2295
-         * Called before adding the post from favourites.
2296
-         *
2297
-         * @since 1.0.0
2298
-         * @package GeoDirectory
2299
-         * @param int $post_id The post ID.
2300
-         */
2301
-        do_action('geodir_before_add_from_favorite', $post_id);
2302
-
2303
-        echo '<a href="javascript:void(0);" title="' . $remove_favourite_text . '" class="geodir-removetofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'remove\');"><i class="'. $favourite_icon .'"></i> ' . $unfavourite_text . '</a>';
2242
+	/**
2243
+	 * This function would add listing to favorite listing.
2244
+	 *
2245
+	 * @since 1.0.0
2246
+	 * @package GeoDirectory
2247
+	 * @global object $current_user Current user object.
2248
+	 * @param int $post_id The post ID.
2249
+	 */
2250
+	function geodir_add_to_favorite($post_id)
2251
+	{
2252
+
2253
+		global $current_user;
2254
+
2255
+		/**
2256
+		 * Filter to modify "Unfavorite" text
2257
+		 *
2258
+		 * You can use this filter to rename "Unfavorite" text to something else.
2259
+		 *
2260
+		 * @since 1.0.0
2261
+		 * @package GeoDirectory
2262
+		 */
2263
+		$remove_favourite_text = apply_filters('geodir_remove_favourite_text', REMOVE_FAVOURITE_TEXT);
2264
+
2265
+		/**
2266
+		 * Filter to modify "Remove from Favorites" text
2267
+		 *
2268
+		 * You can use this filter to rename "Remove from Favorites" text to something else.
2269
+		 *
2270
+		 * @since 1.0.0
2271
+		 * @package GeoDirectory
2272
+		 */
2273
+		$unfavourite_text = apply_filters('geodir_unfavourite_text', UNFAVOURITE_TEXT);
2274
+
2275
+		/**
2276
+		 * Filter to modify "fa fa-heart" icon
2277
+		 *
2278
+		 * You can use this filter to change "fa fa-heart" icon to something else.
2279
+		 *
2280
+		 * @since 1.0.0
2281
+		 * @package GeoDirectory
2282
+		 */
2283
+		$favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2284
+
2285
+		$user_meta_data = array();
2286
+		$user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2287
+
2288
+		if (empty($user_meta_data) || (!empty($user_meta_data) && !in_array($post_id, $user_meta_data))) {
2289
+			$user_meta_data[] = $post_id;
2290
+		}
2291
+
2292
+		update_user_meta($current_user->data->ID, 'gd_user_favourite_post', $user_meta_data);
2293
+
2294
+		/**
2295
+		 * Called before adding the post from favourites.
2296
+		 *
2297
+		 * @since 1.0.0
2298
+		 * @package GeoDirectory
2299
+		 * @param int $post_id The post ID.
2300
+		 */
2301
+		do_action('geodir_before_add_from_favorite', $post_id);
2302
+
2303
+		echo '<a href="javascript:void(0);" title="' . $remove_favourite_text . '" class="geodir-removetofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'remove\');"><i class="'. $favourite_icon .'"></i> ' . $unfavourite_text . '</a>';
2304
+
2305
+		/**
2306
+		 * Called after adding the post from favourites.
2307
+		 *
2308
+		 * @since 1.0.0
2309
+		 * @package GeoDirectory
2310
+		 * @param int $post_id The post ID.
2311
+		 */
2312
+		do_action('geodir_after_add_from_favorite', $post_id);
2304 2313
 
2305
-        /**
2306
-         * Called after adding the post from favourites.
2307
-         *
2308
-         * @since 1.0.0
2309
-         * @package GeoDirectory
2310
-         * @param int $post_id The post ID.
2311
-         */
2312
-        do_action('geodir_after_add_from_favorite', $post_id);
2313
-
2314
-    }
2314
+	}
2315 2315
 }
2316 2316
 
2317 2317
 if (!function_exists('geodir_remove_from_favorite')) {
2318
-    /**
2319
-     * This function would remove the favourited property earlier.
2320
-     *
2321
-     * @since 1.0.0
2322
-     * @package GeoDirectory
2323
-     * @global object $current_user Current user object.
2324
-     * @param int $post_id The post ID.
2325
-     */
2326
-    function geodir_remove_from_favorite($post_id)
2327
-    {
2328
-        global $current_user;
2329
-
2330
-        /**
2331
-         * Filter to modify "Add to Favorites" text
2332
-         *
2333
-         * You can use this filter to rename "Add to Favorites" text to something else.
2334
-         *
2335
-         * @since 1.0.0
2336
-         * @package GeoDirectory
2337
-         */
2338
-        $add_favourite_text = apply_filters('geodir_add_favourite_text', ADD_FAVOURITE_TEXT);
2339
-
2340
-        /**
2341
-         * Filter to modify "Favourite" text
2342
-         *
2343
-         * You can use this filter to rename "Favourite" text to something else.
2344
-         *
2345
-         * @since 1.0.0
2346
-         * @package GeoDirectory
2347
-         */
2348
-        $favourite_text = apply_filters('geodir_favourite_text', FAVOURITE_TEXT);
2349
-
2350
-        /**
2351
-         * Filter to modify "fa fa-heart" icon
2352
-         *
2353
-         * You can use this filter to change "fa fa-heart" icon to something else.
2354
-         *
2355
-         * @since 1.0.0
2356
-         * @package GeoDirectory
2357
-         */
2358
-        $favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2359
-
2360
-        $user_meta_data = array();
2361
-        $user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2362
-
2363
-        if (!empty($user_meta_data)) {
2318
+	/**
2319
+	 * This function would remove the favourited property earlier.
2320
+	 *
2321
+	 * @since 1.0.0
2322
+	 * @package GeoDirectory
2323
+	 * @global object $current_user Current user object.
2324
+	 * @param int $post_id The post ID.
2325
+	 */
2326
+	function geodir_remove_from_favorite($post_id)
2327
+	{
2328
+		global $current_user;
2329
+
2330
+		/**
2331
+		 * Filter to modify "Add to Favorites" text
2332
+		 *
2333
+		 * You can use this filter to rename "Add to Favorites" text to something else.
2334
+		 *
2335
+		 * @since 1.0.0
2336
+		 * @package GeoDirectory
2337
+		 */
2338
+		$add_favourite_text = apply_filters('geodir_add_favourite_text', ADD_FAVOURITE_TEXT);
2339
+
2340
+		/**
2341
+		 * Filter to modify "Favourite" text
2342
+		 *
2343
+		 * You can use this filter to rename "Favourite" text to something else.
2344
+		 *
2345
+		 * @since 1.0.0
2346
+		 * @package GeoDirectory
2347
+		 */
2348
+		$favourite_text = apply_filters('geodir_favourite_text', FAVOURITE_TEXT);
2349
+
2350
+		/**
2351
+		 * Filter to modify "fa fa-heart" icon
2352
+		 *
2353
+		 * You can use this filter to change "fa fa-heart" icon to something else.
2354
+		 *
2355
+		 * @since 1.0.0
2356
+		 * @package GeoDirectory
2357
+		 */
2358
+		$favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2359
+
2360
+		$user_meta_data = array();
2361
+		$user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2362
+
2363
+		if (!empty($user_meta_data)) {
2364
+
2365
+			if (($key = array_search($post_id, $user_meta_data)) !== false) {
2366
+				unset($user_meta_data[$key]);
2367
+			}
2364 2368
 
2365
-            if (($key = array_search($post_id, $user_meta_data)) !== false) {
2366
-                unset($user_meta_data[$key]);
2367
-            }
2369
+		}
2368 2370
 
2369
-        }
2371
+		update_user_meta($current_user->data->ID, 'gd_user_favourite_post', $user_meta_data);
2370 2372
 
2371
-        update_user_meta($current_user->data->ID, 'gd_user_favourite_post', $user_meta_data);
2373
+		/**
2374
+		 * Called before removing the post from favourites.
2375
+		 *
2376
+		 * @since 1.0.0
2377
+		 * @package GeoDirectory
2378
+		 * @param int $post_id The post ID.
2379
+		 */
2380
+		do_action('geodir_before_remove_from_favorite', $post_id);
2372 2381
 
2373
-        /**
2374
-         * Called before removing the post from favourites.
2375
-         *
2376
-         * @since 1.0.0
2377
-         * @package GeoDirectory
2378
-         * @param int $post_id The post ID.
2379
-         */
2380
-        do_action('geodir_before_remove_from_favorite', $post_id);
2382
+		echo '<a href="javascript:void(0);"  title="' . $add_favourite_text . '" class="geodir-addtofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'add\');"><i class="'. $favourite_icon .'"></i> ' . $favourite_text . '</a>';
2381 2383
 
2382
-        echo '<a href="javascript:void(0);"  title="' . $add_favourite_text . '" class="geodir-addtofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'add\');"><i class="'. $favourite_icon .'"></i> ' . $favourite_text . '</a>';
2384
+		/**
2385
+		 * Called after removing the post from favourites.
2386
+		 *
2387
+		 * @since 1.0.0
2388
+		 * @package GeoDirectory
2389
+		 * @param int $post_id The post ID.
2390
+		 */
2391
+		do_action('geodir_after_remove_from_favorite', $post_id);
2383 2392
 
2384
-        /**
2385
-         * Called after removing the post from favourites.
2386
-         *
2387
-         * @since 1.0.0
2388
-         * @package GeoDirectory
2389
-         * @param int $post_id The post ID.
2390
-         */
2391
-        do_action('geodir_after_remove_from_favorite', $post_id);
2392
-
2393
-    }
2393
+	}
2394 2394
 }
2395 2395
 
2396 2396
 if (!function_exists('geodir_favourite_html')) {
2397
-    /**
2398
-     * This function would display the html content for add to favorite or remove from favorite.
2399
-     *
2400
-     * @since 1.0.0
2401
-     * @package GeoDirectory
2402
-     * @global object $current_user Current user object.
2403
-     * @global object $post The current post object.
2404
-     * @param int $user_id The user ID.
2405
-     * @param int $post_id The post ID.
2406
-     */
2407
-    function geodir_favourite_html($user_id, $post_id)
2408
-    {
2409
-
2410
-        global $current_user, $post;
2411
-
2412
-        /**
2413
-         * Filter to modify "Add to Favorites" text
2414
-         *
2415
-         * You can use this filter to rename "Add to Favorites" text to something else.
2416
-         *
2417
-         * @since 1.0.0
2418
-         * @package GeoDirectory
2419
-         */
2420
-        $add_favourite_text = apply_filters('geodir_add_favourite_text', ADD_FAVOURITE_TEXT);
2421
-
2422
-        /**
2423
-         * Filter to modify "Favourite" text
2424
-         *
2425
-         * You can use this filter to rename "Favourite" text to something else.
2426
-         *
2427
-         * @since 1.0.0
2428
-         * @package GeoDirectory
2429
-         */
2430
-        $favourite_text = apply_filters('geodir_favourite_text', FAVOURITE_TEXT);
2431
-
2432
-        /**
2433
-         * Filter to modify "Unfavorite" text
2434
-         *
2435
-         * You can use this filter to rename "Unfavorite" text to something else.
2436
-         *
2437
-         * @since 1.0.0
2438
-         * @package GeoDirectory
2439
-         */
2440
-        $remove_favourite_text = apply_filters('geodir_remove_favourite_text', REMOVE_FAVOURITE_TEXT);
2441
-
2442
-        /**
2443
-         * Filter to modify "Remove from Favorites" text
2444
-         *
2445
-         * You can use this filter to rename "Remove from Favorites" text to something else.
2446
-         *
2447
-         * @since 1.0.0
2448
-         * @package GeoDirectory
2449
-         */
2450
-        $unfavourite_text = apply_filters('geodir_unfavourite_text', UNFAVOURITE_TEXT);
2451
-
2452
-        /**
2453
-         * Filter to modify "fa fa-heart" icon
2454
-         *
2455
-         * You can use this filter to change "fa fa-heart" icon to something else.
2456
-         *
2457
-         * @since 1.0.0
2458
-         * @package GeoDirectory
2459
-         */
2460
-        $favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2461
-
2462
-        /**
2463
-         * Filter to modify "fa fa-heart" icon for "remove from favorites" link
2464
-         *
2465
-         * You can use this filter to change "fa fa-heart" icon to something else.
2466
-         *
2467
-         * @since 1.0.0
2468
-         * @package GeoDirectory
2469
-         */
2470
-        $unfavourite_icon = apply_filters('geodir_unfavourite_icon', 'fa fa-heart');
2471
-
2472
-        $user_meta_data = '';
2473
-        if (isset($current_user->data->ID))
2474
-            $user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2475
-
2476
-        if (!empty($user_meta_data) && in_array($post_id, $user_meta_data)) {
2477
-            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"  ><a
2397
+	/**
2398
+	 * This function would display the html content for add to favorite or remove from favorite.
2399
+	 *
2400
+	 * @since 1.0.0
2401
+	 * @package GeoDirectory
2402
+	 * @global object $current_user Current user object.
2403
+	 * @global object $post The current post object.
2404
+	 * @param int $user_id The user ID.
2405
+	 * @param int $post_id The post ID.
2406
+	 */
2407
+	function geodir_favourite_html($user_id, $post_id)
2408
+	{
2409
+
2410
+		global $current_user, $post;
2411
+
2412
+		/**
2413
+		 * Filter to modify "Add to Favorites" text
2414
+		 *
2415
+		 * You can use this filter to rename "Add to Favorites" text to something else.
2416
+		 *
2417
+		 * @since 1.0.0
2418
+		 * @package GeoDirectory
2419
+		 */
2420
+		$add_favourite_text = apply_filters('geodir_add_favourite_text', ADD_FAVOURITE_TEXT);
2421
+
2422
+		/**
2423
+		 * Filter to modify "Favourite" text
2424
+		 *
2425
+		 * You can use this filter to rename "Favourite" text to something else.
2426
+		 *
2427
+		 * @since 1.0.0
2428
+		 * @package GeoDirectory
2429
+		 */
2430
+		$favourite_text = apply_filters('geodir_favourite_text', FAVOURITE_TEXT);
2431
+
2432
+		/**
2433
+		 * Filter to modify "Unfavorite" text
2434
+		 *
2435
+		 * You can use this filter to rename "Unfavorite" text to something else.
2436
+		 *
2437
+		 * @since 1.0.0
2438
+		 * @package GeoDirectory
2439
+		 */
2440
+		$remove_favourite_text = apply_filters('geodir_remove_favourite_text', REMOVE_FAVOURITE_TEXT);
2441
+
2442
+		/**
2443
+		 * Filter to modify "Remove from Favorites" text
2444
+		 *
2445
+		 * You can use this filter to rename "Remove from Favorites" text to something else.
2446
+		 *
2447
+		 * @since 1.0.0
2448
+		 * @package GeoDirectory
2449
+		 */
2450
+		$unfavourite_text = apply_filters('geodir_unfavourite_text', UNFAVOURITE_TEXT);
2451
+
2452
+		/**
2453
+		 * Filter to modify "fa fa-heart" icon
2454
+		 *
2455
+		 * You can use this filter to change "fa fa-heart" icon to something else.
2456
+		 *
2457
+		 * @since 1.0.0
2458
+		 * @package GeoDirectory
2459
+		 */
2460
+		$favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2461
+
2462
+		/**
2463
+		 * Filter to modify "fa fa-heart" icon for "remove from favorites" link
2464
+		 *
2465
+		 * You can use this filter to change "fa fa-heart" icon to something else.
2466
+		 *
2467
+		 * @since 1.0.0
2468
+		 * @package GeoDirectory
2469
+		 */
2470
+		$unfavourite_icon = apply_filters('geodir_unfavourite_icon', 'fa fa-heart');
2471
+
2472
+		$user_meta_data = '';
2473
+		if (isset($current_user->data->ID))
2474
+			$user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2475
+
2476
+		if (!empty($user_meta_data) && in_array($post_id, $user_meta_data)) {
2477
+			?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"  ><a
2478 2478
                 class="geodir-removetofav-icon" href="javascript:void(0);"
2479 2479
                 onclick="javascript:addToFavourite(<?php echo $post_id;?>,'remove');"
2480 2480
                 title="<?php echo $remove_favourite_text;?>"><i class="<?php echo $unfavourite_icon; ?>"></i> <?php echo $unfavourite_text;?>
2481 2481
             </a>   </span><?php
2482 2482
 
2483
-        } else {
2483
+		} else {
2484 2484
 
2485
-            if (!isset($current_user->data->ID) || $current_user->data->ID == '') {
2486
-                $script_text = 'javascript:window.location.href=\'' . geodir_login_url() . '\'';
2487
-            } else
2488
-                $script_text = 'javascript:addToFavourite(' . $post_id . ',\'add\')';
2485
+			if (!isset($current_user->data->ID) || $current_user->data->ID == '') {
2486
+				$script_text = 'javascript:window.location.href=\'' . geodir_login_url() . '\'';
2487
+			} else
2488
+				$script_text = 'javascript:addToFavourite(' . $post_id . ',\'add\')';
2489 2489
 
2490
-            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"><a class="geodir-addtofav-icon"
2490
+			?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"><a class="geodir-addtofav-icon"
2491 2491
                                                                                         href="javascript:void(0);"
2492 2492
                                                                                         onclick="<?php echo $script_text;?>"
2493 2493
                                                                                         title="<?php echo $add_favourite_text;?>"><i
2494 2494
                     class="<?php echo $favourite_icon; ?>"></i> <?php echo $favourite_text;?></a></span>
2495 2495
         <?php }
2496
-    }
2496
+	}
2497 2497
 }
2498 2498
 
2499 2499
 
@@ -2510,54 +2510,54 @@  discard block
 block discarded – undo
2510 2510
 function geodir_get_cat_postcount($term = array())
2511 2511
 {
2512 2512
 
2513
-    if (!empty($term)) {
2513
+	if (!empty($term)) {
2514 2514
 
2515
-        global $wpdb, $plugin_prefix;
2515
+		global $wpdb, $plugin_prefix;
2516 2516
 
2517
-        $where = '';
2518
-        $join = '';
2519
-        if (get_query_var('gd_country') != '' || get_query_var('gd_region') != '' || get_query_var('gd_city') != '') {
2520
-            $taxonomy_obj = get_taxonomy($term->taxonomy);
2517
+		$where = '';
2518
+		$join = '';
2519
+		if (get_query_var('gd_country') != '' || get_query_var('gd_region') != '' || get_query_var('gd_city') != '') {
2520
+			$taxonomy_obj = get_taxonomy($term->taxonomy);
2521 2521
 
2522
-            $post_type = $taxonomy_obj->object_type[0];
2522
+			$post_type = $taxonomy_obj->object_type[0];
2523 2523
 
2524
-            $table = $plugin_prefix . $post_type . '_detail';
2524
+			$table = $plugin_prefix . $post_type . '_detail';
2525 2525
 
2526
-            /**
2527
-             * Filter to modify the 'join' query
2528
-             *
2529
-             * @since 1.0.0
2530
-             * @package GeoDirectory
2531
-             * @param object|array $term category / term object that need to be processed.
2532
-             * @param string $join The join query.
2533
-             */
2534
-            $join = apply_filters('geodir_cat_post_count_join', $join, $term);
2526
+			/**
2527
+			 * Filter to modify the 'join' query
2528
+			 *
2529
+			 * @since 1.0.0
2530
+			 * @package GeoDirectory
2531
+			 * @param object|array $term category / term object that need to be processed.
2532
+			 * @param string $join The join query.
2533
+			 */
2534
+			$join = apply_filters('geodir_cat_post_count_join', $join, $term);
2535 2535
 
2536
-            /**
2537
-             * Filter to modify the 'where' query
2538
-             *
2539
-             * @since 1.0.0
2540
-             * @package GeoDirectory
2541
-             * @param object|array $term category / term object that need to be processed.
2542
-             * @param string $where The where query.
2543
-             */
2544
-            $where = apply_filters('geodir_cat_post_count_where', $where, $term);
2536
+			/**
2537
+			 * Filter to modify the 'where' query
2538
+			 *
2539
+			 * @since 1.0.0
2540
+			 * @package GeoDirectory
2541
+			 * @param object|array $term category / term object that need to be processed.
2542
+			 * @param string $where The where query.
2543
+			 */
2544
+			$where = apply_filters('geodir_cat_post_count_where', $where, $term);
2545 2545
 
2546
-            $count_query = "SELECT count(post_id) FROM
2546
+			$count_query = "SELECT count(post_id) FROM
2547 2547
 							" . $table . " as pd " . $join . "
2548 2548
 							WHERE pd.post_status='publish' AND FIND_IN_SET('" . $term->term_id . "'," . $term->taxonomy . ") " . $where;
2549 2549
 
2550
-            $cat_post_count = $wpdb->get_var($count_query);
2551
-            if (empty($cat_post_count) || is_wp_error($cat_post_count))
2552
-                $cat_post_count = 0;
2550
+			$cat_post_count = $wpdb->get_var($count_query);
2551
+			if (empty($cat_post_count) || is_wp_error($cat_post_count))
2552
+				$cat_post_count = 0;
2553 2553
 
2554
-            return $cat_post_count;
2554
+			return $cat_post_count;
2555 2555
 
2556
-        } else
2556
+		} else
2557 2557
 
2558
-            return $term->count;
2559
-    }
2560
-    return false;
2558
+			return $term->count;
2559
+	}
2560
+	return false;
2561 2561
 
2562 2562
 }
2563 2563
 
@@ -2570,17 +2570,17 @@  discard block
 block discarded – undo
2570 2570
  */
2571 2571
 function geodir_allow_post_type_frontend()
2572 2572
 {
2573
-    $geodir_allow_posttype_frontend = get_option('geodir_allow_posttype_frontend');
2573
+	$geodir_allow_posttype_frontend = get_option('geodir_allow_posttype_frontend');
2574 2574
 
2575
-    if (!is_admin() && isset($_REQUEST['listing_type'])
2576
-        && !empty($geodir_allow_posttype_frontend)
2577
-        && !in_array($_REQUEST['listing_type'], $geodir_allow_posttype_frontend)
2578
-    ) {
2575
+	if (!is_admin() && isset($_REQUEST['listing_type'])
2576
+		&& !empty($geodir_allow_posttype_frontend)
2577
+		&& !in_array($_REQUEST['listing_type'], $geodir_allow_posttype_frontend)
2578
+	) {
2579 2579
 
2580
-        wp_redirect(home_url());
2581
-        exit;
2580
+		wp_redirect(home_url());
2581
+		exit;
2582 2582
 
2583
-    }
2583
+	}
2584 2584
 
2585 2585
 }
2586 2586
 
@@ -2597,20 +2597,20 @@  discard block
 block discarded – undo
2597 2597
  */
2598 2598
 function geodir_excerpt_length($length)
2599 2599
 {
2600
-    global $wp_query, $geodir_is_widget_listing;
2600
+	global $wp_query, $geodir_is_widget_listing;
2601 2601
 	if ($geodir_is_widget_listing) {
2602 2602
 		return $length;
2603 2603
 	}
2604 2604
 	
2605
-    if (isset($wp_query->query_vars['is_geodir_loop']) && $wp_query->query_vars['is_geodir_loop'] && get_option('geodir_desc_word_limit'))
2606
-        $length = get_option('geodir_desc_word_limit');
2607
-    elseif (get_query_var('excerpt_length'))
2608
-        $length = get_query_var('excerpt_length');
2605
+	if (isset($wp_query->query_vars['is_geodir_loop']) && $wp_query->query_vars['is_geodir_loop'] && get_option('geodir_desc_word_limit'))
2606
+		$length = get_option('geodir_desc_word_limit');
2607
+	elseif (get_query_var('excerpt_length'))
2608
+		$length = get_query_var('excerpt_length');
2609 2609
 
2610
-    if (geodir_is_page('author') && get_option('geodir_author_desc_word_limit'))
2611
-        $length = get_option('geodir_author_desc_word_limit');
2610
+	if (geodir_is_page('author') && get_option('geodir_author_desc_word_limit'))
2611
+		$length = get_option('geodir_author_desc_word_limit');
2612 2612
 
2613
-    return $length;
2613
+	return $length;
2614 2614
 }
2615 2615
 
2616 2616
 /**
@@ -2625,13 +2625,13 @@  discard block
 block discarded – undo
2625 2625
  */
2626 2626
 function geodir_excerpt_more($more)
2627 2627
 {
2628
-    global $post;
2629
-    $all_postypes = geodir_get_posttypes();
2630
-    if (is_array($all_postypes) && in_array($post->post_type, $all_postypes)) {
2631
-        return ' <a href="' . get_permalink($post->ID) . '">' . READ_MORE_TXT . '</a>';
2632
-    }
2628
+	global $post;
2629
+	$all_postypes = geodir_get_posttypes();
2630
+	if (is_array($all_postypes) && in_array($post->post_type, $all_postypes)) {
2631
+		return ' <a href="' . get_permalink($post->ID) . '">' . READ_MORE_TXT . '</a>';
2632
+	}
2633 2633
 
2634
-    return $more;
2634
+	return $more;
2635 2635
 }
2636 2636
 
2637 2637
 
@@ -2648,63 +2648,63 @@  discard block
 block discarded – undo
2648 2648
  */
2649 2649
 function geodir_update_markers_oncatedit($term_id, $tt_id, $taxonomy)
2650 2650
 {
2651
-    global $plugin_prefix, $wpdb;
2651
+	global $plugin_prefix, $wpdb;
2652 2652
 
2653
-    $gd_taxonomies = geodir_get_taxonomies();
2653
+	$gd_taxonomies = geodir_get_taxonomies();
2654 2654
 
2655
-    if (is_array($gd_taxonomies) && in_array($taxonomy, $gd_taxonomies)) {
2655
+	if (is_array($gd_taxonomies) && in_array($taxonomy, $gd_taxonomies)) {
2656 2656
 
2657
-        $geodir_post_type = geodir_get_taxonomy_posttype($taxonomy);
2658
-        $table = $plugin_prefix . $geodir_post_type . '_detail';
2657
+		$geodir_post_type = geodir_get_taxonomy_posttype($taxonomy);
2658
+		$table = $plugin_prefix . $geodir_post_type . '_detail';
2659 2659
 
2660
-        $path_parts = pathinfo($_REQUEST['ct_cat_icon']['src']);
2661
-        $term_icon = $path_parts['dirname'] . '/cat_icon_' . $term_id . '.png';
2660
+		$path_parts = pathinfo($_REQUEST['ct_cat_icon']['src']);
2661
+		$term_icon = $path_parts['dirname'] . '/cat_icon_' . $term_id . '.png';
2662 2662
 
2663
-        $posts = $wpdb->get_results(
2664
-            $wpdb->prepare(
2665
-                "SELECT post_id,post_title,post_latitude,post_longitude,default_category FROM " . $table . " WHERE FIND_IN_SET(%s,%1\$s ) ",
2666
-                array($term_id, $taxonomy)
2667
-            )
2668
-        );
2663
+		$posts = $wpdb->get_results(
2664
+			$wpdb->prepare(
2665
+				"SELECT post_id,post_title,post_latitude,post_longitude,default_category FROM " . $table . " WHERE FIND_IN_SET(%s,%1\$s ) ",
2666
+				array($term_id, $taxonomy)
2667
+			)
2668
+		);
2669 2669
 
2670
-        if (!empty($posts)):
2671
-            foreach ($posts as $post_obj) {
2670
+		if (!empty($posts)):
2671
+			foreach ($posts as $post_obj) {
2672 2672
 
2673
-                $lat = $post_obj->post_latitude;
2674
-                $lng = $post_obj->post_longitude;
2673
+				$lat = $post_obj->post_latitude;
2674
+				$lng = $post_obj->post_longitude;
2675 2675
 
2676
-                $json = '{';
2677
-                $json .= '"id":"' . $post_obj->post_id . '",';
2678
-                $json .= '"lat_pos": "' . $lat . '",';
2679
-                $json .= '"long_pos": "' . $lng . '",';
2680
-                $json .= '"marker_id":"' . $post_obj->post_id . '_' . $term_id . '",';
2681
-                $json .= '"icon":"' . $term_icon . '",';
2682
-                $json .= '"group":"catgroup' . $term_id . '"';
2683
-                $json .= '}';
2676
+				$json = '{';
2677
+				$json .= '"id":"' . $post_obj->post_id . '",';
2678
+				$json .= '"lat_pos": "' . $lat . '",';
2679
+				$json .= '"long_pos": "' . $lng . '",';
2680
+				$json .= '"marker_id":"' . $post_obj->post_id . '_' . $term_id . '",';
2681
+				$json .= '"icon":"' . $term_icon . '",';
2682
+				$json .= '"group":"catgroup' . $term_id . '"';
2683
+				$json .= '}';
2684 2684
 
2685
-                if ($post_obj->default_category == $term_id) {
2685
+				if ($post_obj->default_category == $term_id) {
2686 2686
 
2687
-                    $wpdb->query(
2688
-                        $wpdb->prepare(
2689
-                            "UPDATE " . $table . " SET marker_json = %s where post_id = %d",
2690
-                            array($json, $post_obj->post_id)
2691
-                        )
2692
-                    );
2693
-                }
2687
+					$wpdb->query(
2688
+						$wpdb->prepare(
2689
+							"UPDATE " . $table . " SET marker_json = %s where post_id = %d",
2690
+							array($json, $post_obj->post_id)
2691
+						)
2692
+					);
2693
+				}
2694 2694
 
2695
-                $wpdb->query(
2696
-                    $wpdb->prepare(
2697
-                        "UPDATE " . GEODIR_ICON_TABLE . " SET json = %s WHERE post_id = %d AND cat_id = %d",
2698
-                        array($json, $post_obj->post_id, $term_id)
2699
-                    )
2700
-                );
2695
+				$wpdb->query(
2696
+					$wpdb->prepare(
2697
+						"UPDATE " . GEODIR_ICON_TABLE . " SET json = %s WHERE post_id = %d AND cat_id = %d",
2698
+						array($json, $post_obj->post_id, $term_id)
2699
+					)
2700
+				);
2701 2701
 
2702
-            }
2702
+			}
2703 2703
 
2704 2704
 
2705
-        endif;
2705
+		endif;
2706 2706
 
2707
-    }
2707
+	}
2708 2708
 
2709 2709
 }
2710 2710
 
@@ -2718,14 +2718,14 @@  discard block
 block discarded – undo
2718 2718
  */
2719 2719
 function geodir_get_listing_author($listing_id = '')
2720 2720
 {
2721
-    if ($listing_id == '') {
2722
-        if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
2723
-            $listing_id = $_REQUEST['pid'];
2724
-        }
2725
-    }
2726
-    $listing = get_post(strip_tags($listing_id));
2727
-    $listing_author_id = $listing->post_author;
2728
-    return $listing_author_id;
2721
+	if ($listing_id == '') {
2722
+		if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
2723
+			$listing_id = $_REQUEST['pid'];
2724
+		}
2725
+	}
2726
+	$listing = get_post(strip_tags($listing_id));
2727
+	$listing_author_id = $listing->post_author;
2728
+	return $listing_author_id;
2729 2729
 }
2730 2730
 
2731 2731
 
@@ -2740,11 +2740,11 @@  discard block
 block discarded – undo
2740 2740
  */
2741 2741
 function geodir_lisiting_belong_to_user($listing_id, $user_id)
2742 2742
 {
2743
-    $listing_author_id = geodir_get_listing_author($listing_id);
2744
-    if ($listing_author_id == $user_id)
2745
-        return true;
2746
-    else
2747
-        return false;
2743
+	$listing_author_id = geodir_get_listing_author($listing_id);
2744
+	if ($listing_author_id == $user_id)
2745
+		return true;
2746
+	else
2747
+		return false;
2748 2748
 
2749 2749
 }
2750 2750
 
@@ -2760,17 +2760,17 @@  discard block
 block discarded – undo
2760 2760
  */
2761 2761
 function geodir_listing_belong_to_current_user($listing_id = '', $exclude_admin = true)
2762 2762
 {
2763
-    global $current_user;
2764
-    if ($exclude_admin) {
2765
-        foreach ($current_user->caps as $key => $caps) {
2766
-            if (geodir_strtolower($key) == 'administrator') {
2767
-                return true;
2768
-                break;
2769
-            }
2770
-        }
2771
-    }
2772
-
2773
-    return geodir_lisiting_belong_to_user($listing_id, $current_user->ID);
2763
+	global $current_user;
2764
+	if ($exclude_admin) {
2765
+		foreach ($current_user->caps as $key => $caps) {
2766
+			if (geodir_strtolower($key) == 'administrator') {
2767
+				return true;
2768
+				break;
2769
+			}
2770
+		}
2771
+	}
2772
+
2773
+	return geodir_lisiting_belong_to_user($listing_id, $current_user->ID);
2774 2774
 }
2775 2775
 
2776 2776
 
@@ -2786,17 +2786,17 @@  discard block
 block discarded – undo
2786 2786
 function geodir_only_supportable_attachments_remove($file)
2787 2787
 {
2788 2788
 
2789
-    global $wpdb;
2789
+	global $wpdb;
2790 2790
 
2791
-    $matches = array();
2791
+	$matches = array();
2792 2792
 
2793
-    $pattern = '/-\d+x\d+\./';
2794
-    preg_match($pattern, $file, $matches, PREG_OFFSET_CAPTURE);
2793
+	$pattern = '/-\d+x\d+\./';
2794
+	preg_match($pattern, $file, $matches, PREG_OFFSET_CAPTURE);
2795 2795
 
2796
-    if (empty($matches))
2797
-        return '';
2798
-    else
2799
-        return $file;
2796
+	if (empty($matches))
2797
+		return '';
2798
+	else
2799
+		return $file;
2800 2800
 
2801 2801
 }
2802 2802
 
@@ -2813,78 +2813,78 @@  discard block
 block discarded – undo
2813 2813
 function geodir_set_wp_featured_image($post_id)
2814 2814
 {
2815 2815
 
2816
-    global $wpdb, $plugin_prefix;
2817
-    $uploads = wp_upload_dir();
2816
+	global $wpdb, $plugin_prefix;
2817
+	$uploads = wp_upload_dir();
2818 2818
 //	print_r($uploads ) ;
2819
-    $post_first_image = $wpdb->get_results(
2820
-        $wpdb->prepare(
2821
-            "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d and menu_order = 1  ", array($post_id)
2822
-        )
2823
-    );
2824
-
2825
-    $old_attachment_name = '';
2826
-    $post_thumbnail_id = '';
2827
-    if (has_post_thumbnail($post_id)) {
2819
+	$post_first_image = $wpdb->get_results(
2820
+		$wpdb->prepare(
2821
+			"SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d and menu_order = 1  ", array($post_id)
2822
+		)
2823
+	);
2828 2824
 
2829
-        if (has_post_thumbnail($post_id)) {
2825
+	$old_attachment_name = '';
2826
+	$post_thumbnail_id = '';
2827
+	if (has_post_thumbnail($post_id)) {
2830 2828
 
2831
-            $post_thumbnail_id = get_post_thumbnail_id($post_id);
2829
+		if (has_post_thumbnail($post_id)) {
2832 2830
 
2833
-            $old_attachment_name = basename(get_attached_file($post_thumbnail_id));
2831
+			$post_thumbnail_id = get_post_thumbnail_id($post_id);
2834 2832
 
2835
-        }
2836
-    }
2833
+			$old_attachment_name = basename(get_attached_file($post_thumbnail_id));
2837 2834
 
2838
-    if (!empty($post_first_image)) {
2835
+		}
2836
+	}
2839 2837
 
2840
-        $post_type = get_post_type($post_id);
2838
+	if (!empty($post_first_image)) {
2841 2839
 
2842
-        $table_name = $plugin_prefix . $post_type . '_detail';
2840
+		$post_type = get_post_type($post_id);
2843 2841
 
2844
-        $wpdb->query("UPDATE " . $table_name . " SET featured_image='" . $post_first_image[0]->file . "' WHERE post_id =" . $post_id);
2842
+		$table_name = $plugin_prefix . $post_type . '_detail';
2845 2843
 
2846
-        $new_attachment_name = basename($post_first_image[0]->file);
2844
+		$wpdb->query("UPDATE " . $table_name . " SET featured_image='" . $post_first_image[0]->file . "' WHERE post_id =" . $post_id);
2847 2845
 
2848
-        if (geodir_strtolower($new_attachment_name) != geodir_strtolower($old_attachment_name)) {
2846
+		$new_attachment_name = basename($post_first_image[0]->file);
2849 2847
 
2850
-            if (has_post_thumbnail($post_id) && $post_thumbnail_id != '' && (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'delete')) {
2848
+		if (geodir_strtolower($new_attachment_name) != geodir_strtolower($old_attachment_name)) {
2851 2849
 
2852
-                add_filter('wp_delete_file', 'geodir_only_supportable_attachments_remove');
2850
+			if (has_post_thumbnail($post_id) && $post_thumbnail_id != '' && (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'delete')) {
2853 2851
 
2854
-                wp_delete_attachment($post_thumbnail_id);
2852
+				add_filter('wp_delete_file', 'geodir_only_supportable_attachments_remove');
2855 2853
 
2856
-            }
2857
-            $filename = $uploads['basedir'] . $post_first_image[0]->file;
2854
+				wp_delete_attachment($post_thumbnail_id);
2858 2855
 
2859
-            $attachment = array(
2860
-                'post_mime_type' => $post_first_image[0]->mime_type,
2861
-                'guid' => $uploads['baseurl'] . $post_first_image[0]->file,
2862
-                'post_parent' => $post_id,
2863
-                'post_title' => preg_replace('/\.[^.]+$/', '', $post_first_image[0]->title),
2864
-                'post_content' => ''
2865
-            );
2856
+			}
2857
+			$filename = $uploads['basedir'] . $post_first_image[0]->file;
2858
+
2859
+			$attachment = array(
2860
+				'post_mime_type' => $post_first_image[0]->mime_type,
2861
+				'guid' => $uploads['baseurl'] . $post_first_image[0]->file,
2862
+				'post_parent' => $post_id,
2863
+				'post_title' => preg_replace('/\.[^.]+$/', '', $post_first_image[0]->title),
2864
+				'post_content' => ''
2865
+			);
2866 2866
 
2867 2867
 
2868
-            $id = wp_insert_attachment($attachment, $filename, $post_id);
2868
+			$id = wp_insert_attachment($attachment, $filename, $post_id);
2869 2869
 
2870
-            if (!is_wp_error($id)) {
2870
+			if (!is_wp_error($id)) {
2871 2871
 
2872
-                set_post_thumbnail($post_id, $id);
2872
+				set_post_thumbnail($post_id, $id);
2873 2873
 
2874
-                require_once(ABSPATH . 'wp-admin/includes/image.php');
2875
-                wp_update_attachment_metadata($id, wp_generate_attachment_metadata($id, $filename));
2874
+				require_once(ABSPATH . 'wp-admin/includes/image.php');
2875
+				wp_update_attachment_metadata($id, wp_generate_attachment_metadata($id, $filename));
2876 2876
 
2877
-            }
2877
+			}
2878 2878
 
2879
-        }
2879
+		}
2880 2880
 
2881
-    } else {
2882
-        //set_post_thumbnail($post_id,-1);
2881
+	} else {
2882
+		//set_post_thumbnail($post_id,-1);
2883 2883
 
2884
-        if (has_post_thumbnail($post_id) && $post_thumbnail_id != '' && (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'delete'))
2885
-            wp_delete_attachment($post_thumbnail_id);
2884
+		if (has_post_thumbnail($post_id) && $post_thumbnail_id != '' && (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'delete'))
2885
+			wp_delete_attachment($post_thumbnail_id);
2886 2886
 
2887
-    }
2887
+	}
2888 2888
 }
2889 2889
 
2890 2890
 
@@ -2899,53 +2899,53 @@  discard block
 block discarded – undo
2899 2899
  */
2900 2900
 function gd_copy_original_translation()
2901 2901
 {
2902
-    if (function_exists('icl_object_id')) {
2903
-        global $wpdb, $table_prefix, $plugin_prefix;
2904
-        $post_id = absint($_POST['post_id']);
2905
-        $upload_dir = wp_upload_dir();
2906
-        $post_type = get_post_type($_POST['post_id']);
2907
-        $table = $plugin_prefix . $post_type . '_detail';
2908
-
2909
-        $post_arr = $wpdb->get_results($wpdb->prepare(
2910
-            "SELECT * FROM $wpdb->posts p JOIN " . $table . " gd ON gd.post_id=p.ID WHERE p.ID=%d LIMIT 1",
2911
-            array($post_id)
2912
-        )
2913
-            , ARRAY_A);
2914
-
2915
-        $arrImages = $wpdb->get_results(
2916
-            $wpdb->prepare(
2917
-                "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC, ID DESC ",
2918
-                array('%image%', $post_id)
2919
-            )
2920
-        );
2921
-        if ($arrImages) {
2922
-            $image_arr = array();
2923
-            foreach ($arrImages as $img) {
2924
-                $image_arr[] = $upload_dir['baseurl'] . $img->file;
2925
-            }
2926
-            $comma_separated = implode(",", $image_arr);
2927
-            $post_arr[0]['post_images'] = $comma_separated;
2928
-        }
2929
-
2930
-
2931
-        $cats = $post_arr[0][$post_arr[0]['post_type'] . 'category'];
2932
-        $cat_arr = array_filter(explode(",", $cats));
2933
-        $trans_cat = array();
2934
-        foreach ($cat_arr as $cat) {
2935
-            $trans_cat[] = icl_object_id($cat, $post_arr[0]['post_type'] . 'category', false);
2936
-        }
2937
-
2938
-
2939
-        $post_arr[0]['categories'] = array_filter($trans_cat);
2902
+	if (function_exists('icl_object_id')) {
2903
+		global $wpdb, $table_prefix, $plugin_prefix;
2904
+		$post_id = absint($_POST['post_id']);
2905
+		$upload_dir = wp_upload_dir();
2906
+		$post_type = get_post_type($_POST['post_id']);
2907
+		$table = $plugin_prefix . $post_type . '_detail';
2908
+
2909
+		$post_arr = $wpdb->get_results($wpdb->prepare(
2910
+			"SELECT * FROM $wpdb->posts p JOIN " . $table . " gd ON gd.post_id=p.ID WHERE p.ID=%d LIMIT 1",
2911
+			array($post_id)
2912
+		)
2913
+			, ARRAY_A);
2914
+
2915
+		$arrImages = $wpdb->get_results(
2916
+			$wpdb->prepare(
2917
+				"SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC, ID DESC ",
2918
+				array('%image%', $post_id)
2919
+			)
2920
+		);
2921
+		if ($arrImages) {
2922
+			$image_arr = array();
2923
+			foreach ($arrImages as $img) {
2924
+				$image_arr[] = $upload_dir['baseurl'] . $img->file;
2925
+			}
2926
+			$comma_separated = implode(",", $image_arr);
2927
+			$post_arr[0]['post_images'] = $comma_separated;
2928
+		}
2929
+
2930
+
2931
+		$cats = $post_arr[0][$post_arr[0]['post_type'] . 'category'];
2932
+		$cat_arr = array_filter(explode(",", $cats));
2933
+		$trans_cat = array();
2934
+		foreach ($cat_arr as $cat) {
2935
+			$trans_cat[] = icl_object_id($cat, $post_arr[0]['post_type'] . 'category', false);
2936
+		}
2937
+
2938
+
2939
+		$post_arr[0]['categories'] = array_filter($trans_cat);
2940 2940
 //print_r($image_arr);
2941
-        //print_r($arrImages);
2942
-        //echo $_REQUEST['lang'];
2941
+		//print_r($arrImages);
2942
+		//echo $_REQUEST['lang'];
2943 2943
 //print_r($post_arr);
2944 2944
 //print_r($trans_cat);
2945
-        echo json_encode($post_arr[0]);
2945
+		echo json_encode($post_arr[0]);
2946 2946
 
2947
-    }
2948
-    die();
2947
+	}
2948
+	die();
2949 2949
 }
2950 2950
 
2951 2951
 
@@ -2965,54 +2965,54 @@  discard block
 block discarded – undo
2965 2965
 function geodir_get_custom_fields_type($listing_type = '')
2966 2966
 {
2967 2967
 
2968
-    global $wpdb;
2968
+	global $wpdb;
2969 2969
 
2970
-    if ($listing_type == '')
2971
-        $listing_type = 'gd_place';
2970
+	if ($listing_type == '')
2971
+		$listing_type = 'gd_place';
2972 2972
 
2973
-    $fields_info = array();
2973
+	$fields_info = array();
2974 2974
 
2975
-    $get_data = $wpdb->get_results(
2976
-        $wpdb->prepare(
2977
-            "SELECT htmlvar_name, field_type, extra_fields FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND is_active='1'",
2978
-            array($listing_type)
2979
-        )
2980
-    );
2975
+	$get_data = $wpdb->get_results(
2976
+		$wpdb->prepare(
2977
+			"SELECT htmlvar_name, field_type, extra_fields FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND is_active='1'",
2978
+			array($listing_type)
2979
+		)
2980
+	);
2981 2981
 
2982
-    if (!empty($get_data)) {
2982
+	if (!empty($get_data)) {
2983 2983
 
2984
-        foreach ($get_data as $data) {
2984
+		foreach ($get_data as $data) {
2985 2985
 
2986
-            if ($data->field_type == 'address') {
2986
+			if ($data->field_type == 'address') {
2987 2987
 
2988
-                $extra_fields = unserialize($data->extra_fields);
2988
+				$extra_fields = unserialize($data->extra_fields);
2989 2989
 
2990
-                $prefix = $data->htmlvar_name . '_';
2990
+				$prefix = $data->htmlvar_name . '_';
2991 2991
 
2992
-                $fields_info[$prefix . 'address'] = $data->field_type;
2992
+				$fields_info[$prefix . 'address'] = $data->field_type;
2993 2993
 
2994
-                if (isset($extra_fields['show_zip']) && $extra_fields['show_zip'])
2995
-                    $fields_info[$prefix . 'zip'] = $data->field_type;
2994
+				if (isset($extra_fields['show_zip']) && $extra_fields['show_zip'])
2995
+					$fields_info[$prefix . 'zip'] = $data->field_type;
2996 2996
 
2997
-            } else {
2997
+			} else {
2998 2998
 
2999
-                $fields_info[$data->htmlvar_name] = $data->field_type;
2999
+				$fields_info[$data->htmlvar_name] = $data->field_type;
3000 3000
 
3001
-            }
3001
+			}
3002 3002
 
3003
-        }
3003
+		}
3004 3004
 
3005
-    }
3005
+	}
3006 3006
 
3007
-    /**
3008
-     * Filter to modify custom fields info using listing post type.
3009
-     *
3010
-     * @since 1.0.0
3011
-     * @package GeoDirectory
3012
-     * @return array $fields_info Custom fields info.
3013
-     * @param string $listing_type The listing post type.
3014
-     */
3015
-    return apply_filters('geodir_get_custom_fields_type', $fields_info, $listing_type);
3007
+	/**
3008
+	 * Filter to modify custom fields info using listing post type.
3009
+	 *
3010
+	 * @since 1.0.0
3011
+	 * @package GeoDirectory
3012
+	 * @return array $fields_info Custom fields info.
3013
+	 * @param string $listing_type The listing post type.
3014
+	 */
3015
+	return apply_filters('geodir_get_custom_fields_type', $fields_info, $listing_type);
3016 3016
 }
3017 3017
 
3018 3018
 
@@ -3027,58 +3027,58 @@  discard block
 block discarded – undo
3027 3027
  */
3028 3028
 function geodir_function_post_updated($post_ID, $post_after, $post_before)
3029 3029
 {
3030
-    $post_type = get_post_type($post_ID);
3030
+	$post_type = get_post_type($post_ID);
3031 3031
 
3032
-    if ($post_type != '' && in_array($post_type, geodir_get_posttypes())) {
3033
-        // send notification to client when post moves from draft to publish
3034
-        if (!empty($post_after->post_status) && $post_after->post_status == 'publish' && !empty($post_before->post_status) && ($post_before->post_status == 'draft' || $post_before->post_status == 'auto-draft')) {
3035
-            $post_author_id = !empty($post_after->post_author) ? $post_after->post_author : NULL;
3036
-            $post_author_data = get_userdata($post_author_id);
3032
+	if ($post_type != '' && in_array($post_type, geodir_get_posttypes())) {
3033
+		// send notification to client when post moves from draft to publish
3034
+		if (!empty($post_after->post_status) && $post_after->post_status == 'publish' && !empty($post_before->post_status) && ($post_before->post_status == 'draft' || $post_before->post_status == 'auto-draft')) {
3035
+			$post_author_id = !empty($post_after->post_author) ? $post_after->post_author : NULL;
3036
+			$post_author_data = get_userdata($post_author_id);
3037 3037
 
3038
-            $to_name = geodir_get_client_name($post_author_id);
3038
+			$to_name = geodir_get_client_name($post_author_id);
3039 3039
 
3040
-            $from_email = geodir_get_site_email_id();
3041
-            $from_name = get_site_emailName();
3042
-            $to_email = $post_author_data->user_email;
3040
+			$from_email = geodir_get_site_email_id();
3041
+			$from_name = get_site_emailName();
3042
+			$to_email = $post_author_data->user_email;
3043 3043
 
3044
-            if (!is_email($to_email) && !empty($post_author_data->user_email)) {
3045
-                $to_email = $post_author_data->user_email;
3046
-            }
3044
+			if (!is_email($to_email) && !empty($post_author_data->user_email)) {
3045
+				$to_email = $post_author_data->user_email;
3046
+			}
3047 3047
 
3048
-            $message_type = 'listing_published';
3048
+			$message_type = 'listing_published';
3049 3049
 
3050
-            if (get_option('geodir_post_published_email_subject') == '') {
3051
-                update_option('geodir_post_published_email_subject', __('Listing Published Successfully', 'geodirectory'));
3052
-            }
3050
+			if (get_option('geodir_post_published_email_subject') == '') {
3051
+				update_option('geodir_post_published_email_subject', __('Listing Published Successfully', 'geodirectory'));
3052
+			}
3053 3053
 
3054
-            if (get_option('geodir_post_published_email_content') == '') {
3055
-                update_option('geodir_post_published_email_content', __("<p>Dear [#client_name#],</p><p>Your listing [#listing_link#] has been published. This email is just for your information.</p><p>[#listing_link#]</p><br><p>Thank you for your contribution.</p><p>[#site_name#]</p>", 'geodirectory'));
3056
-            }
3054
+			if (get_option('geodir_post_published_email_content') == '') {
3055
+				update_option('geodir_post_published_email_content', __("<p>Dear [#client_name#],</p><p>Your listing [#listing_link#] has been published. This email is just for your information.</p><p>[#listing_link#]</p><br><p>Thank you for your contribution.</p><p>[#site_name#]</p>", 'geodirectory'));
3056
+			}
3057 3057
 
3058
-            /**
3059
-             * Called before sending the email when listing gets published.
3060
-             *
3061
-             * @since 1.0.0
3062
-             * @package GeoDirectory
3063
-             * @param object $post_after The post object after update.
3064
-             * @param object $post_before The post object before update.
3065
-             */
3066
-            do_action('geodir_before_listing_published_email', $post_after, $post_before);
3067
-            if (is_email($to_email)) {
3068
-                geodir_sendEmail($from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID);
3069
-            }
3058
+			/**
3059
+			 * Called before sending the email when listing gets published.
3060
+			 *
3061
+			 * @since 1.0.0
3062
+			 * @package GeoDirectory
3063
+			 * @param object $post_after The post object after update.
3064
+			 * @param object $post_before The post object before update.
3065
+			 */
3066
+			do_action('geodir_before_listing_published_email', $post_after, $post_before);
3067
+			if (is_email($to_email)) {
3068
+				geodir_sendEmail($from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID);
3069
+			}
3070 3070
 
3071
-            /**
3072
-             * Called after sending the email when listing gets published.
3073
-             *
3074
-             * @since 1.0.0
3075
-             * @package GeoDirectory
3076
-             * @param object $post_after The post object after update.
3077
-             * @param object $post_before The post object before update.
3078
-             */
3079
-            do_action('geodir_after_listing_published_email', $post_after, $post_before);
3080
-        }
3081
-    }
3071
+			/**
3072
+			 * Called after sending the email when listing gets published.
3073
+			 *
3074
+			 * @since 1.0.0
3075
+			 * @package GeoDirectory
3076
+			 * @param object $post_after The post object after update.
3077
+			 * @param object $post_before The post object before update.
3078
+			 */
3079
+			do_action('geodir_after_listing_published_email', $post_after, $post_before);
3080
+		}
3081
+	}
3082 3082
 }
3083 3083
 
3084 3084
 add_action('wp_head', 'geodir_fb_like_thumbnail');
@@ -3092,14 +3092,14 @@  discard block
 block discarded – undo
3092 3092
  */
3093 3093
 function geodir_fb_like_thumbnail(){
3094 3094
 
3095
-    // return if not a single post
3096
-    if(!is_single()){return;}
3095
+	// return if not a single post
3096
+	if(!is_single()){return;}
3097 3097
 
3098
-    global $post;
3099
-    if(isset($post->featured_image) && $post->featured_image){
3100
-        $upload_dir = wp_upload_dir();
3101
-        $thumb = $upload_dir['baseurl'].$post->featured_image;
3102
-        echo "\n\n<!-- GD Facebook Like Thumbnail -->\n<link rel=\"image_src\" href=\"$thumb\" />\n<!-- End GD Facebook Like Thumbnail -->\n\n";
3098
+	global $post;
3099
+	if(isset($post->featured_image) && $post->featured_image){
3100
+		$upload_dir = wp_upload_dir();
3101
+		$thumb = $upload_dir['baseurl'].$post->featured_image;
3102
+		echo "\n\n<!-- GD Facebook Like Thumbnail -->\n<link rel=\"image_src\" href=\"$thumb\" />\n<!-- End GD Facebook Like Thumbnail -->\n\n";
3103 3103
 
3104
-    }
3104
+	}
3105 3105
 }
3106 3106
\ No newline at end of file
Please login to merge, or discard this patch.
geodirectory_hooks_actions.php 1 patch
Indentation   +1130 added lines, -1130 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@  discard block
 block discarded – undo
19 19
  */
20 20
 function geodir_get_ajax_url()
21 21
 {
22
-    return admin_url('admin-ajax.php?action=geodir_ajax_action');
22
+	return admin_url('admin-ajax.php?action=geodir_ajax_action');
23 23
 }
24 24
 
25 25
 /////////////////////
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
 add_filter('query_vars', 'geodir_add_geodir_page_var');
88 88
 add_action('wp', 'geodir_add_page_id_in_query_var'); // problem fix in wordpress 3.8
89 89
 if (get_option('permalink_structure') != '')
90
-    add_filter('parse_request', 'geodir_set_location_var_in_session_in_core');
90
+	add_filter('parse_request', 'geodir_set_location_var_in_session_in_core');
91 91
 
92 92
 add_filter('parse_query', 'geodir_modified_query');
93 93
 
@@ -154,14 +154,14 @@  discard block
 block discarded – undo
154 154
 /* POST AND LOOP ACTIONS */
155 155
 ////////////////////////
156 156
 if (!is_admin()) {
157
-    add_action('pre_get_posts', 'geodir_exclude_page', 100); /// Will help to exclude virtural page from everywhere
158
-    add_filter('wp_list_pages_excludes', 'exclude_from_wp_list_pages', 100);
159
-    /** Exclude Virtual Pages From Pages List **/
160
-    add_action('pre_get_posts', 'set_listing_request', 0);
161
-    add_action('pre_get_posts', 'geodir_listing_loop_filter', 1);
162
-    add_filter('excerpt_more', 'geodir_excerpt_more', 1000);
163
-    add_filter('excerpt_length', 'geodir_excerpt_length', 1000);
164
-    add_action('the_post', 'create_marker_jason_of_posts'); // Add marker in json array, Map related filter
157
+	add_action('pre_get_posts', 'geodir_exclude_page', 100); /// Will help to exclude virtural page from everywhere
158
+	add_filter('wp_list_pages_excludes', 'exclude_from_wp_list_pages', 100);
159
+	/** Exclude Virtual Pages From Pages List **/
160
+	add_action('pre_get_posts', 'set_listing_request', 0);
161
+	add_action('pre_get_posts', 'geodir_listing_loop_filter', 1);
162
+	add_filter('excerpt_more', 'geodir_excerpt_more', 1000);
163
+	add_filter('excerpt_length', 'geodir_excerpt_length', 1000);
164
+	add_action('the_post', 'create_marker_jason_of_posts'); // Add marker in json array, Map related filter
165 165
 }
166 166
 
167 167
 
@@ -222,12 +222,12 @@  discard block
 block discarded – undo
222 222
  */
223 223
 function geodir_unset_prev_theme_nav_location($newname)
224 224
 {
225
-    $geodir_theme_location = get_option('geodir_theme_location_nav_' . $newname);
226
-    if ($geodir_theme_location) {
227
-        update_option('geodir_theme_location_nav', $geodir_theme_location);
228
-    } else {
229
-        update_option('geodir_theme_location_nav', '');
230
-    }
225
+	$geodir_theme_location = get_option('geodir_theme_location_nav_' . $newname);
226
+	if ($geodir_theme_location) {
227
+		update_option('geodir_theme_location_nav', $geodir_theme_location);
228
+	} else {
229
+		update_option('geodir_theme_location_nav', '');
230
+	}
231 231
 }
232 232
 
233 233
 /// add action for theme switch to blank previous theme navigation location setting
@@ -248,32 +248,32 @@  discard block
 block discarded – undo
248 248
  */
249 249
 function geodir_add_post_filters()
250 250
 {
251
-    /**
252
-     * Contains all function for filtering listing.
253
-     *
254
-     * @since 1.0.0
255
-     * @package GeoDirectory
256
-     */
257
-    include_once('geodirectory-functions/listing_filters.php');
251
+	/**
252
+	 * Contains all function for filtering listing.
253
+	 *
254
+	 * @since 1.0.0
255
+	 * @package GeoDirectory
256
+	 */
257
+	include_once('geodirectory-functions/listing_filters.php');
258 258
 }
259 259
 
260 260
 
261 261
 if (!function_exists('geodir_init_defaults')) {
262
-    /**
263
-     * Calls the function to register the GeoDirectory default CPT and taxonomies.
264
-     *
265
-     * @since 1.0.0
266
-     * @package GeoDirectory
267
-     */
268
-    function geodir_init_defaults()
269
-    {
270
-        if (function_exists('geodir_register_defaults')) {
262
+	/**
263
+	 * Calls the function to register the GeoDirectory default CPT and taxonomies.
264
+	 *
265
+	 * @since 1.0.0
266
+	 * @package GeoDirectory
267
+	 */
268
+	function geodir_init_defaults()
269
+	{
270
+		if (function_exists('geodir_register_defaults')) {
271 271
 
272
-            geodir_register_defaults();
272
+			geodir_register_defaults();
273 273
 
274
-        }
274
+		}
275 275
 
276
-    }
276
+	}
277 277
 }
278 278
 
279 279
 
@@ -295,26 +295,26 @@  discard block
 block discarded – undo
295 295
 // CALLED ON 'sidebars_widgets' FILTER
296 296
 
297 297
 if (!function_exists('geodir_restrict_widget')) {
298
-    /**
299
-     * Sets global values to be able to tell if the current page is a GeoDirectory listing page or a GeoDirectory details page.
300
-     *
301
-     * @global bool $is_listing Sets the global value to true if on a GD category page. False if not.
302
-     * @global bool $is_single_place Sets the global value to true if on a GD details (post) page. False if not.
303
-     * @since 1.0.0
304
-     * @package GeoDirectory
305
-     */
306
-    function geodir_restrict_widget()
307
-    {
308
-        global $is_listing, $is_single_place;
298
+	/**
299
+	 * Sets global values to be able to tell if the current page is a GeoDirectory listing page or a GeoDirectory details page.
300
+	 *
301
+	 * @global bool $is_listing Sets the global value to true if on a GD category page. False if not.
302
+	 * @global bool $is_single_place Sets the global value to true if on a GD details (post) page. False if not.
303
+	 * @since 1.0.0
304
+	 * @package GeoDirectory
305
+	 */
306
+	function geodir_restrict_widget()
307
+	{
308
+		global $is_listing, $is_single_place;
309 309
 
310
-        // set is listing	
311
-        (geodir_is_page('listing')) ? $is_listing = true : $is_listing = false;
310
+		// set is listing	
311
+		(geodir_is_page('listing')) ? $is_listing = true : $is_listing = false;
312 312
 
313
-        // set is single place
314
-        (geodir_is_page('place')) ? $is_single_place = true : $is_single_place = false;
313
+		// set is single place
314
+		(geodir_is_page('place')) ? $is_single_place = true : $is_single_place = false;
315 315
 
316 316
 
317
-    }
317
+	}
318 318
 }
319 319
 
320 320
 
@@ -335,31 +335,31 @@  discard block
 block discarded – undo
335 335
  */
336 336
 function geodir_detail_page_sidebar_content_sorting()
337 337
 {
338
-    $arr_detail_page_sidebar_content =
339
-        /**
340
-         * An array of functions to be called to be displayed on the details (post) page sidebar.
341
-         *
342
-         * This filter can be used to remove sections of the details page sidebar,
343
-         * add new sections or rearrange the order of the sections.
344
-         *
345
-         * @param array array('geodir_social_sharing_buttons','geodir_share_this_button','geodir_detail_page_google_analytics','geodir_edit_post_link','geodir_detail_page_review_rating','geodir_detail_page_more_info') The array of functions that will be called.
346
-         * @since 1.0.0
347
-         */
348
-        apply_filters('geodir_detail_page_sidebar_content',
349
-            array('geodir_social_sharing_buttons',
350
-                'geodir_detail_page_google_analytics',
351
-                'geodir_edit_post_link',
352
-                'geodir_detail_page_review_rating',
353
-                'geodir_detail_page_more_info'
354
-            ) // end of array 
355
-        ); // end of apply filter
356
-    if (!empty($arr_detail_page_sidebar_content)) {
357
-        foreach ($arr_detail_page_sidebar_content as $content_function) {
358
-            if (function_exists($content_function)) {
359
-                add_action('geodir_detail_page_sidebar', $content_function);
360
-            }
361
-        }
362
-    }
338
+	$arr_detail_page_sidebar_content =
339
+		/**
340
+		 * An array of functions to be called to be displayed on the details (post) page sidebar.
341
+		 *
342
+		 * This filter can be used to remove sections of the details page sidebar,
343
+		 * add new sections or rearrange the order of the sections.
344
+		 *
345
+		 * @param array array('geodir_social_sharing_buttons','geodir_share_this_button','geodir_detail_page_google_analytics','geodir_edit_post_link','geodir_detail_page_review_rating','geodir_detail_page_more_info') The array of functions that will be called.
346
+		 * @since 1.0.0
347
+		 */
348
+		apply_filters('geodir_detail_page_sidebar_content',
349
+			array('geodir_social_sharing_buttons',
350
+				'geodir_detail_page_google_analytics',
351
+				'geodir_edit_post_link',
352
+				'geodir_detail_page_review_rating',
353
+				'geodir_detail_page_more_info'
354
+			) // end of array 
355
+		); // end of apply filter
356
+	if (!empty($arr_detail_page_sidebar_content)) {
357
+		foreach ($arr_detail_page_sidebar_content as $content_function) {
358
+			if (function_exists($content_function)) {
359
+				add_action('geodir_detail_page_sidebar', $content_function);
360
+			}
361
+		}
362
+	}
363 363
 }
364 364
 
365 365
 add_action('geodir_after_edit_post_link', 'geodir_add_to_favourite_link', 1);
@@ -374,14 +374,14 @@  discard block
 block discarded – undo
374 374
  */
375 375
 function geodir_add_to_favourite_link()
376 376
 {
377
-    global $post, $preview;
378
-    if (!$preview && geodir_is_page('detail')) {
379
-        ?>
377
+	global $post, $preview;
378
+	if (!$preview && geodir_is_page('detail')) {
379
+		?>
380 380
         <p class="edit_link">
381 381
             <?php geodir_favourite_html($post->post_author, $post->ID); ?>
382 382
         </p>
383 383
     <?php
384
-    }
384
+	}
385 385
 }
386 386
 
387 387
 /**
@@ -395,41 +395,41 @@  discard block
 block discarded – undo
395 395
  */
396 396
 function geodir_social_sharing_buttons()
397 397
 {
398
-    global $preview;
399
-    ob_start(); // Start  buffering;
400
-    /**
401
-     * This action is called before the social buttons twitter,facebook and google plus are output in a containing div.
402
-     *
403
-     * @since 1.0.0
404
-     */
405
-    do_action('geodir_before_social_sharing_buttons');
406
-    if (!$preview) {
407
-        ?>
398
+	global $preview;
399
+	ob_start(); // Start  buffering;
400
+	/**
401
+	 * This action is called before the social buttons twitter,facebook and google plus are output in a containing div.
402
+	 *
403
+	 * @since 1.0.0
404
+	 */
405
+	do_action('geodir_before_social_sharing_buttons');
406
+	if (!$preview) {
407
+		?>
408 408
         <div class="likethis">
409 409
             <?php geodir_twitter_tweet_button(); ?>
410 410
             <?php geodir_fb_like_button(); ?>
411 411
             <?php geodir_google_plus_button(); ?>
412 412
         </div>
413 413
     <?php
414
-    }// end of if, if its a preview or not
415
-
416
-    /**
417
-     * This action is called after the social buttons twitter,facebook and google plus are output in a containing div.
418
-     *
419
-     * @since 1.0.0
420
-     */
421
-    do_action('geodir_after_social_sharing_buttons');
422
-    $content_html = ob_get_clean();
423
-    if (trim($content_html) != '')
424
-        $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>';
425
-    if ((int)get_option('geodir_disable_tfg_buttons_section') != 1) {
426
-        /**
427
-         * Filter the geodir_social_sharing_buttons() function content.
428
-         *
429
-         * @param string $content_html The output html of the geodir_social_sharing_buttons() function.
430
-         */
431
-        echo $content_html = apply_filters('geodir_social_sharing_buttons_html', $content_html);
432
-    }
414
+	}// end of if, if its a preview or not
415
+
416
+	/**
417
+	 * This action is called after the social buttons twitter,facebook and google plus are output in a containing div.
418
+	 *
419
+	 * @since 1.0.0
420
+	 */
421
+	do_action('geodir_after_social_sharing_buttons');
422
+	$content_html = ob_get_clean();
423
+	if (trim($content_html) != '')
424
+		$content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>';
425
+	if ((int)get_option('geodir_disable_tfg_buttons_section') != 1) {
426
+		/**
427
+		 * Filter the geodir_social_sharing_buttons() function content.
428
+		 *
429
+		 * @param string $content_html The output html of the geodir_social_sharing_buttons() function.
430
+		 */
431
+		echo $content_html = apply_filters('geodir_social_sharing_buttons_html', $content_html);
432
+	}
433 433
 
434 434
 
435 435
 }
@@ -447,46 +447,46 @@  discard block
 block discarded – undo
447 447
  */
448 448
 function geodir_edit_post_link()
449 449
 {
450
-    global $post, $preview;
451
-    ob_start(); // Start buffering;
452
-    /**
453
-     * This is called before the edit post link html in the function geodir_edit_post_link()
454
-     *
455
-     * @since 1.0.0
456
-     */
457
-    do_action('geodir_before_edit_post_link');
458
-    if (!$preview) {
459
-        $is_current_user_owner = geodir_listing_belong_to_current_user();
450
+	global $post, $preview;
451
+	ob_start(); // Start buffering;
452
+	/**
453
+	 * This is called before the edit post link html in the function geodir_edit_post_link()
454
+	 *
455
+	 * @since 1.0.0
456
+	 */
457
+	do_action('geodir_before_edit_post_link');
458
+	if (!$preview) {
459
+		$is_current_user_owner = geodir_listing_belong_to_current_user();
460 460
         
461
-        if ($is_current_user_owner) {
462
-            $post_id = $post->ID;
461
+		if ($is_current_user_owner) {
462
+			$post_id = $post->ID;
463 463
             
464
-            if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
465
-                $post_id = (int)$_REQUEST['pid'];
466
-            }
464
+			if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
465
+				$post_id = (int)$_REQUEST['pid'];
466
+			}
467 467
 
468
-            $postlink = get_permalink(geodir_add_listing_page_id());
469
-            $editlink = geodir_getlink($postlink, array('pid' => $post_id), false);
470
-            echo ' <p class="edit_link"><i class="fa fa-pencil"></i> <a href="' . esc_url($editlink) . '">' . __('Edit this Post', 'geodirectory') . '</a></p>';
471
-        }
472
-    }// end of if, if its a preview or not
473
-    /**
474
-     * This is called after the edit post link html in the function geodir_edit_post_link()
475
-     *
476
-     * @since 1.0.0
477
-     */
478
-    do_action('geodir_after_edit_post_link');
479
-    $content_html = ob_get_clean();
480
-    if (trim($content_html) != '')
481
-        $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>';
482
-    if ((int)get_option('geodir_disable_user_links_section') != 1) {
483
-        /**
484
-         * Filter the geodir_edit_post_link() function content.
485
-         *
486
-         * @param string $content_html The output html of the geodir_edit_post_link() function.
487
-         */
488
-        echo $content_html = apply_filters('geodir_edit_post_link_html', $content_html);
489
-    }
468
+			$postlink = get_permalink(geodir_add_listing_page_id());
469
+			$editlink = geodir_getlink($postlink, array('pid' => $post_id), false);
470
+			echo ' <p class="edit_link"><i class="fa fa-pencil"></i> <a href="' . esc_url($editlink) . '">' . __('Edit this Post', 'geodirectory') . '</a></p>';
471
+		}
472
+	}// end of if, if its a preview or not
473
+	/**
474
+	 * This is called after the edit post link html in the function geodir_edit_post_link()
475
+	 *
476
+	 * @since 1.0.0
477
+	 */
478
+	do_action('geodir_after_edit_post_link');
479
+	$content_html = ob_get_clean();
480
+	if (trim($content_html) != '')
481
+		$content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>';
482
+	if ((int)get_option('geodir_disable_user_links_section') != 1) {
483
+		/**
484
+		 * Filter the geodir_edit_post_link() function content.
485
+		 *
486
+		 * @param string $content_html The output html of the geodir_edit_post_link() function.
487
+		 */
488
+		echo $content_html = apply_filters('geodir_edit_post_link_html', $content_html);
489
+	}
490 490
 }
491 491
 
492 492
 /**
@@ -500,42 +500,42 @@  discard block
 block discarded – undo
500 500
  */
501 501
 function geodir_detail_page_google_analytics()
502 502
 {
503
-    global $post,$preview;
504
-    if($preview){return '';}
505
-    $package_info = array();
506
-    $package_info = geodir_post_package_info($package_info, $post);
503
+	global $post,$preview;
504
+	if($preview){return '';}
505
+	$package_info = array();
506
+	$package_info = geodir_post_package_info($package_info, $post);
507 507
 
508
-    $id = trim(get_option('geodir_ga_account_id'));
508
+	$id = trim(get_option('geodir_ga_account_id'));
509 509
 
510
-    if (!$id) {
511
-        return; //if no Google Analytics ID then bail.
512
-    }
510
+	if (!$id) {
511
+		return; //if no Google Analytics ID then bail.
512
+	}
513 513
 
514
-    ob_start(); // Start buffering;
515
-    /**
516
-     * This is called before the edit post link html in the function geodir_detail_page_google_analytics()
517
-     *
518
-     * @since 1.0.0
519
-     */
520
-    do_action('geodir_before_google_analytics');
514
+	ob_start(); // Start buffering;
515
+	/**
516
+	 * This is called before the edit post link html in the function geodir_detail_page_google_analytics()
517
+	 *
518
+	 * @since 1.0.0
519
+	 */
520
+	do_action('geodir_before_google_analytics');
521 521
     
522
-    $refresh_time = get_option('geodir_ga_refresh_time', 5);
523
-    /**
524
-     * Filter the time interval to check & refresh new users results.
525
-     *
526
-     * @since 1.5.9
527
-     *
528
-     * @param int $refresh_time Time interval to check & refresh new users results.
529
-     */
530
-    $refresh_time = apply_filters('geodir_google_analytics_refresh_time', $refresh_time);
531
-    $refresh_time = absint($refresh_time * 1000);
522
+	$refresh_time = get_option('geodir_ga_refresh_time', 5);
523
+	/**
524
+	 * Filter the time interval to check & refresh new users results.
525
+	 *
526
+	 * @since 1.5.9
527
+	 *
528
+	 * @param int $refresh_time Time interval to check & refresh new users results.
529
+	 */
530
+	$refresh_time = apply_filters('geodir_google_analytics_refresh_time', $refresh_time);
531
+	$refresh_time = absint($refresh_time * 1000);
532 532
     
533
-    $hide_refresh = get_option('geodir_ga_auto_refresh');
533
+	$hide_refresh = get_option('geodir_ga_auto_refresh');
534 534
     
535
-    $auto_refresh = $hide_refresh && $refresh_time && $refresh_time > 0 ? 1 : 0;
536
-    if (get_option('geodir_ga_stats') && is_user_logged_in() &&  (isset($package_info->google_analytics) && $package_info->google_analytics == '1') && (get_current_user_id()==$post->post_author || current_user_can( 'manage_options' )) ) {
537
-        $page_url = urlencode($_SERVER['REQUEST_URI']);
538
-        ?>
535
+	$auto_refresh = $hide_refresh && $refresh_time && $refresh_time > 0 ? 1 : 0;
536
+	if (get_option('geodir_ga_stats') && is_user_logged_in() &&  (isset($package_info->google_analytics) && $package_info->google_analytics == '1') && (get_current_user_id()==$post->post_author || current_user_can( 'manage_options' )) ) {
537
+		$page_url = urlencode($_SERVER['REQUEST_URI']);
538
+		?>
539 539
         <script type="text/javascript">
540 540
             var gd_gaTimeOut;
541 541
             var gd_gaTime = parseInt('<?php echo $refresh_time;?>');
@@ -787,15 +787,15 @@  discard block
 block discarded – undo
787 787
                     var labels = results[1].rows.map(function(row) { return +row[0]; });
788 788
 
789 789
                     <?php
790
-                    // Here we list the shorthand days of the week so it can be used in translation.
791
-                    __("Mon",'geodirectory');
792
-                    __("Tue",'geodirectory');
793
-                    __("Wed",'geodirectory');
794
-                    __("Thu",'geodirectory');
795
-                    __("Fri",'geodirectory');
796
-                    __("Sat",'geodirectory');
797
-                    __("Sun",'geodirectory');
798
-                    ?>
790
+					// Here we list the shorthand days of the week so it can be used in translation.
791
+					__("Mon",'geodirectory');
792
+					__("Tue",'geodirectory');
793
+					__("Wed",'geodirectory');
794
+					__("Thu",'geodirectory');
795
+					__("Fri",'geodirectory');
796
+					__("Sat",'geodirectory');
797
+					__("Sun",'geodirectory');
798
+					?>
799 799
 
800 800
                     labels = [
801 801
                         "<?php _e(date('D', strtotime("+1 day")),'geodirectory'); ?>",
@@ -1044,24 +1044,24 @@  discard block
 block discarded – undo
1044 1044
         </span>
1045 1045
 
1046 1046
     <?php
1047
-    }
1048
-    /**
1049
-     * This is called after the edit post link html in the function geodir_detail_page_google_analytics()
1050
-     *
1051
-     * @since 1.0.0
1052
-     */
1053
-    do_action('geodir_after_google_analytics');
1054
-    $content_html = ob_get_clean();
1055
-    if (trim($content_html) != '')
1056
-        $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>';
1057
-    if ((int)get_option('geodir_disable_google_analytics_section') != 1) {
1058
-        /**
1059
-         * Filter the geodir_edit_post_link() function content.
1060
-         *
1061
-         * @param string $content_html The output html of the geodir_edit_post_link() function.
1062
-         */
1063
-        echo $content_html = apply_filters('geodir_google_analytic_html', $content_html);
1064
-    }
1047
+	}
1048
+	/**
1049
+	 * This is called after the edit post link html in the function geodir_detail_page_google_analytics()
1050
+	 *
1051
+	 * @since 1.0.0
1052
+	 */
1053
+	do_action('geodir_after_google_analytics');
1054
+	$content_html = ob_get_clean();
1055
+	if (trim($content_html) != '')
1056
+		$content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>';
1057
+	if ((int)get_option('geodir_disable_google_analytics_section') != 1) {
1058
+		/**
1059
+		 * Filter the geodir_edit_post_link() function content.
1060
+		 *
1061
+		 * @param string $content_html The output html of the geodir_edit_post_link() function.
1062
+		 */
1063
+		echo $content_html = apply_filters('geodir_google_analytic_html', $content_html);
1064
+	}
1065 1065
 }
1066 1066
 
1067 1067
 /**
@@ -1077,90 +1077,90 @@  discard block
 block discarded – undo
1077 1077
  */
1078 1078
 function geodir_detail_page_review_rating()
1079 1079
 {
1080
-    global $post, $preview, $post_images;
1081
-    ob_start(); // Start  buffering;
1082
-    /**
1083
-     * This is called before the rating html in the function geodir_detail_page_review_rating().
1084
-     *
1085
-     * This is called outside the check for an actual rating and the check for preview page.
1086
-     *
1087
-     * @since 1.0.0
1088
-     */
1089
-    do_action('geodir_before_detail_page_review_rating');
1090
-
1091
-    $comment_count = geodir_get_review_count_total($post->ID);
1092
-    $post_avgratings = geodir_get_post_rating($post->ID);
1093
-
1094
-    if ($post_avgratings != 0 && !$preview) {
1095
-        /**
1096
-         * This is called before the rating html in the function geodir_detail_page_review_rating().
1097
-         *
1098
-         * This is called inside the check for an actual rating and the check for preview page.
1099
-         *
1100
-         * @since 1.0.0
1101
-         * @param float $post_avgratings Average rating for the surrent post.
1102
-         * @param int $post->ID Current post ID.
1103
-         */
1104
-        do_action('geodir_before_review_rating_stars_on_detail', $post_avgratings, $post->ID);
1105
-
1106
-        $html = '<p style=" float:left;">';
1107
-        $html .= geodir_get_rating_stars($post_avgratings, $post->ID);
1108
-        $html .= '<div class="average-review" itemscope itemtype="http://data-vocabulary.org/Review-aggregate">';
1109
-        $post_avgratings = (is_float($post_avgratings) || (strpos($post_avgratings, ".", 1) == 1 && strlen($post_avgratings) > 3)) ? number_format($post_avgratings, 1, '.', '') : $post_avgratings;
1080
+	global $post, $preview, $post_images;
1081
+	ob_start(); // Start  buffering;
1082
+	/**
1083
+	 * This is called before the rating html in the function geodir_detail_page_review_rating().
1084
+	 *
1085
+	 * This is called outside the check for an actual rating and the check for preview page.
1086
+	 *
1087
+	 * @since 1.0.0
1088
+	 */
1089
+	do_action('geodir_before_detail_page_review_rating');
1090
+
1091
+	$comment_count = geodir_get_review_count_total($post->ID);
1092
+	$post_avgratings = geodir_get_post_rating($post->ID);
1093
+
1094
+	if ($post_avgratings != 0 && !$preview) {
1095
+		/**
1096
+		 * This is called before the rating html in the function geodir_detail_page_review_rating().
1097
+		 *
1098
+		 * This is called inside the check for an actual rating and the check for preview page.
1099
+		 *
1100
+		 * @since 1.0.0
1101
+		 * @param float $post_avgratings Average rating for the surrent post.
1102
+		 * @param int $post->ID Current post ID.
1103
+		 */
1104
+		do_action('geodir_before_review_rating_stars_on_detail', $post_avgratings, $post->ID);
1105
+
1106
+		$html = '<p style=" float:left;">';
1107
+		$html .= geodir_get_rating_stars($post_avgratings, $post->ID);
1108
+		$html .= '<div class="average-review" itemscope itemtype="http://data-vocabulary.org/Review-aggregate">';
1109
+		$post_avgratings = (is_float($post_avgratings) || (strpos($post_avgratings, ".", 1) == 1 && strlen($post_avgratings) > 3)) ? number_format($post_avgratings, 1, '.', '') : $post_avgratings;
1110 1110
        
1111 1111
 	   $reviews_text = $comment_count > 1 ? __("reviews", 'geodirectory') : __("review", 'geodirectory');
1112 1112
 	   
1113 1113
 	   $html .= '<span itemprop="rating" itemscope itemtype="http://data-vocabulary.org/Rating"><span class="rating" itemprop="average" content="' . $post_avgratings . '">' . $post_avgratings . '</span> / <span itemprop="best" content="5">5</span> ' . __("based on", 'geodirectory') . ' </span><span class="count" itemprop="count" content="' . $comment_count . '">' . $comment_count . ' ' . $reviews_text . '</span><br />';
1114 1114
 
1115
-        $html .= '<span class="item">';
1116
-        $html .= '<span class="fn" itemprop="itemreviewed">' . $post->post_title . '</span>';
1115
+		$html .= '<span class="item">';
1116
+		$html .= '<span class="fn" itemprop="itemreviewed">' . $post->post_title . '</span>';
1117 1117
 
1118
-        if ($post_images) {
1119
-            foreach ($post_images as $img) {
1120
-                $post_img = $img->src;
1121
-                break;
1122
-            }
1123
-        }
1124
-
1125
-        if (isset($post_img) && $post_img) {
1126
-            $html .= '<br /><img src="' . $post_img . '" class="photo" alt="' . esc_attr($post->post_title) . '" itemprop="photo" content="' . $post_img . '" class="photo" />';
1127
-        }
1128
-
1129
-        $html .= '</span>';
1130
-
1131
-        echo $html .= '</div>';
1132
-        /**
1133
-         * This is called after the rating html in the function geodir_detail_page_review_rating().
1134
-         *
1135
-         * This is called inside the check for an actual rating and the check for preview page.
1136
-         *
1137
-         * @since 1.0.0
1138
-         * @param float $post_avgratings Average rating for the surrent post.
1139
-         * @param int $post->ID Current post ID.
1140
-         */
1141
-        do_action('geodir_after_review_rating_stars_on_detail', $post_avgratings, $post->ID);
1142
-    }
1143
-    /**
1144
-     * This is called before the rating html in the function geodir_detail_page_review_rating().
1145
-     *
1146
-     * This is called outside the check for an actual rating and the check for preview page.
1147
-     *
1148
-     * @since 1.0.0
1149
-     */
1150
-    do_action('geodir_after_detail_page_review_rating');
1151
-    $content_html = ob_get_clean();
1152
-    if (trim($content_html) != '') {
1153
-        $content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">' . $content_html . '</div>';
1154
-    }
1155
-    if ((int)get_option('geodir_disable_rating_info_section') != 1) {
1156
-        /**
1157
-         * Filter the geodir_detail_page_review_rating() function content.
1158
-         *
1159
-         * @since 1.0.0
1160
-         * @param string $content_html The output html of the geodir_detail_page_review_rating() function.
1161
-         */
1162
-        echo $content_html = apply_filters('geodir_detail_page_review_rating_html', $content_html);
1163
-    }
1118
+		if ($post_images) {
1119
+			foreach ($post_images as $img) {
1120
+				$post_img = $img->src;
1121
+				break;
1122
+			}
1123
+		}
1124
+
1125
+		if (isset($post_img) && $post_img) {
1126
+			$html .= '<br /><img src="' . $post_img . '" class="photo" alt="' . esc_attr($post->post_title) . '" itemprop="photo" content="' . $post_img . '" class="photo" />';
1127
+		}
1128
+
1129
+		$html .= '</span>';
1130
+
1131
+		echo $html .= '</div>';
1132
+		/**
1133
+		 * This is called after the rating html in the function geodir_detail_page_review_rating().
1134
+		 *
1135
+		 * This is called inside the check for an actual rating and the check for preview page.
1136
+		 *
1137
+		 * @since 1.0.0
1138
+		 * @param float $post_avgratings Average rating for the surrent post.
1139
+		 * @param int $post->ID Current post ID.
1140
+		 */
1141
+		do_action('geodir_after_review_rating_stars_on_detail', $post_avgratings, $post->ID);
1142
+	}
1143
+	/**
1144
+	 * This is called before the rating html in the function geodir_detail_page_review_rating().
1145
+	 *
1146
+	 * This is called outside the check for an actual rating and the check for preview page.
1147
+	 *
1148
+	 * @since 1.0.0
1149
+	 */
1150
+	do_action('geodir_after_detail_page_review_rating');
1151
+	$content_html = ob_get_clean();
1152
+	if (trim($content_html) != '') {
1153
+		$content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">' . $content_html . '</div>';
1154
+	}
1155
+	if ((int)get_option('geodir_disable_rating_info_section') != 1) {
1156
+		/**
1157
+		 * Filter the geodir_detail_page_review_rating() function content.
1158
+		 *
1159
+		 * @since 1.0.0
1160
+		 * @param string $content_html The output html of the geodir_detail_page_review_rating() function.
1161
+		 */
1162
+		echo $content_html = apply_filters('geodir_detail_page_review_rating_html', $content_html);
1163
+	}
1164 1164
 }
1165 1165
 
1166 1166
 /**
@@ -1172,35 +1172,35 @@  discard block
 block discarded – undo
1172 1172
  */
1173 1173
 function geodir_detail_page_more_info()
1174 1174
 {
1175
-    ob_start(); // Start  buffering;
1176
-    /**
1177
-     * This is called before the info section html.
1178
-     *
1179
-     * @since 1.0.0
1180
-     */
1181
-    do_action('geodir_before_detail_page_more_info');
1182
-    if ($geodir_post_detail_fields = geodir_show_listing_info('detail')) {
1183
-        echo $geodir_post_detail_fields;
1184
-    }
1185
-    /**
1186
-     * This is called after the info section html.
1187
-     *
1188
-     * @since 1.0.0
1189
-     */
1190
-    do_action('geodir_after_detail_page_more_info');
1191
-
1192
-    $content_html = ob_get_clean();
1193
-    if (trim($content_html) != '')
1194
-        $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>';
1195
-    if ((int)get_option('geodir_disable_listing_info_section') != 1) {
1196
-        /**
1197
-         * Filter the output html for function geodir_detail_page_more_info().
1198
-         *
1199
-         * @since 1.0.0
1200
-         * @param string $content_html The output html of the geodir_detail_page_more_info() function.
1201
-         */
1202
-        echo $content_html = apply_filters('geodir_detail_page_more_info_html', $content_html);
1203
-    }
1175
+	ob_start(); // Start  buffering;
1176
+	/**
1177
+	 * This is called before the info section html.
1178
+	 *
1179
+	 * @since 1.0.0
1180
+	 */
1181
+	do_action('geodir_before_detail_page_more_info');
1182
+	if ($geodir_post_detail_fields = geodir_show_listing_info('detail')) {
1183
+		echo $geodir_post_detail_fields;
1184
+	}
1185
+	/**
1186
+	 * This is called after the info section html.
1187
+	 *
1188
+	 * @since 1.0.0
1189
+	 */
1190
+	do_action('geodir_after_detail_page_more_info');
1191
+
1192
+	$content_html = ob_get_clean();
1193
+	if (trim($content_html) != '')
1194
+		$content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>';
1195
+	if ((int)get_option('geodir_disable_listing_info_section') != 1) {
1196
+		/**
1197
+		 * Filter the output html for function geodir_detail_page_more_info().
1198
+		 *
1199
+		 * @since 1.0.0
1200
+		 * @param string $content_html The output html of the geodir_detail_page_more_info() function.
1201
+		 */
1202
+		echo $content_html = apply_filters('geodir_detail_page_more_info_html', $content_html);
1203
+	}
1204 1204
 }
1205 1205
 
1206 1206
 
@@ -1214,15 +1214,15 @@  discard block
 block discarded – undo
1214 1214
  */
1215 1215
 function geodir_localize_all_js_msg()
1216 1216
 {// check_ajax_referer function is used to make sure no files are uplaoded remotly but it will fail if used between https and non https so we do the check below of the urls
1217
-    if (str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
1218
-        $ajax_url = admin_url('admin-ajax.php');
1219
-    } elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
1220
-        $ajax_url = admin_url('admin-ajax.php');
1221
-    } elseif (str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
1222
-        $ajax_url = str_replace("https", "http", admin_url('admin-ajax.php'));
1223
-    } elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
1224
-        $ajax_url = str_replace("http", "https", admin_url('admin-ajax.php'));
1225
-    }
1217
+	if (str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
1218
+		$ajax_url = admin_url('admin-ajax.php');
1219
+	} elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
1220
+		$ajax_url = admin_url('admin-ajax.php');
1221
+	} elseif (str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
1222
+		$ajax_url = str_replace("https", "http", admin_url('admin-ajax.php'));
1223
+	} elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
1224
+		$ajax_url = str_replace("http", "https", admin_url('admin-ajax.php'));
1225
+	}
1226 1226
 	
1227 1227
 	/**
1228 1228
 	 * Filter the allowed image type extensions for post images.
@@ -1232,60 +1232,60 @@  discard block
 block discarded – undo
1232 1232
 	 */
1233 1233
 	$allowed_img_types = apply_filters('geodir_allowed_post_image_exts', array('jpg', 'jpeg', 'jpe', 'gif', 'png'));
1234 1234
 	
1235
-    $default_marker_icon = get_option('geodir_default_marker_icon');
1236
-    $default_marker_size = geodir_get_marker_size($default_marker_icon, array('w' => 20, 'h' => 34));
1237
-    $default_marker_width = $default_marker_size['w'];
1238
-    $default_marker_height = $default_marker_size['h'];
1235
+	$default_marker_icon = get_option('geodir_default_marker_icon');
1236
+	$default_marker_size = geodir_get_marker_size($default_marker_icon, array('w' => 20, 'h' => 34));
1237
+	$default_marker_width = $default_marker_size['w'];
1238
+	$default_marker_height = $default_marker_size['h'];
1239 1239
     
1240
-    $arr_alert_msg = array(
1241
-        'geodir_plugin_url' => geodir_plugin_url(),
1242
-        'geodir_admin_ajax_url' => $ajax_url,
1243
-        'custom_field_not_blank_var' => __('HTML Variable Name must not be blank', 'geodirectory'),
1244
-        'custom_field_not_special_char' => __('Please do not use special character and spaces in HTML Variable Name.', 'geodirectory'),
1245
-        'custom_field_unique_name' => __('HTML Variable Name should be a unique name.', 'geodirectory'),
1246
-        'custom_field_delete' => __('Are you wish to delete this field?', 'geodirectory'),
1247
-        //start not show alert msg
1248
-        'tax_meta_class_succ_del_msg' => __('File has been successfully deleted.', 'geodirectory'),
1249
-        'tax_meta_class_not_permission_to_del_msg' => __('You do NOT have permission to delete this file.', 'geodirectory'),
1250
-        'tax_meta_class_order_save_msg' => __('Order saved!', 'geodirectory'),
1251
-        'tax_meta_class_not_permission_record_img_msg' => __('You do not have permission to reorder images.', 'geodirectory'),
1252
-        'address_not_found_on_map_msg' => __('Address not found for:', 'geodirectory'),
1253
-        // end not show alert msg
1254
-        'my_place_listing_del' => __('Are you wish to delete this listing?', 'geodirectory'),
1255
-        'my_main_listing_del' => __('Deleting the main listing of a franchise will turn all franchises in regular listings. Are you sure wish to delete this main listing?', 'geodirectory'),
1256
-        //start not show alert msg
1257
-        'rating_error_msg' => __('Error : please retry', 'geodirectory'),
1258
-        'listing_url_prefix_msg' => __('Please enter listing url prefix', 'geodirectory'),
1259
-        'invalid_listing_prefix_msg' => __('Invalid character in listing url prefix', 'geodirectory'),
1260
-        'location_url_prefix_msg' => __('Please enter location url prefix', 'geodirectory'),
1261
-        'invalid_location_prefix_msg' => __('Invalid character in location url prefix', 'geodirectory'),
1262
-        'location_and_cat_url_separator_msg' => __('Please enter location and category url separator', 'geodirectory'),
1263
-        'invalid_char_and_cat_url_separator_msg' => __('Invalid character in location and category url separator', 'geodirectory'),
1264
-        'listing_det_url_separator_msg' => __('Please enter listing detail url separator', 'geodirectory'),
1265
-        'invalid_char_listing_det_url_separator_msg' => __('Invalid character in listing detail url separator', 'geodirectory'),
1266
-        'loading_listing_error_favorite' => __('Error loading listing.', 'geodirectory'),
1267
-        'geodir_field_id_required' => __('This field is required.', 'geodirectory'),
1268
-        'geodir_valid_email_address_msg' => __('Please enter valid email address.', 'geodirectory'),
1269
-        'geodir_default_marker_icon' => $default_marker_icon,
1270
-        'geodir_default_marker_w' => $default_marker_width,
1271
-        'geodir_default_marker_h' => $default_marker_height,
1272
-        'geodir_latitude_error_msg' => GEODIR_LATITUDE_ERROR_MSG,
1273
-        'geodir_longgitude_error_msg' => GEODIR_LOGNGITUDE_ERROR_MSG,
1274
-        'geodir_default_rating_star_icon' => get_option('geodir_default_rating_star_icon'),
1275
-        'gd_cmt_btn_post_reply' => __('Post Reply', 'geodirectory'),
1276
-        'gd_cmt_btn_reply_text' => __('Reply text', 'geodirectory'),
1277
-        'gd_cmt_btn_post_review' => __('Post Review', 'geodirectory'),
1278
-        'gd_cmt_btn_review_text' => __('Review text', 'geodirectory'),
1279
-        'gd_cmt_err_no_rating' => __("Please select star rating, you can't leave a review without stars.", 'geodirectory'),
1280
-        /* on/off dragging for phone devices */
1281
-        'geodir_onoff_dragging' => get_option('geodir_map_onoff_dragging') ? true : false,
1282
-        'geodir_is_mobile' => wp_is_mobile() ? true : false,
1283
-        'geodir_on_dragging_text' => __('Enable Dragging', 'geodirectory'),
1284
-        'geodir_off_dragging_text' => __('Disable Dragging', 'geodirectory'),
1285
-        'geodir_err_max_file_size' => __('File size error : You tried to upload a file over %s', 'geodirectory'),
1286
-        'geodir_err_file_upload_limit' => __('You have reached your upload limit of %s files.', 'geodirectory'),
1287
-        'geodir_err_pkg_upload_limit' => __('You may only upload %s files with this package, please try again.', 'geodirectory'),
1288
-        'geodir_action_remove' => __('Remove', 'geodirectory'),
1240
+	$arr_alert_msg = array(
1241
+		'geodir_plugin_url' => geodir_plugin_url(),
1242
+		'geodir_admin_ajax_url' => $ajax_url,
1243
+		'custom_field_not_blank_var' => __('HTML Variable Name must not be blank', 'geodirectory'),
1244
+		'custom_field_not_special_char' => __('Please do not use special character and spaces in HTML Variable Name.', 'geodirectory'),
1245
+		'custom_field_unique_name' => __('HTML Variable Name should be a unique name.', 'geodirectory'),
1246
+		'custom_field_delete' => __('Are you wish to delete this field?', 'geodirectory'),
1247
+		//start not show alert msg
1248
+		'tax_meta_class_succ_del_msg' => __('File has been successfully deleted.', 'geodirectory'),
1249
+		'tax_meta_class_not_permission_to_del_msg' => __('You do NOT have permission to delete this file.', 'geodirectory'),
1250
+		'tax_meta_class_order_save_msg' => __('Order saved!', 'geodirectory'),
1251
+		'tax_meta_class_not_permission_record_img_msg' => __('You do not have permission to reorder images.', 'geodirectory'),
1252
+		'address_not_found_on_map_msg' => __('Address not found for:', 'geodirectory'),
1253
+		// end not show alert msg
1254
+		'my_place_listing_del' => __('Are you wish to delete this listing?', 'geodirectory'),
1255
+		'my_main_listing_del' => __('Deleting the main listing of a franchise will turn all franchises in regular listings. Are you sure wish to delete this main listing?', 'geodirectory'),
1256
+		//start not show alert msg
1257
+		'rating_error_msg' => __('Error : please retry', 'geodirectory'),
1258
+		'listing_url_prefix_msg' => __('Please enter listing url prefix', 'geodirectory'),
1259
+		'invalid_listing_prefix_msg' => __('Invalid character in listing url prefix', 'geodirectory'),
1260
+		'location_url_prefix_msg' => __('Please enter location url prefix', 'geodirectory'),
1261
+		'invalid_location_prefix_msg' => __('Invalid character in location url prefix', 'geodirectory'),
1262
+		'location_and_cat_url_separator_msg' => __('Please enter location and category url separator', 'geodirectory'),
1263
+		'invalid_char_and_cat_url_separator_msg' => __('Invalid character in location and category url separator', 'geodirectory'),
1264
+		'listing_det_url_separator_msg' => __('Please enter listing detail url separator', 'geodirectory'),
1265
+		'invalid_char_listing_det_url_separator_msg' => __('Invalid character in listing detail url separator', 'geodirectory'),
1266
+		'loading_listing_error_favorite' => __('Error loading listing.', 'geodirectory'),
1267
+		'geodir_field_id_required' => __('This field is required.', 'geodirectory'),
1268
+		'geodir_valid_email_address_msg' => __('Please enter valid email address.', 'geodirectory'),
1269
+		'geodir_default_marker_icon' => $default_marker_icon,
1270
+		'geodir_default_marker_w' => $default_marker_width,
1271
+		'geodir_default_marker_h' => $default_marker_height,
1272
+		'geodir_latitude_error_msg' => GEODIR_LATITUDE_ERROR_MSG,
1273
+		'geodir_longgitude_error_msg' => GEODIR_LOGNGITUDE_ERROR_MSG,
1274
+		'geodir_default_rating_star_icon' => get_option('geodir_default_rating_star_icon'),
1275
+		'gd_cmt_btn_post_reply' => __('Post Reply', 'geodirectory'),
1276
+		'gd_cmt_btn_reply_text' => __('Reply text', 'geodirectory'),
1277
+		'gd_cmt_btn_post_review' => __('Post Review', 'geodirectory'),
1278
+		'gd_cmt_btn_review_text' => __('Review text', 'geodirectory'),
1279
+		'gd_cmt_err_no_rating' => __("Please select star rating, you can't leave a review without stars.", 'geodirectory'),
1280
+		/* on/off dragging for phone devices */
1281
+		'geodir_onoff_dragging' => get_option('geodir_map_onoff_dragging') ? true : false,
1282
+		'geodir_is_mobile' => wp_is_mobile() ? true : false,
1283
+		'geodir_on_dragging_text' => __('Enable Dragging', 'geodirectory'),
1284
+		'geodir_off_dragging_text' => __('Disable Dragging', 'geodirectory'),
1285
+		'geodir_err_max_file_size' => __('File size error : You tried to upload a file over %s', 'geodirectory'),
1286
+		'geodir_err_file_upload_limit' => __('You have reached your upload limit of %s files.', 'geodirectory'),
1287
+		'geodir_err_pkg_upload_limit' => __('You may only upload %s files with this package, please try again.', 'geodirectory'),
1288
+		'geodir_action_remove' => __('Remove', 'geodirectory'),
1289 1289
 		'geodir_txt_all_files' => __('Allowed files', 'geodirectory'),
1290 1290
 		'geodir_err_file_type' => __('File type error. Allowed file types: %s', 'geodirectory'),
1291 1291
 		'gd_allowed_img_types' => !empty($allowed_img_types) ? implode(',', $allowed_img_types) : '',
@@ -1293,35 +1293,35 @@  discard block
 block discarded – undo
1293 1293
 		'geodir_txt_form_searching' => __('Searching...', 'geodirectory'),
1294 1294
 		'fa_rating' => (int)get_option('geodir_reviewrating_enable_font_awesome') == 1 ? 1 : '',
1295 1295
 		'reviewrating' => defined('GEODIRREVIEWRATING_VERSION') ? 1 : '',
1296
-        'multirating' => defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_rating') ? true : false,
1297
-        'geodir_map_name' => geodir_map_name(),
1298
-        'osmStart' => __('Start', 'geodirectory'),
1299
-        'osmVia' => __('Via {viaNumber}', 'geodirectory'),
1300
-        'osmEnd' => __('Enter Your Location', 'geodirectory'),
1301
-        'ga_delete_check' => __('Are you wish to Deauthorize and break Analytics?', 'geodirectory'),
1302
-
1303
-    );
1304
-
1305
-    /**
1306
-     * Filters the translated JS strings from function geodir_localize_all_js_msg().
1307
-     *
1308
-     * With this filter you can add, remove or change translated JS strings.
1309
-     * You should add your own translations to this if you are building an addon rather than adding another script block.
1310
-     *
1311
-     * @since 1.0.0
1312
-     */
1313
-    $arr_alert_msg = apply_filters('geodir_all_js_msg', $arr_alert_msg);
1314
-
1315
-    foreach ($arr_alert_msg as $key => $value) {
1316
-        if (!is_scalar($value))
1317
-            continue;
1318
-        $arr_alert_msg[$key] = html_entity_decode((string)$value, ENT_QUOTES, 'UTF-8');
1319
-    }
1296
+		'multirating' => defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_rating') ? true : false,
1297
+		'geodir_map_name' => geodir_map_name(),
1298
+		'osmStart' => __('Start', 'geodirectory'),
1299
+		'osmVia' => __('Via {viaNumber}', 'geodirectory'),
1300
+		'osmEnd' => __('Enter Your Location', 'geodirectory'),
1301
+		'ga_delete_check' => __('Are you wish to Deauthorize and break Analytics?', 'geodirectory'),
1302
+
1303
+	);
1304
+
1305
+	/**
1306
+	 * Filters the translated JS strings from function geodir_localize_all_js_msg().
1307
+	 *
1308
+	 * With this filter you can add, remove or change translated JS strings.
1309
+	 * You should add your own translations to this if you are building an addon rather than adding another script block.
1310
+	 *
1311
+	 * @since 1.0.0
1312
+	 */
1313
+	$arr_alert_msg = apply_filters('geodir_all_js_msg', $arr_alert_msg);
1320 1314
 
1321
-    $script = "var geodir_all_js_msg = " . json_encode($arr_alert_msg) . ';';
1322
-    echo '<script>';
1323
-    echo $script;
1324
-    echo '</script>';
1315
+	foreach ($arr_alert_msg as $key => $value) {
1316
+		if (!is_scalar($value))
1317
+			continue;
1318
+		$arr_alert_msg[$key] = html_entity_decode((string)$value, ENT_QUOTES, 'UTF-8');
1319
+	}
1320
+
1321
+	$script = "var geodir_all_js_msg = " . json_encode($arr_alert_msg) . ';';
1322
+	echo '<script>';
1323
+	echo $script;
1324
+	echo '</script>';
1325 1325
 }
1326 1326
 
1327 1327
 add_action('admin_bar_menu', 'geodir_admin_bar_site_menu', 31);
@@ -1337,11 +1337,11 @@  discard block
 block discarded – undo
1337 1337
  */
1338 1338
 function geodir_admin_bar_site_menu($wp_admin_bar)
1339 1339
 {
1340
-    if (get_option("geodir_installed")) {
1341
-        if (current_user_can('manage_options')) {
1342
-            $wp_admin_bar->add_menu(array('parent' => 'appearance', 'id' => 'geodirectory', 'title' => __('GeoDirectory', 'geodirectory'), 'href' => admin_url('?page=geodirectory')));
1343
-        }
1344
-    }
1340
+	if (get_option("geodir_installed")) {
1341
+		if (current_user_can('manage_options')) {
1342
+			$wp_admin_bar->add_menu(array('parent' => 'appearance', 'id' => 'geodirectory', 'title' => __('GeoDirectory', 'geodirectory'), 'href' => admin_url('?page=geodirectory')));
1343
+		}
1344
+	}
1345 1345
 }
1346 1346
 
1347 1347
 add_action('geodir_before_listing', 'geodir_display_sort_options'); /*function in custom_functions.php*/
@@ -1367,25 +1367,25 @@  discard block
 block discarded – undo
1367 1367
  */
1368 1368
 function geodir_store_sidebars()
1369 1369
 {
1370
-    global $geodir_sidebars;
1371
-    global $sidebars_widgets;
1372
-
1373
-    if (!is_array($sidebars_widgets))
1374
-        $sidebars_widgets = wp_get_sidebars_widgets();
1375
-    $geodir_old_sidebars = array();
1376
-
1377
-    if (is_array($geodir_sidebars)) {
1378
-        foreach ($geodir_sidebars as $val) {
1379
-            if (is_array($sidebars_widgets)) {
1380
-                if (array_key_exists($val, $sidebars_widgets))
1381
-                    $geodir_old_sidebars[$val] = $sidebars_widgets[$val];
1382
-                else
1383
-                    $geodir_old_sidebars[$val] = array();
1384
-            }
1385
-        }
1386
-    }
1387
-    update_option('geodir_sidebars', $geodir_old_sidebars);
1388
-    geodir_option_version_backup('geodir_sidebars');
1370
+	global $geodir_sidebars;
1371
+	global $sidebars_widgets;
1372
+
1373
+	if (!is_array($sidebars_widgets))
1374
+		$sidebars_widgets = wp_get_sidebars_widgets();
1375
+	$geodir_old_sidebars = array();
1376
+
1377
+	if (is_array($geodir_sidebars)) {
1378
+		foreach ($geodir_sidebars as $val) {
1379
+			if (is_array($sidebars_widgets)) {
1380
+				if (array_key_exists($val, $sidebars_widgets))
1381
+					$geodir_old_sidebars[$val] = $sidebars_widgets[$val];
1382
+				else
1383
+					$geodir_old_sidebars[$val] = array();
1384
+			}
1385
+		}
1386
+	}
1387
+	update_option('geodir_sidebars', $geodir_old_sidebars);
1388
+	geodir_option_version_backup('geodir_sidebars');
1389 1389
 
1390 1390
 }
1391 1391
 
@@ -1399,28 +1399,28 @@  discard block
 block discarded – undo
1399 1399
  */
1400 1400
 function geodir_restore_sidebars()
1401 1401
 {
1402
-    global $sidebars_widgets;
1403
-
1404
-    if (!is_array($sidebars_widgets))
1405
-        $sidebars_widgets = wp_get_sidebars_widgets();
1406
-
1407
-    if (is_array($sidebars_widgets)) {
1408
-        $geodir_old_sidebars = get_option('geodir_sidebars');
1409
-        if (is_array($geodir_old_sidebars)) {
1410
-            foreach ($geodir_old_sidebars as $key => $val) {
1411
-                if(0 === strpos($key, 'geodir_'))// if gd widget
1412
-                {
1413
-                    $sidebars_widgets[$key] = $geodir_old_sidebars[$key];
1414
-                }
1402
+	global $sidebars_widgets;
1415 1403
 
1404
+	if (!is_array($sidebars_widgets))
1405
+		$sidebars_widgets = wp_get_sidebars_widgets();
1416 1406
 
1417
-            }
1418
-        }
1407
+	if (is_array($sidebars_widgets)) {
1408
+		$geodir_old_sidebars = get_option('geodir_sidebars');
1409
+		if (is_array($geodir_old_sidebars)) {
1410
+			foreach ($geodir_old_sidebars as $key => $val) {
1411
+				if(0 === strpos($key, 'geodir_'))// if gd widget
1412
+				{
1413
+					$sidebars_widgets[$key] = $geodir_old_sidebars[$key];
1414
+				}
1419 1415
 
1420
-    }
1421 1416
 
1422
-    update_option('sidebars_widgets', $sidebars_widgets);
1423
-    update_option('geodir_sidebars', '');
1417
+			}
1418
+		}
1419
+
1420
+	}
1421
+
1422
+	update_option('sidebars_widgets', $sidebars_widgets);
1423
+	update_option('geodir_sidebars', '');
1424 1424
 }
1425 1425
 
1426 1426
 add_action('geodir_after_listing_post_gridview', 'geodir_after_listing_post_gridview');
@@ -1433,9 +1433,9 @@  discard block
 block discarded – undo
1433 1433
  */
1434 1434
 function geodir_after_listing_post_gridview()
1435 1435
 {
1436
-    global $gridview_columns;
1436
+	global $gridview_columns;
1437 1437
 
1438
-    $gridview_columns = '';
1438
+	$gridview_columns = '';
1439 1439
 
1440 1440
 }
1441 1441
 
@@ -1463,11 +1463,11 @@  discard block
 block discarded – undo
1463 1463
  */
1464 1464
 function so_handle_038($url, $original_url, $_context)
1465 1465
 {
1466
-    if (strstr($url, "maps.google.com/maps/api/js") !== false) {
1467
-        $url = str_replace("&#038;", "&amp;", $url); // or $url = $original_url
1468
-    }
1466
+	if (strstr($url, "maps.google.com/maps/api/js") !== false) {
1467
+		$url = str_replace("&#038;", "&amp;", $url); // or $url = $original_url
1468
+	}
1469 1469
 
1470
-    return $url;
1470
+	return $url;
1471 1471
 }
1472 1472
 
1473 1473
 
@@ -1483,34 +1483,34 @@  discard block
 block discarded – undo
1483 1483
 function geodir_after_main_form_fields() {
1484 1484
 	global $gd_session;
1485 1485
 	
1486
-    if (get_option('geodir_accept_term_condition')) {
1487
-        global $post;
1488
-        $term_condition = '';
1489
-        if (isset($_REQUEST['backandedit'])) {
1490
-            $post = (object)$gd_session->get('listing');
1491
-            $term_condition = isset($post->geodir_accept_term_condition) ? $post->geodir_accept_term_condition : '';
1492
-        }
1493
-
1494
-        ?>
1486
+	if (get_option('geodir_accept_term_condition')) {
1487
+		global $post;
1488
+		$term_condition = '';
1489
+		if (isset($_REQUEST['backandedit'])) {
1490
+			$post = (object)$gd_session->get('listing');
1491
+			$term_condition = isset($post->geodir_accept_term_condition) ? $post->geodir_accept_term_condition : '';
1492
+		}
1493
+
1494
+		?>
1495 1495
         <div id="geodir_accept_term_condition_row" class="required_field geodir_form_row clearfix">
1496 1496
             <label>&nbsp;</label>
1497 1497
 
1498 1498
             <div class="geodir_taxonomy_field" style="float:left; width:70%;">
1499 1499
 				<span style="display:block"> 
1500 1500
 				<input class="main_list_selecter" type="checkbox" <?php if ($term_condition == '1') {
1501
-                    echo 'checked="checked"';
1502
-                } ?> field_type="checkbox" name="geodir_accept_term_condition" id="geodir_accept_term_condition"
1501
+					echo 'checked="checked"';
1502
+				} ?> field_type="checkbox" name="geodir_accept_term_condition" id="geodir_accept_term_condition"
1503 1503
                        class="geodir_textfield" value="1"
1504 1504
                        style="display:inline-block"/><a href="<?php $terms_page = get_option('geodir_term_condition_page'); if($terms_page){ echo get_permalink($terms_page);}?>" target="_blank"><?php _e('Please accept our terms and conditions', 'geodirectory'); ?></a>
1505 1505
 				</span>
1506 1506
             </div>
1507 1507
             <span class="geodir_message_error"><?php if (isset($required_msg)) {
1508
-                    _e($required_msg, 'geodirectory');
1509
-                } ?></span>
1508
+					_e($required_msg, 'geodirectory');
1509
+				} ?></span>
1510 1510
         </div>
1511 1511
     <?php
1512 1512
 
1513
-    }
1513
+	}
1514 1514
 }
1515 1515
 
1516 1516
 
@@ -1535,42 +1535,42 @@  discard block
 block discarded – undo
1535 1535
  */
1536 1536
 function geodir_detail_page_tab_is_display($is_display, $tab)
1537 1537
 {
1538
-    global $post, $post_images, $video, $special_offers, $related_listing, $geodir_post_detail_fields;
1538
+	global $post, $post_images, $video, $special_offers, $related_listing, $geodir_post_detail_fields;
1539 1539
 
1540
-    if ($tab == 'post_profile') {
1541
-        /** This action is documented in geodirectory_template_actions.php */
1542
-        $desc_limit = apply_filters('geodir_description_field_desc_limit', '');
1540
+	if ($tab == 'post_profile') {
1541
+		/** This action is documented in geodirectory_template_actions.php */
1542
+		$desc_limit = apply_filters('geodir_description_field_desc_limit', '');
1543 1543
         
1544
-        if (!($desc_limit === '' || (int)$desc_limit > 0)) {
1545
-            $is_display = false;
1546
-        }
1547
-    }
1544
+		if (!($desc_limit === '' || (int)$desc_limit > 0)) {
1545
+			$is_display = false;
1546
+		}
1547
+	}
1548 1548
     
1549
-    if ($tab == 'post_info')
1550
-        $is_display = (!empty($geodir_post_detail_fields)) ? true : false;
1549
+	if ($tab == 'post_info')
1550
+		$is_display = (!empty($geodir_post_detail_fields)) ? true : false;
1551 1551
     
1552
-    if ($tab == 'post_images')
1553
-        $is_display = (!empty($post_images)) ? true : false;
1552
+	if ($tab == 'post_images')
1553
+		$is_display = (!empty($post_images)) ? true : false;
1554 1554
 
1555
-    if ($tab == 'post_video')
1556
-        $is_display = (!empty($video)) ? true : false;
1555
+	if ($tab == 'post_video')
1556
+		$is_display = (!empty($video)) ? true : false;
1557 1557
 
1558
-    if ($tab == 'special_offers')
1559
-        $is_display = (!empty($special_offers)) ? true : false;
1558
+	if ($tab == 'special_offers')
1559
+		$is_display = (!empty($special_offers)) ? true : false;
1560 1560
 
1561
-    if ($tab == 'reviews')
1562
-        $is_display = (geodir_is_page('detail')) ? true : false;
1561
+	if ($tab == 'reviews')
1562
+		$is_display = (geodir_is_page('detail')) ? true : false;
1563 1563
 
1564
-    if ($tab == 'related_listing') {
1565
-       $message = __('No listings found which match your selection.', 'geodirectory');
1564
+	if ($tab == 'related_listing') {
1565
+	   $message = __('No listings found which match your selection.', 'geodirectory');
1566 1566
        
1567
-       /** This action is documented in geodirectory-functions/template_functions.php */
1568
-       $message = apply_filters('geodir_message_listing_not_found', $message, 'listing-listview', false);
1567
+	   /** This action is documented in geodirectory-functions/template_functions.php */
1568
+	   $message = apply_filters('geodir_message_listing_not_found', $message, 'listing-listview', false);
1569 1569
        
1570
-       $is_display = ((strpos($related_listing, $message) !== false || $related_listing == '' || !geodir_is_page('detail'))) ? false : true;
1571
-    }
1570
+	   $is_display = ((strpos($related_listing, $message) !== false || $related_listing == '' || !geodir_is_page('detail'))) ? false : true;
1571
+	}
1572 1572
 
1573
-    return $is_display;
1573
+	return $is_display;
1574 1574
 }
1575 1575
 
1576 1576
 
@@ -1586,69 +1586,69 @@  discard block
 block discarded – undo
1586 1586
  * @global string $plugin_prefix Geodirectory plugin table prefix.
1587 1587
  */
1588 1588
 function geodir_changes_in_custom_fields_table() {
1589
-    global $wpdb, $plugin_prefix;
1589
+	global $wpdb, $plugin_prefix;
1590 1590
 	
1591 1591
 	// Remove unused virtual page
1592 1592
 	$listings_page_id = (int)get_option('geodir_listing_page');
1593 1593
 	if ($listings_page_id) {
1594 1594
 		$wpdb->query($wpdb->prepare("DELETE FROM " . $wpdb->posts . " WHERE ID=%d AND post_name = %s AND post_type=%s", array($listings_page_id, 'listings', 'page')));
1595
-        delete_option('geodir_listing_page');
1595
+		delete_option('geodir_listing_page');
1596 1596
 	}
1597 1597
 
1598
-    if (!get_option('geodir_changes_in_custom_fields_table')) {
1599
-        $wpdb->query(
1600
-            $wpdb->prepare(
1601
-                "UPDATE " . GEODIR_CUSTOM_FIELDS_TABLE . " SET is_default=%s, is_admin=%s WHERE is_default=%s",
1602
-                array('1', '1', 'admin')
1603
-            )
1604
-        );
1598
+	if (!get_option('geodir_changes_in_custom_fields_table')) {
1599
+		$wpdb->query(
1600
+			$wpdb->prepare(
1601
+				"UPDATE " . GEODIR_CUSTOM_FIELDS_TABLE . " SET is_default=%s, is_admin=%s WHERE is_default=%s",
1602
+				array('1', '1', 'admin')
1603
+			)
1604
+		);
1605 1605
 
1606 1606
 
1607
-        /* --- terms meta value set --- */
1607
+		/* --- terms meta value set --- */
1608 1608
 
1609
-        update_option('geodir_default_marker_icon', geodir_plugin_url() . '/geodirectory-functions/map-functions/icons/pin.png');
1609
+		update_option('geodir_default_marker_icon', geodir_plugin_url() . '/geodirectory-functions/map-functions/icons/pin.png');
1610 1610
 
1611
-        $options_data = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "options WHERE option_name LIKE %s", array('%tax_meta_%')));
1611
+		$options_data = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "options WHERE option_name LIKE %s", array('%tax_meta_%')));
1612 1612
 
1613
-        if (!empty($options_data)) {
1613
+		if (!empty($options_data)) {
1614 1614
 
1615
-            foreach ($options_data as $optobj) {
1615
+			foreach ($options_data as $optobj) {
1616 1616
 
1617
-                $option_val = str_replace('tax_meta_', '', $optobj->option_name);
1617
+				$option_val = str_replace('tax_meta_', '', $optobj->option_name);
1618 1618
 
1619
-                $taxonomies_data = $wpdb->get_results($wpdb->prepare("SELECT taxonomy FROM " . $wpdb->prefix . "term_taxonomy WHERE taxonomy LIKE %s AND term_id=%d", array('%category%', $option_val)));
1619
+				$taxonomies_data = $wpdb->get_results($wpdb->prepare("SELECT taxonomy FROM " . $wpdb->prefix . "term_taxonomy WHERE taxonomy LIKE %s AND term_id=%d", array('%category%', $option_val)));
1620 1620
 
1621
-                if (!empty($taxonomies_data)) {
1621
+				if (!empty($taxonomies_data)) {
1622 1622
 
1623
-                    foreach ($taxonomies_data as $taxobj) {
1623
+					foreach ($taxonomies_data as $taxobj) {
1624 1624
 
1625
-                        $taxObject = get_taxonomy($taxobj->taxonomy);
1626
-                        $post_type = $taxObject->object_type[0];
1625
+						$taxObject = get_taxonomy($taxobj->taxonomy);
1626
+						$post_type = $taxObject->object_type[0];
1627 1627
 
1628
-                        $opt_value = 'tax_meta_' . $post_type . '_' . $option_val;
1628
+						$opt_value = 'tax_meta_' . $post_type . '_' . $option_val;
1629 1629
 
1630
-                        $duplicate_data = $wpdb->get_var($wpdb->prepare("SELECT option_id FROM " . $wpdb->prefix . "options WHERE option_name=%s", array('tax_meta_' . $option_val)));
1630
+						$duplicate_data = $wpdb->get_var($wpdb->prepare("SELECT option_id FROM " . $wpdb->prefix . "options WHERE option_name=%s", array('tax_meta_' . $option_val)));
1631 1631
 
1632
-                        if ($duplicate_data) {
1632
+						if ($duplicate_data) {
1633 1633
 
1634
-                            $wpdb->query($wpdb->prepare("UPDATE " . $wpdb->prefix . "options SET	option_name=%s WHERE option_id=%d", array($opt_value, $optobj->option_id)));
1634
+							$wpdb->query($wpdb->prepare("UPDATE " . $wpdb->prefix . "options SET	option_name=%s WHERE option_id=%d", array($opt_value, $optobj->option_id)));
1635 1635
 
1636
-                        } else {
1636
+						} else {
1637 1637
 
1638
-                            $wpdb->query($wpdb->prepare("INSERT INTO " . $wpdb->prefix . "options (option_name,option_value,autoload) VALUES (%s, %s, %s)", array($opt_value, $optobj->option_value, $optobj->autoload)));
1638
+							$wpdb->query($wpdb->prepare("INSERT INTO " . $wpdb->prefix . "options (option_name,option_value,autoload) VALUES (%s, %s, %s)", array($opt_value, $optobj->option_value, $optobj->autoload)));
1639 1639
 
1640
-                        }
1640
+						}
1641 1641
 
1642
-                    }
1642
+					}
1643 1643
 
1644
-                }
1644
+				}
1645 1645
 
1646
-            }
1647
-        }
1646
+			}
1647
+		}
1648 1648
 
1649
-        update_option('geodir_changes_in_custom_fields_table', '1');
1649
+		update_option('geodir_changes_in_custom_fields_table', '1');
1650 1650
 
1651
-    }
1651
+	}
1652 1652
 
1653 1653
 }
1654 1654
 
@@ -1667,24 +1667,24 @@  discard block
 block discarded – undo
1667 1667
 function geodir_location_slug_check($slug)
1668 1668
 {
1669 1669
 
1670
-    global $wpdb, $table_prefix;
1670
+	global $wpdb, $table_prefix;
1671 1671
 
1672
-    $slug_exists = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($slug)));
1672
+	$slug_exists = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($slug)));
1673 1673
 
1674
-    if ($slug_exists) {
1674
+	if ($slug_exists) {
1675 1675
 
1676
-        $suffix = 1;
1677
-        do {
1678
-            $alt_location_name = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix";
1679
-            $location_slug_check = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($alt_location_name)));
1680
-            $suffix++;
1681
-        } while ($location_slug_check && $suffix < 100);
1676
+		$suffix = 1;
1677
+		do {
1678
+			$alt_location_name = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix";
1679
+			$location_slug_check = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($alt_location_name)));
1680
+			$suffix++;
1681
+		} while ($location_slug_check && $suffix < 100);
1682 1682
 
1683
-        $slug = $alt_location_name;
1683
+		$slug = $alt_location_name;
1684 1684
 
1685
-    }
1685
+	}
1686 1686
 
1687
-    return $slug;
1687
+	return $slug;
1688 1688
 
1689 1689
 }
1690 1690
 
@@ -1709,42 +1709,42 @@  discard block
 block discarded – undo
1709 1709
 function geodir_update_term_slug($term_id, $tt_id, $taxonomy)
1710 1710
 {
1711 1711
 
1712
-    global $wpdb, $plugin_prefix, $table_prefix;
1712
+	global $wpdb, $plugin_prefix, $table_prefix;
1713 1713
 
1714
-    $tern_data = get_term_by('id', $term_id, $taxonomy);
1714
+	$tern_data = get_term_by('id', $term_id, $taxonomy);
1715 1715
 
1716
-    $slug = $tern_data->slug;
1716
+	$slug = $tern_data->slug;
1717 1717
 
1718
-    /**
1719
-     * Filter if a term slug exists.
1720
-     *
1721
-     * @since 1.0.0
1722
-     * @package GeoDirectory
1723
-     * @param bool $bool Default: false.
1724
-     * @param string $slug The term slug.
1725
-     * @param int $term_id The term ID.
1726
-     */
1727
-    $slug_exists = apply_filters('geodir_term_slug_is_exists', false, $slug, $term_id);
1718
+	/**
1719
+	 * Filter if a term slug exists.
1720
+	 *
1721
+	 * @since 1.0.0
1722
+	 * @package GeoDirectory
1723
+	 * @param bool $bool Default: false.
1724
+	 * @param string $slug The term slug.
1725
+	 * @param int $term_id The term ID.
1726
+	 */
1727
+	$slug_exists = apply_filters('geodir_term_slug_is_exists', false, $slug, $term_id);
1728 1728
 
1729
-    if ($slug_exists) {
1729
+	if ($slug_exists) {
1730 1730
 
1731
-        $suffix = 1;
1732
-        do {
1733
-            $new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix";
1731
+		$suffix = 1;
1732
+		do {
1733
+			$new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix";
1734 1734
 
1735
-            /** This action is documented in geodirectory_hooks_actions.php */
1736
-            $term_slug_check = apply_filters('geodir_term_slug_is_exists', false, $new_slug, $term_id);
1735
+			/** This action is documented in geodirectory_hooks_actions.php */
1736
+			$term_slug_check = apply_filters('geodir_term_slug_is_exists', false, $new_slug, $term_id);
1737 1737
 
1738
-            $suffix++;
1739
-        } while ($term_slug_check && $suffix < 100);
1738
+			$suffix++;
1739
+		} while ($term_slug_check && $suffix < 100);
1740 1740
 
1741
-        $slug = $new_slug;
1741
+		$slug = $new_slug;
1742 1742
 
1743
-        //wp_update_term( $term_id, $taxonomy, array('slug' => $slug) );
1743
+		//wp_update_term( $term_id, $taxonomy, array('slug' => $slug) );
1744 1744
 
1745
-        $wpdb->query($wpdb->prepare("UPDATE " . $table_prefix . "terms SET slug=%s WHERE term_id=%d", array($slug, $term_id)));
1745
+		$wpdb->query($wpdb->prepare("UPDATE " . $table_prefix . "terms SET slug=%s WHERE term_id=%d", array($slug, $term_id)));
1746 1746
 
1747
-    }
1747
+	}
1748 1748
 	
1749 1749
 	// Update tag in detail table.
1750 1750
 	$taxonomy_obj = get_taxonomy($taxonomy);
@@ -1785,21 +1785,21 @@  discard block
 block discarded – undo
1785 1785
 function geodir_term_slug_is_exists($slug_exists, $slug, $term_id)
1786 1786
 {
1787 1787
 
1788
-    global $wpdb, $table_prefix;
1788
+	global $wpdb, $table_prefix;
1789 1789
 
1790
-    $default_location = geodir_get_default_location();
1790
+	$default_location = geodir_get_default_location();
1791 1791
 
1792
-    $country_slug = $default_location->country_slug;
1793
-    $region_slug = $default_location->region_slug;
1794
-    $city_slug = $default_location->city_slug;
1792
+	$country_slug = $default_location->country_slug;
1793
+	$region_slug = $default_location->region_slug;
1794
+	$city_slug = $default_location->city_slug;
1795 1795
 
1796
-    if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug)
1797
-        return $slug_exists = true;
1796
+	if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug)
1797
+		return $slug_exists = true;
1798 1798
 
1799
-    if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id))))
1800
-        return $slug_exists = true;
1799
+	if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id))))
1800
+		return $slug_exists = true;
1801 1801
 
1802
-    return $slug_exists;
1802
+	return $slug_exists;
1803 1803
 }
1804 1804
 
1805 1805
 
@@ -1818,75 +1818,75 @@  discard block
 block discarded – undo
1818 1818
  */
1819 1819
 function geodir_custom_page_title($title = '', $sep = '')
1820 1820
 {
1821
-    global $wp;
1822
-    if (class_exists('WPSEO_Frontend') || class_exists('All_in_One_SEO_Pack')) {
1823
-        return $title;
1824
-    }
1821
+	global $wp;
1822
+	if (class_exists('WPSEO_Frontend') || class_exists('All_in_One_SEO_Pack')) {
1823
+		return $title;
1824
+	}
1825 1825
 
1826
-    if ($sep == '') {
1827
-        /**
1828
-         * Filter the page title separator.
1829
-         *
1830
-         * @since 1.0.0
1831
-         * @package GeoDirectory
1832
-         * @param string $sep The separator, default: `|`.
1833
-         */
1834
-        $sep = apply_filters('geodir_page_title_separator', '|');
1835
-    }
1826
+	if ($sep == '') {
1827
+		/**
1828
+		 * Filter the page title separator.
1829
+		 *
1830
+		 * @since 1.0.0
1831
+		 * @package GeoDirectory
1832
+		 * @param string $sep The separator, default: `|`.
1833
+		 */
1834
+		$sep = apply_filters('geodir_page_title_separator', '|');
1835
+	}
1836 1836
 
1837 1837
 
1838
-    $gd_page = '';
1839
-    if(geodir_is_page('home')){
1840
-        $gd_page = 'home';
1841
-        $title = (get_option('geodir_meta_title_homepage')) ? get_option('geodir_meta_title_homepage') : $title;
1842
-    }
1843
-    elseif(geodir_is_page('detail')){
1844
-        $gd_page = 'detail';
1845
-        $title = (get_option('geodir_meta_title_detail')) ? get_option('geodir_meta_title_detail') : $title;
1846
-    }
1847
-    elseif(geodir_is_page('pt')){
1848
-        $gd_page = 'pt';
1849
-        $title = (get_option('geodir_meta_title_pt')) ? get_option('geodir_meta_title_pt') : $title;
1850
-    }
1851
-    elseif(geodir_is_page('listing')){
1852
-        $gd_page = 'listing';
1853
-        $title = (get_option('geodir_meta_title_listing')) ? get_option('geodir_meta_title_listing') : $title;
1854
-    }
1855
-    elseif(geodir_is_page('location')){
1856
-        $gd_page = 'location';
1857
-        $title = (get_option('geodir_meta_title_location')) ? get_option('geodir_meta_title_location') : $title;
1858
-    }
1859
-    elseif(geodir_is_page('search')){
1860
-        $gd_page = 'search';
1861
-        $title = (get_option('geodir_meta_title_search')) ? get_option('geodir_meta_title_search') : $title;
1862
-    }
1863
-    elseif(geodir_is_page('add-listing')){
1864
-        $gd_page = 'add-listing';
1865
-        $title = (get_option('geodir_meta_title_add-listing')) ? get_option('geodir_meta_title_add-listing') : $title;
1866
-    }
1867
-    elseif(geodir_is_page('author')){
1868
-        $gd_page = 'author';
1869
-        $title = (get_option('geodir_meta_title_author')) ? get_option('geodir_meta_title_author') : $title;
1870
-    }
1871
-    elseif(geodir_is_page('login')){
1872
-        $gd_page = 'login';
1873
-        $title = (get_option('geodir_meta_title_login')) ? get_option('geodir_meta_title_login') : $title;
1874
-    }
1875
-    elseif(geodir_is_page('listing-success')){
1876
-        $gd_page = 'listing-success';
1877
-        $title = (get_option('geodir_meta_title_listing-success')) ? get_option('geodir_meta_title_listing-success') : $title;
1878
-    }
1838
+	$gd_page = '';
1839
+	if(geodir_is_page('home')){
1840
+		$gd_page = 'home';
1841
+		$title = (get_option('geodir_meta_title_homepage')) ? get_option('geodir_meta_title_homepage') : $title;
1842
+	}
1843
+	elseif(geodir_is_page('detail')){
1844
+		$gd_page = 'detail';
1845
+		$title = (get_option('geodir_meta_title_detail')) ? get_option('geodir_meta_title_detail') : $title;
1846
+	}
1847
+	elseif(geodir_is_page('pt')){
1848
+		$gd_page = 'pt';
1849
+		$title = (get_option('geodir_meta_title_pt')) ? get_option('geodir_meta_title_pt') : $title;
1850
+	}
1851
+	elseif(geodir_is_page('listing')){
1852
+		$gd_page = 'listing';
1853
+		$title = (get_option('geodir_meta_title_listing')) ? get_option('geodir_meta_title_listing') : $title;
1854
+	}
1855
+	elseif(geodir_is_page('location')){
1856
+		$gd_page = 'location';
1857
+		$title = (get_option('geodir_meta_title_location')) ? get_option('geodir_meta_title_location') : $title;
1858
+	}
1859
+	elseif(geodir_is_page('search')){
1860
+		$gd_page = 'search';
1861
+		$title = (get_option('geodir_meta_title_search')) ? get_option('geodir_meta_title_search') : $title;
1862
+	}
1863
+	elseif(geodir_is_page('add-listing')){
1864
+		$gd_page = 'add-listing';
1865
+		$title = (get_option('geodir_meta_title_add-listing')) ? get_option('geodir_meta_title_add-listing') : $title;
1866
+	}
1867
+	elseif(geodir_is_page('author')){
1868
+		$gd_page = 'author';
1869
+		$title = (get_option('geodir_meta_title_author')) ? get_option('geodir_meta_title_author') : $title;
1870
+	}
1871
+	elseif(geodir_is_page('login')){
1872
+		$gd_page = 'login';
1873
+		$title = (get_option('geodir_meta_title_login')) ? get_option('geodir_meta_title_login') : $title;
1874
+	}
1875
+	elseif(geodir_is_page('listing-success')){
1876
+		$gd_page = 'listing-success';
1877
+		$title = (get_option('geodir_meta_title_listing-success')) ? get_option('geodir_meta_title_listing-success') : $title;
1878
+	}
1879 1879
 
1880 1880
 
1881
-    /**
1882
-     * Filter page meta title to replace variables.
1883
-     *
1884
-     * @since 1.5.4
1885
-     * @param string $title The page title including variables.
1886
-     * @param string $gd_page The GeoDirectory page type if any.
1887
-     * @param string $sep The title separator symbol.
1888
-     */
1889
-    return apply_filters('geodir_seo_meta_title', __($title, 'geodirectory'), $gd_page, $sep);
1881
+	/**
1882
+	 * Filter page meta title to replace variables.
1883
+	 *
1884
+	 * @since 1.5.4
1885
+	 * @param string $title The page title including variables.
1886
+	 * @param string $gd_page The GeoDirectory page type if any.
1887
+	 * @param string $sep The title separator symbol.
1888
+	 */
1889
+	return apply_filters('geodir_seo_meta_title', __($title, 'geodirectory'), $gd_page, $sep);
1890 1890
 
1891 1891
 }
1892 1892
 
@@ -1902,36 +1902,36 @@  discard block
 block discarded – undo
1902 1902
 function geodir_set_post_attachment()
1903 1903
 {
1904 1904
 
1905
-    if (!get_option('geodir_set_post_attachments')) {
1905
+	if (!get_option('geodir_set_post_attachments')) {
1906 1906
 
1907
-        require_once(ABSPATH . 'wp-admin/includes/image.php');
1908
-        require_once(ABSPATH . 'wp-admin/includes/file.php');
1907
+		require_once(ABSPATH . 'wp-admin/includes/image.php');
1908
+		require_once(ABSPATH . 'wp-admin/includes/file.php');
1909 1909
 
1910
-        $all_postypes = geodir_get_posttypes();
1910
+		$all_postypes = geodir_get_posttypes();
1911 1911
 
1912
-        foreach($all_postypes as $post_type){
1913
-            $args = array(
1914
-                'posts_per_page' => -1,
1915
-                'post_type' => $post_type,
1916
-                'post_status' => 'publish');
1912
+		foreach($all_postypes as $post_type){
1913
+			$args = array(
1914
+				'posts_per_page' => -1,
1915
+				'post_type' => $post_type,
1916
+				'post_status' => 'publish');
1917 1917
 
1918
-            $posts_array = get_posts($args);
1918
+			$posts_array = get_posts($args);
1919 1919
 
1920
-            if (!empty($posts_array)) {
1920
+			if (!empty($posts_array)) {
1921 1921
 
1922
-                foreach ($posts_array as $post) {
1922
+				foreach ($posts_array as $post) {
1923 1923
 
1924
-                    geodir_set_wp_featured_image($post->ID);
1924
+					geodir_set_wp_featured_image($post->ID);
1925 1925
 
1926
-                }
1926
+				}
1927 1927
 
1928
-            }
1929
-        }
1928
+			}
1929
+		}
1930 1930
 
1931 1931
 
1932
-        update_option('geodir_set_post_attachments', '1');
1932
+		update_option('geodir_set_post_attachments', '1');
1933 1933
 
1934
-    }
1934
+	}
1935 1935
 
1936 1936
 }
1937 1937
 
@@ -1948,19 +1948,19 @@  discard block
 block discarded – undo
1948 1948
 function geodir_remove_url_seperator()
1949 1949
 {
1950 1950
 
1951
-    if (!get_option('geodir_remove_url_seperator')) {
1951
+	if (!get_option('geodir_remove_url_seperator')) {
1952 1952
 
1953
-        if (get_option('geodir_listingurl_separator'))
1954
-            delete_option('geodir_listingurl_separator');
1953
+		if (get_option('geodir_listingurl_separator'))
1954
+			delete_option('geodir_listingurl_separator');
1955 1955
 
1956
-        if (get_option('geodir_detailurl_separator'))
1957
-            delete_option('geodir_detailurl_separator');
1956
+		if (get_option('geodir_detailurl_separator'))
1957
+			delete_option('geodir_detailurl_separator');
1958 1958
 
1959
-        flush_rewrite_rules(false);
1959
+		flush_rewrite_rules(false);
1960 1960
 
1961
-        update_option('geodir_remove_url_seperator', '1');
1961
+		update_option('geodir_remove_url_seperator', '1');
1962 1962
 
1963
-    }
1963
+	}
1964 1964
 
1965 1965
 }
1966 1966
 
@@ -1976,19 +1976,19 @@  discard block
 block discarded – undo
1976 1976
  */
1977 1977
 function geodir_remove_url_seperator_form_permalink_settings($permalink_arr)
1978 1978
 {
1979
-    foreach ($permalink_arr as $key => $value) {
1979
+	foreach ($permalink_arr as $key => $value) {
1980 1980
 
1981
-        if ($value['id'] == 'geodir_listingurl_separator' || $value['id'] == 'geodir_detailurl_separator')
1982
-            unset($permalink_arr[$key]);
1981
+		if ($value['id'] == 'geodir_listingurl_separator' || $value['id'] == 'geodir_detailurl_separator')
1982
+			unset($permalink_arr[$key]);
1983 1983
 
1984
-    }
1984
+	}
1985 1985
 
1986
-    return $permalink_arr;
1986
+	return $permalink_arr;
1987 1987
 
1988 1988
 }
1989 1989
 
1990 1990
 if (!is_admin()) {
1991
-    add_filter('posts_results', 'geodir_set_status_draft_to_publish_for_own_post');
1991
+	add_filter('posts_results', 'geodir_set_status_draft_to_publish_for_own_post');
1992 1992
 }
1993 1993
 /**
1994 1994
  * Set status from draft to publish.
@@ -2001,16 +2001,16 @@  discard block
 block discarded – undo
2001 2001
  */
2002 2002
 function geodir_set_status_draft_to_publish_for_own_post($post)
2003 2003
 {
2004
-    $user_id = get_current_user_id();
2004
+	$user_id = get_current_user_id();
2005 2005
 
2006
-    if(!$user_id){return $post;}
2006
+	if(!$user_id){return $post;}
2007 2007
 
2008
-    $gd_post_types = geodir_get_posttypes();
2008
+	$gd_post_types = geodir_get_posttypes();
2009 2009
 
2010
-    if (!empty($post) && $post[0]->post_author == $user_id && in_array($post[0]->post_type, $gd_post_types) && !isset($_REQUEST['fl_builder'])) {
2011
-        $post[0]->post_status = 'publish';
2012
-    }
2013
-    return $post;
2010
+	if (!empty($post) && $post[0]->post_author == $user_id && in_array($post[0]->post_type, $gd_post_types) && !isset($_REQUEST['fl_builder'])) {
2011
+		$post[0]->post_status = 'publish';
2012
+	}
2013
+	return $post;
2014 2014
 }
2015 2015
 
2016 2016
 
@@ -2102,33 +2102,33 @@  discard block
 block discarded – undo
2102 2102
  */
2103 2103
 function geodir_detail_page_tab_headings_change($tabs_arr)
2104 2104
 {
2105
-    global $wpdb;
2105
+	global $wpdb;
2106 2106
 
2107
-    $post_type = geodir_get_current_posttype();
2107
+	$post_type = geodir_get_current_posttype();
2108 2108
 
2109
-    $all_postypes = geodir_get_posttypes();
2109
+	$all_postypes = geodir_get_posttypes();
2110 2110
 
2111
-    if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes)) {
2111
+	if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes)) {
2112 2112
 
2113
-        if (array_key_exists('post_video', $tabs_arr)) {
2113
+		if (array_key_exists('post_video', $tabs_arr)) {
2114 2114
 
2115
-            $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_video', $post_type)));
2115
+			$field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_video', $post_type)));
2116 2116
 
2117
-            if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '')
2118
-                $tabs_arr['post_video']['heading_text'] = $field_title;
2119
-        }
2117
+			if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '')
2118
+				$tabs_arr['post_video']['heading_text'] = $field_title;
2119
+		}
2120 2120
 
2121
-        if (array_key_exists('special_offers', $tabs_arr)) {
2121
+		if (array_key_exists('special_offers', $tabs_arr)) {
2122 2122
 
2123
-            $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_special_offers', $post_type)));
2123
+			$field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_special_offers', $post_type)));
2124 2124
 
2125
-            if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '')
2126
-                $tabs_arr['special_offers']['heading_text'] = $field_title;
2127
-        }
2125
+			if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '')
2126
+				$tabs_arr['special_offers']['heading_text'] = $field_title;
2127
+		}
2128 2128
 
2129
-    }
2129
+	}
2130 2130
 
2131
-    return $tabs_arr;
2131
+	return $tabs_arr;
2132 2132
 
2133 2133
 }
2134 2134
 
@@ -2141,10 +2141,10 @@  discard block
 block discarded – undo
2141 2141
  */
2142 2142
 function geodir_remove_template_redirect_actions()
2143 2143
 {
2144
-    if (geodir_is_page('login')){
2145
-        remove_all_actions('template_redirect');
2146
-        remove_action('init', 'avia_modify_front', 10);
2147
-    }
2144
+	if (geodir_is_page('login')){
2145
+		remove_all_actions('template_redirect');
2146
+		remove_action('init', 'avia_modify_front', 10);
2147
+	}
2148 2148
 }
2149 2149
 
2150 2150
 
@@ -2166,51 +2166,51 @@  discard block
 block discarded – undo
2166 2166
 function geodirectory_before_featured_image_delete($attachment_id)
2167 2167
 {
2168 2168
 
2169
-    global $wpdb, $plugin_prefix;
2169
+	global $wpdb, $plugin_prefix;
2170 2170
 
2171
-    $post_id = get_post_field('post_parent', $attachment_id);
2171
+	$post_id = get_post_field('post_parent', $attachment_id);
2172 2172
 
2173
-    $attachment_url = wp_get_attachment_url($attachment_id);
2173
+	$attachment_url = wp_get_attachment_url($attachment_id);
2174 2174
 
2175
-    if ($post_id > 0 && (isset($_REQUEST['action']) && $_REQUEST['action'] == 'delete')) {
2175
+	if ($post_id > 0 && (isset($_REQUEST['action']) && $_REQUEST['action'] == 'delete')) {
2176 2176
 
2177
-        $post_type = get_post_type($post_id);
2177
+		$post_type = get_post_type($post_id);
2178 2178
 
2179
-        $all_postypes = geodir_get_posttypes();
2179
+		$all_postypes = geodir_get_posttypes();
2180 2180
 
2181
-        if (!in_array($post_type, $all_postypes) || !is_admin())
2182
-            return false;
2181
+		if (!in_array($post_type, $all_postypes) || !is_admin())
2182
+			return false;
2183 2183
 
2184
-        $uploads = wp_upload_dir();
2184
+		$uploads = wp_upload_dir();
2185 2185
 
2186
-        $split_img_path = explode($uploads['baseurl'], $attachment_url);
2186
+		$split_img_path = explode($uploads['baseurl'], $attachment_url);
2187 2187
 
2188
-        $split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : '';
2188
+		$split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : '';
2189 2189
 
2190
-        $wpdb->query(
2191
-            $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d AND file=%s ",
2192
-                array($post_id, $split_img_file_path)
2193
-            )
2194
-        );
2190
+		$wpdb->query(
2191
+			$wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d AND file=%s ",
2192
+				array($post_id, $split_img_file_path)
2193
+			)
2194
+		);
2195 2195
 
2196
-        $attachment_data = $wpdb->get_row(
2197
-            $wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=%d",
2198
-                array($post_id)
2199
-            )
2200
-        );
2196
+		$attachment_data = $wpdb->get_row(
2197
+			$wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=%d",
2198
+				array($post_id)
2199
+			)
2200
+		);
2201 2201
 
2202
-        if (!empty($attachment_data)) {
2203
-            $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
2204
-        }
2202
+		if (!empty($attachment_data)) {
2203
+			$wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
2204
+		}
2205 2205
 
2206 2206
 
2207
-        $table_name = $plugin_prefix . $post_type . '_detail';
2207
+		$table_name = $plugin_prefix . $post_type . '_detail';
2208 2208
 
2209
-        $wpdb->query("UPDATE " . $table_name . " SET featured_image='' WHERE post_id =" . $post_id);
2209
+		$wpdb->query("UPDATE " . $table_name . " SET featured_image='' WHERE post_id =" . $post_id);
2210 2210
 
2211
-        geodir_set_wp_featured_image($post_id);
2211
+		geodir_set_wp_featured_image($post_id);
2212 2212
 
2213
-    }
2213
+	}
2214 2214
 
2215 2215
 }
2216 2216
 
@@ -2228,79 +2228,79 @@  discard block
 block discarded – undo
2228 2228
 function geodir_temp_set_post_attachment()
2229 2229
 {
2230 2230
 
2231
-    global $wpdb, $plugin_prefix;
2231
+	global $wpdb, $plugin_prefix;
2232 2232
 
2233
-    $all_postypes = geodir_get_posttypes();
2233
+	$all_postypes = geodir_get_posttypes();
2234 2234
 
2235
-    foreach ($all_postypes as $posttype) {
2235
+	foreach ($all_postypes as $posttype) {
2236 2236
 
2237
-        $tablename = $plugin_prefix . $posttype . '_detail';
2237
+		$tablename = $plugin_prefix . $posttype . '_detail';
2238 2238
 
2239
-        $get_post_data = $wpdb->get_results("SELECT post_id FROM " . $tablename);
2239
+		$get_post_data = $wpdb->get_results("SELECT post_id FROM " . $tablename);
2240 2240
 
2241
-        if (!empty($get_post_data)) {
2241
+		if (!empty($get_post_data)) {
2242 2242
 
2243
-            foreach ($get_post_data as $data) {
2243
+			foreach ($get_post_data as $data) {
2244 2244
 
2245
-                $post_id = $data->post_id;
2245
+				$post_id = $data->post_id;
2246 2246
 
2247
-                $attachment_data = $wpdb->get_results("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id =" . $post_id . " AND file!=''");
2247
+				$attachment_data = $wpdb->get_results("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id =" . $post_id . " AND file!=''");
2248 2248
 
2249
-                if (!empty($attachment_data)) {
2249
+				if (!empty($attachment_data)) {
2250 2250
 
2251
-                    foreach ($attachment_data as $attach) {
2251
+					foreach ($attachment_data as $attach) {
2252 2252
 
2253
-                        $file_info = pathinfo($attach->file);
2253
+						$file_info = pathinfo($attach->file);
2254 2254
 
2255
-                        $sub_dir = '';
2256
-                        if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
2257
-                            $sub_dir = stripslashes_deep($file_info['dirname']);
2255
+						$sub_dir = '';
2256
+						if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
2257
+							$sub_dir = stripslashes_deep($file_info['dirname']);
2258 2258
 
2259
-                        $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
2260
-                        $uploads_path = $uploads['basedir'];
2259
+						$uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
2260
+						$uploads_path = $uploads['basedir'];
2261 2261
 
2262
-                        $file_name = $file_info['basename'];
2262
+						$file_name = $file_info['basename'];
2263 2263
 
2264
-                        $img_arr['path'] = $uploads_path . $sub_dir . '/' . $file_name;
2264
+						$img_arr['path'] = $uploads_path . $sub_dir . '/' . $file_name;
2265 2265
 
2266
-                        if (!file_exists($img_arr['path'])) {
2266
+						if (!file_exists($img_arr['path'])) {
2267 2267
 
2268
-                            $wpdb->query("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE ID=" . $attach->ID);
2268
+							$wpdb->query("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE ID=" . $attach->ID);
2269 2269
 
2270
-                        }
2270
+						}
2271 2271
 
2272
-                    }
2272
+					}
2273 2273
 
2274
-                    $attachment_data = $wpdb->get_row("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=" . $post_id . " GROUP BY post_id");
2274
+					$attachment_data = $wpdb->get_row("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=" . $post_id . " GROUP BY post_id");
2275 2275
 
2276
-                    if (!empty($attachment_data)) {
2276
+					if (!empty($attachment_data)) {
2277 2277
 
2278
-                        if ($attachment_data->ID)
2279
-                            $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
2278
+						if ($attachment_data->ID)
2279
+							$wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
2280 2280
 
2281
-                    } else {
2281
+					} else {
2282 2282
 
2283
-                        if (has_post_thumbnail($post_id)) {
2283
+						if (has_post_thumbnail($post_id)) {
2284 2284
 
2285
-                            $post_thumbnail_id = get_post_thumbnail_id($post_id);
2285
+							$post_thumbnail_id = get_post_thumbnail_id($post_id);
2286 2286
 
2287
-                            wp_delete_attachment($post_thumbnail_id);
2287
+							wp_delete_attachment($post_thumbnail_id);
2288 2288
 
2289
-                        }
2289
+						}
2290 2290
 
2291
-                    }
2291
+					}
2292 2292
 
2293
-                    $wpdb->query("UPDATE " . $tablename . " SET featured_image='' WHERE post_id =" . $post_id);
2293
+					$wpdb->query("UPDATE " . $tablename . " SET featured_image='' WHERE post_id =" . $post_id);
2294 2294
 
2295
-                    geodir_set_wp_featured_image($post_id);
2295
+					geodir_set_wp_featured_image($post_id);
2296 2296
 
2297
-                }
2297
+				}
2298 2298
 
2299
-            }
2299
+			}
2300 2300
 
2301
-        }
2301
+		}
2302 2302
 
2303
-    }
2303
+	}
2304 2304
 
2305 2305
 }
2306 2306
 
@@ -2318,9 +2318,9 @@  discard block
 block discarded – undo
2318 2318
 function geodir_default_rating_star_icon()
2319 2319
 {
2320 2320
 
2321
-    if (!get_option('geodir_default_rating_star_icon')) {
2322
-        update_option('geodir_default_rating_star_icon', geodir_plugin_url() . '/geodirectory-assets/images/stars.png');
2323
-    }
2321
+	if (!get_option('geodir_default_rating_star_icon')) {
2322
+		update_option('geodir_default_rating_star_icon', geodir_plugin_url() . '/geodirectory-assets/images/stars.png');
2323
+	}
2324 2324
 
2325 2325
 }
2326 2326
 
@@ -2338,27 +2338,27 @@  discard block
 block discarded – undo
2338 2338
  */
2339 2339
 function geodir_user_post_listing_count($user_id=null)
2340 2340
 {
2341
-    global $wpdb, $plugin_prefix, $current_user;
2342
-    if(!$user_id){
2343
-        $user_id = $current_user->ID;
2344
-    }
2341
+	global $wpdb, $plugin_prefix, $current_user;
2342
+	if(!$user_id){
2343
+		$user_id = $current_user->ID;
2344
+	}
2345 2345
 
2346
-    $user_id = $current_user->ID;
2347
-    $all_postypes = geodir_get_posttypes();
2348
-    $all_posts = get_option('geodir_listing_link_user_dashboard');
2346
+	$user_id = $current_user->ID;
2347
+	$all_postypes = geodir_get_posttypes();
2348
+	$all_posts = get_option('geodir_listing_link_user_dashboard');
2349 2349
 
2350
-    $user_listing = array();
2351
-    if (is_array($all_posts) && !empty($all_posts)) {
2352
-        foreach ($all_posts as $ptype) {
2353
-            $total_posts = $wpdb->get_var("SELECT count( ID ) FROM " . $wpdb->prefix . "posts WHERE post_author=" . $user_id . " AND post_type='" . $ptype . "' AND ( post_status = 'publish' OR post_status = 'draft' OR post_status = 'private' )");
2350
+	$user_listing = array();
2351
+	if (is_array($all_posts) && !empty($all_posts)) {
2352
+		foreach ($all_posts as $ptype) {
2353
+			$total_posts = $wpdb->get_var("SELECT count( ID ) FROM " . $wpdb->prefix . "posts WHERE post_author=" . $user_id . " AND post_type='" . $ptype . "' AND ( post_status = 'publish' OR post_status = 'draft' OR post_status = 'private' )");
2354 2354
 
2355
-            if ($total_posts > 0) {
2356
-                $user_listing[$ptype] = $total_posts;
2357
-            }
2358
-        }
2359
-    }
2355
+			if ($total_posts > 0) {
2356
+				$user_listing[$ptype] = $total_posts;
2357
+			}
2358
+		}
2359
+	}
2360 2360
 
2361
-    return $user_listing;
2361
+	return $user_listing;
2362 2362
 }
2363 2363
 
2364 2364
 
@@ -2378,189 +2378,189 @@  discard block
 block discarded – undo
2378 2378
  */
2379 2379
 function geodir_detail_page_custom_field_tab($tabs_arr)
2380 2380
 {
2381
-    global $post;
2382
-
2383
-    $post_type = geodir_get_current_posttype();
2384
-    $all_postypes = geodir_get_posttypes();
2385
-
2386
-    if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes) && (geodir_is_page('detail') || geodir_is_page('preview'))) {
2387
-        $package_info = array();
2388
-        $package_info = geodir_post_package_info($package_info, $post);
2389
-        $post_package_id = !empty($package_info->pid) ? $package_info->pid : '';
2390
-        $fields_location = 'owntab';
2391
-
2392
-        $custom_fields = geodir_post_custom_fields($post_package_id, 'all', $post_type, $fields_location);
2393
-        //remove video and special offers if it is already set to show
2394
-        if(isset($tabs_arr['post_video']['is_display']) && $tabs_arr['post_video']['is_display']){
2395
-            $unset_video = true;
2396
-        }
2397
-
2398
-        if(isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']){
2399
-            $unset_special_offers = true;
2400
-        }
2401
-        if(isset($unset_video) || isset($unset_special_offers) && !empty($custom_fields)){
2402
-            foreach($custom_fields as $key => $custom_field){
2403
-                if($custom_field['name']=='geodir_video' && isset($unset_video)){
2404
-                    unset($custom_fields[$key]);
2405
-                }
2406
-                if($custom_field['name']=='geodir_special_offers' && isset($unset_special_offers)){
2407
-                    unset($custom_fields[$key]);
2408
-                }
2409
-            }
2410
-        }
2411
-
2412
-
2413
-        if (!empty($custom_fields)) {
2414
-            $parse_custom_fields = array();
2415
-            foreach ($custom_fields as $field) {
2416
-                $field = stripslashes_deep($field); // strip slashes
2417
-                $type = $field;
2418
-                $field_name = $field['htmlvar_name'];
2419
-                if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
2420
-                    $post->{$field_name} = $_REQUEST[$field_name];
2421
-                }
2381
+	global $post;
2422 2382
 
2423
-                if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false  && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
2424
-                    if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
2425
-                        continue;
2426
-                    }
2383
+	$post_type = geodir_get_current_posttype();
2384
+	$all_postypes = geodir_get_posttypes();
2427 2385
 
2428
-                    $parse_custom_fields[] = $field;
2429
-                }
2430
-            }
2431
-            $custom_fields = $parse_custom_fields;
2432
-        }
2433
-        //print_r($custom_fields);
2434
-        if (!empty($custom_fields)) {
2386
+	if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes) && (geodir_is_page('detail') || geodir_is_page('preview'))) {
2387
+		$package_info = array();
2388
+		$package_info = geodir_post_package_info($package_info, $post);
2389
+		$post_package_id = !empty($package_info->pid) ? $package_info->pid : '';
2390
+		$fields_location = 'owntab';
2435 2391
 
2436
-            global $field_set_start;
2392
+		$custom_fields = geodir_post_custom_fields($post_package_id, 'all', $post_type, $fields_location);
2393
+		//remove video and special offers if it is already set to show
2394
+		if(isset($tabs_arr['post_video']['is_display']) && $tabs_arr['post_video']['is_display']){
2395
+			$unset_video = true;
2396
+		}
2437 2397
 
2438
-            $post = stripslashes_deep($post); // strip slashes
2439
-            
2440
-            $field_set_start = 0;
2441
-            $fieldset_count = 0;
2442
-            $fieldset = '';
2443
-            $total_fields = count($custom_fields);
2444
-            $count_field = 0;
2445
-            $fieldset_arr = array();
2446
-            $i = 0;
2447
-            $geodir_post_info = isset($post->ID) && !empty($post->ID) ? geodir_get_post_info($post->ID) : NULL;
2448
-
2449
-            foreach ($custom_fields as $field) {
2450
-                $count_field++;
2451
-                $field_name = $field['htmlvar_name'];
2452
-                if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
2453
-                    $post->{$field_name} = $_REQUEST[$field_name];
2454
-                }
2398
+		if(isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']){
2399
+			$unset_special_offers = true;
2400
+		}
2401
+		if(isset($unset_video) || isset($unset_special_offers) && !empty($custom_fields)){
2402
+			foreach($custom_fields as $key => $custom_field){
2403
+				if($custom_field['name']=='geodir_video' && isset($unset_video)){
2404
+					unset($custom_fields[$key]);
2405
+				}
2406
+				if($custom_field['name']=='geodir_special_offers' && isset($unset_special_offers)){
2407
+					unset($custom_fields[$key]);
2408
+				}
2409
+			}
2410
+		}
2455 2411
 
2456
-                if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
2457
-                    $label = $field['site_title'] != '' ? $field['site_title'] : $field['admin_title'];
2458
-                    $site_title = trim($field['site_title']);
2459
-                    $type = $field;
2460
-                    $variables_array = array();
2461 2412
 
2462
-                    if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
2463
-                        continue;
2464
-                    }
2413
+		if (!empty($custom_fields)) {
2414
+			$parse_custom_fields = array();
2415
+			foreach ($custom_fields as $field) {
2416
+				$field = stripslashes_deep($field); // strip slashes
2417
+				$type = $field;
2418
+				$field_name = $field['htmlvar_name'];
2419
+				if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
2420
+					$post->{$field_name} = $_REQUEST[$field_name];
2421
+				}
2465 2422
 
2466
-                    if ($type['type'] != 'fieldset') {
2467
-                        $i++;
2468
-                        $variables_array['post_id'] = $post->ID;
2469
-                        $variables_array['label'] = __($type['site_title'], 'geodirectory');
2470
-                        $variables_array['value'] = '';
2471
-                        $variables_array['value'] = $post->{$type['htmlvar_name']};
2472
-                    }else{
2473
-                        $i = 0;
2474
-                        $fieldset_count++;
2475
-                        $field_set_start = 1;
2476
-                        $fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_' . $fieldset_count;
2477
-                        $fieldset_arr[$fieldset_count]['label'] = $label;
2478
-                    }
2423
+				if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false  && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
2424
+					if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
2425
+						continue;
2426
+					}
2479 2427
 
2428
+					$parse_custom_fields[] = $field;
2429
+				}
2430
+			}
2431
+			$custom_fields = $parse_custom_fields;
2432
+		}
2433
+		//print_r($custom_fields);
2434
+		if (!empty($custom_fields)) {
2480 2435
 
2481
-                    if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
2482
-                    $type = stripslashes_deep($type); // strip slashes
2483
-                    if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
2484
-                    $html = '';
2485
-                    $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : '';
2486
-                    if($html_var=='post'){$html_var='post_address';}
2487
-                    $field_icon = geodir_field_icon_proccess($type);
2488
-                    $filed_type = $type['type'];
2489
-
2490
-                    /**
2491
-                     * Filter the output for custom fields.
2492
-                     *
2493
-                     * Here we can remove or add new functions depending on the field type.
2494
-                     *
2495
-                     * @param string $html The html to be filtered (blank).
2496
-                     * @param string $fields_location The location the field is to be show.
2497
-                     * @param array $type The array of field values.
2498
-                     */
2499
-                    $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
2500
-
2501
-
2502
-                    /**
2503
-                     * Filter custom field output in tab.
2504
-                     *
2505
-                     * @since 1.5.6
2506
-                     *
2507
-                     * @param string $html_var The HTML variable name for the field.
2508
-                     * @param string $html Custom field unfiltered HTML.
2509
-                     * @param array $variables_array Custom field variables array.
2510
-                     */
2511
-                    $html = apply_filters("geodir_tab_show_{$html_var}", $html, $variables_array);
2512
-
2513
-                    $fieldset_html = '';
2514
-                    if ($field_set_start == 1) {
2515
-                        $add_html = false;
2516
-                        if ($type['type'] == 'fieldset' && $fieldset_count > 1) {
2517
-                            if ($fieldset != '') {
2518
-                                $add_html = true;
2519
-                                $label = $fieldset_arr[$fieldset_count - 1]['label'];
2520
-                                $htmlvar_name = $fieldset_arr[$fieldset_count - 1]['htmlvar_name'];
2521
-                            }
2522
-                            $fieldset_html = $fieldset;
2523
-                            $fieldset = '';
2524
-                        } else {
2525
-                            $fieldset .= $html;
2526
-                            if ($total_fields == $count_field && $fieldset != '') {
2527
-                                $add_html = true;
2528
-                                $label = $fieldset_arr[$fieldset_count]['label'];
2529
-                                $htmlvar_name = $fieldset_arr[$fieldset_count]['htmlvar_name'];
2530
-                                $fieldset_html = $fieldset;
2531
-                            }
2532
-                        }
2436
+			global $field_set_start;
2533 2437
 
2534
-                        if ($add_html) {
2535
-                            $tabs_arr[$htmlvar_name] = array(
2536
-                                'heading_text' => __($label, 'geodirectory'),
2537
-                                'is_active_tab' => false,
2538
-                                /**
2539
-                                 * Filter if a custom field should be displayed on the details page tab.
2540
-                                 *
2541
-                                 * @since 1.0.0
2542
-                                 * @param string $htmlvar_name The field HTML var name.
2543
-                                 */
2544
-                                'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $htmlvar_name),
2545
-                                'tab_content' => '<div class="geodir-company_info field-group xxx">' . $fieldset_html . '</div>'
2546
-                            );
2547
-                        }
2548
-                    } else {
2549
-                        if ($html != '') {
2550
-                            $tabs_arr[$html_var] = array(
2551
-                                'heading_text' => __($label, 'geodirectory'),
2552
-                                'is_active_tab' => false,
2553
-                                /** This action is documented in geodirectory_hooks_actions.php */
2554
-                                'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $field['htmlvar_name']),
2555
-                                'tab_content' => $html
2556
-                            );
2557
-                        }
2558
-                    }
2559
-                }
2560
-            }
2561
-        }
2562
-    }
2563
-    return $tabs_arr;
2438
+			$post = stripslashes_deep($post); // strip slashes
2439
+            
2440
+			$field_set_start = 0;
2441
+			$fieldset_count = 0;
2442
+			$fieldset = '';
2443
+			$total_fields = count($custom_fields);
2444
+			$count_field = 0;
2445
+			$fieldset_arr = array();
2446
+			$i = 0;
2447
+			$geodir_post_info = isset($post->ID) && !empty($post->ID) ? geodir_get_post_info($post->ID) : NULL;
2448
+
2449
+			foreach ($custom_fields as $field) {
2450
+				$count_field++;
2451
+				$field_name = $field['htmlvar_name'];
2452
+				if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
2453
+					$post->{$field_name} = $_REQUEST[$field_name];
2454
+				}
2455
+
2456
+				if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
2457
+					$label = $field['site_title'] != '' ? $field['site_title'] : $field['admin_title'];
2458
+					$site_title = trim($field['site_title']);
2459
+					$type = $field;
2460
+					$variables_array = array();
2461
+
2462
+					if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
2463
+						continue;
2464
+					}
2465
+
2466
+					if ($type['type'] != 'fieldset') {
2467
+						$i++;
2468
+						$variables_array['post_id'] = $post->ID;
2469
+						$variables_array['label'] = __($type['site_title'], 'geodirectory');
2470
+						$variables_array['value'] = '';
2471
+						$variables_array['value'] = $post->{$type['htmlvar_name']};
2472
+					}else{
2473
+						$i = 0;
2474
+						$fieldset_count++;
2475
+						$field_set_start = 1;
2476
+						$fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_' . $fieldset_count;
2477
+						$fieldset_arr[$fieldset_count]['label'] = $label;
2478
+					}
2479
+
2480
+
2481
+					if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
2482
+					$type = stripslashes_deep($type); // strip slashes
2483
+					if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
2484
+					$html = '';
2485
+					$html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : '';
2486
+					if($html_var=='post'){$html_var='post_address';}
2487
+					$field_icon = geodir_field_icon_proccess($type);
2488
+					$filed_type = $type['type'];
2489
+
2490
+					/**
2491
+					 * Filter the output for custom fields.
2492
+					 *
2493
+					 * Here we can remove or add new functions depending on the field type.
2494
+					 *
2495
+					 * @param string $html The html to be filtered (blank).
2496
+					 * @param string $fields_location The location the field is to be show.
2497
+					 * @param array $type The array of field values.
2498
+					 */
2499
+					$html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
2500
+
2501
+
2502
+					/**
2503
+					 * Filter custom field output in tab.
2504
+					 *
2505
+					 * @since 1.5.6
2506
+					 *
2507
+					 * @param string $html_var The HTML variable name for the field.
2508
+					 * @param string $html Custom field unfiltered HTML.
2509
+					 * @param array $variables_array Custom field variables array.
2510
+					 */
2511
+					$html = apply_filters("geodir_tab_show_{$html_var}", $html, $variables_array);
2512
+
2513
+					$fieldset_html = '';
2514
+					if ($field_set_start == 1) {
2515
+						$add_html = false;
2516
+						if ($type['type'] == 'fieldset' && $fieldset_count > 1) {
2517
+							if ($fieldset != '') {
2518
+								$add_html = true;
2519
+								$label = $fieldset_arr[$fieldset_count - 1]['label'];
2520
+								$htmlvar_name = $fieldset_arr[$fieldset_count - 1]['htmlvar_name'];
2521
+							}
2522
+							$fieldset_html = $fieldset;
2523
+							$fieldset = '';
2524
+						} else {
2525
+							$fieldset .= $html;
2526
+							if ($total_fields == $count_field && $fieldset != '') {
2527
+								$add_html = true;
2528
+								$label = $fieldset_arr[$fieldset_count]['label'];
2529
+								$htmlvar_name = $fieldset_arr[$fieldset_count]['htmlvar_name'];
2530
+								$fieldset_html = $fieldset;
2531
+							}
2532
+						}
2533
+
2534
+						if ($add_html) {
2535
+							$tabs_arr[$htmlvar_name] = array(
2536
+								'heading_text' => __($label, 'geodirectory'),
2537
+								'is_active_tab' => false,
2538
+								/**
2539
+								 * Filter if a custom field should be displayed on the details page tab.
2540
+								 *
2541
+								 * @since 1.0.0
2542
+								 * @param string $htmlvar_name The field HTML var name.
2543
+								 */
2544
+								'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $htmlvar_name),
2545
+								'tab_content' => '<div class="geodir-company_info field-group xxx">' . $fieldset_html . '</div>'
2546
+							);
2547
+						}
2548
+					} else {
2549
+						if ($html != '') {
2550
+							$tabs_arr[$html_var] = array(
2551
+								'heading_text' => __($label, 'geodirectory'),
2552
+								'is_active_tab' => false,
2553
+								/** This action is documented in geodirectory_hooks_actions.php */
2554
+								'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $field['htmlvar_name']),
2555
+								'tab_content' => $html
2556
+							);
2557
+						}
2558
+					}
2559
+				}
2560
+			}
2561
+		}
2562
+	}
2563
+	return $tabs_arr;
2564 2564
 }
2565 2565
 
2566 2566
 /* display add listing page for wpml */
@@ -2584,39 +2584,39 @@  discard block
 block discarded – undo
2584 2584
  */
2585 2585
 function geodir_add_post_status_author_page()
2586 2586
 {
2587
-    global $wpdb, $post;
2588
-
2589
-    $html = '';
2590
-    if (get_current_user_id()) {
2591
-
2592
-        $is_author_page = apply_filters('geodir_post_status_is_author_page', geodir_is_page('author'));
2593
-        if ($is_author_page && !empty($post) && isset($post->post_author) && $post->post_author == get_current_user_id()) {
2594
-
2595
-            // we need to query real status direct as we dynamically change the status for author on author page so even non author status can view them.
2596
-            $real_status = $wpdb->get_var("SELECT post_status from $wpdb->posts WHERE ID=$post->ID");
2597
-            $status = "<strong>(";
2598
-            $status_icon = '<i class="fa fa-play"></i>';
2599
-            if ($real_status == 'publish') {
2600
-                $status .= __('Published', 'geodirectory');
2601
-            } else {
2602
-                $status .= __('Not published', 'geodirectory');
2603
-                $status_icon = '<i class="fa fa-pause"></i>';
2604
-            }
2605
-            $status .= ")</strong>";
2587
+	global $wpdb, $post;
2588
+
2589
+	$html = '';
2590
+	if (get_current_user_id()) {
2591
+
2592
+		$is_author_page = apply_filters('geodir_post_status_is_author_page', geodir_is_page('author'));
2593
+		if ($is_author_page && !empty($post) && isset($post->post_author) && $post->post_author == get_current_user_id()) {
2594
+
2595
+			// we need to query real status direct as we dynamically change the status for author on author page so even non author status can view them.
2596
+			$real_status = $wpdb->get_var("SELECT post_status from $wpdb->posts WHERE ID=$post->ID");
2597
+			$status = "<strong>(";
2598
+			$status_icon = '<i class="fa fa-play"></i>';
2599
+			if ($real_status == 'publish') {
2600
+				$status .= __('Published', 'geodirectory');
2601
+			} else {
2602
+				$status .= __('Not published', 'geodirectory');
2603
+				$status_icon = '<i class="fa fa-pause"></i>';
2604
+			}
2605
+			$status .= ")</strong>";
2606 2606
 
2607
-            $html = '<span class="geodir-post-status">' . $status_icon . ' <font class="geodir-status-label">' . __('Status: ', 'geodirectory') . '</font>' . $status . '</span>';
2608
-        }
2609
-    }
2607
+			$html = '<span class="geodir-post-status">' . $status_icon . ' <font class="geodir-status-label">' . __('Status: ', 'geodirectory') . '</font>' . $status . '</span>';
2608
+		}
2609
+	}
2610 2610
 
2611
-    if ($html != '') {
2612
-        /**
2613
-         * Filter the post status text on the author page.
2614
-         *
2615
-         * @since 1.0.0
2616
-         * @param string $html The HTML of the status.
2617
-         */
2618
-        echo apply_filters('geodir_filter_status_text_on_author_page', $html);
2619
-    }
2611
+	if ($html != '') {
2612
+		/**
2613
+		 * Filter the post status text on the author page.
2614
+		 *
2615
+		 * @since 1.0.0
2616
+		 * @param string $html The HTML of the status.
2617
+		 */
2618
+		echo apply_filters('geodir_filter_status_text_on_author_page', $html);
2619
+	}
2620 2620
 
2621 2621
 
2622 2622
 }
@@ -2630,21 +2630,21 @@  discard block
 block discarded – undo
2630 2630
  */
2631 2631
 function geodir_init_no_rating()
2632 2632
 {
2633
-    if (get_option('geodir_disable_rating')) {
2634
-        remove_action('comment_form_logged_in_after', 'geodir_comment_rating_fields');
2635
-        remove_action('comment_form_before_fields', 'geodir_comment_rating_fields');
2636
-        remove_action('comment_form_logged_in_after', 'geodir_reviewrating_comment_rating_fields');
2637
-        remove_action('comment_form_before_fields', 'geodir_reviewrating_comment_rating_fields');
2638
-        remove_action('add_meta_boxes_comment', 'geodir_comment_add_meta_box');
2639
-        remove_action('add_meta_boxes', 'geodir_reviewrating_comment_metabox', 13);
2640
-        remove_filter('comment_text', 'geodir_wrap_comment_text', 40);
2641
-
2642
-        add_action('comment_form_logged_in_after', 'geodir_no_rating_rating_fields');
2643
-        add_action('comment_form_before_fields', 'geodir_no_rating_rating_fields');
2644
-        add_filter('comment_text', 'geodir_no_rating_comment_text', 100, 2);
2645
-        add_filter('geodir_detail_page_review_rating_html', 'geodir_no_rating_review_rating_html', 100);
2646
-        add_filter('geodir_get_sort_options', 'geodir_no_rating_get_sort_options', 100, 2);
2647
-    }
2633
+	if (get_option('geodir_disable_rating')) {
2634
+		remove_action('comment_form_logged_in_after', 'geodir_comment_rating_fields');
2635
+		remove_action('comment_form_before_fields', 'geodir_comment_rating_fields');
2636
+		remove_action('comment_form_logged_in_after', 'geodir_reviewrating_comment_rating_fields');
2637
+		remove_action('comment_form_before_fields', 'geodir_reviewrating_comment_rating_fields');
2638
+		remove_action('add_meta_boxes_comment', 'geodir_comment_add_meta_box');
2639
+		remove_action('add_meta_boxes', 'geodir_reviewrating_comment_metabox', 13);
2640
+		remove_filter('comment_text', 'geodir_wrap_comment_text', 40);
2641
+
2642
+		add_action('comment_form_logged_in_after', 'geodir_no_rating_rating_fields');
2643
+		add_action('comment_form_before_fields', 'geodir_no_rating_rating_fields');
2644
+		add_filter('comment_text', 'geodir_no_rating_comment_text', 100, 2);
2645
+		add_filter('geodir_detail_page_review_rating_html', 'geodir_no_rating_review_rating_html', 100);
2646
+		add_filter('geodir_get_sort_options', 'geodir_no_rating_get_sort_options', 100, 2);
2647
+	}
2648 2648
 }
2649 2649
 
2650 2650
 /**
@@ -2656,24 +2656,24 @@  discard block
 block discarded – undo
2656 2656
  */
2657 2657
 function geodir_no_rating_rating_fields()
2658 2658
 {
2659
-    global $post;
2659
+	global $post;
2660 2660
 
2661
-    $post_types = geodir_get_posttypes();
2661
+	$post_types = geodir_get_posttypes();
2662 2662
 
2663
-    if (!empty($post) && isset($post->post_type) && in_array($post->post_type, $post_types)) {
2664
-        if (is_plugin_active('geodir_review_rating_manager/geodir_review_rating_manager.php')) {
2665
-            if (get_option('geodir_reviewrating_enable_rating')) {
2666
-                echo '<input type="hidden" value="1" name="geodir_rating[overall]" />';
2667
-            } else {
2668
-                echo '<input type="hidden" id="geodir_overallrating" name="geodir_overallrating" value="1" />';
2669
-            }
2670
-            if (get_option('geodir_reviewrating_enable_images')) {
2671
-                geodir_reviewrating_rating_img_html();
2672
-            }
2673
-        } else {
2674
-            echo '<input type="hidden" id="geodir_overallrating" name="geodir_overallrating" value="1" />';
2675
-        }
2676
-    }
2663
+	if (!empty($post) && isset($post->post_type) && in_array($post->post_type, $post_types)) {
2664
+		if (is_plugin_active('geodir_review_rating_manager/geodir_review_rating_manager.php')) {
2665
+			if (get_option('geodir_reviewrating_enable_rating')) {
2666
+				echo '<input type="hidden" value="1" name="geodir_rating[overall]" />';
2667
+			} else {
2668
+				echo '<input type="hidden" id="geodir_overallrating" name="geodir_overallrating" value="1" />';
2669
+			}
2670
+			if (get_option('geodir_reviewrating_enable_images')) {
2671
+				geodir_reviewrating_rating_img_html();
2672
+			}
2673
+		} else {
2674
+			echo '<input type="hidden" id="geodir_overallrating" name="geodir_overallrating" value="1" />';
2675
+		}
2676
+	}
2677 2677
 }
2678 2678
 
2679 2679
 /**
@@ -2687,11 +2687,11 @@  discard block
 block discarded – undo
2687 2687
  */
2688 2688
 function geodir_no_rating_comment_text($content, $comment = '')
2689 2689
 {
2690
-    if (!is_admin()) {
2691
-        return '<div class="description">' . $content . '</div>';
2692
-    } else {
2693
-        return $content;
2694
-    }
2690
+	if (!is_admin()) {
2691
+		return '<div class="description">' . $content . '</div>';
2692
+	} else {
2693
+		return $content;
2694
+	}
2695 2695
 }
2696 2696
 
2697 2697
 /**
@@ -2704,7 +2704,7 @@  discard block
 block discarded – undo
2704 2704
  */
2705 2705
 function geodir_no_rating_review_rating_html($content = '')
2706 2706
 {
2707
-    return NULL;
2707
+	return NULL;
2708 2708
 }
2709 2709
 
2710 2710
 /**
@@ -2718,19 +2718,19 @@  discard block
 block discarded – undo
2718 2718
  */
2719 2719
 function geodir_no_rating_get_sort_options($options, $post_type = '')
2720 2720
 {
2721
-    $new_options = array();
2722
-    if (!empty($options)) {
2723
-        foreach ($options as $option) {
2724
-            if (is_object($option) && isset($option->htmlvar_name) && $option->htmlvar_name == 'overall_rating') {
2725
-                continue;
2726
-            }
2727
-            $new_options[] = $option;
2728
-        }
2721
+	$new_options = array();
2722
+	if (!empty($options)) {
2723
+		foreach ($options as $option) {
2724
+			if (is_object($option) && isset($option->htmlvar_name) && $option->htmlvar_name == 'overall_rating') {
2725
+				continue;
2726
+			}
2727
+			$new_options[] = $option;
2728
+		}
2729 2729
 
2730
-        $options = $new_options;
2731
-    }
2730
+		$options = $new_options;
2731
+	}
2732 2732
 
2733
-    return $options;
2733
+	return $options;
2734 2734
 }
2735 2735
 
2736 2736
 add_filter('geodir_all_js_msg', 'geodir_all_js_msg_no_rating', 100);
@@ -2744,11 +2744,11 @@  discard block
 block discarded – undo
2744 2744
  */
2745 2745
 function geodir_all_js_msg_no_rating($msg = array())
2746 2746
 {
2747
-    if (get_option('geodir_disable_rating')) {
2748
-        $msg['gd_cmt_no_rating'] = true;
2749
-    }
2747
+	if (get_option('geodir_disable_rating')) {
2748
+		$msg['gd_cmt_no_rating'] = true;
2749
+	}
2750 2750
 
2751
-    return $msg;
2751
+	return $msg;
2752 2752
 }
2753 2753
 
2754 2754
 add_filter('body_class', 'geodir_body_class_no_rating', 100);
@@ -2762,13 +2762,13 @@  discard block
 block discarded – undo
2762 2762
  */
2763 2763
 function geodir_body_class_no_rating($classes = array())
2764 2764
 {
2765
-    if (get_option('geodir_disable_rating')) {
2766
-        $classes[] = 'gd-no-rating';
2767
-    }
2765
+	if (get_option('geodir_disable_rating')) {
2766
+		$classes[] = 'gd-no-rating';
2767
+	}
2768 2768
     
2769
-    $classes[] = 'gd-map-' . geodir_map_name();
2769
+	$classes[] = 'gd-map-' . geodir_map_name();
2770 2770
 
2771
-    return $classes;
2771
+	return $classes;
2772 2772
 }
2773 2773
 
2774 2774
 add_filter('admin_body_class', 'geodir_admin_body_class_no_rating', 100);
@@ -2782,13 +2782,13 @@  discard block
 block discarded – undo
2782 2782
  */
2783 2783
 function geodir_admin_body_class_no_rating($class = '')
2784 2784
 {
2785
-    if (get_option('geodir_disable_rating')) {
2786
-        $class .= ' gd-no-rating';
2787
-    }
2785
+	if (get_option('geodir_disable_rating')) {
2786
+		$class .= ' gd-no-rating';
2787
+	}
2788 2788
     
2789
-    $class .= ' gd-map-' . geodir_map_name();
2789
+	$class .= ' gd-map-' . geodir_map_name();
2790 2790
 
2791
-    return $class;
2791
+	return $class;
2792 2792
 }
2793 2793
 
2794 2794
 add_action('wp_head', 'geodir_wp_head_no_rating');
@@ -2801,10 +2801,10 @@  discard block
 block discarded – undo
2801 2801
  */
2802 2802
 function geodir_wp_head_no_rating()
2803 2803
 {
2804
-    if (get_option('geodir_disable_rating')) {
2805
-        echo '<style>body .geodir-rating, body .geodir-bubble-rating, body .gd_ratings_module_box{display:none!important;}</style>';
2806
-        echo '<script type="text/javascript">jQuery(function(){jQuery(".gd_rating_show").parent(".geodir-rating").remove();});</script>';
2807
-    }
2804
+	if (get_option('geodir_disable_rating')) {
2805
+		echo '<style>body .geodir-rating, body .geodir-bubble-rating, body .gd_ratings_module_box{display:none!important;}</style>';
2806
+		echo '<script type="text/javascript">jQuery(function(){jQuery(".gd_rating_show").parent(".geodir-rating").remove();});</script>';
2807
+	}
2808 2808
 }
2809 2809
 
2810 2810
 add_filter('geodir_load_db_language', 'geodir_load_custom_field_translation');
@@ -2821,36 +2821,36 @@  discard block
 block discarded – undo
2821 2821
  * @return array Translation texts.
2822 2822
  */
2823 2823
 function geodir_load_gd_options_text_translation($translation_texts = array()) {
2824
-    $translation_texts = !empty( $translation_texts ) && is_array( $translation_texts ) ? $translation_texts : array();
2825
-
2826
-    $gd_options = array('geodir_post_submited_success_email_subject_admin', 'geodir_post_submited_success_email_content_admin', 'geodir_post_submited_success_email_subject', 'geodir_post_submited_success_email_content', 'geodir_forgot_password_subject', 'geodir_forgot_password_content', 'geodir_registration_success_email_subject', 'geodir_registration_success_email_content', 'geodir_post_published_email_subject', 'geodir_post_published_email_content', 'geodir_email_friend_subject', 'geodir_email_friend_content', 'geodir_email_enquiry_subject', 'geodir_email_enquiry_content', 'geodir_post_added_success_msg_content', 'geodir_post_edited_email_subject_admin', 'geodir_post_edited_email_content_admin');
2827
-
2828
-    /**
2829
-     * Filters the geodirectory option names that requires to add for translation.
2830
-     *
2831
-     * @since 1.5.7
2832
-     * @package GeoDirectory
2833
-     *
2834
-     * @param  array $gd_options Array of option names.
2835
-     */
2836
-    $gd_options = apply_filters('geodir_gd_options_for_translation', $gd_options);
2837
-    $gd_options = array_unique($gd_options);
2838
-
2839
-    if (!empty($gd_options)) {
2840
-        foreach ($gd_options as $gd_option) {
2841
-            if ($gd_option != '' && $option_value = get_option($gd_option)) {
2842
-                $option_value = is_string($option_value) ? stripslashes_deep($option_value) : '';
2824
+	$translation_texts = !empty( $translation_texts ) && is_array( $translation_texts ) ? $translation_texts : array();
2825
+
2826
+	$gd_options = array('geodir_post_submited_success_email_subject_admin', 'geodir_post_submited_success_email_content_admin', 'geodir_post_submited_success_email_subject', 'geodir_post_submited_success_email_content', 'geodir_forgot_password_subject', 'geodir_forgot_password_content', 'geodir_registration_success_email_subject', 'geodir_registration_success_email_content', 'geodir_post_published_email_subject', 'geodir_post_published_email_content', 'geodir_email_friend_subject', 'geodir_email_friend_content', 'geodir_email_enquiry_subject', 'geodir_email_enquiry_content', 'geodir_post_added_success_msg_content', 'geodir_post_edited_email_subject_admin', 'geodir_post_edited_email_content_admin');
2827
+
2828
+	/**
2829
+	 * Filters the geodirectory option names that requires to add for translation.
2830
+	 *
2831
+	 * @since 1.5.7
2832
+	 * @package GeoDirectory
2833
+	 *
2834
+	 * @param  array $gd_options Array of option names.
2835
+	 */
2836
+	$gd_options = apply_filters('geodir_gd_options_for_translation', $gd_options);
2837
+	$gd_options = array_unique($gd_options);
2838
+
2839
+	if (!empty($gd_options)) {
2840
+		foreach ($gd_options as $gd_option) {
2841
+			if ($gd_option != '' && $option_value = get_option($gd_option)) {
2842
+				$option_value = is_string($option_value) ? stripslashes_deep($option_value) : '';
2843 2843
                 
2844
-                if ($option_value != '' && !in_array($option_value, $translation_texts)) {
2845
-                    $translation_texts[] = stripslashes_deep($option_value);
2846
-                }
2847
-            }
2848
-        }
2849
-    }
2844
+				if ($option_value != '' && !in_array($option_value, $translation_texts)) {
2845
+					$translation_texts[] = stripslashes_deep($option_value);
2846
+				}
2847
+			}
2848
+		}
2849
+	}
2850 2850
 
2851
-    $translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts;
2851
+	$translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts;
2852 2852
 
2853
-    return $translation_texts;
2853
+	return $translation_texts;
2854 2854
 }
2855 2855
 
2856 2856
 add_filter('geodir_load_db_language', 'geodir_load_gd_options_text_translation');
@@ -2864,15 +2864,15 @@  discard block
 block discarded – undo
2864 2864
 
2865 2865
 add_filter('get_comments_link', 'gd_get_comments_link', 10, 2);
2866 2866
 function gd_get_comments_link($comments_link, $post_id) {
2867
-    $post_type = get_post_type($post_id);
2867
+	$post_type = get_post_type($post_id);
2868 2868
 
2869
-    $all_postypes = geodir_get_posttypes();
2870
-    if (in_array($post_type, $all_postypes)) {
2871
-        $comments_link = str_replace('#comments', '#reviews', $comments_link);
2872
-        $comments_link = str_replace('#respond', '#reviews', $comments_link);
2873
-    }
2869
+	$all_postypes = geodir_get_posttypes();
2870
+	if (in_array($post_type, $all_postypes)) {
2871
+		$comments_link = str_replace('#comments', '#reviews', $comments_link);
2872
+		$comments_link = str_replace('#respond', '#reviews', $comments_link);
2873
+	}
2874 2874
 
2875
-    return $comments_link;
2875
+	return $comments_link;
2876 2876
 }
2877 2877
 
2878 2878
 
@@ -2890,11 +2890,11 @@  discard block
 block discarded – undo
2890 2890
 function geodir_add_nav_menu_class( $args )
2891 2891
 {
2892 2892
 
2893
-        if(isset($args['menu_class'])){
2894
-            $args['menu_class'] = $args['menu_class']." gd-menu-z";
2895
-        }
2893
+		if(isset($args['menu_class'])){
2894
+			$args['menu_class'] = $args['menu_class']." gd-menu-z";
2895
+		}
2896 2896
     
2897
-    return $args;
2897
+	return $args;
2898 2898
 }
2899 2899
 
2900 2900
 add_filter( 'wp_nav_menu_args', 'geodir_add_nav_menu_class' );
@@ -2911,15 +2911,15 @@  discard block
 block discarded – undo
2911 2911
  * @return string Filtered locale ID.
2912 2912
  */
2913 2913
 function geodir_wpml_filter_locale($locale) {
2914
-    global $sitepress;
2914
+	global $sitepress;
2915 2915
     
2916
-    $post_type = !empty($_REQUEST['post_type']) ? $_REQUEST['post_type'] : (!empty($_REQUEST['post']) ? get_post_type($_REQUEST['post']) : '');
2916
+	$post_type = !empty($_REQUEST['post_type']) ? $_REQUEST['post_type'] : (!empty($_REQUEST['post']) ? get_post_type($_REQUEST['post']) : '');
2917 2917
     
2918
-    if (!empty($sitepress) && $sitepress->is_post_edit_screen() && $post_type && in_array($post_type, geodir_get_posttypes()) && $current_lang = $sitepress->get_current_language()) {
2919
-        $locale = $sitepress->get_locale($current_lang);
2920
-    }
2918
+	if (!empty($sitepress) && $sitepress->is_post_edit_screen() && $post_type && in_array($post_type, geodir_get_posttypes()) && $current_lang = $sitepress->get_current_language()) {
2919
+		$locale = $sitepress->get_locale($current_lang);
2920
+	}
2921 2921
     
2922
-    return $locale;
2922
+	return $locale;
2923 2923
 }
2924 2924
 
2925 2925
 /**
@@ -2929,15 +2929,15 @@  discard block
 block discarded – undo
2929 2929
  * @package GeoDirectory
2930 2930
  */
2931 2931
 function geodir_wpml_set_filter() {
2932
-    if (function_exists('icl_object_id')) {
2933
-        global $sitepress;
2932
+	if (function_exists('icl_object_id')) {
2933
+		global $sitepress;
2934 2934
         
2935
-        if ($sitepress->get_setting('sync_comments_on_duplicates')) {
2936
-            add_action('comment_post', 'gepdir_wpml_sync_comment', 100, 1);
2937
-        }
2935
+		if ($sitepress->get_setting('sync_comments_on_duplicates')) {
2936
+			add_action('comment_post', 'gepdir_wpml_sync_comment', 100, 1);
2937
+		}
2938 2938
         
2939
-        add_action('geodir_after_save_listing', 'geodir_wpml_duplicate_listing', 100, 2);
2940
-    }
2939
+		add_action('geodir_after_save_listing', 'geodir_wpml_duplicate_listing', 100, 2);
2940
+	}
2941 2941
 }
2942 2942
 add_filter('plugins_loaded', 'geodir_wpml_set_filter');
2943 2943
 
@@ -2950,44 +2950,44 @@  discard block
 block discarded – undo
2950 2950
  * @return array Filtered languages.
2951 2951
  */
2952 2952
 function geodir_wpml_filter_ls_languages($languages) {
2953
-    global $gd_icl_ls_languages;
2953
+	global $gd_icl_ls_languages;
2954 2954
     
2955
-    if (geodir_is_geodir_page()) {
2956
-        if ($gd_icl_ls_languages) {
2957
-            return $languages;
2958
-        }
2955
+	if (geodir_is_geodir_page()) {
2956
+		if ($gd_icl_ls_languages) {
2957
+			return $languages;
2958
+		}
2959 2959
         
2960
-        $keep_vars = array();
2960
+		$keep_vars = array();
2961 2961
         
2962
-        if (geodir_is_page('add-listing')) {
2963
-            $keep_vars = array('listing_type', 'package_id');
2964
-        } else if (geodir_is_page('search')) {
2965
-            $keep_vars = array('geodir_search', 'stype', 'snear', 'set_location_type', 'set_location_val', 'sgeo_lat', 'sgeo_lon');
2966
-        } else if (geodir_is_page('author')) {
2967
-            $keep_vars = array('geodir_dashbord', 'stype', 'list');
2968
-        } else if (geodir_is_page('login')) {
2969
-            $keep_vars = array('forgot', 'signup');
2970
-        }        
2962
+		if (geodir_is_page('add-listing')) {
2963
+			$keep_vars = array('listing_type', 'package_id');
2964
+		} else if (geodir_is_page('search')) {
2965
+			$keep_vars = array('geodir_search', 'stype', 'snear', 'set_location_type', 'set_location_val', 'sgeo_lat', 'sgeo_lon');
2966
+		} else if (geodir_is_page('author')) {
2967
+			$keep_vars = array('geodir_dashbord', 'stype', 'list');
2968
+		} else if (geodir_is_page('login')) {
2969
+			$keep_vars = array('forgot', 'signup');
2970
+		}        
2971 2971
         
2972
-        if (!empty($keep_vars)) {
2973
-            foreach ( $languages as $code => $url) {
2974
-                $filter_url = $url['url'];
2972
+		if (!empty($keep_vars)) {
2973
+			foreach ( $languages as $code => $url) {
2974
+				$filter_url = $url['url'];
2975 2975
                 
2976
-                foreach ($keep_vars as $var) {
2977
-                    if (isset($_GET[$var]) && !is_array($_GET[$var])) {
2978
-                        $filter_url = remove_query_arg(array($var), $filter_url);
2979
-                        $filter_url = add_query_arg(array($var => $_GET[$var]), $filter_url);
2980
-                    }
2981
-                }
2976
+				foreach ($keep_vars as $var) {
2977
+					if (isset($_GET[$var]) && !is_array($_GET[$var])) {
2978
+						$filter_url = remove_query_arg(array($var), $filter_url);
2979
+						$filter_url = add_query_arg(array($var => $_GET[$var]), $filter_url);
2980
+					}
2981
+				}
2982 2982
                 
2983
-                if ($filter_url != $url['url']) {
2984
-                    $languages[$code]['url'] = $filter_url;
2985
-                }
2986
-            }
2987
-            $gd_icl_ls_languages = true;
2988
-        }
2989
-    }
2983
+				if ($filter_url != $url['url']) {
2984
+					$languages[$code]['url'] = $filter_url;
2985
+				}
2986
+			}
2987
+			$gd_icl_ls_languages = true;
2988
+		}
2989
+	}
2990 2990
 
2991
-    return $languages;
2991
+	return $languages;
2992 2992
 }
2993 2993
 add_filter( 'icl_ls_languages', 'geodir_wpml_filter_ls_languages', 11, 1 );
2994 2994
\ No newline at end of file
Please login to merge, or discard this patch.
geodirectory_template_actions.php 1 patch
Indentation   +1804 added lines, -1804 removed lines patch added patch discarded remove patch
@@ -17,10 +17,10 @@  discard block
 block discarded – undo
17 17
  */
18 18
 function gd_compat_styles()
19 19
 {
20
-    $tc = get_option('theme_compatibility_setting');
21
-    echo "<style id='gd-compat-styles' type='text/css'>";
22
-    echo $tc['geodir_theme_compat_css'];
23
-    echo "</style>";
20
+	$tc = get_option('theme_compatibility_setting');
21
+	echo "<style id='gd-compat-styles' type='text/css'>";
22
+	echo $tc['geodir_theme_compat_css'];
23
+	echo "</style>";
24 24
 }
25 25
 
26 26
 /**
@@ -31,10 +31,10 @@  discard block
 block discarded – undo
31 31
  */
32 32
 function gd_compat_script()
33 33
 {
34
-    $tc = get_option('theme_compatibility_setting');
35
-    echo "<script>";
36
-    echo $tc['geodir_theme_compat_js'];
37
-    echo " </script>";
34
+	$tc = get_option('theme_compatibility_setting');
35
+	echo "<script>";
36
+	echo $tc['geodir_theme_compat_js'];
37
+	echo " </script>";
38 38
 }
39 39
 
40 40
 /**
@@ -47,8 +47,8 @@  discard block
 block discarded – undo
47 47
  */
48 48
 function geodir_top_content_add_dynamic()
49 49
 {
50
-    $tc = get_option('theme_compatibility_setting');
51
-    echo $tc['geodir_top_content_add'];
50
+	$tc = get_option('theme_compatibility_setting');
51
+	echo $tc['geodir_top_content_add'];
52 52
 }
53 53
 
54 54
 /**
@@ -61,8 +61,8 @@  discard block
 block discarded – undo
61 61
  */
62 62
 function geodir_before_main_content_add_dynamic()
63 63
 {
64
-    $tc = get_option('theme_compatibility_setting');
65
-    echo $tc['geodir_before_main_content_add'];
64
+	$tc = get_option('theme_compatibility_setting');
65
+	echo $tc['geodir_before_main_content_add'];
66 66
 }
67 67
 
68 68
 /**
@@ -75,8 +75,8 @@  discard block
 block discarded – undo
75 75
  */
76 76
 function geodir_full_page_class_dynamic()
77 77
 {
78
-    $tc = get_option('theme_compatibility_setting');
79
-    return $tc['geodir_full_page_class_filter'];
78
+	$tc = get_option('theme_compatibility_setting');
79
+	return $tc['geodir_full_page_class_filter'];
80 80
 }
81 81
 
82 82
 /**
@@ -89,8 +89,8 @@  discard block
 block discarded – undo
89 89
  */
90 90
 function geodir_before_widget_dynamic()
91 91
 {
92
-    $tc = get_option('theme_compatibility_setting');
93
-    return $tc['geodir_before_widget_filter'];
92
+	$tc = get_option('theme_compatibility_setting');
93
+	return $tc['geodir_before_widget_filter'];
94 94
 }
95 95
 
96 96
 /**
@@ -103,8 +103,8 @@  discard block
 block discarded – undo
103 103
  */
104 104
 function geodir_after_widget_dynamic()
105 105
 {
106
-    $tc = get_option('theme_compatibility_setting');
107
-    return $tc['geodir_after_widget_filter'];
106
+	$tc = get_option('theme_compatibility_setting');
107
+	return $tc['geodir_after_widget_filter'];
108 108
 }
109 109
 
110 110
 /**
@@ -117,8 +117,8 @@  discard block
 block discarded – undo
117 117
  */
118 118
 function geodir_before_title_dynamic()
119 119
 {
120
-    $tc = get_option('theme_compatibility_setting');
121
-    return $tc['geodir_before_title_filter'];
120
+	$tc = get_option('theme_compatibility_setting');
121
+	return $tc['geodir_before_title_filter'];
122 122
 }
123 123
 
124 124
 /**
@@ -131,8 +131,8 @@  discard block
 block discarded – undo
131 131
  */
132 132
 function geodir_after_title_dynamic()
133 133
 {
134
-    $tc = get_option('theme_compatibility_setting');
135
-    return $tc['geodir_after_title_filter'];
134
+	$tc = get_option('theme_compatibility_setting');
135
+	return $tc['geodir_after_title_filter'];
136 136
 }
137 137
 
138 138
 /**
@@ -145,8 +145,8 @@  discard block
 block discarded – undo
145 145
  */
146 146
 function geodir_menu_li_class_dynamic()
147 147
 {
148
-    $tc = get_option('theme_compatibility_setting');
149
-    return $tc['geodir_menu_li_class_filter'];
148
+	$tc = get_option('theme_compatibility_setting');
149
+	return $tc['geodir_menu_li_class_filter'];
150 150
 }
151 151
 
152 152
 /**
@@ -159,8 +159,8 @@  discard block
 block discarded – undo
159 159
  */
160 160
 function geodir_sub_menu_ul_class_dynamic()
161 161
 {
162
-    $tc = get_option('theme_compatibility_setting');
163
-    return $tc['geodir_sub_menu_ul_class_filter'];
162
+	$tc = get_option('theme_compatibility_setting');
163
+	return $tc['geodir_sub_menu_ul_class_filter'];
164 164
 }
165 165
 
166 166
 /**
@@ -173,8 +173,8 @@  discard block
 block discarded – undo
173 173
  */
174 174
 function geodir_sub_menu_li_class_dynamic()
175 175
 {
176
-    $tc = get_option('theme_compatibility_setting');
177
-    return $tc['geodir_sub_menu_li_class_filter'];
176
+	$tc = get_option('theme_compatibility_setting');
177
+	return $tc['geodir_sub_menu_li_class_filter'];
178 178
 }
179 179
 
180 180
 /**
@@ -187,8 +187,8 @@  discard block
 block discarded – undo
187 187
  */
188 188
 function geodir_menu_a_class_dynamic()
189 189
 {
190
-    $tc = get_option('theme_compatibility_setting');
191
-    return $tc['geodir_menu_a_class_filter'];
190
+	$tc = get_option('theme_compatibility_setting');
191
+	return $tc['geodir_menu_a_class_filter'];
192 192
 }
193 193
 
194 194
 /**
@@ -201,8 +201,8 @@  discard block
 block discarded – undo
201 201
  */
202 202
 function geodir_sub_menu_a_class_dynamic()
203 203
 {
204
-    $tc = get_option('theme_compatibility_setting');
205
-    return $tc['geodir_sub_menu_a_class_filter'];
204
+	$tc = get_option('theme_compatibility_setting');
205
+	return $tc['geodir_sub_menu_a_class_filter'];
206 206
 }
207 207
 
208 208
 /**
@@ -215,8 +215,8 @@  discard block
 block discarded – undo
215 215
  */
216 216
 function geodir_location_switcher_menu_li_class_dynamic()
217 217
 {
218
-    $tc = get_option('theme_compatibility_setting');
219
-    return $tc['geodir_location_switcher_menu_li_class_filter'];
218
+	$tc = get_option('theme_compatibility_setting');
219
+	return $tc['geodir_location_switcher_menu_li_class_filter'];
220 220
 }
221 221
 
222 222
 /**
@@ -229,8 +229,8 @@  discard block
 block discarded – undo
229 229
  */
230 230
 function geodir_location_switcher_menu_a_class_dynamic()
231 231
 {
232
-    $tc = get_option('theme_compatibility_setting');
233
-    return $tc['geodir_location_switcher_menu_a_class_filter'];
232
+	$tc = get_option('theme_compatibility_setting');
233
+	return $tc['geodir_location_switcher_menu_a_class_filter'];
234 234
 }
235 235
 
236 236
 /**
@@ -243,8 +243,8 @@  discard block
 block discarded – undo
243 243
  */
244 244
 function geodir_location_switcher_menu_sub_ul_class_dynamic()
245 245
 {
246
-    $tc = get_option('theme_compatibility_setting');
247
-    return $tc['geodir_location_switcher_menu_sub_ul_class_filter'];
246
+	$tc = get_option('theme_compatibility_setting');
247
+	return $tc['geodir_location_switcher_menu_sub_ul_class_filter'];
248 248
 }
249 249
 
250 250
 /**
@@ -257,8 +257,8 @@  discard block
 block discarded – undo
257 257
  */
258 258
 function geodir_location_switcher_menu_sub_li_class_dynamic()
259 259
 {
260
-    $tc = get_option('theme_compatibility_setting');
261
-    return $tc['geodir_location_switcher_menu_sub_li_class_filter'];
260
+	$tc = get_option('theme_compatibility_setting');
261
+	return $tc['geodir_location_switcher_menu_sub_li_class_filter'];
262 262
 }
263 263
 
264 264
 
@@ -275,107 +275,107 @@  discard block
 block discarded – undo
275 275
 function geodir_content_actions_dynamic()
276 276
 {
277 277
 
278
-    $tc = get_option('theme_compatibility_setting');
278
+	$tc = get_option('theme_compatibility_setting');
279 279
 //print_r($tc);
280
-    if (empty($tc)) {
281
-        return;
282
-    }
283
-
284
-    //php
285
-    if (!empty($tc['geodir_theme_compat_code'])) {
286
-        include_once('geodirectory-functions/compatibility/' . $tc['geodir_theme_compat_code'] . '.php');
287
-    }
288
-
289
-    //geodir_full_page_class
290
-    if (!empty($tc['geodir_full_page_class_filter'])) {
291
-        add_filter('geodir_full_page_class', 'geodir_full_page_class_dynamic', 10);
292
-    }
293
-
294
-    //widget before filter
295
-    if (!empty($tc['geodir_before_widget_filter'])) {
296
-        add_filter('geodir_before_widget', 'geodir_before_widget_dynamic', 10);
297
-    }
298
-
299
-    //widget after filter
300
-    if (!empty($tc['geodir_after_widget_filter'])) {
301
-        add_filter('geodir_after_widget', 'geodir_after_widget_dynamic', 10);
302
-    }
303
-
304
-    //widget before title filter
305
-    if (!empty($tc['geodir_before_title_filter'])) {
306
-        add_filter('geodir_before_title', 'geodir_before_title_dynamic', 10);
307
-    }
308
-
309
-    //widget before title filter
310
-    if (!empty($tc['geodir_after_title_filter'])) {
311
-        add_filter('geodir_after_title', 'geodir_after_title_dynamic', 10);
312
-    }
313
-
314
-    //menu li class
315
-    if (!empty($tc['geodir_menu_li_class_filter'])) {
316
-        add_filter('geodir_menu_li_class', 'geodir_menu_li_class_dynamic', 10);
317
-    }
318
-
319
-    //menu ul class
320
-    if (!empty($tc['geodir_sub_menu_ul_class_filter'])) {
321
-        add_filter('geodir_sub_menu_ul_class', 'geodir_sub_menu_ul_class_dynamic', 10);
322
-    }
323
-
324
-    //menu sub li class
325
-    if (!empty($tc['geodir_sub_menu_li_class_filter'])) {
326
-        add_filter('geodir_sub_menu_li_class', 'geodir_sub_menu_li_class_dynamic', 10);
327
-    }
328
-
329
-    //menu a class
330
-    if (!empty($tc['geodir_menu_a_class_filter'])) {
331
-        add_filter('geodir_menu_a_class', 'geodir_menu_a_class_dynamic', 10);
332
-    }
333
-
334
-    //menu sub a class
335
-    if (!empty($tc['geodir_sub_menu_a_class_filter'])) {
336
-        add_filter('geodir_sub_menu_a_class', 'geodir_sub_menu_a_class_dynamic', 10);
337
-    }
338
-
339
-    //location menu li class
340
-    if (!empty($tc['geodir_location_switcher_menu_li_class_filter'])) {
341
-        add_filter('geodir_location_switcher_menu_li_class', 'geodir_location_switcher_menu_li_class_dynamic', 10);
342
-    }
343
-
344
-    //location menu sub ul class
345
-    if (!empty($tc['geodir_location_switcher_menu_sub_ul_class_filter'])) {
346
-        add_filter('geodir_location_switcher_menu_sub_ul_class', 'geodir_location_switcher_menu_sub_ul_class_dynamic', 10);
347
-    }
348
-
349
-    //location menu sub li class
350
-    if (!empty($tc['geodir_location_switcher_menu_sub_li_class_filter'])) {
351
-        add_filter('geodir_location_switcher_menu_sub_li_class', 'geodir_location_switcher_menu_sub_li_class_dynamic', 10);
352
-    }
353
-
354
-    //location menu a class
355
-    if (!empty($tc['geodir_location_switcher_menu_a_class_filter'])) {
356
-        add_filter('geodir_location_switcher_menu_a_class', 'geodir_location_switcher_menu_a_class_dynamic', 10);
357
-    }
358
-
359
-    // compat styles
360
-    if (!empty($tc['geodir_theme_compat_css'])) {
361
-        add_action('wp_head', 'gd_compat_styles');
362
-    }
363
-
364
-    // compat js
365
-    if (!empty($tc['geodir_theme_compat_js'])) {
366
-        add_action('wp_footer', 'gd_compat_script');
367
-    }
368
-
369
-
370
-    // geodir_top_content_add
371
-    if (!empty($tc['geodir_top_content_add'])) {
372
-        add_action('geodir_top_content', 'geodir_top_content_add_dynamic', 10, 1);
373
-    }
374
-
375
-    // geodir_before_main_content_add
376
-    if (!empty($tc['geodir_before_main_content_add'])) {
377
-        add_action('geodir_before_main_content', 'geodir_before_main_content_add_dynamic', 10, 1);
378
-    }
280
+	if (empty($tc)) {
281
+		return;
282
+	}
283
+
284
+	//php
285
+	if (!empty($tc['geodir_theme_compat_code'])) {
286
+		include_once('geodirectory-functions/compatibility/' . $tc['geodir_theme_compat_code'] . '.php');
287
+	}
288
+
289
+	//geodir_full_page_class
290
+	if (!empty($tc['geodir_full_page_class_filter'])) {
291
+		add_filter('geodir_full_page_class', 'geodir_full_page_class_dynamic', 10);
292
+	}
293
+
294
+	//widget before filter
295
+	if (!empty($tc['geodir_before_widget_filter'])) {
296
+		add_filter('geodir_before_widget', 'geodir_before_widget_dynamic', 10);
297
+	}
298
+
299
+	//widget after filter
300
+	if (!empty($tc['geodir_after_widget_filter'])) {
301
+		add_filter('geodir_after_widget', 'geodir_after_widget_dynamic', 10);
302
+	}
303
+
304
+	//widget before title filter
305
+	if (!empty($tc['geodir_before_title_filter'])) {
306
+		add_filter('geodir_before_title', 'geodir_before_title_dynamic', 10);
307
+	}
308
+
309
+	//widget before title filter
310
+	if (!empty($tc['geodir_after_title_filter'])) {
311
+		add_filter('geodir_after_title', 'geodir_after_title_dynamic', 10);
312
+	}
313
+
314
+	//menu li class
315
+	if (!empty($tc['geodir_menu_li_class_filter'])) {
316
+		add_filter('geodir_menu_li_class', 'geodir_menu_li_class_dynamic', 10);
317
+	}
318
+
319
+	//menu ul class
320
+	if (!empty($tc['geodir_sub_menu_ul_class_filter'])) {
321
+		add_filter('geodir_sub_menu_ul_class', 'geodir_sub_menu_ul_class_dynamic', 10);
322
+	}
323
+
324
+	//menu sub li class
325
+	if (!empty($tc['geodir_sub_menu_li_class_filter'])) {
326
+		add_filter('geodir_sub_menu_li_class', 'geodir_sub_menu_li_class_dynamic', 10);
327
+	}
328
+
329
+	//menu a class
330
+	if (!empty($tc['geodir_menu_a_class_filter'])) {
331
+		add_filter('geodir_menu_a_class', 'geodir_menu_a_class_dynamic', 10);
332
+	}
333
+
334
+	//menu sub a class
335
+	if (!empty($tc['geodir_sub_menu_a_class_filter'])) {
336
+		add_filter('geodir_sub_menu_a_class', 'geodir_sub_menu_a_class_dynamic', 10);
337
+	}
338
+
339
+	//location menu li class
340
+	if (!empty($tc['geodir_location_switcher_menu_li_class_filter'])) {
341
+		add_filter('geodir_location_switcher_menu_li_class', 'geodir_location_switcher_menu_li_class_dynamic', 10);
342
+	}
343
+
344
+	//location menu sub ul class
345
+	if (!empty($tc['geodir_location_switcher_menu_sub_ul_class_filter'])) {
346
+		add_filter('geodir_location_switcher_menu_sub_ul_class', 'geodir_location_switcher_menu_sub_ul_class_dynamic', 10);
347
+	}
348
+
349
+	//location menu sub li class
350
+	if (!empty($tc['geodir_location_switcher_menu_sub_li_class_filter'])) {
351
+		add_filter('geodir_location_switcher_menu_sub_li_class', 'geodir_location_switcher_menu_sub_li_class_dynamic', 10);
352
+	}
353
+
354
+	//location menu a class
355
+	if (!empty($tc['geodir_location_switcher_menu_a_class_filter'])) {
356
+		add_filter('geodir_location_switcher_menu_a_class', 'geodir_location_switcher_menu_a_class_dynamic', 10);
357
+	}
358
+
359
+	// compat styles
360
+	if (!empty($tc['geodir_theme_compat_css'])) {
361
+		add_action('wp_head', 'gd_compat_styles');
362
+	}
363
+
364
+	// compat js
365
+	if (!empty($tc['geodir_theme_compat_js'])) {
366
+		add_action('wp_footer', 'gd_compat_script');
367
+	}
368
+
369
+
370
+	// geodir_top_content_add
371
+	if (!empty($tc['geodir_top_content_add'])) {
372
+		add_action('geodir_top_content', 'geodir_top_content_add_dynamic', 10, 1);
373
+	}
374
+
375
+	// geodir_before_main_content_add
376
+	if (!empty($tc['geodir_before_main_content_add'])) {
377
+		add_action('geodir_before_main_content', 'geodir_before_main_content_add_dynamic', 10, 1);
378
+	}
379 379
 
380 380
 
381 381
 }
@@ -398,23 +398,23 @@  discard block
 block discarded – undo
398 398
  */
399 399
 function geodir_action_wrapper_open($type = '', $id = '', $class = '')
400 400
 {
401
-    $tc = get_option('theme_compatibility_setting');
402
-    if (!empty($tc['geodir_wrapper_open_replace'])) {
403
-        $text = $tc['geodir_wrapper_open_replace'];
404
-    } else {
405
-        $text = '<div id="[id]" class="[class]">';
406
-    }
401
+	$tc = get_option('theme_compatibility_setting');
402
+	if (!empty($tc['geodir_wrapper_open_replace'])) {
403
+		$text = $tc['geodir_wrapper_open_replace'];
404
+	} else {
405
+		$text = '<div id="[id]" class="[class]">';
406
+	}
407 407
 
408
-    if (!empty($tc['geodir_wrapper_open_id'])) {
409
-        $id = $tc['geodir_wrapper_open_id'];
410
-    }
411
-    if (!empty($tc['geodir_wrapper_open_class'])) {
412
-        $class = $tc['geodir_wrapper_open_class'];
413
-    }
408
+	if (!empty($tc['geodir_wrapper_open_id'])) {
409
+		$id = $tc['geodir_wrapper_open_id'];
410
+	}
411
+	if (!empty($tc['geodir_wrapper_open_class'])) {
412
+		$class = $tc['geodir_wrapper_open_class'];
413
+	}
414 414
 
415
-    $text = str_replace(array("[id]", "[class]"), array($id, $class), $text);
415
+	$text = str_replace(array("[id]", "[class]"), array($id, $class), $text);
416 416
 
417
-    echo $text;
417
+	echo $text;
418 418
 }
419 419
 
420 420
 // action for adding the wrapperdiv closing tag
@@ -429,14 +429,14 @@  discard block
 block discarded – undo
429 429
  */
430 430
 function geodir_action_wrapper_close($type = '')
431 431
 {
432
-    $tc = get_option('theme_compatibility_setting');
433
-    if (!empty($tc['geodir_wrapper_close_replace'])) {
434
-        $text = $tc['geodir_wrapper_close_replace'];
435
-    } else {
436
-        $text = '</div><!-- wrapper ends here-->';
437
-    }
432
+	$tc = get_option('theme_compatibility_setting');
433
+	if (!empty($tc['geodir_wrapper_close_replace'])) {
434
+		$text = $tc['geodir_wrapper_close_replace'];
435
+	} else {
436
+		$text = '</div><!-- wrapper ends here-->';
437
+	}
438 438
 
439
-    echo $text;
439
+	echo $text;
440 440
 }
441 441
 
442 442
 // action for adding the content div opening tag
@@ -452,35 +452,35 @@  discard block
 block discarded – undo
452 452
  */
453 453
 function geodir_action_wrapper_content_open($type = '', $id = '', $class = '')
454 454
 {
455
-    if ($type == 'home-page' && $width = get_option('geodir_width_home_contant_section')) {
456
-        $width_css = 'style="width:' . $width . '%;"';
457
-    } elseif ($type == 'listings-page' && $width = get_option('geodir_width_listing_contant_section')) {
458
-        $width_css = 'style="width:' . $width . '%;"';
459
-    } elseif ($type == 'search-page' && $width = get_option('geodir_width_search_contant_section')) {
460
-        $width_css = 'style="width:' . $width . '%;"';
461
-    } elseif ($type == 'author-page' && $width = get_option('geodir_width_author_contant_section')) {
462
-        $width_css = 'style="width:' . $width . '%;"';
463
-    } else {
464
-        $width_css = '';
465
-    }
466
-
467
-    $tc = get_option('theme_compatibility_setting');
468
-    if (!empty($tc['geodir_wrapper_content_open_replace'])) {
469
-        $text = $tc['geodir_wrapper_content_open_replace'];
470
-    } else {
471
-        $text = '<div id="[id]" class="[class]" role="main" [width_css]>';
472
-    }
473
-
474
-    if (!empty($tc['geodir_wrapper_content_open_id'])) {
475
-        $id = $tc['geodir_wrapper_content_open_id'];
476
-    }
477
-    if (!empty($tc['geodir_wrapper_content_open_class'])) {
478
-        $class = $tc['geodir_wrapper_content_open_class'];
479
-    }
480
-
481
-    $text = str_replace(array("[id]", "[class]", "[width_css]"), array($id, $class, $width_css), $text);
482
-
483
-    echo $text;
455
+	if ($type == 'home-page' && $width = get_option('geodir_width_home_contant_section')) {
456
+		$width_css = 'style="width:' . $width . '%;"';
457
+	} elseif ($type == 'listings-page' && $width = get_option('geodir_width_listing_contant_section')) {
458
+		$width_css = 'style="width:' . $width . '%;"';
459
+	} elseif ($type == 'search-page' && $width = get_option('geodir_width_search_contant_section')) {
460
+		$width_css = 'style="width:' . $width . '%;"';
461
+	} elseif ($type == 'author-page' && $width = get_option('geodir_width_author_contant_section')) {
462
+		$width_css = 'style="width:' . $width . '%;"';
463
+	} else {
464
+		$width_css = '';
465
+	}
466
+
467
+	$tc = get_option('theme_compatibility_setting');
468
+	if (!empty($tc['geodir_wrapper_content_open_replace'])) {
469
+		$text = $tc['geodir_wrapper_content_open_replace'];
470
+	} else {
471
+		$text = '<div id="[id]" class="[class]" role="main" [width_css]>';
472
+	}
473
+
474
+	if (!empty($tc['geodir_wrapper_content_open_id'])) {
475
+		$id = $tc['geodir_wrapper_content_open_id'];
476
+	}
477
+	if (!empty($tc['geodir_wrapper_content_open_class'])) {
478
+		$class = $tc['geodir_wrapper_content_open_class'];
479
+	}
480
+
481
+	$text = str_replace(array("[id]", "[class]", "[width_css]"), array($id, $class, $width_css), $text);
482
+
483
+	echo $text;
484 484
 }
485 485
 
486 486
 // action for adding the primary div closing tag
@@ -494,13 +494,13 @@  discard block
 block discarded – undo
494 494
  */
495 495
 function geodir_action_wrapper_content_close($type = '')
496 496
 {
497
-    $tc = get_option('theme_compatibility_setting');
498
-    if (!empty($tc['geodir_wrapper_content_close_replace'])) {
499
-        $text = $tc['geodir_wrapper_content_close_replace'];
500
-    } else {
501
-        $text = '</div><!-- content ends here-->';
502
-    }
503
-    echo $text;
497
+	$tc = get_option('theme_compatibility_setting');
498
+	if (!empty($tc['geodir_wrapper_content_close_replace'])) {
499
+		$text = $tc['geodir_wrapper_content_close_replace'];
500
+	} else {
501
+		$text = '</div><!-- content ends here-->';
502
+	}
503
+	echo $text;
504 504
 }
505 505
 
506 506
 // action for adding the <article> opening tag
@@ -518,24 +518,24 @@  discard block
 block discarded – undo
518 518
  */
519 519
 function geodir_action_article_open($type = '', $id = '', $class = '', $itemtype = '')
520 520
 {
521
-    $class = implode(" ", $class);
522
-    $tc = get_option('theme_compatibility_setting');
523
-    if (!empty($tc['geodir_article_open_replace'])) {
524
-        $text = $tc['geodir_article_open_replace'];
525
-    } else {
526
-        $text = '<article  id="[id]" class="[class]" >';
527
-    }
521
+	$class = implode(" ", $class);
522
+	$tc = get_option('theme_compatibility_setting');
523
+	if (!empty($tc['geodir_article_open_replace'])) {
524
+		$text = $tc['geodir_article_open_replace'];
525
+	} else {
526
+		$text = '<article  id="[id]" class="[class]" >';
527
+	}
528 528
 
529
-    if (!empty($tc['geodir_article_open_id'])) {
530
-        $id = $tc['geodir_article_open_id'];
531
-    }
532
-    if (!empty($tc['geodir_article_open_class'])) {
533
-        $class = $tc['geodir_article_open_class'];
534
-    }
529
+	if (!empty($tc['geodir_article_open_id'])) {
530
+		$id = $tc['geodir_article_open_id'];
531
+	}
532
+	if (!empty($tc['geodir_article_open_class'])) {
533
+		$class = $tc['geodir_article_open_class'];
534
+	}
535 535
 
536
-    $text = str_replace(array("[id]", "[class]", "[itemtype]"), array($id, $class, $itemtype), $text);
536
+	$text = str_replace(array("[id]", "[class]", "[itemtype]"), array($id, $class, $itemtype), $text);
537 537
 
538
-    echo $text;
538
+	echo $text;
539 539
 }
540 540
 
541 541
 // action for adding the primary div closing tag
@@ -549,13 +549,13 @@  discard block
 block discarded – undo
549 549
  */
550 550
 function geodir_action_article_close($type = '')
551 551
 {
552
-    $tc = get_option('theme_compatibility_setting');
553
-    if (!empty($tc['geodir_article_close_replace'])) {
554
-        $text = $tc['geodir_article_close_replace'];
555
-    } else {
556
-        $text = '</article><!-- article ends here-->';
557
-    }
558
-    echo $text;
552
+	$tc = get_option('theme_compatibility_setting');
553
+	if (!empty($tc['geodir_article_close_replace'])) {
554
+		$text = $tc['geodir_article_close_replace'];
555
+	} else {
556
+		$text = '</article><!-- article ends here-->';
557
+	}
558
+	echo $text;
559 559
 }
560 560
 
561 561
 // action for adding the sidebar opening tag
@@ -572,35 +572,35 @@  discard block
 block discarded – undo
572 572
  */
573 573
 function geodir_action_sidebar_right_open($type = '', $id = '', $class = '', $itemtype = '')
574 574
 {
575
-    if ($type == 'home-page' && $width = get_option('geodir_width_home_right_section')) {
576
-        $width_css = 'style="width:' . $width . '%;"';
577
-    } elseif ($type == 'listings-page' && $width = get_option('geodir_width_listing_right_section')) {
578
-        $width_css = 'style="width:' . $width . '%;"';
579
-    } elseif ($type == 'search-page' && $width = get_option('geodir_width_search_right_section')) {
580
-        $width_css = 'style="width:' . $width . '%;"';
581
-    } elseif ($type == 'author-page' && $width = get_option('geodir_width_author_right_section')) {
582
-        $width_css = 'style="width:' . $width . '%;"';
583
-    } else {
584
-        $width_css = '';
585
-    }
586
-
587
-    $tc = get_option('theme_compatibility_setting');
588
-    if (!empty($tc['geodir_sidebar_right_open_replace'])) {
589
-        $text = $tc['geodir_sidebar_right_open_replace'];
590
-    } else {
591
-        $text = '<aside  id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>';
592
-    }
593
-
594
-    if (!empty($tc['geodir_sidebar_right_open_id'])) {
595
-        $id = $tc['geodir_sidebar_right_open_id'];
596
-    }
597
-    if (!empty($tc['geodir_sidebar_right_open_class'])) {
598
-        $class = $tc['geodir_sidebar_right_open_class'];
599
-    }
600
-
601
-    $text = str_replace(array("[id]", "[class]", "[itemtype]", "[width_css]"), array($id, $class, $itemtype, $width_css), $text);
602
-
603
-    echo $text;
575
+	if ($type == 'home-page' && $width = get_option('geodir_width_home_right_section')) {
576
+		$width_css = 'style="width:' . $width . '%;"';
577
+	} elseif ($type == 'listings-page' && $width = get_option('geodir_width_listing_right_section')) {
578
+		$width_css = 'style="width:' . $width . '%;"';
579
+	} elseif ($type == 'search-page' && $width = get_option('geodir_width_search_right_section')) {
580
+		$width_css = 'style="width:' . $width . '%;"';
581
+	} elseif ($type == 'author-page' && $width = get_option('geodir_width_author_right_section')) {
582
+		$width_css = 'style="width:' . $width . '%;"';
583
+	} else {
584
+		$width_css = '';
585
+	}
586
+
587
+	$tc = get_option('theme_compatibility_setting');
588
+	if (!empty($tc['geodir_sidebar_right_open_replace'])) {
589
+		$text = $tc['geodir_sidebar_right_open_replace'];
590
+	} else {
591
+		$text = '<aside  id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>';
592
+	}
593
+
594
+	if (!empty($tc['geodir_sidebar_right_open_id'])) {
595
+		$id = $tc['geodir_sidebar_right_open_id'];
596
+	}
597
+	if (!empty($tc['geodir_sidebar_right_open_class'])) {
598
+		$class = $tc['geodir_sidebar_right_open_class'];
599
+	}
600
+
601
+	$text = str_replace(array("[id]", "[class]", "[itemtype]", "[width_css]"), array($id, $class, $itemtype, $width_css), $text);
602
+
603
+	echo $text;
604 604
 }
605 605
 
606 606
 // action for adding the primary div closing tag
@@ -614,13 +614,13 @@  discard block
 block discarded – undo
614 614
  */
615 615
 function geodir_action_sidebar_right_close($type = '')
616 616
 {
617
-    $tc = get_option('theme_compatibility_setting');
618
-    if (!empty($tc['geodir_sidebar_right_close_replace'])) {
619
-        $text = $tc['geodir_sidebar_right_close_replace'];
620
-    } else {
621
-        $text = '</aside><!-- sidebar ends here-->';
622
-    }
623
-    echo $text;
617
+	$tc = get_option('theme_compatibility_setting');
618
+	if (!empty($tc['geodir_sidebar_right_close_replace'])) {
619
+		$text = $tc['geodir_sidebar_right_close_replace'];
620
+	} else {
621
+		$text = '</aside><!-- sidebar ends here-->';
622
+	}
623
+	echo $text;
624 624
 }
625 625
 
626 626
 
@@ -641,121 +641,121 @@  discard block
 block discarded – undo
641 641
  */
642 642
 function geodir_action_geodir_set_preview_post()
643 643
 {
644
-    global $post, $preview, $gd_session;
645
-    $is_backend_preview = (is_single() && !empty($_REQUEST['post_type']) && !empty($_REQUEST['preview']) && !empty($_REQUEST['p'])) && is_super_admin() ? true : false; // skip if preview from backend
646
-    if (!$preview || $is_backend_preview) {
647
-        return;
648
-    }// bail if not previewing
649
-
650
-    $listing_type = isset($_REQUEST['listing_type']) ? sanitize_text_field($_REQUEST['listing_type']) : '';
651
-
652
-    $fields_info = geodir_get_custom_fields_type($listing_type);
653
-
654
-    foreach ($_REQUEST as $pkey => $pval) {
655
-        if ($pkey == 'geodir_video') {
656
-            $tags = '<iframe>';
657
-        } else if ($pkey == 'post_desc') {
658
-            $tags = '<p><a><b><i><em><h1><h2><h3><h4><h5><ul><ol><li><img><div><del><ins><span><cite><code><strike><strong><blockquote>';
659
-        } else if (is_array($fields_info) && isset($fields_info[$pkey]) && ($fields_info[$pkey] == 'textarea' || $fields_info[$pkey] == 'html')) {
660
-            $tags = '<p><a><b><i><em><h1><h2><h3><h4><h5><ul><ol><li><img><div><del><ins><span><cite><code><strike><strong><blockquote>';
661
-        } else if (is_array($_REQUEST[$pkey])) {
662
-            $tags = 'skip_field';
663
-        } else {
664
-            $tags = '';
665
-        }
666
-        /**
667
-         * Allows the filtering of the allowed HTML tags per field when submitting from frontend add listing page.
668
-         *
669
-         * @since 1.0.0
670
-         * @param string $tags The allowed HTML tags for the field. Can be many things, for example the description allows these tags '<p><a><b><i><em><h1><h2><h3><h4><h5><ul><ol><li><img><div><del><ins><span><cite><code><strike><strong><blockquote>'.
671
-         * @param string|array $pkey The field id/name. If array then value is set as "skip_field".
672
-         */
673
-        $tags = apply_filters('geodir_save_post_key', $tags, $pkey);
674
-
675
-        if ($tags != 'skip_field') {
676
-            $_REQUEST[$pkey] = strip_tags($_REQUEST[$pkey], $tags);
677
-        }
678
-    }
679
-
680
-    $post = (object)$_REQUEST;
681
-
682
-
683
-    if (isset($post->video)) {
684
-        $post->video = stripslashes($post->video);
685
-    }
686
-
687
-    if (isset($post->Video2)) {
688
-        $post->Video2 = stripslashes($post->Video2);
689
-    }
690
-
691
-    $post_type = $post->listing_type;
692
-    $post_type_info = get_post_type_object($post_type);
693
-
694
-    $listing_label = $post_type_info->labels->singular_name;
695
-
696
-    $term_icon = '';
697
-
698
-    if (!empty($post->post_category)) {
699
-        foreach ($post->post_category as $post_taxonomy => $post_term) {
700
-
701
-            if ($post_term != '' && !is_array($post_term)) {
702
-                $post_term = explode(',', trim($post_term, ','));
703
-            }
644
+	global $post, $preview, $gd_session;
645
+	$is_backend_preview = (is_single() && !empty($_REQUEST['post_type']) && !empty($_REQUEST['preview']) && !empty($_REQUEST['p'])) && is_super_admin() ? true : false; // skip if preview from backend
646
+	if (!$preview || $is_backend_preview) {
647
+		return;
648
+	}// bail if not previewing
649
+
650
+	$listing_type = isset($_REQUEST['listing_type']) ? sanitize_text_field($_REQUEST['listing_type']) : '';
651
+
652
+	$fields_info = geodir_get_custom_fields_type($listing_type);
653
+
654
+	foreach ($_REQUEST as $pkey => $pval) {
655
+		if ($pkey == 'geodir_video') {
656
+			$tags = '<iframe>';
657
+		} else if ($pkey == 'post_desc') {
658
+			$tags = '<p><a><b><i><em><h1><h2><h3><h4><h5><ul><ol><li><img><div><del><ins><span><cite><code><strike><strong><blockquote>';
659
+		} else if (is_array($fields_info) && isset($fields_info[$pkey]) && ($fields_info[$pkey] == 'textarea' || $fields_info[$pkey] == 'html')) {
660
+			$tags = '<p><a><b><i><em><h1><h2><h3><h4><h5><ul><ol><li><img><div><del><ins><span><cite><code><strike><strong><blockquote>';
661
+		} else if (is_array($_REQUEST[$pkey])) {
662
+			$tags = 'skip_field';
663
+		} else {
664
+			$tags = '';
665
+		}
666
+		/**
667
+		 * Allows the filtering of the allowed HTML tags per field when submitting from frontend add listing page.
668
+		 *
669
+		 * @since 1.0.0
670
+		 * @param string $tags The allowed HTML tags for the field. Can be many things, for example the description allows these tags '<p><a><b><i><em><h1><h2><h3><h4><h5><ul><ol><li><img><div><del><ins><span><cite><code><strike><strong><blockquote>'.
671
+		 * @param string|array $pkey The field id/name. If array then value is set as "skip_field".
672
+		 */
673
+		$tags = apply_filters('geodir_save_post_key', $tags, $pkey);
674
+
675
+		if ($tags != 'skip_field') {
676
+			$_REQUEST[$pkey] = strip_tags($_REQUEST[$pkey], $tags);
677
+		}
678
+	}
679
+
680
+	$post = (object)$_REQUEST;
681
+
682
+
683
+	if (isset($post->video)) {
684
+		$post->video = stripslashes($post->video);
685
+	}
686
+
687
+	if (isset($post->Video2)) {
688
+		$post->Video2 = stripslashes($post->Video2);
689
+	}
690
+
691
+	$post_type = $post->listing_type;
692
+	$post_type_info = get_post_type_object($post_type);
693
+
694
+	$listing_label = $post_type_info->labels->singular_name;
695
+
696
+	$term_icon = '';
697
+
698
+	if (!empty($post->post_category)) {
699
+		foreach ($post->post_category as $post_taxonomy => $post_term) {
700
+
701
+			if ($post_term != '' && !is_array($post_term)) {
702
+				$post_term = explode(',', trim($post_term, ','));
703
+			}
704 704
 
705
-            if (is_array($post_term)) {
706
-                $post_term = array_unique($post_term);
707
-            }
705
+			if (is_array($post_term)) {
706
+				$post_term = array_unique($post_term);
707
+			}
708 708
 
709
-            if (!empty($post_term)) {
710
-                foreach ($post_term as $cat_id) {
711
-                    $cat_id = trim($cat_id);
712
-
713
-                    if ($cat_id != '') {
714
-                        $term_icon = get_option('geodir_default_marker_icon');
715
-
716
-                        if (isset($post->post_default_category) && $post->post_default_category == $cat_id) {
717
-                            if ($term_icon_url = get_tax_meta($cat_id, 'ct_cat_icon', false, $post_type)) {
718
-                                if (isset($term_icon_url['src']) && $term_icon_url['src'] != '')
719
-                                    $term_icon = $term_icon_url['src'];
720
-                                break;
721
-                            }
722
-                        }
723
-                    }
724
-                }
725
-            }
726
-        }
727
-    }
709
+			if (!empty($post_term)) {
710
+				foreach ($post_term as $cat_id) {
711
+					$cat_id = trim($cat_id);
712
+
713
+					if ($cat_id != '') {
714
+						$term_icon = get_option('geodir_default_marker_icon');
715
+
716
+						if (isset($post->post_default_category) && $post->post_default_category == $cat_id) {
717
+							if ($term_icon_url = get_tax_meta($cat_id, 'ct_cat_icon', false, $post_type)) {
718
+								if (isset($term_icon_url['src']) && $term_icon_url['src'] != '')
719
+									$term_icon = $term_icon_url['src'];
720
+								break;
721
+							}
722
+						}
723
+					}
724
+				}
725
+			}
726
+		}
727
+	}
728 728
 
729
-    $post_latitude = isset($post->post_latitude) ? $post->post_latitude : '';
730
-    $post_longitude = isset($post->post_longitude) ? $post->post_longitude : '';
729
+	$post_latitude = isset($post->post_latitude) ? $post->post_latitude : '';
730
+	$post_longitude = isset($post->post_longitude) ? $post->post_longitude : '';
731 731
 
732
-    $srcharr = array("'", "/", "-", '"', '\\');
733
-    $replarr = array("&prime;", "&frasl;", "&ndash;", "&ldquo;", '');
732
+	$srcharr = array("'", "/", "-", '"', '\\');
733
+	$replarr = array("&prime;", "&frasl;", "&ndash;", "&ldquo;", '');
734 734
 
735
-    $json_title = str_replace($srcharr, $replarr, $post->post_title);
735
+	$json_title = str_replace($srcharr, $replarr, $post->post_title);
736 736
 
737
-    $json = '{';
738
-    $json .= '"post_preview": "1",';
739
-    $json .= '"t": "' . $json_title . '",';
740
-    $json .= '"lt": "' . $post_latitude . '",';
741
-    $json .= '"ln": "' . $post_longitude . '",';
742
-    $json .= '"i":"' . $term_icon . '"';
743
-    $json .= '}';
737
+	$json = '{';
738
+	$json .= '"post_preview": "1",';
739
+	$json .= '"t": "' . $json_title . '",';
740
+	$json .= '"lt": "' . $post_latitude . '",';
741
+	$json .= '"ln": "' . $post_longitude . '",';
742
+	$json .= '"i":"' . $term_icon . '"';
743
+	$json .= '}';
744 744
 
745
-    $post->marker_json = $json;
745
+	$post->marker_json = $json;
746 746
 
747
-    $gd_session->set('listing', $_REQUEST);
747
+	$gd_session->set('listing', $_REQUEST);
748 748
 
749
-    // we need to define a few things to trick the setup_postdata
750
-    if (!isset($post->ID)) {
751
-        $post->ID = '';
752
-        $post->post_author = '';
753
-        $post->post_date = '';
754
-        $post->post_content = '';
755
-        $post->default_category = '';
756
-        $post->post_type = '';
757
-    }
758
-    setup_postdata($post);
749
+	// we need to define a few things to trick the setup_postdata
750
+	if (!isset($post->ID)) {
751
+		$post->ID = '';
752
+		$post->post_author = '';
753
+		$post->post_date = '';
754
+		$post->post_content = '';
755
+		$post->default_category = '';
756
+		$post->post_type = '';
757
+	}
758
+	setup_postdata($post);
759 759
 }
760 760
 
761 761
 /**
@@ -767,15 +767,15 @@  discard block
 block discarded – undo
767 767
  */
768 768
 function geodir_action_geodir_preview_code()
769 769
 {
770
-    global $preview;
770
+	global $preview;
771 771
 
772
-    $is_backend_preview = (is_single() && !empty($_REQUEST['post_type']) && !empty($_REQUEST['preview']) && !empty($_REQUEST['p'])) && is_super_admin() ? true : false; // skip if preview from backend
772
+	$is_backend_preview = (is_single() && !empty($_REQUEST['post_type']) && !empty($_REQUEST['preview']) && !empty($_REQUEST['p'])) && is_super_admin() ? true : false; // skip if preview from backend
773 773
 
774
-    if (!$preview || $is_backend_preview) {
775
-        return;
776
-    }// bail if not previewing
774
+	if (!$preview || $is_backend_preview) {
775
+		return;
776
+	}// bail if not previewing
777 777
 
778
-    geodir_get_template_part('preview', 'buttons');
778
+	geodir_get_template_part('preview', 'buttons');
779 779
 }
780 780
 
781 781
 // action for adding the details page top widget area
@@ -791,20 +791,20 @@  discard block
 block discarded – undo
791 791
  */
792 792
 function geodir_action_geodir_sidebar_detail_top($class = '')
793 793
 {
794
-    if (get_option('geodir_show_detail_top_section')) { ?>
794
+	if (get_option('geodir_show_detail_top_section')) { ?>
795 795
         <div
796 796
             class="<?php
797
-            /**
798
-             * Filter the div class for the wrapper of the full width widget areas.
799
-             *
800
-             * Allows you to filter the class of the div for the HTML Container wrapper for the full width widget areas referred to as "Top Section" or "Bottom Section" in the widget areas.
801
-             *
802
-             * @since 1.0.0
803
-             * @param string $class The class of the div.
804
-             * @param string $type The page type the widget area is being used on. Values can be 'geodir_detail_top', 'geodir_detail_bottom', 'geodir_listing_top', 'geodir_listing_bottom', 'Reg/Login Top Section',
805
-             *               'geodir_author_top','geodir_author_bottom', 'geodir_search_top', 'geodir_search_bottom', 'geodir_home_top' or 'geodir_home_bottom'.
806
-             */
807
-            echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_detail_top'); ?> <?php echo $class; ?>">
797
+			/**
798
+			 * Filter the div class for the wrapper of the full width widget areas.
799
+			 *
800
+			 * Allows you to filter the class of the div for the HTML Container wrapper for the full width widget areas referred to as "Top Section" or "Bottom Section" in the widget areas.
801
+			 *
802
+			 * @since 1.0.0
803
+			 * @param string $class The class of the div.
804
+			 * @param string $type The page type the widget area is being used on. Values can be 'geodir_detail_top', 'geodir_detail_bottom', 'geodir_listing_top', 'geodir_listing_bottom', 'Reg/Login Top Section',
805
+			 *               'geodir_author_top','geodir_author_bottom', 'geodir_search_top', 'geodir_search_bottom', 'geodir_home_top' or 'geodir_home_bottom'.
806
+			 */
807
+			echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_detail_top'); ?> <?php echo $class; ?>">
808 808
             <?php dynamic_sidebar('geodir_detail_top'); ?>
809 809
         </div>
810 810
     <?php }
@@ -828,11 +828,11 @@  discard block
 block discarded – undo
828 828
  */
829 829
 function geodir_action_geodir_sidebar_detail_bottom_section($class = '')
830 830
 {
831
-    if (get_option('geodir_show_detail_bottom_section')) { ?>
831
+	if (get_option('geodir_show_detail_bottom_section')) { ?>
832 832
         <div
833 833
             class="<?php
834
-            /** This action is documented in geodirectory_template_actions.php */
835
-            echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_detail_bottom'); ?> <?php echo $class; ?>">
834
+			/** This action is documented in geodirectory_template_actions.php */
835
+			echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_detail_bottom'); ?> <?php echo $class; ?>">
836 836
             <?php dynamic_sidebar('geodir_detail_bottom'); ?>
837 837
         </div><!-- clearfix ends here-->
838 838
     <?php }
@@ -846,7 +846,7 @@  discard block
 block discarded – undo
846 846
  */
847 847
 function geodir_details_sidebar_widget_area()
848 848
 {
849
-    dynamic_sidebar('geodir_detail_sidebar');
849
+	dynamic_sidebar('geodir_detail_sidebar');
850 850
 }
851 851
 
852 852
 /**
@@ -857,12 +857,12 @@  discard block
 block discarded – undo
857 857
  */
858 858
 function geodir_details_sidebar_place_details()
859 859
 {
860
-    /**
861
-     * Used to add items to the details page sidebar.
862
-     *
863
-     * @since 1.0.0
864
-     */
865
-    do_action('geodir_detail_page_sidebar');
860
+	/**
861
+	 * Used to add items to the details page sidebar.
862
+	 *
863
+	 * @since 1.0.0
864
+	 */
865
+	do_action('geodir_detail_page_sidebar');
866 866
 }
867 867
 
868 868
 add_action('geodir_detail_sidebar_inside', 'geodir_details_sidebar_place_details', 10);
@@ -877,68 +877,68 @@  discard block
 block discarded – undo
877 877
  */
878 878
 function geodir_action_details_sidebar()
879 879
 {
880
-    // this adds the opening html tags to the primary div, this required the closing tag below :: ($type='',$id='',$class='',$itemtype='')
881
-    if (get_option('geodir_detail_sidebar_left_section')) {
882
-        /**
883
-         * Called before the details page left sidebar is opened.
884
-         *
885
-         * This is used to add opening wrapper HTML to the details page left sidebar.
886
-         *
887
-         * @since 1.0.0
888
-         * @param string $type The current page type. Values can be 'details-page', 'listings-page', 'author-page', 'search-page' or 'home-page'.
889
-         * @param string $id Usually the ID of the sidebar wrapper. Values can be 'geodir-sidebar' or 'geodir-sidebar-left'.
890
-         * @param string $class The class of the sidebar wrapper. 'geodir-sidebar-left geodir-details-sidebar-left'.
891
-         * @param string $itemtype HTML itemtype 'http://schema.org/WPSideBar'.
892
-         */
893
-        do_action('geodir_sidebar_left_open', 'details-page', 'geodir-sidebar', 'geodir-sidebar-left geodir-details-sidebar-left', 'https://schema.org/WPSideBar');
894
-        ?>
880
+	// this adds the opening html tags to the primary div, this required the closing tag below :: ($type='',$id='',$class='',$itemtype='')
881
+	if (get_option('geodir_detail_sidebar_left_section')) {
882
+		/**
883
+		 * Called before the details page left sidebar is opened.
884
+		 *
885
+		 * This is used to add opening wrapper HTML to the details page left sidebar.
886
+		 *
887
+		 * @since 1.0.0
888
+		 * @param string $type The current page type. Values can be 'details-page', 'listings-page', 'author-page', 'search-page' or 'home-page'.
889
+		 * @param string $id Usually the ID of the sidebar wrapper. Values can be 'geodir-sidebar' or 'geodir-sidebar-left'.
890
+		 * @param string $class The class of the sidebar wrapper. 'geodir-sidebar-left geodir-details-sidebar-left'.
891
+		 * @param string $itemtype HTML itemtype 'http://schema.org/WPSideBar'.
892
+		 */
893
+		do_action('geodir_sidebar_left_open', 'details-page', 'geodir-sidebar', 'geodir-sidebar-left geodir-details-sidebar-left', 'https://schema.org/WPSideBar');
894
+		?>
895 895
         <div class="geodir-content-left geodir-sidebar-wrap"><?php
896
-        /**
897
-         * Called inside the HTML wrapper of the details sidebar for either the left and right sidebar.
898
-         *
899
-         * This is used to add all info to the details page sidebars.
900
-         *
901
-         * @since 1.0.0
902
-         */
903
-        do_action('geodir_detail_sidebar_inside');
904
-        ?></div><!-- end geodir-content-left --><?php
905
-        /**
906
-         * Called after the details page left sidebar.
907
-         *
908
-         * This is used to add closing wrapper HTML to the details page left sidebar.
909
-         *
910
-         * @since 1.0.0
911
-         * @param string $type The current page type. Values can be 'details-page', 'listings-page', 'author-page', 'search-page' or 'home-page'.
912
-         */
913
-        do_action('geodir_sidebar_left_close', 'details-page');
914
-    } else {
915
-        /**
916
-         * Called before the details page right sidebar is opened.
917
-         *
918
-         * This is used to add opening wrapper HTML to the details page right sidebar.
919
-         *
920
-         * @since 1.0.0
921
-         * @param string $type The current page type. Values can be 'details-page', 'listings-page', 'add-listing-page', 'author-page', 'search-page' or 'home-page'.
922
-         * @param string $id Usually the ID of the sidebar wrapper. Values can be 'geodir-sidebar' or 'geodir-sidebar-right'.
923
-         * @param string $class The class of the sidebar wrapper. 'geodir-sidebar-right geodir-details-sidebar-right'.
924
-         * @param string $itemtype HTML itemtype 'http://schema.org/WPSideBar'.
925
-         */
926
-        do_action('geodir_sidebar_right_open', 'details-page', 'geodir-sidebar', 'geodir-sidebar-right geodir-details-sidebar-right', 'http://schema.org/WPSideBar');
927
-        ?>
896
+		/**
897
+		 * Called inside the HTML wrapper of the details sidebar for either the left and right sidebar.
898
+		 *
899
+		 * This is used to add all info to the details page sidebars.
900
+		 *
901
+		 * @since 1.0.0
902
+		 */
903
+		do_action('geodir_detail_sidebar_inside');
904
+		?></div><!-- end geodir-content-left --><?php
905
+		/**
906
+		 * Called after the details page left sidebar.
907
+		 *
908
+		 * This is used to add closing wrapper HTML to the details page left sidebar.
909
+		 *
910
+		 * @since 1.0.0
911
+		 * @param string $type The current page type. Values can be 'details-page', 'listings-page', 'author-page', 'search-page' or 'home-page'.
912
+		 */
913
+		do_action('geodir_sidebar_left_close', 'details-page');
914
+	} else {
915
+		/**
916
+		 * Called before the details page right sidebar is opened.
917
+		 *
918
+		 * This is used to add opening wrapper HTML to the details page right sidebar.
919
+		 *
920
+		 * @since 1.0.0
921
+		 * @param string $type The current page type. Values can be 'details-page', 'listings-page', 'add-listing-page', 'author-page', 'search-page' or 'home-page'.
922
+		 * @param string $id Usually the ID of the sidebar wrapper. Values can be 'geodir-sidebar' or 'geodir-sidebar-right'.
923
+		 * @param string $class The class of the sidebar wrapper. 'geodir-sidebar-right geodir-details-sidebar-right'.
924
+		 * @param string $itemtype HTML itemtype 'http://schema.org/WPSideBar'.
925
+		 */
926
+		do_action('geodir_sidebar_right_open', 'details-page', 'geodir-sidebar', 'geodir-sidebar-right geodir-details-sidebar-right', 'http://schema.org/WPSideBar');
927
+		?>
928 928
         <div class="geodir-content-right geodir-sidebar-wrap"><?php
929
-        /** This action is documented in geodirectory_template_actions.php */
930
-        do_action('geodir_detail_sidebar_inside');
931
-        ?></div><!-- end geodir-content-right --><?php
932
-        /**
933
-         * Called after the details page right sidebar.
934
-         *
935
-         * This is used to add closing wrapper HTML to the details page right sidebar.
936
-         *
937
-         * @since 1.0.0
938
-         * @param string $type The current page type. Values can be 'details-page', 'listings-page', 'author-page', 'search-page' or 'home-page'.
939
-         */
940
-        do_action('geodir_sidebar_right_close', 'details-page');
941
-    }
929
+		/** This action is documented in geodirectory_template_actions.php */
930
+		do_action('geodir_detail_sidebar_inside');
931
+		?></div><!-- end geodir-content-right --><?php
932
+		/**
933
+		 * Called after the details page right sidebar.
934
+		 *
935
+		 * This is used to add closing wrapper HTML to the details page right sidebar.
936
+		 *
937
+		 * @since 1.0.0
938
+		 * @param string $type The current page type. Values can be 'details-page', 'listings-page', 'author-page', 'search-page' or 'home-page'.
939
+		 */
940
+		do_action('geodir_sidebar_right_close', 'details-page');
941
+	}
942 942
 }
943 943
 
944 944
 add_action('geodir_page_title', 'geodir_action_page_title', 10);
@@ -952,21 +952,21 @@  discard block
 block discarded – undo
952 952
  */
953 953
 function geodir_action_page_title()
954 954
 {
955
-    /**
956
-     * Filter the page title HTML h1 class.
957
-     *
958
-     * @since 1.0.0
959
-     * @param string $class The class to use. Default is 'entry-title fn'.
960
-     */
961
-    $class = apply_filters('geodir_page_title_class', 'entry-title fn');
962
-    /**
963
-     * Filter the page title HTML header wrapper class.
964
-     *
965
-     * @since 1.0.0
966
-     * @param string $class The class to use. Default is 'entry-header'.
967
-     */
968
-    $class_header = apply_filters('geodir_page_title_header_class', 'entry-header');
969
-    echo '<header class="' . $class_header . '"><h1 class="' . $class . '">' . stripslashes(get_the_title()) . '</h1></header>';
955
+	/**
956
+	 * Filter the page title HTML h1 class.
957
+	 *
958
+	 * @since 1.0.0
959
+	 * @param string $class The class to use. Default is 'entry-title fn'.
960
+	 */
961
+	$class = apply_filters('geodir_page_title_class', 'entry-title fn');
962
+	/**
963
+	 * Filter the page title HTML header wrapper class.
964
+	 *
965
+	 * @since 1.0.0
966
+	 * @param string $class The class to use. Default is 'entry-header'.
967
+	 */
968
+	$class_header = apply_filters('geodir_page_title_header_class', 'entry-header');
969
+	echo '<header class="' . $class_header . '"><h1 class="' . $class . '">' . stripslashes(get_the_title()) . '</h1></header>';
970 970
 }
971 971
 
972 972
 
@@ -983,87 +983,87 @@  discard block
 block discarded – undo
983 983
  */
984 984
 function geodir_action_details_slider()
985 985
 {
986
-    global $preview, $post;
986
+	global $preview, $post;
987 987
 
988
-    $is_backend_preview = (is_single() && !empty($_REQUEST['post_type']) && !empty($_REQUEST['preview']) && !empty($_REQUEST['p'])) && is_super_admin() ? true : false; // preview from backend
988
+	$is_backend_preview = (is_single() && !empty($_REQUEST['post_type']) && !empty($_REQUEST['preview']) && !empty($_REQUEST['p'])) && is_super_admin() ? true : false; // preview from backend
989 989
 
990
-    if ($is_backend_preview && !empty($post) && !empty($post->ID) && !isset($post->post_images)) {
991
-        $preview_get_images = geodir_get_images($post->ID, 'thumbnail', get_option('geodir_listing_no_img'));
990
+	if ($is_backend_preview && !empty($post) && !empty($post->ID) && !isset($post->post_images)) {
991
+		$preview_get_images = geodir_get_images($post->ID, 'thumbnail', get_option('geodir_listing_no_img'));
992 992
 
993
-        $preview_post_images = array();
994
-        if ($preview_get_images) {
995
-            foreach ($preview_get_images as $row) {
996
-                $preview_post_images[] = $row->src;
997
-            }
998
-        }
999
-        if (!empty($preview_post_images)) {
1000
-            $post->post_images = implode(',', $preview_post_images);
1001
-        }
1002
-    }
1003
-
1004
-    if ($preview) {
1005
-        $post_images = array();
1006
-        if (isset($post->post_images) && !empty($post->post_images)) {
1007
-            $post->post_images = trim($post->post_images, ",");
1008
-            $post_images = explode(",", $post->post_images);
1009
-        }
1010
-
1011
-        $main_slides = '';
1012
-        $nav_slides = '';
1013
-        $slides = 0;
1014
-
1015
-        if (!empty($post_images)) {
1016
-            foreach ($post_images as $image) {
1017
-                if (!empty($image)) {
1018
-                    $sizes = getimagesize(trim($image));
1019
-                    $width = !empty($sizes) && isset($sizes[0]) ? $sizes[0] : 0;
1020
-                    $height = !empty($sizes) && isset($sizes[1]) ? $sizes[1] : 0;
1021
-
1022
-                    if ($image && $width && $height) {
1023
-                        $image = (object)array('src' => $image, 'width' => $width, 'height' => $height);
1024
-                    }
1025
-
1026
-                    if (isset($image->src)) {
1027
-                        if ($image->height >= 400) {
1028
-                            $spacer_height = 0;
1029
-                        } else {
1030
-                            $spacer_height = ((400 - $image->height) / 2);
1031
-                        }
1032
-
1033
-                        $image_title = isset($image->title) ? $image->title : '';
1034
-
1035
-                        $main_slides .= '<li><img src="' . geodir_plugin_url() . "/geodirectory-assets/images/spacer.gif" . '" alt="' . $image_title . '" title="' . $image_title . '" style="max-height:' . $spacer_height . 'px;margin:0 auto;" />';
1036
-                        $main_slides .= '<img src="' . $image->src . '" alt="' . $image_title . '" title="' . $image_title . '" style="max-height:400px;margin:0 auto;" /></li>';
1037
-                        $nav_slides .= '<li><img src="' . $image->src . '" alt="' . $image_title . '" title="' . $image_title . '" style="max-height:48px;margin:0 auto;" /></li>';
1038
-                        $slides++;
1039
-                    }
1040
-                }
1041
-            }// endfore
1042
-        } //end if
1043
-    } else {
1044
-        $main_slides = '';
1045
-        $nav_slides = '';
1046
-        $post_images = geodir_get_images($post->ID, 'thumbnail', false); // Hide default image on listing preview/detail page.
1047
-        $slides = 0;
1048
-
1049
-        if (!empty($post_images)) {
1050
-            foreach ($post_images as $image) {
1051
-                if ($image->height >= 400) {
1052
-                    $spacer_height = 0;
1053
-                } else {
1054
-                    $spacer_height = ((400 - $image->height) / 2);
1055
-                }
1056
-                $caption = '';//(!empty($image->caption)) ? '<p class="flex-caption">'.$image->caption.'</p>' : '';
1057
-                $main_slides .= '<li><img src="' . geodir_plugin_url() . "/geodirectory-assets/images/spacer.gif" . '" alt="' . $image->title . '" title="' . $image->title . '" style="max-height:' . $spacer_height . 'px;margin:0 auto;" />';
1058
-                $main_slides .= '<img src="' . $image->src . '" alt="' . $image->title . '" title="' . $image->title . '" style="max-height:400px;margin:0 auto;" />'.$caption.'</li>';
1059
-                $nav_slides .= '<li><img src="' . $image->src . '" alt="' . $image->title . '" title="' . $image->title . '" style="max-height:48px;margin:0 auto;" /></li>';
1060
-                $slides++;
1061
-            }
1062
-        }// endfore
1063
-    }
993
+		$preview_post_images = array();
994
+		if ($preview_get_images) {
995
+			foreach ($preview_get_images as $row) {
996
+				$preview_post_images[] = $row->src;
997
+			}
998
+		}
999
+		if (!empty($preview_post_images)) {
1000
+			$post->post_images = implode(',', $preview_post_images);
1001
+		}
1002
+	}
1003
+
1004
+	if ($preview) {
1005
+		$post_images = array();
1006
+		if (isset($post->post_images) && !empty($post->post_images)) {
1007
+			$post->post_images = trim($post->post_images, ",");
1008
+			$post_images = explode(",", $post->post_images);
1009
+		}
1010
+
1011
+		$main_slides = '';
1012
+		$nav_slides = '';
1013
+		$slides = 0;
1014
+
1015
+		if (!empty($post_images)) {
1016
+			foreach ($post_images as $image) {
1017
+				if (!empty($image)) {
1018
+					$sizes = getimagesize(trim($image));
1019
+					$width = !empty($sizes) && isset($sizes[0]) ? $sizes[0] : 0;
1020
+					$height = !empty($sizes) && isset($sizes[1]) ? $sizes[1] : 0;
1021
+
1022
+					if ($image && $width && $height) {
1023
+						$image = (object)array('src' => $image, 'width' => $width, 'height' => $height);
1024
+					}
1025
+
1026
+					if (isset($image->src)) {
1027
+						if ($image->height >= 400) {
1028
+							$spacer_height = 0;
1029
+						} else {
1030
+							$spacer_height = ((400 - $image->height) / 2);
1031
+						}
1032
+
1033
+						$image_title = isset($image->title) ? $image->title : '';
1034
+
1035
+						$main_slides .= '<li><img src="' . geodir_plugin_url() . "/geodirectory-assets/images/spacer.gif" . '" alt="' . $image_title . '" title="' . $image_title . '" style="max-height:' . $spacer_height . 'px;margin:0 auto;" />';
1036
+						$main_slides .= '<img src="' . $image->src . '" alt="' . $image_title . '" title="' . $image_title . '" style="max-height:400px;margin:0 auto;" /></li>';
1037
+						$nav_slides .= '<li><img src="' . $image->src . '" alt="' . $image_title . '" title="' . $image_title . '" style="max-height:48px;margin:0 auto;" /></li>';
1038
+						$slides++;
1039
+					}
1040
+				}
1041
+			}// endfore
1042
+		} //end if
1043
+	} else {
1044
+		$main_slides = '';
1045
+		$nav_slides = '';
1046
+		$post_images = geodir_get_images($post->ID, 'thumbnail', false); // Hide default image on listing preview/detail page.
1047
+		$slides = 0;
1048
+
1049
+		if (!empty($post_images)) {
1050
+			foreach ($post_images as $image) {
1051
+				if ($image->height >= 400) {
1052
+					$spacer_height = 0;
1053
+				} else {
1054
+					$spacer_height = ((400 - $image->height) / 2);
1055
+				}
1056
+				$caption = '';//(!empty($image->caption)) ? '<p class="flex-caption">'.$image->caption.'</p>' : '';
1057
+				$main_slides .= '<li><img src="' . geodir_plugin_url() . "/geodirectory-assets/images/spacer.gif" . '" alt="' . $image->title . '" title="' . $image->title . '" style="max-height:' . $spacer_height . 'px;margin:0 auto;" />';
1058
+				$main_slides .= '<img src="' . $image->src . '" alt="' . $image->title . '" title="' . $image->title . '" style="max-height:400px;margin:0 auto;" />'.$caption.'</li>';
1059
+				$nav_slides .= '<li><img src="' . $image->src . '" alt="' . $image->title . '" title="' . $image->title . '" style="max-height:48px;margin:0 auto;" /></li>';
1060
+				$slides++;
1061
+			}
1062
+		}// endfore
1063
+	}
1064 1064
 
1065
-    if (!empty($post_images)) {
1066
-        ?>
1065
+	if (!empty($post_images)) {
1066
+		?>
1067 1067
         <div class="geodir_flex-container">
1068 1068
             <div class="geodir_flex-loader"><i class="fa fa-refresh fa-spin"></i></div>
1069 1069
             <div id="geodir_slider" class="geodir_flexslider ">
@@ -1076,7 +1076,7 @@  discard block
 block discarded – undo
1076 1076
             <?php } ?>
1077 1077
         </div>
1078 1078
     <?php
1079
-    }
1079
+	}
1080 1080
 }
1081 1081
 
1082 1082
 add_action('geodir_details_taxonomies', 'geodir_action_details_taxonomies', 10);
@@ -1091,177 +1091,177 @@  discard block
 block discarded – undo
1091 1091
  */
1092 1092
 function geodir_action_details_taxonomies()
1093 1093
 {
1094
-    global $preview, $post;?>
1094
+	global $preview, $post;?>
1095 1095
     <p class="geodir_post_taxomomies clearfix">
1096 1096
     <?php
1097
-    $taxonomies = array();
1098
-
1099
-    $is_backend_preview = (is_single() && !empty($_REQUEST['post_type']) && !empty($_REQUEST['preview']) && !empty($_REQUEST['p'])) && is_super_admin() ? true : false; // skip if preview from backend
1100
-
1101
-    if ($preview && !$is_backend_preview) {
1102
-        $post_type = $post->listing_type;
1103
-        $post_taxonomy = $post_type . 'category';
1104
-        $post->{$post_taxonomy} = $post->post_category[$post_taxonomy];
1105
-    } else {
1106
-        $post_type = $post->post_type;
1107
-        $post_taxonomy = $post_type . 'category';
1108
-    }
1097
+	$taxonomies = array();
1098
+
1099
+	$is_backend_preview = (is_single() && !empty($_REQUEST['post_type']) && !empty($_REQUEST['preview']) && !empty($_REQUEST['p'])) && is_super_admin() ? true : false; // skip if preview from backend
1100
+
1101
+	if ($preview && !$is_backend_preview) {
1102
+		$post_type = $post->listing_type;
1103
+		$post_taxonomy = $post_type . 'category';
1104
+		$post->{$post_taxonomy} = $post->post_category[$post_taxonomy];
1105
+	} else {
1106
+		$post_type = $post->post_type;
1107
+		$post_taxonomy = $post_type . 'category';
1108
+	}
1109 1109
 //{	
1110
-    $post_type_info = get_post_type_object($post_type);
1111
-    $listing_label = __($post_type_info->labels->singular_name, 'geodirectory');
1112
-
1113
-    if (!empty($post->post_tags)) {
1114
-
1115
-        if (taxonomy_exists($post_type . '_tags')):
1116
-            $links = array();
1117
-            $terms = array();
1118
-            // to limit post tags
1119
-            $post_tags = trim($post->post_tags, ",");
1120
-            $post_id = isset($post->ID) ? $post->ID : '';
1121
-            /**
1122
-             * Filter the post tags.
1123
-             *
1124
-             * Allows you to filter the post tags output on the details page of a post.
1125
-             *
1126
-             * @since 1.0.0
1127
-             * @param string $post_tags A comma seperated list of tags.
1128
-             * @param int $post_id The current post id.
1129
-             */
1130
-            $post_tags = apply_filters('geodir_action_details_post_tags', $post_tags, $post_id);
1131
-
1132
-            $post->post_tags = $post_tags;
1133
-            $post_tags = explode(",", trim($post->post_tags, ","));
1134
-
1135
-
1136
-            foreach ($post_tags as $post_term) {
1137
-
1138
-                // fix slug creation order for tags & location
1139
-                $post_term = trim($post_term);
1140
-
1141
-                $priority_location = false;
1142
-                if ($insert_term = term_exists($post_term, $post_type . '_tags')) {
1143
-                    $term = get_term_by('id', $insert_term['term_id'], $post_type . '_tags');
1144
-                } else {
1145
-                    $post_country = isset($_REQUEST['post_country']) && $_REQUEST['post_country'] != '' ? sanitize_text_field($_REQUEST['post_country']) : NULL;
1146
-                    $post_region = isset($_REQUEST['post_region']) && $_REQUEST['post_region'] != '' ? sanitize_text_field($_REQUEST['post_region']) : NULL;
1147
-                    $post_city = isset($_REQUEST['post_city']) && $_REQUEST['post_city'] != '' ? sanitize_text_field($_REQUEST['post_city']) : NULL;
1148
-                    $match_country = $post_country && sanitize_title($post_term) == sanitize_title($post_country) ? true : false;
1149
-                    $match_region = $post_region && sanitize_title($post_term) == sanitize_title($post_region) ? true : false;
1150
-                    $match_city = $post_city && sanitize_title($post_term) == sanitize_title($post_city) ? true : false;
1151
-                    if ($match_country || $match_region || $match_city) {
1152
-                        $priority_location = true;
1153
-                        $term = get_term_by('name', $post_term, $post_type . '_tags');
1154
-                    } else {
1155
-                        $insert_term = wp_insert_term($post_term, $post_type . '_tags');
1156
-                        $term = get_term_by('name', $post_term, $post_type . '_tags');
1157
-                    }
1158
-                }
1159
-
1160
-                if (!is_wp_error($term) && is_object($term)) {
1161
-
1162
-                    // fix tag link on detail page
1163
-                    if ($priority_location) {
1164
-
1165
-                        $tag_link = "<a href=''>$post_term</a>";
1166
-                        /**
1167
-                         * Filter the tag name on the details page.
1168
-                         *
1169
-                         * @since 1.5.6
1170
-                         * @param string $tag_link The tag link html.
1171
-                         * @param object $term The tag term object.
1172
-                         */
1173
-                        $tag_link = apply_filters('geodir_details_taxonomies_tag_link',$tag_link,$term);
1174
-                        $links[] = $tag_link;
1175
-                    } else {
1176
-                        $tag_link = "<a href='" . esc_attr(get_term_link($term->term_id, $term->taxonomy)) . "'>$term->name</a>";
1177
-                        /** This action is documented in geodirectory-template_actions.php */
1178
-                        $tag_link = apply_filters('geodir_details_taxonomies_tag_link',$tag_link,$term);
1179
-                        $links[] = $tag_link;
1180
-                    }
1181
-                    $terms[] = $term;
1182
-                }
1183
-                //
1184
-            }
1185
-            if (!isset($listing_label)) {
1186
-                $listing_label = '';
1187
-            }
1188
-            $taxonomies[$post_type . '_tags'] = wp_sprintf(__('%s Tags: %l', 'geodirectory'), geodir_ucwords($listing_label), $links, (object)$terms);
1189
-        endif;
1190
-
1191
-    }
1192
-
1193
-    if (!empty($post->{$post_taxonomy})) {
1194
-        $links = array();
1195
-        $terms = array();
1196
-        $termsOrdered = array();
1197
-        if (!is_array($post->{$post_taxonomy})) {
1198
-            $post_term = explode(",", trim($post->{$post_taxonomy}, ","));
1199
-        } else {
1200
-            $post_term = $post->{$post_taxonomy};
1110
+	$post_type_info = get_post_type_object($post_type);
1111
+	$listing_label = __($post_type_info->labels->singular_name, 'geodirectory');
1112
+
1113
+	if (!empty($post->post_tags)) {
1114
+
1115
+		if (taxonomy_exists($post_type . '_tags')):
1116
+			$links = array();
1117
+			$terms = array();
1118
+			// to limit post tags
1119
+			$post_tags = trim($post->post_tags, ",");
1120
+			$post_id = isset($post->ID) ? $post->ID : '';
1121
+			/**
1122
+			 * Filter the post tags.
1123
+			 *
1124
+			 * Allows you to filter the post tags output on the details page of a post.
1125
+			 *
1126
+			 * @since 1.0.0
1127
+			 * @param string $post_tags A comma seperated list of tags.
1128
+			 * @param int $post_id The current post id.
1129
+			 */
1130
+			$post_tags = apply_filters('geodir_action_details_post_tags', $post_tags, $post_id);
1131
+
1132
+			$post->post_tags = $post_tags;
1133
+			$post_tags = explode(",", trim($post->post_tags, ","));
1134
+
1135
+
1136
+			foreach ($post_tags as $post_term) {
1137
+
1138
+				// fix slug creation order for tags & location
1139
+				$post_term = trim($post_term);
1140
+
1141
+				$priority_location = false;
1142
+				if ($insert_term = term_exists($post_term, $post_type . '_tags')) {
1143
+					$term = get_term_by('id', $insert_term['term_id'], $post_type . '_tags');
1144
+				} else {
1145
+					$post_country = isset($_REQUEST['post_country']) && $_REQUEST['post_country'] != '' ? sanitize_text_field($_REQUEST['post_country']) : NULL;
1146
+					$post_region = isset($_REQUEST['post_region']) && $_REQUEST['post_region'] != '' ? sanitize_text_field($_REQUEST['post_region']) : NULL;
1147
+					$post_city = isset($_REQUEST['post_city']) && $_REQUEST['post_city'] != '' ? sanitize_text_field($_REQUEST['post_city']) : NULL;
1148
+					$match_country = $post_country && sanitize_title($post_term) == sanitize_title($post_country) ? true : false;
1149
+					$match_region = $post_region && sanitize_title($post_term) == sanitize_title($post_region) ? true : false;
1150
+					$match_city = $post_city && sanitize_title($post_term) == sanitize_title($post_city) ? true : false;
1151
+					if ($match_country || $match_region || $match_city) {
1152
+						$priority_location = true;
1153
+						$term = get_term_by('name', $post_term, $post_type . '_tags');
1154
+					} else {
1155
+						$insert_term = wp_insert_term($post_term, $post_type . '_tags');
1156
+						$term = get_term_by('name', $post_term, $post_type . '_tags');
1157
+					}
1158
+				}
1159
+
1160
+				if (!is_wp_error($term) && is_object($term)) {
1161
+
1162
+					// fix tag link on detail page
1163
+					if ($priority_location) {
1164
+
1165
+						$tag_link = "<a href=''>$post_term</a>";
1166
+						/**
1167
+						 * Filter the tag name on the details page.
1168
+						 *
1169
+						 * @since 1.5.6
1170
+						 * @param string $tag_link The tag link html.
1171
+						 * @param object $term The tag term object.
1172
+						 */
1173
+						$tag_link = apply_filters('geodir_details_taxonomies_tag_link',$tag_link,$term);
1174
+						$links[] = $tag_link;
1175
+					} else {
1176
+						$tag_link = "<a href='" . esc_attr(get_term_link($term->term_id, $term->taxonomy)) . "'>$term->name</a>";
1177
+						/** This action is documented in geodirectory-template_actions.php */
1178
+						$tag_link = apply_filters('geodir_details_taxonomies_tag_link',$tag_link,$term);
1179
+						$links[] = $tag_link;
1180
+					}
1181
+					$terms[] = $term;
1182
+				}
1183
+				//
1184
+			}
1185
+			if (!isset($listing_label)) {
1186
+				$listing_label = '';
1187
+			}
1188
+			$taxonomies[$post_type . '_tags'] = wp_sprintf(__('%s Tags: %l', 'geodirectory'), geodir_ucwords($listing_label), $links, (object)$terms);
1189
+		endif;
1190
+
1191
+	}
1192
+
1193
+	if (!empty($post->{$post_taxonomy})) {
1194
+		$links = array();
1195
+		$terms = array();
1196
+		$termsOrdered = array();
1197
+		if (!is_array($post->{$post_taxonomy})) {
1198
+			$post_term = explode(",", trim($post->{$post_taxonomy}, ","));
1199
+		} else {
1200
+			$post_term = $post->{$post_taxonomy};
1201 1201
 			
1202 1202
 			if ($preview && !$is_backend_preview) {
1203 1203
 				$post_term = geodir_add_parent_terms($post_term, $post_taxonomy);
1204 1204
 			}
1205
-        }
1206
-
1207
-        $post_term = array_unique($post_term);
1208
-        if (!empty($post_term)) {
1209
-            foreach ($post_term as $post_term) {
1210
-                $post_term = trim($post_term);
1211
-
1212
-                if ($post_term != ''):
1213
-                    $term = get_term_by('id', $post_term, $post_taxonomy);
1214
-
1215
-                    if (is_object($term)) {
1216
-                        $term_link = "<a href='" . esc_attr(get_term_link($term, $post_taxonomy)) . "'>$term->name</a>";
1217
-                        /**
1218
-                         * Filter the category name on the details page.
1219
-                         *
1220
-                         * @since 1.5.6
1221
-                         * @param string $term_link The link html to the category.
1222
-                         * @param object $term The category term object.
1223
-                         */
1224
-                        $term_link = apply_filters('geodir_details_taxonomies_cat_link',$term_link,$term);
1225
-                        $links[] = $term_link;
1226
-                        $terms[] = $term;
1227
-                    }
1228
-                endif;
1229
-            }
1230
-            // order alphabetically
1231
-            asort($links);
1232
-            foreach (array_keys($links) as $key) {
1233
-                $termsOrdered[$key] = $terms[$key];
1234
-            }
1235
-            $terms = $termsOrdered;
1205
+		}
1206
+
1207
+		$post_term = array_unique($post_term);
1208
+		if (!empty($post_term)) {
1209
+			foreach ($post_term as $post_term) {
1210
+				$post_term = trim($post_term);
1211
+
1212
+				if ($post_term != ''):
1213
+					$term = get_term_by('id', $post_term, $post_taxonomy);
1214
+
1215
+					if (is_object($term)) {
1216
+						$term_link = "<a href='" . esc_attr(get_term_link($term, $post_taxonomy)) . "'>$term->name</a>";
1217
+						/**
1218
+						 * Filter the category name on the details page.
1219
+						 *
1220
+						 * @since 1.5.6
1221
+						 * @param string $term_link The link html to the category.
1222
+						 * @param object $term The category term object.
1223
+						 */
1224
+						$term_link = apply_filters('geodir_details_taxonomies_cat_link',$term_link,$term);
1225
+						$links[] = $term_link;
1226
+						$terms[] = $term;
1227
+					}
1228
+				endif;
1229
+			}
1230
+			// order alphabetically
1231
+			asort($links);
1232
+			foreach (array_keys($links) as $key) {
1233
+				$termsOrdered[$key] = $terms[$key];
1234
+			}
1235
+			$terms = $termsOrdered;
1236 1236
 
1237
-        }
1237
+		}
1238 1238
 
1239
-        if (!isset($listing_label)) {
1240
-            $listing_label = '';
1241
-        }
1242
-        $taxonomies[$post_taxonomy] = wp_sprintf(__('%s Category: %l', 'geodirectory'), geodir_ucwords($listing_label), $links, (object)$terms);
1239
+		if (!isset($listing_label)) {
1240
+			$listing_label = '';
1241
+		}
1242
+		$taxonomies[$post_taxonomy] = wp_sprintf(__('%s Category: %l', 'geodirectory'), geodir_ucwords($listing_label), $links, (object)$terms);
1243 1243
 
1244
-    }
1244
+	}
1245 1245
 
1246
-    /**
1247
-     * Filter the taxonomies array before output.
1248
-     *
1249
-     * @since 1.5.9
1250
-     * @param array $taxonomies The array of cats and tags.
1251
-     * @param string $post_type The post type being output.
1252
-     * @param string $listing_label The post type label.
1253
-     * @param string $listing_label The post type label with ucwords function.
1254
-     */
1255
-    $taxonomies = apply_filters('geodir_details_taxonomies_output',$taxonomies,$post_type,$listing_label,geodir_ucwords($listing_label));
1246
+	/**
1247
+	 * Filter the taxonomies array before output.
1248
+	 *
1249
+	 * @since 1.5.9
1250
+	 * @param array $taxonomies The array of cats and tags.
1251
+	 * @param string $post_type The post type being output.
1252
+	 * @param string $listing_label The post type label.
1253
+	 * @param string $listing_label The post type label with ucwords function.
1254
+	 */
1255
+	$taxonomies = apply_filters('geodir_details_taxonomies_output',$taxonomies,$post_type,$listing_label,geodir_ucwords($listing_label));
1256 1256
 
1257
-    if (isset($taxonomies[$post_taxonomy])) {
1258
-        echo '<span class="geodir-category">' . $taxonomies[$post_taxonomy] . '</span>';
1259
-    }
1257
+	if (isset($taxonomies[$post_taxonomy])) {
1258
+		echo '<span class="geodir-category">' . $taxonomies[$post_taxonomy] . '</span>';
1259
+	}
1260 1260
 
1261
-    if (isset($taxonomies[$post_type . '_tags']))
1262
-        echo '<span class="geodir-tags">' . $taxonomies[$post_type . '_tags'] . '</span>';
1261
+	if (isset($taxonomies[$post_type . '_tags']))
1262
+		echo '<span class="geodir-tags">' . $taxonomies[$post_type . '_tags'] . '</span>';
1263 1263
 
1264
-    ?>
1264
+	?>
1265 1265
     </p><?php
1266 1266
 }
1267 1267
 
@@ -1283,140 +1283,140 @@  discard block
 block discarded – undo
1283 1283
 function geodir_action_details_micordata($post='')
1284 1284
 {
1285 1285
 
1286
-    global $preview;
1287
-    if(empty($post)){global $post;}
1288
-    if ($preview || !geodir_is_page('detail')) {
1289
-        return;
1290
-    }
1291
-
1292
-    // url
1293
-    $c_url = geodir_curPageURL();
1294
-
1295
-    // post reviews
1296
-    $post_reviews = get_comments(array('post_id' => $post->ID, 'status' => 'approve'));
1297
-    if (empty($post_reviews)) {
1298
-        $reviews = '';
1299
-    } else {
1300
-        foreach ($post_reviews as $review) {
1301
-            $reviews[] = array(
1302
-                "@type" => "Review",
1303
-                "author" => $review->comment_author,
1304
-                "datePublished" => $review->comment_date,
1305
-                "description" => $review->comment_content,
1306
-                "reviewRating" => array(
1307
-                    "@type" => "Rating",
1308
-                    "bestRating" => "5",// @todo this will need to be filtered for review manager if user changes the score.
1309
-                    "ratingValue" => geodir_get_commentoverall($review->comment_ID),
1310
-                    "worstRating" => "1"
1311
-                )
1312
-            );
1313
-        }
1314
-
1315
-    }
1316
-
1317
-    // post images
1318
-    $post_images = geodir_get_images($post->ID, 'thumbnail', get_option('geodir_listing_no_img'));
1319
-    if (empty($post_images)) {
1320
-        $images = '';
1321
-    } else {
1322
-        $i_arr = array();
1323
-        foreach ($post_images as $img) {
1324
-            $i_arr[] = $img->src;
1325
-        }
1326
-
1327
-        if (count($i_arr) == 1) {
1328
-            $images = $i_arr[0];
1329
-        } else {
1330
-            $images = $i_arr;
1331
-        }
1332
-
1333
-    }
1334
-    //print_r($post);
1335
-    // external links
1336
-    $external_links =  array();
1337
-    $external_links[] = $post->geodir_website;
1338
-    $external_links[] = $post->geodir_twitter;
1339
-    $external_links[] = $post->geodir_facebook;
1340
-    $external_links = array_filter($external_links);
1341
-
1342
-    if(!empty($external_links)){
1343
-        $external_links = array_values($external_links);
1344
-    }
1345
-
1346
-    // reviews
1347
-    $comment_count = geodir_get_review_count_total($post->ID);
1348
-    $post_avgratings = geodir_get_post_rating($post->ID);
1349
-
1350
-    // schema type
1351
-    $schema_type = 'LocalBusiness';
1352
-    if(isset($post->default_category) && $post->default_category){
1353
-        $cat_schema = get_tax_meta($post->default_category, 'ct_cat_schema', false, $post->post_type);
1354
-        if($cat_schema){$schema_type = $cat_schema;}
1355
-        if(!$schema_type && $post->post_type=='gd_event'){$schema_type = 'Event';}
1356
-    }
1357
-
1358
-    $schema = array();
1359
-    $schema['@context'] = "https://schema.org";
1360
-    $schema['@type'] = $schema_type;
1361
-    $schema['name'] = $post->post_title;
1362
-    $schema['description'] = wp_strip_all_tags( $post->post_content, true );
1363
-    $schema['telephone'] = $post->geodir_contact;
1364
-    $schema['url'] = $c_url;
1365
-    $schema['sameAs'] = $external_links;
1366
-    $schema['image'] = $images;
1367
-    $schema['address'] = array(
1368
-        "@type" => "PostalAddress",
1369
-        "streetAddress" => $post->post_address,
1370
-        "addressLocality" => $post->post_city,
1371
-        "addressRegion" => $post->post_region,
1372
-        "addressCountry" => $post->post_country,
1373
-        "postalCode" => $post->post_zip
1374
-    );
1375
-
1376
-    if($post->post_latitude && $post->post_longitude) {
1377
-        $schema['geo'] = array(
1378
-            "@type" => "GeoCoordinates",
1379
-            "latitude" => $post->post_latitude,
1380
-            "longitude" => $post->post_longitude
1381
-        );
1382
-    }
1383
-
1384
-    if($post_avgratings) {
1385
-        $schema['aggregateRating'] = array(
1386
-            "@type" => "AggregateRating",
1387
-            "ratingValue" => $post_avgratings,
1388
-            "bestRating" => "5", // @todo this will need to be filtered for review manager if user changes the score.
1389
-            "worstRating" => "1",
1390
-            "ratingCount" => $comment_count
1391
-        );
1392
-    }
1393
-    $schema['review'] = $reviews;
1394
-
1395
-    /**
1396
-     * Allow the schema JSON-LD info to be filtered.
1397
-     *
1398
-     * @since 1.5.4
1399
-     * @since 1.5.7 Added $post variable.
1400
-     * @param array $schema The array of schema data to be filtered.
1401
-     * @param object $post The post object.
1402
-     */
1403
-    $schema = apply_filters('geodir_details_schema', $schema,$post);
1404
-
1405
-
1406
-    echo '<script type="application/ld+json">' . json_encode($schema) . '</script>';
1407
-
1408
-
1409
-    $uploads = wp_upload_dir();
1410
-    $facebook_og = (isset($post->featured_image) && $post->featured_image) ? '<meta property="og:image" content="'.$uploads['baseurl'].$post->featured_image.'"/>' : '';
1411
-
1412
-    /**
1413
-     * Show facebook open graph meta info
1414
-     *
1415
-     * @since 1.6.6
1416
-     * @param string $facebook_og The open graph html to be filtered.
1417
-     * @param object $post The post object.
1418
-     */
1419
-    echo apply_filters('geodir_details_facebook_og', $facebook_og,$post);
1286
+	global $preview;
1287
+	if(empty($post)){global $post;}
1288
+	if ($preview || !geodir_is_page('detail')) {
1289
+		return;
1290
+	}
1291
+
1292
+	// url
1293
+	$c_url = geodir_curPageURL();
1294
+
1295
+	// post reviews
1296
+	$post_reviews = get_comments(array('post_id' => $post->ID, 'status' => 'approve'));
1297
+	if (empty($post_reviews)) {
1298
+		$reviews = '';
1299
+	} else {
1300
+		foreach ($post_reviews as $review) {
1301
+			$reviews[] = array(
1302
+				"@type" => "Review",
1303
+				"author" => $review->comment_author,
1304
+				"datePublished" => $review->comment_date,
1305
+				"description" => $review->comment_content,
1306
+				"reviewRating" => array(
1307
+					"@type" => "Rating",
1308
+					"bestRating" => "5",// @todo this will need to be filtered for review manager if user changes the score.
1309
+					"ratingValue" => geodir_get_commentoverall($review->comment_ID),
1310
+					"worstRating" => "1"
1311
+				)
1312
+			);
1313
+		}
1314
+
1315
+	}
1316
+
1317
+	// post images
1318
+	$post_images = geodir_get_images($post->ID, 'thumbnail', get_option('geodir_listing_no_img'));
1319
+	if (empty($post_images)) {
1320
+		$images = '';
1321
+	} else {
1322
+		$i_arr = array();
1323
+		foreach ($post_images as $img) {
1324
+			$i_arr[] = $img->src;
1325
+		}
1326
+
1327
+		if (count($i_arr) == 1) {
1328
+			$images = $i_arr[0];
1329
+		} else {
1330
+			$images = $i_arr;
1331
+		}
1332
+
1333
+	}
1334
+	//print_r($post);
1335
+	// external links
1336
+	$external_links =  array();
1337
+	$external_links[] = $post->geodir_website;
1338
+	$external_links[] = $post->geodir_twitter;
1339
+	$external_links[] = $post->geodir_facebook;
1340
+	$external_links = array_filter($external_links);
1341
+
1342
+	if(!empty($external_links)){
1343
+		$external_links = array_values($external_links);
1344
+	}
1345
+
1346
+	// reviews
1347
+	$comment_count = geodir_get_review_count_total($post->ID);
1348
+	$post_avgratings = geodir_get_post_rating($post->ID);
1349
+
1350
+	// schema type
1351
+	$schema_type = 'LocalBusiness';
1352
+	if(isset($post->default_category) && $post->default_category){
1353
+		$cat_schema = get_tax_meta($post->default_category, 'ct_cat_schema', false, $post->post_type);
1354
+		if($cat_schema){$schema_type = $cat_schema;}
1355
+		if(!$schema_type && $post->post_type=='gd_event'){$schema_type = 'Event';}
1356
+	}
1357
+
1358
+	$schema = array();
1359
+	$schema['@context'] = "https://schema.org";
1360
+	$schema['@type'] = $schema_type;
1361
+	$schema['name'] = $post->post_title;
1362
+	$schema['description'] = wp_strip_all_tags( $post->post_content, true );
1363
+	$schema['telephone'] = $post->geodir_contact;
1364
+	$schema['url'] = $c_url;
1365
+	$schema['sameAs'] = $external_links;
1366
+	$schema['image'] = $images;
1367
+	$schema['address'] = array(
1368
+		"@type" => "PostalAddress",
1369
+		"streetAddress" => $post->post_address,
1370
+		"addressLocality" => $post->post_city,
1371
+		"addressRegion" => $post->post_region,
1372
+		"addressCountry" => $post->post_country,
1373
+		"postalCode" => $post->post_zip
1374
+	);
1375
+
1376
+	if($post->post_latitude && $post->post_longitude) {
1377
+		$schema['geo'] = array(
1378
+			"@type" => "GeoCoordinates",
1379
+			"latitude" => $post->post_latitude,
1380
+			"longitude" => $post->post_longitude
1381
+		);
1382
+	}
1383
+
1384
+	if($post_avgratings) {
1385
+		$schema['aggregateRating'] = array(
1386
+			"@type" => "AggregateRating",
1387
+			"ratingValue" => $post_avgratings,
1388
+			"bestRating" => "5", // @todo this will need to be filtered for review manager if user changes the score.
1389
+			"worstRating" => "1",
1390
+			"ratingCount" => $comment_count
1391
+		);
1392
+	}
1393
+	$schema['review'] = $reviews;
1394
+
1395
+	/**
1396
+	 * Allow the schema JSON-LD info to be filtered.
1397
+	 *
1398
+	 * @since 1.5.4
1399
+	 * @since 1.5.7 Added $post variable.
1400
+	 * @param array $schema The array of schema data to be filtered.
1401
+	 * @param object $post The post object.
1402
+	 */
1403
+	$schema = apply_filters('geodir_details_schema', $schema,$post);
1404
+
1405
+
1406
+	echo '<script type="application/ld+json">' . json_encode($schema) . '</script>';
1407
+
1408
+
1409
+	$uploads = wp_upload_dir();
1410
+	$facebook_og = (isset($post->featured_image) && $post->featured_image) ? '<meta property="og:image" content="'.$uploads['baseurl'].$post->featured_image.'"/>' : '';
1411
+
1412
+	/**
1413
+	 * Show facebook open graph meta info
1414
+	 *
1415
+	 * @since 1.6.6
1416
+	 * @param string $facebook_og The open graph html to be filtered.
1417
+	 * @param object $post The post object.
1418
+	 */
1419
+	echo apply_filters('geodir_details_facebook_og', $facebook_og,$post);
1420 1420
 
1421 1421
 
1422 1422
 
@@ -1436,7 +1436,7 @@  discard block
 block discarded – undo
1436 1436
  */
1437 1437
 function geodir_action_details_next_prev()
1438 1438
 {
1439
-    ?>
1439
+	?>
1440 1440
     <div class="geodir-pos_navigation clearfix">
1441 1441
     <div
1442 1442
         class="geodir-post_left"><?php previous_post_link('%link', '' . __('Previous', 'geodirectory'), false) ?></div>
@@ -1454,15 +1454,15 @@  discard block
 block discarded – undo
1454 1454
  */
1455 1455
 function geodir_action_before_single_post()
1456 1456
 {
1457
-    global $post;
1458
-    /**
1459
-     * Called at the very start of the details page output, before the title section.
1460
-     *
1461
-     * @since 1.0.0
1462
-     * @param object $post The current post object.
1463
-     * @global WP_Post|null $post The current post, if available.
1464
-     */
1465
-    do_action('geodir_before_single_post', $post); // extra action	
1457
+	global $post;
1458
+	/**
1459
+	 * Called at the very start of the details page output, before the title section.
1460
+	 *
1461
+	 * @since 1.0.0
1462
+	 * @param object $post The current post object.
1463
+	 * @global WP_Post|null $post The current post, if available.
1464
+	 */
1465
+	do_action('geodir_before_single_post', $post); // extra action	
1466 1466
 }
1467 1467
 
1468 1468
 /**
@@ -1473,13 +1473,13 @@  discard block
 block discarded – undo
1473 1473
  */
1474 1474
 function geodir_action_after_single_post($post)
1475 1475
 {
1476
-    /**
1477
-     * Called on the details page after the details page tabs section and before the next/prev buttons.
1478
-     *
1479
-     * @since 1.0.0
1480
-     * @param object $post The current post object.
1481
-     */
1482
-    do_action('geodir_after_single_post', $post); // extra action	
1476
+	/**
1477
+	 * Called on the details page after the details page tabs section and before the next/prev buttons.
1478
+	 *
1479
+	 * @since 1.0.0
1480
+	 * @param object $post The current post object.
1481
+	 */
1482
+	do_action('geodir_after_single_post', $post); // extra action	
1483 1483
 }
1484 1484
 
1485 1485
 add_action('geodir_details_main_content', 'geodir_action_before_single_post', 10);
@@ -1505,168 +1505,168 @@  discard block
 block discarded – undo
1505 1505
  */
1506 1506
 function geodir_action_listings_title()
1507 1507
 {
1508
-    global $wp, $term;
1508
+	global $wp, $term;
1509 1509
 
1510
-    $gd_post_type = geodir_get_current_posttype();
1511
-    $post_type_info = get_post_type_object($gd_post_type);
1510
+	$gd_post_type = geodir_get_current_posttype();
1511
+	$post_type_info = get_post_type_object($gd_post_type);
1512 1512
 
1513
-    $add_string_in_title = __('All', 'geodirectory') . ' ';
1514
-    if (isset($_REQUEST['list']) && $_REQUEST['list'] == 'favourite') {
1515
-        $add_string_in_title = __('My Favorite', 'geodirectory') . ' ';
1516
-    }
1513
+	$add_string_in_title = __('All', 'geodirectory') . ' ';
1514
+	if (isset($_REQUEST['list']) && $_REQUEST['list'] == 'favourite') {
1515
+		$add_string_in_title = __('My Favorite', 'geodirectory') . ' ';
1516
+	}
1517 1517
 
1518
-    $list_title = $add_string_in_title . __($post_type_info->labels->name, 'geodirectory');
1519
-    $single_name = $post_type_info->labels->singular_name;
1518
+	$list_title = $add_string_in_title . __($post_type_info->labels->name, 'geodirectory');
1519
+	$single_name = $post_type_info->labels->singular_name;
1520 1520
 
1521
-    $taxonomy = geodir_get_taxonomies($gd_post_type, true);
1521
+	$taxonomy = geodir_get_taxonomies($gd_post_type, true);
1522 1522
 
1523
-    $gd_country = get_query_var('gd_country');
1524
-    $gd_region = get_query_var('gd_region');
1525
-    $gd_city = get_query_var('gd_city');
1523
+	$gd_country = get_query_var('gd_country');
1524
+	$gd_region = get_query_var('gd_region');
1525
+	$gd_city = get_query_var('gd_city');
1526 1526
 
1527
-    if (!empty($term)) {
1528
-        $location_name = '';
1529
-        if ($gd_country != '' || $gd_region != '' || $gd_city != '') {
1530
-            if ($gd_country != '') {
1531
-                $location_name = geodir_sanitize_location_name('gd_country', $gd_country);
1532
-            }
1533
-
1534
-            if ($gd_region != '') {
1535
-                $location_name = geodir_sanitize_location_name('gd_region', $gd_region);
1536
-            }
1537
-
1538
-            if ($gd_city != '') {
1539
-                $location_name = geodir_sanitize_location_name('gd_city', $gd_city);
1540
-            }
1541
-        }
1542
-
1543
-        $current_term = get_term_by('slug', $term, $taxonomy[0]);
1544
-        if (!empty($current_term)) {
1545
-            $current_term_name = __(ucfirst($current_term->name), 'geodirectory');
1546
-            if ($current_term_name != '' && $location_name != '' && isset($current_term->taxonomy) && $current_term->taxonomy == $gd_post_type . 'category') {
1547
-                $location_last_char = substr($location_name, -1);
1548
-                $location_name_attach = geodir_strtolower($location_last_char) == 's' ? __("'", 'geodirectory') : __("'s", 'geodirectory');
1549
-                $list_title .= __(' in', 'geodirectory') . ' ' . $location_name . $location_name_attach . ' ' . $current_term_name;
1550
-            } else {
1551
-                $list_title .= __(' in', 'geodirectory') . " '" . $current_term_name . "'";
1552
-            }
1553
-        } else {
1554
-            if (count($taxonomy) > 1) {
1555
-                $current_term = get_term_by('slug', $term, $taxonomy[1]);
1556
-
1557
-                if (!empty($current_term)) {
1558
-                    $current_term_name = __(ucfirst($current_term->name), 'geodirectory');
1559
-                    if ($current_term_name != '' && $location_name != '' && isset($current_term->taxonomy) && $current_term->taxonomy == $gd_post_type . 'category') {
1560
-                        $location_last_char = substr($location_name, -1);
1561
-                        $location_name_attach = geodir_strtolower($location_last_char) == 's' ? __("'", 'geodirectory') : __("'s", 'geodirectory');
1562
-                        $list_title .= __(' in', 'geodirectory') . ' ' . $location_name . $location_name_attach . ' ' . $current_term_name;
1563
-                    } else {
1564
-                        $list_title .= __(' in', 'geodirectory') . " '" . $current_term_name . "'";
1565
-                    }
1566
-                }
1567
-            }
1568
-        }
1569
-
1570
-    } else {
1571
-        $gd_country = (isset($wp->query_vars['gd_country']) && $wp->query_vars['gd_country'] != '') ? $wp->query_vars['gd_country'] : '';
1572
-        $gd_region = (isset($wp->query_vars['gd_region']) && $wp->query_vars['gd_region'] != '') ? $wp->query_vars['gd_region'] : '';
1573
-        $gd_city = (isset($wp->query_vars['gd_city']) && $wp->query_vars['gd_city'] != '') ? $wp->query_vars['gd_city'] : '';
1574
-
1575
-        $gd_country_actual = $gd_region_actual = $gd_city_actual = '';
1576
-
1577
-        if (function_exists('get_actual_location_name')) {
1578
-            $gd_country_actual = $gd_country != '' ? get_actual_location_name('country', $gd_country, true) : $gd_country;
1579
-            $gd_region_actual = $gd_region != '' ? get_actual_location_name('region', $gd_region) : $gd_region;
1580
-            $gd_city_actual = $gd_city != '' ? get_actual_location_name('city', $gd_city) : $gd_city;
1581
-        }
1582
-
1583
-        if ($gd_city != '') {
1584
-            if ($gd_city_actual != '') {
1585
-                $gd_city = $gd_city_actual;
1586
-            } else {
1587
-                $gd_city = preg_replace('/-(\d+)$/', '', $gd_city);
1588
-                $gd_city = preg_replace('/[_-]/', ' ', $gd_city);
1589
-                $gd_city = __(geodir_ucwords($gd_city), 'geodirectory');
1590
-            }
1591
-
1592
-            $list_title .= __(' in', 'geodirectory') . " '" . $gd_city . "'";
1593
-        } else if ($gd_region != '') {
1594
-            if ($gd_region_actual != '') {
1595
-                $gd_region = $gd_region_actual;
1596
-            } else {
1597
-                $gd_region = preg_replace('/-(\d+)$/', '', $gd_region);
1598
-                $gd_region = preg_replace('/[_-]/', ' ', $gd_region);
1599
-                $gd_region = __(geodir_ucwords($gd_region), 'geodirectory');
1600
-            }
1601
-
1602
-            $list_title .= __(' in', 'geodirectory') . " '" . $gd_region . "'";
1603
-        } else if ($gd_country != '') {
1604
-            if ($gd_country_actual != '') {
1605
-                $gd_country = $gd_country_actual;
1606
-            } else {
1607
-                $gd_country = preg_replace('/-(\d+)$/', '', $gd_country);
1608
-                $gd_country = preg_replace('/[_-]/', ' ', $gd_country);
1609
-                $gd_country = __(geodir_ucwords($gd_country), 'geodirectory');
1610
-            }
1611
-
1612
-            $list_title .= __(' in', 'geodirectory') . " '" . $gd_country . "'";
1613
-        }
1614
-    }
1615
-
1616
-    if (is_search()) {
1617
-        $list_title = __('Search', 'geodirectory') . ' ' . __(ucfirst($post_type_info->labels->name), 'geodirectory') . __(' For :', 'geodirectory') . " '" . get_search_query() . "'";
1618
-    }
1619
-    /** This action is documented in geodirectory_template_actions.php */
1620
-    $class = apply_filters('geodir_page_title_class', 'entry-title fn');
1621
-    /** This action is documented in geodirectory_template_actions.php */
1622
-    $class_header = apply_filters('geodir_page_title_header_class', 'entry-header');
1623
-
1624
-
1625
-    $title = $list_title;
1626
-    $gd_page = '';
1627
-    if(geodir_is_page('pt')){
1628
-        $gd_page = 'pt';
1629
-        $title  = (get_option('geodir_page_title_pt')) ? get_option('geodir_page_title_pt') : $title;
1630
-    }
1631
-    elseif(geodir_is_page('listing')){
1632
-        $gd_page = 'listing';
1633
-        global $wp_query;
1634
-        $current_term = $wp_query->get_queried_object();
1635
-        if (strpos($current_term->taxonomy,'_tags') !== false) {
1636
-            $title = (get_option('geodir_page_title_tag-listing')) ? get_option('geodir_page_title_tag-listing') : $title;
1637
-        }else{
1638
-            $title = (get_option('geodir_page_title_cat-listing')) ? get_option('geodir_page_title_cat-listing') : $title;
1639
-        }
1527
+	if (!empty($term)) {
1528
+		$location_name = '';
1529
+		if ($gd_country != '' || $gd_region != '' || $gd_city != '') {
1530
+			if ($gd_country != '') {
1531
+				$location_name = geodir_sanitize_location_name('gd_country', $gd_country);
1532
+			}
1640 1533
 
1641
-    }
1642
-    elseif(geodir_is_page('author')){
1643
-        $gd_page = 'author';
1644
-        if(isset($_REQUEST['list']) && $_REQUEST['list']=='favourite'){
1645
-            $title = (get_option('geodir_page_title_favorite')) ? get_option('geodir_page_title_favorite') : $title;
1646
-        }else{
1647
-            $title = (get_option('geodir_page_title_author')) ? get_option('geodir_page_title_author') : $title;
1648
-        }
1534
+			if ($gd_region != '') {
1535
+				$location_name = geodir_sanitize_location_name('gd_region', $gd_region);
1536
+			}
1649 1537
 
1650
-    }
1538
+			if ($gd_city != '') {
1539
+				$location_name = geodir_sanitize_location_name('gd_city', $gd_city);
1540
+			}
1541
+		}
1542
+
1543
+		$current_term = get_term_by('slug', $term, $taxonomy[0]);
1544
+		if (!empty($current_term)) {
1545
+			$current_term_name = __(ucfirst($current_term->name), 'geodirectory');
1546
+			if ($current_term_name != '' && $location_name != '' && isset($current_term->taxonomy) && $current_term->taxonomy == $gd_post_type . 'category') {
1547
+				$location_last_char = substr($location_name, -1);
1548
+				$location_name_attach = geodir_strtolower($location_last_char) == 's' ? __("'", 'geodirectory') : __("'s", 'geodirectory');
1549
+				$list_title .= __(' in', 'geodirectory') . ' ' . $location_name . $location_name_attach . ' ' . $current_term_name;
1550
+			} else {
1551
+				$list_title .= __(' in', 'geodirectory') . " '" . $current_term_name . "'";
1552
+			}
1553
+		} else {
1554
+			if (count($taxonomy) > 1) {
1555
+				$current_term = get_term_by('slug', $term, $taxonomy[1]);
1556
+
1557
+				if (!empty($current_term)) {
1558
+					$current_term_name = __(ucfirst($current_term->name), 'geodirectory');
1559
+					if ($current_term_name != '' && $location_name != '' && isset($current_term->taxonomy) && $current_term->taxonomy == $gd_post_type . 'category') {
1560
+						$location_last_char = substr($location_name, -1);
1561
+						$location_name_attach = geodir_strtolower($location_last_char) == 's' ? __("'", 'geodirectory') : __("'s", 'geodirectory');
1562
+						$list_title .= __(' in', 'geodirectory') . ' ' . $location_name . $location_name_attach . ' ' . $current_term_name;
1563
+					} else {
1564
+						$list_title .= __(' in', 'geodirectory') . " '" . $current_term_name . "'";
1565
+					}
1566
+				}
1567
+			}
1568
+		}
1569
+
1570
+	} else {
1571
+		$gd_country = (isset($wp->query_vars['gd_country']) && $wp->query_vars['gd_country'] != '') ? $wp->query_vars['gd_country'] : '';
1572
+		$gd_region = (isset($wp->query_vars['gd_region']) && $wp->query_vars['gd_region'] != '') ? $wp->query_vars['gd_region'] : '';
1573
+		$gd_city = (isset($wp->query_vars['gd_city']) && $wp->query_vars['gd_city'] != '') ? $wp->query_vars['gd_city'] : '';
1574
+
1575
+		$gd_country_actual = $gd_region_actual = $gd_city_actual = '';
1576
+
1577
+		if (function_exists('get_actual_location_name')) {
1578
+			$gd_country_actual = $gd_country != '' ? get_actual_location_name('country', $gd_country, true) : $gd_country;
1579
+			$gd_region_actual = $gd_region != '' ? get_actual_location_name('region', $gd_region) : $gd_region;
1580
+			$gd_city_actual = $gd_city != '' ? get_actual_location_name('city', $gd_city) : $gd_city;
1581
+		}
1582
+
1583
+		if ($gd_city != '') {
1584
+			if ($gd_city_actual != '') {
1585
+				$gd_city = $gd_city_actual;
1586
+			} else {
1587
+				$gd_city = preg_replace('/-(\d+)$/', '', $gd_city);
1588
+				$gd_city = preg_replace('/[_-]/', ' ', $gd_city);
1589
+				$gd_city = __(geodir_ucwords($gd_city), 'geodirectory');
1590
+			}
1651 1591
 
1592
+			$list_title .= __(' in', 'geodirectory') . " '" . $gd_city . "'";
1593
+		} else if ($gd_region != '') {
1594
+			if ($gd_region_actual != '') {
1595
+				$gd_region = $gd_region_actual;
1596
+			} else {
1597
+				$gd_region = preg_replace('/-(\d+)$/', '', $gd_region);
1598
+				$gd_region = preg_replace('/[_-]/', ' ', $gd_region);
1599
+				$gd_region = __(geodir_ucwords($gd_region), 'geodirectory');
1600
+			}
1652 1601
 
1653
-    /**
1654
-     * Filter page title to replace variables.
1655
-     *
1656
-     * @since 1.5.4
1657
-     * @param string $title The page title including variables.
1658
-     * @param string $gd_page The GeoDirectory page type if any.
1659
-     */
1660
-    $title =  apply_filters('geodir_seo_page_title', __($title, 'geodirectory'), $gd_page);
1602
+			$list_title .= __(' in', 'geodirectory') . " '" . $gd_region . "'";
1603
+		} else if ($gd_country != '') {
1604
+			if ($gd_country_actual != '') {
1605
+				$gd_country = $gd_country_actual;
1606
+			} else {
1607
+				$gd_country = preg_replace('/-(\d+)$/', '', $gd_country);
1608
+				$gd_country = preg_replace('/[_-]/', ' ', $gd_country);
1609
+				$gd_country = __(geodir_ucwords($gd_country), 'geodirectory');
1610
+			}
1661 1611
 
1662
-    echo '<header class="' . $class_header . '"><h1 class="' . $class . '">' .
1663
-        /**
1664
-         * Filter the listing page title.
1665
-         *
1666
-         * @since 1.0.0
1667
-         * @param string $list_title The title for the category page.
1668
-         */
1669
-        apply_filters('geodir_listing_page_title', $title) . '</h1></header>';
1612
+			$list_title .= __(' in', 'geodirectory') . " '" . $gd_country . "'";
1613
+		}
1614
+	}
1615
+
1616
+	if (is_search()) {
1617
+		$list_title = __('Search', 'geodirectory') . ' ' . __(ucfirst($post_type_info->labels->name), 'geodirectory') . __(' For :', 'geodirectory') . " '" . get_search_query() . "'";
1618
+	}
1619
+	/** This action is documented in geodirectory_template_actions.php */
1620
+	$class = apply_filters('geodir_page_title_class', 'entry-title fn');
1621
+	/** This action is documented in geodirectory_template_actions.php */
1622
+	$class_header = apply_filters('geodir_page_title_header_class', 'entry-header');
1623
+
1624
+
1625
+	$title = $list_title;
1626
+	$gd_page = '';
1627
+	if(geodir_is_page('pt')){
1628
+		$gd_page = 'pt';
1629
+		$title  = (get_option('geodir_page_title_pt')) ? get_option('geodir_page_title_pt') : $title;
1630
+	}
1631
+	elseif(geodir_is_page('listing')){
1632
+		$gd_page = 'listing';
1633
+		global $wp_query;
1634
+		$current_term = $wp_query->get_queried_object();
1635
+		if (strpos($current_term->taxonomy,'_tags') !== false) {
1636
+			$title = (get_option('geodir_page_title_tag-listing')) ? get_option('geodir_page_title_tag-listing') : $title;
1637
+		}else{
1638
+			$title = (get_option('geodir_page_title_cat-listing')) ? get_option('geodir_page_title_cat-listing') : $title;
1639
+		}
1640
+
1641
+	}
1642
+	elseif(geodir_is_page('author')){
1643
+		$gd_page = 'author';
1644
+		if(isset($_REQUEST['list']) && $_REQUEST['list']=='favourite'){
1645
+			$title = (get_option('geodir_page_title_favorite')) ? get_option('geodir_page_title_favorite') : $title;
1646
+		}else{
1647
+			$title = (get_option('geodir_page_title_author')) ? get_option('geodir_page_title_author') : $title;
1648
+		}
1649
+
1650
+	}
1651
+
1652
+
1653
+	/**
1654
+	 * Filter page title to replace variables.
1655
+	 *
1656
+	 * @since 1.5.4
1657
+	 * @param string $title The page title including variables.
1658
+	 * @param string $gd_page The GeoDirectory page type if any.
1659
+	 */
1660
+	$title =  apply_filters('geodir_seo_page_title', __($title, 'geodirectory'), $gd_page);
1661
+
1662
+	echo '<header class="' . $class_header . '"><h1 class="' . $class . '">' .
1663
+		/**
1664
+		 * Filter the listing page title.
1665
+		 *
1666
+		 * @since 1.0.0
1667
+		 * @param string $list_title The title for the category page.
1668
+		 */
1669
+		apply_filters('geodir_listing_page_title', $title) . '</h1></header>';
1670 1670
 }
1671 1671
 
1672 1672
 add_action('geodir_listings_page_description', 'geodir_action_listings_description', 10);
@@ -1679,46 +1679,46 @@  discard block
 block discarded – undo
1679 1679
  */
1680 1680
 function geodir_action_listings_description()
1681 1681
 {
1682
-    global $wp_query;
1683
-    $current_term = $wp_query->get_queried_object();
1682
+	global $wp_query;
1683
+	$current_term = $wp_query->get_queried_object();
1684 1684
 
1685
-    $gd_post_type = geodir_get_current_posttype();
1686
-    if (isset($current_term->term_id) && $current_term->term_id != '') {
1685
+	$gd_post_type = geodir_get_current_posttype();
1686
+	if (isset($current_term->term_id) && $current_term->term_id != '') {
1687 1687
 
1688
-        $term_desc = term_description($current_term->term_id, $gd_post_type . '_tags');
1689
-        $saved_data = stripslashes(get_tax_meta($current_term->term_id, 'ct_cat_top_desc', false, $gd_post_type));
1690
-        if ($term_desc && !$saved_data) {
1691
-            $saved_data = $term_desc;
1692
-        }
1688
+		$term_desc = term_description($current_term->term_id, $gd_post_type . '_tags');
1689
+		$saved_data = stripslashes(get_tax_meta($current_term->term_id, 'ct_cat_top_desc', false, $gd_post_type));
1690
+		if ($term_desc && !$saved_data) {
1691
+			$saved_data = $term_desc;
1692
+		}
1693 1693
 
1694
-        // stop payment manager filtering content length
1695
-        $filter_priority = has_filter( 'the_content', 'geodir_payments_the_content' );
1696
-        if ( false !== $filter_priority ) {
1697
-            remove_filter( 'the_content', 'geodir_payments_the_content', $filter_priority );
1698
-        }
1694
+		// stop payment manager filtering content length
1695
+		$filter_priority = has_filter( 'the_content', 'geodir_payments_the_content' );
1696
+		if ( false !== $filter_priority ) {
1697
+			remove_filter( 'the_content', 'geodir_payments_the_content', $filter_priority );
1698
+		}
1699 1699
 
1700
-        /**
1701
-         * Apply the core filter `the_content` filter to the variable string.
1702
-         *
1703
-         * This is a WordPress core filter that does many things.
1704
-         *
1705
-         * @since 1.0.0
1706
-         * @param string $var The string to apply the filter to.
1707
-         */
1708
-        $cat_description = apply_filters('the_content', $saved_data);
1700
+		/**
1701
+		 * Apply the core filter `the_content` filter to the variable string.
1702
+		 *
1703
+		 * This is a WordPress core filter that does many things.
1704
+		 *
1705
+		 * @since 1.0.0
1706
+		 * @param string $var The string to apply the filter to.
1707
+		 */
1708
+		$cat_description = apply_filters('the_content', $saved_data);
1709 1709
 
1710 1710
 
1711
-        if ( false !== $filter_priority ) {
1712
-            add_filter( 'the_content', 'geodir_payments_the_content', $filter_priority );
1713
-        }
1711
+		if ( false !== $filter_priority ) {
1712
+			add_filter( 'the_content', 'geodir_payments_the_content', $filter_priority );
1713
+		}
1714 1714
 
1715
-        if ($cat_description) {
1716
-            ?>
1715
+		if ($cat_description) {
1716
+			?>
1717 1717
 
1718 1718
             <div class="term_description"><?php echo $cat_description;?></div> <?php
1719
-        }
1719
+		}
1720 1720
 
1721
-    }
1721
+	}
1722 1722
 }
1723 1723
 
1724 1724
 // action for adding the listings page top widget area
@@ -1737,11 +1737,11 @@  discard block
 block discarded – undo
1737 1737
  */
1738 1738
 function geodir_action_geodir_sidebar_listings_top()
1739 1739
 {
1740
-    if (get_option('geodir_show_listing_top_section')) { ?>
1740
+	if (get_option('geodir_show_listing_top_section')) { ?>
1741 1741
         <div
1742 1742
             class="<?php
1743
-            /** This action is documented in geodirectory_template_actions.php */
1744
-            echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_listing_top'); ?>">
1743
+			/** This action is documented in geodirectory_template_actions.php */
1744
+			echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_listing_top'); ?>">
1745 1745
             <?php dynamic_sidebar('geodir_listing_top'); ?>
1746 1746
         </div><!-- clearfix ends here-->
1747 1747
     <?php }
@@ -1764,35 +1764,35 @@  discard block
 block discarded – undo
1764 1764
  */
1765 1765
 function geodir_action_sidebar_left_open($type = '', $id = '', $class = '', $itemtype = '')
1766 1766
 {
1767
-    if ($type == 'home-page' && $width = get_option('geodir_width_home_left_section')) {
1768
-        $width_css = 'style="width:' . $width . '%;"';
1769
-    } elseif ($type == 'listings-page' && $width = get_option('geodir_width_listing_left_section')) {
1770
-        $width_css = 'style="width:' . $width . '%;"';
1771
-    } elseif ($type == 'search-page' && $width = get_option('geodir_width_search_left_section')) {
1772
-        $width_css = 'style="width:' . $width . '%;"';
1773
-    } elseif ($type == 'author-page' && $width = get_option('geodir_width_author_left_section')) {
1774
-        $width_css = 'style="width:' . $width . '%;"';
1775
-    } else {
1776
-        $width_css = '';
1777
-    }
1778
-
1779
-    $tc = get_option('theme_compatibility_setting');
1780
-    if (!empty($tc['geodir_sidebar_left_open_replace'])) {
1781
-        $text = $tc['geodir_sidebar_left_open_replace'];
1782
-    } else {
1783
-        $text = '<aside  id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>';
1784
-    }
1785
-
1786
-    if (!empty($tc['geodir_sidebar_left_open_id'])) {
1787
-        $id = $tc['geodir_sidebar_left_open_id'];
1788
-    }
1789
-    if (!empty($tc['geodir_sidebar_left_open_class'])) {
1790
-        $class = $tc['geodir_sidebar_left_open_class'];
1791
-    }
1792
-
1793
-    $text = str_replace(array("[id]", "[class]", "[itemtype]", "[width_css]"), array($id, $class, $itemtype, $width_css), $text);
1794
-
1795
-    echo $text;
1767
+	if ($type == 'home-page' && $width = get_option('geodir_width_home_left_section')) {
1768
+		$width_css = 'style="width:' . $width . '%;"';
1769
+	} elseif ($type == 'listings-page' && $width = get_option('geodir_width_listing_left_section')) {
1770
+		$width_css = 'style="width:' . $width . '%;"';
1771
+	} elseif ($type == 'search-page' && $width = get_option('geodir_width_search_left_section')) {
1772
+		$width_css = 'style="width:' . $width . '%;"';
1773
+	} elseif ($type == 'author-page' && $width = get_option('geodir_width_author_left_section')) {
1774
+		$width_css = 'style="width:' . $width . '%;"';
1775
+	} else {
1776
+		$width_css = '';
1777
+	}
1778
+
1779
+	$tc = get_option('theme_compatibility_setting');
1780
+	if (!empty($tc['geodir_sidebar_left_open_replace'])) {
1781
+		$text = $tc['geodir_sidebar_left_open_replace'];
1782
+	} else {
1783
+		$text = '<aside  id="[id]" class="[class]" role="complementary" itemscope itemtype="[itemtype]" [width_css]>';
1784
+	}
1785
+
1786
+	if (!empty($tc['geodir_sidebar_left_open_id'])) {
1787
+		$id = $tc['geodir_sidebar_left_open_id'];
1788
+	}
1789
+	if (!empty($tc['geodir_sidebar_left_open_class'])) {
1790
+		$class = $tc['geodir_sidebar_left_open_class'];
1791
+	}
1792
+
1793
+	$text = str_replace(array("[id]", "[class]", "[itemtype]", "[width_css]"), array($id, $class, $itemtype, $width_css), $text);
1794
+
1795
+	echo $text;
1796 1796
 }
1797 1797
 
1798 1798
 // action for adding the primary div closing tag
@@ -1808,13 +1808,13 @@  discard block
 block discarded – undo
1808 1808
  */
1809 1809
 function geodir_action_sidebar_left_close($type = '')
1810 1810
 {
1811
-    $tc = get_option('theme_compatibility_setting');
1812
-    if (!empty($tc['geodir_sidebar_left_close_replace'])) {
1813
-        $text = $tc['geodir_sidebar_left_close_replace'];
1814
-    } else {
1815
-        $text = '</aside><!-- sidebar ends here-->';
1816
-    }
1817
-    echo $text;
1811
+	$tc = get_option('theme_compatibility_setting');
1812
+	if (!empty($tc['geodir_sidebar_left_close_replace'])) {
1813
+		$text = $tc['geodir_sidebar_left_close_replace'];
1814
+	} else {
1815
+		$text = '</aside><!-- sidebar ends here-->';
1816
+	}
1817
+	echo $text;
1818 1818
 }
1819 1819
 
1820 1820
 /**
@@ -1827,7 +1827,7 @@  discard block
 block discarded – undo
1827 1827
  */
1828 1828
 function geodir_listing_left_section()
1829 1829
 {
1830
-    if (get_option('geodir_show_listing_left_section')) { ?>
1830
+	if (get_option('geodir_show_listing_left_section')) { ?>
1831 1831
         <div class="geodir-content-left geodir-sidebar-wrap">
1832 1832
             <?php dynamic_sidebar('geodir_listing_left_sidebar'); ?>
1833 1833
         </div><!-- end geodir-content-left -->
@@ -1845,20 +1845,20 @@  discard block
 block discarded – undo
1845 1845
  */
1846 1846
 function geodir_action_listings_sidebar_left()
1847 1847
 {
1848
-    if (get_option('geodir_show_listing_left_section')) {
1849
-        /** This action is documented in geodirectory_template_actions.php */
1850
-        do_action('geodir_sidebar_left_open', 'listings-page', 'geodir-sidebar-left', 'geodir-sidebar-left geodir-listings-sidebar-left', 'https://schema.org/WPSideBar');
1851
-        /**
1852
-         * Calls the listings page (category) left sidebar content.
1853
-         *
1854
-         * All the content for the listings page left sidebar is added via this hook.
1855
-         *
1856
-         * @since 1.0.0
1857
-         */
1858
-        do_action('geodir_listings_sidebar_left_inside');
1859
-        /** This action is documented in geodirectory_template_actions.php */
1860
-        do_action('geodir_sidebar_left_close', 'listings-page');
1861
-    }
1848
+	if (get_option('geodir_show_listing_left_section')) {
1849
+		/** This action is documented in geodirectory_template_actions.php */
1850
+		do_action('geodir_sidebar_left_open', 'listings-page', 'geodir-sidebar-left', 'geodir-sidebar-left geodir-listings-sidebar-left', 'https://schema.org/WPSideBar');
1851
+		/**
1852
+		 * Calls the listings page (category) left sidebar content.
1853
+		 *
1854
+		 * All the content for the listings page left sidebar is added via this hook.
1855
+		 *
1856
+		 * @since 1.0.0
1857
+		 */
1858
+		do_action('geodir_listings_sidebar_left_inside');
1859
+		/** This action is documented in geodirectory_template_actions.php */
1860
+		do_action('geodir_sidebar_left_close', 'listings-page');
1861
+	}
1862 1862
 }
1863 1863
 
1864 1864
 /**
@@ -1871,7 +1871,7 @@  discard block
 block discarded – undo
1871 1871
  */
1872 1872
 function geodir_listing_right_section()
1873 1873
 {
1874
-    if (get_option('geodir_show_listing_right_section')) { ?>
1874
+	if (get_option('geodir_show_listing_right_section')) { ?>
1875 1875
         <div class="geodir-content-right geodir-sidebar-wrap">
1876 1876
             <?php dynamic_sidebar('geodir_listing_right_sidebar'); ?>
1877 1877
         </div><!-- end geodir-content-right -->
@@ -1889,20 +1889,20 @@  discard block
 block discarded – undo
1889 1889
  */
1890 1890
 function geodir_action_listings_sidebar_right()
1891 1891
 {
1892
-    if (get_option('geodir_show_listing_right_section')) {
1893
-        /** This action is documented in geodirectory_template_actions.php */
1894
-        do_action('geodir_sidebar_right_open', 'listings-page', 'geodir-sidebar-right', 'geodir-sidebar-right geodir-listings-sidebar-right', 'http://schema.org/WPSideBar');
1895
-        /**
1896
-         * Calls the listings page (category) right sidebar content.
1897
-         *
1898
-         * All the content for the listings page right sidebar is added via this hook.
1899
-         *
1900
-         * @since 1.0.0
1901
-         */
1902
-        do_action('geodir_listings_sidebar_right_inside');
1903
-        /** This action is documented in geodirectory_template_actions.php */
1904
-        do_action('geodir_sidebar_right_close', 'listings-page');
1905
-    }
1892
+	if (get_option('geodir_show_listing_right_section')) {
1893
+		/** This action is documented in geodirectory_template_actions.php */
1894
+		do_action('geodir_sidebar_right_open', 'listings-page', 'geodir-sidebar-right', 'geodir-sidebar-right geodir-listings-sidebar-right', 'http://schema.org/WPSideBar');
1895
+		/**
1896
+		 * Calls the listings page (category) right sidebar content.
1897
+		 *
1898
+		 * All the content for the listings page right sidebar is added via this hook.
1899
+		 *
1900
+		 * @since 1.0.0
1901
+		 */
1902
+		do_action('geodir_listings_sidebar_right_inside');
1903
+		/** This action is documented in geodirectory_template_actions.php */
1904
+		do_action('geodir_sidebar_right_close', 'listings-page');
1905
+	}
1906 1906
 }
1907 1907
 
1908 1908
 
@@ -1919,23 +1919,23 @@  discard block
 block discarded – undo
1919 1919
  */
1920 1920
 function geodir_action_main_content_open($type = '', $id = '', $class = '')
1921 1921
 {
1922
-    $tc = get_option('theme_compatibility_setting');
1923
-    if (!empty($tc['geodir_main_content_open_replace'])) {
1924
-        $text = $tc['geodir_main_content_open_replace'];
1925
-    } else {
1926
-        $text = '<main id="[id]" class="[class]" role="main">';
1927
-    }
1922
+	$tc = get_option('theme_compatibility_setting');
1923
+	if (!empty($tc['geodir_main_content_open_replace'])) {
1924
+		$text = $tc['geodir_main_content_open_replace'];
1925
+	} else {
1926
+		$text = '<main id="[id]" class="[class]" role="main">';
1927
+	}
1928 1928
 
1929
-    if (!empty($tc['geodir_main_content_open_id'])) {
1930
-        $id = $tc['geodir_main_content_open_id'];
1931
-    }
1932
-    if (!empty($tc['geodir_main_content_open_class'])) {
1933
-        $class = $tc['geodir_main_content_open_class'];
1934
-    }
1929
+	if (!empty($tc['geodir_main_content_open_id'])) {
1930
+		$id = $tc['geodir_main_content_open_id'];
1931
+	}
1932
+	if (!empty($tc['geodir_main_content_open_class'])) {
1933
+		$class = $tc['geodir_main_content_open_class'];
1934
+	}
1935 1935
 
1936
-    $text = str_replace(array("[id]", "[class]"), array($id, $class), $text);
1936
+	$text = str_replace(array("[id]", "[class]"), array($id, $class), $text);
1937 1937
 
1938
-    echo $text;
1938
+	echo $text;
1939 1939
 }
1940 1940
 
1941 1941
 // action for adding the primary div closing tag
@@ -1948,13 +1948,13 @@  discard block
 block discarded – undo
1948 1948
  */
1949 1949
 function geodir_action_main_content_close()
1950 1950
 {
1951
-    $tc = get_option('theme_compatibility_setting');
1952
-    if (!empty($tc['geodir_main_content_close_replace'])) {
1953
-        $text = $tc['geodir_main_content_close_replace'];
1954
-    } else {
1955
-        $text = '</main><!-- main ends here-->';
1956
-    }
1957
-    echo $text;
1951
+	$tc = get_option('theme_compatibility_setting');
1952
+	if (!empty($tc['geodir_main_content_close_replace'])) {
1953
+		$text = $tc['geodir_main_content_close_replace'];
1954
+	} else {
1955
+		$text = '</main><!-- main ends here-->';
1956
+	}
1957
+	echo $text;
1958 1958
 }
1959 1959
 
1960 1960
 /**
@@ -1966,14 +1966,14 @@  discard block
 block discarded – undo
1966 1966
  */
1967 1967
 function geodir_action_listings_content_inside()
1968 1968
 {
1969
-    global $gridview_columns;
1970
-    $listing_view = get_option('geodir_listing_view');
1971
-    if (strstr($listing_view, 'gridview')) {
1972
-        $gridview_columns = $listing_view;
1973
-        $listing_view_exp = explode('_', $listing_view);
1974
-        $listing_view = $listing_view_exp[0];
1975
-    }
1976
-    geodir_get_template_part('listing', 'listview');
1969
+	global $gridview_columns;
1970
+	$listing_view = get_option('geodir_listing_view');
1971
+	if (strstr($listing_view, 'gridview')) {
1972
+		$gridview_columns = $listing_view;
1973
+		$listing_view_exp = explode('_', $listing_view);
1974
+		$listing_view = $listing_view_exp[0];
1975
+	}
1976
+	geodir_get_template_part('listing', 'listview');
1977 1977
 }
1978 1978
 
1979 1979
 add_action('geodir_listings_content_inside', 'geodir_action_listings_content_inside', 10);
@@ -1989,47 +1989,47 @@  discard block
 block discarded – undo
1989 1989
  */
1990 1990
 function geodir_action_listings_content()
1991 1991
 {
1992
-    /**
1993
-     * This is used to add HTML opening wrappers to the main content of most pages including listings, author, search, home etc.
1994
-     *
1995
-     * @since 1.0.0
1996
-     * @param string $type The page type. Values can be 'listings-page', 'author-page', 'search-page' or 'home-page'.
1997
-     * @param string $id The id for the div. Usually 'geodir-main-content'.
1998
-     * @param string $class The class for the div. Values can be 'listings-page', 'author-page', 'search-page' or 'home-page'.
1999
-     * @see 'geodir_main_content_close' Where the oposing closing tag is added.
2000
-     */
2001
-    do_action('geodir_main_content_open', 'listings-page', 'geodir-main-content', 'listings-page');
2002
-    $extra_class = apply_filters('geodir_before_listing_wrapper_extra_class', '', 'listings-page');
2003
-    echo '<div class="clearfix '.$extra_class.'">';
2004
-    /**
2005
-     * Called before the listings page content, inside the outer wrapper. Used on listings pages and search and author pages.
2006
-     *
2007
-     * @since 1.0.0
2008
-     */
2009
-    do_action('geodir_before_listing');
2010
-    echo '</div>';
2011
-
2012
-    /**
2013
-     * This actions calls the listings list content. Used on listings pages and search and author pages.
2014
-     *
2015
-     * @since 1.0.0
2016
-     */
2017
-    do_action('geodir_listings_content_inside');
2018
-
2019
-    /**
2020
-     * Called after the listings content, inside the outer wrapper HTML. Used on listings pages and search and author pages.
2021
-     *
2022
-     * @since 1.0.0
2023
-     */
2024
-    do_action('geodir_after_listing');
2025
-
2026
-    /**
2027
-     * This is used to add HTML closing wrappers to the main content of most pages including listings, author, search, home etc.
2028
-     *
2029
-     * @since 1.0.0
2030
-     * @see 'geodir_main_content_open' Where the oposing opening tag is added.
2031
-     */
2032
-    do_action('geodir_main_content_close', 'listings-page');
1992
+	/**
1993
+	 * This is used to add HTML opening wrappers to the main content of most pages including listings, author, search, home etc.
1994
+	 *
1995
+	 * @since 1.0.0
1996
+	 * @param string $type The page type. Values can be 'listings-page', 'author-page', 'search-page' or 'home-page'.
1997
+	 * @param string $id The id for the div. Usually 'geodir-main-content'.
1998
+	 * @param string $class The class for the div. Values can be 'listings-page', 'author-page', 'search-page' or 'home-page'.
1999
+	 * @see 'geodir_main_content_close' Where the oposing closing tag is added.
2000
+	 */
2001
+	do_action('geodir_main_content_open', 'listings-page', 'geodir-main-content', 'listings-page');
2002
+	$extra_class = apply_filters('geodir_before_listing_wrapper_extra_class', '', 'listings-page');
2003
+	echo '<div class="clearfix '.$extra_class.'">';
2004
+	/**
2005
+	 * Called before the listings page content, inside the outer wrapper. Used on listings pages and search and author pages.
2006
+	 *
2007
+	 * @since 1.0.0
2008
+	 */
2009
+	do_action('geodir_before_listing');
2010
+	echo '</div>';
2011
+
2012
+	/**
2013
+	 * This actions calls the listings list content. Used on listings pages and search and author pages.
2014
+	 *
2015
+	 * @since 1.0.0
2016
+	 */
2017
+	do_action('geodir_listings_content_inside');
2018
+
2019
+	/**
2020
+	 * Called after the listings content, inside the outer wrapper HTML. Used on listings pages and search and author pages.
2021
+	 *
2022
+	 * @since 1.0.0
2023
+	 */
2024
+	do_action('geodir_after_listing');
2025
+
2026
+	/**
2027
+	 * This is used to add HTML closing wrappers to the main content of most pages including listings, author, search, home etc.
2028
+	 *
2029
+	 * @since 1.0.0
2030
+	 * @see 'geodir_main_content_open' Where the oposing opening tag is added.
2031
+	 */
2032
+	do_action('geodir_main_content_close', 'listings-page');
2033 2033
 }
2034 2034
 
2035 2035
 
@@ -2044,10 +2044,10 @@  discard block
 block discarded – undo
2044 2044
  */
2045 2045
 function geodir_action_sidebar_listings_bottom_section()
2046 2046
 {
2047
-    if (get_option('geodir_show_listing_bottom_section')) { ?>
2047
+	if (get_option('geodir_show_listing_bottom_section')) { ?>
2048 2048
         <div class="<?php
2049
-            /** This action is documented in geodirectory_template_actions.php */
2050
-            echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_listing_bottom'); ?>">
2049
+			/** This action is documented in geodirectory_template_actions.php */
2050
+			echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_listing_bottom'); ?>">
2051 2051
             <?php dynamic_sidebar('geodir_listing_bottom'); ?>
2052 2052
         </div><!-- clearfix ends here-->
2053 2053
     <?php }
@@ -2067,38 +2067,38 @@  discard block
 block discarded – undo
2067 2067
  */
2068 2068
 function geodir_action_add_listing_page_title()
2069 2069
 {
2070
-    if (isset($_REQUEST['listing_type']) && $_REQUEST['listing_type'] != '')
2071
-        $listing_type = sanitize_text_field($_REQUEST['listing_type']);
2072
-    /** This action is documented in geodirectory_template_actions.php */
2073
-    $class = apply_filters('geodir_page_title_class', 'entry-title fn');
2074
-    /** This action is documented in geodirectory_template_actions.php */
2075
-    $class_header = apply_filters('geodir_page_title_header_class', 'entry-header');
2076
-
2077
-    $title = apply_filters('geodir_add_listing_page_title_text', get_the_title());
2078
-
2079
-    if(geodir_is_page('add-listing')){
2080
-        $gd_page = 'add-listing';
2081
-        if(isset($_REQUEST['pid']) && $_REQUEST['pid'] != ''){
2082
-            $title = (get_option('geodir_page_title_edit-listing')) ? get_option('geodir_page_title_edit-listing') : $title;
2083
-        }elseif(isset($listing_type)){
2084
-            $title = (get_option('geodir_page_title_add-listing')) ? get_option('geodir_page_title_add-listing') : $title;
2085
-        }
2070
+	if (isset($_REQUEST['listing_type']) && $_REQUEST['listing_type'] != '')
2071
+		$listing_type = sanitize_text_field($_REQUEST['listing_type']);
2072
+	/** This action is documented in geodirectory_template_actions.php */
2073
+	$class = apply_filters('geodir_page_title_class', 'entry-title fn');
2074
+	/** This action is documented in geodirectory_template_actions.php */
2075
+	$class_header = apply_filters('geodir_page_title_header_class', 'entry-header');
2076
+
2077
+	$title = apply_filters('geodir_add_listing_page_title_text', get_the_title());
2078
+
2079
+	if(geodir_is_page('add-listing')){
2080
+		$gd_page = 'add-listing';
2081
+		if(isset($_REQUEST['pid']) && $_REQUEST['pid'] != ''){
2082
+			$title = (get_option('geodir_page_title_edit-listing')) ? get_option('geodir_page_title_edit-listing') : $title;
2083
+		}elseif(isset($listing_type)){
2084
+			$title = (get_option('geodir_page_title_add-listing')) ? get_option('geodir_page_title_add-listing') : $title;
2085
+		}
2086 2086
 
2087
-    }
2087
+	}
2088 2088
 
2089 2089
 
2090
-    /**
2091
-     * Filter page title to replace variables.
2092
-     *
2093
-     * @since 1.5.4
2094
-     * @param string $title The page title including variables.
2095
-     * @param string $gd_page The GeoDirectory page type if any.
2096
-     */
2097
-    $title =  apply_filters('geodir_seo_page_title', __($title, 'geodirectory'), $gd_page);
2090
+	/**
2091
+	 * Filter page title to replace variables.
2092
+	 *
2093
+	 * @since 1.5.4
2094
+	 * @param string $title The page title including variables.
2095
+	 * @param string $gd_page The GeoDirectory page type if any.
2096
+	 */
2097
+	$title =  apply_filters('geodir_seo_page_title', __($title, 'geodirectory'), $gd_page);
2098 2098
 
2099
-    echo '<header class="' . $class_header . '"><h1 class="' . $class . '">';
2100
-    echo $title;
2101
-    echo '</h1></header>';
2099
+	echo '<header class="' . $class_header . '"><h1 class="' . $class . '">';
2100
+	echo $title;
2101
+	echo '</h1></header>';
2102 2102
 }
2103 2103
 
2104 2104
 add_action('geodir_add_listing_page_mandatory', 'geodir_action_add_listing_page_mandatory', 10);
@@ -2129,61 +2129,61 @@  discard block
 block discarded – undo
2129 2129
  */
2130 2130
 function geodir_action_add_listing_form()
2131 2131
 {
2132
-    global $cat_display, $post_cat, $current_user, $gd_session;
2133
-    $page_id = get_the_ID();
2134
-    $post = '';
2135
-    $title = '';
2136
-    $desc = '';
2137
-    $kw_tags = '';
2138
-    $required_msg = '';
2139
-    $submit_button = '';
2140
-
2141
-    $ajax_action = isset($_REQUEST['ajax_action']) ? $_REQUEST['ajax_action'] : 'add';
2142
-
2143
-    $thumb_img_arr = array();
2144
-    $curImages = '';
2145
-
2146
-    if (isset($_REQUEST['backandedit'])) {
2147
-        global $post;
2148
-        $post = (object)$gd_session->get('listing');
2149
-        $listing_type = $post->listing_type;
2150
-        $title = $post->post_title;
2151
-        $desc = $post->post_desc;
2152
-        $post_cat = $post->post_category;
2153
-
2154
-        $kw_tags = $post->post_tags;
2155
-        $curImages = isset($post->post_images) ? $post->post_images : '';
2156
-    } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
2157
-        global $post, $post_images;
2158
-
2159
-        $post = geodir_get_post_info($_REQUEST['pid']);
2160
-        $thumb_img_arr = geodir_get_images($post->ID);
2161
-        if ($thumb_img_arr) {
2162
-            foreach ($thumb_img_arr as $post_img) {
2163
-                $curImages .= $post_img->src . ',';
2164
-            }
2165
-        }
2132
+	global $cat_display, $post_cat, $current_user, $gd_session;
2133
+	$page_id = get_the_ID();
2134
+	$post = '';
2135
+	$title = '';
2136
+	$desc = '';
2137
+	$kw_tags = '';
2138
+	$required_msg = '';
2139
+	$submit_button = '';
2140
+
2141
+	$ajax_action = isset($_REQUEST['ajax_action']) ? $_REQUEST['ajax_action'] : 'add';
2142
+
2143
+	$thumb_img_arr = array();
2144
+	$curImages = '';
2145
+
2146
+	if (isset($_REQUEST['backandedit'])) {
2147
+		global $post;
2148
+		$post = (object)$gd_session->get('listing');
2149
+		$listing_type = $post->listing_type;
2150
+		$title = $post->post_title;
2151
+		$desc = $post->post_desc;
2152
+		$post_cat = $post->post_category;
2153
+
2154
+		$kw_tags = $post->post_tags;
2155
+		$curImages = isset($post->post_images) ? $post->post_images : '';
2156
+	} elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
2157
+		global $post, $post_images;
2158
+
2159
+		$post = geodir_get_post_info($_REQUEST['pid']);
2160
+		$thumb_img_arr = geodir_get_images($post->ID);
2161
+		if ($thumb_img_arr) {
2162
+			foreach ($thumb_img_arr as $post_img) {
2163
+				$curImages .= $post_img->src . ',';
2164
+			}
2165
+		}
2166 2166
 
2167
-        $listing_type = $post->post_type;
2168
-        $title = $post->post_title;
2169
-        $desc = $post->post_content;
2170
-        $kw_tags = $post->post_tags;
2171
-        $kw_tags = implode(",", wp_get_object_terms($post->ID, $listing_type . '_tags', array('fields' => 'names')));
2172
-    } else {
2173
-        $listing_type = sanitize_text_field($_REQUEST['listing_type']);
2174
-    }
2167
+		$listing_type = $post->post_type;
2168
+		$title = $post->post_title;
2169
+		$desc = $post->post_content;
2170
+		$kw_tags = $post->post_tags;
2171
+		$kw_tags = implode(",", wp_get_object_terms($post->ID, $listing_type . '_tags', array('fields' => 'names')));
2172
+	} else {
2173
+		$listing_type = sanitize_text_field($_REQUEST['listing_type']);
2174
+	}
2175 2175
 
2176
-    if ($current_user->ID != '0') {
2177
-        $user_login = true;
2178
-    }
2176
+	if ($current_user->ID != '0') {
2177
+		$user_login = true;
2178
+	}
2179 2179
 
2180
-    $post_type_info = geodir_get_posttype_info($listing_type);
2180
+	$post_type_info = geodir_get_posttype_info($listing_type);
2181 2181
 
2182
-    $cpt_singular_name = (isset($post_type_info['labels']['singular_name']) && $post_type_info['labels']['singular_name']) ? __($post_type_info['labels']['singular_name'], 'geodirectory') : __('Listing','geodirectory');
2182
+	$cpt_singular_name = (isset($post_type_info['labels']['singular_name']) && $post_type_info['labels']['singular_name']) ? __($post_type_info['labels']['singular_name'], 'geodirectory') : __('Listing','geodirectory');
2183 2183
     
2184
-    $package_info = array();
2185
-    $package_info = geodir_post_package_info($package_info, $post);
2186
-    ?>
2184
+	$package_info = array();
2185
+	$package_info = geodir_post_package_info($package_info, $post);
2186
+	?>
2187 2187
     <form name="propertyform" id="propertyform" action="<?php echo get_page_link(geodir_preview_page_id());?>" method="post" enctype="multipart/form-data">
2188 2188
         <input type="hidden" name="preview" value="<?php echo sanitize_text_field($listing_type);?>"/>
2189 2189
         <input type="hidden" name="listing_type" value="<?php echo sanitize_text_field($listing_type);?>"/>
@@ -2194,114 +2194,114 @@  discard block
 block discarded – undo
2194 2194
         <?php } if (isset($_REQUEST['backandedit'])) { ?>
2195 2195
             <input type="hidden" name="backandedit" value="<?php echo sanitize_text_field($_REQUEST['backandedit']);?>"/>
2196 2196
         <?php
2197
-        } 
2198
-        /**
2199
-         * Called at the very top of the add listing page form for frontend.
2200
-         *
2201
-         * This is called just before the "Enter Listing Details" text.
2202
-         *
2203
-         * @since 1.0.0
2204
-         */
2205
-        do_action('geodir_before_detail_fields');
2206
-        ?>
2197
+		} 
2198
+		/**
2199
+		 * Called at the very top of the add listing page form for frontend.
2200
+		 *
2201
+		 * This is called just before the "Enter Listing Details" text.
2202
+		 *
2203
+		 * @since 1.0.0
2204
+		 */
2205
+		do_action('geodir_before_detail_fields');
2206
+		?>
2207 2207
         <h5 id="geodir_fieldset_details" class="geodir-fieldset-row" gd-fieldset="details"><?php echo LISTING_DETAILS_TEXT;?></h5>
2208 2208
         <?php
2209
-        /**
2210
-         * Called at the top of the add listing page form for frontend.
2211
-         *
2212
-         * This is called after the "Enter Listing Details" text.
2213
-         *
2214
-         * @since 1.0.0
2215
-         */
2216
-        do_action('geodir_before_main_form_fields');
2217
-        ?>
2209
+		/**
2210
+		 * Called at the top of the add listing page form for frontend.
2211
+		 *
2212
+		 * This is called after the "Enter Listing Details" text.
2213
+		 *
2214
+		 * @since 1.0.0
2215
+		 */
2216
+		do_action('geodir_before_main_form_fields');
2217
+		?>
2218 2218
         <div id="geodir_post_title_row" class="required_field geodir_form_row clearfix gd-fieldset-details">
2219 2219
             <label><?php
2220
-                /**
2221
-                 * Filter the add listing page title input label.
2222
-                 *
2223
-                 * @since 1.6.11
2224
-                 * @param string $title The title to be output.
2225
-                 * @param string $cpt_singular_name The singular title of the curent CPT.
2226
-                 * @param string $listing_type The CPT being requested. ie: gd_place.
2227
-                 */
2228
-                echo apply_filters('geodir_add_listing_title_label', sprintf( __('%s Title', 'geodirectory'), $cpt_singular_name ),$cpt_singular_name,$listing_type); ?><span>*</span> </label>
2220
+				/**
2221
+				 * Filter the add listing page title input label.
2222
+				 *
2223
+				 * @since 1.6.11
2224
+				 * @param string $title The title to be output.
2225
+				 * @param string $cpt_singular_name The singular title of the curent CPT.
2226
+				 * @param string $listing_type The CPT being requested. ie: gd_place.
2227
+				 */
2228
+				echo apply_filters('geodir_add_listing_title_label', sprintf( __('%s Title', 'geodirectory'), $cpt_singular_name ),$cpt_singular_name,$listing_type); ?><span>*</span> </label>
2229 2229
             <input type="text" field_type="text" name="post_title" id="post_title" class="geodir_textfield"
2230 2230
                    value="<?php echo esc_attr(stripslashes($title)); ?>"/>
2231 2231
             <span class="geodir_message_error"><?php _e($required_msg, 'geodirectory');?></span>
2232 2232
         </div>
2233 2233
         <?php
2234
-        $show_editor = get_option('geodir_tiny_editor_on_add_listing');
2235
-        $show_editor = !empty($show_editor) && in_array($listing_type, $show_editor) ? true : false;
2236
-        /**
2237
-         * Filter whether to show or don't show the editor.
2238
-         *
2239
-         * @since 1.6.16
2240
-         * @param bool $show_editor If true the editor will be available for description field.
2241
-         * @param object $package_info The listing package.
2242
-         * @param string $listing_type The current post type.
2243
-         * @param object $post The current post object.
2244
-         */
2245
-        $show_editor = apply_filters('geodir_description_field_show_editor', $show_editor, $package_info, $listing_type, $post);
2246
-
2247
-        $desc = $show_editor ? stripslashes($desc) : esc_attr(stripslashes($desc));
2248
-        $desc_limit = '';
2249
-        /**
2250
-         * Filter the add listing description field character limit number.
2251
-         *
2252
-         * @since 1.0.0
2253
-         * @param int $desc_limit The amount of characters to limit the description to.
2254
-         */
2255
-        $desc_limit = apply_filters('geodir_description_field_desc_limit', $desc_limit);
2256
-        /**
2257
-         * Filter the add listing description field text.
2258
-         *
2259
-         * @since 1.0.0
2260
-         * @param string $desc The text for the description field.
2261
-         * @param int $desc_limit The character limit number if any.
2262
-         */
2263
-        $desc = apply_filters('geodir_description_field_desc', $desc, $desc_limit);
2264
-        $desc_limit_msg = '';
2265
-        /**
2266
-         * Filter the add listing description limit message.
2267
-         *
2268
-         * This is the message shown if there is a limit applied to the amount of characters the description can use.
2269
-         *
2270
-         * @since 1.0.0
2271
-         * @param string $desc_limit_msg The limit message string if any.
2272
-         * @param int $desc_limit The character limit numer if any.
2273
-         */
2274
-        $desc_limit_msg = apply_filters('geodir_description_field_desc_limit_msg', $desc_limit_msg, $desc_limit);
2234
+		$show_editor = get_option('geodir_tiny_editor_on_add_listing');
2235
+		$show_editor = !empty($show_editor) && in_array($listing_type, $show_editor) ? true : false;
2236
+		/**
2237
+		 * Filter whether to show or don't show the editor.
2238
+		 *
2239
+		 * @since 1.6.16
2240
+		 * @param bool $show_editor If true the editor will be available for description field.
2241
+		 * @param object $package_info The listing package.
2242
+		 * @param string $listing_type The current post type.
2243
+		 * @param object $post The current post object.
2244
+		 */
2245
+		$show_editor = apply_filters('geodir_description_field_show_editor', $show_editor, $package_info, $listing_type, $post);
2246
+
2247
+		$desc = $show_editor ? stripslashes($desc) : esc_attr(stripslashes($desc));
2248
+		$desc_limit = '';
2249
+		/**
2250
+		 * Filter the add listing description field character limit number.
2251
+		 *
2252
+		 * @since 1.0.0
2253
+		 * @param int $desc_limit The amount of characters to limit the description to.
2254
+		 */
2255
+		$desc_limit = apply_filters('geodir_description_field_desc_limit', $desc_limit);
2256
+		/**
2257
+		 * Filter the add listing description field text.
2258
+		 *
2259
+		 * @since 1.0.0
2260
+		 * @param string $desc The text for the description field.
2261
+		 * @param int $desc_limit The character limit number if any.
2262
+		 */
2263
+		$desc = apply_filters('geodir_description_field_desc', $desc, $desc_limit);
2264
+		$desc_limit_msg = '';
2265
+		/**
2266
+		 * Filter the add listing description limit message.
2267
+		 *
2268
+		 * This is the message shown if there is a limit applied to the amount of characters the description can use.
2269
+		 *
2270
+		 * @since 1.0.0
2271
+		 * @param string $desc_limit_msg The limit message string if any.
2272
+		 * @param int $desc_limit The character limit numer if any.
2273
+		 */
2274
+		$desc_limit_msg = apply_filters('geodir_description_field_desc_limit_msg', $desc_limit_msg, $desc_limit);
2275 2275
         
2276
-        $desc_class = '';
2277
-        if ($desc_limit === '' || (int)$desc_limit > 0) {
2278
-            /**
2279
-             * Called on the add listing page form for frontend just before the description field.
2280
-             *
2281
-             * @since 1.0.0
2282
-             */
2283
-            do_action('geodir_before_description_field');
2276
+		$desc_class = '';
2277
+		if ($desc_limit === '' || (int)$desc_limit > 0) {
2278
+			/**
2279
+			 * Called on the add listing page form for frontend just before the description field.
2280
+			 *
2281
+			 * @since 1.0.0
2282
+			 */
2283
+			do_action('geodir_before_description_field');
2284 2284
             
2285
-            $desc_class = ' required_field';
2286
-        } else {
2287
-            $desc_class = ' hidden';
2288
-        }
2289
-        ?>
2285
+			$desc_class = ' required_field';
2286
+		} else {
2287
+			$desc_class = ' hidden';
2288
+		}
2289
+		?>
2290 2290
         <div id="geodir_post_desc_row" class="geodir_form_row clearfix gd-fieldset-details<?php echo $desc_class;?>">
2291 2291
             <label><?php
2292
-                /**
2293
-                 * Filter the add listing page description input label.
2294
-                 *
2295
-                 * @since 1.6.11
2296
-                 * @param string $title The title to be output.
2297
-                 * @param string $cpt_singular_name The singular title of the curent CPT.
2298
-                 * @param string $listing_type The CPT being requested. ie: gd_place.
2299
-                 */
2300
-                echo apply_filters('geodir_add_listing_description_label',sprintf( __('%s Description', 'geodirectory'), $cpt_singular_name ),$cpt_singular_name,$listing_type); ?><span><?php if ($desc_limit != '0') { echo '*'; } ?></span> </label>
2292
+				/**
2293
+				 * Filter the add listing page description input label.
2294
+				 *
2295
+				 * @since 1.6.11
2296
+				 * @param string $title The title to be output.
2297
+				 * @param string $cpt_singular_name The singular title of the curent CPT.
2298
+				 * @param string $listing_type The CPT being requested. ie: gd_place.
2299
+				 */
2300
+				echo apply_filters('geodir_add_listing_description_label',sprintf( __('%s Description', 'geodirectory'), $cpt_singular_name ),$cpt_singular_name,$listing_type); ?><span><?php if ($desc_limit != '0') { echo '*'; } ?></span> </label>
2301 2301
             <?php
2302
-            if ($show_editor) {
2303
-                $editor_settings = array('media_buttons' => false, 'textarea_rows' => 10);
2304
-            ?>
2302
+			if ($show_editor) {
2303
+				$editor_settings = array('media_buttons' => false, 'textarea_rows' => 10);
2304
+			?>
2305 2305
                 <div class="editor" field_id="post_desc" field_type="editor">
2306 2306
                     <?php wp_editor($desc, "post_desc", $editor_settings); ?>
2307 2307
                 </div>
@@ -2315,56 +2315,56 @@  discard block
 block discarded – undo
2315 2315
             <span class="geodir_message_error"><?php echo _e($required_msg, 'geodirectory');?></span>
2316 2316
         </div>
2317 2317
         <?php
2318
-        if ($desc_limit === '' || (int)$desc_limit > 0) {
2319
-            /**
2320
-             * Called on the add listing page form for frontend just after the description field.
2321
-             *
2322
-             * @since 1.0.0
2323
-             */
2324
-            do_action('geodir_after_description_field');
2325
-        }
2318
+		if ($desc_limit === '' || (int)$desc_limit > 0) {
2319
+			/**
2320
+			 * Called on the add listing page form for frontend just after the description field.
2321
+			 *
2322
+			 * @since 1.0.0
2323
+			 */
2324
+			do_action('geodir_after_description_field');
2325
+		}
2326 2326
         
2327
-        $kw_tags = esc_attr(stripslashes($kw_tags));
2328
-        $kw_tags_count = TAGKW_TEXT_COUNT;
2329
-        $kw_tags_msg = TAGKW_MSG;
2330
-        /**
2331
-         * Filter the add listing tags character limit.
2332
-         *
2333
-         * @since 1.0.0
2334
-         * @param int $kw_tags_count The character count limit if any.
2335
-         */
2336
-        $kw_tags_count = apply_filters('geodir_listing_tags_field_tags_count', $kw_tags_count);
2337
-        /**
2338
-         * Filter the add listing tags field value.
2339
-         *
2340
-         * You can use the $_REQUEST values to check if this is a go back and edit value etc.
2341
-         *
2342
-         * @since 1.0.0
2343
-         * @param string $kw_tags The tag field value, usually a comma separated list of tags.
2344
-         * @param int $kw_tags_count The character count limit if any.
2345
-         */
2346
-        $kw_tags = apply_filters('geodir_listing_tags_field_tags', $kw_tags, $kw_tags_count);
2347
-        /**
2348
-         * Filter the add listing tags field message text.
2349
-         *
2350
-         * @since 1.0.0
2351
-         * @param string $kw_tags_msg The message shown under the field.
2352
-         * @param int $kw_tags_count The character count limit if any.
2353
-         */
2354
-        $kw_tags_msg = apply_filters('geodir_listing_tags_field_tags_msg', $kw_tags_msg, $kw_tags_count);
2327
+		$kw_tags = esc_attr(stripslashes($kw_tags));
2328
+		$kw_tags_count = TAGKW_TEXT_COUNT;
2329
+		$kw_tags_msg = TAGKW_MSG;
2330
+		/**
2331
+		 * Filter the add listing tags character limit.
2332
+		 *
2333
+		 * @since 1.0.0
2334
+		 * @param int $kw_tags_count The character count limit if any.
2335
+		 */
2336
+		$kw_tags_count = apply_filters('geodir_listing_tags_field_tags_count', $kw_tags_count);
2337
+		/**
2338
+		 * Filter the add listing tags field value.
2339
+		 *
2340
+		 * You can use the $_REQUEST values to check if this is a go back and edit value etc.
2341
+		 *
2342
+		 * @since 1.0.0
2343
+		 * @param string $kw_tags The tag field value, usually a comma separated list of tags.
2344
+		 * @param int $kw_tags_count The character count limit if any.
2345
+		 */
2346
+		$kw_tags = apply_filters('geodir_listing_tags_field_tags', $kw_tags, $kw_tags_count);
2347
+		/**
2348
+		 * Filter the add listing tags field message text.
2349
+		 *
2350
+		 * @since 1.0.0
2351
+		 * @param string $kw_tags_msg The message shown under the field.
2352
+		 * @param int $kw_tags_count The character count limit if any.
2353
+		 */
2354
+		$kw_tags_msg = apply_filters('geodir_listing_tags_field_tags_msg', $kw_tags_msg, $kw_tags_count);
2355 2355
         
2356
-        $tags_class = '';
2357
-        if ($kw_tags_count === '' || (int)$kw_tags_count > 0) {
2358
-            /**
2359
-             * Called on the add listing page form for frontend just before the tags field.
2360
-             *
2361
-             * @since 1.0.0
2362
-             */
2363
-            do_action('geodir_before_listing_tags_field');
2364
-        } else {
2365
-            $tags_class = ' hidden';
2366
-        }
2367
-        ?>
2356
+		$tags_class = '';
2357
+		if ($kw_tags_count === '' || (int)$kw_tags_count > 0) {
2358
+			/**
2359
+			 * Called on the add listing page form for frontend just before the tags field.
2360
+			 *
2361
+			 * @since 1.0.0
2362
+			 */
2363
+			do_action('geodir_before_listing_tags_field');
2364
+		} else {
2365
+			$tags_class = ' hidden';
2366
+		}
2367
+		?>
2368 2368
         <div id="geodir_post_tags_row" class="geodir_form_row clearfix gd-fieldset-details<?php echo $tags_class;?>">
2369 2369
             <label><?php echo TAGKW_TEXT; ?></label>
2370 2370
             <input name="post_tags" id="post_tags" value="<?php echo $kw_tags; ?>" type="text" class="geodir_textfield"
@@ -2372,90 +2372,90 @@  discard block
 block discarded – undo
2372 2372
             <span class="geodir_message_note"><?php echo $kw_tags_msg;?></span>
2373 2373
         </div>
2374 2374
         <?php
2375
-        if ($kw_tags_count === '' || (int)$kw_tags_count > 0) {
2376
-            /**
2377
-             * Called on the add listing page form for frontend just after the tags field.
2378
-             *
2379
-             * @since 1.0.0
2380
-             */
2381
-            do_action('geodir_after_listing_tags_field');
2382
-        }
2375
+		if ($kw_tags_count === '' || (int)$kw_tags_count > 0) {
2376
+			/**
2377
+			 * Called on the add listing page form for frontend just after the tags field.
2378
+			 *
2379
+			 * @since 1.0.0
2380
+			 */
2381
+			do_action('geodir_after_listing_tags_field');
2382
+		}
2383 2383
         
2384
-        $package_info = array();
2385
-        $package_info = geodir_post_package_info($package_info, $post);
2384
+		$package_info = array();
2385
+		$package_info = geodir_post_package_info($package_info, $post);
2386 2386
         
2387
-        geodir_get_custom_fields_html($package_info->pid, 'all', $listing_type);
2387
+		geodir_get_custom_fields_html($package_info->pid, 'all', $listing_type);
2388 2388
         
2389
-        // adjust values here
2390
-        $id = "post_images"; // this will be the name of form field. Image url(s) will be submitted in $_POST using this key. So if $id == �img1� then $_POST[�img1�] will have all the image urls
2391
-
2392
-        $multiple = true; // allow multiple files upload
2389
+		// adjust values here
2390
+		$id = "post_images"; // this will be the name of form field. Image url(s) will be submitted in $_POST using this key. So if $id == �img1� then $_POST[�img1�] will have all the image urls
2393 2391
 
2394
-        $width = geodir_media_image_large_width(); // If you want to automatically resize all uploaded images then provide width here (in pixels)
2392
+		$multiple = true; // allow multiple files upload
2395 2393
 
2396
-        $height = geodir_media_image_large_height(); // If you want to automatically resize all uploaded images then provide height here (in pixels)
2394
+		$width = geodir_media_image_large_width(); // If you want to automatically resize all uploaded images then provide width here (in pixels)
2397 2395
 
2398
-        $thumb_img_arr = array();
2399
-        $totImg = 0;
2400
-        if (isset($_REQUEST['backandedit']) && empty($_REQUEST['pid'])) {
2401
-            $post = (object)$gd_session->get('listing');
2402
-            if (isset($post->post_images))
2403
-                $curImages = trim($post->post_images, ",");
2396
+		$height = geodir_media_image_large_height(); // If you want to automatically resize all uploaded images then provide height here (in pixels)
2404 2397
 
2398
+		$thumb_img_arr = array();
2399
+		$totImg = 0;
2400
+		if (isset($_REQUEST['backandedit']) && empty($_REQUEST['pid'])) {
2401
+			$post = (object)$gd_session->get('listing');
2402
+			if (isset($post->post_images))
2403
+				$curImages = trim($post->post_images, ",");
2405 2404
 
2406
-            if ($curImages != '') {
2407
-                $curImages_array = explode(',', $curImages);
2408
-                $totImg = count($curImages_array);
2409
-            }
2410 2405
 
2411
-            $listing_type = $post->listing_type;
2406
+			if ($curImages != '') {
2407
+				$curImages_array = explode(',', $curImages);
2408
+				$totImg = count($curImages_array);
2409
+			}
2412 2410
 
2413
-        } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
2414
-            $post = geodir_get_post_info((int)$_REQUEST['pid']);
2415
-            $listing_type = $post->post_type;
2416
-            $thumb_img_arr = geodir_get_images($_REQUEST['pid']);
2411
+			$listing_type = $post->listing_type;
2417 2412
 
2418
-        } else {
2419
-            $listing_type = sanitize_text_field($_REQUEST['listing_type']);
2420
-        }
2413
+		} elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
2414
+			$post = geodir_get_post_info((int)$_REQUEST['pid']);
2415
+			$listing_type = $post->post_type;
2416
+			$thumb_img_arr = geodir_get_images($_REQUEST['pid']);
2421 2417
 
2418
+		} else {
2419
+			$listing_type = sanitize_text_field($_REQUEST['listing_type']);
2420
+		}
2422 2421
 
2423
-        if (!empty($thumb_img_arr)) {
2424
-            foreach ($thumb_img_arr as $img) {
2425
-                //$curImages = $img->src.",";
2426
-            }
2427 2422
 
2428
-            $totImg = count((array)$thumb_img_arr);
2429
-        }
2423
+		if (!empty($thumb_img_arr)) {
2424
+			foreach ($thumb_img_arr as $img) {
2425
+				//$curImages = $img->src.",";
2426
+			}
2430 2427
 
2431
-        if ($curImages != '')
2432
-            $svalue = $curImages; // this will be initial value of the above form field. Image urls.
2433
-        else
2434
-            $svalue = '';
2435
-
2436
-        $image_limit = isset($package_info->image_limit) ? $package_info->image_limit : '0';
2437
-        $show_image_input_box = ($image_limit != '0');
2438
-        /**
2439
-         * Filter to be able to show/hide the image upload section of the add listing form.
2440
-         *
2441
-         * @since 1.0.0
2442
-         * @param bool $show_image_input_box Set true to show. Set false to not show.
2443
-         * @param string $listing_type The custom post type slug.
2444
-         */
2445
-        $show_image_input_box = apply_filters('geodir_image_uploader_on_add_listing', $show_image_input_box, $listing_type);
2446
-        if ($show_image_input_box) {
2447
-            ?>
2428
+			$totImg = count((array)$thumb_img_arr);
2429
+		}
2430
+
2431
+		if ($curImages != '')
2432
+			$svalue = $curImages; // this will be initial value of the above form field. Image urls.
2433
+		else
2434
+			$svalue = '';
2435
+
2436
+		$image_limit = isset($package_info->image_limit) ? $package_info->image_limit : '0';
2437
+		$show_image_input_box = ($image_limit != '0');
2438
+		/**
2439
+		 * Filter to be able to show/hide the image upload section of the add listing form.
2440
+		 *
2441
+		 * @since 1.0.0
2442
+		 * @param bool $show_image_input_box Set true to show. Set false to not show.
2443
+		 * @param string $listing_type The custom post type slug.
2444
+		 */
2445
+		$show_image_input_box = apply_filters('geodir_image_uploader_on_add_listing', $show_image_input_box, $listing_type);
2446
+		if ($show_image_input_box) {
2447
+			?>
2448 2448
 
2449 2449
             <h5 id="geodir_form_title_row" class="geodir-form_title"> <?php echo PRO_PHOTO_TEXT;?>
2450 2450
                 <?php if ($image_limit == 1) {
2451
-                    echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('image with this package', 'geodirectory') . ')</small>';
2452
-                } ?>
2451
+					echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('image with this package', 'geodirectory') . ')</small>';
2452
+				} ?>
2453 2453
                 <?php if ($image_limit > 1) {
2454
-                    echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('images with this package', 'geodirectory') . ')</small>';
2455
-                } ?>
2454
+					echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('images with this package', 'geodirectory') . ')</small>';
2455
+				} ?>
2456 2456
                 <?php if ($image_limit == '') {
2457
-                    echo '<br /><small>(' . __('You can upload unlimited images with this package', 'geodirectory') . ')</small>';
2458
-                } ?>
2457
+					echo '<br /><small>(' . __('You can upload unlimited images with this package', 'geodirectory') . ')</small>';
2458
+				} ?>
2459 2459
             </h5>
2460 2460
 
2461 2461
             <div class="geodir_form_row clearfix" id="<?php echo $id; ?>dropbox"
@@ -2493,12 +2493,12 @@  discard block
 block discarded – undo
2493 2493
         <?php } ?>
2494 2494
 
2495 2495
         <?php
2496
-        /**
2497
-         * Called on the add listing page form for frontend just after the image upload field.
2498
-         *
2499
-         * @since 1.0.0
2500
-         */
2501
-        do_action('geodir_after_main_form_fields');?>
2496
+		/**
2497
+		 * Called on the add listing page form for frontend just after the image upload field.
2498
+		 *
2499
+		 * @since 1.0.0
2500
+		 */
2501
+		do_action('geodir_after_main_form_fields');?>
2502 2502
 
2503 2503
 
2504 2504
         <!-- add captcha code -->
@@ -2527,7 +2527,7 @@  discard block
 block discarded – undo
2527 2527
 
2528 2528
     </form>
2529 2529
     <?php
2530
-    wp_reset_query();
2530
+	wp_reset_query();
2531 2531
 }
2532 2532
 
2533 2533
 /**
@@ -2538,7 +2538,7 @@  discard block
 block discarded – undo
2538 2538
  */
2539 2539
 function geodir_add_listing_sidebar_widget_area()
2540 2540
 {
2541
-    dynamic_sidebar('geodir_add_listing_sidebar');
2541
+	dynamic_sidebar('geodir_add_listing_sidebar');
2542 2542
 }
2543 2543
 
2544 2544
 add_action('geodir_add_listing_sidebar_inside', 'geodir_add_listing_sidebar_widget_area', 10);
@@ -2553,16 +2553,16 @@  discard block
 block discarded – undo
2553 2553
  */
2554 2554
 function geodir_action_add_listing_sidebar()
2555 2555
 {
2556
-    /** This action is documented in geodirectory_template_actions.php */
2557
-    do_action('geodir_sidebar_right_open', 'add-listing-page', 'geodir-sidebar', 'geodir-sidebar-right', 'http://schema.org/WPSideBar');
2558
-    /**
2559
-     * This is used to add the content to the add listing page sidebar.
2560
-     *
2561
-     * @since 1.0.0
2562
-     */
2563
-    do_action('geodir_add_listing_sidebar_inside');
2564
-    /** This action is documented in geodirectory_template_actions.php */
2565
-    do_action('geodir_sidebar_right_close', 'details-page');
2556
+	/** This action is documented in geodirectory_template_actions.php */
2557
+	do_action('geodir_sidebar_right_open', 'add-listing-page', 'geodir-sidebar', 'geodir-sidebar-right', 'http://schema.org/WPSideBar');
2558
+	/**
2559
+	 * This is used to add the content to the add listing page sidebar.
2560
+	 *
2561
+	 * @since 1.0.0
2562
+	 */
2563
+	do_action('geodir_add_listing_sidebar_inside');
2564
+	/** This action is documented in geodirectory_template_actions.php */
2565
+	do_action('geodir_sidebar_right_close', 'details-page');
2566 2566
 }
2567 2567
 
2568 2568
 ###############################################
@@ -2579,11 +2579,11 @@  discard block
 block discarded – undo
2579 2579
  */
2580 2580
 function geodir_action_geodir_sidebar_signup_top()
2581 2581
 {
2582
-    ?>
2582
+	?>
2583 2583
     <div
2584 2584
         class="<?php
2585
-        /** This action is documented in geodirectory_template_actions.php */
2586
-        echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'Reg/Login Top Section'); ?>">
2585
+		/** This action is documented in geodirectory_template_actions.php */
2586
+		echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'Reg/Login Top Section'); ?>">
2587 2587
         <?php dynamic_sidebar('Reg/Login Top Section');?>
2588 2588
     </div><!-- clearfix ends here-->
2589 2589
 <?php
@@ -2602,9 +2602,9 @@  discard block
 block discarded – undo
2602 2602
 function geodir_action_signup_forms()
2603 2603
 {
2604 2604
 
2605
-    global $user_login;
2605
+	global $user_login;
2606 2606
 
2607
-    ?>
2607
+	?>
2608 2608
     <script type="text/javascript">
2609 2609
         <?php if ( $user_login ) { ?>
2610 2610
         setTimeout(function () {
@@ -2640,65 +2640,65 @@  discard block
 block discarded – undo
2640 2640
         <?php } ?>
2641 2641
     </script><?php
2642 2642
 
2643
-    global $errors;
2644
-    if (isset($_REQUEST['msg']) && $_REQUEST['msg'] == 'claim')
2645
-        $errors->add('claim_login', LOGIN_CLAIM);
2646
-
2647
-    if (!empty($errors)) {
2648
-        foreach ($errors as $errorsObj) {
2649
-            foreach ($errorsObj as $key => $val) {
2650
-                for ($i = 0; $i < count($val); $i++) {
2651
-                    echo "<div class=error_msg_fix>" . $val[$i] . '</div>';
2652
-                    $registration_error_msg = 1;
2653
-                }
2654
-            }
2655
-        }
2656
-    }
2643
+	global $errors;
2644
+	if (isset($_REQUEST['msg']) && $_REQUEST['msg'] == 'claim')
2645
+		$errors->add('claim_login', LOGIN_CLAIM);
2646
+
2647
+	if (!empty($errors)) {
2648
+		foreach ($errors as $errorsObj) {
2649
+			foreach ($errorsObj as $key => $val) {
2650
+				for ($i = 0; $i < count($val); $i++) {
2651
+					echo "<div class=error_msg_fix>" . $val[$i] . '</div>';
2652
+					$registration_error_msg = 1;
2653
+				}
2654
+			}
2655
+		}
2656
+	}
2657 2657
 
2658
-    if (isset($_REQUEST['page']) && $_REQUEST['page'] == 'login' && isset($_REQUEST['page1']) && $_REQUEST['page1'] == 'sign_in') {
2659
-        ?>
2658
+	if (isset($_REQUEST['page']) && $_REQUEST['page'] == 'login' && isset($_REQUEST['page1']) && $_REQUEST['page1'] == 'sign_in') {
2659
+		?>
2660 2660
 
2661 2661
         <div class="login_form">
2662 2662
             <?php
2663
-            /**
2664
-             * Contains login form template.
2665
-             *
2666
-             * @since 1.0.0
2667
-             */
2668
-            include(geodir_plugin_path() . "/geodirectory-templates/login_frm.php"); ?>
2663
+			/**
2664
+			 * Contains login form template.
2665
+			 *
2666
+			 * @since 1.0.0
2667
+			 */
2668
+			include(geodir_plugin_path() . "/geodirectory-templates/login_frm.php"); ?>
2669 2669
         </div>
2670 2670
 
2671 2671
     <?php } elseif (isset($_REQUEST['page']) && $_REQUEST['page'] == 'login' && isset($_REQUEST['page1']) && $_REQUEST['page1'] == 'sign_up') { ?>
2672 2672
 
2673 2673
         <div class="registration_form">
2674 2674
             <?php
2675
-            /**
2676
-             * Contains registration form template.
2677
-             *
2678
-             * @since 1.0.0
2679
-             */
2680
-            include(geodir_plugin_path() . "/geodirectory-templates/reg_frm.php"); ?>
2675
+			/**
2676
+			 * Contains registration form template.
2677
+			 *
2678
+			 * @since 1.0.0
2679
+			 */
2680
+			include(geodir_plugin_path() . "/geodirectory-templates/reg_frm.php"); ?>
2681 2681
         </div>
2682 2682
 
2683 2683
     <?php } else { ?>
2684 2684
 
2685 2685
         <div class="login_form_l">
2686 2686
             <?php
2687
-            /**
2688
-             * Contains login form template.
2689
-             *
2690
-             * @since 1.0.0
2691
-             */
2692
-            include(geodir_plugin_path() . "/geodirectory-templates/login_frm.php"); ?>
2687
+			/**
2688
+			 * Contains login form template.
2689
+			 *
2690
+			 * @since 1.0.0
2691
+			 */
2692
+			include(geodir_plugin_path() . "/geodirectory-templates/login_frm.php"); ?>
2693 2693
         </div>
2694 2694
         <div class="registration_form_r">
2695 2695
             <?php
2696
-            /**
2697
-             * Contains registration form template.
2698
-             *
2699
-             * @since 1.0.0
2700
-             */
2701
-            include(geodir_plugin_path() . "/geodirectory-templates/reg_frm.php"); ?>
2696
+			/**
2697
+			 * Contains registration form template.
2698
+			 *
2699
+			 * @since 1.0.0
2700
+			 */
2701
+			include(geodir_plugin_path() . "/geodirectory-templates/reg_frm.php"); ?>
2702 2702
         </div>
2703 2703
 
2704 2704
     <?php }?>
@@ -2729,66 +2729,66 @@  discard block
 block discarded – undo
2729 2729
  */
2730 2730
 function geodir_action_author_page_title()
2731 2731
 {
2732
-    global $term;
2732
+	global $term;
2733 2733
 
2734
-    $gd_post_type = geodir_get_current_posttype();
2735
-    $post_type_info = get_post_type_object($gd_post_type);
2734
+	$gd_post_type = geodir_get_current_posttype();
2735
+	$post_type_info = get_post_type_object($gd_post_type);
2736 2736
 
2737
-    $add_string_in_title = __('All', 'geodirectory') . ' ';
2738
-    if (isset($_REQUEST['list']) && $_REQUEST['list'] == 'favourite') {
2739
-        $add_string_in_title = __('My Favorite', 'geodirectory') . ' ';
2740
-    }
2737
+	$add_string_in_title = __('All', 'geodirectory') . ' ';
2738
+	if (isset($_REQUEST['list']) && $_REQUEST['list'] == 'favourite') {
2739
+		$add_string_in_title = __('My Favorite', 'geodirectory') . ' ';
2740
+	}
2741 2741
 
2742
-    $list_title = $add_string_in_title . $post_type_info->labels->name;
2743
-    $single_name = $post_type_info->labels->singular_name;
2742
+	$list_title = $add_string_in_title . $post_type_info->labels->name;
2743
+	$single_name = $post_type_info->labels->singular_name;
2744 2744
 
2745
-    $taxonomy = geodir_get_taxonomies($gd_post_type);
2745
+	$taxonomy = geodir_get_taxonomies($gd_post_type);
2746 2746
 
2747
-    if (!empty($term)) {
2748
-        $current_term = get_term_by('slug', $term, $taxonomy[0]);
2749
-        if (!empty($current_term))
2750
-            $list_title .= __(' in', 'geodirectory') . " '" . geodir_ucwords($current_term->name) . "'";
2751
-    }
2747
+	if (!empty($term)) {
2748
+		$current_term = get_term_by('slug', $term, $taxonomy[0]);
2749
+		if (!empty($current_term))
2750
+			$list_title .= __(' in', 'geodirectory') . " '" . geodir_ucwords($current_term->name) . "'";
2751
+	}
2752 2752
 
2753 2753
 
2754
-    if (is_search()) {
2755
-        $list_title = __('Search', 'geodirectory') . ' ' . __($post_type_info->labels->name, 'geodirectory') . __(' For :', 'geodirectory') . " '" . get_search_query() . "'";
2754
+	if (is_search()) {
2755
+		$list_title = __('Search', 'geodirectory') . ' ' . __($post_type_info->labels->name, 'geodirectory') . __(' For :', 'geodirectory') . " '" . get_search_query() . "'";
2756 2756
 
2757
-    }
2758
-    /** This action is documented in geodirectory_template_actions.php */
2759
-    $class = apply_filters('geodir_page_title_class', 'entry-title fn');
2760
-    /** This action is documented in geodirectory_template_actions.php */
2761
-    $class_header = apply_filters('geodir_page_title_header_class', 'entry-header');
2757
+	}
2758
+	/** This action is documented in geodirectory_template_actions.php */
2759
+	$class = apply_filters('geodir_page_title_class', 'entry-title fn');
2760
+	/** This action is documented in geodirectory_template_actions.php */
2761
+	$class_header = apply_filters('geodir_page_title_header_class', 'entry-header');
2762 2762
 
2763
-    $title = $list_title;
2764
-    if(geodir_is_page('author')){
2765
-        $gd_page = 'author';
2766
-        if(isset($_REQUEST['list']) && $_REQUEST['list']=='favourite'){
2767
-            $title = (get_option('geodir_page_title_favorite')) ? get_option('geodir_page_title_favorite') : $title;
2768
-        }else{
2769
-            $title = (get_option('geodir_page_title_author')) ? get_option('geodir_page_title_author') : $title;
2770
-        }
2763
+	$title = $list_title;
2764
+	if(geodir_is_page('author')){
2765
+		$gd_page = 'author';
2766
+		if(isset($_REQUEST['list']) && $_REQUEST['list']=='favourite'){
2767
+			$title = (get_option('geodir_page_title_favorite')) ? get_option('geodir_page_title_favorite') : $title;
2768
+		}else{
2769
+			$title = (get_option('geodir_page_title_author')) ? get_option('geodir_page_title_author') : $title;
2770
+		}
2771 2771
 
2772
-    }
2772
+	}
2773 2773
 
2774 2774
 
2775
-    /**
2776
-     * Filter page title to replace variables.
2777
-     *
2778
-     * @since 1.5.4
2779
-     * @param string $title The page title including variables.
2780
-     * @param string $gd_page The GeoDirectory page type if any.
2781
-     */
2782
-    $title =  apply_filters('geodir_seo_page_title', __($title, 'geodirectory'), $gd_page);
2775
+	/**
2776
+	 * Filter page title to replace variables.
2777
+	 *
2778
+	 * @since 1.5.4
2779
+	 * @param string $title The page title including variables.
2780
+	 * @param string $gd_page The GeoDirectory page type if any.
2781
+	 */
2782
+	$title =  apply_filters('geodir_seo_page_title', __($title, 'geodirectory'), $gd_page);
2783 2783
 
2784
-    echo '<header class="' . $class_header . '"><h1 class="' . $class . '">' .
2785
-        /**
2786
-         * Filter the author page title text.
2787
-         *
2788
-         * @since 1.0.0
2789
-         * @param string $list_title The title for the page.
2790
-         */
2791
-        apply_filters('geodir_author_page_title_text', $title) . '</h1></header>';
2784
+	echo '<header class="' . $class_header . '"><h1 class="' . $class . '">' .
2785
+		/**
2786
+		 * Filter the author page title text.
2787
+		 *
2788
+		 * @since 1.0.0
2789
+		 * @param string $list_title The title for the page.
2790
+		 */
2791
+		apply_filters('geodir_author_page_title_text', $title) . '</h1></header>';
2792 2792
 }
2793 2793
 
2794 2794
 
@@ -2806,11 +2806,11 @@  discard block
 block discarded – undo
2806 2806
  */
2807 2807
 function geodir_action_geodir_sidebar_author_top()
2808 2808
 {
2809
-    if (get_option('geodir_show_author_top_section')) { ?>
2809
+	if (get_option('geodir_show_author_top_section')) { ?>
2810 2810
         <div
2811 2811
             class="<?php
2812
-            /** This action is documented in geodirectory_template_actions.php */
2813
-            echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_author_top'); ?>">
2812
+			/** This action is documented in geodirectory_template_actions.php */
2813
+			echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_author_top'); ?>">
2814 2814
             <?php dynamic_sidebar('geodir_author_top'); ?>
2815 2815
         </div><!-- clearfix ends here-->
2816 2816
     <?php }
@@ -2826,7 +2826,7 @@  discard block
 block discarded – undo
2826 2826
  */
2827 2827
 function geodir_author_left_section()
2828 2828
 {
2829
-    if (get_option('geodir_show_author_left_section')) { ?>
2829
+	if (get_option('geodir_show_author_left_section')) { ?>
2830 2830
         <div class="geodir-content-left geodir-sidebar-wrap">
2831 2831
             <?php dynamic_sidebar('geodir_author_left_sidebar'); ?>
2832 2832
         </div><!-- end geodir-content-left -->
@@ -2847,19 +2847,19 @@  discard block
 block discarded – undo
2847 2847
  */
2848 2848
 function geodir_action_author_sidebar_left()
2849 2849
 {
2850
-    if (get_option('geodir_show_author_left_section')) {
2850
+	if (get_option('geodir_show_author_left_section')) {
2851 2851
 // this adds the opening html tags to the primary div, this required the closing tag below :: ($type='',$id='',$class='',$itemtype='')
2852
-        /** This action is documented in geodirectory_template_actions.php */
2853
-        do_action('geodir_sidebar_left_open', 'author-page', 'geodir-sidebar-left', 'geodir-sidebar-left geodir-listings-sidebar-left', 'http://schema.org/WPSideBar');
2854
-        /**
2855
-         * This is used to add the content to the author page left sidebar (if active).
2856
-         *
2857
-         * @since 1.0.0
2858
-         */
2859
-        do_action('geodir_author_sidebar_left_inside');
2860
-        /** This action is documented in geodirectory_template_actions.php */
2861
-        do_action('geodir_sidebar_left_close', 'author-page');
2862
-    }
2852
+		/** This action is documented in geodirectory_template_actions.php */
2853
+		do_action('geodir_sidebar_left_open', 'author-page', 'geodir-sidebar-left', 'geodir-sidebar-left geodir-listings-sidebar-left', 'http://schema.org/WPSideBar');
2854
+		/**
2855
+		 * This is used to add the content to the author page left sidebar (if active).
2856
+		 *
2857
+		 * @since 1.0.0
2858
+		 */
2859
+		do_action('geodir_author_sidebar_left_inside');
2860
+		/** This action is documented in geodirectory_template_actions.php */
2861
+		do_action('geodir_sidebar_left_close', 'author-page');
2862
+	}
2863 2863
 }
2864 2864
 
2865 2865
 /**
@@ -2872,7 +2872,7 @@  discard block
 block discarded – undo
2872 2872
  */
2873 2873
 function geodir_author_right_section()
2874 2874
 {
2875
-    if (get_option('geodir_show_author_right_section')) { ?>
2875
+	if (get_option('geodir_show_author_right_section')) { ?>
2876 2876
         <div class="geodir-content-right geodir-sidebar-wrap">
2877 2877
             <?php dynamic_sidebar('geodir_author_right_sidebar'); ?>
2878 2878
         </div><!-- end geodir-content-right -->
@@ -2892,18 +2892,18 @@  discard block
 block discarded – undo
2892 2892
  */
2893 2893
 function geodir_action_author_sidebar_right()
2894 2894
 {
2895
-    if (get_option('geodir_show_author_right_section')) {
2896
-        /** This action is documented in geodirectory_template_actions.php */
2897
-        do_action('geodir_sidebar_right_open', 'author-page', 'geodir-sidebar-right', 'geodir-sidebar-right geodir-listings-sidebar-right', 'http://schema.org/WPSideBar');
2898
-        /**
2899
-         * This is used to add the content to the author page right sidebar (if active).
2900
-         *
2901
-         * @since 1.0.0
2902
-         */
2903
-        do_action('geodir_author_sidebar_right_inside');
2904
-        /** This action is documented in geodirectory_template_actions.php */
2905
-        do_action('geodir_sidebar_right_close', 'author-page');
2906
-    }
2895
+	if (get_option('geodir_show_author_right_section')) {
2896
+		/** This action is documented in geodirectory_template_actions.php */
2897
+		do_action('geodir_sidebar_right_open', 'author-page', 'geodir-sidebar-right', 'geodir-sidebar-right geodir-listings-sidebar-right', 'http://schema.org/WPSideBar');
2898
+		/**
2899
+		 * This is used to add the content to the author page right sidebar (if active).
2900
+		 *
2901
+		 * @since 1.0.0
2902
+		 */
2903
+		do_action('geodir_author_sidebar_right_inside');
2904
+		/** This action is documented in geodirectory_template_actions.php */
2905
+		do_action('geodir_sidebar_right_close', 'author-page');
2906
+	}
2907 2907
 }
2908 2908
 
2909 2909
 /**
@@ -2915,14 +2915,14 @@  discard block
 block discarded – undo
2915 2915
  */
2916 2916
 function geodir_action_author_content_inside()
2917 2917
 {
2918
-    global $gridview_columns;
2919
-    $listing_view = get_option('geodir_author_view');
2920
-    if (strstr($listing_view, 'gridview')) {
2921
-        $gridview_columns = $listing_view;
2922
-        $listing_view_exp = explode('_', $listing_view);
2923
-        $listing_view = $listing_view_exp[0];
2924
-    }
2925
-    geodir_get_template_part('listing', 'listview');
2918
+	global $gridview_columns;
2919
+	$listing_view = get_option('geodir_author_view');
2920
+	if (strstr($listing_view, 'gridview')) {
2921
+		$gridview_columns = $listing_view;
2922
+		$listing_view_exp = explode('_', $listing_view);
2923
+		$listing_view = $listing_view_exp[0];
2924
+	}
2925
+	geodir_get_template_part('listing', 'listview');
2926 2926
 }
2927 2927
 
2928 2928
 add_action('geodir_author_content_inside', 'geodir_action_author_content_inside', 10);
@@ -2937,22 +2937,22 @@  discard block
 block discarded – undo
2937 2937
  */
2938 2938
 function geodir_action_author_content()
2939 2939
 {
2940
-    /** This action is documented in geodirectory_template_actions.php */
2941
-    do_action('geodir_main_content_open', 'author-page', 'geodir-main-content', 'author-page');
2942
-    echo '<div class="clearfix">';
2943
-    /** This action is documented in geodirectory_template_actions.php */
2944
-    do_action('geodir_before_listing');
2945
-    echo '</div>';
2946
-    /**
2947
-     * This is used to add the content to the author page main content.
2948
-     *
2949
-     * @since 1.0.0
2950
-     */
2951
-    do_action('geodir_author_content_inside');
2952
-    /** This action is documented in geodirectory_template_actions.php */
2953
-    do_action('geodir_after_listing');
2954
-    /** This action is documented in geodirectory_template_actions.php */
2955
-    do_action('geodir_main_content_close', 'author-page');
2940
+	/** This action is documented in geodirectory_template_actions.php */
2941
+	do_action('geodir_main_content_open', 'author-page', 'geodir-main-content', 'author-page');
2942
+	echo '<div class="clearfix">';
2943
+	/** This action is documented in geodirectory_template_actions.php */
2944
+	do_action('geodir_before_listing');
2945
+	echo '</div>';
2946
+	/**
2947
+	 * This is used to add the content to the author page main content.
2948
+	 *
2949
+	 * @since 1.0.0
2950
+	 */
2951
+	do_action('geodir_author_content_inside');
2952
+	/** This action is documented in geodirectory_template_actions.php */
2953
+	do_action('geodir_after_listing');
2954
+	/** This action is documented in geodirectory_template_actions.php */
2955
+	do_action('geodir_main_content_close', 'author-page');
2956 2956
 }
2957 2957
 
2958 2958
 add_action('geodir_sidebar_author_bottom_section', 'geodir_action_sidebar_author_bottom_section', 10);
@@ -2966,11 +2966,11 @@  discard block
 block discarded – undo
2966 2966
  */
2967 2967
 function geodir_action_sidebar_author_bottom_section()
2968 2968
 {
2969
-    if (get_option('geodir_show_author_bottom_section')) { ?>
2969
+	if (get_option('geodir_show_author_bottom_section')) { ?>
2970 2970
         <div
2971 2971
             class="<?php
2972
-            /** This action is documented in geodirectory_template_actions.php */
2973
-            echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_author_bottom'); ?>">
2972
+			/** This action is documented in geodirectory_template_actions.php */
2973
+			echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_author_bottom'); ?>">
2974 2974
             <?php dynamic_sidebar('geodir_author_bottom'); ?>
2975 2975
         </div><!-- clearfix ends here-->
2976 2976
     <?php }
@@ -2989,23 +2989,23 @@  discard block
 block discarded – undo
2989 2989
  */
2990 2990
 function geodir_action_search_page_title()
2991 2991
 {
2992
-    $gd_post_type = geodir_get_current_posttype();
2993
-    $post_type_info = get_post_type_object($gd_post_type);
2992
+	$gd_post_type = geodir_get_current_posttype();
2993
+	$post_type_info = get_post_type_object($gd_post_type);
2994 2994
 
2995
-    $pt_name = '';
2996
-    if(isset($post_type_info->labels->name)){$pt_name=$post_type_info->labels->name;}
2995
+	$pt_name = '';
2996
+	if(isset($post_type_info->labels->name)){$pt_name=$post_type_info->labels->name;}
2997 2997
 
2998
-    if (is_search()) {
2999
-        $list_title = __('Search', 'geodirectory') . ' ' . __($pt_name, 'geodirectory') . __(' For :', 'geodirectory') . " '" . get_search_query() . "'";
2998
+	if (is_search()) {
2999
+		$list_title = __('Search', 'geodirectory') . ' ' . __($pt_name, 'geodirectory') . __(' For :', 'geodirectory') . " '" . get_search_query() . "'";
3000 3000
 
3001
-    }
3002
-    /** This action is documented in geodirectory_template_actions.php */
3003
-    $class = apply_filters('geodir_page_title_class', 'entry-title fn');
3004
-    /** This action is documented in geodirectory_template_actions.php */
3005
-    $class_header = apply_filters('geodir_page_title_header_class', 'entry-header');
3006
-    echo '<header class="' . $class_header . '"><h1 class="' . $class . '">' .
3007
-        /** This action is documented in geodirectory_template_actions.php */
3008
-        apply_filters('geodir_listing_page_title', wptexturize($list_title)) . '</h1></header>';
3001
+	}
3002
+	/** This action is documented in geodirectory_template_actions.php */
3003
+	$class = apply_filters('geodir_page_title_class', 'entry-title fn');
3004
+	/** This action is documented in geodirectory_template_actions.php */
3005
+	$class_header = apply_filters('geodir_page_title_header_class', 'entry-header');
3006
+	echo '<header class="' . $class_header . '"><h1 class="' . $class . '">' .
3007
+		/** This action is documented in geodirectory_template_actions.php */
3008
+		apply_filters('geodir_listing_page_title', wptexturize($list_title)) . '</h1></header>';
3009 3009
 }
3010 3010
 
3011 3011
 // action for adding the listings page top widget area
@@ -3021,11 +3021,11 @@  discard block
 block discarded – undo
3021 3021
  */
3022 3022
 function geodir_action_geodir_sidebar_search_top()
3023 3023
 {
3024
-    if (get_option('geodir_show_search_top_section')) { ?>
3024
+	if (get_option('geodir_show_search_top_section')) { ?>
3025 3025
         <div
3026 3026
             class="<?php
3027
-            /** This action is documented in geodirectory_template_actions.php */
3028
-            echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_search_top'); ?>">
3027
+			/** This action is documented in geodirectory_template_actions.php */
3028
+			echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_search_top'); ?>">
3029 3029
             <?php dynamic_sidebar('geodir_search_top'); ?>
3030 3030
         </div><!-- clearfix ends here-->
3031 3031
     <?php }
@@ -3041,7 +3041,7 @@  discard block
 block discarded – undo
3041 3041
  */
3042 3042
 function geodir_search_left_section()
3043 3043
 {
3044
-    if (get_option('geodir_show_search_left_section')) { ?>
3044
+	if (get_option('geodir_show_search_left_section')) { ?>
3045 3045
         <div class="geodir-content-left geodir-sidebar-wrap">
3046 3046
             <?php dynamic_sidebar('geodir_search_left_sidebar'); ?>
3047 3047
         </div><!-- end geodir-content-left -->
@@ -3061,19 +3061,19 @@  discard block
 block discarded – undo
3061 3061
  */
3062 3062
 function geodir_action_search_sidebar_left()
3063 3063
 {
3064
-    if (get_option('geodir_show_search_left_section')) {
3064
+	if (get_option('geodir_show_search_left_section')) {
3065 3065
 // this adds the opening html tags to the primary div, this required the closing tag below :: ($type='',$id='',$class='',$itemtype='')
3066
-        /** This action is documented in geodirectory_template_actions.php */
3067
-        do_action('geodir_sidebar_left_open', 'search-page', 'geodir-sidebar-left', 'geodir-sidebar-left geodir-listings-sidebar-left', 'http://schema.org/WPSideBar');
3068
-        /**
3069
-         * This is used to add the content to the search page left sidebar (if active).
3070
-         *
3071
-         * @since 1.0.0
3072
-         */
3073
-        do_action('geodir_search_sidebar_left_inside');
3074
-        /** This action is documented in geodirectory_template_actions.php */
3075
-        do_action('geodir_sidebar_left_close', 'search-page');
3076
-    }
3066
+		/** This action is documented in geodirectory_template_actions.php */
3067
+		do_action('geodir_sidebar_left_open', 'search-page', 'geodir-sidebar-left', 'geodir-sidebar-left geodir-listings-sidebar-left', 'http://schema.org/WPSideBar');
3068
+		/**
3069
+		 * This is used to add the content to the search page left sidebar (if active).
3070
+		 *
3071
+		 * @since 1.0.0
3072
+		 */
3073
+		do_action('geodir_search_sidebar_left_inside');
3074
+		/** This action is documented in geodirectory_template_actions.php */
3075
+		do_action('geodir_sidebar_left_close', 'search-page');
3076
+	}
3077 3077
 }
3078 3078
 
3079 3079
 /**
@@ -3086,7 +3086,7 @@  discard block
 block discarded – undo
3086 3086
  */
3087 3087
 function geodir_search_right_section()
3088 3088
 {
3089
-    if (get_option('geodir_show_search_right_section')) { ?>
3089
+	if (get_option('geodir_show_search_right_section')) { ?>
3090 3090
         <div class="geodir-content-right geodir-sidebar-wrap">
3091 3091
             <?php dynamic_sidebar('geodir_search_right_sidebar'); ?>
3092 3092
         </div><!-- end geodir-content-right -->
@@ -3106,18 +3106,18 @@  discard block
 block discarded – undo
3106 3106
  */
3107 3107
 function geodir_action_search_sidebar_right()
3108 3108
 {
3109
-    if (get_option('geodir_show_search_right_section')) {
3110
-        /** This action is documented in geodirectory_template_actions.php */
3111
-        do_action('geodir_sidebar_right_open', 'search-page', 'geodir-sidebar-right', 'geodir-sidebar-right geodir-listings-sidebar-right', 'http://schema.org/WPSideBar');
3112
-        /**
3113
-         * This is used to add the content to the search page right sidebar (if active).
3114
-         *
3115
-         * @since 1.0.0
3116
-         */
3117
-        do_action('geodir_search_sidebar_right_inside');
3118
-        /** This action is documented in geodirectory_template_actions.php */
3119
-        do_action('geodir_sidebar_right_close', 'search-page');
3120
-    }
3109
+	if (get_option('geodir_show_search_right_section')) {
3110
+		/** This action is documented in geodirectory_template_actions.php */
3111
+		do_action('geodir_sidebar_right_open', 'search-page', 'geodir-sidebar-right', 'geodir-sidebar-right geodir-listings-sidebar-right', 'http://schema.org/WPSideBar');
3112
+		/**
3113
+		 * This is used to add the content to the search page right sidebar (if active).
3114
+		 *
3115
+		 * @since 1.0.0
3116
+		 */
3117
+		do_action('geodir_search_sidebar_right_inside');
3118
+		/** This action is documented in geodirectory_template_actions.php */
3119
+		do_action('geodir_sidebar_right_close', 'search-page');
3120
+	}
3121 3121
 }
3122 3122
 
3123 3123
 
@@ -3132,11 +3132,11 @@  discard block
 block discarded – undo
3132 3132
  */
3133 3133
 function geodir_action_sidebar_search_bottom_section()
3134 3134
 {
3135
-    if (get_option('geodir_show_search_bottom_section')) { ?>
3135
+	if (get_option('geodir_show_search_bottom_section')) { ?>
3136 3136
         <div
3137 3137
             class="<?php
3138
-            /** This action is documented in geodirectory_template_actions.php */
3139
-            echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_search_bottom'); ?>">
3138
+			/** This action is documented in geodirectory_template_actions.php */
3139
+			echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_search_bottom'); ?>">
3140 3140
             <?php dynamic_sidebar('geodir_search_bottom'); ?>
3141 3141
         </div><!-- clearfix ends here-->
3142 3142
     <?php }
@@ -3151,14 +3151,14 @@  discard block
 block discarded – undo
3151 3151
  */
3152 3152
 function geodir_action_search_content_inside()
3153 3153
 {
3154
-    global $gridview_columns;
3155
-    $listing_view = get_option('geodir_search_view');
3156
-    if (strstr($listing_view, 'gridview')) {
3157
-        $gridview_columns = $listing_view;
3158
-        $listing_view_exp = explode('_', $listing_view);
3159
-        $listing_view = $listing_view_exp[0];
3160
-    }
3161
-    geodir_get_template_part('listing', 'listview');
3154
+	global $gridview_columns;
3155
+	$listing_view = get_option('geodir_search_view');
3156
+	if (strstr($listing_view, 'gridview')) {
3157
+		$gridview_columns = $listing_view;
3158
+		$listing_view_exp = explode('_', $listing_view);
3159
+		$listing_view = $listing_view_exp[0];
3160
+	}
3161
+	geodir_get_template_part('listing', 'listview');
3162 3162
 }
3163 3163
 
3164 3164
 add_action('geodir_search_content_inside', 'geodir_action_search_content_inside', 10);
@@ -3174,22 +3174,22 @@  discard block
 block discarded – undo
3174 3174
  */
3175 3175
 function geodir_action_search_content()
3176 3176
 {
3177
-    /** This action is documented in geodirectory_template_actions.php */
3178
-    do_action('geodir_main_content_open', 'search-page', 'geodir-main-content', 'search-page');
3179
-    echo '<div class="clearfix">';
3180
-    /** This action is documented in geodirectory_template_actions.php */
3181
-    do_action('geodir_before_listing');
3182
-    echo '</div>';
3183
-    /**
3184
-     * This is used to add the content to the search page main content.
3185
-     *
3186
-     * @since 1.0.0
3187
-     */
3188
-    do_action('geodir_search_content_inside');
3189
-    /** This action is documented in geodirectory_template_actions.php */
3190
-    do_action('geodir_after_listing');
3191
-    /** This action is documented in geodirectory_template_actions.php */
3192
-    do_action('geodir_main_content_close', 'search-page');
3177
+	/** This action is documented in geodirectory_template_actions.php */
3178
+	do_action('geodir_main_content_open', 'search-page', 'geodir-main-content', 'search-page');
3179
+	echo '<div class="clearfix">';
3180
+	/** This action is documented in geodirectory_template_actions.php */
3181
+	do_action('geodir_before_listing');
3182
+	echo '</div>';
3183
+	/**
3184
+	 * This is used to add the content to the search page main content.
3185
+	 *
3186
+	 * @since 1.0.0
3187
+	 */
3188
+	do_action('geodir_search_content_inside');
3189
+	/** This action is documented in geodirectory_template_actions.php */
3190
+	do_action('geodir_after_listing');
3191
+	/** This action is documented in geodirectory_template_actions.php */
3192
+	do_action('geodir_main_content_close', 'search-page');
3193 3193
 }
3194 3194
 
3195 3195
 ###############################################
@@ -3212,11 +3212,11 @@  discard block
 block discarded – undo
3212 3212
  */
3213 3213
 function geodir_action_geodir_sidebar_home_top()
3214 3214
 {
3215
-    if (get_option('geodir_show_home_top_section')) { ?>
3215
+	if (get_option('geodir_show_home_top_section')) { ?>
3216 3216
         <div
3217 3217
             class="<?php
3218
-            /** This action is documented in geodirectory_template_actions.php */
3219
-            echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_home_top'); ?>">
3218
+			/** This action is documented in geodirectory_template_actions.php */
3219
+			echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_home_top'); ?>">
3220 3220
             <?php dynamic_sidebar('geodir_home_top'); ?>
3221 3221
         </div><!-- clearfix ends here-->
3222 3222
     <?php }
@@ -3232,7 +3232,7 @@  discard block
 block discarded – undo
3232 3232
  */
3233 3233
 function geodir_home_left_section()
3234 3234
 {
3235
-    if (get_option('geodir_show_home_left_section')) { ?>
3235
+	if (get_option('geodir_show_home_left_section')) { ?>
3236 3236
         <div class="geodir-content-left geodir-sidebar-wrap">
3237 3237
             <?php dynamic_sidebar('geodir_home_left'); ?>
3238 3238
         </div><!-- end geodir-content-left -->
@@ -3254,19 +3254,19 @@  discard block
 block discarded – undo
3254 3254
  */
3255 3255
 function geodir_action_home_sidebar_left()
3256 3256
 {
3257
-    if (get_option('geodir_show_home_left_section')) {
3257
+	if (get_option('geodir_show_home_left_section')) {
3258 3258
 // this adds the opening html tags to the primary div, this required the closing tag below :: ($type='',$id='',$class='',$itemtype='')
3259
-        /** This action is documented in geodirectory_template_actions.php */
3260
-        do_action('geodir_sidebar_left_open', 'home-page', 'geodir-sidebar-left', 'geodir-sidebar geodir-sidebar-left geodir-listings-sidebar-left', 'http://schema.org/WPSideBar');
3261
-        /**
3262
-         * This is used to add the content to the home page left sidebar (if active).
3263
-         *
3264
-         * @since 1.0.0
3265
-         */
3266
-        do_action('geodir_home_sidebar_left_inside');
3267
-        /** This action is documented in geodirectory_template_actions.php */
3268
-        do_action('geodir_sidebar_left_close', 'home-page');
3269
-    }
3259
+		/** This action is documented in geodirectory_template_actions.php */
3260
+		do_action('geodir_sidebar_left_open', 'home-page', 'geodir-sidebar-left', 'geodir-sidebar geodir-sidebar-left geodir-listings-sidebar-left', 'http://schema.org/WPSideBar');
3261
+		/**
3262
+		 * This is used to add the content to the home page left sidebar (if active).
3263
+		 *
3264
+		 * @since 1.0.0
3265
+		 */
3266
+		do_action('geodir_home_sidebar_left_inside');
3267
+		/** This action is documented in geodirectory_template_actions.php */
3268
+		do_action('geodir_sidebar_left_close', 'home-page');
3269
+	}
3270 3270
 }
3271 3271
 
3272 3272
 /**
@@ -3279,7 +3279,7 @@  discard block
 block discarded – undo
3279 3279
  */
3280 3280
 function geodir_home_right_section()
3281 3281
 {
3282
-    if (get_option('geodir_show_home_right_section')) { ?>
3282
+	if (get_option('geodir_show_home_right_section')) { ?>
3283 3283
         <div class="geodir-content-right geodir-sidebar-wrap">
3284 3284
             <?php dynamic_sidebar('geodir_home_right'); ?>
3285 3285
         </div><!-- end geodir-content-right -->
@@ -3300,18 +3300,18 @@  discard block
 block discarded – undo
3300 3300
  */
3301 3301
 function geodir_action_home_sidebar_right()
3302 3302
 {
3303
-    if (get_option('geodir_show_home_right_section')) {
3304
-        /** This action is documented in geodirectory_template_actions.php */
3305
-        do_action('geodir_sidebar_right_open', 'home-page', 'geodir-sidebar-right', 'geodir-sidebar-right geodir-listings-sidebar-right', 'http://schema.org/WPSideBar');
3306
-        /**
3307
-         * This is used to add the content to the home page right sidebar (if active).
3308
-         *
3309
-         * @since 1.0.0
3310
-         */
3311
-        do_action('geodir_home_sidebar_right_inside');
3312
-        /** This action is documented in geodirectory_template_actions.php */
3313
-        do_action('geodir_sidebar_right_close', 'home-page');
3314
-    }
3303
+	if (get_option('geodir_show_home_right_section')) {
3304
+		/** This action is documented in geodirectory_template_actions.php */
3305
+		do_action('geodir_sidebar_right_open', 'home-page', 'geodir-sidebar-right', 'geodir-sidebar-right geodir-listings-sidebar-right', 'http://schema.org/WPSideBar');
3306
+		/**
3307
+		 * This is used to add the content to the home page right sidebar (if active).
3308
+		 *
3309
+		 * @since 1.0.0
3310
+		 */
3311
+		do_action('geodir_home_sidebar_right_inside');
3312
+		/** This action is documented in geodirectory_template_actions.php */
3313
+		do_action('geodir_sidebar_right_close', 'home-page');
3314
+	}
3315 3315
 }
3316 3316
 
3317 3317
 /**
@@ -3322,7 +3322,7 @@  discard block
 block discarded – undo
3322 3322
  */
3323 3323
 function geodir_action_home_content_inside()
3324 3324
 {
3325
-    dynamic_sidebar('geodir_home_content');
3325
+	dynamic_sidebar('geodir_home_content');
3326 3326
 }
3327 3327
 
3328 3328
 add_action('geodir_home_content_inside', 'geodir_action_home_content_inside', 10);
@@ -3337,28 +3337,28 @@  discard block
 block discarded – undo
3337 3337
  */
3338 3338
 function geodir_action_home_content()
3339 3339
 {
3340
-    /** This action is documented in geodirectory_template_actions.php */
3341
-    do_action('geodir_main_content_open', 'home-page', 'geodir-main-content', 'home-page');
3342
-    /**
3343
-     * This called before the home page main content.
3344
-     *
3345
-     * @since 1.0.0
3346
-     */
3347
-    do_action('geodir_before_home_content');
3348
-    /**
3349
-     * This is used to add the content to the home page main content.
3350
-     *
3351
-     * @since 1.0.0
3352
-     */
3353
-    do_action('geodir_home_content_inside');
3354
-    /**
3355
-     * This is called after the homepage main content.
3356
-     *
3357
-     * @since 1.0.0
3358
-     */
3359
-    do_action('geodir_after_home_content');
3360
-    /** This action is documented in geodirectory_template_actions.php */
3361
-    do_action('geodir_main_content_close', 'home-page');
3340
+	/** This action is documented in geodirectory_template_actions.php */
3341
+	do_action('geodir_main_content_open', 'home-page', 'geodir-main-content', 'home-page');
3342
+	/**
3343
+	 * This called before the home page main content.
3344
+	 *
3345
+	 * @since 1.0.0
3346
+	 */
3347
+	do_action('geodir_before_home_content');
3348
+	/**
3349
+	 * This is used to add the content to the home page main content.
3350
+	 *
3351
+	 * @since 1.0.0
3352
+	 */
3353
+	do_action('geodir_home_content_inside');
3354
+	/**
3355
+	 * This is called after the homepage main content.
3356
+	 *
3357
+	 * @since 1.0.0
3358
+	 */
3359
+	do_action('geodir_after_home_content');
3360
+	/** This action is documented in geodirectory_template_actions.php */
3361
+	do_action('geodir_main_content_close', 'home-page');
3362 3362
 }
3363 3363
 
3364 3364
 add_action('geodir_sidebar_location_bottom_section', 'geodir_action_sidebar_home_bottom_section', 10);
@@ -3373,11 +3373,11 @@  discard block
 block discarded – undo
3373 3373
  */
3374 3374
 function geodir_action_sidebar_home_bottom_section()
3375 3375
 {
3376
-    if (get_option('geodir_show_home_bottom_section')) { ?>
3376
+	if (get_option('geodir_show_home_bottom_section')) { ?>
3377 3377
         <div
3378 3378
             class="<?php
3379
-            /** This action is documented in geodirectory_template_actions.php */
3380
-            echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_home_bottom'); ?>">
3379
+			/** This action is documented in geodirectory_template_actions.php */
3380
+			echo apply_filters('geodir_full_page_class', 'geodir_full_page clearfix', 'geodir_home_bottom'); ?>">
3381 3381
             <?php dynamic_sidebar('geodir_home_bottom'); ?>
3382 3382
         </div><!-- clearfix ends here-->
3383 3383
     <?php }
@@ -3405,13 +3405,13 @@  discard block
 block discarded – undo
3405 3405
  */
3406 3406
 function geodir_filter_listing_page_title($list_title)
3407 3407
 {
3408
-    if (is_search() && trim(get_search_query()) == '') {
3409
-        $gd_post_type = geodir_get_current_posttype();
3410
-        $post_type_info = get_post_type_object($gd_post_type);
3408
+	if (is_search() && trim(get_search_query()) == '') {
3409
+		$gd_post_type = geodir_get_current_posttype();
3410
+		$post_type_info = get_post_type_object($gd_post_type);
3411 3411
 
3412
-        $list_title = __('Search', 'geodirectory') . ' ' . __(ucfirst($post_type_info->labels->name), 'geodirectory') . __(' :', 'geodirectory');
3413
-    }
3414
-    return $list_title;
3412
+		$list_title = __('Search', 'geodirectory') . ' ' . __(ucfirst($post_type_info->labels->name), 'geodirectory') . __(' :', 'geodirectory');
3413
+	}
3414
+	return $list_title;
3415 3415
 }
3416 3416
 
3417 3417
 add_action('geodir_message_not_found_on_listing', 'geodir_display_message_not_found_on_listing');
@@ -3426,62 +3426,62 @@  discard block
 block discarded – undo
3426 3426
  * @param string $gd_page The geodirectory page type. Default null.
3427 3427
  */
3428 3428
 function geodir_add_page_content( $position = 'before', $gd_page = '' ) {
3429
-    global $post;
3430
-
3431
-    $gd_page_id = NULL;
3432
-    if ($gd_page == 'home-page' && geodir_is_page('home')) {
3433
-        $gd_page_id = geodir_home_page_id();
3434
-    } else if ($gd_page == 'details-page' && geodir_is_page('preview')) {
3435
-        $gd_page_id = geodir_preview_page_id();
3436
-    } else if ($gd_page == 'add-listing-page' && geodir_is_page('add-listing')) {
3437
-        $gd_page_id = geodir_add_listing_page_id();
3438
-    } else if ($gd_page == 'success-page' && geodir_is_page('listing-success')) {
3439
-        $gd_page_id = geodir_success_page_id();
3440
-    } else if ($gd_page == 'location-page' && geodir_is_page('location')) {
3441
-        $gd_page_id = geodir_location_page_id();
3442
-    } else if ($gd_page == 'info-page' && geodir_is_page('info')) {
3443
-        $gd_page_id = geodir_info_page_id();
3444
-    } else if ($gd_page == 'signup-page' && geodir_is_page('login')) {
3445
-        $gd_page_id = geodir_login_page_id();
3446
-    } else if ($gd_page == 'checkout-page' && geodir_is_page('checkout')) {
3447
-        $gd_page_id = geodir_payment_checkout_page_id();
3448
-    } else if ($gd_page == 'invoices-page' && geodir_is_page('invoices')) {
3449
-        $gd_page_id = geodir_payment_invoices_page_id();
3450
-    }
3451
-
3452
-    if (!$gd_page_id > 0) {
3453
-        return;
3454
-    }
3429
+	global $post;
3430
+
3431
+	$gd_page_id = NULL;
3432
+	if ($gd_page == 'home-page' && geodir_is_page('home')) {
3433
+		$gd_page_id = geodir_home_page_id();
3434
+	} else if ($gd_page == 'details-page' && geodir_is_page('preview')) {
3435
+		$gd_page_id = geodir_preview_page_id();
3436
+	} else if ($gd_page == 'add-listing-page' && geodir_is_page('add-listing')) {
3437
+		$gd_page_id = geodir_add_listing_page_id();
3438
+	} else if ($gd_page == 'success-page' && geodir_is_page('listing-success')) {
3439
+		$gd_page_id = geodir_success_page_id();
3440
+	} else if ($gd_page == 'location-page' && geodir_is_page('location')) {
3441
+		$gd_page_id = geodir_location_page_id();
3442
+	} else if ($gd_page == 'info-page' && geodir_is_page('info')) {
3443
+		$gd_page_id = geodir_info_page_id();
3444
+	} else if ($gd_page == 'signup-page' && geodir_is_page('login')) {
3445
+		$gd_page_id = geodir_login_page_id();
3446
+	} else if ($gd_page == 'checkout-page' && geodir_is_page('checkout')) {
3447
+		$gd_page_id = geodir_payment_checkout_page_id();
3448
+	} else if ($gd_page == 'invoices-page' && geodir_is_page('invoices')) {
3449
+		$gd_page_id = geodir_payment_invoices_page_id();
3450
+	}
3451
+
3452
+	if (!$gd_page_id > 0) {
3453
+		return;
3454
+	}
3455 3455
     
3456
-    $display = 'before';
3457
-    /**
3458
-     * Filter the position to display the page content.
3459
-     *
3460
-     * @since 1.6.3
3461
-     *
3462
-     * @param string $display Position to add the post content.
3463
-     * @param string $gd_page The geodirectory page type.
3464
-     */
3465
-    $display = apply_filters('geodir_add_page_content_position', $display, $gd_page);
3466
-
3467
-    if ($position !== $display) {
3468
-        return;
3469
-    }
3470
-
3471
-    $gd_post = $post;
3456
+	$display = 'before';
3457
+	/**
3458
+	 * Filter the position to display the page content.
3459
+	 *
3460
+	 * @since 1.6.3
3461
+	 *
3462
+	 * @param string $display Position to add the post content.
3463
+	 * @param string $gd_page The geodirectory page type.
3464
+	 */
3465
+	$display = apply_filters('geodir_add_page_content_position', $display, $gd_page);
3466
+
3467
+	if ($position !== $display) {
3468
+		return;
3469
+	}
3470
+
3471
+	$gd_post = $post;
3472 3472
     
3473
-    setup_postdata(get_post($gd_page_id));
3473
+	setup_postdata(get_post($gd_page_id));
3474 3474
 
3475
-    if (get_the_content()) {
3476
-        ?>
3475
+	if (get_the_content()) {
3476
+		?>
3477 3477
         <section class="entry-content clearfix" itemprop="articleBody"><?php the_content(); ?></section>
3478 3478
         <?php
3479
-    }
3479
+	}
3480 3480
 
3481
-    $post = $gd_post;
3482
-    if (!empty($gd_post) && is_object($gd_post)) {
3483
-        setup_postdata($gd_post);
3484
-    }
3481
+	$post = $gd_post;
3482
+	if (!empty($gd_post) && is_object($gd_post)) {
3483
+		setup_postdata($gd_post);
3484
+	}
3485 3485
 
3486 3486
 }
3487 3487
 add_action('geodir_add_page_content', 'geodir_add_page_content', 10, 2);
3488 3488
\ No newline at end of file
Please login to merge, or discard this patch.
geodirectory-functions/taxonomy_functions.php 1 patch
Indentation   +1224 added lines, -1224 removed lines patch added patch discarded remove patch
@@ -33,265 +33,265 @@  discard block
 block discarded – undo
33 33
  */
34 34
 function geodir_add_nav_menu_items()
35 35
 {
36
-    $items = '';
37
-    // apply filter to add more navigations // -Filter-Location-Manager
38
-
39
-    if (get_option('geodir_show_listing_nav')) {
40
-
41
-        $menu_class = '';
42
-        if (geodir_is_page('listing'))
43
-            $menu_class = 'current-menu-item';
44
-
45
-
46
-        //SHOW LISTING OF POST TYPE IN MAIN NAVIGATION
47
-        $post_types = geodir_get_posttypes('object');
48
-        $show_post_type_main_nav = get_option('geodir_add_posttype_in_main_nav');
49
-        if (!empty($post_types)) {
50
-            foreach ($post_types as $post_type => $args) {
51
-                if (!empty($show_post_type_main_nav)) {
52
-                    if (in_array($post_type, $show_post_type_main_nav)) {
53
-                        if (get_post_type_archive_link($post_type)) {
54
-                            $menu_class = '';
55
-                            if (geodir_get_current_posttype() == $post_type && geodir_is_page('listing'))
56
-                                $menu_class = 'current-menu-item';
57
-                            /**
58
-                             * Filter the menu li class.
59
-                             *
60
-                             * @since 1.0.0
61
-                             * @param string $menu_class The menu HTML class.
62
-                             */
63
-                            $li_class = apply_filters('geodir_menu_li_class', 'menu-item ' . $menu_class);
64
-                            /**
65
-                             * Filter the menu a class.
66
-                             *
67
-                             * @since 1.0.0
68
-                             */
69
-                            $a_class = apply_filters('geodir_menu_a_class', '');
70
-                            $items .= '<li class="' . $li_class . '">
36
+	$items = '';
37
+	// apply filter to add more navigations // -Filter-Location-Manager
38
+
39
+	if (get_option('geodir_show_listing_nav')) {
40
+
41
+		$menu_class = '';
42
+		if (geodir_is_page('listing'))
43
+			$menu_class = 'current-menu-item';
44
+
45
+
46
+		//SHOW LISTING OF POST TYPE IN MAIN NAVIGATION
47
+		$post_types = geodir_get_posttypes('object');
48
+		$show_post_type_main_nav = get_option('geodir_add_posttype_in_main_nav');
49
+		if (!empty($post_types)) {
50
+			foreach ($post_types as $post_type => $args) {
51
+				if (!empty($show_post_type_main_nav)) {
52
+					if (in_array($post_type, $show_post_type_main_nav)) {
53
+						if (get_post_type_archive_link($post_type)) {
54
+							$menu_class = '';
55
+							if (geodir_get_current_posttype() == $post_type && geodir_is_page('listing'))
56
+								$menu_class = 'current-menu-item';
57
+							/**
58
+							 * Filter the menu li class.
59
+							 *
60
+							 * @since 1.0.0
61
+							 * @param string $menu_class The menu HTML class.
62
+							 */
63
+							$li_class = apply_filters('geodir_menu_li_class', 'menu-item ' . $menu_class);
64
+							/**
65
+							 * Filter the menu a class.
66
+							 *
67
+							 * @since 1.0.0
68
+							 */
69
+							$a_class = apply_filters('geodir_menu_a_class', '');
70
+							$items .= '<li class="' . $li_class . '">
71 71
 									<a href="' . get_post_type_archive_link($post_type) . '" class="' . $a_class . '">
72 72
 										' . __(ucfirst($args->labels->name),'geodirectory') . '
73 73
 									</a>
74 74
 								</li>';
75
-                        }
76
-                    }
77
-                }
78
-            }
79
-        }
80
-        //END LISTING OF POST TYPE IN MAIN NAVIGATION
81
-
82
-        $view_posttype_listing = get_option('geodir_add_posttype_in_listing_nav');
83
-        $is_listing_sub_meny_exists = (!empty($view_posttype_listing)) ? true : false;
84
-        if ($is_listing_sub_meny_exists) {
85
-            /**
86
-             * Filter the menu li class.
87
-             *
88
-             * @since 1.0.0
89
-             * @param string $menu_class The menu HTML class.
90
-             */
91
-            $li_class = apply_filters('geodir_menu_li_class', 'menu-item menu-item-has-children menu-gd-listings ' . $menu_class);
92
-            /**
93
-             * Filter the sub menu li class.
94
-             *
95
-             * @since 1.0.0
96
-             * @param string $menu_class The menu HTML class.
97
-             */
98
-            $sub_li_class = apply_filters('geodir_sub_menu_li_class', 'menu-item ' . $menu_class);
99
-            /**
100
-             * Filter the sub menu ul class.
101
-             *
102
-             * @since 1.0.0
103
-             */
104
-            $sub_ul_class = apply_filters('geodir_sub_menu_ul_class', 'sub-menu');
105
-            /**
106
-             * Filter the menu a class.
107
-             *
108
-             * @since 1.0.0
109
-             */
110
-            $a_class = apply_filters('geodir_menu_a_class', '');
111
-            /**
112
-             * Filter the sub menu a class.
113
-             *
114
-             * @since 1.0.0
115
-             */
116
-            $sub_a_class = apply_filters('geodir_sub_menu_a_class', '');
117
-            $items .= '<li class="' . $li_class . '">
75
+						}
76
+					}
77
+				}
78
+			}
79
+		}
80
+		//END LISTING OF POST TYPE IN MAIN NAVIGATION
81
+
82
+		$view_posttype_listing = get_option('geodir_add_posttype_in_listing_nav');
83
+		$is_listing_sub_meny_exists = (!empty($view_posttype_listing)) ? true : false;
84
+		if ($is_listing_sub_meny_exists) {
85
+			/**
86
+			 * Filter the menu li class.
87
+			 *
88
+			 * @since 1.0.0
89
+			 * @param string $menu_class The menu HTML class.
90
+			 */
91
+			$li_class = apply_filters('geodir_menu_li_class', 'menu-item menu-item-has-children menu-gd-listings ' . $menu_class);
92
+			/**
93
+			 * Filter the sub menu li class.
94
+			 *
95
+			 * @since 1.0.0
96
+			 * @param string $menu_class The menu HTML class.
97
+			 */
98
+			$sub_li_class = apply_filters('geodir_sub_menu_li_class', 'menu-item ' . $menu_class);
99
+			/**
100
+			 * Filter the sub menu ul class.
101
+			 *
102
+			 * @since 1.0.0
103
+			 */
104
+			$sub_ul_class = apply_filters('geodir_sub_menu_ul_class', 'sub-menu');
105
+			/**
106
+			 * Filter the menu a class.
107
+			 *
108
+			 * @since 1.0.0
109
+			 */
110
+			$a_class = apply_filters('geodir_menu_a_class', '');
111
+			/**
112
+			 * Filter the sub menu a class.
113
+			 *
114
+			 * @since 1.0.0
115
+			 */
116
+			$sub_a_class = apply_filters('geodir_sub_menu_a_class', '');
117
+			$items .= '<li class="' . $li_class . '">
118 118
 					<a href="#" class="' . $a_class . '">' . __('Listing', 'geodirectory') . '</a>
119 119
 					<ul class="' . $sub_ul_class . '">';
120
-            $post_types = geodir_get_posttypes('object');
120
+			$post_types = geodir_get_posttypes('object');
121 121
 
122
-            $show_listing_post_types = get_option('geodir_add_posttype_in_listing_nav');
122
+			$show_listing_post_types = get_option('geodir_add_posttype_in_listing_nav');
123 123
 
124
-            if (!empty($post_types)) {
125
-                global $geodir_add_location_url;
126
-                $geodir_add_location_url = true;
127
-                foreach ($post_types as $post_type => $args) {
128
-                    if (!empty($show_listing_post_types)) {
129
-                        if (in_array($post_type, $show_listing_post_types)) {
130
-                            if (get_post_type_archive_link($post_type)) {
124
+			if (!empty($post_types)) {
125
+				global $geodir_add_location_url;
126
+				$geodir_add_location_url = true;
127
+				foreach ($post_types as $post_type => $args) {
128
+					if (!empty($show_listing_post_types)) {
129
+						if (in_array($post_type, $show_listing_post_types)) {
130
+							if (get_post_type_archive_link($post_type)) {
131 131
 
132
-                                $menu_class = '';
133
-                                if (geodir_get_current_posttype() == $post_type && geodir_is_page('listing'))
134
-                                    $menu_class = 'current-menu-item';
132
+								$menu_class = '';
133
+								if (geodir_get_current_posttype() == $post_type && geodir_is_page('listing'))
134
+									$menu_class = 'current-menu-item';
135 135
 
136
-                                $items .= '<li class="' . $sub_li_class . '">
136
+								$items .= '<li class="' . $sub_li_class . '">
137 137
 														<a href="' . get_post_type_archive_link($post_type) . '" class="' . $sub_a_class . '">
138 138
 															' . __(ucfirst($args->labels->name),'geodirectory') . '
139 139
 														</a>
140 140
 													</li>';
141
-                            }
142
-                        }
143
-                    }
144
-                }
145
-                $geodir_add_location_url = NULL;
146
-            }
141
+							}
142
+						}
143
+					}
144
+				}
145
+				$geodir_add_location_url = NULL;
146
+			}
147 147
 
148
-            $items .= '	</ul> ';
149
-            /**
150
-             * Filter called after the sub menu closing ul tag for dynamic added menu items.
151
-             *
152
-             * @since 1.5.9
153
-             */
154
-            $items .= apply_filters('geodir_menu_after_sub_ul','');
155
-            $items .= '</li>';
156
-        }
157
-    }
158
-
159
-    if (get_option('geodir_show_addlisting_nav')) {
160
-
161
-        $menu_class = '';
162
-        if (geodir_is_page('add-listing'))
163
-            $menu_class = 'current-menu-item';
164
-
165
-        //SHOW ADD LISTING POST TYPE IN MAIN NAVIGATION
166
-        $post_types = geodir_get_posttypes('object');
167
-        $show_add_listing_post_types_main_nav = get_option('geodir_add_listing_link_main_nav');
168
-        $geodir_allow_posttype_frontend = get_option('geodir_allow_posttype_frontend');
169
-
170
-        if (!empty($post_types)) {
171
-            foreach ($post_types as $post_type => $args) {
172
-                if (!empty($geodir_allow_posttype_frontend)) {
173
-                    if (in_array($post_type, $geodir_allow_posttype_frontend)) {
174
-                        if (!empty($show_add_listing_post_types_main_nav)) {
175
-                            if (in_array($post_type, $show_add_listing_post_types_main_nav)) {
176
-                                if (geodir_get_addlisting_link($post_type)) {
177
-
178
-                                    $menu_class = '';
179
-                                    if (geodir_get_current_posttype() == $post_type && geodir_is_page('add-listing'))
180
-                                        $menu_class = 'current-menu-item';
181
-                                    /**
182
-                                     * Filter the menu li class.
183
-                                     *
184
-                                     * @since 1.0.0
185
-                                     * @param string $menu_class The menu HTML class.
186
-                                     */
187
-                                    $li_class = apply_filters('geodir_menu_li_class', 'menu-item ' . $menu_class);
188
-                                    /**
189
-                                     * Filter the menu a class.
190
-                                     *
191
-                                     * @since 1.0.0
192
-                                     */
193
-                                    $a_class = apply_filters('geodir_menu_a_class', '');
194
-                                    $cpt_name = __($args->labels->singular_name, 'geodirectory');
195
-                                    $items .= '<li class="' . $li_class . '">
148
+			$items .= '	</ul> ';
149
+			/**
150
+			 * Filter called after the sub menu closing ul tag for dynamic added menu items.
151
+			 *
152
+			 * @since 1.5.9
153
+			 */
154
+			$items .= apply_filters('geodir_menu_after_sub_ul','');
155
+			$items .= '</li>';
156
+		}
157
+	}
158
+
159
+	if (get_option('geodir_show_addlisting_nav')) {
160
+
161
+		$menu_class = '';
162
+		if (geodir_is_page('add-listing'))
163
+			$menu_class = 'current-menu-item';
164
+
165
+		//SHOW ADD LISTING POST TYPE IN MAIN NAVIGATION
166
+		$post_types = geodir_get_posttypes('object');
167
+		$show_add_listing_post_types_main_nav = get_option('geodir_add_listing_link_main_nav');
168
+		$geodir_allow_posttype_frontend = get_option('geodir_allow_posttype_frontend');
169
+
170
+		if (!empty($post_types)) {
171
+			foreach ($post_types as $post_type => $args) {
172
+				if (!empty($geodir_allow_posttype_frontend)) {
173
+					if (in_array($post_type, $geodir_allow_posttype_frontend)) {
174
+						if (!empty($show_add_listing_post_types_main_nav)) {
175
+							if (in_array($post_type, $show_add_listing_post_types_main_nav)) {
176
+								if (geodir_get_addlisting_link($post_type)) {
177
+
178
+									$menu_class = '';
179
+									if (geodir_get_current_posttype() == $post_type && geodir_is_page('add-listing'))
180
+										$menu_class = 'current-menu-item';
181
+									/**
182
+									 * Filter the menu li class.
183
+									 *
184
+									 * @since 1.0.0
185
+									 * @param string $menu_class The menu HTML class.
186
+									 */
187
+									$li_class = apply_filters('geodir_menu_li_class', 'menu-item ' . $menu_class);
188
+									/**
189
+									 * Filter the menu a class.
190
+									 *
191
+									 * @since 1.0.0
192
+									 */
193
+									$a_class = apply_filters('geodir_menu_a_class', '');
194
+									$cpt_name = __($args->labels->singular_name, 'geodirectory');
195
+									$items .= '<li class="' . $li_class . '">
196 196
 											<a href="' . geodir_get_addlisting_link($post_type) . '" class="' . $a_class . '">
197 197
 												' . sprintf( __('Add %s', 'geodirectory'), $cpt_name ) . '
198 198
 											</a>
199 199
 										</li>';
200
-                                }
201
-                            }
202
-                        }
203
-                    }
204
-                }
205
-            }
206
-        }
207
-        //END SHOW ADD LISTING POST TYPE IN MAIN NAVIGATION
208
-    }
209
-
210
-    $view_add_posttype_listing = get_option('geodir_add_listing_link_add_listing_nav');
211
-    $is_add_listing_sub_meny_exists = (!empty($view_add_posttype_listing)) ? true : false;
212
-    if ($is_add_listing_sub_meny_exists) {
213
-
214
-        if (get_option('geodir_show_addlisting_nav')) {
215
-            /**
216
-             * Filter the menu li class.
217
-             *
218
-             * @since 1.0.0
219
-             * @param string $menu_class The menu HTML class.
220
-             */
221
-            $li_class = apply_filters('geodir_menu_li_class', 'menu-item menu-item-has-children menu-gd-add-listing ' . $menu_class);
222
-            /**
223
-             * Filter the sub menu li class.
224
-             *
225
-             * @since 1.0.0
226
-             * @param string $menu_class The menu HTML class.
227
-             */
228
-            $sub_li_class = apply_filters('geodir_sub_menu_li_class', 'menu-item ' . $menu_class);
229
-            /**
230
-             * Filter the sub menu ul class.
231
-             *
232
-             * @since 1.0.0
233
-             */
234
-            $sub_ul_class = apply_filters('geodir_sub_menu_ul_class', 'sub-menu');
235
-            /**
236
-             * Filter the menu a class.
237
-             *
238
-             * @since 1.0.0
239
-             */
240
-            $a_class = apply_filters('geodir_menu_a_class', '');
241
-            /**
242
-             * Filter the sub menu a class.
243
-             *
244
-             * @since 1.0.0
245
-             */
246
-            $sub_a_class = apply_filters('geodir_sub_menu_a_class', '');
247
-            $items .= '<li  class="' . $li_class . '">
200
+								}
201
+							}
202
+						}
203
+					}
204
+				}
205
+			}
206
+		}
207
+		//END SHOW ADD LISTING POST TYPE IN MAIN NAVIGATION
208
+	}
209
+
210
+	$view_add_posttype_listing = get_option('geodir_add_listing_link_add_listing_nav');
211
+	$is_add_listing_sub_meny_exists = (!empty($view_add_posttype_listing)) ? true : false;
212
+	if ($is_add_listing_sub_meny_exists) {
213
+
214
+		if (get_option('geodir_show_addlisting_nav')) {
215
+			/**
216
+			 * Filter the menu li class.
217
+			 *
218
+			 * @since 1.0.0
219
+			 * @param string $menu_class The menu HTML class.
220
+			 */
221
+			$li_class = apply_filters('geodir_menu_li_class', 'menu-item menu-item-has-children menu-gd-add-listing ' . $menu_class);
222
+			/**
223
+			 * Filter the sub menu li class.
224
+			 *
225
+			 * @since 1.0.0
226
+			 * @param string $menu_class The menu HTML class.
227
+			 */
228
+			$sub_li_class = apply_filters('geodir_sub_menu_li_class', 'menu-item ' . $menu_class);
229
+			/**
230
+			 * Filter the sub menu ul class.
231
+			 *
232
+			 * @since 1.0.0
233
+			 */
234
+			$sub_ul_class = apply_filters('geodir_sub_menu_ul_class', 'sub-menu');
235
+			/**
236
+			 * Filter the menu a class.
237
+			 *
238
+			 * @since 1.0.0
239
+			 */
240
+			$a_class = apply_filters('geodir_menu_a_class', '');
241
+			/**
242
+			 * Filter the sub menu a class.
243
+			 *
244
+			 * @since 1.0.0
245
+			 */
246
+			$sub_a_class = apply_filters('geodir_sub_menu_a_class', '');
247
+			$items .= '<li  class="' . $li_class . '">
248 248
 					<a href="#" class="' . $a_class . '">' . __('Add Listing', 'geodirectory') . '</a>
249 249
 					<ul class="' . $sub_ul_class . '">';
250 250
 
251
-            $post_types = geodir_get_posttypes('object');
252
-
253
-            $show_add_listing_post_types = get_option('geodir_add_listing_link_add_listing_nav');
254
-
255
-            if (!empty($post_types)) {
256
-                foreach ($post_types as $post_type => $args) {
257
-                    if (!empty($geodir_allow_posttype_frontend)) {
258
-                        if (in_array($post_type, $geodir_allow_posttype_frontend)) {
259
-                            if (!empty($show_add_listing_post_types)) {
260
-                                if (in_array($post_type, $show_add_listing_post_types)) {
261
-                                    if (geodir_get_addlisting_link($post_type)) {
262
-
263
-                                        $menu_class = '';
264
-                                        if (geodir_get_current_posttype() == $post_type && geodir_is_page('add-listing'))
265
-                                            $menu_class = 'current-menu-item';
266
-                                        /**
267
-                                         * Filter the menu li class.
268
-                                         *
269
-                                         * @since 1.0.0
270
-                                         * @param string $menu_class The menu HTML class.
271
-                                         */
272
-                                        $li_class = apply_filters('geodir_menu_li_class', 'menu-item ' . $menu_class);
273
-                                        $cpt_name = __($args->labels->singular_name, 'geodirectory');
274
-                                        $items .= '<li class="' . $li_class . '">
251
+			$post_types = geodir_get_posttypes('object');
252
+
253
+			$show_add_listing_post_types = get_option('geodir_add_listing_link_add_listing_nav');
254
+
255
+			if (!empty($post_types)) {
256
+				foreach ($post_types as $post_type => $args) {
257
+					if (!empty($geodir_allow_posttype_frontend)) {
258
+						if (in_array($post_type, $geodir_allow_posttype_frontend)) {
259
+							if (!empty($show_add_listing_post_types)) {
260
+								if (in_array($post_type, $show_add_listing_post_types)) {
261
+									if (geodir_get_addlisting_link($post_type)) {
262
+
263
+										$menu_class = '';
264
+										if (geodir_get_current_posttype() == $post_type && geodir_is_page('add-listing'))
265
+											$menu_class = 'current-menu-item';
266
+										/**
267
+										 * Filter the menu li class.
268
+										 *
269
+										 * @since 1.0.0
270
+										 * @param string $menu_class The menu HTML class.
271
+										 */
272
+										$li_class = apply_filters('geodir_menu_li_class', 'menu-item ' . $menu_class);
273
+										$cpt_name = __($args->labels->singular_name, 'geodirectory');
274
+										$items .= '<li class="' . $li_class . '">
275 275
 														<a href="' . geodir_get_addlisting_link($post_type) . '" class="' . $sub_a_class . '">
276 276
 															' . sprintf( __('Add %s', 'geodirectory'), $cpt_name ) . '
277 277
 														</a>
278 278
 													</li>';
279
-                                    }
280
-                                }
281
-                            }
282
-                        }
283
-                    }
284
-                }
285
-            }
279
+									}
280
+								}
281
+							}
282
+						}
283
+					}
284
+				}
285
+			}
286 286
 
287
-            $items .= '	</ul> ';
288
-            $items .= apply_filters('geodir_menu_after_sub_ul','');
289
-            $items .= '</li>';
287
+			$items .= '	</ul> ';
288
+			$items .= apply_filters('geodir_menu_after_sub_ul','');
289
+			$items .= '</li>';
290 290
 
291
-        }
292
-    }
293
-    // apply filter to add more navigations // -Filter-Location-Manager
294
-    return $items;
291
+		}
292
+	}
293
+	// apply filter to add more navigations // -Filter-Location-Manager
294
+	return $items;
295 295
 }
296 296
 
297 297
 
@@ -309,20 +309,20 @@  discard block
 block discarded – undo
309 309
  */
310 310
 function geodir_pagemenu_items($menu, $args)
311 311
 {
312
-    $locations = get_nav_menu_locations();
313
-    $geodir_theme_location = get_option('geodir_theme_location_nav');
314
-    $geodir_theme_location_nav = array();
315
-    if (empty($locations) && empty($geodir_theme_location)) {
316
-        $menu = str_replace("</ul></div>", geodir_add_nav_menu_items() . "</ul></div>", $menu);
317
-        $geodir_theme_location_nav[] = $args['theme_location'];
318
-        update_option('geodir_theme_location_nav', $geodir_theme_location_nav);
319
-    }
320
-    //else if(empty($geodir_theme_location)) // It means 'Show geodirectory navigation in selected menu locations' is not set yet.
312
+	$locations = get_nav_menu_locations();
313
+	$geodir_theme_location = get_option('geodir_theme_location_nav');
314
+	$geodir_theme_location_nav = array();
315
+	if (empty($locations) && empty($geodir_theme_location)) {
316
+		$menu = str_replace("</ul></div>", geodir_add_nav_menu_items() . "</ul></div>", $menu);
317
+		$geodir_theme_location_nav[] = $args['theme_location'];
318
+		update_option('geodir_theme_location_nav', $geodir_theme_location_nav);
319
+	}
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
-    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);
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);
324 324
 
325
-    return $menu;
325
+	return $menu;
326 326
 
327 327
 }
328 328
 
@@ -342,18 +342,18 @@  discard block
 block discarded – undo
342 342
 function geodir_menu_items($items, $args)
343 343
 {
344 344
 
345
-    $location = $args->theme_location;
345
+	$location = $args->theme_location;
346 346
 
347
-    $geodir_theme_location = get_option('geodir_theme_location_nav');
347
+	$geodir_theme_location = get_option('geodir_theme_location_nav');
348 348
 
349
-    if (has_nav_menu($location) == '1' && is_array($geodir_theme_location) && in_array($location, $geodir_theme_location)) {
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();
352
-        return $items;
351
+		$items = $items . geodir_add_nav_menu_items();
352
+		return $items;
353 353
 
354
-    } else {
355
-        return $items;
356
-    }
354
+	} else {
355
+		return $items;
356
+	}
357 357
 }
358 358
 
359 359
 /**
@@ -368,25 +368,25 @@  discard block
 block discarded – undo
368 368
  */
369 369
 function geodir_get_category_all_array()
370 370
 {
371
-    global $wpdb;
372
-    $return_array = array();
373
-
374
-    $taxonomies = geodir_get_taxonomies();
375
-    $taxonomies = implode("','", $taxonomies);
376
-    $taxonomies = "'" . $taxonomies . "'";
377
-
378
-    $pn_categories = $wpdb->get_results(
379
-        $wpdb->prepare(
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)
382
-        )
383
-    );
384
-
385
-    foreach ($pn_categories as $pn_categories_obj) {
386
-        $return_array[] = array("id" => $pn_categories_obj->cat_ID,
387
-            "title" => $pn_categories_obj->name,);
388
-    }
389
-    return $return_array;
371
+	global $wpdb;
372
+	$return_array = array();
373
+
374
+	$taxonomies = geodir_get_taxonomies();
375
+	$taxonomies = implode("','", $taxonomies);
376
+	$taxonomies = "'" . $taxonomies . "'";
377
+
378
+	$pn_categories = $wpdb->get_results(
379
+		$wpdb->prepare(
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)
382
+		)
383
+	);
384
+
385
+	foreach ($pn_categories as $pn_categories_obj) {
386
+		$return_array[] = array("id" => $pn_categories_obj->cat_ID,
387
+			"title" => $pn_categories_obj->name,);
388
+	}
389
+	return $return_array;
390 390
 }
391 391
 
392 392
 
@@ -401,41 +401,41 @@  discard block
 block discarded – undo
401 401
  */
402 402
 function geodir_get_current_posttype()
403 403
 {
404
-    global $wp_query, $geodir_post_type;
404
+	global $wp_query, $geodir_post_type;
405 405
 
406
-    $geodir_post_type = get_query_var('post_type');
406
+	$geodir_post_type = get_query_var('post_type');
407 407
 
408
-    if (geodir_is_page('add-listing') || geodir_is_page('preview')) {
409
-        if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '')
410
-            $geodir_post_type = get_post_type((int)$_REQUEST['pid']);
411
-        elseif (isset($_REQUEST['listing_type']))
412
-            $geodir_post_type = sanitize_text_field($_REQUEST['listing_type']);
413
-    }
408
+	if (geodir_is_page('add-listing') || geodir_is_page('preview')) {
409
+		if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '')
410
+			$geodir_post_type = get_post_type((int)$_REQUEST['pid']);
411
+		elseif (isset($_REQUEST['listing_type']))
412
+			$geodir_post_type = sanitize_text_field($_REQUEST['listing_type']);
413
+	}
414 414
 
415
-    if ((geodir_is_page('search') || geodir_is_page('author')) && isset($_REQUEST['stype']))
416
-        $geodir_post_type = sanitize_text_field($_REQUEST['stype']);
415
+	if ((geodir_is_page('search') || geodir_is_page('author')) && isset($_REQUEST['stype']))
416
+		$geodir_post_type = sanitize_text_field($_REQUEST['stype']);
417 417
 
418
-    if (is_tax())
419
-        $geodir_post_type = geodir_get_taxonomy_posttype();
418
+	if (is_tax())
419
+		$geodir_post_type = geodir_get_taxonomy_posttype();
420 420
 
421 421
 
422
-    $all_postypes = geodir_get_posttypes();
423
-    $all_postypes = stripslashes_deep($all_postypes);
422
+	$all_postypes = geodir_get_posttypes();
423
+	$all_postypes = stripslashes_deep($all_postypes);
424 424
 
425
-    if (is_array($all_postypes) && !in_array($geodir_post_type, $all_postypes))
426
-        $geodir_post_type = '';
425
+	if (is_array($all_postypes) && !in_array($geodir_post_type, $all_postypes))
426
+		$geodir_post_type = '';
427 427
 
428
-    if( defined( 'DOING_AJAX' ) && isset($_REQUEST['stype'])){
429
-        $geodir_post_type = sanitize_text_field($_REQUEST['stype']);
430
-    }
428
+	if( defined( 'DOING_AJAX' ) && isset($_REQUEST['stype'])){
429
+		$geodir_post_type = sanitize_text_field($_REQUEST['stype']);
430
+	}
431 431
 
432 432
 
433
-    /**
434
-     * Filter the default CPT return.
435
-     *
436
-     * @since 1.6.9
437
-     */
438
-    return apply_filters('geodir_get_current_posttype',$geodir_post_type);
433
+	/**
434
+	 * Filter the default CPT return.
435
+	 *
436
+	 * @since 1.6.9
437
+	 */
438
+	return apply_filters('geodir_get_current_posttype',$geodir_post_type);
439 439
 }
440 440
 
441 441
 /**
@@ -449,22 +449,22 @@  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' ) );
453
-
454
-    $stype = false;
455
-    foreach ( $post_types as $post_type => $info ) {
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 ) {
459
-            $stype = $post_type; break;
460
-        }
461
-    }
462
-
463
-    if(!$stype){
464
-        $stype = 'gd_place';
465
-    }
466
-
467
-    return $stype;
452
+	$post_types = apply_filters( 'geodir_get_default_posttype', geodir_get_posttypes( 'object' ) );
453
+
454
+	$stype = false;
455
+	foreach ( $post_types as $post_type => $info ) {
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 ) {
459
+			$stype = $post_type; break;
460
+		}
461
+	}
462
+
463
+	if(!$stype){
464
+		$stype = 'gd_place';
465
+	}
466
+
467
+	return $stype;
468 468
 }
469 469
 
470 470
 /**
@@ -478,21 +478,21 @@  discard block
 block discarded – undo
478 478
  */
479 479
 function geodir_get_posttypes($output = 'names')
480 480
 {
481
-    $post_types = array();
482
-    $post_types = get_option('geodir_post_types');
483
-    $post_types = stripslashes_deep($post_types);
484
-    if (!empty($post_types)) {
485
-        switch ($output):
486
-            case 'object':
487
-            case 'Object':
488
-                $post_types = json_decode(json_encode($post_types), FALSE);//(object)$post_types;
489
-                break;
490
-            case 'array':
491
-            case 'Array':
492
-                $post_types = (array)$post_types;
493
-                break;
481
+	$post_types = array();
482
+	$post_types = get_option('geodir_post_types');
483
+	$post_types = stripslashes_deep($post_types);
484
+	if (!empty($post_types)) {
485
+		switch ($output):
486
+			case 'object':
487
+			case 'Object':
488
+				$post_types = json_decode(json_encode($post_types), FALSE);//(object)$post_types;
489
+				break;
490
+			case 'array':
491
+			case 'Array':
492
+				$post_types = (array)$post_types;
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)) {
@@ -501,17 +501,17 @@  discard block
 block discarded – undo
501 501
 					}
502 502
 				}
503 503
 				$post_types = $options;
504
-                break;
505
-            default:
506
-                $post_types = array_keys($post_types);
507
-                break;
508
-        endswitch;
509
-    }
510
-
511
-    if (!empty($post_types))
512
-        return $post_types;
513
-    else
514
-        return array();
504
+				break;
505
+			default:
506
+				$post_types = array_keys($post_types);
507
+				break;
508
+		endswitch;
509
+	}
510
+
511
+	if (!empty($post_types))
512
+		return $post_types;
513
+	else
514
+		return array();
515 515
 }
516 516
 
517 517
 /**
@@ -524,108 +524,108 @@  discard block
 block discarded – undo
524 524
  */
525 525
 function geodir_get_posttype_info($post_type = '')
526 526
 {
527
-    $post_types = array();
528
-    $post_types = get_option('geodir_post_types');
529
-    $post_types = stripslashes_deep($post_types);
530
-    if (!empty($post_types) && $post_type != '') {
531
-        return $post_types[$post_type];
532
-    } else
533
-        return false;
527
+	$post_types = array();
528
+	$post_types = get_option('geodir_post_types');
529
+	$post_types = stripslashes_deep($post_types);
530
+	if (!empty($post_types) && $post_type != '') {
531
+		return $post_types[$post_type];
532
+	} else
533
+		return false;
534 534
 }
535 535
 
536 536
 if (!function_exists('geodir_get_taxonomies')) {
537
-    /**
538
-     * Get all custom taxonomies.
539
-     *
540
-     * @since 1.0.0
541
-     * @package GeoDirectory
542
-     * @param string $post_type The post type.
543
-     * @param bool $tages_taxonomies Is this a tag taxonomy?. Default: false.
544
-     * @return array|bool Taxonomies on success. false on failure.
545
-     */
546
-    function geodir_get_taxonomies($post_type = '', $tages_taxonomies = false)
547
-    {
537
+	/**
538
+	 * Get all custom taxonomies.
539
+	 *
540
+	 * @since 1.0.0
541
+	 * @package GeoDirectory
542
+	 * @param string $post_type The post type.
543
+	 * @param bool $tages_taxonomies Is this a tag taxonomy?. Default: false.
544
+	 * @return array|bool Taxonomies on success. false on failure.
545
+	 */
546
+	function geodir_get_taxonomies($post_type = '', $tages_taxonomies = false)
547
+	{
548 548
 
549
-        $taxonomies = array();
550
-        $gd_taxonomies = array();
549
+		$taxonomies = array();
550
+		$gd_taxonomies = array();
551 551
 
552
-        if ($taxonomies = get_option('geodir_taxonomies')) {
552
+		if ($taxonomies = get_option('geodir_taxonomies')) {
553 553
 
554 554
 
555
-            $gd_taxonomies = array_keys($taxonomies);
555
+			$gd_taxonomies = array_keys($taxonomies);
556 556
 
557 557
 
558
-            if ($post_type != '')
559
-                $gd_taxonomies = array();
558
+			if ($post_type != '')
559
+				$gd_taxonomies = array();
560 560
 
561
-            $i = 0;
562
-            foreach ($taxonomies as $taxonomy => $args) {
561
+			$i = 0;
562
+			foreach ($taxonomies as $taxonomy => $args) {
563 563
 
564
-                if ($post_type != '' && $args['object_type'] == $post_type)
565
-                    $gd_taxonomies[] = $taxonomy;
564
+				if ($post_type != '' && $args['object_type'] == $post_type)
565
+					$gd_taxonomies[] = $taxonomy;
566 566
 
567
-                if ($tages_taxonomies === false && strpos($taxonomy, '_tag') !== false) {
568
-                    if (array_search($taxonomy, $gd_taxonomies) !== false)
569
-                        unset($gd_taxonomies[array_search($taxonomy, $gd_taxonomies)]);
570
-                }
567
+				if ($tages_taxonomies === false && strpos($taxonomy, '_tag') !== false) {
568
+					if (array_search($taxonomy, $gd_taxonomies) !== false)
569
+						unset($gd_taxonomies[array_search($taxonomy, $gd_taxonomies)]);
570
+				}
571 571
 
572
-            }
572
+			}
573
+
574
+			$gd_taxonomies = array_values($gd_taxonomies);
575
+		}
573 576
 
574
-            $gd_taxonomies = array_values($gd_taxonomies);
575
-        }
576
-
577
-        /**
578
-         * Filter the taxonomies.
579
-         *
580
-         * @since 1.0.0
581
-         * @param array $gd_taxonomies The taxonomy array.
582
-         */
583
-        $taxonomies = apply_filters('geodir_taxonomy', $gd_taxonomies);
584
-
585
-        if (!empty($taxonomies)) {
586
-            return $taxonomies;
587
-        } else {
588
-            return false;
589
-        }
590
-    }
577
+		/**
578
+		 * Filter the taxonomies.
579
+		 *
580
+		 * @since 1.0.0
581
+		 * @param array $gd_taxonomies The taxonomy array.
582
+		 */
583
+		$taxonomies = apply_filters('geodir_taxonomy', $gd_taxonomies);
584
+
585
+		if (!empty($taxonomies)) {
586
+			return $taxonomies;
587
+		} else {
588
+			return false;
589
+		}
590
+	}
591 591
 }
592 592
 
593 593
 if (!function_exists(' geodir_get_categories_dl')) {
594
-    /**
595
-     * Get categories dropdown HTML.
596
-     *
597
-     * @since 1.0.0
598
-     * @package GeoDirectory
599
-     * @param string $post_type The post type.
600
-     * @param string $selected The selected value.
601
-     * @param bool $tages_taxonomies Is this a tag taxonomy?. Default: false.
602
-     * @param bool $echo Prints the HTML when set to true. Default: true.
603
-     * @return void|string Dropdown HTML.
604
-     */
605
-    function  geodir_get_categories_dl($post_type = '', $selected = '', $tages_taxonomies = false, $echo = true)
606
-    {
607
-
608
-        $html = '';
609
-        $taxonomies = geodir_get_taxonomies($post_type, $tages_taxonomies);
610
-
611
-        $categories = get_terms($taxonomies);
612
-
613
-        $html .= '<option value="0">' . __('All', 'geodirectory') . '</option>';
614
-
615
-        foreach ($categories as $category_obj) {
616
-            $select_opt = '';
617
-            if ($selected == $category_obj->term_id) {
618
-                $select_opt = 'selected="selected"';
619
-            }
620
-            $html .= '<option ' . $select_opt . ' value="' . $category_obj->term_id . '">'
621
-                . ucfirst($category_obj->name) . '</option>';
622
-        }
623
-
624
-        if ($echo)
625
-            echo $html;
626
-        else
627
-            return $html;
628
-    }
594
+	/**
595
+	 * Get categories dropdown HTML.
596
+	 *
597
+	 * @since 1.0.0
598
+	 * @package GeoDirectory
599
+	 * @param string $post_type The post type.
600
+	 * @param string $selected The selected value.
601
+	 * @param bool $tages_taxonomies Is this a tag taxonomy?. Default: false.
602
+	 * @param bool $echo Prints the HTML when set to true. Default: true.
603
+	 * @return void|string Dropdown HTML.
604
+	 */
605
+	function  geodir_get_categories_dl($post_type = '', $selected = '', $tages_taxonomies = false, $echo = true)
606
+	{
607
+
608
+		$html = '';
609
+		$taxonomies = geodir_get_taxonomies($post_type, $tages_taxonomies);
610
+
611
+		$categories = get_terms($taxonomies);
612
+
613
+		$html .= '<option value="0">' . __('All', 'geodirectory') . '</option>';
614
+
615
+		foreach ($categories as $category_obj) {
616
+			$select_opt = '';
617
+			if ($selected == $category_obj->term_id) {
618
+				$select_opt = 'selected="selected"';
619
+			}
620
+			$html .= '<option ' . $select_opt . ' value="' . $category_obj->term_id . '">'
621
+				. ucfirst($category_obj->name) . '</option>';
622
+		}
623
+
624
+		if ($echo)
625
+			echo $html;
626
+		else
627
+			return $html;
628
+	}
629 629
 }
630 630
 
631 631
 
@@ -640,28 +640,28 @@  discard block
 block discarded – undo
640 640
 function geodir_get_listing_slug($object_type = '')
641 641
 {
642 642
 
643
-    $listing_slug = '';
643
+	$listing_slug = '';
644 644
 
645
-    $post_types = get_option('geodir_post_types');
646
-    $taxonomies = get_option('geodir_taxonomies');
645
+	$post_types = get_option('geodir_post_types');
646
+	$taxonomies = get_option('geodir_taxonomies');
647 647
 
648 648
 
649
-    if ($object_type != '') {
650
-        if (!empty($post_types) && array_key_exists($object_type, $post_types)) {
649
+	if ($object_type != '') {
650
+		if (!empty($post_types) && array_key_exists($object_type, $post_types)) {
651 651
 
652
-            $object_info = $post_types[$object_type];
653
-            $listing_slug = $object_info['listing_slug'];
654
-        } elseif (!empty($taxonomies) && array_key_exists($object_type, $taxonomies)) {
655
-            $object_info = $taxonomies[$object_type];
656
-            $listing_slug = $object_info['listing_slug'];
657
-        }
652
+			$object_info = $post_types[$object_type];
653
+			$listing_slug = $object_info['listing_slug'];
654
+		} elseif (!empty($taxonomies) && array_key_exists($object_type, $taxonomies)) {
655
+			$object_info = $taxonomies[$object_type];
656
+			$listing_slug = $object_info['listing_slug'];
657
+		}
658 658
 
659
-    }
659
+	}
660 660
 
661
-    if (!empty($listing_slug))
662
-        return $listing_slug;
663
-    else
664
-        return false;
661
+	if (!empty($listing_slug))
662
+		return $listing_slug;
663
+	else
664
+		return false;
665 665
 }
666 666
 
667 667
 
@@ -676,212 +676,212 @@  discard block
 block discarded – undo
676 676
  */
677 677
 function geodir_get_taxonomy_posttype($taxonomy = '')
678 678
 {
679
-    global $wp_query;
680
-
681
-    $post_type = array();
682
-    $taxonomies = array();
683
-
684
-    if (!empty($taxonomy)) {
685
-        $taxonomies[] = $taxonomy;
686
-    } elseif (isset($wp_query->tax_query->queries)) {
687
-        $tax_arr = $wp_query->tax_query->queries;
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']);}
690
-        $taxonomies = wp_list_pluck($tax_arr, 'taxonomy');
691
-    }
692
-
693
-    if (!empty($taxonomies)) {
694
-        foreach (geodir_get_posttypes() as $pt) {
695
-            $object_taxonomies = $pt === 'attachment' ? get_taxonomies_for_attachments() : get_object_taxonomies($pt);
696
-            if (array_intersect($taxonomies, $object_taxonomies))
697
-                $post_type[] = $pt;
698
-        }
699
-    }
700
-
701
-    if (!empty($post_type))
702
-        return $post_type[0];
703
-    else
704
-        return false;
679
+	global $wp_query;
680
+
681
+	$post_type = array();
682
+	$taxonomies = array();
683
+
684
+	if (!empty($taxonomy)) {
685
+		$taxonomies[] = $taxonomy;
686
+	} elseif (isset($wp_query->tax_query->queries)) {
687
+		$tax_arr = $wp_query->tax_query->queries;
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']);}
690
+		$taxonomies = wp_list_pluck($tax_arr, 'taxonomy');
691
+	}
692
+
693
+	if (!empty($taxonomies)) {
694
+		foreach (geodir_get_posttypes() as $pt) {
695
+			$object_taxonomies = $pt === 'attachment' ? get_taxonomies_for_attachments() : get_object_taxonomies($pt);
696
+			if (array_intersect($taxonomies, $object_taxonomies))
697
+				$post_type[] = $pt;
698
+		}
699
+	}
700
+
701
+	if (!empty($post_type))
702
+		return $post_type[0];
703
+	else
704
+		return false;
705 705
 }
706 706
 
707 707
 if (!function_exists('geodir_custom_taxonomy_walker')) {
708
-    /**
709
-     * Custom taxonomy walker function.
710
-     *
711
-     * @since 1.0.0
712
-     * @package GeoDirectory
713
-     * @param string $cat_taxonomy The taxonomy name.
714
-     * @param int $cat_parent The parent term ID.
715
-     * @param bool $hide_empty Hide empty taxonomies? Default: false.
716
-     * @param int $pading CSS padding in pixels.
717
-     * @return string|void taxonomy HTML.
718
-     */
719
-    function geodir_custom_taxonomy_walker($cat_taxonomy, $cat_parent = 0, $hide_empty = false, $pading = 0)
720
-    {
721
-        global $cat_display, $post_cat, $exclude_cats;
722
-
723
-        $search_terms = trim($post_cat, ",");
724
-
725
-        $search_terms = explode(",", $search_terms);
726
-
727
-        $cat_terms = get_terms($cat_taxonomy, array('parent' => $cat_parent, 'hide_empty' => $hide_empty, 'exclude' => $exclude_cats));
728
-
729
-        $display = '';
730
-        $onchange = '';
731
-        $term_check = '';
732
-        $main_list_class = '';
733
-        $out = '';
734
-        //If there are terms, start displaying
735
-        if (count($cat_terms) > 0) {
736
-            //Displaying as a list
737
-            $p = $pading * 20;
738
-            $pading++;
739
-
740
-
741
-            if ((!geodir_is_page('listing')) || (is_search() && $_REQUEST['search_taxonomy'] == '')) {
742
-                if ($cat_parent == 0) {
743
-                    $list_class = 'main_list gd-parent-cats-list gd-cats-display-' . $cat_display;
744
-                    $main_list_class = 'class="main_list_selecter"';
745
-                } else {
746
-                    //$display = 'display:none';
747
-                    $list_class = 'sub_list gd-sub-cats-list';
748
-                }
749
-            }
708
+	/**
709
+	 * Custom taxonomy walker function.
710
+	 *
711
+	 * @since 1.0.0
712
+	 * @package GeoDirectory
713
+	 * @param string $cat_taxonomy The taxonomy name.
714
+	 * @param int $cat_parent The parent term ID.
715
+	 * @param bool $hide_empty Hide empty taxonomies? Default: false.
716
+	 * @param int $pading CSS padding in pixels.
717
+	 * @return string|void taxonomy HTML.
718
+	 */
719
+	function geodir_custom_taxonomy_walker($cat_taxonomy, $cat_parent = 0, $hide_empty = false, $pading = 0)
720
+	{
721
+		global $cat_display, $post_cat, $exclude_cats;
722
+
723
+		$search_terms = trim($post_cat, ",");
724
+
725
+		$search_terms = explode(",", $search_terms);
726
+
727
+		$cat_terms = get_terms($cat_taxonomy, array('parent' => $cat_parent, 'hide_empty' => $hide_empty, 'exclude' => $exclude_cats));
728
+
729
+		$display = '';
730
+		$onchange = '';
731
+		$term_check = '';
732
+		$main_list_class = '';
733
+		$out = '';
734
+		//If there are terms, start displaying
735
+		if (count($cat_terms) > 0) {
736
+			//Displaying as a list
737
+			$p = $pading * 20;
738
+			$pading++;
739
+
740
+
741
+			if ((!geodir_is_page('listing')) || (is_search() && $_REQUEST['search_taxonomy'] == '')) {
742
+				if ($cat_parent == 0) {
743
+					$list_class = 'main_list gd-parent-cats-list gd-cats-display-' . $cat_display;
744
+					$main_list_class = 'class="main_list_selecter"';
745
+				} else {
746
+					//$display = 'display:none';
747
+					$list_class = 'sub_list gd-sub-cats-list';
748
+				}
749
+			}
750 750
 
751
-            if ($cat_display == 'checkbox' || $cat_display == 'radio') {
752
-                $p = 0;
753
-                $out = '<div class="' . $list_class . ' gd-cat-row-' . $cat_parent . '" style="margin-left:' . $p . 'px;' . $display . ';">';
754
-            }
751
+			if ($cat_display == 'checkbox' || $cat_display == 'radio') {
752
+				$p = 0;
753
+				$out = '<div class="' . $list_class . ' gd-cat-row-' . $cat_parent . '" style="margin-left:' . $p . 'px;' . $display . ';">';
754
+			}
755 755
 
756
-            foreach ($cat_terms as $cat_term) {
756
+			foreach ($cat_terms as $cat_term) {
757 757
 
758
-                $checked = '';
758
+				$checked = '';
759 759
 
760
-                if (in_array($cat_term->term_id, $search_terms)) {
761
-                    if ($cat_display == 'select' || $cat_display == 'multiselect')
762
-                        $checked = 'selected="selected"';
763
-                    else
764
-                        $checked = 'checked="checked"';
765
-                }
760
+				if (in_array($cat_term->term_id, $search_terms)) {
761
+					if ($cat_display == 'select' || $cat_display == 'multiselect')
762
+						$checked = 'selected="selected"';
763
+					else
764
+						$checked = 'checked="checked"';
765
+				}
766 766
 
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="' . ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" ' . $checked . $onchange . ' id="gd-cat-' . $cat_term->term_id . '" >' . $term_check . ucfirst($cat_term->name) . '</span>';
769
-                elseif ($cat_display == 'select' || $cat_display == 'multiselect')
770
-                    $out .= '<option ' . $main_list_class . ' style="margin-left:' . $p . 'px;" alt="' . $cat_term->taxonomy . '" title="' . ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" ' . $checked . $onchange . ' >' . $term_check . ucfirst($cat_term->name) . '</option>';
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="' . ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" ' . $checked . $onchange . ' id="gd-cat-' . $cat_term->term_id . '" >' . $term_check . ucfirst($cat_term->name) . '</span>';
769
+				elseif ($cat_display == 'select' || $cat_display == 'multiselect')
770
+					$out .= '<option ' . $main_list_class . ' style="margin-left:' . $p . 'px;" alt="' . $cat_term->taxonomy . '" title="' . ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" ' . $checked . $onchange . ' >' . $term_check . ucfirst($cat_term->name) . '</option>';
771 771
 
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="' . ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" ' . $checked . $onchange . ' id="gd-cat-' . $cat_term->term_id . '" >' . $term_check . ucfirst($cat_term->name) . '</span>';
774
-                }
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="' . ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" ' . $checked . $onchange . ' id="gd-cat-' . $cat_term->term_id . '" >' . $term_check . ucfirst($cat_term->name) . '</span>';
774
+				}
775 775
 
776
-                // Call recurson to print sub cats
777
-                $out .= geodir_custom_taxonomy_walker($cat_taxonomy, $cat_term->term_id, $hide_empty, $pading);
776
+				// Call recurson to print sub cats
777
+				$out .= geodir_custom_taxonomy_walker($cat_taxonomy, $cat_term->term_id, $hide_empty, $pading);
778 778
 
779
-            }
779
+			}
780 780
 
781
-            if ($cat_display == 'checkbox' || $cat_display == 'radio')
782
-                $out .= '</div>';
781
+			if ($cat_display == 'checkbox' || $cat_display == 'radio')
782
+				$out .= '</div>';
783 783
 
784
-            return $out;
785
-        }
786
-        return;
787
-    }
784
+			return $out;
785
+		}
786
+		return;
787
+	}
788 788
 }
789 789
 
790 790
 if (!function_exists('geodir_custom_taxonomy_walker2')) {
791
-    /**
792
-     * Custom taxonomy walker function.
793
-     *
794
-     * @since 1.0.0
795
-     * @package GeoDirectory
796
-     * @global object $post WordPress Post object.
797
-     * @global object $gd_session GeoDirectory Session object.
798
-     * @param string $cat_taxonomy The taxonomy name.
799
-     * @param string $cat_limit Number of categories to display.
800
-     */
801
-    function geodir_custom_taxonomy_walker2($cat_taxonomy, $cat_limit = '')
802
-    {
803
-        $post_category = '';
804
-        $post_category_str = '';
805
-        global $exclude_cats, $gd_session;
806
-
807
-        $cat_exclude = '';
808
-        if (is_array($exclude_cats) && !empty($exclude_cats))
809
-            $cat_exclude = serialize($exclude_cats);
810
-
811
-        if (isset($_REQUEST['backandedit'])) {
812
-            $post = (object)$gd_session->get('listing');
813
-
814
-            if (!is_array($post->post_category[$cat_taxonomy]))
815
-                $post_category = $post->post_category[$cat_taxonomy];
816
-
817
-            $post_categories = $post->post_category_str;
818
-            if (!empty($post_categories) && array_key_exists($cat_taxonomy, $post_categories))
819
-                $post_category_str = $post_categories[$cat_taxonomy];
820
-
821
-        } elseif ((geodir_is_page('add-listing') && isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') || (is_admin())) {
822
-            global $post;
823
-
824
-            $post_category = geodir_get_post_meta($post->ID, $cat_taxonomy, true);
825
-            if (empty($post_category) && isset($post->{$cat_taxonomy})) {
826
-                $post_category = $post->{$cat_taxonomy};
827
-            }
791
+	/**
792
+	 * Custom taxonomy walker function.
793
+	 *
794
+	 * @since 1.0.0
795
+	 * @package GeoDirectory
796
+	 * @global object $post WordPress Post object.
797
+	 * @global object $gd_session GeoDirectory Session object.
798
+	 * @param string $cat_taxonomy The taxonomy name.
799
+	 * @param string $cat_limit Number of categories to display.
800
+	 */
801
+	function geodir_custom_taxonomy_walker2($cat_taxonomy, $cat_limit = '')
802
+	{
803
+		$post_category = '';
804
+		$post_category_str = '';
805
+		global $exclude_cats, $gd_session;
806
+
807
+		$cat_exclude = '';
808
+		if (is_array($exclude_cats) && !empty($exclude_cats))
809
+			$cat_exclude = serialize($exclude_cats);
810
+
811
+		if (isset($_REQUEST['backandedit'])) {
812
+			$post = (object)$gd_session->get('listing');
813
+
814
+			if (!is_array($post->post_category[$cat_taxonomy]))
815
+				$post_category = $post->post_category[$cat_taxonomy];
816
+
817
+			$post_categories = $post->post_category_str;
818
+			if (!empty($post_categories) && array_key_exists($cat_taxonomy, $post_categories))
819
+				$post_category_str = $post_categories[$cat_taxonomy];
820
+
821
+		} elseif ((geodir_is_page('add-listing') && isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') || (is_admin())) {
822
+			global $post;
823
+
824
+			$post_category = geodir_get_post_meta($post->ID, $cat_taxonomy, true);
825
+			if (empty($post_category) && isset($post->{$cat_taxonomy})) {
826
+				$post_category = $post->{$cat_taxonomy};
827
+			}
828 828
 
829
-            $post_categories = get_post_meta($post->ID, 'post_categories', true);
829
+			$post_categories = get_post_meta($post->ID, 'post_categories', true);
830 830
 
831
-            if (empty($post_category) && !empty($post_categories) && !empty($post_categories[$cat_taxonomy])) {
832
-                foreach (explode(",", $post_categories[$cat_taxonomy]) as $cat_part) {
833
-                    if (is_numeric($cat_part)) {
834
-                        $cat_part_arr[] = $cat_part;
835
-                    }
836
-                }
837
-                if (is_array($cat_part_arr)) {
838
-                    $post_category = implode(',', $cat_part_arr);
839
-                }
840
-            }
831
+			if (empty($post_category) && !empty($post_categories) && !empty($post_categories[$cat_taxonomy])) {
832
+				foreach (explode(",", $post_categories[$cat_taxonomy]) as $cat_part) {
833
+					if (is_numeric($cat_part)) {
834
+						$cat_part_arr[] = $cat_part;
835
+					}
836
+				}
837
+				if (is_array($cat_part_arr)) {
838
+					$post_category = implode(',', $cat_part_arr);
839
+				}
840
+			}
841 841
 
842
-            if (!empty($post_category)) {
843
-                $cat1 = array_filter(explode(',', $post_category));
844
-                $post_category = ',' . implode(',', $cat1) . ',';
842
+			if (!empty($post_category)) {
843
+				$cat1 = array_filter(explode(',', $post_category));
844
+				$post_category = ',' . implode(',', $cat1) . ',';
845 845
 
846
-            }
846
+			}
847 847
 
848
-            if ($post_category != '' && is_array($exclude_cats) && !empty($exclude_cats)) {
848
+			if ($post_category != '' && is_array($exclude_cats) && !empty($exclude_cats)) {
849 849
 
850
-                $post_category_upd = explode(',', $post_category);
851
-                $post_category_change = '';
852
-                foreach ($post_category_upd as $cat) {
850
+				$post_category_upd = explode(',', $post_category);
851
+				$post_category_change = '';
852
+				foreach ($post_category_upd as $cat) {
853 853
 
854
-                    if (!in_array($cat, $exclude_cats) && $cat != '') {
855
-                        $post_category_change .= ',' . $cat;
856
-                    }
857
-                }
858
-                $post_category = $post_category_change;
859
-            }
854
+					if (!in_array($cat, $exclude_cats) && $cat != '') {
855
+						$post_category_change .= ',' . $cat;
856
+					}
857
+				}
858
+				$post_category = $post_category_change;
859
+			}
860 860
 
861 861
 
862
-            if (!empty($post_categories) && array_key_exists($cat_taxonomy, $post_categories)) {
863
-                $post_category_str = $post_categories[$cat_taxonomy];
864
-            }
865
-        }
862
+			if (!empty($post_categories) && array_key_exists($cat_taxonomy, $post_categories)) {
863
+				$post_category_str = $post_categories[$cat_taxonomy];
864
+			}
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
+		?>
875 875
         <div class="cat_sublist">
876 876
             <?php
877 877
 
878
-            $post_id = isset($post->ID) ? $post->ID : '';
878
+			$post_id = isset($post->ID) ? $post->ID : '';
879 879
 
880
-            if ((geodir_is_page('add-listing') || is_admin()) && !empty($post_categories[$cat_taxonomy])) {
880
+			if ((geodir_is_page('add-listing') || is_admin()) && !empty($post_categories[$cat_taxonomy])) {
881 881
 
882
-                geodir_editpost_categories_html($cat_taxonomy, $post_id, $post_categories);
883
-            }
884
-            ?>
882
+				geodir_editpost_categories_html($cat_taxonomy, $post_id, $post_categories);
883
+			}
884
+			?>
885 885
         </div>
886 886
         <script type="text/javascript">
887 887
 
@@ -1004,22 +1004,22 @@  discard block
 block discarded – undo
1004 1004
 
1005 1005
         </script>
1006 1006
         <?php
1007
-        if (!empty($post_categories) && array_key_exists($cat_taxonomy, $post_categories)) {
1008
-            $post_cat_str = $post_categories[$cat_taxonomy];
1009
-            $post_cat_array = explode("#", $post_cat_str);
1010
-            if (count($post_cat_array) >= $cat_limit && $cat_limit != 0)
1011
-                $style = "display:none;";
1012
-        }
1013
-        ?>
1007
+		if (!empty($post_categories) && array_key_exists($cat_taxonomy, $post_categories)) {
1008
+			$post_cat_str = $post_categories[$cat_taxonomy];
1009
+			$post_cat_array = explode("#", $post_cat_str);
1010
+			if (count($post_cat_array) >= $cat_limit && $cat_limit != 0)
1011
+				$style = "display:none;";
1012
+		}
1013
+		?>
1014 1014
         <div class="main_cat_list" style=" <?php if (isset($style)) {
1015
-            echo $style;
1016
-        }?> ">
1015
+			echo $style;
1016
+		}?> ">
1017 1017
             <?php geodir_get_catlist($cat_taxonomy, 0);  // print main categories list
1018
-            ?>
1018
+			?>
1019 1019
         </div>
1020 1020
     <?php
1021 1021
 
1022
-    }
1022
+	}
1023 1023
 }
1024 1024
 
1025 1025
 /**
@@ -1036,23 +1036,23 @@  discard block
 block discarded – undo
1036 1036
  */
1037 1037
 function geodir_addpost_categories_html($request_taxonomy, $parrent, $selected = false, $main_selected = true, $default = false, $exclude = '')
1038 1038
 {
1039
-    global $exclude_cats;
1039
+	global $exclude_cats;
1040 1040
 
1041
-    if ($exclude != '') {
1042
-        $exclude_cats = maybe_unserialize(base64_decode($exclude));
1041
+	if ($exclude != '') {
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{
1047
-            $exclude_cats = intval($exclude_cats);
1048
-        }
1044
+		if(is_array( $exclude_cats)){
1045
+			$exclude_cats = array_map( 'intval', $exclude_cats );
1046
+		}else{
1047
+			$exclude_cats = intval($exclude_cats);
1048
+		}
1049 1049
 
1050
-    }
1050
+	}
1051 1051
 
1052
-    if ((is_array($exclude_cats) && !empty($exclude_cats) && !in_array($parrent, $exclude_cats)) ||
1053
-        (!is_array($exclude_cats) || empty($exclude_cats))
1054
-    ) {
1055
-        ?>
1052
+	if ((is_array($exclude_cats) && !empty($exclude_cats) && !in_array($parrent, $exclude_cats)) ||
1053
+		(!is_array($exclude_cats) || empty($exclude_cats))
1054
+	) {
1055
+		?>
1056 1056
 
1057 1057
         <?php $main_cat = get_term($parrent, $request_taxonomy); ?>
1058 1058
 
@@ -1081,8 +1081,8 @@  discard block
 block discarded – undo
1081 1081
 
1082 1082
             <br/>
1083 1083
             <?php
1084
-            $cat_terms = get_terms($request_taxonomy, array('parent' => $main_cat->term_id, 'hide_empty' => false, 'exclude' => $exclude_cats));
1085
-            if (!empty($cat_terms)) { ?>
1084
+			$cat_terms = get_terms($request_taxonomy, array('parent' => $main_cat->term_id, 'hide_empty' => false, 'exclude' => $exclude_cats));
1085
+			if (!empty($cat_terms)) { ?>
1086 1086
                 <span> <?php printf(__('Add listing in category', 'geodirectory')); ?></span>
1087 1087
                 <?php geodir_get_catlist($request_taxonomy, $parrent, $selected) ?>
1088 1088
             <?php } ?>
@@ -1104,53 +1104,53 @@  discard block
 block discarded – undo
1104 1104
 function geodir_editpost_categories_html($request_taxonomy, $request_postid, $post_categories)
1105 1105
 {
1106 1106
 
1107
-    if (!empty($post_categories) && array_key_exists($request_taxonomy, $post_categories)) {
1108
-        $post_cat_str = $post_categories[$request_taxonomy];
1109
-        $post_cat_array = explode("#", $post_cat_str);
1110
-        if (is_array($post_cat_array)) {
1111
-            $post_cat_array = array_unique( $post_cat_array );
1107
+	if (!empty($post_categories) && array_key_exists($request_taxonomy, $post_categories)) {
1108
+		$post_cat_str = $post_categories[$request_taxonomy];
1109
+		$post_cat_array = explode("#", $post_cat_str);
1110
+		if (is_array($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
 
1115
-                $post_cat_info = explode(":", $post_cat_html);
1116
-                $post_maincat_str = $post_cat_info[0];
1115
+				$post_cat_info = explode(":", $post_cat_html);
1116
+				$post_maincat_str = $post_cat_info[0];
1117 1117
 
1118
-                if (!empty($post_maincat_str)) {
1119
-                    $post_maincat_info = explode(",", $post_maincat_str);
1120
-                    $post_maincat_id = $post_maincat_info[0];
1121
-                    ($post_maincat_info[1] == 'y') ? $post_maincat_selected = true : $post_maincat_selected = false;
1122
-                    (end($post_maincat_info) == 'd') ? $post_maincat_default = true : $post_maincat_default = false;
1123
-                }
1124
-                $post_sub_catid = '';
1125
-                if (isset($post_cat_info[1]) && !empty($post_cat_info[1])) {
1126
-                    $post_sub_catid = (int)$post_cat_info[1];
1127
-                }
1118
+				if (!empty($post_maincat_str)) {
1119
+					$post_maincat_info = explode(",", $post_maincat_str);
1120
+					$post_maincat_id = $post_maincat_info[0];
1121
+					($post_maincat_info[1] == 'y') ? $post_maincat_selected = true : $post_maincat_selected = false;
1122
+					(end($post_maincat_info) == 'd') ? $post_maincat_default = true : $post_maincat_default = false;
1123
+				}
1124
+				$post_sub_catid = '';
1125
+				if (isset($post_cat_info[1]) && !empty($post_cat_info[1])) {
1126
+					$post_sub_catid = (int)$post_cat_info[1];
1127
+				}
1128 1128
 
1129
-                geodir_addpost_categories_html($request_taxonomy, $post_maincat_id, $post_sub_catid, $post_maincat_selected, $post_maincat_default);
1129
+				geodir_addpost_categories_html($request_taxonomy, $post_maincat_id, $post_sub_catid, $post_maincat_selected, $post_maincat_default);
1130 1130
 
1131
-            }
1132
-        } else {
1131
+			}
1132
+		} else {
1133 1133
 
1134
-            $post_cat_info = explode(":", $post_cat_str);
1135
-            $post_maincat_str = $post_cat_info[0];
1134
+			$post_cat_info = explode(":", $post_cat_str);
1135
+			$post_maincat_str = $post_cat_info[0];
1136 1136
 
1137
-            $post_sub_catid = '';
1137
+			$post_sub_catid = '';
1138 1138
 
1139
-            if (!empty($post_maincat_str)) {
1140
-                $post_maincat_info = explode(",", $post_maincat_str);
1141
-                $post_maincat_id = $post_maincat_info[0];
1142
-                ($post_maincat_info[1] == 'y') ? $post_maincat_selected = true : $post_maincat_selected = false;
1143
-                (end($post_maincat_info) == 'd') ? $post_maincat_default = true : $post_maincat_default = false;
1144
-            }
1139
+			if (!empty($post_maincat_str)) {
1140
+				$post_maincat_info = explode(",", $post_maincat_str);
1141
+				$post_maincat_id = $post_maincat_info[0];
1142
+				($post_maincat_info[1] == 'y') ? $post_maincat_selected = true : $post_maincat_selected = false;
1143
+				(end($post_maincat_info) == 'd') ? $post_maincat_default = true : $post_maincat_default = false;
1144
+			}
1145 1145
 
1146
-            if (isset($post_cat_info[1]) && !empty($post_cat_info[1])) {
1147
-                $post_sub_catid = (int)$post_cat_info[1];
1148
-            }
1146
+			if (isset($post_cat_info[1]) && !empty($post_cat_info[1])) {
1147
+				$post_sub_catid = (int)$post_cat_info[1];
1148
+			}
1149 1149
 
1150
-            geodir_addpost_categories_html($request_taxonomy, $post_maincat_id, $post_sub_catid, $post_maincat_selected, $post_maincat_default);
1150
+			geodir_addpost_categories_html($request_taxonomy, $post_maincat_id, $post_sub_catid, $post_maincat_selected, $post_maincat_default);
1151 1151
 
1152
-        }
1153
-    }
1152
+		}
1153
+	}
1154 1154
 }
1155 1155
 
1156 1156
 /**
@@ -1164,35 +1164,35 @@  discard block
 block discarded – undo
1164 1164
  */
1165 1165
 function geodir_get_catlist($cat_taxonomy, $parrent = 0, $selected = false)
1166 1166
 {
1167
-    global $exclude_cats;
1167
+	global $exclude_cats;
1168 1168
 
1169
-    $cat_terms = get_terms($cat_taxonomy, array('parent' => $parrent, 'hide_empty' => false, 'exclude' => $exclude_cats));
1169
+	$cat_terms = get_terms($cat_taxonomy, array('parent' => $parrent, 'hide_empty' => false, 'exclude' => $exclude_cats));
1170 1170
 
1171
-    if (!empty($cat_terms)) {
1172
-        $onchange = '';
1173
-        $onchange = ' onchange="show_subcatlist(this.value, this)" ';
1171
+	if (!empty($cat_terms)) {
1172
+		$onchange = '';
1173
+		$onchange = ' onchange="show_subcatlist(this.value, this)" ';
1174 1174
 
1175
-        $option_selected = '';
1176
-        if (!$selected)
1177
-            $option_slected = ' selected="selected" ';
1175
+		$option_selected = '';
1176
+		if (!$selected)
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
-        foreach ($cat_terms as $cat_term) {
1184
-            $option_selected = '';
1185
-            if ($selected == $cat_term->term_id)
1186
-                $option_selected = ' selected="selected" ';
1183
+		foreach ($cat_terms as $cat_term) {
1184
+			$option_selected = '';
1185
+			if ($selected == $cat_term->term_id)
1186
+				$option_selected = ' selected="selected" ';
1187 1187
 
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';
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';
1191 1191
 
1192
-            echo '<option  ' . $option_selected . ' alt="' . $cat_term->taxonomy . '" title="' . ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" _hc="' . $has_child . '" >' . ucfirst($cat_term->name) . '</option>';
1193
-        }
1194
-        echo '</select>';
1195
-    }
1192
+			echo '<option  ' . $option_selected . ' alt="' . $cat_term->taxonomy . '" title="' . ucfirst($cat_term->name) . '" value="' . $cat_term->term_id . '" _hc="' . $has_child . '" >' . ucfirst($cat_term->name) . '</option>';
1193
+		}
1194
+		echo '</select>';
1195
+	}
1196 1196
 }
1197 1197
 
1198 1198
 /**
@@ -1208,28 +1208,28 @@  discard block
 block discarded – undo
1208 1208
  */
1209 1209
 function geodir_custom_update_messages($messages)
1210 1210
 {
1211
-    global $post, $post_ID;
1212
-
1213
-    $post_types = get_post_types(array('show_ui' => true, '_builtin' => false), 'objects');
1214
-
1215
-    foreach ($post_types as $post_type => $post_object) {
1216
-
1217
-        $messages[$post_type] = array(
1218
-            0 => '', // Unused. Messages start at index 1.
1219
-            1 => sprintf(__('%s updated. <a href="%s">View %s</a>', 'geodirectory'), $post_object->labels->singular_name, esc_url(get_permalink($post_ID)), $post_object->labels->singular_name),
1220
-            2 => __('Custom field updated.', 'geodirectory'),
1221
-            3 => __('Custom field deleted.', 'geodirectory'),
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,
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
-            7 => sprintf(__('%s saved.', 'geodirectory'), $post_object->labels->singular_name),
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),
1227
-            9 => sprintf(__('%s scheduled for: <strong>%1$s</strong>. <a target="_blank" href="%2$s">Preview %s</a>', 'geodirectory'), $post_object->labels->singular_name, date_i18n(__('M j, Y @ G:i', 'geodirectory'), strtotime($post->post_date)), esc_url(get_permalink($post_ID)), $post_object->labels->singular_name),
1228
-            10 => sprintf(__('%s draft updated. <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),
1229
-        );
1230
-    }
1231
-
1232
-    return $messages;
1211
+	global $post, $post_ID;
1212
+
1213
+	$post_types = get_post_types(array('show_ui' => true, '_builtin' => false), 'objects');
1214
+
1215
+	foreach ($post_types as $post_type => $post_object) {
1216
+
1217
+		$messages[$post_type] = array(
1218
+			0 => '', // Unused. Messages start at index 1.
1219
+			1 => sprintf(__('%s updated. <a href="%s">View %s</a>', 'geodirectory'), $post_object->labels->singular_name, esc_url(get_permalink($post_ID)), $post_object->labels->singular_name),
1220
+			2 => __('Custom field updated.', 'geodirectory'),
1221
+			3 => __('Custom field deleted.', 'geodirectory'),
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,
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
+			7 => sprintf(__('%s saved.', 'geodirectory'), $post_object->labels->singular_name),
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),
1227
+			9 => sprintf(__('%s scheduled for: <strong>%1$s</strong>. <a target="_blank" href="%2$s">Preview %s</a>', 'geodirectory'), $post_object->labels->singular_name, date_i18n(__('M j, Y @ G:i', 'geodirectory'), strtotime($post->post_date)), esc_url(get_permalink($post_ID)), $post_object->labels->singular_name),
1228
+			10 => sprintf(__('%s draft updated. <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),
1229
+		);
1230
+	}
1231
+
1232
+	return $messages;
1233 1233
 }
1234 1234
 
1235 1235
 
@@ -1244,183 +1244,183 @@  discard block
 block discarded – undo
1244 1244
 function geodir_register_defaults()
1245 1245
 {
1246 1246
 
1247
-    global $wpdb;
1248
-
1249
-    $menu_icon = geodir_plugin_url() . '/geodirectory-assets/images/favicon.ico';
1250
-
1251
-    if (!$listing_slug = get_option('geodir_listing_prefix'))
1252
-        $listing_slug = 'places';
1253
-
1254
-    /**
1255
-     * Taxonomies
1256
-     **/
1257
-    //if ( ! taxonomy_exists('gd_place_tags') )
1258
-    {
1259
-
1260
-        $gd_placetags = array();
1261
-        $gd_placetags['object_type'] = 'gd_place';
1262
-        $gd_placetags['listing_slug'] = $listing_slug . '/tags';
1263
-        $gd_placetags['args'] = array(
1264
-            'public' => true,
1265
-            'hierarchical' => false,
1266
-            'rewrite' => array('slug' => $listing_slug . '/tags', 'with_front' => false, 'hierarchical' => true),
1267
-            'query_var' => true,
1268
-
1269
-            'labels' => array(
1270
-                'name' => __('Place Tags', 'geodirectory'),
1271
-                'singular_name' => __('Place Tag', 'geodirectory'),
1272
-                'search_items' => __('Search Place Tags', 'geodirectory'),
1273
-                'popular_items' => __('Popular Place Tags', 'geodirectory'),
1274
-                'all_items' => __('All Place Tags', 'geodirectory'),
1275
-                'edit_item' => __('Edit Place Tag', 'geodirectory'),
1276
-                'update_item' => __('Update Place Tag', 'geodirectory'),
1277
-                'add_new_item' => __('Add New Place Tag', 'geodirectory'),
1278
-                'new_item_name' => __('New Place Tag Name', 'geodirectory'),
1279
-                'add_or_remove_items' => __('Add or remove Place tags', 'geodirectory'),
1280
-                'choose_from_most_used' => __('Choose from the most used Place tags', 'geodirectory'),
1281
-                'separate_items_with_commas' => __('Separate Place tags with commas', 'geodirectory'),
1282
-            ),
1283
-        );
1284
-
1285
-
1286
-        $geodir_taxonomies = get_option('geodir_taxonomies');
1287
-        $geodir_taxonomies['gd_place_tags'] = $gd_placetags;
1288
-        update_option('geodir_taxonomies', $geodir_taxonomies);
1289
-
1290
-
1291
-        // Update post types and delete tmp options
1292
-        flush_rewrite_rules();
1293
-
1294
-    }
1295
-
1296
-    //if ( ! taxonomy_exists('gd_placecategory') )
1297
-    {
1298
-
1299
-        $gd_placecategory = array();
1300
-        $gd_placecategory['object_type'] = 'gd_place';
1301
-        $gd_placecategory['listing_slug'] = $listing_slug;
1302
-        $gd_placecategory['args'] = array(
1303
-            'public' => true,
1304
-            'hierarchical' => true,
1305
-            'rewrite' => array('slug' => $listing_slug, 'with_front' => false, 'hierarchical' => true),
1306
-            'query_var' => true,
1307
-            'labels' => array(
1308
-                'name' => __('Place Categories', 'geodirectory'),
1309
-                'singular_name' => __('Place Category', 'geodirectory'),
1310
-                'search_items' => __('Search Place Categories', 'geodirectory'),
1311
-                'popular_items' => __('Popular Place Categories', 'geodirectory'),
1312
-                'all_items' => __('All Place Categories', 'geodirectory'),
1313
-                'edit_item' => __('Edit Place Category', 'geodirectory'),
1314
-                'update_item' => __('Update Place Category', 'geodirectory'),
1315
-                'add_new_item' => __('Add New Place Category', 'geodirectory'),
1316
-                'new_item_name' => __('New Place Category', 'geodirectory'),
1317
-                'add_or_remove_items' => __('Add or remove Place categories', 'geodirectory'),
1318
-            ),
1319
-        );
1320
-
1321
-
1322
-        $geodir_taxonomies = get_option('geodir_taxonomies');
1323
-        $geodir_taxonomies['gd_placecategory'] = $gd_placecategory;
1324
-        update_option('geodir_taxonomies', $geodir_taxonomies);
1325
-
1326
-
1327
-        flush_rewrite_rules();
1328
-    }
1329
-
1330
-    /**
1331
-     * Post Types
1332
-     **/
1333
-
1334
-    //if ( ! post_type_exists('gd_place') )
1335
-    {
1336
-
1337
-        $labels = array(
1338
-            'name' => __('Places', 'geodirectory'),
1339
-            'singular_name' => __('Place', 'geodirectory'),
1340
-            'add_new' => __('Add New', 'geodirectory'),
1341
-            'add_new_item' => __('Add New Place', 'geodirectory'),
1342
-            'edit_item' => __('Edit Place', 'geodirectory'),
1343
-            'new_item' => __('New Place', 'geodirectory'),
1344
-            'view_item' => __('View Place', 'geodirectory'),
1345
-            'search_items' => __('Search Places', 'geodirectory'),
1346
-            'not_found' => __('No Place Found', 'geodirectory'),
1347
-            'not_found_in_trash' => __('No Place Found In Trash', 'geodirectory'));
1348
-
1349
-        $place_default = array(
1350
-            'labels' => $labels,
1351
-            'can_export' => true,
1352
-            'capability_type' => 'post',
1353
-            'description' => 'Place post type.',
1354
-            'has_archive' => $listing_slug,
1355
-            'hierarchical' => false,
1356
-            'map_meta_cap' => true,
1357
-            'menu_icon' => $menu_icon,
1358
-            'public' => true,
1359
-            'query_var' => true,
1360
-            'rewrite' => array('slug' => $listing_slug , 'with_front' => false, 'hierarchical' => true, 'feeds' => true),
1361
-            'supports' => array('title', 'editor', 'author', 'thumbnail', 'excerpt', 'custom-fields', 'comments', /*'revisions', 'post-formats'*/),
1362
-            'taxonomies' => array('gd_placecategory', 'gd_place_tags'));
1363
-
1364
-        //Update custom post types
1365
-        $geodir_post_types = get_option('geodir_post_types');
1366
-        $geodir_post_types['gd_place'] = $place_default;
1367
-        update_option('geodir_post_types', $geodir_post_types);
1368
-
1369
-        // Update post types and delete tmp options
1370
-        flush_rewrite_rules();
1371
-    }
1372
-
1373
-
1374
-    geodir_register_taxonomies();
1375
-    geodir_register_post_types();
1376
-
1377
-    //die;
1247
+	global $wpdb;
1248
+
1249
+	$menu_icon = geodir_plugin_url() . '/geodirectory-assets/images/favicon.ico';
1250
+
1251
+	if (!$listing_slug = get_option('geodir_listing_prefix'))
1252
+		$listing_slug = 'places';
1253
+
1254
+	/**
1255
+	 * Taxonomies
1256
+	 **/
1257
+	//if ( ! taxonomy_exists('gd_place_tags') )
1258
+	{
1259
+
1260
+		$gd_placetags = array();
1261
+		$gd_placetags['object_type'] = 'gd_place';
1262
+		$gd_placetags['listing_slug'] = $listing_slug . '/tags';
1263
+		$gd_placetags['args'] = array(
1264
+			'public' => true,
1265
+			'hierarchical' => false,
1266
+			'rewrite' => array('slug' => $listing_slug . '/tags', 'with_front' => false, 'hierarchical' => true),
1267
+			'query_var' => true,
1268
+
1269
+			'labels' => array(
1270
+				'name' => __('Place Tags', 'geodirectory'),
1271
+				'singular_name' => __('Place Tag', 'geodirectory'),
1272
+				'search_items' => __('Search Place Tags', 'geodirectory'),
1273
+				'popular_items' => __('Popular Place Tags', 'geodirectory'),
1274
+				'all_items' => __('All Place Tags', 'geodirectory'),
1275
+				'edit_item' => __('Edit Place Tag', 'geodirectory'),
1276
+				'update_item' => __('Update Place Tag', 'geodirectory'),
1277
+				'add_new_item' => __('Add New Place Tag', 'geodirectory'),
1278
+				'new_item_name' => __('New Place Tag Name', 'geodirectory'),
1279
+				'add_or_remove_items' => __('Add or remove Place tags', 'geodirectory'),
1280
+				'choose_from_most_used' => __('Choose from the most used Place tags', 'geodirectory'),
1281
+				'separate_items_with_commas' => __('Separate Place tags with commas', 'geodirectory'),
1282
+			),
1283
+		);
1284
+
1285
+
1286
+		$geodir_taxonomies = get_option('geodir_taxonomies');
1287
+		$geodir_taxonomies['gd_place_tags'] = $gd_placetags;
1288
+		update_option('geodir_taxonomies', $geodir_taxonomies);
1289
+
1290
+
1291
+		// Update post types and delete tmp options
1292
+		flush_rewrite_rules();
1293
+
1294
+	}
1295
+
1296
+	//if ( ! taxonomy_exists('gd_placecategory') )
1297
+	{
1298
+
1299
+		$gd_placecategory = array();
1300
+		$gd_placecategory['object_type'] = 'gd_place';
1301
+		$gd_placecategory['listing_slug'] = $listing_slug;
1302
+		$gd_placecategory['args'] = array(
1303
+			'public' => true,
1304
+			'hierarchical' => true,
1305
+			'rewrite' => array('slug' => $listing_slug, 'with_front' => false, 'hierarchical' => true),
1306
+			'query_var' => true,
1307
+			'labels' => array(
1308
+				'name' => __('Place Categories', 'geodirectory'),
1309
+				'singular_name' => __('Place Category', 'geodirectory'),
1310
+				'search_items' => __('Search Place Categories', 'geodirectory'),
1311
+				'popular_items' => __('Popular Place Categories', 'geodirectory'),
1312
+				'all_items' => __('All Place Categories', 'geodirectory'),
1313
+				'edit_item' => __('Edit Place Category', 'geodirectory'),
1314
+				'update_item' => __('Update Place Category', 'geodirectory'),
1315
+				'add_new_item' => __('Add New Place Category', 'geodirectory'),
1316
+				'new_item_name' => __('New Place Category', 'geodirectory'),
1317
+				'add_or_remove_items' => __('Add or remove Place categories', 'geodirectory'),
1318
+			),
1319
+		);
1320
+
1321
+
1322
+		$geodir_taxonomies = get_option('geodir_taxonomies');
1323
+		$geodir_taxonomies['gd_placecategory'] = $gd_placecategory;
1324
+		update_option('geodir_taxonomies', $geodir_taxonomies);
1325
+
1326
+
1327
+		flush_rewrite_rules();
1328
+	}
1329
+
1330
+	/**
1331
+	 * Post Types
1332
+	 **/
1333
+
1334
+	//if ( ! post_type_exists('gd_place') )
1335
+	{
1336
+
1337
+		$labels = array(
1338
+			'name' => __('Places', 'geodirectory'),
1339
+			'singular_name' => __('Place', 'geodirectory'),
1340
+			'add_new' => __('Add New', 'geodirectory'),
1341
+			'add_new_item' => __('Add New Place', 'geodirectory'),
1342
+			'edit_item' => __('Edit Place', 'geodirectory'),
1343
+			'new_item' => __('New Place', 'geodirectory'),
1344
+			'view_item' => __('View Place', 'geodirectory'),
1345
+			'search_items' => __('Search Places', 'geodirectory'),
1346
+			'not_found' => __('No Place Found', 'geodirectory'),
1347
+			'not_found_in_trash' => __('No Place Found In Trash', 'geodirectory'));
1348
+
1349
+		$place_default = array(
1350
+			'labels' => $labels,
1351
+			'can_export' => true,
1352
+			'capability_type' => 'post',
1353
+			'description' => 'Place post type.',
1354
+			'has_archive' => $listing_slug,
1355
+			'hierarchical' => false,
1356
+			'map_meta_cap' => true,
1357
+			'menu_icon' => $menu_icon,
1358
+			'public' => true,
1359
+			'query_var' => true,
1360
+			'rewrite' => array('slug' => $listing_slug , 'with_front' => false, 'hierarchical' => true, 'feeds' => true),
1361
+			'supports' => array('title', 'editor', 'author', 'thumbnail', 'excerpt', 'custom-fields', 'comments', /*'revisions', 'post-formats'*/),
1362
+			'taxonomies' => array('gd_placecategory', 'gd_place_tags'));
1363
+
1364
+		//Update custom post types
1365
+		$geodir_post_types = get_option('geodir_post_types');
1366
+		$geodir_post_types['gd_place'] = $place_default;
1367
+		update_option('geodir_post_types', $geodir_post_types);
1368
+
1369
+		// Update post types and delete tmp options
1370
+		flush_rewrite_rules();
1371
+	}
1372
+
1373
+
1374
+	geodir_register_taxonomies();
1375
+	geodir_register_post_types();
1376
+
1377
+	//die;
1378 1378
 
1379 1379
 }
1380 1380
 
1381 1381
 $gd_wpml_get_languages = "";
1382 1382
 function gd_wpml_get_lang_from_url($url){
1383 1383
 
1384
-    global $gd_wpml_get_languages;
1385
-    if(isset($_REQUEST['lang']) && $_REQUEST['lang']){return $_REQUEST['lang'];}
1384
+	global $gd_wpml_get_languages;
1385
+	if(isset($_REQUEST['lang']) && $_REQUEST['lang']){return $_REQUEST['lang'];}
1386 1386
 
1387 1387
 
1388
-    //
1389
-    $url = str_replace(array("http://","https://"),"",$url);
1388
+	//
1389
+	$url = str_replace(array("http://","https://"),"",$url);
1390 1390
 
1391
-    // site_url() seems to work better than get_bloginfo('url') here, WPML can change get_bloginfo('url') to add the lang.
1392
-    $site_url = str_replace(array("http://","https://"),"",site_url());
1391
+	// site_url() seems to work better than get_bloginfo('url') here, WPML can change get_bloginfo('url') to add the lang.
1392
+	$site_url = str_replace(array("http://","https://"),"",site_url());
1393 1393
 
1394
-    $url = str_replace($site_url,"",$url);
1394
+	$url = str_replace($site_url,"",$url);
1395 1395
 
1396 1396
 
1397
-    $segments = explode('/', trim($url, '/'));
1397
+	$segments = explode('/', trim($url, '/'));
1398 1398
 
1399
-    //print_r( $segments);
1400
-    if($gd_wpml_get_languages){
1401
-        $langs = $gd_wpml_get_languages;
1402
-    }else{
1403
-        global $sitepress;
1404
-        $gd_wpml_get_languages = $sitepress->get_active_languages();
1405
-    }
1399
+	//print_r( $segments);
1400
+	if($gd_wpml_get_languages){
1401
+		$langs = $gd_wpml_get_languages;
1402
+	}else{
1403
+		global $sitepress;
1404
+		$gd_wpml_get_languages = $sitepress->get_active_languages();
1405
+	}
1406 1406
 
1407
-    if (isset($segments[0]) && $segments[0] && array_key_exists($segments[0], $gd_wpml_get_languages)) {
1408
-        return $segments[0];
1409
-    }
1407
+	if (isset($segments[0]) && $segments[0] && array_key_exists($segments[0], $gd_wpml_get_languages)) {
1408
+		return $segments[0];
1409
+	}
1410 1410
 
1411
-    return false;
1411
+	return false;
1412 1412
 
1413 1413
 
1414 1414
 }
1415 1415
 
1416 1416
 function gd_wpml_slug_translation_turned_on($post_type) {
1417 1417
 
1418
-    global $sitepress;
1419
-    $settings = $sitepress->get_settings();
1420
-    return isset($settings['posts_slug_translation']['types'][$post_type])
1421
-    && $settings['posts_slug_translation']['types'][$post_type]
1422
-    && isset($settings['posts_slug_translation']['on'])
1423
-    && $settings['posts_slug_translation']['on'];
1418
+	global $sitepress;
1419
+	$settings = $sitepress->get_settings();
1420
+	return isset($settings['posts_slug_translation']['types'][$post_type])
1421
+	&& $settings['posts_slug_translation']['types'][$post_type]
1422
+	&& isset($settings['posts_slug_translation']['on'])
1423
+	&& $settings['posts_slug_translation']['on'];
1424 1424
 }
1425 1425
 
1426 1426
 
@@ -1445,150 +1445,150 @@  discard block
 block discarded – undo
1445 1445
  */
1446 1446
 function geodir_listing_permalink_structure($post_link, $post_obj, $leavename, $sample)
1447 1447
 {
1448
-    //echo $post_link."<br />".$sample ;
1448
+	//echo $post_link."<br />".$sample ;
1449 1449
 
1450 1450
 
1451
-    global $wpdb, $wp_query, $plugin_prefix, $post, $comment_post_cache, $gd_permalink_cache;
1452
-    if (isset($post_obj->ID) && isset($post->ID) && $post_obj->ID == $post->ID) {
1453
-    } elseif (isset($post_obj->post_status) && $post_obj->post_status == 'auto-draft') {
1454
-        return $post_link;
1455
-    } else {
1456
-        $orig_post = $post;
1457
-        $post = $post_obj;
1458
-    }
1451
+	global $wpdb, $wp_query, $plugin_prefix, $post, $comment_post_cache, $gd_permalink_cache;
1452
+	if (isset($post_obj->ID) && isset($post->ID) && $post_obj->ID == $post->ID) {
1453
+	} elseif (isset($post_obj->post_status) && $post_obj->post_status == 'auto-draft') {
1454
+		return $post_link;
1455
+	} else {
1456
+		$orig_post = $post;
1457
+		$post = $post_obj;
1458
+	}
1459 1459
 
1460
-    if (in_array($post->post_type, geodir_get_posttypes())) {
1460
+	if (in_array($post->post_type, geodir_get_posttypes())) {
1461 1461
 
1462 1462
 
1463
-        $post_types = get_option('geodir_post_types');
1464
-        $slug = $post_types[$post->post_type]['rewrite']['slug'];
1463
+		$post_types = get_option('geodir_post_types');
1464
+		$slug = $post_types[$post->post_type]['rewrite']['slug'];
1465 1465
 
1466
-        // Alter the CPT slug if WPML is set to do so
1467
-        if(function_exists('icl_object_id')){
1468
-            if ( gd_wpml_slug_translation_turned_on( $post->post_type ) && $language_code = gd_wpml_get_lang_from_url($post_link)) {
1466
+		// Alter the CPT slug if WPML is set to do so
1467
+		if(function_exists('icl_object_id')){
1468
+			if ( gd_wpml_slug_translation_turned_on( $post->post_type ) && $language_code = gd_wpml_get_lang_from_url($post_link)) {
1469 1469
 
1470
-                $org_slug = $slug;
1471
-                $slug = apply_filters( 'wpml_translate_single_string',
1472
-                    $slug,
1473
-                    'WordPress',
1474
-                    'URL slug: ' . $slug,
1475
-                    $language_code);
1470
+				$org_slug = $slug;
1471
+				$slug = apply_filters( 'wpml_translate_single_string',
1472
+					$slug,
1473
+					'WordPress',
1474
+					'URL slug: ' . $slug,
1475
+					$language_code);
1476 1476
 
1477
-                if(!$slug){$slug = $org_slug;}
1477
+				if(!$slug){$slug = $org_slug;}
1478 1478
 
1479
-            }
1480
-        }
1479
+			}
1480
+		}
1481 1481
 
1482
-        if (function_exists('geodir_location_geo_home_link')) {
1483
-            remove_filter('home_url', 'geodir_location_geo_home_link', 100000);
1484
-        }
1482
+		if (function_exists('geodir_location_geo_home_link')) {
1483
+			remove_filter('home_url', 'geodir_location_geo_home_link', 100000);
1484
+		}
1485 1485
         
1486
-        // Fix slug problem when slug matches part of host or base url/ Ex: url -> www.abcxyz.com & slug -> xyz.
1487
-        $site_url = trailingslashit(get_bloginfo('url'));
1486
+		// Fix slug problem when slug matches part of host or base url/ Ex: url -> www.abcxyz.com & slug -> xyz.
1487
+		$site_url = trailingslashit(get_bloginfo('url'));
1488 1488
         
1489
-        if (function_exists('geodir_location_geo_home_link')) {
1490
-            add_filter('home_url', 'geodir_location_geo_home_link', 100000, 2);
1491
-        }
1492
-
1493
-        $fix_url = strpos($post_link, $site_url) === 0 ? true : false;
1494
-        if ($fix_url) {
1495
-            $post_link = str_replace($site_url, '', $post_link);
1496
-        }
1497
-
1498
-        $post_link = trailingslashit(
1499
-            preg_replace(  "/" . preg_quote( $slug, "/" ) . "/", $slug ."/%gd_taxonomy%",$post_link, 1 )
1500
-        );
1501
-
1502
-        if ($fix_url) {
1503
-            $post_link = $site_url . $post_link;
1504
-        }
1505
-
1506
-        if (isset($comment_post_cache[$post->ID])) {
1507
-            $post = $comment_post_cache[$post->ID];
1508
-        }
1509
-        if (isset($gd_permalink_cache[$post->ID]) && $gd_permalink_cache[$post->ID] && !$sample) {
1510
-            $post_id = $post->ID;
1511
-            if (isset($orig_post)) {
1512
-                $post = $orig_post;
1513
-            }
1514
-            return $gd_permalink_cache[$post_id];
1515
-        }
1489
+		if (function_exists('geodir_location_geo_home_link')) {
1490
+			add_filter('home_url', 'geodir_location_geo_home_link', 100000, 2);
1491
+		}
1516 1492
 
1517
-        if (!isset($post->post_locations)) {
1518
-            $post_type = $post->post_type;
1519
-            $ID = $post->ID;
1520
-            $post2 = $wpdb->get_row(
1521
-                $wpdb->prepare(
1522
-                    "SELECT * from " . $plugin_prefix . $post->post_type . "_detail WHERE post_id = %d ",
1523
-                    array($post->ID)
1524
-                )
1525
-            );
1493
+		$fix_url = strpos($post_link, $site_url) === 0 ? true : false;
1494
+		if ($fix_url) {
1495
+			$post_link = str_replace($site_url, '', $post_link);
1496
+		}
1526 1497
 
1527
-            $post = (object)array_merge((array)$post, (array)$post2);
1498
+		$post_link = trailingslashit(
1499
+			preg_replace(  "/" . preg_quote( $slug, "/" ) . "/", $slug ."/%gd_taxonomy%",$post_link, 1 )
1500
+		);
1528 1501
 
1529
-            $comment_post_cache[$post->ID] = $post;
1530
-        }
1502
+		if ($fix_url) {
1503
+			$post_link = $site_url . $post_link;
1504
+		}
1531 1505
 
1506
+		if (isset($comment_post_cache[$post->ID])) {
1507
+			$post = $comment_post_cache[$post->ID];
1508
+		}
1509
+		if (isset($gd_permalink_cache[$post->ID]) && $gd_permalink_cache[$post->ID] && !$sample) {
1510
+			$post_id = $post->ID;
1511
+			if (isset($orig_post)) {
1512
+				$post = $orig_post;
1513
+			}
1514
+			return $gd_permalink_cache[$post_id];
1515
+		}
1532 1516
 
1517
+		if (!isset($post->post_locations)) {
1518
+			$post_type = $post->post_type;
1519
+			$ID = $post->ID;
1520
+			$post2 = $wpdb->get_row(
1521
+				$wpdb->prepare(
1522
+					"SELECT * from " . $plugin_prefix . $post->post_type . "_detail WHERE post_id = %d ",
1523
+					array($post->ID)
1524
+				)
1525
+			);
1533 1526
 
1534
-        if (false !== strpos($post_link, '%gd_taxonomy%')) {
1527
+			$post = (object)array_merge((array)$post, (array)$post2);
1535 1528
 
1536
-            if ( apply_filters("geodir_add_location_url_to_url",get_option('geodir_add_location_url'),$post->post_type,$post)) {
1537
-                $location_request = '';
1529
+			$comment_post_cache[$post->ID] = $post;
1530
+		}
1538 1531
 
1539 1532
 
1540
-                if (!empty($post->post_locations)) {
1541
-                    $geodir_arr_locations = explode(',', $post->post_locations);
1542
-                    if (count($geodir_arr_locations) == 3) {
1543
-                        $post->city_slug = str_replace('[', '', $geodir_arr_locations[0]);
1544
-                        $post->city_slug = str_replace(']', '', $post->city_slug);
1545
-                        $post->region_slug = str_replace('[', '', $geodir_arr_locations[1]);
1546
-                        $post->region_slug = str_replace(']', '', $post->region_slug);
1547
-                        $post->country_slug = str_replace('[', '', $geodir_arr_locations[2]);
1548
-                        $post->country_slug = str_replace(']', '', $post->country_slug);
1549 1533
 
1550
-                        $post_location = (object)array('country_slug' => $post->country_slug,
1551
-                            'region_slug' => $post->region_slug,
1552
-                            'city_slug' => $post->city_slug
1553
-                        );
1534
+		if (false !== strpos($post_link, '%gd_taxonomy%')) {
1554 1535
 
1555
-                    } else
1556
-                        $post_location = geodir_get_location();
1536
+			if ( apply_filters("geodir_add_location_url_to_url",get_option('geodir_add_location_url'),$post->post_type,$post)) {
1537
+				$location_request = '';
1557 1538
 
1558 1539
 
1559
-                } else {
1540
+				if (!empty($post->post_locations)) {
1541
+					$geodir_arr_locations = explode(',', $post->post_locations);
1542
+					if (count($geodir_arr_locations) == 3) {
1543
+						$post->city_slug = str_replace('[', '', $geodir_arr_locations[0]);
1544
+						$post->city_slug = str_replace(']', '', $post->city_slug);
1545
+						$post->region_slug = str_replace('[', '', $geodir_arr_locations[1]);
1546
+						$post->region_slug = str_replace(']', '', $post->region_slug);
1547
+						$post->country_slug = str_replace('[', '', $geodir_arr_locations[2]);
1548
+						$post->country_slug = str_replace(']', '', $post->country_slug);
1560 1549
 
1561
-                    $post_location_sql = $wpdb->get_results(
1562
-                        $wpdb->prepare(
1563
-                            "SELECT post_locations from " . $plugin_prefix . $post->post_type . "_detail WHERE post_id = %d ",
1564
-                            array($post->ID)
1565
-                        )
1566
-                    );
1567
-
1568
-                    if (!empty($post_location_sql) && is_array($post_location_sql) && !empty($post_location_sql[0]->post_locations)) {
1569
-
1570
-                        $geodir_arr_locations = explode(',', $post_location_sql[0]->post_locations);
1571
-                        if (count($geodir_arr_locations) == 3) {
1572
-                            $post->city_slug = str_replace('[', '', $geodir_arr_locations[0]);
1573
-                            $post->city_slug = str_replace(']', '', $post->city_slug);
1574
-                            $post->region_slug = str_replace('[', '', $geodir_arr_locations[1]);
1575
-                            $post->region_slug = str_replace(']', '', $post->region_slug);
1576
-                            $post->country_slug = str_replace('[', '', $geodir_arr_locations[2]);
1577
-                            $post->country_slug = str_replace(']', '', $post->country_slug);
1578
-
1579
-                            $post_location = (object)array('country_slug' => $post->country_slug,
1580
-                                'region_slug' => $post->region_slug,
1581
-                                'city_slug' => $post->city_slug
1582
-                            );
1550
+						$post_location = (object)array('country_slug' => $post->country_slug,
1551
+							'region_slug' => $post->region_slug,
1552
+							'city_slug' => $post->city_slug
1553
+						);
1583 1554
 
1584
-                        }
1585
-                    } else
1586
-                        $post_location = geodir_get_location();
1587
-                }
1555
+					} else
1556
+						$post_location = geodir_get_location();
1588 1557
 
1589 1558
 
1590
-                if (!empty($post_location)) {
1591
-                    $country_slug = isset($post_location->country_slug) ? $post_location->country_slug : '';
1559
+				} else {
1560
+
1561
+					$post_location_sql = $wpdb->get_results(
1562
+						$wpdb->prepare(
1563
+							"SELECT post_locations from " . $plugin_prefix . $post->post_type . "_detail WHERE post_id = %d ",
1564
+							array($post->ID)
1565
+						)
1566
+					);
1567
+
1568
+					if (!empty($post_location_sql) && is_array($post_location_sql) && !empty($post_location_sql[0]->post_locations)) {
1569
+
1570
+						$geodir_arr_locations = explode(',', $post_location_sql[0]->post_locations);
1571
+						if (count($geodir_arr_locations) == 3) {
1572
+							$post->city_slug = str_replace('[', '', $geodir_arr_locations[0]);
1573
+							$post->city_slug = str_replace(']', '', $post->city_slug);
1574
+							$post->region_slug = str_replace('[', '', $geodir_arr_locations[1]);
1575
+							$post->region_slug = str_replace(']', '', $post->region_slug);
1576
+							$post->country_slug = str_replace('[', '', $geodir_arr_locations[2]);
1577
+							$post->country_slug = str_replace(']', '', $post->country_slug);
1578
+
1579
+							$post_location = (object)array('country_slug' => $post->country_slug,
1580
+								'region_slug' => $post->region_slug,
1581
+								'city_slug' => $post->city_slug
1582
+							);
1583
+
1584
+						}
1585
+					} else
1586
+						$post_location = geodir_get_location();
1587
+				}
1588
+
1589
+
1590
+				if (!empty($post_location)) {
1591
+					$country_slug = isset($post_location->country_slug) ? $post_location->country_slug : '';
1592 1592
 					$region_slug = isset($post_location->region_slug) ? $post_location->region_slug : '';
1593 1593
 					$city_slug = isset($post_location->city_slug) ? $post_location->city_slug : '';
1594 1594
 					
@@ -1606,78 +1606,78 @@  discard block
 block discarded – undo
1606 1606
 					$location_slug[] = $city_slug;
1607 1607
 					
1608 1608
 					$location_request .= implode('/', $location_slug) . '/';
1609
-                }
1610
-            }
1609
+				}
1610
+			}
1611 1611
 
1612
-            if (get_option('geodir_add_categories_url')) {
1612
+			if (get_option('geodir_add_categories_url')) {
1613 1613
 
1614
-                $term_request = '';
1615
-                $taxonomies = geodir_get_taxonomies($post->post_type);
1614
+				$term_request = '';
1615
+				$taxonomies = geodir_get_taxonomies($post->post_type);
1616 1616
 
1617
-                $taxonomies = end($taxonomies);
1617
+				$taxonomies = end($taxonomies);
1618 1618
 
1619
-                if (!empty($post->default_category)) {
1620
-                    $post_terms = $post->default_category;
1621
-                } else {
1622
-                    $post_terms = '';
1619
+				if (!empty($post->default_category)) {
1620
+					$post_terms = $post->default_category;
1621
+				} else {
1622
+					$post_terms = '';
1623 1623
 
1624
-                    if (isset($post->{$taxonomies})) {
1625
-                        $post_terms = explode(",", trim($post->{$taxonomies}, ","));
1626
-                        $post_terms = $post_terms[0];
1627
-                    }
1624
+					if (isset($post->{$taxonomies})) {
1625
+						$post_terms = explode(",", trim($post->{$taxonomies}, ","));
1626
+						$post_terms = $post_terms[0];
1627
+					}
1628 1628
 
1629
-                    if (!$post_terms)
1630
-                        $post_terms = geodir_get_post_meta($post->ID, 'default_category', true);
1629
+					if (!$post_terms)
1630
+						$post_terms = geodir_get_post_meta($post->ID, 'default_category', true);
1631 1631
 
1632
-                    if (!$post_terms) {
1633
-                        $post_terms = geodir_get_post_meta($post->ID, $taxonomies, true);
1632
+					if (!$post_terms) {
1633
+						$post_terms = geodir_get_post_meta($post->ID, $taxonomies, true);
1634 1634
 
1635
-                        if ($post_terms) {
1636
-                            $post_terms = explode(",", trim($post_terms, ","));
1637
-                            $post_terms = $post_terms[0];
1638
-                        }
1639
-                    }
1640
-                }
1635
+						if ($post_terms) {
1636
+							$post_terms = explode(",", trim($post_terms, ","));
1637
+							$post_terms = $post_terms[0];
1638
+						}
1639
+					}
1640
+				}
1641 1641
 
1642
-                $term = get_term_by('id', $post_terms, $taxonomies);
1642
+				$term = get_term_by('id', $post_terms, $taxonomies);
1643 1643
 
1644
-                if (!empty($term))
1645
-                    $term_request = $term->slug;
1646
-                //$term_request = $term->slug.'/';
1647
-            }
1644
+				if (!empty($term))
1645
+					$term_request = $term->slug;
1646
+				//$term_request = $term->slug.'/';
1647
+			}
1648 1648
 
1649
-            $request_term = '';
1650
-            $listingurl_separator = '';
1651
-            //$detailurl_separator = get_option('geodir_detailurl_separator');
1652
-            $detailurl_separator = '';
1653
-            if (isset($location_request) && $location_request != '' && isset($term_request) && $term_request != '') {
1654
-                $request_term = $location_request;
1655
-                //$listingurl_separator = get_option('geodir_listingurl_separator');
1656
-                //$request_term .= $listingurl_separator.'/'.$term_request;
1657
-                $request_term .= $term_request;
1649
+			$request_term = '';
1650
+			$listingurl_separator = '';
1651
+			//$detailurl_separator = get_option('geodir_detailurl_separator');
1652
+			$detailurl_separator = '';
1653
+			if (isset($location_request) && $location_request != '' && isset($term_request) && $term_request != '') {
1654
+				$request_term = $location_request;
1655
+				//$listingurl_separator = get_option('geodir_listingurl_separator');
1656
+				//$request_term .= $listingurl_separator.'/'.$term_request;
1657
+				$request_term .= $term_request;
1658 1658
 
1659
-            } else {
1660
-                if (isset($location_request) && $location_request != '') $request_term = $location_request;
1659
+			} else {
1660
+				if (isset($location_request) && $location_request != '') $request_term = $location_request;
1661 1661
 
1662
-                if (isset($term_request) && $term_request != '') $request_term .= $term_request;
1663
-            }
1664
-            $request_term = trim($request_term, '/');
1665
-            if (!empty($request_term))
1666
-                $post_link = str_replace('%gd_taxonomy%', $request_term . $detailurl_separator, $post_link);
1667
-            else
1668
-                $post_link = str_replace('/%gd_taxonomy%', $request_term . $detailurl_separator, $post_link);
1669
-            //echo $post_link ;
1670
-        }
1671
-        // temp cache the permalink
1672
-        if (!$sample && (!isset($_REQUEST['geodir_ajax']) || (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] != 'add_listing'))) {
1673
-            $gd_permalink_cache[$post->ID] = $post_link;
1674
-        }
1675
-    }
1676
-    if (isset($orig_post)) {
1677
-        $post = $orig_post;
1678
-    }
1679
-
1680
-    return $post_link;
1662
+				if (isset($term_request) && $term_request != '') $request_term .= $term_request;
1663
+			}
1664
+			$request_term = trim($request_term, '/');
1665
+			if (!empty($request_term))
1666
+				$post_link = str_replace('%gd_taxonomy%', $request_term . $detailurl_separator, $post_link);
1667
+			else
1668
+				$post_link = str_replace('/%gd_taxonomy%', $request_term . $detailurl_separator, $post_link);
1669
+			//echo $post_link ;
1670
+		}
1671
+		// temp cache the permalink
1672
+		if (!$sample && (!isset($_REQUEST['geodir_ajax']) || (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] != 'add_listing'))) {
1673
+			$gd_permalink_cache[$post->ID] = $post_link;
1674
+		}
1675
+	}
1676
+	if (isset($orig_post)) {
1677
+		$post = $orig_post;
1678
+	}
1679
+
1680
+	return $post_link;
1681 1681
 }
1682 1682
 
1683 1683
 /**
@@ -1693,99 +1693,99 @@  discard block
 block discarded – undo
1693 1693
  * @return string The term link.
1694 1694
  */
1695 1695
 function geodir_term_link($termlink, $term, $taxonomy) {
1696
-    $geodir_taxonomies = geodir_get_taxonomies('', true);
1696
+	$geodir_taxonomies = geodir_get_taxonomies('', true);
1697 1697
 
1698
-    if (isset($taxonomy) && !empty($geodir_taxonomies) && in_array($taxonomy, $geodir_taxonomies)) {
1699
-        global $geodir_add_location_url, $gd_session;
1700
-        $include_location = false;
1701
-        $request_term = array();
1702
-        $add_location_url = get_option('geodir_add_location_url');
1703
-        $location_manager = defined('POST_LOCATION_TABLE') ? true : false;
1698
+	if (isset($taxonomy) && !empty($geodir_taxonomies) && in_array($taxonomy, $geodir_taxonomies)) {
1699
+		global $geodir_add_location_url, $gd_session;
1700
+		$include_location = false;
1701
+		$request_term = array();
1702
+		$add_location_url = get_option('geodir_add_location_url');
1703
+		$location_manager = defined('POST_LOCATION_TABLE') ? true : false;
1704 1704
 
1705
-        $listing_slug = geodir_get_listing_slug($taxonomy);
1705
+		$listing_slug = geodir_get_listing_slug($taxonomy);
1706 1706
 
1707
-        if ($geodir_add_location_url != NULL && $geodir_add_location_url != '') {
1708
-            if ($geodir_add_location_url && $add_location_url) {
1709
-                $include_location = true;
1710
-            }
1711
-        } elseif ($add_location_url && $gd_session->get('gd_multi_location') == 1) {
1712
-            $include_location = true;
1713
-        } elseif ($add_location_url && $location_manager && geodir_is_page('detail')) {
1714
-            $include_location = true;
1715
-        }
1716
-
1717
-        if ($include_location) {
1718
-            global $post;
1707
+		if ($geodir_add_location_url != NULL && $geodir_add_location_url != '') {
1708
+			if ($geodir_add_location_url && $add_location_url) {
1709
+				$include_location = true;
1710
+			}
1711
+		} elseif ($add_location_url && $gd_session->get('gd_multi_location') == 1) {
1712
+			$include_location = true;
1713
+		} elseif ($add_location_url && $location_manager && geodir_is_page('detail')) {
1714
+			$include_location = true;
1715
+		}
1716
+
1717
+		if ($include_location) {
1718
+			global $post;
1719 1719
             
1720
-            $neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
1720
+			$neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
1721 1721
             
1722
-            if (geodir_is_page('detail') && isset($post->country_slug)) {
1723
-                $location_terms = array(
1724
-                    'gd_country' => $post->country_slug,
1725
-                    'gd_region' => $post->region_slug,
1726
-                    'gd_city' => $post->city_slug
1727
-                );
1722
+			if (geodir_is_page('detail') && isset($post->country_slug)) {
1723
+				$location_terms = array(
1724
+					'gd_country' => $post->country_slug,
1725
+					'gd_region' => $post->region_slug,
1726
+					'gd_city' => $post->city_slug
1727
+				);
1728 1728
                 
1729
-                if ($neighbourhood_active && !empty($location_terms['gd_city']) && $gd_ses_neighbourhood = $gd_session->get('gd_neighbourhood')) {
1730
-                    $location_terms['gd_neighbourhood'] = $gd_ses_neighbourhood;
1731
-                }
1732
-            } else {
1733
-                $location_terms = geodir_get_current_location_terms('query_vars');
1734
-            }
1729
+				if ($neighbourhood_active && !empty($location_terms['gd_city']) && $gd_ses_neighbourhood = $gd_session->get('gd_neighbourhood')) {
1730
+					$location_terms['gd_neighbourhood'] = $gd_ses_neighbourhood;
1731
+				}
1732
+			} else {
1733
+				$location_terms = geodir_get_current_location_terms('query_vars');
1734
+			}
1735 1735
 
1736
-            $geodir_show_location_url = get_option('geodir_show_location_url');
1737
-            $location_terms = geodir_remove_location_terms($location_terms);
1736
+			$geodir_show_location_url = get_option('geodir_show_location_url');
1737
+			$location_terms = geodir_remove_location_terms($location_terms);
1738 1738
 
1739
-            if (!empty($location_terms)) {
1740
-                $url_separator = '';
1739
+			if (!empty($location_terms)) {
1740
+				$url_separator = '';
1741 1741
 
1742
-                if (get_option('permalink_structure') != '') {
1743
-                    $old_listing_slug = '/' . $listing_slug . '/';
1744
-                    $request_term = implode("/", $location_terms);
1745
-                    $new_listing_slug = '/' . $listing_slug . '/' . $request_term . '/';
1742
+				if (get_option('permalink_structure') != '') {
1743
+					$old_listing_slug = '/' . $listing_slug . '/';
1744
+					$request_term = implode("/", $location_terms);
1745
+					$new_listing_slug = '/' . $listing_slug . '/' . $request_term . '/';
1746 1746
 
1747
-                    $termlink = substr_replace($termlink, $new_listing_slug, strpos($termlink, $old_listing_slug), strlen($old_listing_slug));
1748
-                } else {
1749
-                    $termlink = geodir_getlink($termlink, $request_term);
1750
-                }
1751
-            }
1752
-        }
1747
+					$termlink = substr_replace($termlink, $new_listing_slug, strpos($termlink, $old_listing_slug), strlen($old_listing_slug));
1748
+				} else {
1749
+					$termlink = geodir_getlink($termlink, $request_term);
1750
+				}
1751
+			}
1752
+		}
1753 1753
 
1754
-        // Alter the CPT slug is WPML is set to do so
1755
-        /* we can replace this with the below function
1754
+		// Alter the CPT slug is WPML is set to do so
1755
+		/* we can replace this with the below function
1756 1756
         if(function_exists('icl_object_id')){
1757 1757
             global $sitepress;
1758 1758
             $post_type = str_replace("category","",$taxonomy);
1759 1759
             $termlink = $sitepress->post_type_archive_link_filter( $termlink, $post_type);
1760 1760
         }*/
1761 1761
 
1762
-        // Alter the CPT slug if WPML is set to do so
1763
-        if (function_exists('icl_object_id')) {
1764
-            $post_types = get_option('geodir_post_types');
1765
-            $post_type = str_replace("category","",$taxonomy);
1766
-            $post_type = str_replace("_tags","",$post_type);
1767
-            $slug = $post_types[$post_type]['rewrite']['slug'];
1768
-            if (gd_wpml_slug_translation_turned_on($post_type)) {
1769
-                global $sitepress;
1770
-                $default_lang = $sitepress->get_default_language();
1771
-                $language_code = gd_wpml_get_lang_from_url($termlink);
1772
-                if (!$language_code ) {
1773
-                    $language_code  = $default_lang;
1774
-                }
1762
+		// Alter the CPT slug if WPML is set to do so
1763
+		if (function_exists('icl_object_id')) {
1764
+			$post_types = get_option('geodir_post_types');
1765
+			$post_type = str_replace("category","",$taxonomy);
1766
+			$post_type = str_replace("_tags","",$post_type);
1767
+			$slug = $post_types[$post_type]['rewrite']['slug'];
1768
+			if (gd_wpml_slug_translation_turned_on($post_type)) {
1769
+				global $sitepress;
1770
+				$default_lang = $sitepress->get_default_language();
1771
+				$language_code = gd_wpml_get_lang_from_url($termlink);
1772
+				if (!$language_code ) {
1773
+					$language_code  = $default_lang;
1774
+				}
1775 1775
 
1776
-                $org_slug = $slug;
1777
-                $slug = apply_filters('wpml_translate_single_string', $slug, 'WordPress', 'URL slug: ' . $slug, $language_code);
1776
+				$org_slug = $slug;
1777
+				$slug = apply_filters('wpml_translate_single_string', $slug, 'WordPress', 'URL slug: ' . $slug, $language_code);
1778 1778
 
1779
-                if (!$slug) {
1780
-                    $slug = $org_slug;
1781
-                }
1779
+				if (!$slug) {
1780
+					$slug = $org_slug;
1781
+				}
1782 1782
 
1783
-                $termlink = trailingslashit(preg_replace("/" . preg_quote($org_slug, "/") . "/", $slug  ,$termlink, 1));
1784
-            }
1785
-        }
1786
-    }
1783
+				$termlink = trailingslashit(preg_replace("/" . preg_quote($org_slug, "/") . "/", $slug  ,$termlink, 1));
1784
+			}
1785
+		}
1786
+	}
1787 1787
     
1788
-    return $termlink;
1788
+	return $termlink;
1789 1789
 }
1790 1790
 
1791 1791
 /**
@@ -1811,14 +1811,14 @@  discard block
 block discarded – undo
1811 1811
 	if (in_array($post_type, geodir_get_posttypes())) {
1812 1812
 		if (get_option('geodir_add_location_url') && $gd_session->get('gd_multi_location') == 1) {
1813 1813
 			if(geodir_is_page('detail') && !empty($post) && isset($post->country_slug)) {
1814
-                $location_terms = array(
1815
-                    'gd_country' => $post->country_slug,
1816
-                    'gd_region' => $post->region_slug,
1817
-                    'gd_city' => $post->city_slug
1818
-                );
1819
-            } else {
1820
-                $location_terms = geodir_get_current_location_terms('query_vars');
1821
-            }
1814
+				$location_terms = array(
1815
+					'gd_country' => $post->country_slug,
1816
+					'gd_region' => $post->region_slug,
1817
+					'gd_city' => $post->city_slug
1818
+				);
1819
+			} else {
1820
+				$location_terms = geodir_get_current_location_terms('query_vars');
1821
+			}
1822 1822
 			
1823 1823
 			$location_terms = geodir_remove_location_terms($location_terms);
1824 1824
 			
@@ -1850,17 +1850,17 @@  discard block
 block discarded – undo
1850 1850
  * @return void|string Label.
1851 1851
  */
1852 1852
 function get_post_type_singular_label($post_type, $echo = false, $translate = false) {
1853
-    $obj_post_type = get_post_type_object($post_type);
1854
-    if (!is_object($obj_post_type)) {
1855
-        return;
1856
-    }
1853
+	$obj_post_type = get_post_type_object($post_type);
1854
+	if (!is_object($obj_post_type)) {
1855
+		return;
1856
+	}
1857 1857
     
1858
-    $label = $translate ? __($obj_post_type->labels->singular_name, 'geodirectory') : $obj_post_type->labels->singular_name;
1858
+	$label = $translate ? __($obj_post_type->labels->singular_name, 'geodirectory') : $obj_post_type->labels->singular_name;
1859 1859
     
1860
-    if ($echo)
1861
-        echo $label;
1862
-    else
1863
-        return $label;
1860
+	if ($echo)
1861
+		echo $label;
1862
+	else
1863
+		return $label;
1864 1864
 }
1865 1865
 
1866 1866
 /**
@@ -1875,19 +1875,19 @@  discard block
 block discarded – undo
1875 1875
  * @return void|string Label.
1876 1876
  */
1877 1877
 function get_post_type_plural_label($post_type, $echo = false, $translate = false) {
1878
-    $all_postypes = geodir_get_posttypes();
1878
+	$all_postypes = geodir_get_posttypes();
1879 1879
 
1880
-    if (!in_array($post_type, $all_postypes))
1881
-        return false;
1880
+	if (!in_array($post_type, $all_postypes))
1881
+		return false;
1882 1882
 
1883
-    $obj_post_type = get_post_type_object($post_type);
1883
+	$obj_post_type = get_post_type_object($post_type);
1884 1884
     
1885
-    $label = $translate ? __($obj_post_type->labels->name, 'geodirectory') : $obj_post_type->labels->name;
1885
+	$label = $translate ? __($obj_post_type->labels->name, 'geodirectory') : $obj_post_type->labels->name;
1886 1886
     
1887
-    if ($echo)
1888
-        echo $label;
1889
-    else
1890
-        return $label;
1887
+	if ($echo)
1888
+		echo $label;
1889
+	else
1890
+		return $label;
1891 1891
 }
1892 1892
 
1893 1893
 /**
@@ -1905,51 +1905,51 @@  discard block
 block discarded – undo
1905 1905
  */
1906 1906
 function geodir_term_exists($term, $taxonomy = '', $parent = 0)
1907 1907
 {
1908
-    global $wpdb;
1909
-
1910
-    $select = "SELECT term_id FROM $wpdb->terms as t WHERE ";
1911
-    $tax_select = "SELECT tt.term_id, tt.term_taxonomy_id FROM $wpdb->terms AS t INNER JOIN $wpdb->term_taxonomy as tt ON tt.term_id = t.term_id WHERE ";
1912
-
1913
-    if (is_int($term)) {
1914
-        if (0 == $term)
1915
-            return 0;
1916
-        $where = 't.term_id = %d';
1917
-        if (!empty($taxonomy))
1918
-            return $wpdb->get_row($wpdb->prepare($tax_select . $where . " AND tt.taxonomy = %s", $term, $taxonomy), ARRAY_A);
1919
-        else
1920
-            return $wpdb->get_var($wpdb->prepare($select . $where, $term));
1921
-    }
1908
+	global $wpdb;
1909
+
1910
+	$select = "SELECT term_id FROM $wpdb->terms as t WHERE ";
1911
+	$tax_select = "SELECT tt.term_id, tt.term_taxonomy_id FROM $wpdb->terms AS t INNER JOIN $wpdb->term_taxonomy as tt ON tt.term_id = t.term_id WHERE ";
1912
+
1913
+	if (is_int($term)) {
1914
+		if (0 == $term)
1915
+			return 0;
1916
+		$where = 't.term_id = %d';
1917
+		if (!empty($taxonomy))
1918
+			return $wpdb->get_row($wpdb->prepare($tax_select . $where . " AND tt.taxonomy = %s", $term, $taxonomy), ARRAY_A);
1919
+		else
1920
+			return $wpdb->get_var($wpdb->prepare($select . $where, $term));
1921
+	}
1922 1922
 
1923
-    $term = trim(wp_unslash($term));
1923
+	$term = trim(wp_unslash($term));
1924 1924
 
1925
-    if ('' === $slug = sanitize_title($term))
1926
-        return 0;
1925
+	if ('' === $slug = sanitize_title($term))
1926
+		return 0;
1927 1927
 
1928
-    $where = 't.slug = %s';
1928
+	$where = 't.slug = %s';
1929 1929
 
1930
-    $where_fields = array($slug);
1931
-    if (!empty($taxonomy)) {
1932
-        $parent = (int)$parent;
1933
-        if ($parent > 0) {
1934
-            $where_fields[] = $parent;
1935
-            $else_where_fields[] = $parent;
1936
-            $where .= ' AND tt.parent = %d';
1930
+	$where_fields = array($slug);
1931
+	if (!empty($taxonomy)) {
1932
+		$parent = (int)$parent;
1933
+		if ($parent > 0) {
1934
+			$where_fields[] = $parent;
1935
+			$else_where_fields[] = $parent;
1936
+			$where .= ' AND tt.parent = %d';
1937 1937
 
1938
-        }
1938
+		}
1939 1939
 
1940
-        $where_fields[] = $taxonomy;
1940
+		$where_fields[] = $taxonomy;
1941 1941
 
1942 1942
 
1943
-        if ($result = $wpdb->get_row($wpdb->prepare("SELECT tt.term_id, tt.term_taxonomy_id FROM $wpdb->terms AS t INNER JOIN $wpdb->term_taxonomy as tt ON tt.term_id = t.term_id WHERE $where AND tt.taxonomy = %s", $where_fields), ARRAY_A))
1944
-            return $result;
1943
+		if ($result = $wpdb->get_row($wpdb->prepare("SELECT tt.term_id, tt.term_taxonomy_id FROM $wpdb->terms AS t INNER JOIN $wpdb->term_taxonomy as tt ON tt.term_id = t.term_id WHERE $where AND tt.taxonomy = %s", $where_fields), ARRAY_A))
1944
+			return $result;
1945 1945
 
1946
-        return false;
1947
-    }
1946
+		return false;
1947
+	}
1948 1948
 
1949
-    if ($result = $wpdb->get_var($wpdb->prepare("SELECT term_id FROM $wpdb->terms as t WHERE $where", $where_fields)))
1950
-        return $result;
1949
+	if ($result = $wpdb->get_var($wpdb->prepare("SELECT term_id FROM $wpdb->terms as t WHERE $where", $where_fields)))
1950
+		return $result;
1951 1951
 
1952
-    return false;
1952
+	return false;
1953 1953
 }
1954 1954
 
1955 1955
 /**
@@ -1961,7 +1961,7 @@  discard block
 block discarded – undo
1961 1961
 function geodir_get_term_icon_rebuild()
1962 1962
 {
1963 1963
 
1964
-    update_option('gd_term_icons', '');
1964
+	update_option('gd_term_icons', '');
1965 1965
 
1966 1966
 }
1967 1967
 
@@ -1979,60 +1979,60 @@  discard block
 block discarded – undo
1979 1979
  */
1980 1980
 function geodir_get_term_icon($term_id = false, $rebuild = false)
1981 1981
 {
1982
-    global $wpdb;
1983
-    if (!$rebuild) {
1984
-        $terms_icons = get_option('gd_term_icons');
1985
-    } else {
1986
-        $terms_icons = array();
1987
-    }
1988
-
1989
-    if (empty($terms_icons)) {
1990
-        $default_icon_url = get_option('geodir_default_marker_icon');
1991
-        $taxonomy = geodir_get_taxonomies();
1992
-        $post_types = geodir_get_posttypes();
1993
-        $tax_arr = array();
1994
-        foreach ($post_types as $post_type) {
1995
-            $tax_arr[] = "'" . $post_type . "category'";
1996
-        }
1997
-        $tax_c = implode(',', $tax_arr);
1998
-        $terms = $wpdb->get_results("SELECT * FROM $wpdb->term_taxonomy WHERE taxonomy IN ($tax_c)");
1999
-        //$terms = get_terms( $taxonomy );
2000
-
2001
-        if($terms) {
2002
-            foreach ($terms as $term) {
2003
-                $post_type = str_replace("category", "", $term->taxonomy);
2004
-                $a_terms[$post_type][] = $term;
1982
+	global $wpdb;
1983
+	if (!$rebuild) {
1984
+		$terms_icons = get_option('gd_term_icons');
1985
+	} else {
1986
+		$terms_icons = array();
1987
+	}
2005 1988
 
2006
-            }
2007
-        }
1989
+	if (empty($terms_icons)) {
1990
+		$default_icon_url = get_option('geodir_default_marker_icon');
1991
+		$taxonomy = geodir_get_taxonomies();
1992
+		$post_types = geodir_get_posttypes();
1993
+		$tax_arr = array();
1994
+		foreach ($post_types as $post_type) {
1995
+			$tax_arr[] = "'" . $post_type . "category'";
1996
+		}
1997
+		$tax_c = implode(',', $tax_arr);
1998
+		$terms = $wpdb->get_results("SELECT * FROM $wpdb->term_taxonomy WHERE taxonomy IN ($tax_c)");
1999
+		//$terms = get_terms( $taxonomy );
2008 2000
 
2009
-        if($a_terms) {
2010
-            foreach ($a_terms as $pt => $t2) {
2001
+		if($terms) {
2002
+			foreach ($terms as $term) {
2003
+				$post_type = str_replace("category", "", $term->taxonomy);
2004
+				$a_terms[$post_type][] = $term;
2011 2005
 
2012
-                foreach ($t2 as $term) {
2013
-                    $term_icon = get_tax_meta($term->term_id, 'ct_cat_icon', false, $pt);
2014
-                    if ($term_icon) {
2015
-                        $term_icon_url = $term_icon["src"];
2016
-                    } else {
2017
-                        $term_icon_url = $default_icon_url;
2018
-                    }
2019
-                    $terms_icons[$term->term_id] = $term_icon_url;
2020
-                }
2021
-            }
2022
-        }
2006
+			}
2007
+		}
2008
+
2009
+		if($a_terms) {
2010
+			foreach ($a_terms as $pt => $t2) {
2011
+
2012
+				foreach ($t2 as $term) {
2013
+					$term_icon = get_tax_meta($term->term_id, 'ct_cat_icon', false, $pt);
2014
+					if ($term_icon) {
2015
+						$term_icon_url = $term_icon["src"];
2016
+					} else {
2017
+						$term_icon_url = $default_icon_url;
2018
+					}
2019
+					$terms_icons[$term->term_id] = $term_icon_url;
2020
+				}
2021
+			}
2022
+		}
2023 2023
 
2024
-        update_option('gd_term_icons', $terms_icons);
2025
-    }
2024
+		update_option('gd_term_icons', $terms_icons);
2025
+	}
2026 2026
 
2027
-    if ($term_id && isset($terms_icons[$term_id])) {
2028
-        return $terms_icons[$term_id];
2029
-    } elseif ($term_id && !isset($terms_icons[$term_id])) {
2030
-        return get_option('geodir_default_marker_icon');
2031
-    }
2027
+	if ($term_id && isset($terms_icons[$term_id])) {
2028
+		return $terms_icons[$term_id];
2029
+	} elseif ($term_id && !isset($terms_icons[$term_id])) {
2030
+		return get_option('geodir_default_marker_icon');
2031
+	}
2032 2032
 
2033
-    if (is_ssl()) {
2034
-        $terms_icons = str_replace("http:","https:",$terms_icons );
2035
-    }
2033
+	if (is_ssl()) {
2034
+		$terms_icons = str_replace("http:","https:",$terms_icons );
2035
+	}
2036 2036
 
2037
-    return apply_filters('geodir_get_term_icons', $terms_icons, $term_id);
2037
+	return apply_filters('geodir_get_term_icons', $terms_icons, $term_id);
2038 2038
 }
2039 2039
\ No newline at end of file
Please login to merge, or discard this patch.
geodirectory-admin/admin_functions.php 1 patch
Indentation   +2877 added lines, -2877 removed lines patch added patch discarded remove patch
@@ -13,125 +13,125 @@  discard block
 block discarded – undo
13 13
  * @package GeoDirectory
14 14
  */
15 15
 function geodir_deactivation() {
16
-    // Update installed variable
17
-    update_option("geodir_installed", 0);
16
+	// Update installed variable
17
+	update_option("geodir_installed", 0);
18 18
 
19
-    // Remove rewrite rules and then recreate rewrite rules.
20
-    flush_rewrite_rules();
19
+	// Remove rewrite rules and then recreate rewrite rules.
20
+	flush_rewrite_rules();
21 21
 }
22 22
 
23 23
 if (!function_exists('geodir_admin_styles')) {
24
-    /**
25
-     * Enqueue Admin Styles.
26
-     *
27
-     * @since 1.0.0
28
-     * @package GeoDirectory
29
-     */
30
-    function geodir_admin_styles() {
31
-        wp_register_style('geodirectory-admin-css', geodir_plugin_url() . '/geodirectory-assets/css/admin.css', array(), GEODIRECTORY_VERSION);
32
-        wp_enqueue_style('geodirectory-admin-css');
24
+	/**
25
+	 * Enqueue Admin Styles.
26
+	 *
27
+	 * @since 1.0.0
28
+	 * @package GeoDirectory
29
+	 */
30
+	function geodir_admin_styles() {
31
+		wp_register_style('geodirectory-admin-css', geodir_plugin_url() . '/geodirectory-assets/css/admin.css', array(), GEODIRECTORY_VERSION);
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);
35
-        wp_enqueue_style('geodirectory-frontend-style');
34
+		wp_register_style('geodirectory-frontend-style', geodir_plugin_url() . '/geodirectory-assets/css/style.css', array(), GEODIRECTORY_VERSION);
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);
38
-        wp_enqueue_style('geodir-chosen-style');
37
+		wp_register_style('geodir-chosen-style', geodir_plugin_url() . '/geodirectory-assets/css/chosen.css', array(), GEODIRECTORY_VERSION);
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);
41
-        wp_enqueue_style('geodirectory-jquery-ui-timepicker-css');
40
+		wp_register_style('geodirectory-jquery-ui-timepicker-css', geodir_plugin_url() . '/geodirectory-assets/css/jquery.ui.timepicker.css', array(), GEODIRECTORY_VERSION);
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);
44
-        wp_enqueue_style('geodirectory-jquery-ui-css');
43
+		wp_register_style('geodirectory-jquery-ui-css', geodir_plugin_url() . '/geodirectory-assets/css/jquery-ui.css', array(), GEODIRECTORY_VERSION);
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);
47
-        wp_enqueue_style('geodirectory-custom-fields-css');
46
+		wp_register_style('geodirectory-custom-fields-css', geodir_plugin_url() . '/geodirectory-assets/css/custom_field.css', array(), GEODIRECTORY_VERSION);
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);
50
-        wp_enqueue_style('geodirectory-pluplodar-css');
49
+		wp_register_style('geodirectory-pluplodar-css', geodir_plugin_url() . '/geodirectory-assets/css/pluploader.css', array(), GEODIRECTORY_VERSION);
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);
53
-        wp_enqueue_style('geodir-rating-style');
52
+		wp_register_style('geodir-rating-style', geodir_plugin_url() . '/geodirectory-assets/css/jRating.jquery.css', array(), GEODIRECTORY_VERSION);
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);
56
-        wp_enqueue_style('geodir-rtl-style');
57
-    }
55
+		wp_register_style('geodir-rtl-style', geodir_plugin_url() . '/geodirectory-assets/css/rtl.css', array(), GEODIRECTORY_VERSION);
56
+		wp_enqueue_style('geodir-rtl-style');
57
+	}
58 58
 }
59 59
 
60 60
 if (!function_exists('geodir_admin_styles_req')) {
61
-    /**
62
-     * Loads stylesheets from CDN.
63
-     *
64
-     * @since 1.0.0
65
-     * @package GeoDirectory
66
-     */
67
-    function geodir_admin_styles_req()
68
-    {
61
+	/**
62
+	 * Loads stylesheets from CDN.
63
+	 *
64
+	 * @since 1.0.0
65
+	 * @package GeoDirectory
66
+	 */
67
+	function geodir_admin_styles_req()
68
+	{
69 69
 
70
-        wp_register_style('font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css', array(), GEODIRECTORY_VERSION);
71
-        wp_enqueue_style('font-awesome');
70
+		wp_register_style('font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css', array(), GEODIRECTORY_VERSION);
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);
74
-        wp_enqueue_script('geodirectory-admin');
73
+		wp_register_script('geodirectory-admin', geodir_plugin_url() . '/geodirectory-assets/js/admin-req.min.js', array('jquery'), GEODIRECTORY_VERSION);
74
+		wp_enqueue_script('geodirectory-admin');
75 75
 
76
-    }
76
+	}
77 77
 }
78 78
 
79 79
 if (!function_exists('geodir_admin_scripts')) {
80
-    /**
81
-     * Enqueue Admin Scripts.
82
-     *
83
-     * @since 1.0.0
84
-     * @package GeoDirectory
85
-     */
86
-    function geodir_admin_scripts()
87
-    {
88
-        $geodir_map_name = geodir_map_name();
80
+	/**
81
+	 * Enqueue Admin Scripts.
82
+	 *
83
+	 * @since 1.0.0
84
+	 * @package GeoDirectory
85
+	 */
86
+	function geodir_admin_scripts()
87
+	{
88
+		$geodir_map_name = geodir_map_name();
89 89
         
90
-        wp_enqueue_script('jquery');
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);
95
-        wp_enqueue_script('chosen');
94
+		wp_register_script('chosen', geodir_plugin_url() . '/geodirectory-assets/js/chosen.jquery.js', array('jquery'), GEODIRECTORY_VERSION);
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);
98
-        wp_enqueue_script('geodirectory-choose-ajax');
97
+		wp_register_script('geodirectory-choose-ajax', geodir_plugin_url() . '/geodirectory-assets/js/ajax-chosen.js', array(), GEODIRECTORY_VERSION);
98
+		wp_enqueue_script('geodirectory-choose-ajax');
99 99
 
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);
102
-        }
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);
102
+		}
103 103
 
104
-        wp_enqueue_script('geodirectory-custom-fields-script');
105
-        $plugin_path = geodir_plugin_url() . '/geodirectory-functions/cat-meta-functions';
104
+		wp_enqueue_script('geodirectory-custom-fields-script');
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
-        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();
112
-            /** This filter is documented in geodirectory_template_tags.php */
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);
115
-        }
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();
112
+			/** This filter is documented in geodirectory_template_tags.php */
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);
115
+		}
116 116
         
117
-        if ($geodir_map_name == 'osm') {
118
-            // Leaflet OpenStreetMap
119
-            wp_register_style('geodirectory-leaflet-style', geodir_plugin_url() . '/geodirectory-assets/leaflet/leaflet.css', array(), GEODIRECTORY_VERSION);
120
-            wp_enqueue_style('geodirectory-leaflet-style');
117
+		if ($geodir_map_name == 'osm') {
118
+			// Leaflet OpenStreetMap
119
+			wp_register_style('geodirectory-leaflet-style', geodir_plugin_url() . '/geodirectory-assets/leaflet/leaflet.css', array(), GEODIRECTORY_VERSION);
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);
123
-            wp_enqueue_script('geodirectory-leaflet-script');
122
+			wp_register_script('geodirectory-leaflet-script', geodir_plugin_url() . '/geodirectory-assets/leaflet/leaflet.min.js', array(), GEODIRECTORY_VERSION);
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);
126
-            wp_enqueue_script('geodirectory-leaflet-geo-script');
127
-        }
128
-        wp_enqueue_script( 'jquery-ui-autocomplete' );
125
+			wp_register_script('geodirectory-leaflet-geo-script', geodir_plugin_url() . '/geodirectory-assets/leaflet/osm.geocode.js', array('geodirectory-leaflet-script'), GEODIRECTORY_VERSION);
126
+			wp_enqueue_script('geodirectory-leaflet-geo-script');
127
+		}
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);
131
-        wp_enqueue_script('geodirectory-goMap-script');
130
+		wp_register_script('geodirectory-goMap-script', geodir_plugin_url() . '/geodirectory-assets/js/goMap.min.js', array(), GEODIRECTORY_VERSION,true);
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);
134
-        wp_enqueue_script('geodirectory-goMap-script');
133
+		wp_register_script('geodirectory-goMap-script', geodir_plugin_url() . '/geodirectory-assets/js/goMap.js', array(), GEODIRECTORY_VERSION);
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')) {
@@ -142,167 +142,167 @@  discard block
 block discarded – undo
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);
146
-        wp_enqueue_script('geodir-on-document-load');
147
-
148
-
149
-        // SCRIPT FOR UPLOAD
150
-        wp_enqueue_script('plupload-all');
151
-        wp_enqueue_script('jquery-ui-sortable');
152
-
153
-        wp_register_script('geodirectory-plupload-script', geodir_plugin_url() . '/geodirectory-assets/js/geodirectory-plupload.js', array(), GEODIRECTORY_VERSION);
154
-        wp_enqueue_script('geodirectory-plupload-script');
155
-
156
-        // SCRIPT FOR UPLOAD END
157
-
158
-
159
-        // place js config array for plupload
160
-        $plupload_init = array(
161
-            'runtimes' => 'html5,silverlight,flash,html4',
162
-            'browse_button' => 'plupload-browse-button', // will be adjusted per uploader
163
-            'container' => 'plupload-upload-ui', // will be adjusted per uploader
164
-            'drop_element' => 'dropbox', // will be adjusted per uploader
165
-            'file_data_name' => 'async-upload', // will be adjusted per uploader
166
-            'multiple_queues' => true,
167
-            'max_file_size' => geodir_max_upload_size(),
168
-            'url' => admin_url('admin-ajax.php'),
169
-            'flash_swf_url' => includes_url('js/plupload/plupload.flash.swf'),
170
-            'silverlight_xap_url' => includes_url('js/plupload/plupload.silverlight.xap'),
171
-            'filters' => array(array('title' => __('Allowed Files', 'geodirectory'), 'extensions' => '*')),
172
-            'multipart' => true,
173
-            'urlstream_upload' => true,
174
-            'multi_selection' => false, // will be added per uploader
175
-            // additional post data to send to our ajax hook
176
-            'multipart_params' => array(
177
-                '_ajax_nonce' => "", // will be added per uploader
178
-                'action' => 'plupload_action', // the ajax action name
179
-                'imgid' => 0 // will be added per uploader
180
-            )
181
-        );
182
-        $base_plupload_config = json_encode($plupload_init);
183
-
184
-
185
-        $thumb_img_arr = array();
186
-
187
-        if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '')
188
-            $thumb_img_arr = geodir_get_images($_REQUEST['pid']);
189
-
190
-        $totImg = '';
191
-        $image_limit = '';
192
-        if (!empty($thumb_img_arr)) {
193
-            $totImg = count($thumb_img_arr);
194
-        }
145
+		wp_register_script('geodir-on-document-load', geodir_plugin_url() . '/geodirectory-assets/js/on_document_load.min.js', array(), GEODIRECTORY_VERSION);
146
+		wp_enqueue_script('geodir-on-document-load');
147
+
148
+
149
+		// SCRIPT FOR UPLOAD
150
+		wp_enqueue_script('plupload-all');
151
+		wp_enqueue_script('jquery-ui-sortable');
152
+
153
+		wp_register_script('geodirectory-plupload-script', geodir_plugin_url() . '/geodirectory-assets/js/geodirectory-plupload.js', array(), GEODIRECTORY_VERSION);
154
+		wp_enqueue_script('geodirectory-plupload-script');
155
+
156
+		// SCRIPT FOR UPLOAD END
157
+
158
+
159
+		// place js config array for plupload
160
+		$plupload_init = array(
161
+			'runtimes' => 'html5,silverlight,flash,html4',
162
+			'browse_button' => 'plupload-browse-button', // will be adjusted per uploader
163
+			'container' => 'plupload-upload-ui', // will be adjusted per uploader
164
+			'drop_element' => 'dropbox', // will be adjusted per uploader
165
+			'file_data_name' => 'async-upload', // will be adjusted per uploader
166
+			'multiple_queues' => true,
167
+			'max_file_size' => geodir_max_upload_size(),
168
+			'url' => admin_url('admin-ajax.php'),
169
+			'flash_swf_url' => includes_url('js/plupload/plupload.flash.swf'),
170
+			'silverlight_xap_url' => includes_url('js/plupload/plupload.silverlight.xap'),
171
+			'filters' => array(array('title' => __('Allowed Files', 'geodirectory'), 'extensions' => '*')),
172
+			'multipart' => true,
173
+			'urlstream_upload' => true,
174
+			'multi_selection' => false, // will be added per uploader
175
+			// additional post data to send to our ajax hook
176
+			'multipart_params' => array(
177
+				'_ajax_nonce' => "", // will be added per uploader
178
+				'action' => 'plupload_action', // the ajax action name
179
+				'imgid' => 0 // will be added per uploader
180
+			)
181
+		);
182
+		$base_plupload_config = json_encode($plupload_init);
183
+
184
+
185
+		$thumb_img_arr = array();
186
+
187
+		if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '')
188
+			$thumb_img_arr = geodir_get_images($_REQUEST['pid']);
189
+
190
+		$totImg = '';
191
+		$image_limit = '';
192
+		if (!empty($thumb_img_arr)) {
193
+			$totImg = count($thumb_img_arr);
194
+		}
195 195
 
196
-        $gd_plupload_init = array('base_plupload_config' => $base_plupload_config,
197
-            'totalImg' => $totImg,
198
-            'image_limit' => $image_limit,
199
-            'upload_img_size' => geodir_max_upload_size());
196
+		$gd_plupload_init = array('base_plupload_config' => $base_plupload_config,
197
+			'totalImg' => $totImg,
198
+			'image_limit' => $image_limit,
199
+			'upload_img_size' => geodir_max_upload_size());
200 200
 
201
-        wp_localize_script('geodirectory-plupload-script', 'gd_plupload', $gd_plupload_init);
201
+		wp_localize_script('geodirectory-plupload-script', 'gd_plupload', $gd_plupload_init);
202 202
 
203
-        $ajax_cons_data = array('url' => __(admin_url('admin-ajax.php')));
204
-        wp_localize_script('geodirectory-custom-fields-script', 'geodir_admin_ajax', $ajax_cons_data);
203
+		$ajax_cons_data = array('url' => __(admin_url('admin-ajax.php')));
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);
208
-        wp_enqueue_script('geodirectory-admin-script');
207
+		wp_register_script('geodirectory-admin-script', geodir_plugin_url() . '/geodirectory-assets/js/admin.js', array(), GEODIRECTORY_VERSION);
208
+		wp_enqueue_script('geodirectory-admin-script');
209 209
 
210
-        wp_enqueue_style('farbtastic');
211
-        wp_enqueue_script('farbtastic');
210
+		wp_enqueue_style('farbtastic');
211
+		wp_enqueue_script('farbtastic');
212 212
 
213
-        $screen = get_current_screen();
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');
216
-        }
213
+		$screen = get_current_screen();
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');
216
+		}
217 217
 
218
-        $ajax_cons_data = array('url' => esc_url(__(get_option('siteurl') . '?geodir_ajax=true')));
219
-        wp_localize_script('geodirectory-admin-script', 'geodir_ajax', $ajax_cons_data);
218
+		$ajax_cons_data = array('url' => esc_url(__(get_option('siteurl') . '?geodir_ajax=true')));
219
+		wp_localize_script('geodirectory-admin-script', 'geodir_ajax', $ajax_cons_data);
220 220
 
221
-    }
221
+	}
222 222
 }
223 223
 
224 224
 if (!function_exists('geodir_admin_menu')) {
225
-    /**
226
-     * Admin Menus
227
-     *
228
-     * Sets up the admin menus in wordpress.
229
-     *
230
-     * @since 1.0.0
231
-     * @package GeoDirectory
232
-     * @global array $menu Menu array.
233
-     * @global object $geodirectory GeoDirectory plugin object.
234
-     */
235
-    function geodir_admin_menu()
236
-    {
237
-        global $menu, $geodirectory;
225
+	/**
226
+	 * Admin Menus
227
+	 *
228
+	 * Sets up the admin menus in wordpress.
229
+	 *
230
+	 * @since 1.0.0
231
+	 * @package GeoDirectory
232
+	 * @global array $menu Menu array.
233
+	 * @global object $geodirectory GeoDirectory plugin object.
234
+	 */
235
+	function geodir_admin_menu()
236
+	{
237
+		global $menu, $geodirectory;
238 238
 
239
-        if (current_user_can('manage_options')) $menu[] = array('', 'read', 'separator-geodirectory', '', 'wp-menu-separator geodirectory');
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
+	}
245 245
 }
246 246
 
247 247
 if (!function_exists('geodir_admin_menu_order')) {
248
-    /**
249
-     * Order admin menus.
250
-     *
251
-     * @since 1.0.0
252
-     * @package GeoDirectory
253
-     * @param array $menu_order Menu order array.
254
-     * @return array Modified menu order array.
255
-     */
256
-    function geodir_admin_menu_order($menu_order)
257
-    {
258
-
259
-        // Initialize our custom order array
260
-        $geodir_menu_order = array();
261
-
262
-        // Get the index of our custom separator
263
-        $geodir_separator = array_search('separator-geodirectory', $menu_order);
264
-
265
-        // Get index of posttype menu
266
-        $post_types = geodir_get_posttypes();
267
-
268
-        // Loop through menu order and do some rearranging
269
-        foreach ($menu_order as $index => $item) :
270
-
271
-            if ((('geodirectory') == $item)) :
272
-                $geodir_menu_order[] = 'separator-geodirectory';
273
-                if (!empty($post_types)) {
274
-                    foreach ($post_types as $post_type) {
275
-                        $geodir_menu_order[] = 'edit.php?post_type=' . $post_type;
276
-                    }
277
-                }
278
-                $geodir_menu_order[] = $item;
248
+	/**
249
+	 * Order admin menus.
250
+	 *
251
+	 * @since 1.0.0
252
+	 * @package GeoDirectory
253
+	 * @param array $menu_order Menu order array.
254
+	 * @return array Modified menu order array.
255
+	 */
256
+	function geodir_admin_menu_order($menu_order)
257
+	{
279 258
 
280
-                unset($menu_order[$geodir_separator]);
281
-            //unset( $menu_order[$geodir_places] );
282
-            elseif (!in_array($item, array('separator-geodirectory'))) :
283
-                $geodir_menu_order[] = $item;
284
-            endif;
259
+		// Initialize our custom order array
260
+		$geodir_menu_order = array();
285 261
 
286
-        endforeach;
262
+		// Get the index of our custom separator
263
+		$geodir_separator = array_search('separator-geodirectory', $menu_order);
287 264
 
288
-        // Return order
289
-        return $geodir_menu_order;
290
-    }
265
+		// Get index of posttype menu
266
+		$post_types = geodir_get_posttypes();
267
+
268
+		// Loop through menu order and do some rearranging
269
+		foreach ($menu_order as $index => $item) :
270
+
271
+			if ((('geodirectory') == $item)) :
272
+				$geodir_menu_order[] = 'separator-geodirectory';
273
+				if (!empty($post_types)) {
274
+					foreach ($post_types as $post_type) {
275
+						$geodir_menu_order[] = 'edit.php?post_type=' . $post_type;
276
+					}
277
+				}
278
+				$geodir_menu_order[] = $item;
279
+
280
+				unset($menu_order[$geodir_separator]);
281
+			//unset( $menu_order[$geodir_places] );
282
+			elseif (!in_array($item, array('separator-geodirectory'))) :
283
+				$geodir_menu_order[] = $item;
284
+			endif;
285
+
286
+		endforeach;
287
+
288
+		// Return order
289
+		return $geodir_menu_order;
290
+	}
291 291
 }
292 292
 
293 293
 if (!function_exists('geodir_admin_custom_menu_order')) {
294
-    /**
295
-     * Enables custom menu order.
296
-     *
297
-     * @since 1.0.0
298
-     * @package GeoDirectory
299
-     * @return bool
300
-     */
301
-    function geodir_admin_custom_menu_order()
302
-    {
303
-        if (!current_user_can('manage_options')) return false;
304
-        return true;
305
-    }
294
+	/**
295
+	 * Enables custom menu order.
296
+	 *
297
+	 * @since 1.0.0
298
+	 * @package GeoDirectory
299
+	 * @return bool
300
+	 */
301
+	function geodir_admin_custom_menu_order()
302
+	{
303
+		if (!current_user_can('manage_options')) return false;
304
+		return true;
305
+	}
306 306
 }
307 307
 
308 308
 /**
@@ -313,51 +313,51 @@  discard block
 block discarded – undo
313 313
  */
314 314
 function geodir_before_admin_panel()
315 315
 {
316
-    if (isset($_REQUEST['installed']) && $_REQUEST['installed'] != '') {
317
-        echo '<div id="message" class="updated fade">
316
+	if (isset($_REQUEST['installed']) && $_REQUEST['installed'] != '') {
317
+		echo '<div id="message" class="updated fade">
318 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 319
                         <p><strong>' . __('Geodirectory has been installed and setup. Enjoy :)', 'geodirectory') . '</strong></p>
320 320
                 </div>';
321 321
 
322
-    }
322
+	}
323 323
 
324
-    if (isset($_REQUEST['msg']) && $_REQUEST['msg'] != '') {
325
-        switch ($_REQUEST['msg']) {
326
-            case 'success':
327
-                echo '<div id="message" class="updated fade"><p><strong>' . __('Your settings have been saved.', 'geodirectory') . '</strong></p></div>';
328
-                flush_rewrite_rules(false);
324
+	if (isset($_REQUEST['msg']) && $_REQUEST['msg'] != '') {
325
+		switch ($_REQUEST['msg']) {
326
+			case 'success':
327
+				echo '<div id="message" class="updated fade"><p><strong>' . __('Your settings have been saved.', 'geodirectory') . '</strong></p></div>';
328
+				flush_rewrite_rules(false);
329 329
 
330
-                break;
330
+				break;
331 331
 			case 'fail':
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 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
-                break;
339
-        }
340
-    }
338
+				break;
339
+		}
340
+	}
341 341
 
342
-    $geodir_load_map = get_option('geodir_load_map');
343
-    $need_map_key = false;
344
-    if($geodir_load_map=='' || $geodir_load_map=='google' || $geodir_load_map=='auto' ){
345
-        $need_map_key = true;
346
-    }
342
+	$geodir_load_map = get_option('geodir_load_map');
343
+	$need_map_key = false;
344
+	if($geodir_load_map=='' || $geodir_load_map=='google' || $geodir_load_map=='auto' ){
345
+		$need_map_key = true;
346
+	}
347 347
 
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>';
350
-    }
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>';
350
+	}
351 351
 
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>';
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>';
354 354
 
355
-    }
355
+	}
356 356
 
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>';
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>';
359 359
 
360
-    }
360
+	}
361 361
 
362 362
 
363 363
 
@@ -374,19 +374,19 @@  discard block
 block discarded – undo
374 374
  */
375 375
 function geodir_handle_option_form_submit($current_tab)
376 376
 {
377
-    global $geodir_settings;
378
-    if (file_exists(dirname(__FILE__) . '/option-pages/' . $current_tab . '_array.php')) {
379
-        /**
380
-         * Contains settings array for current tab.
381
-         *
382
-         * @since 1.0.0
383
-         * @package GeoDirectory
384
-         */
385
-        include_once('option-pages/' . $current_tab . '_array.php');
386
-    }
387
-    if (isset($_POST) && $_POST && isset($_REQUEST['page']) && $_REQUEST['page'] == 'geodirectory') :
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'));
377
+	global $geodir_settings;
378
+	if (file_exists(dirname(__FILE__) . '/option-pages/' . $current_tab . '_array.php')) {
379
+		/**
380
+		 * Contains settings array for current tab.
381
+		 *
382
+		 * @since 1.0.0
383
+		 * @package GeoDirectory
384
+		 */
385
+		include_once('option-pages/' . $current_tab . '_array.php');
386
+	}
387
+	if (isset($_POST) && $_POST && isset($_REQUEST['page']) && $_REQUEST['page'] == 'geodirectory') :
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'));
390 390
 		
391 391
 		/**
392 392
 		 * Fires before updating geodirectory admin settings.
@@ -398,38 +398,38 @@  discard block
 block discarded – undo
398 398
 		 */
399 399
 		do_action('geodir_before_update_options', $current_tab, $geodir_settings);		
400 400
 		
401
-        if (!empty($geodir_settings[$current_tab]))
402
-            geodir_update_options($geodir_settings[$current_tab]);
401
+		if (!empty($geodir_settings[$current_tab]))
402
+			geodir_update_options($geodir_settings[$current_tab]);
403 403
 
404
-        /**
405
-         * Called after GeoDirectory options settings are updated.
406
-         *
407
-         * @since 1.0.0
408
-         * @param array $geodir_settings The array of GeoDirectory settings.
409
-         * @see 'geodir_before_update_options'
410
-         */
411
-        do_action('geodir_update_options', $geodir_settings);
404
+		/**
405
+		 * Called after GeoDirectory options settings are updated.
406
+		 *
407
+		 * @since 1.0.0
408
+		 * @param array $geodir_settings The array of GeoDirectory settings.
409
+		 * @see 'geodir_before_update_options'
410
+		 */
411
+		do_action('geodir_update_options', $geodir_settings);
412 412
 
413
-        /**
414
-         * Called after GeoDirectory options settings are updated.
415
-         *
416
-         * Provides tab specific settings.
417
-         *
418
-         * @since 1.0.0
419
-         * @param string $current_tab The current settings tab name.
420
-         * @param array $geodir_settings[$current_tab] The array of settings for the current settings tab.
421
-         */
422
-        do_action('geodir_update_options_' . $current_tab, $geodir_settings[$current_tab]);
413
+		/**
414
+		 * Called after GeoDirectory options settings are updated.
415
+		 *
416
+		 * Provides tab specific settings.
417
+		 *
418
+		 * @since 1.0.0
419
+		 * @param string $current_tab The current settings tab name.
420
+		 * @param array $geodir_settings[$current_tab] The array of settings for the current settings tab.
421
+		 */
422
+		do_action('geodir_update_options_' . $current_tab, $geodir_settings[$current_tab]);
423 423
 
424
-        flush_rewrite_rules(false);
424
+		flush_rewrite_rules(false);
425 425
 
426
-        $current_tab = isset($_REQUEST['tab']) ? $_REQUEST['tab'] : '';
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
-        wp_redirect($redirect_url);
431
-        exit();
432
-    endif;
430
+		wp_redirect($redirect_url);
431
+		exit();
432
+	endif;
433 433
 
434 434
 
435 435
 }
@@ -447,144 +447,144 @@  discard block
 block discarded – undo
447 447
  * @return bool Returns true if saved.
448 448
  */
449 449
 function geodir_update_options($options, $dummy = false) {
450
-    if ((!isset($_POST) || !$_POST) && !$dummy) return false;
450
+	if ((!isset($_POST) || !$_POST) && !$dummy) return false;
451 451
 
452
-    foreach ($options as $value) {
453
-        if ($dummy && isset($value['std']))
454
-            $_POST[$value['id']] = $value['std'];
452
+	foreach ($options as $value) {
453
+		if ($dummy && isset($value['std']))
454
+			$_POST[$value['id']] = $value['std'];
455 455
 
456 456
 
457
-        if (isset($value['type']) && $value['type'] == 'checkbox') :
457
+		if (isset($value['type']) && $value['type'] == 'checkbox') :
458 458
 
459
-            if (isset($value['id']) && isset($_POST[$value['id']])) {
460
-                update_option($value['id'], $_POST[$value['id']]);
461
-            } else {
462
-                update_option($value['id'], 0);
463
-            }
459
+			if (isset($value['id']) && isset($_POST[$value['id']])) {
460
+				update_option($value['id'], $_POST[$value['id']]);
461
+			} else {
462
+				update_option($value['id'], 0);
463
+			}
464 464
 
465
-        elseif (isset($value['type']) && $value['type'] == 'image_width') :
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);
472
-                else :
473
-                    update_option($value['id'] . '_crop', 0);
474
-                endif;
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);
479
-            }
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
+				else :
473
+					update_option($value['id'] . '_crop', 0);
474
+				endif;
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);
479
+			}
480 480
 
481
-        elseif (isset($value['type']) && $value['type'] == 'map') :
482
-            $post_types = array();
483
-            $categories = array();
481
+		elseif (isset($value['type']) && $value['type'] == 'map') :
482
+			$post_types = array();
483
+			$categories = array();
484 484
 
485
-            if (!empty($_POST['home_map_post_types'])) :
486
-                foreach ($_POST['home_map_post_types'] as $post_type) :
487
-                    $post_types[] = $post_type;
488
-                endforeach;
489
-            endif;
485
+			if (!empty($_POST['home_map_post_types'])) :
486
+				foreach ($_POST['home_map_post_types'] as $post_type) :
487
+					$post_types[] = $post_type;
488
+				endforeach;
489
+			endif;
490 490
 
491
-            update_option('geodir_exclude_post_type_on_map', $post_types);
491
+			update_option('geodir_exclude_post_type_on_map', $post_types);
492 492
 
493
-            if (!empty($_POST['post_category'])) :
494
-                foreach ($_POST['post_category'] as $texonomy => $cat_arr) :
495
-                    $categories[$texonomy] = array();
496
-                    foreach ($cat_arr as $category) :
497
-                        $categories[$texonomy][] = $category;
498
-                    endforeach;
499
-                    $categories[$texonomy] = !empty($categories[$texonomy]) ? array_unique($categories[$texonomy]) : array();
500
-                endforeach;
501
-            endif;
502
-            update_option('geodir_exclude_cat_on_map', $categories);
503
-            update_option('geodir_exclude_cat_on_map_upgrade', 1);
504
-        elseif (isset($value['type']) && $value['type'] == 'map_default_settings') :
493
+			if (!empty($_POST['post_category'])) :
494
+				foreach ($_POST['post_category'] as $texonomy => $cat_arr) :
495
+					$categories[$texonomy] = array();
496
+					foreach ($cat_arr as $category) :
497
+						$categories[$texonomy][] = $category;
498
+					endforeach;
499
+					$categories[$texonomy] = !empty($categories[$texonomy]) ? array_unique($categories[$texonomy]) : array();
500
+				endforeach;
501
+			endif;
502
+			update_option('geodir_exclude_cat_on_map', $categories);
503
+			update_option('geodir_exclude_cat_on_map_upgrade', 1);
504
+		elseif (isset($value['type']) && $value['type'] == 'map_default_settings') :
505 505
 
506 506
 
507
-            if (!empty($_POST['geodir_default_map_language'])):
508
-                update_option('geodir_default_map_language', $_POST['geodir_default_map_language']);
509
-            endif;
507
+			if (!empty($_POST['geodir_default_map_language'])):
508
+				update_option('geodir_default_map_language', $_POST['geodir_default_map_language']);
509
+			endif;
510 510
 
511 511
 
512
-            if (!empty($_POST['geodir_default_map_search_pt'])):
513
-                update_option('geodir_default_map_search_pt', $_POST['geodir_default_map_search_pt']);
514
-            endif;
512
+			if (!empty($_POST['geodir_default_map_search_pt'])):
513
+				update_option('geodir_default_map_search_pt', $_POST['geodir_default_map_search_pt']);
514
+			endif;
515 515
 
516 516
 
517
-        elseif (isset($value['type']) && $value['type'] == 'file') :
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
-                if (get_option($value['id'])) {
523
-                    $image_name_arr = explode('/', get_option($value['id']));
524
-                    $noimg_name = end($image_name_arr);
525
-                    $img_path = $uploads['path'] . '/' . $noimg_name;
526
-                    if (file_exists($img_path))
527
-                        unlink($img_path);
528
-                }
522
+				if (get_option($value['id'])) {
523
+					$image_name_arr = explode('/', get_option($value['id']));
524
+					$noimg_name = end($image_name_arr);
525
+					$img_path = $uploads['path'] . '/' . $noimg_name;
526
+					if (file_exists($img_path))
527
+						unlink($img_path);
528
+				}
529 529
 
530
-                update_option($value['id'], '');
531
-            }
530
+				update_option($value['id'], '');
531
+			}
532 532
 
533
-            $uploadedfile = isset($_FILES[$value['id']]) ? $_FILES[$value['id']] : '';
534
-            $filename = isset($_FILES[$value['id']]['name']) ? $_FILES[$value['id']]['name'] : '';
535
-
536
-            if (!empty($filename)):
537
-                $ext = pathinfo($filename, PATHINFO_EXTENSION);
538
-                $uplaods = array();
539
-
540
-                foreach ($uploadedfile as $key => $uplaod):
541
-                    if ($key == 'name'):
542
-                        $uplaods[$key] = $filename;
543
-                    else :
544
-                        $uplaods[$key] = $uplaod;
545
-                    endif;
546
-                endforeach;
547
-
548
-                $uploads = wp_upload_dir();
549
-
550
-                if (get_option($value['id'])) {
551
-                    $image_name_arr = explode('/', get_option($value['id']));
552
-                    $noimg_name = end($image_name_arr);
553
-                    $img_path = $uploads['path'] . '/' . $noimg_name;
554
-                    if (file_exists($img_path))
555
-                        unlink($img_path);
556
-                }
533
+			$uploadedfile = isset($_FILES[$value['id']]) ? $_FILES[$value['id']] : '';
534
+			$filename = isset($_FILES[$value['id']]['name']) ? $_FILES[$value['id']]['name'] : '';
535
+
536
+			if (!empty($filename)):
537
+				$ext = pathinfo($filename, PATHINFO_EXTENSION);
538
+				$uplaods = array();
539
+
540
+				foreach ($uploadedfile as $key => $uplaod):
541
+					if ($key == 'name'):
542
+						$uplaods[$key] = $filename;
543
+					else :
544
+						$uplaods[$key] = $uplaod;
545
+					endif;
546
+				endforeach;
547
+
548
+				$uploads = wp_upload_dir();
549
+
550
+				if (get_option($value['id'])) {
551
+					$image_name_arr = explode('/', get_option($value['id']));
552
+					$noimg_name = end($image_name_arr);
553
+					$img_path = $uploads['path'] . '/' . $noimg_name;
554
+					if (file_exists($img_path))
555
+						unlink($img_path);
556
+				}
557 557
 
558
-                $upload_overrides = array('test_form' => false);
559
-                $movefile = wp_handle_upload($uplaods, $upload_overrides);
558
+				$upload_overrides = array('test_form' => false);
559
+				$movefile = wp_handle_upload($uplaods, $upload_overrides);
560 560
 
561
-                update_option($value['id'], $movefile['url']);
561
+				update_option($value['id'], $movefile['url']);
562 562
 
563
-            endif;
563
+			endif;
564 564
 
565
-            if (!get_option($value['id']) && isset($value['value'])):
566
-                update_option($value['id'], $value['value']);
567
-            endif;
565
+			if (!get_option($value['id']) && isset($value['value'])):
566
+				update_option($value['id'], $value['value']);
567
+			endif;
568 568
 
569 569
 
570
-        else :
571
-            // same menu setting per theme.
572
-            if (isset($value['id']) && $value['id'] == 'geodir_theme_location_nav' && isset($_POST[$value['id']])) {
573
-                $theme = wp_get_theme();
574
-                update_option('geodir_theme_location_nav_' . $theme->name, $_POST[$value['id']]);
575
-            }
570
+		else :
571
+			// same menu setting per theme.
572
+			if (isset($value['id']) && $value['id'] == 'geodir_theme_location_nav' && isset($_POST[$value['id']])) {
573
+				$theme = wp_get_theme();
574
+				update_option('geodir_theme_location_nav_' . $theme->name, $_POST[$value['id']]);
575
+			}
576 576
 
577
-            if (isset($value['id']) && isset($_POST[$value['id']])) {
578
-                update_option($value['id'], $_POST[$value['id']]);
579
-            } else {
580
-                delete_option($value['id']);
581
-            }
577
+			if (isset($value['id']) && isset($_POST[$value['id']])) {
578
+				update_option($value['id'], $_POST[$value['id']]);
579
+			} else {
580
+				delete_option($value['id']);
581
+			}
582 582
 
583
-        endif;
584
-    }
585
-    if ($dummy)
586
-        $_POST = array();
587
-    return true;
583
+		endif;
584
+	}
585
+	if ($dummy)
586
+		$_POST = array();
587
+	return true;
588 588
 
589 589
 }
590 590
 
@@ -633,33 +633,33 @@  discard block
 block discarded – undo
633 633
 function places_custom_fields_tab($tabs)
634 634
 {
635 635
 
636
-    $geodir_post_types = get_option('geodir_post_types');
636
+	$geodir_post_types = get_option('geodir_post_types');
637 637
 
638
-    if (!empty($geodir_post_types)) {
638
+	if (!empty($geodir_post_types)) {
639 639
 
640
-        foreach ($geodir_post_types as $geodir_post_type => $geodir_posttype_info):
640
+		foreach ($geodir_post_types as $geodir_post_type => $geodir_posttype_info):
641 641
 
642
-            $listing_slug = __($geodir_posttype_info['labels']['singular_name'], 'geodirectory');
642
+			$listing_slug = __($geodir_posttype_info['labels']['singular_name'], 'geodirectory');
643 643
 
644
-            $tabs[$geodir_post_type . '_fields_settings'] = array(
645
-                'label' => wp_sprintf(__('%s Settings', 'geodirectory'), $listing_slug),
646
-                'subtabs' => array(
647
-                    array('subtab' => 'custom_fields',
648
-                        'label' => __('Custom Fields', 'geodirectory'),
649
-                        'request' => array('listing_type' => $geodir_post_type)),
650
-                    array('subtab' => 'sorting_options',
651
-                        'label' => __('Sorting Options', 'geodirectory'),
652
-                        'request' => array('listing_type' => $geodir_post_type)),
653
-                ),
654
-                'tab_index' => 9,
655
-                'request' => array('listing_type' => $geodir_post_type)
656
-            );
644
+			$tabs[$geodir_post_type . '_fields_settings'] = array(
645
+				'label' => wp_sprintf(__('%s Settings', 'geodirectory'), $listing_slug),
646
+				'subtabs' => array(
647
+					array('subtab' => 'custom_fields',
648
+						'label' => __('Custom Fields', 'geodirectory'),
649
+						'request' => array('listing_type' => $geodir_post_type)),
650
+					array('subtab' => 'sorting_options',
651
+						'label' => __('Sorting Options', 'geodirectory'),
652
+						'request' => array('listing_type' => $geodir_post_type)),
653
+				),
654
+				'tab_index' => 9,
655
+				'request' => array('listing_type' => $geodir_post_type)
656
+			);
657 657
 
658
-        endforeach;
658
+		endforeach;
659 659
 
660
-    }
660
+	}
661 661
 
662
-    return $tabs;
662
+	return $tabs;
663 663
 }
664 664
 
665 665
 
@@ -675,9 +675,9 @@  discard block
 block discarded – undo
675 675
  */
676 676
 function geodir_tools_setting_tab($tabs)
677 677
 {
678
-    wp_enqueue_script( 'jquery-ui-progressbar' );
679
-    $tabs['tools_settings'] = array('label' => __('GD Tools', 'geodirectory'));
680
-    return $tabs;
678
+	wp_enqueue_script( 'jquery-ui-progressbar' );
679
+	$tabs['tools_settings'] = array('label' => __('GD Tools', 'geodirectory'));
680
+	return $tabs;
681 681
 }
682 682
 
683 683
 /**
@@ -692,8 +692,8 @@  discard block
 block discarded – undo
692 692
  */
693 693
 function geodir_compatibility_setting_tab($tabs)
694 694
 {
695
-    $tabs['compatibility_settings'] = array('label' => __('Theme Compatibility', 'geodirectory'));
696
-    return $tabs;
695
+	$tabs['compatibility_settings'] = array('label' => __('Theme Compatibility', 'geodirectory'));
696
+	return $tabs;
697 697
 }
698 698
 
699 699
 
@@ -709,144 +709,144 @@  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');
713
-    return $tabs;
712
+	$tabs['extend_geodirectory_settings'] = array('label' => __('Extend Geodirectory', 'geodirectory'). ' <i class="fa fa-plug"></i>', 'url' => 'https://wpgeodirectory.com', 'target' => '_blank');
713
+	return $tabs;
714 714
 }
715 715
 
716 716
 
717 717
 if (!function_exists('geodir_edit_post_columns')) {
718
-    /**
719
-     * Modify admin post listing page columns.
720
-     *
721
-     * @since 1.0.0
722
-     * @package GeoDirectory
723
-     * @param array $columns The column array.
724
-     * @return array Altered column array.
725
-     */
726
-    function geodir_edit_post_columns($columns)
727
-    {
728
-
729
-        $new_columns = array('location' => __('Location (ID)', 'geodirectory'),
730
-            'categorys' => __('Categories', 'geodirectory'));
731
-
732
-        if (($offset = array_search('author', array_keys($columns))) === false) // if the key doesn't exist
733
-        {
734
-            $offset = 0; // should we prepend $array with $data?
735
-            $offset = count($columns); // or should we append $array with $data? lets pick this one...
736
-        }
718
+	/**
719
+	 * Modify admin post listing page columns.
720
+	 *
721
+	 * @since 1.0.0
722
+	 * @package GeoDirectory
723
+	 * @param array $columns The column array.
724
+	 * @return array Altered column array.
725
+	 */
726
+	function geodir_edit_post_columns($columns)
727
+	{
737 728
 
738
-        $columns = array_merge(array_slice($columns, 0, $offset), $new_columns, array_slice($columns, $offset));
729
+		$new_columns = array('location' => __('Location (ID)', 'geodirectory'),
730
+			'categorys' => __('Categories', 'geodirectory'));
739 731
 
740
-        $columns = array_merge($columns, array('expire' => __('Expires', 'geodirectory')));
732
+		if (($offset = array_search('author', array_keys($columns))) === false) // if the key doesn't exist
733
+		{
734
+			$offset = 0; // should we prepend $array with $data?
735
+			$offset = count($columns); // or should we append $array with $data? lets pick this one...
736
+		}
741 737
 
742
-        return $columns;
743
-    }
738
+		$columns = array_merge(array_slice($columns, 0, $offset), $new_columns, array_slice($columns, $offset));
739
+
740
+		$columns = array_merge($columns, array('expire' => __('Expires', 'geodirectory')));
741
+
742
+		return $columns;
743
+	}
744 744
 }
745 745
 
746 746
 
747 747
 if (!function_exists('geodir_manage_post_columns')) {
748
-    /**
749
-     * Adds content to our custom post listing page columns.
750
-     *
751
-     * @since 1.0.0
752
-     * @package GeoDirectory
753
-     * @global object $wpdb WordPress Database object.
754
-     * @global object $post WordPress Post object.
755
-     * @param string $column The column name.
756
-     * @param int $post_id The post ID.
757
-     */
758
-    function geodir_manage_post_columns($column, $post_id)
759
-    {
760
-        global $post, $wpdb;
761
-
762
-        switch ($column):
763
-            /* If displaying the 'city' column. */
764
-            case 'location' :
765
-                $location_id = geodir_get_post_meta($post->ID, 'post_location_id', true);
766
-                $location = geodir_get_location($location_id);
767
-                /* If no city is found, output a default message. */
768
-                if (empty($location)) {
769
-                    _e('Unknown', 'geodirectory');
770
-                } else {
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);
774
-                }
775
-                break;
776
-
777
-            /* If displaying the 'expire' column. */
778
-            case 'expire' :
779
-                $expire_date = geodir_get_post_meta($post->ID, 'expire_date', true);
780
-                $d1 = $expire_date; // get expire_date
781
-                $d2 = date('Y-m-d'); // get current date
782
-                $state = __('days left', 'geodirectory');
783
-                $date_diff_text = '';
784
-                $expire_class = 'expire_left';
785
-                if ($expire_date != 'Never') {
786
-                    if (strtotime($d1) < strtotime($d2)) {
787
-                        $state = __('days overdue', 'geodirectory');
788
-                        $expire_class = 'expire_over';
789
-                    }
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>';
792
-                }
793
-                /* If no expire_date is found, output a default message. */
794
-                if (empty($expire_date))
795
-                    echo __('Unknown', 'geodirectory');
796
-                /* If there is a expire_date, append 'days left' to the text string. */
797
-                else
798
-                    echo $expire_date . $date_diff_text;
799
-                break;
800
-
801
-            /* If displaying the 'categorys' column. */
802
-            case 'categorys' :
803
-
804
-                /* Get the categorys for the post. */
805
-
806
-
807
-                $terms = wp_get_object_terms($post_id, get_object_taxonomies($post));
808
-
809
-                /* If terms were found. */
810
-                if (!empty($terms)) {
811
-                    $out = array();
812
-                    /* Loop through each term, linking to the 'edit posts' page for the specific term. */
813
-                    foreach ($terms as $term) {
814
-                        if (!strstr($term->taxonomy, 'tag')) {
815
-                            $out[] = sprintf('<a href="%s">%s</a>',
816
-                                esc_url(add_query_arg(array('post_type' => $post->post_type, $term->taxonomy => $term->slug), 'edit.php')),
817
-                                esc_html(sanitize_term_field('name', $term->name, $term->term_id, $term->taxonomy, 'display'))
818
-                            );
819
-                        }
820
-                    }
821
-                    /* Join the terms, separating them with a comma. */
822
-                    echo(join(', ', $out));
823
-                } /* If no terms were found, output a default message. */
824
-                else {
825
-                    _e('No Categories', 'geodirectory');
826
-                }
827
-                break;
748
+	/**
749
+	 * Adds content to our custom post listing page columns.
750
+	 *
751
+	 * @since 1.0.0
752
+	 * @package GeoDirectory
753
+	 * @global object $wpdb WordPress Database object.
754
+	 * @global object $post WordPress Post object.
755
+	 * @param string $column The column name.
756
+	 * @param int $post_id The post ID.
757
+	 */
758
+	function geodir_manage_post_columns($column, $post_id)
759
+	{
760
+		global $post, $wpdb;
761
+
762
+		switch ($column):
763
+			/* If displaying the 'city' column. */
764
+			case 'location' :
765
+				$location_id = geodir_get_post_meta($post->ID, 'post_location_id', true);
766
+				$location = geodir_get_location($location_id);
767
+				/* If no city is found, output a default message. */
768
+				if (empty($location)) {
769
+					_e('Unknown', 'geodirectory');
770
+				} else {
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);
774
+				}
775
+				break;
776
+
777
+			/* If displaying the 'expire' column. */
778
+			case 'expire' :
779
+				$expire_date = geodir_get_post_meta($post->ID, 'expire_date', true);
780
+				$d1 = $expire_date; // get expire_date
781
+				$d2 = date('Y-m-d'); // get current date
782
+				$state = __('days left', 'geodirectory');
783
+				$date_diff_text = '';
784
+				$expire_class = 'expire_left';
785
+				if ($expire_date != 'Never') {
786
+					if (strtotime($d1) < strtotime($d2)) {
787
+						$state = __('days overdue', 'geodirectory');
788
+						$expire_class = 'expire_over';
789
+					}
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>';
792
+				}
793
+				/* If no expire_date is found, output a default message. */
794
+				if (empty($expire_date))
795
+					echo __('Unknown', 'geodirectory');
796
+				/* If there is a expire_date, append 'days left' to the text string. */
797
+				else
798
+					echo $expire_date . $date_diff_text;
799
+				break;
828 800
 
829
-        endswitch;
830
-    }
801
+			/* If displaying the 'categorys' column. */
802
+			case 'categorys' :
803
+
804
+				/* Get the categorys for the post. */
805
+
806
+
807
+				$terms = wp_get_object_terms($post_id, get_object_taxonomies($post));
808
+
809
+				/* If terms were found. */
810
+				if (!empty($terms)) {
811
+					$out = array();
812
+					/* Loop through each term, linking to the 'edit posts' page for the specific term. */
813
+					foreach ($terms as $term) {
814
+						if (!strstr($term->taxonomy, 'tag')) {
815
+							$out[] = sprintf('<a href="%s">%s</a>',
816
+								esc_url(add_query_arg(array('post_type' => $post->post_type, $term->taxonomy => $term->slug), 'edit.php')),
817
+								esc_html(sanitize_term_field('name', $term->name, $term->term_id, $term->taxonomy, 'display'))
818
+							);
819
+						}
820
+					}
821
+					/* Join the terms, separating them with a comma. */
822
+					echo(join(', ', $out));
823
+				} /* If no terms were found, output a default message. */
824
+				else {
825
+					_e('No Categories', 'geodirectory');
826
+				}
827
+				break;
828
+
829
+		endswitch;
830
+	}
831 831
 }
832 832
 
833 833
 
834 834
 if (!function_exists('geodir_post_sortable_columns')) {
835
-    /**
836
-     * Makes admin post listing page columns sortable.
837
-     *
838
-     * @since 1.0.0
839
-     * @package GeoDirectory
840
-     * @param array $columns The column array.
841
-     * @return array Altered column array.
842
-     */
843
-    function geodir_post_sortable_columns($columns)
844
-    {
845
-
846
-        $columns['expire'] = 'expire';
847
-
848
-        return $columns;
849
-    }
835
+	/**
836
+	 * Makes admin post listing page columns sortable.
837
+	 *
838
+	 * @since 1.0.0
839
+	 * @package GeoDirectory
840
+	 * @param array $columns The column array.
841
+	 * @return array Altered column array.
842
+	 */
843
+	function geodir_post_sortable_columns($columns)
844
+	{
845
+
846
+		$columns['expire'] = 'expire';
847
+
848
+		return $columns;
849
+	}
850 850
 }
851 851
 
852 852
 /**
@@ -860,32 +860,32 @@  discard block
 block discarded – undo
860 860
  * @param int $post_id The post ID.
861 861
  */
862 862
 function geodir_post_information_save($post_id, $post) {
863
-    global $wpdb, $current_user;
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')) {
866
-        return;
867
-    }
865
+	if (isset($post->post_type) && ($post->post_type=='nav_menu_item' || $post->post_type=='page' || $post->post_type=='post')) {
866
+		return;
867
+	}
868 868
 
869
-    $geodir_posttypes = geodir_get_posttypes();
869
+	$geodir_posttypes = geodir_get_posttypes();
870 870
 
871
-    if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE)
872
-        return;
871
+	if (defined('DOING_AUTOSAVE') && DOING_AUTOSAVE)
872
+		return;
873 873
 
874
-    if (!wp_is_post_revision($post_id) && isset($post->post_type) && in_array($post->post_type, $geodir_posttypes)) {
875
-        if (isset($_REQUEST['_status']))
876
-            geodir_change_post_status($post_id, $_REQUEST['_status']);
874
+	if (!wp_is_post_revision($post_id) && isset($post->post_type) && in_array($post->post_type, $geodir_posttypes)) {
875
+		if (isset($_REQUEST['_status']))
876
+			geodir_change_post_status($post_id, $_REQUEST['_status']);
877 877
 
878
-        if (isset($_REQUEST['action']) && ($_REQUEST['action'] == 'trash' || $_REQUEST['action'] == 'untrash'))
879
-            return;
878
+		if (isset($_REQUEST['action']) && ($_REQUEST['action'] == 'trash' || $_REQUEST['action'] == 'untrash'))
879
+			return;
880 880
 
881
-        if (!isset($_POST['geodir_post_info_noncename']) || !wp_verify_nonce($_POST['geodir_post_info_noncename'], plugin_basename(__FILE__)))
882
-            return;
881
+		if (!isset($_POST['geodir_post_info_noncename']) || !wp_verify_nonce($_POST['geodir_post_info_noncename'], plugin_basename(__FILE__)))
882
+			return;
883 883
 
884
-        if (!isset($_POST['geodir_post_attachments_noncename']) || !wp_verify_nonce($_POST['geodir_post_attachments_noncename'], plugin_basename(__FILE__)))
885
-            return;
884
+		if (!isset($_POST['geodir_post_attachments_noncename']) || !wp_verify_nonce($_POST['geodir_post_attachments_noncename'], plugin_basename(__FILE__)))
885
+			return;
886 886
 
887
-        geodir_save_listing($_REQUEST);
888
-    }
887
+		geodir_save_listing($_REQUEST);
888
+	}
889 889
 }
890 890
 
891 891
 /**
@@ -901,102 +901,102 @@  discard block
 block discarded – undo
901 901
  */
902 902
 function geodir_admin_fields($options)
903 903
 {
904
-    global $geodirectory;
905
-
906
-    $first_title = true;
907
-    $tab_id = '';
908
-    $i = 0;
909
-    foreach ($options as $value) :
910
-        if (!isset($value['name'])) $value['name'] = '';
911
-        if (!isset($value['class'])) $value['class'] = '';
912
-        if (!isset($value['css'])) $value['css'] = '';
913
-        if (!isset($value['std'])) $value['std'] = '';
914
-        $desc = '';
915
-        switch ($value['type']) :
916
-            case 'dummy_installer':
917
-                $post_type = isset($value['post_type']) ? $value['post_type'] : 'gd_place';
918
-                geodir_autoinstall_admin_header($post_type);
919
-                break;
920
-            case 'title':
921
-
922
-                if ($i == 0) {
923
-                    echo '<dl id="geodir_oiption_tabs" class="gd-tab-head"></dl>';
924
-                    echo '<div class="inner_content_tab_main">';
925
-                }
904
+	global $geodirectory;
905
+
906
+	$first_title = true;
907
+	$tab_id = '';
908
+	$i = 0;
909
+	foreach ($options as $value) :
910
+		if (!isset($value['name'])) $value['name'] = '';
911
+		if (!isset($value['class'])) $value['class'] = '';
912
+		if (!isset($value['css'])) $value['css'] = '';
913
+		if (!isset($value['std'])) $value['std'] = '';
914
+		$desc = '';
915
+		switch ($value['type']) :
916
+			case 'dummy_installer':
917
+				$post_type = isset($value['post_type']) ? $value['post_type'] : 'gd_place';
918
+				geodir_autoinstall_admin_header($post_type);
919
+				break;
920
+			case 'title':
921
+
922
+				if ($i == 0) {
923
+					echo '<dl id="geodir_oiption_tabs" class="gd-tab-head"></dl>';
924
+					echo '<div class="inner_content_tab_main">';
925
+				}
926 926
 
927
-                $i++;
927
+				$i++;
928 928
 
929
-                if (isset($value['id']) && $value['id'])
930
-                    $tab_id = $value['id'];
929
+				if (isset($value['id']) && $value['id'])
930
+					$tab_id = $value['id'];
931 931
 
932
-                if (isset($value['desc']) && $value['desc'])
933
-                    $desc = '<span style=" text-transform:none;">:- ' . $value['desc'] . '</span>';
932
+				if (isset($value['desc']) && $value['desc'])
933
+					$desc = '<span style=" text-transform:none;">:- ' . $value['desc'] . '</span>';
934 934
 
935
-                if (isset($value['name']) && $value['name']) {
936
-                    if ($first_title === true) {
937
-                        $first_title = false;
938
-                    } else {
939
-                        echo '</div>';
940
-                    }
941
-                    echo '<dd id="' . trim($tab_id) . '" class="geodir_option_tabs" ><a href="javascript:void(0);">' . $value['name'] . '</a></dd>';
935
+				if (isset($value['name']) && $value['name']) {
936
+					if ($first_title === true) {
937
+						$first_title = false;
938
+					} else {
939
+						echo '</div>';
940
+					}
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;" >';
944
-                }
943
+					echo '<div id="sub_' . trim($tab_id) . '" class="gd-content-heading" style=" margin-bottom:10px;" >';
944
+				}
945 945
 
946
-                /**
947
-                 * Called after a GeoDirectory settings title is output in the GD settings page.
948
-                 *
949
-                 * The action is called dynamically geodir_settings_$value['id'].
950
-                 *
951
-                 * @since 1.0.0
952
-                 */
953
-                do_action('geodir_settings_' . sanitize_title($value['id']));
954
-                break;
955
-
956
-            case 'no_tabs':
957
-
958
-                echo '<div class="inner_content_tab_main">';
959
-                echo '<div id="sub_' . trim($tab_id) . '" class="gd-content-heading" style=" margin-bottom:10px;" >';
960
-
961
-                break;
962
-
963
-            case 'sectionstart':
964
-                if (isset($value['desc']) && $value['desc'])
965
-                    $desc = '<span style=" text-transform:none;"> - ' . $value['desc'] . '</span>';
966
-                if (isset($value['name']) && $value['name'])
967
-                    echo '<h3>' . $value['name'] . $desc . '</h3>';
968
-                /**
969
-                 * Called after a GeoDirectory settings sectionstart is output in the GD settings page.
970
-                 *
971
-                 * The action is called dynamically geodir_settings_$value['id']_start.
972
-                 *
973
-                 * @since 1.0.0
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";
977
-
978
-                break;
979
-            case 'sectionend':
980
-                /**
981
-                 * Called before a GeoDirectory settings sectionend is output in the GD settings page.
982
-                 *
983
-                 * The action is called dynamically geodir_settings_$value['id']_end.
984
-                 *
985
-                 * @since 1.0.0
986
-                 */
987
-                if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_end');
988
-                echo '</table>';
989
-                /**
990
-                 * Called after a GeoDirectory settings sectionend is output in the GD settings page.
991
-                 *
992
-                 * The action is called dynamically geodir_settings_$value['id']_end.
993
-                 *
994
-                 * @since 1.0.0
995
-                 */
996
-                if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_after');
997
-                break;
998
-            case 'text':
999
-                ?>
946
+				/**
947
+				 * Called after a GeoDirectory settings title is output in the GD settings page.
948
+				 *
949
+				 * The action is called dynamically geodir_settings_$value['id'].
950
+				 *
951
+				 * @since 1.0.0
952
+				 */
953
+				do_action('geodir_settings_' . sanitize_title($value['id']));
954
+				break;
955
+
956
+			case 'no_tabs':
957
+
958
+				echo '<div class="inner_content_tab_main">';
959
+				echo '<div id="sub_' . trim($tab_id) . '" class="gd-content-heading" style=" margin-bottom:10px;" >';
960
+
961
+				break;
962
+
963
+			case 'sectionstart':
964
+				if (isset($value['desc']) && $value['desc'])
965
+					$desc = '<span style=" text-transform:none;"> - ' . $value['desc'] . '</span>';
966
+				if (isset($value['name']) && $value['name'])
967
+					echo '<h3>' . $value['name'] . $desc . '</h3>';
968
+				/**
969
+				 * Called after a GeoDirectory settings sectionstart is output in the GD settings page.
970
+				 *
971
+				 * The action is called dynamically geodir_settings_$value['id']_start.
972
+				 *
973
+				 * @since 1.0.0
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";
977
+
978
+				break;
979
+			case 'sectionend':
980
+				/**
981
+				 * Called before a GeoDirectory settings sectionend is output in the GD settings page.
982
+				 *
983
+				 * The action is called dynamically geodir_settings_$value['id']_end.
984
+				 *
985
+				 * @since 1.0.0
986
+				 */
987
+				if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_end');
988
+				echo '</table>';
989
+				/**
990
+				 * Called after a GeoDirectory settings sectionend is output in the GD settings page.
991
+				 *
992
+				 * The action is called dynamically geodir_settings_$value['id']_end.
993
+				 *
994
+				 * @since 1.0.0
995
+				 */
996
+				if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_after');
997
+				break;
998
+			case 'text':
999
+				?>
1000 1000
                 <tr valign="top">
1001 1001
                 <th scope="row" class="titledesc"><?php echo $value['name']; ?></th>
1002 1002
                 <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>"
@@ -1005,15 +1005,15 @@  discard block
 block discarded – undo
1005 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
-                                               echo esc_attr(stripslashes(get_option($value['id'])));
1009
-                                           } else {
1010
-                                               echo esc_attr($value['std']);
1011
-                                           } ?>"/> <span class="description"><?php echo $value['desc']; ?></span></td>
1008
+											   echo esc_attr(stripslashes(get_option($value['id'])));
1009
+										   } else {
1010
+											   echo esc_attr($value['std']);
1011
+										   } ?>"/> <span class="description"><?php echo $value['desc']; ?></span></td>
1012 1012
                 </tr><?php
1013
-                break;
1013
+				break;
1014 1014
 
1015
-            case 'map-key':
1016
-                ?>
1015
+			case 'map-key':
1016
+				?>
1017 1017
                 <tr valign="top">
1018 1018
                 <th scope="row" class="titledesc"><?php echo $value['name']; ?></th>
1019 1019
                 <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>"
@@ -1022,17 +1022,17 @@  discard block
 block discarded – undo
1022 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
-                                               echo esc_attr(stripslashes(get_option($value['id'])));
1026
-                                           } else {
1027
-                                               echo esc_attr($value['std']);
1028
-                                           } ?>"/>
1025
+											   echo esc_attr(stripslashes(get_option($value['id'])));
1026
+										   } else {
1027
+											   echo esc_attr($value['std']);
1028
+										   } ?>"/>
1029 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
-                break;
1032
+				break;
1033 1033
 
1034
-            case 'password':
1035
-                ?>
1034
+			case 'password':
1035
+				?>
1036 1036
                 <tr valign="top">
1037 1037
                 <th scope="row" class="titledesc"><?php echo $value['name']; ?></th>
1038 1038
                 <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>"
@@ -1041,42 +1041,42 @@  discard block
 block discarded – undo
1041 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
-                                               echo esc_attr(stripslashes(get_option($value['id'])));
1045
-                                           } else {
1046
-                                               echo esc_attr($value['std']);
1047
-                                           } ?>"/> <span class="description"><?php echo $value['desc']; ?></span></td>
1044
+											   echo esc_attr(stripslashes(get_option($value['id'])));
1045
+										   } else {
1046
+											   echo esc_attr($value['std']);
1047
+										   } ?>"/> <span class="description"><?php echo $value['desc']; ?></span></td>
1048 1048
                 </tr><?php
1049
-                break;
1049
+				break;
1050 1050
 
1051
-            case 'html_content':
1052
-                ?>
1051
+			case 'html_content':
1052
+				?>
1053 1053
                 <tr valign="top">
1054 1054
                 <th scope="row" class="titledesc"><?php echo $value['name']; ?></th>
1055 1055
                 <td class="forminp"><span class="description"><?php echo $value['desc']; ?></span></td>
1056 1056
                 </tr><?php
1057
-                break;
1057
+				break;
1058 1058
 
1059
-            case 'color' :
1060
-                ?>
1059
+			case 'color' :
1060
+				?>
1061 1061
                 <tr valign="top">
1062 1062
                 <th scope="row" class="titledesc"><?php echo $value['name']; ?></th>
1063 1063
                 <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>"
1064 1064
                                            id="<?php echo esc_attr($value['id']); ?>" type="text"
1065 1065
                                            style="<?php echo esc_attr($value['css']); ?>"
1066 1066
                                            value="<?php if (get_option($value['id']) !== false && get_option($value['id']) !== null) {
1067
-                                               echo esc_attr(stripslashes(get_option($value['id'])));
1068
-                                           } else {
1069
-                                               echo esc_attr($value['std']);
1070
-                                           } ?>" class="colorpick"/> <span
1067
+											   echo esc_attr(stripslashes(get_option($value['id'])));
1068
+										   } else {
1069
+											   echo esc_attr($value['std']);
1070
+										   } ?>" class="colorpick"/> <span
1071 1071
                         class="description"><?php echo $value['desc']; ?></span>
1072 1072
 
1073 1073
                     <div id="colorPickerDiv_<?php echo esc_attr($value['id']); ?>" class="colorpickdiv"
1074 1074
                          style="z-index: 100;background:#eee;border:1px solid #ccc;position:absolute;display:none;"></div>
1075 1075
                 </td>
1076 1076
                 </tr><?php
1077
-                break;
1078
-            case 'image_width' :
1079
-                ?>
1077
+				break;
1078
+			case 'image_width' :
1079
+				?>
1080 1080
                 <tr valign="top">
1081 1081
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1082 1082
                 <td class="forminp">
@@ -1098,11 +1098,11 @@  discard block
 block discarded – undo
1098 1098
 
1099 1099
                     <span class="description"><?php echo $value['desc'] ?></span></td>
1100 1100
                 </tr><?php
1101
-                break;
1102
-            case 'select':
1103
-                $option_value = get_option($value['id']);
1104
-                $option_value = !empty($option_value) ? stripslashes_deep($option_value) : $option_value;
1105
-                ?>
1101
+				break;
1102
+			case 'select':
1103
+				$option_value = get_option($value['id']);
1104
+				$option_value = !empty($option_value) ? stripslashes_deep($option_value) : $option_value;
1105
+				?>
1106 1106
                 <tr valign="top">
1107 1107
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1108 1108
                 <td class="forminp"><select name="<?php echo esc_attr($value['id']); ?>"
@@ -1111,33 +1111,33 @@  discard block
 block discarded – undo
1111 1111
                                             class="<?php if (isset($value['class'])) echo $value['class']; ?>"
1112 1112
                                             option-ajaxchosen="false">
1113 1113
                         <?php
1114
-                        foreach ($value['options'] as $key => $val) {
1115
-                            $geodir_select_value = '';
1116
-                            if ($option_value != '') {
1117
-                                if ($option_value != '' && $option_value == $key)
1118
-                                    $geodir_select_value = ' selected="selected" ';
1119
-                            } else {
1120
-                                if ($value['std'] == $key)
1121
-                                    $geodir_select_value = ' selected="selected" ';
1122
-                            }
1123
-                            ?>
1114
+						foreach ($value['options'] as $key => $val) {
1115
+							$geodir_select_value = '';
1116
+							if ($option_value != '') {
1117
+								if ($option_value != '' && $option_value == $key)
1118
+									$geodir_select_value = ' selected="selected" ';
1119
+							} else {
1120
+								if ($value['std'] == $key)
1121
+									$geodir_select_value = ' selected="selected" ';
1122
+							}
1123
+							?>
1124 1124
                             <option
1125 1125
                                 value="<?php echo esc_attr($key); ?>" <?php echo $geodir_select_value; ?> ><?php echo ucfirst($val) ?></option>
1126 1126
                         <?php
1127
-                        }
1128
-                        ?>
1127
+						}
1128
+						?>
1129 1129
                     </select> <span class="description"><?php echo $value['desc'] ?></span>
1130 1130
                 </td>
1131 1131
                 </tr><?php
1132
-                break;
1132
+				break;
1133 1133
 
1134
-            case 'multiselect':
1135
-                $option_values = get_option($value['id']);
1136
-                if ($option_values === '' && !empty($value['std']) && is_array($value['std'])) {
1137
-                   $option_values = $value['std'];
1138
-                }
1139
-                $option_values = !empty($option_values) ? stripslashes_deep($option_values) : $option_values;
1140
-                ?>
1134
+			case 'multiselect':
1135
+				$option_values = get_option($value['id']);
1136
+				if ($option_values === '' && !empty($value['std']) && is_array($value['std'])) {
1137
+				   $option_values = $value['std'];
1138
+				}
1139
+				$option_values = !empty($option_values) ? stripslashes_deep($option_values) : $option_values;
1140
+				?>
1141 1141
                 <tr valign="top">
1142 1142
                 <th scope="row" class="titledesc"><?php echo $value['name']; ?></th>
1143 1143
                 <td class="forminp"><select multiple="multiple" name="<?php echo esc_attr($value['id']); ?>[]"
@@ -1147,25 +1147,25 @@  discard block
 block discarded – undo
1147 1147
                                             data-placeholder="<?php if (isset($value['placeholder_text'])) echo $value['placeholder_text'];?>"
1148 1148
                                             option-ajaxchosen="false">
1149 1149
                         <?php
1150
-                        foreach ($value['options'] as $key => $val) {
1151
-                            if (strpos($key, 'optgroup_start-') === 0) {
1152
-                                ?><optgroup label="<?php echo ucfirst($val); ?>"><?php
1153
-                            } else if (strpos($key, 'optgroup_end-') === 0) {
1154
-                                ?></optgroup><?php
1155
-                            } else {
1156
-                                ?>
1150
+						foreach ($value['options'] as $key => $val) {
1151
+							if (strpos($key, 'optgroup_start-') === 0) {
1152
+								?><optgroup label="<?php echo ucfirst($val); ?>"><?php
1153
+							} else if (strpos($key, 'optgroup_end-') === 0) {
1154
+								?></optgroup><?php
1155
+							} else {
1156
+								?>
1157 1157
                                 <option
1158 1158
                                     value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values)));?>><?php echo ucfirst($val) ?></option>
1159 1159
                             <?php
1160
-                            }
1161
-                        }
1162
-                        ?>
1160
+							}
1161
+						}
1162
+						?>
1163 1163
                     </select> <span class="description"><?php echo $value['desc'] ?></span>
1164 1164
                 </td>
1165 1165
                 </tr><?php
1166
-                break;
1167
-            case 'file':
1168
-                ?>
1166
+				break;
1167
+			case 'file':
1168
+				?>
1169 1169
                 <tr valign="top">
1170 1170
                 <th scope="row" class="titledesc"><?php echo $value['name']; ?></th>
1171 1171
                 <td class="forminp">
@@ -1185,87 +1185,87 @@  discard block
 block discarded – undo
1185 1185
                     <?php } ?>
1186 1186
                 </td>
1187 1187
                 </tr><?php
1188
-                break;
1189
-            case 'map_default_settings' :
1190
-                ?>
1188
+				break;
1189
+			case 'map_default_settings' :
1190
+				?>
1191 1191
 
1192 1192
                 <tr valign="top">
1193 1193
                     <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory');?></th>
1194 1194
                     <td width="60%">
1195 1195
                         <select name="geodir_default_map_language" style="width:60%">
1196 1196
                             <?php
1197
-                            $arr_map_langages = array(
1198
-                                'ar' => __('ARABIC', 'geodirectory'),
1199
-                                'eu' => __('BASQUE', 'geodirectory'),
1200
-                                'bg' => __('BULGARIAN', 'geodirectory'),
1201
-                                'bn' => __('BENGALI', 'geodirectory'),
1202
-                                'ca' => __('CATALAN', 'geodirectory'),
1203
-                                'cs' => __('CZECH', 'geodirectory'),
1204
-                                'da' => __('DANISH', 'geodirectory'),
1205
-                                'de' => __('GERMAN', 'geodirectory'),
1206
-                                'el' => __('GREEK', 'geodirectory'),
1207
-                                'en' => __('ENGLISH', 'geodirectory'),
1208
-                                'en-AU' => __('ENGLISH (AUSTRALIAN)', 'geodirectory'),
1209
-                                'en-GB' => __('ENGLISH (GREAT BRITAIN)', 'geodirectory'),
1210
-                                'es' => __('SPANISH', 'geodirectory'),
1211
-                                'eu' => __('BASQUE', 'geodirectory'),
1212
-                                'fa' => __('FARSI', 'geodirectory'),
1213
-                                'fi' => __('FINNISH', 'geodirectory'),
1214
-                                'fil' => __('FILIPINO', 'geodirectory'),
1215
-                                'fr' => __('FRENCH', 'geodirectory'),
1216
-                                'gl' => __('GALICIAN', 'geodirectory'),
1217
-                                'gu' => __('GUJARATI', 'geodirectory'),
1218
-                                'hi' => __('HINDI', 'geodirectory'),
1219
-                                'hr' => __('CROATIAN', 'geodirectory'),
1220
-                                'hu' => __('HUNGARIAN', 'geodirectory'),
1221
-                                'id' => __('INDONESIAN', 'geodirectory'),
1222
-                                'it' => __('ITALIAN', 'geodirectory'),
1223
-                                'iw' => __('HEBREW', 'geodirectory'),
1224
-                                'ja' => __('JAPANESE', 'geodirectory'),
1225
-                                'kn' => __('KANNADA', 'geodirectory'),
1226
-                                'ko' => __('KOREAN', 'geodirectory'),
1227
-                                'lt' => __('LITHUANIAN', 'geodirectory'),
1228
-                                'lv' => __('LATVIAN', 'geodirectory'),
1229
-                                'ml' => __('MALAYALAM', 'geodirectory'),
1230
-                                'mr' => __('MARATHI', 'geodirectory'),
1231
-                                'nl' => __('DUTCH', 'geodirectory'),
1232
-                                'no' => __('NORWEGIAN', 'geodirectory'),
1233
-                                'pl' => __('POLISH', 'geodirectory'),
1234
-                                'pt' => __('PORTUGUESE', 'geodirectory'),
1235
-                                'pt-BR' => __('PORTUGUESE (BRAZIL)', 'geodirectory'),
1236
-                                'pt-PT' => __('PORTUGUESE (PORTUGAL)', 'geodirectory'),
1237
-                                'ro' => __('ROMANIAN', 'geodirectory'),
1238
-                                'ru' => __('RUSSIAN', 'geodirectory'),
1239
-                                'ru' => __('RUSSIAN', 'geodirectory'),
1240
-                                'sk' => __('SLOVAK', 'geodirectory'),
1241
-                                'sl' => __('SLOVENIAN', 'geodirectory'),
1242
-                                'sr' => __('SERBIAN', 'geodirectory'),
1243
-                                'sv' => __('	SWEDISH', 'geodirectory'),
1244
-                                'tl' => __('TAGALOG', 'geodirectory'),
1245
-                                'ta' => __('TAMIL', 'geodirectory'),
1246
-                                'te' => __('TELUGU', 'geodirectory'),
1247
-                                'th' => __('THAI', 'geodirectory'),
1248
-                                'tr' => __('TURKISH', 'geodirectory'),
1249
-                                'uk' => __('UKRAINIAN', 'geodirectory'),
1250
-                                'vi' => __('VIETNAMESE', 'geodirectory'),
1251
-                                'zh-CN' => __('CHINESE (SIMPLIFIED)', 'geodirectory'),
1252
-                                'zh-TW' => __('CHINESE (TRADITIONAL)', 'geodirectory'),
1253
-                            );
1254
-                            $geodir_default_map_language = get_option('geodir_default_map_language');
1255
-                            if (empty($geodir_default_map_language))
1256
-                                $geodir_default_map_language = 'en';
1257
-                            foreach ($arr_map_langages as $language_key => $language_txt) {
1258
-                                if (!empty($geodir_default_map_language) && $language_key == $geodir_default_map_language)
1259
-                                    $geodir_default_language_selected = "selected='selected'";
1260
-                                else
1261
-                                    $geodir_default_language_selected = '';
1262
-
1263
-                                ?>
1197
+							$arr_map_langages = array(
1198
+								'ar' => __('ARABIC', 'geodirectory'),
1199
+								'eu' => __('BASQUE', 'geodirectory'),
1200
+								'bg' => __('BULGARIAN', 'geodirectory'),
1201
+								'bn' => __('BENGALI', 'geodirectory'),
1202
+								'ca' => __('CATALAN', 'geodirectory'),
1203
+								'cs' => __('CZECH', 'geodirectory'),
1204
+								'da' => __('DANISH', 'geodirectory'),
1205
+								'de' => __('GERMAN', 'geodirectory'),
1206
+								'el' => __('GREEK', 'geodirectory'),
1207
+								'en' => __('ENGLISH', 'geodirectory'),
1208
+								'en-AU' => __('ENGLISH (AUSTRALIAN)', 'geodirectory'),
1209
+								'en-GB' => __('ENGLISH (GREAT BRITAIN)', 'geodirectory'),
1210
+								'es' => __('SPANISH', 'geodirectory'),
1211
+								'eu' => __('BASQUE', 'geodirectory'),
1212
+								'fa' => __('FARSI', 'geodirectory'),
1213
+								'fi' => __('FINNISH', 'geodirectory'),
1214
+								'fil' => __('FILIPINO', 'geodirectory'),
1215
+								'fr' => __('FRENCH', 'geodirectory'),
1216
+								'gl' => __('GALICIAN', 'geodirectory'),
1217
+								'gu' => __('GUJARATI', 'geodirectory'),
1218
+								'hi' => __('HINDI', 'geodirectory'),
1219
+								'hr' => __('CROATIAN', 'geodirectory'),
1220
+								'hu' => __('HUNGARIAN', 'geodirectory'),
1221
+								'id' => __('INDONESIAN', 'geodirectory'),
1222
+								'it' => __('ITALIAN', 'geodirectory'),
1223
+								'iw' => __('HEBREW', 'geodirectory'),
1224
+								'ja' => __('JAPANESE', 'geodirectory'),
1225
+								'kn' => __('KANNADA', 'geodirectory'),
1226
+								'ko' => __('KOREAN', 'geodirectory'),
1227
+								'lt' => __('LITHUANIAN', 'geodirectory'),
1228
+								'lv' => __('LATVIAN', 'geodirectory'),
1229
+								'ml' => __('MALAYALAM', 'geodirectory'),
1230
+								'mr' => __('MARATHI', 'geodirectory'),
1231
+								'nl' => __('DUTCH', 'geodirectory'),
1232
+								'no' => __('NORWEGIAN', 'geodirectory'),
1233
+								'pl' => __('POLISH', 'geodirectory'),
1234
+								'pt' => __('PORTUGUESE', 'geodirectory'),
1235
+								'pt-BR' => __('PORTUGUESE (BRAZIL)', 'geodirectory'),
1236
+								'pt-PT' => __('PORTUGUESE (PORTUGAL)', 'geodirectory'),
1237
+								'ro' => __('ROMANIAN', 'geodirectory'),
1238
+								'ru' => __('RUSSIAN', 'geodirectory'),
1239
+								'ru' => __('RUSSIAN', 'geodirectory'),
1240
+								'sk' => __('SLOVAK', 'geodirectory'),
1241
+								'sl' => __('SLOVENIAN', 'geodirectory'),
1242
+								'sr' => __('SERBIAN', 'geodirectory'),
1243
+								'sv' => __('	SWEDISH', 'geodirectory'),
1244
+								'tl' => __('TAGALOG', 'geodirectory'),
1245
+								'ta' => __('TAMIL', 'geodirectory'),
1246
+								'te' => __('TELUGU', 'geodirectory'),
1247
+								'th' => __('THAI', 'geodirectory'),
1248
+								'tr' => __('TURKISH', 'geodirectory'),
1249
+								'uk' => __('UKRAINIAN', 'geodirectory'),
1250
+								'vi' => __('VIETNAMESE', 'geodirectory'),
1251
+								'zh-CN' => __('CHINESE (SIMPLIFIED)', 'geodirectory'),
1252
+								'zh-TW' => __('CHINESE (TRADITIONAL)', 'geodirectory'),
1253
+							);
1254
+							$geodir_default_map_language = get_option('geodir_default_map_language');
1255
+							if (empty($geodir_default_map_language))
1256
+								$geodir_default_map_language = 'en';
1257
+							foreach ($arr_map_langages as $language_key => $language_txt) {
1258
+								if (!empty($geodir_default_map_language) && $language_key == $geodir_default_map_language)
1259
+									$geodir_default_language_selected = "selected='selected'";
1260
+								else
1261
+									$geodir_default_language_selected = '';
1262
+
1263
+								?>
1264 1264
                                 <option
1265 1265
                                     value="<?php echo $language_key?>" <?php echo $geodir_default_language_selected; ?>><?php echo $language_txt; ?></option>
1266 1266
 
1267 1267
                             <?php }
1268
-                            ?>
1268
+							?>
1269 1269
                         </select>
1270 1270
                     </td>
1271 1271
                 </tr>
@@ -1276,46 +1276,46 @@  discard block
 block discarded – undo
1276 1276
                     <td width="60%">
1277 1277
                         <select name="geodir_default_map_search_pt" style="width:60%">
1278 1278
                             <?php
1279
-                            $post_types = geodir_get_posttypes('array');
1280
-                            $geodir_default_map_search_pt = get_option('geodir_default_map_search_pt');
1281
-                            if (empty($geodir_default_map_search_pt))
1282
-                                $geodir_default_map_search_pt = 'gd_place';
1283
-                            if (is_array($post_types)) {
1284
-                                foreach ($post_types as $key => $post_types_obj) {
1285
-                                    if (!empty($geodir_default_map_search_pt) && $key == $geodir_default_map_search_pt)
1286
-                                        $geodir_search_pt_selected = "selected='selected'";
1287
-                                    else
1288
-                                        $geodir_search_pt_selected = '';
1289
-
1290
-                                    ?>
1279
+							$post_types = geodir_get_posttypes('array');
1280
+							$geodir_default_map_search_pt = get_option('geodir_default_map_search_pt');
1281
+							if (empty($geodir_default_map_search_pt))
1282
+								$geodir_default_map_search_pt = 'gd_place';
1283
+							if (is_array($post_types)) {
1284
+								foreach ($post_types as $key => $post_types_obj) {
1285
+									if (!empty($geodir_default_map_search_pt) && $key == $geodir_default_map_search_pt)
1286
+										$geodir_search_pt_selected = "selected='selected'";
1287
+									else
1288
+										$geodir_search_pt_selected = '';
1289
+
1290
+									?>
1291 1291
                                     <option
1292 1292
                                         value="<?php echo $key?>" <?php echo $geodir_search_pt_selected; ?>><?php echo __($post_types_obj['labels']['singular_name'], 'geodirectory'); ?></option>
1293 1293
 
1294 1294
                                 <?php }
1295 1295
 
1296
-                            }
1296
+							}
1297 1297
 
1298
-                            ?>
1298
+							?>
1299 1299
                         </select>
1300 1300
                     </td>
1301 1301
                 </tr>
1302 1302
 
1303 1303
                 <?php
1304
-                break;
1304
+				break;
1305 1305
 
1306
-            case 'map':
1307
-                ?>
1306
+			case 'map':
1307
+				?>
1308 1308
                 <tr valign="top">
1309 1309
                     <td class="forminp">
1310 1310
                         <?php
1311
-                        global $post_cat, $cat_display;
1312
-                        $post_types = geodir_get_posttypes('object');
1313
-                        $cat_display = 'checkbox';
1314
-                        $gd_post_types = get_option('geodir_exclude_post_type_on_map');
1315
-                        $gd_cats = get_option('geodir_exclude_cat_on_map');
1316
-                        $gd_cats_upgrade = (int)get_option('geodir_exclude_cat_on_map_upgrade');
1317
-                        $count = 1;
1318
-                        ?>
1311
+						global $post_cat, $cat_display;
1312
+						$post_types = geodir_get_posttypes('object');
1313
+						$cat_display = 'checkbox';
1314
+						$gd_post_types = get_option('geodir_exclude_post_type_on_map');
1315
+						$gd_cats = get_option('geodir_exclude_cat_on_map');
1316
+						$gd_cats_upgrade = (int)get_option('geodir_exclude_cat_on_map_upgrade');
1317
+						$count = 1;
1318
+						?>
1319 1319
                         <table width="70%" class="widefat">
1320 1320
                             <thead>
1321 1321
                             <tr>
@@ -1324,18 +1324,18 @@  discard block
 block discarded – undo
1324 1324
                                 <th><b><?php echo DESIGN_POST_TYPE_CAT; ?></b></th>
1325 1325
                             </tr>
1326 1326
                             <?php
1327
-                            $gd_categs = $gd_cats;
1328
-                            foreach ($post_types as $key => $post_types_obj) :
1329
-                                $checked = is_array($gd_post_types) && in_array($key, $gd_post_types) ? 'checked="checked"' : '';
1330
-                                $gd_taxonomy = geodir_get_taxonomies($key);
1331
-                                if ($gd_cats_upgrade) {
1332
-                                    $gd_cat_taxonomy = isset($gd_taxonomy[0]) ? $gd_taxonomy[0] : '';
1333
-                                    $gd_cats = isset($gd_categs[$gd_cat_taxonomy]) ? $gd_categs[$gd_cat_taxonomy] : array();
1334
-                                    $gd_cats = !empty($gd_cats) && is_array($gd_cats) ? array_unique($gd_cats) : array();
1335
-                                }
1336
-                                $post_cat = implode(',', $gd_cats);
1337
-                                $gd_taxonomy_list = geodir_custom_taxonomy_walker($gd_taxonomy);
1338
-                                ?>
1327
+							$gd_categs = $gd_cats;
1328
+							foreach ($post_types as $key => $post_types_obj) :
1329
+								$checked = is_array($gd_post_types) && in_array($key, $gd_post_types) ? 'checked="checked"' : '';
1330
+								$gd_taxonomy = geodir_get_taxonomies($key);
1331
+								if ($gd_cats_upgrade) {
1332
+									$gd_cat_taxonomy = isset($gd_taxonomy[0]) ? $gd_taxonomy[0] : '';
1333
+									$gd_cats = isset($gd_categs[$gd_cat_taxonomy]) ? $gd_categs[$gd_cat_taxonomy] : array();
1334
+									$gd_cats = !empty($gd_cats) && is_array($gd_cats) ? array_unique($gd_cats) : array();
1335
+								}
1336
+								$post_cat = implode(',', $gd_cats);
1337
+								$gd_taxonomy_list = geodir_custom_taxonomy_walker($gd_taxonomy);
1338
+								?>
1339 1339
                                 <tr>
1340 1340
                                     <td valign="top" width="5%"><?php echo $count; ?></td>
1341 1341
                                     <td valign="top" width="25%" id="td_post_types"><input type="checkbox"
@@ -1356,19 +1356,19 @@  discard block
 block discarded – undo
1356 1356
                     </td>
1357 1357
                 </tr>
1358 1358
                 <?php
1359
-                break;
1359
+				break;
1360 1360
 
1361
-            case 'checkbox' :
1361
+			case 'checkbox' :
1362 1362
 
1363
-                if (!isset($value['checkboxgroup']) || (isset($value['checkboxgroup']) && $value['checkboxgroup'] == 'start')) :
1364
-                    ?>
1363
+				if (!isset($value['checkboxgroup']) || (isset($value['checkboxgroup']) && $value['checkboxgroup'] == 'start')) :
1364
+					?>
1365 1365
                     <tr valign="top">
1366 1366
                     <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1367 1367
                     <td class="forminp">
1368 1368
                 <?php
1369
-                endif;
1369
+				endif;
1370 1370
 
1371
-                ?>
1371
+				?>
1372 1372
                 <fieldset>
1373 1373
                     <legend class="screen-reader-text"><span><?php echo $value['name'] ?></span></legend>
1374 1374
                     <label for="<?php echo $value['id'] ?>">
@@ -1378,49 +1378,49 @@  discard block
 block discarded – undo
1378 1378
                 </fieldset>
1379 1379
                 <?php
1380 1380
 
1381
-                if (!isset($value['checkboxgroup']) || (isset($value['checkboxgroup']) && $value['checkboxgroup'] == 'end')) :
1382
-                    ?>
1381
+				if (!isset($value['checkboxgroup']) || (isset($value['checkboxgroup']) && $value['checkboxgroup'] == 'end')) :
1382
+					?>
1383 1383
                     </td>
1384 1384
                     </tr>
1385 1385
                 <?php
1386
-                endif;
1386
+				endif;
1387 1387
 
1388
-                break;
1388
+				break;
1389 1389
 
1390
-            case 'radio' :
1390
+			case 'radio' :
1391 1391
 
1392
-                if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'start')) :
1393
-                    ?>
1392
+				if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'start')) :
1393
+					?>
1394 1394
                     <tr valign="top">
1395 1395
                     <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1396 1396
                     <td class="forminp">
1397 1397
                 <?php
1398
-                endif;
1398
+				endif;
1399 1399
 
1400
-                ?>
1400
+				?>
1401 1401
                 <fieldset>
1402 1402
                     <legend class="screen-reader-text"><span><?php echo $value['name'] ?></span></legend>
1403 1403
                     <label for="<?php echo $value['id'];?>">
1404 1404
                         <input name="<?php echo esc_attr($value['id']); ?>"
1405 1405
                                id="<?php echo esc_attr($value['id'] . $value['value']); ?>" type="radio"
1406 1406
                                value="<?php echo $value['value'] ?>" <?php if (get_option($value['id']) == $value['value']) {
1407
-                            echo 'checked="checked"';
1408
-                        }elseif(get_option($value['id'])=='' && $value['std']==$value['value']){echo 'checked="checked"';} ?> />
1407
+							echo 'checked="checked"';
1408
+						}elseif(get_option($value['id'])=='' && $value['std']==$value['value']){echo 'checked="checked"';} ?> />
1409 1409
                         <?php echo $value['desc']; ?></label><br>
1410 1410
                 </fieldset>
1411 1411
                 <?php
1412 1412
 
1413
-                if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'end')) :
1414
-                    ?>
1413
+				if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'end')) :
1414
+					?>
1415 1415
                     </td>
1416 1416
                     </tr>
1417 1417
                 <?php
1418
-                endif;
1418
+				endif;
1419 1419
 
1420
-                break;
1420
+				break;
1421 1421
 
1422
-            case 'textarea':
1423
-                ?>
1422
+			case 'textarea':
1423
+				?>
1424 1424
                 <tr valign="top">
1425 1425
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1426 1426
                 <td class="forminp">
@@ -1433,30 +1433,30 @@  discard block
 block discarded – undo
1433 1433
 
1434 1434
                 </td>
1435 1435
                 </tr><?php
1436
-                break;
1436
+				break;
1437 1437
 
1438
-            case 'editor':
1439
-                ?>
1438
+			case 'editor':
1439
+				?>
1440 1440
                 <tr valign="top">
1441 1441
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1442 1442
                 <td class="forminp"><?php
1443
-                    if (get_option($value['id']))
1444
-                        $content = stripslashes(get_option($value['id']));
1445
-                    else
1446
-                        $content = $value['std'];
1443
+					if (get_option($value['id']))
1444
+						$content = stripslashes(get_option($value['id']));
1445
+					else
1446
+						$content = $value['std'];
1447 1447
 
1448
-                    $editor_settings = array('media_buttons' => false, 'textarea_rows' => 10);
1448
+					$editor_settings = array('media_buttons' => false, 'textarea_rows' => 10);
1449 1449
 
1450
-                    wp_editor($content, esc_attr($value['id']), $editor_settings);
1450
+					wp_editor($content, esc_attr($value['id']), $editor_settings);
1451 1451
 
1452
-                    ?> <span class="description"><?php echo $value['desc'] ?></span>
1452
+					?> <span class="description"><?php echo $value['desc'] ?></span>
1453 1453
 
1454 1454
                 </td>
1455 1455
                 </tr><?php
1456
-                break;
1456
+				break;
1457 1457
 
1458
-            case 'single_select_page' :
1459
-                // WPML
1458
+			case 'single_select_page' :
1459
+				// WPML
1460 1460
 				$switch_lang = false;
1461 1461
 				$disabled = '';
1462 1462
 				if (geodir_is_wpml() && isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'permalink_settings') {
@@ -1474,18 +1474,18 @@  discard block
 block discarded – undo
1474 1474
 				//
1475 1475
 				$page_setting = (int)get_option($value['id']);
1476 1476
 
1477
-                $args = array('name' => $value['id'],
1478
-                    'id' => $value['id'],
1479
-                    'sort_column' => 'menu_order',
1480
-                    'sort_order' => 'ASC',
1481
-                    'show_option_none' => ' ',
1482
-                    'class' => $value['class'],
1483
-                    'echo' => false,
1484
-                    'selected' => $page_setting);
1477
+				$args = array('name' => $value['id'],
1478
+					'id' => $value['id'],
1479
+					'sort_column' => 'menu_order',
1480
+					'sort_order' => 'ASC',
1481
+					'show_option_none' => ' ',
1482
+					'class' => $value['class'],
1483
+					'echo' => false,
1484
+					'selected' => $page_setting);
1485 1485
 
1486
-                if (isset($value['args'])) $args = wp_parse_args($value['args'], $args);
1486
+				if (isset($value['args'])) $args = wp_parse_args($value['args'], $args);
1487 1487
 
1488
-                ?>
1488
+				?>
1489 1489
                 <tr valign="top" class="single_select_page">
1490 1490
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1491 1491
                 <td class="forminp">
@@ -1496,17 +1496,17 @@  discard block
 block discarded – undo
1496 1496
 				if ($switch_lang) {
1497 1497
 					$sitepress->switch_lang($switch_lang, true);
1498 1498
 				}
1499
-                break;
1500
-            case 'single_select_country' :
1501
-                $country_setting = (string)get_option($value['id']);
1502
-                if (strstr($country_setting, ':')) :
1503
-                    $country = current(explode(':', $country_setting));
1504
-                    $state = end(explode(':', $country_setting));
1505
-                else :
1506
-                    $country = $country_setting;
1507
-                    $state = '*';
1508
-                endif;
1509
-                ?>
1499
+				break;
1500
+			case 'single_select_country' :
1501
+				$country_setting = (string)get_option($value['id']);
1502
+				if (strstr($country_setting, ':')) :
1503
+					$country = current(explode(':', $country_setting));
1504
+					$state = end(explode(':', $country_setting));
1505
+				else :
1506
+					$country = $country_setting;
1507
+					$state = '*';
1508
+				endif;
1509
+				?>
1510 1510
                 <tr valign="top">
1511 1511
                 <th scope="rpw" class="titledesc"><?php echo $value['name'] ?></th>
1512 1512
                 <td class="forminp"><select name="<?php echo esc_attr($value['id']); ?>"
@@ -1517,12 +1517,12 @@  discard block
 block discarded – undo
1517 1517
                     </select> <span class="description"><?php echo $value['desc'] ?></span>
1518 1518
                 </td>
1519 1519
                 </tr><?php
1520
-                break;
1521
-            case 'multi_select_countries' :
1522
-                $countries = $geodirectory->countries->countries;
1523
-                asort($countries);
1524
-                $selections = (array)get_option($value['id']);
1525
-                ?>
1520
+				break;
1521
+			case 'multi_select_countries' :
1522
+				$countries = $geodirectory->countries->countries;
1523
+				asort($countries);
1524
+				$selections = (array)get_option($value['id']);
1525
+				?>
1526 1526
                 <tr valign="top">
1527 1527
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1528 1528
                 <td class="forminp">
@@ -1530,21 +1530,21 @@  discard block
 block discarded – undo
1530 1530
                             data-placeholder="<?php _e('Choose countries&hellip;', 'geodirectory'); ?>"
1531 1531
                             title="Country" class="chosen_select">
1532 1532
                         <?php
1533
-                        if ($countries) foreach ($countries as $key => $val) :
1534
-                            echo '<option value="' . $key . '" ' . selected(in_array($key, $selections), true, false) . '>' . $val . '</option>';
1535
-                        endforeach;
1536
-                        ?>
1533
+						if ($countries) foreach ($countries as $key => $val) :
1534
+							echo '<option value="' . $key . '" ' . selected(in_array($key, $selections), true, false) . '>' . $val . '</option>';
1535
+						endforeach;
1536
+						?>
1537 1537
                     </select>
1538 1538
                 </td>
1539 1539
                 </tr>
1540 1540
 
1541 1541
                 <?php
1542 1542
 
1543
-                break;
1543
+				break;
1544 1544
 
1545
-            case 'google_analytics' :
1546
-                $selections = (array)get_option($value['id']);
1547
-                    ?>
1545
+			case 'google_analytics' :
1546
+				$selections = (array)get_option($value['id']);
1547
+					?>
1548 1548
                     <tr valign="top">
1549 1549
                         <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1550 1550
                         <td class="forminp">
@@ -1552,62 +1552,62 @@  discard block
 block discarded – undo
1552 1552
 
1553 1553
                             <?php
1554 1554
 
1555
-                            $oAuthURL = "https://accounts.google.com/o/oauth2/auth?";
1556
-                            $scope = "scope=https://www.googleapis.com/auth/analytics.readonly";
1557
-                            $state = "&state=123";//any string
1558
-                            $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
1559
-                            $response_type = "&response_type=code";
1560
-                            $client_id = "&client_id=".get_option('geodir_ga_client_id');
1561
-                            $access_type = "&access_type=offline";
1562
-                            $approval_prompt = "&approval_prompt=force";
1555
+							$oAuthURL = "https://accounts.google.com/o/oauth2/auth?";
1556
+							$scope = "scope=https://www.googleapis.com/auth/analytics.readonly";
1557
+							$state = "&state=123";//any string
1558
+							$redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
1559
+							$response_type = "&response_type=code";
1560
+							$client_id = "&client_id=".get_option('geodir_ga_client_id');
1561
+							$access_type = "&access_type=offline";
1562
+							$approval_prompt = "&approval_prompt=force";
1563 1563
 
1564
-                            $auth_url = $oAuthURL . $scope . $state . $redirect_uri . $response_type . $client_id . $access_type . $approval_prompt;
1564
+							$auth_url = $oAuthURL . $scope . $state . $redirect_uri . $response_type . $client_id . $access_type . $approval_prompt;
1565 1565
 
1566 1566
 
1567
-                            if (get_option('geodir_ga_auth_token')) {
1568
-                                ?>
1567
+							if (get_option('geodir_ga_auth_token')) {
1568
+								?>
1569 1569
                                 <span class="button-primary"
1570 1570
                                       onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize');?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span>
1571 1571
                                 <span style="color: green; font-weight: bold;"><?php _e('Authorized', 'geodirectory'); ?></span>
1572 1572
                             <?php
1573
-                                global $gd_ga_errors;
1574
-                                if(!empty($gd_ga_errors)){
1575
-                                    print_r($gd_ga_errors);
1576
-                                }
1577
-                            } else {
1578
-                                ?>
1573
+								global $gd_ga_errors;
1574
+								if(!empty($gd_ga_errors)){
1575
+									print_r($gd_ga_errors);
1576
+								}
1577
+							} else {
1578
+								?>
1579 1579
                                 <span class="button-primary"
1580 1580
                                       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 1581
                             <?php
1582
-                            }
1583
-                            ?>
1582
+							}
1583
+							?>
1584 1584
                         </td>
1585 1585
                     </tr>
1586 1586
 
1587 1587
                 <?php
1588 1588
 
1589 1589
 
1590
-                break;
1590
+				break;
1591 1591
 
1592
-            case 'field_seperator' :
1592
+			case 'field_seperator' :
1593 1593
 
1594
-                ?>
1594
+				?>
1595 1595
                 <tr valign="top">
1596 1596
                     <td colspan="2" class="forminp geodir_line_seperator"></td>
1597 1597
                 </tr>
1598 1598
                 <?php
1599 1599
 
1600
-                break;
1600
+				break;
1601 1601
 
1602
-        endswitch;
1602
+		endswitch;
1603 1603
 
1604
-    endforeach;
1604
+	endforeach;
1605 1605
 
1606
-    if ($first_title === false) {
1607
-        echo "</div>";
1608
-    }
1606
+	if ($first_title === false) {
1607
+		echo "</div>";
1608
+	}
1609 1609
 
1610
-    ?>
1610
+	?>
1611 1611
 
1612 1612
     <script type="text/javascript">
1613 1613
 
@@ -1667,33 +1667,33 @@  discard block
 block discarded – undo
1667 1667
  */
1668 1668
 function geodir_post_info_setting()
1669 1669
 {
1670
-    global $post, $post_id;
1671
-
1672
-    $post_type = get_post_type();
1673
-
1674
-    $package_info = array();
1675
-
1676
-    $package_info = geodir_post_package_info($package_info, $post, $post_type);
1677
-    wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_info_noncename');
1678
-    echo '<div id="geodir_wrapper">';
1679
-    /**
1680
-     * Called before the GD custom fields are output in the wp-admin area.
1681
-     *
1682
-     * @since 1.0.0
1683
-     * @see 'geodir_after_default_field_in_meta_box'
1684
-     */
1685
-    do_action('geodir_before_default_field_in_meta_box');
1686
-    //geodir_get_custom_fields_html($package_info->pid,'default',$post_type);
1687
-    // to display all fields in one information box
1688
-    geodir_get_custom_fields_html($package_info->pid, 'all', $post_type);
1689
-    /**
1690
-     * Called after the GD custom fields are output in the wp-admin area.
1691
-     *
1692
-     * @since 1.0.0
1693
-     * @see 'geodir_before_default_field_in_meta_box'
1694
-     */
1695
-    do_action('geodir_after_default_field_in_meta_box');
1696
-    echo '</div>';
1670
+	global $post, $post_id;
1671
+
1672
+	$post_type = get_post_type();
1673
+
1674
+	$package_info = array();
1675
+
1676
+	$package_info = geodir_post_package_info($package_info, $post, $post_type);
1677
+	wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_info_noncename');
1678
+	echo '<div id="geodir_wrapper">';
1679
+	/**
1680
+	 * Called before the GD custom fields are output in the wp-admin area.
1681
+	 *
1682
+	 * @since 1.0.0
1683
+	 * @see 'geodir_after_default_field_in_meta_box'
1684
+	 */
1685
+	do_action('geodir_before_default_field_in_meta_box');
1686
+	//geodir_get_custom_fields_html($package_info->pid,'default',$post_type);
1687
+	// to display all fields in one information box
1688
+	geodir_get_custom_fields_html($package_info->pid, 'all', $post_type);
1689
+	/**
1690
+	 * Called after the GD custom fields are output in the wp-admin area.
1691
+	 *
1692
+	 * @since 1.0.0
1693
+	 * @see 'geodir_before_default_field_in_meta_box'
1694
+	 */
1695
+	do_action('geodir_after_default_field_in_meta_box');
1696
+	echo '</div>';
1697 1697
 }
1698 1698
 
1699 1699
 /**
@@ -1706,18 +1706,18 @@  discard block
 block discarded – undo
1706 1706
  */
1707 1707
 function geodir_post_addinfo_setting()
1708 1708
 {
1709
-    global $post, $post_id;
1709
+	global $post, $post_id;
1710 1710
 
1711
-    $post_type = get_post_type();
1711
+	$post_type = get_post_type();
1712 1712
 
1713
-    $package_info = array();
1713
+	$package_info = array();
1714 1714
 
1715
-    $package_info = geodir_post_package_info($package_info, $post, $post_type);
1715
+	$package_info = geodir_post_package_info($package_info, $post, $post_type);
1716 1716
 
1717
-    wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_addinfo_noncename');
1718
-    echo '<div id="geodir_wrapper">';
1719
-    geodir_get_custom_fields_html($package_info->pid, 'custom', $post_type);
1720
-    echo '</div>';
1717
+	wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_addinfo_noncename');
1718
+	echo '<div id="geodir_wrapper">';
1719
+	geodir_get_custom_fields_html($package_info->pid, 'custom', $post_type);
1720
+	echo '</div>';
1721 1721
 
1722 1722
 }
1723 1723
 
@@ -1731,60 +1731,60 @@  discard block
 block discarded – undo
1731 1731
  */
1732 1732
 function geodir_post_attachments()
1733 1733
 {
1734
-    global $post, $post_id;
1734
+	global $post, $post_id;
1735 1735
 
1736
-    wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_attachments_noncename');
1736
+	wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_attachments_noncename');
1737 1737
 
1738
-    if (geodir_get_featured_image($post_id, 'thumbnail')) {
1739
-        echo '<h4>' . __('Featured Image', 'geodirectory') . '</h4>';
1740
-        geodir_show_featured_image($post_id, 'thumbnail');
1741
-    }
1738
+	if (geodir_get_featured_image($post_id, 'thumbnail')) {
1739
+		echo '<h4>' . __('Featured Image', 'geodirectory') . '</h4>';
1740
+		geodir_show_featured_image($post_id, 'thumbnail');
1741
+	}
1742 1742
 
1743
-    $image_limit = 0;
1743
+	$image_limit = 0;
1744 1744
 
1745
-    ?>
1745
+	?>
1746 1746
 
1747 1747
 
1748 1748
     <h5 class="form_title">
1749 1749
         <?php if ($image_limit != 0 && $image_limit == 1) {
1750
-            echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('image with this package', 'geodirectory') . ')</small>';
1751
-        } ?>
1750
+			echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('image with this package', 'geodirectory') . ')</small>';
1751
+		} ?>
1752 1752
         <?php if ($image_limit != 0 && $image_limit > 1) {
1753
-            echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('images with this package', 'geodirectory') . ')</small>';
1754
-        } ?>
1753
+			echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('images with this package', 'geodirectory') . ')</small>';
1754
+		} ?>
1755 1755
         <?php if ($image_limit == 0) {
1756
-            echo '<br /><small>(' . __('You can upload unlimited images with this package', 'geodirectory') . ')</small>';
1757
-        } ?>
1756
+			echo '<br /><small>(' . __('You can upload unlimited images with this package', 'geodirectory') . ')</small>';
1757
+		} ?>
1758 1758
     </h5>
1759 1759
 
1760 1760
 
1761 1761
     <?php
1762 1762
 
1763
-    $curImages = geodir_get_images($post_id);
1764
-    $place_img_array = array();
1763
+	$curImages = geodir_get_images($post_id);
1764
+	$place_img_array = array();
1765 1765
 
1766
-    if (!empty($curImages)):
1767
-        foreach ($curImages as $p_img):
1768
-            $place_img_array[] = $p_img->src;
1769
-        endforeach;
1770
-    endif;
1766
+	if (!empty($curImages)):
1767
+		foreach ($curImages as $p_img):
1768
+			$place_img_array[] = $p_img->src;
1769
+		endforeach;
1770
+	endif;
1771 1771
 
1772
-    if (!empty($place_img_array))
1773
-        $curImages = implode(',', $place_img_array);
1772
+	if (!empty($place_img_array))
1773
+		$curImages = implode(',', $place_img_array);
1774 1774
 
1775 1775
 
1776
-    // adjust values here
1777
-    $id = "post_images"; // this will be the name of form field. Image url(s) will be submitted in $_POST using this key. So if $id == �img1� then $_POST[�img1�] will have all the image urls
1776
+	// adjust values here
1777
+	$id = "post_images"; // this will be the name of form field. Image url(s) will be submitted in $_POST using this key. So if $id == �img1� then $_POST[�img1�] will have all the image urls
1778 1778
 
1779
-    $svalue = $curImages; // this will be initial value of the above form field. Image urls.
1779
+	$svalue = $curImages; // this will be initial value of the above form field. Image urls.
1780 1780
 
1781
-    $multiple = true; // allow multiple files upload
1781
+	$multiple = true; // allow multiple files upload
1782 1782
 
1783
-    $width = geodir_media_image_large_width(); // If you want to automatically resize all uploaded images then provide width here (in pixels)
1783
+	$width = geodir_media_image_large_width(); // If you want to automatically resize all uploaded images then provide width here (in pixels)
1784 1784
 
1785
-    $height = geodir_media_image_large_height(); // If you want to automatically resize all uploaded images then provide height here (in pixels)
1785
+	$height = geodir_media_image_large_height(); // If you want to automatically resize all uploaded images then provide height here (in pixels)
1786 1786
 
1787
-    ?>
1787
+	?>
1788 1788
 
1789 1789
     <div class="gtd-form_row clearfix" id="<?php echo $id; ?>dropbox" style="border:1px solid #999999;padding:5px;text-align:center;">
1790 1790
         <input type="hidden" name="<?php echo $id; ?>" id="<?php echo $id; ?>" value="<?php echo $svalue; ?>"/>
@@ -1826,13 +1826,13 @@  discard block
 block discarded – undo
1826 1826
  */
1827 1827
 function geodir_action_post_updated($post_ID, $post_after, $post_before)
1828 1828
 {
1829
-    $post_type = get_post_type($post_ID);
1829
+	$post_type = get_post_type($post_ID);
1830 1830
 
1831
-    if (isset($_POST['action']) && $_POST['action'] == 'inline-save') {
1832
-        if ($post_type != '' && in_array($post_type, geodir_get_posttypes()) && !wp_is_post_revision($post_ID) && !empty($post_after->post_title) && $post_after->post_title != $post_before->post_title) {
1833
-            geodir_save_post_meta($post_ID, 'post_title', $post_after->post_title);
1834
-        }
1835
-    }
1831
+	if (isset($_POST['action']) && $_POST['action'] == 'inline-save') {
1832
+		if ($post_type != '' && in_array($post_type, geodir_get_posttypes()) && !wp_is_post_revision($post_ID) && !empty($post_after->post_title) && $post_after->post_title != $post_before->post_title) {
1833
+			geodir_save_post_meta($post_ID, 'post_title', $post_after->post_title);
1834
+		}
1835
+	}
1836 1836
 }
1837 1837
 
1838 1838
 /**
@@ -1847,39 +1847,39 @@  discard block
 block discarded – undo
1847 1847
  */
1848 1848
 function geodir_notification_add_bcc_option($settings)
1849 1849
 {
1850
-    if (!empty($settings)) {
1851
-        $new_settings = array();
1852
-        foreach ($settings as $setting) {
1853
-            if (isset($setting['id']) && $setting['id'] == 'site_bcc_options' && isset($setting['type']) && $setting['type'] == 'sectionend') {
1854
-                $geodir_bcc_listing_published_yes = array(
1855
-                    'name' => __('Listing published', 'geodirectory'),
1856
-                    'desc' => __('Yes', 'geodirectory'),
1857
-                    'id' => 'geodir_bcc_listing_published',
1858
-                    'std' => 'yes',
1859
-                    'type' => 'radio',
1860
-                    'value' => '1',
1861
-                    'radiogroup' => 'start'
1862
-                );
1863
-
1864
-                $geodir_bcc_listing_published_no = array(
1865
-                    'name' => __('Listing published', 'geodirectory'),
1866
-                    'desc' => __('No', 'geodirectory'),
1867
-                    'id' => 'geodir_bcc_listing_published',
1868
-                    'std' => 'yes',
1869
-                    'type' => 'radio',
1870
-                    'value' => '0',
1871
-                    'radiogroup' => 'end'
1872
-                );
1873
-
1874
-                $new_settings[] = $geodir_bcc_listing_published_yes;
1875
-                $new_settings[] = $geodir_bcc_listing_published_no;
1876
-            }
1877
-            $new_settings[] = $setting;
1878
-        }
1879
-        $settings = $new_settings;
1880
-    }
1850
+	if (!empty($settings)) {
1851
+		$new_settings = array();
1852
+		foreach ($settings as $setting) {
1853
+			if (isset($setting['id']) && $setting['id'] == 'site_bcc_options' && isset($setting['type']) && $setting['type'] == 'sectionend') {
1854
+				$geodir_bcc_listing_published_yes = array(
1855
+					'name' => __('Listing published', 'geodirectory'),
1856
+					'desc' => __('Yes', 'geodirectory'),
1857
+					'id' => 'geodir_bcc_listing_published',
1858
+					'std' => 'yes',
1859
+					'type' => 'radio',
1860
+					'value' => '1',
1861
+					'radiogroup' => 'start'
1862
+				);
1863
+
1864
+				$geodir_bcc_listing_published_no = array(
1865
+					'name' => __('Listing published', 'geodirectory'),
1866
+					'desc' => __('No', 'geodirectory'),
1867
+					'id' => 'geodir_bcc_listing_published',
1868
+					'std' => 'yes',
1869
+					'type' => 'radio',
1870
+					'value' => '0',
1871
+					'radiogroup' => 'end'
1872
+				);
1873
+
1874
+				$new_settings[] = $geodir_bcc_listing_published_yes;
1875
+				$new_settings[] = $geodir_bcc_listing_published_no;
1876
+			}
1877
+			$new_settings[] = $setting;
1878
+		}
1879
+		$settings = $new_settings;
1880
+	}
1881 1881
 
1882
-    return $settings;
1882
+	return $settings;
1883 1883
 }
1884 1884
 
1885 1885
 
@@ -1894,19 +1894,19 @@  discard block
 block discarded – undo
1894 1894
  */
1895 1895
 function get_gd_theme_compat_callback()
1896 1896
 {
1897
-    global $wpdb;
1898
-    $themes = get_option('gd_theme_compats');
1899
-
1900
-    if (isset($_POST['theme']) && isset($themes[$_POST['theme']]) && !empty($themes[$_POST['theme']])) {
1901
-        if (isset($_POST['export'])) {
1902
-            echo json_encode(array($_POST['theme'] => $themes[$_POST['theme']]));
1903
-        } else {
1904
-            echo json_encode($themes[$_POST['theme']]);
1905
-        }
1897
+	global $wpdb;
1898
+	$themes = get_option('gd_theme_compats');
1906 1899
 
1907
-    }
1900
+	if (isset($_POST['theme']) && isset($themes[$_POST['theme']]) && !empty($themes[$_POST['theme']])) {
1901
+		if (isset($_POST['export'])) {
1902
+			echo json_encode(array($_POST['theme'] => $themes[$_POST['theme']]));
1903
+		} else {
1904
+			echo json_encode($themes[$_POST['theme']]);
1905
+		}
1906
+
1907
+	}
1908 1908
 
1909
-    die();
1909
+	die();
1910 1910
 }
1911 1911
 
1912 1912
 add_action('wp_ajax_get_gd_theme_compat_import_callback', 'get_gd_theme_compat_import_callback');
@@ -1920,20 +1920,20 @@  discard block
 block discarded – undo
1920 1920
  */
1921 1921
 function get_gd_theme_compat_import_callback()
1922 1922
 {
1923
-    global $wpdb;
1924
-    $themes = get_option('gd_theme_compats');
1925
-    if (isset($_POST['theme']) && !empty($_POST['theme'])) {
1926
-        $json = json_decode(stripslashes($_POST['theme']), true);
1927
-        if (!empty($json) && is_array($json)) {
1928
-            $key = sanitize_text_field(key($json));
1929
-            $themes[$key] = $json[$key];
1930
-            update_option('gd_theme_compats', $themes);
1931
-            echo $key;
1932
-            die();
1933
-        }
1934
-    }
1935
-    echo '0';
1936
-    die();
1923
+	global $wpdb;
1924
+	$themes = get_option('gd_theme_compats');
1925
+	if (isset($_POST['theme']) && !empty($_POST['theme'])) {
1926
+		$json = json_decode(stripslashes($_POST['theme']), true);
1927
+		if (!empty($json) && is_array($json)) {
1928
+			$key = sanitize_text_field(key($json));
1929
+			$themes[$key] = $json[$key];
1930
+			update_option('gd_theme_compats', $themes);
1931
+			echo $key;
1932
+			die();
1933
+		}
1934
+	}
1935
+	echo '0';
1936
+	die();
1937 1937
 }
1938 1938
 
1939 1939
 
@@ -1946,39 +1946,39 @@  discard block
 block discarded – undo
1946 1946
  */
1947 1947
 function gd_set_theme_compat()
1948 1948
 {
1949
-    global $wpdb;
1950
-    $theme = wp_get_theme();
1949
+	global $wpdb;
1950
+	$theme = wp_get_theme();
1951 1951
 
1952
-    if ($theme->parent()) {
1953
-        $theme_name = str_replace(" ", "_", $theme->parent()->get('Name'));
1954
-    } else {
1955
-        $theme_name = str_replace(" ", "_", $theme->get('Name'));
1956
-    }
1952
+	if ($theme->parent()) {
1953
+		$theme_name = str_replace(" ", "_", $theme->parent()->get('Name'));
1954
+	} else {
1955
+		$theme_name = str_replace(" ", "_", $theme->get('Name'));
1956
+	}
1957 1957
 
1958
-    $theme_compats = get_option('gd_theme_compats');
1959
-    $current_compat = get_option('gd_theme_compat');
1960
-    $current_compat = str_replace("_custom", "", $current_compat);
1958
+	$theme_compats = get_option('gd_theme_compats');
1959
+	$current_compat = get_option('gd_theme_compat');
1960
+	$current_compat = str_replace("_custom", "", $current_compat);
1961 1961
  
1962
-    if ($current_compat == $theme_name && strpos(get_option('gd_theme_compat'), "_custom") !== false) {
1963
-        return;
1964
-    }// if already running correct compat then bail
1962
+	if ($current_compat == $theme_name && strpos(get_option('gd_theme_compat'), "_custom") !== false) {
1963
+		return;
1964
+	}// if already running correct compat then bail
1965 1965
 
1966
-    if (isset($theme_compats[$theme_name])) {// if there is a compat avail then set it
1967
-        update_option('gd_theme_compat', $theme_name);
1968
-        update_option('theme_compatibility_setting', $theme_compats[$theme_name]);
1966
+	if (isset($theme_compats[$theme_name])) {// if there is a compat avail then set it
1967
+		update_option('gd_theme_compat', $theme_name);
1968
+		update_option('theme_compatibility_setting', $theme_compats[$theme_name]);
1969 1969
 
1970
-        // if there are default options to set then set them
1971
-        if (isset($theme_compats[$theme_name]['geodir_theme_compat_default_options']) && !empty($theme_compats[$theme_name]['geodir_theme_compat_default_options'])) {
1970
+		// if there are default options to set then set them
1971
+		if (isset($theme_compats[$theme_name]['geodir_theme_compat_default_options']) && !empty($theme_compats[$theme_name]['geodir_theme_compat_default_options'])) {
1972 1972
 
1973
-            foreach ($theme_compats[$theme_name]['geodir_theme_compat_default_options'] as $key => $val) {
1974
-                update_option($key, $val);
1975
-            }
1976
-        }
1973
+			foreach ($theme_compats[$theme_name]['geodir_theme_compat_default_options'] as $key => $val) {
1974
+				update_option($key, $val);
1975
+			}
1976
+		}
1977 1977
 
1978
-    } else {
1979
-        update_option('gd_theme_compat', '');
1980
-        update_option('theme_compatibility_setting', '');
1981
-    }
1978
+	} else {
1979
+		update_option('gd_theme_compat', '');
1980
+		update_option('theme_compatibility_setting', '');
1981
+	}
1982 1982
 
1983 1983
 
1984 1984
 }
@@ -1993,9 +1993,9 @@  discard block
 block discarded – undo
1993 1993
  */
1994 1994
 function gd_check_avada_compat()
1995 1995
 {
1996
-    if (function_exists('avada_load_textdomain') && !get_option('avada_nag')) {
1997
-        add_action('admin_notices', 'gd_avada_compat_warning');
1998
-    }
1996
+	if (function_exists('avada_load_textdomain') && !get_option('avada_nag')) {
1997
+		add_action('admin_notices', 'gd_avada_compat_warning');
1998
+	}
1999 1999
 }
2000 2000
 
2001 2001
 
@@ -2008,22 +2008,22 @@  discard block
 block discarded – undo
2008 2008
 function gd_avada_compat_warning()
2009 2009
 {
2010 2010
 
2011
-    /*
2011
+	/*
2012 2012
     $msg_type = error
2013 2013
     $msg_type = updated fade
2014 2014
     $msg_type = update-nag
2015 2015
     */
2016 2016
 
2017
-    $plugin = 'avada-nag';
2018
-    $timestamp = 'avada-nag1234';
2019
-    $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');
2020
-    echo '<div id="' . $timestamp . '"  class="error">';
2021
-    echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\'' . $plugin . '\',\'' . $timestamp . '\');" ><i class="fa fa-times"></i></span>';
2022
-    echo "<img class='gd-icon-noti' src='" . plugin_dir_url('') . "geodirectory/geodirectory-assets/images/favicon.ico' > ";
2023
-    echo "<p>$message</p>";
2024
-    echo "</div>";
2017
+	$plugin = 'avada-nag';
2018
+	$timestamp = 'avada-nag1234';
2019
+	$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');
2020
+	echo '<div id="' . $timestamp . '"  class="error">';
2021
+	echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\'' . $plugin . '\',\'' . $timestamp . '\');" ><i class="fa fa-times"></i></span>';
2022
+	echo "<img class='gd-icon-noti' src='" . plugin_dir_url('') . "geodirectory/geodirectory-assets/images/favicon.ico' > ";
2023
+	echo "<p>$message</p>";
2024
+	echo "</div>";
2025 2025
 
2026
-    ?>
2026
+	?>
2027 2027
     <script>
2028 2028
         function gdRemoveANotification($plugin, $timestamp) {
2029 2029
 
@@ -2091,10 +2091,10 @@  discard block
 block discarded – undo
2091 2091
  */
2092 2092
 function geodir_avada_remove_notification()
2093 2093
 {
2094
-    update_option('avada_nag', TRUE);
2094
+	update_option('avada_nag', TRUE);
2095 2095
 
2096
-    // Always die in functions echoing ajax content
2097
-    die();
2096
+	// Always die in functions echoing ajax content
2097
+	die();
2098 2098
 }
2099 2099
 
2100 2100
 
@@ -2116,9 +2116,9 @@  discard block
 block discarded – undo
2116 2116
 	global $post, $typenow, $current_screen;
2117 2117
 	
2118 2118
 	$post_type = NULL;
2119
-    if (isset($_REQUEST['post']) && get_post_type($_REQUEST['post']))
2119
+	if (isset($_REQUEST['post']) && get_post_type($_REQUEST['post']))
2120 2120
 		$post_type = get_post_type($_REQUEST['post']);
2121
-    elseif ($post && isset($post->post_type))
2121
+	elseif ($post && isset($post->post_type))
2122 2122
 		$post_type = $post->post_type;
2123 2123
 	elseif ($typenow)
2124 2124
 		$post_type = $typenow;
@@ -2153,7 +2153,7 @@  discard block
 block discarded – undo
2153 2153
 		// Don't allow same slug url for listing and location
2154 2154
 		if (geodir_strtolower($listing_prefix) == geodir_strtolower($location_prefix)) {
2155 2155
 			$redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab . '&msg=fail&gderr=21');
2156
-        	wp_redirect($redirect_url);
2156
+			wp_redirect($redirect_url);
2157 2157
 			exit;
2158 2158
 		}
2159 2159
 		
@@ -2183,10 +2183,10 @@  discard block
 block discarded – undo
2183 2183
  * @package GeoDirectory
2184 2184
  */
2185 2185
 function geodir_hide_admin_preview_button() {
2186
-    global $post_type;
2187
-    $post_types = geodir_get_posttypes();
2188
-    if(in_array($post_type, $post_types))
2189
-        echo '<style type="text/css">#post-preview, #view-post-btn{display: none;}</style>';
2186
+	global $post_type;
2187
+	$post_types = geodir_get_posttypes();
2188
+	if(in_array($post_type, $post_types))
2189
+		echo '<style type="text/css">#post-preview, #view-post-btn{display: none;}</style>';
2190 2190
 }
2191 2191
 add_action( 'admin_head-post-new.php', 'geodir_hide_admin_preview_button' );
2192 2192
 add_action( 'admin_head-post.php', 'geodir_hide_admin_preview_button' );
@@ -2201,7 +2201,7 @@  discard block
 block discarded – undo
2201 2201
  */
2202 2202
 function geodir_import_export_tab( $tabs ) {
2203 2203
 	$tabs['import_export'] = array( 'label' => __( 'Import & Export', 'geodirectory' ) );
2204
-    return $tabs;
2204
+	return $tabs;
2205 2205
 }
2206 2206
 
2207 2207
 /**
@@ -2216,26 +2216,26 @@  discard block
 block discarded – undo
2216 2216
 function geodir_import_export_page() {
2217 2217
 	$nonce = wp_create_nonce( 'geodir_import_export_nonce' );
2218 2218
 	$gd_cats_sample_csv = geodir_plugin_url() . '/geodirectory-assets/gd_sample_categories.csv';
2219
-    /**
2220
-     * Filter sample category data csv file url.
2221
-     *
2222
-     * @since 1.0.0
2223
-     * @package GeoDirectory
2224
-     *
2225
-     * @param string $gd_cats_sample_csv Sample category data csv file url.
2226
-     */
2219
+	/**
2220
+	 * Filter sample category data csv file url.
2221
+	 *
2222
+	 * @since 1.0.0
2223
+	 * @package GeoDirectory
2224
+	 *
2225
+	 * @param string $gd_cats_sample_csv Sample category data csv file url.
2226
+	 */
2227 2227
 	$gd_cats_sample_csv = apply_filters( 'geodir_export_cats_sample_csv', $gd_cats_sample_csv );
2228 2228
 	
2229 2229
 	$gd_posts_sample_csv = geodir_plugin_url() . '/geodirectory-assets/place_listing.csv';
2230
-    /**
2231
-     * Filter sample post data csv file url.
2232
-     *
2233
-     * @since 1.0.0
2234
-     * @package GeoDirectory
2235
-     *
2236
-     * @param string $gd_posts_sample_csv Sample post data csv file url.
2237
-     */
2238
-    $gd_posts_sample_csv = apply_filters( 'geodir_export_posts_sample_csv', $gd_posts_sample_csv );
2230
+	/**
2231
+	 * Filter sample post data csv file url.
2232
+	 *
2233
+	 * @since 1.0.0
2234
+	 * @package GeoDirectory
2235
+	 *
2236
+	 * @param string $gd_posts_sample_csv Sample post data csv file url.
2237
+	 */
2238
+	$gd_posts_sample_csv = apply_filters( 'geodir_export_posts_sample_csv', $gd_posts_sample_csv );
2239 2239
 	
2240 2240
 	$gd_posttypes = geodir_get_posttypes( 'array' );
2241 2241
 	
@@ -2258,14 +2258,14 @@  discard block
 block discarded – undo
2258 2258
 	$gd_chunksize_options[100000] = 100000;
2259 2259
 	 
2260 2260
 	 /**
2261
-     * Filter max entries per export csv file.
2262
-     *
2263
-     * @since 1.5.6
2264
-     * @package GeoDirectory
2265
-     *
2266
-     * @param string $gd_chunksize_options Entries options.
2267
-     */
2268
-    $gd_chunksize_options = apply_filters( 'geodir_export_csv_chunksize_options', $gd_chunksize_options );
2261
+	  * Filter max entries per export csv file.
2262
+	  *
2263
+	  * @since 1.5.6
2264
+	  * @package GeoDirectory
2265
+	  *
2266
+	  * @param string $gd_chunksize_options Entries options.
2267
+	  */
2268
+	$gd_chunksize_options = apply_filters( 'geodir_export_csv_chunksize_options', $gd_chunksize_options );
2269 2269
 	
2270 2270
 	$gd_chunksize_option = '';
2271 2271
 	foreach ($gd_chunksize_options as $value => $title) {
@@ -2282,12 +2282,12 @@  discard block
 block discarded – undo
2282 2282
   <div class="gd-content-heading">
2283 2283
 
2284 2284
   <?php
2285
-    ini_set('max_execution_time', 999999);
2286
-    $ini_max_execution_time_check = @ini_get( 'max_execution_time' );
2287
-    ini_restore('max_execution_time');
2285
+	ini_set('max_execution_time', 999999);
2286
+	$ini_max_execution_time_check = @ini_get( 'max_execution_time' );
2287
+	ini_restore('max_execution_time');
2288 2288
 
2289
-    if($ini_max_execution_time_check != 999999){ // only show these setting to the user if we can't change the ini setting
2290
-        ?>
2289
+	if($ini_max_execution_time_check != 999999){ // only show these setting to the user if we can't change the ini setting
2290
+		?>
2291 2291
 	<div id="gd_ie_reqs" class="metabox-holder">
2292 2292
       <div class="meta-box-sortables ui-sortable">
2293 2293
         <div class="postbox">
@@ -2460,7 +2460,7 @@  discard block
 block discarded – undo
2460 2460
 						 * Called just after the sample CSV download link.
2461 2461
 						 *
2462 2462
 						 * @since 1.0.0
2463
-                         * @package GeoDirectory
2463
+						 * @package GeoDirectory
2464 2464
 						 */
2465 2465
 						do_action('geodir_sample_cats_csv_download_link');
2466 2466
 						?>
@@ -2545,11 +2545,11 @@  discard block
 block discarded – undo
2545 2545
 	 *
2546 2546
 	 * Called after the last setting on the GD > Import & Export page.
2547 2547
 	 * @since 1.4.6
2548
-     * @package GeoDirectory
2548
+	 * @package GeoDirectory
2549 2549
 	 *
2550 2550
 	 * @param array $gd_posttypes GD post types.
2551
-     * @param array $gd_chunksize_options File chunk size options.
2552
-     * @param string $nonce Wordpress security token for GD import & export.
2551
+	 * @param array $gd_chunksize_options File chunk size options.
2552
+	 * @param string $nonce Wordpress security token for GD import & export.
2553 2553
 	 */
2554 2554
 	do_action( 'geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce );
2555 2555
 	?>
@@ -3236,44 +3236,44 @@  discard block
 block discarded – undo
3236 3236
 function geodir_init_filesystem()
3237 3237
 {
3238 3238
 
3239
-    if(!function_exists('get_filesystem_method')){
3240
-        require_once(ABSPATH."/wp-admin/includes/file.php");
3241
-    }
3242
-    $access_type = get_filesystem_method();
3243
-    if ($access_type === 'direct') {
3244
-        /* you can safely run request_filesystem_credentials() without any issues and don't need to worry about passing in a URL */
3245
-        $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3246
-
3247
-        /* initialize the API */
3248
-        if (!WP_Filesystem($creds)) {
3249
-            /* any problems and we exit */
3250
-            //return '@@@3';
3251
-            return false;
3252
-        }
3239
+	if(!function_exists('get_filesystem_method')){
3240
+		require_once(ABSPATH."/wp-admin/includes/file.php");
3241
+	}
3242
+	$access_type = get_filesystem_method();
3243
+	if ($access_type === 'direct') {
3244
+		/* you can safely run request_filesystem_credentials() without any issues and don't need to worry about passing in a URL */
3245
+		$creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3246
+
3247
+		/* initialize the API */
3248
+		if (!WP_Filesystem($creds)) {
3249
+			/* any problems and we exit */
3250
+			//return '@@@3';
3251
+			return false;
3252
+		}
3253 3253
 
3254
-        global $wp_filesystem;
3255
-        return $wp_filesystem;
3256
-        /* do our file manipulations below */
3257
-    } elseif (defined('FTP_USER')) {
3258
-        $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3254
+		global $wp_filesystem;
3255
+		return $wp_filesystem;
3256
+		/* do our file manipulations below */
3257
+	} elseif (defined('FTP_USER')) {
3258
+		$creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3259
+
3260
+		/* initialize the API */
3261
+		if (!WP_Filesystem($creds)) {
3262
+			/* any problems and we exit */
3263
+			//return '@@@33';
3264
+			return false;
3265
+		}
3259 3266
 
3260
-        /* initialize the API */
3261
-        if (!WP_Filesystem($creds)) {
3262
-            /* any problems and we exit */
3263
-            //return '@@@33';
3264
-            return false;
3265
-        }
3267
+		global $wp_filesystem;
3268
+		//return '@@@1';
3269
+		return $wp_filesystem;
3266 3270
 
3267
-        global $wp_filesystem;
3268
-        //return '@@@1';
3269
-        return $wp_filesystem;
3270
-
3271
-    } else {
3272
-        //return '@@@2';
3273
-        /* don't have direct write access. Prompt user with our notice */
3274
-        add_action('admin_notice', 'geodir_filesystem_notice');
3275
-        return false;
3276
-    }
3271
+	} else {
3272
+		//return '@@@2';
3273
+		/* don't have direct write access. Prompt user with our notice */
3274
+		add_action('admin_notice', 'geodir_filesystem_notice');
3275
+		return false;
3276
+	}
3277 3277
 
3278 3278
 }
3279 3279
 
@@ -3291,10 +3291,10 @@  discard block
 block discarded – undo
3291 3291
  */
3292 3292
 function geodir_filesystem_notice()
3293 3293
 {   if ( defined( 'DOING_AJAX' ) ){return;}
3294
-    $access_type = get_filesystem_method();
3295
-    if ($access_type === 'direct') {
3296
-    } elseif (!defined('FTP_USER')) {
3297
-        ?>
3294
+	$access_type = get_filesystem_method();
3295
+	if ($access_type === 'direct') {
3296
+	} elseif (!defined('FTP_USER')) {
3297
+		?>
3298 3298
         <div class="error">
3299 3299
             <p><?php _e('GeoDirectory does not have access to your filesystem, thing like import/export will not work. Please define your details in wp-config.php as explained here', 'geodirectory'); ?>
3300 3300
                 <a target="_blank" href="http://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants">http://codex.wordpress.org/Editing_wp-config.php#WordPress_Upgrade_Constants</a>
@@ -3321,1258 +3321,1258 @@  discard block
 block discarded – undo
3321 3321
  * @return string Json data.
3322 3322
  */
3323 3323
 function geodir_ajax_import_export() {
3324
-    global $wpdb, $plugin_prefix, $current_user, $wp_filesystem;
3324
+	global $wpdb, $plugin_prefix, $current_user, $wp_filesystem;
3325 3325
     
3326
-    error_reporting(0);
3326
+	error_reporting(0);
3327 3327
 
3328
-    $xstart = microtime(true);
3328
+	$xstart = microtime(true);
3329 3329
 
3330
-    // try to set higher limits for import
3331
-    $max_input_time = ini_get('max_input_time');
3332
-    $max_execution_time = ini_get('max_execution_time');
3333
-    $memory_limit= ini_get('memory_limit');
3330
+	// try to set higher limits for import
3331
+	$max_input_time = ini_get('max_input_time');
3332
+	$max_execution_time = ini_get('max_execution_time');
3333
+	$memory_limit= ini_get('memory_limit');
3334 3334
 
3335
-    if(!$max_input_time || $max_input_time<3000){
3336
-        ini_set('max_input_time', 3000);
3337
-    }
3335
+	if(!$max_input_time || $max_input_time<3000){
3336
+		ini_set('max_input_time', 3000);
3337
+	}
3338 3338
 
3339
-    if(!$max_execution_time || $max_execution_time<3000){
3340
-        ini_set('max_execution_time', 3000);
3341
-    }
3339
+	if(!$max_execution_time || $max_execution_time<3000){
3340
+		ini_set('max_execution_time', 3000);
3341
+	}
3342 3342
 
3343
-    if($memory_limit && str_replace('M','',$memory_limit)){
3344
-        if(str_replace('M','',$memory_limit)<256){
3345
-            ini_set('memory_limit', '256M');
3346
-        }
3347
-    }
3343
+	if($memory_limit && str_replace('M','',$memory_limit)){
3344
+		if(str_replace('M','',$memory_limit)<256){
3345
+			ini_set('memory_limit', '256M');
3346
+		}
3347
+	}
3348 3348
 
3349
-    $json = array();
3349
+	$json = array();
3350 3350
 
3351
-    if ( !current_user_can( 'manage_options' ) ) {
3352
-        wp_send_json( $json );
3353
-    }
3351
+	if ( !current_user_can( 'manage_options' ) ) {
3352
+		wp_send_json( $json );
3353
+	}
3354 3354
 
3355
-    $task = isset( $_REQUEST['task'] ) ? $_REQUEST['task'] : NULL;
3356
-    $nonce = isset( $_REQUEST['_nonce'] ) ? $_REQUEST['_nonce'] : NULL;
3357
-    $stat = isset( $_REQUEST['_st'] ) ? $_REQUEST['_st'] : false;
3355
+	$task = isset( $_REQUEST['task'] ) ? $_REQUEST['task'] : NULL;
3356
+	$nonce = isset( $_REQUEST['_nonce'] ) ? $_REQUEST['_nonce'] : NULL;
3357
+	$stat = isset( $_REQUEST['_st'] ) ? $_REQUEST['_st'] : false;
3358 3358
 
3359
-    if ( !wp_verify_nonce( $nonce, 'geodir_import_export_nonce' ) ) {
3360
-        wp_send_json( $json );
3361
-    }
3359
+	if ( !wp_verify_nonce( $nonce, 'geodir_import_export_nonce' ) ) {
3360
+		wp_send_json( $json );
3361
+	}
3362 3362
 
3363
-    $post_type = isset( $_REQUEST['_pt'] ) ? $_REQUEST['_pt'] : NULL;
3364
-    $chunk_per_page = isset( $_REQUEST['_n'] ) ? absint($_REQUEST['_n']) : NULL;
3365
-    $chunk_per_page = $chunk_per_page < 50 || $chunk_per_page > 100000 ? 5000 : $chunk_per_page;
3366
-    $chunk_page_no = isset( $_REQUEST['_p'] ) ? absint($_REQUEST['_p']) : 1;
3363
+	$post_type = isset( $_REQUEST['_pt'] ) ? $_REQUEST['_pt'] : NULL;
3364
+	$chunk_per_page = isset( $_REQUEST['_n'] ) ? absint($_REQUEST['_n']) : NULL;
3365
+	$chunk_per_page = $chunk_per_page < 50 || $chunk_per_page > 100000 ? 5000 : $chunk_per_page;
3366
+	$chunk_page_no = isset( $_REQUEST['_p'] ) ? absint($_REQUEST['_p']) : 1;
3367 3367
 
3368
-    $wp_filesystem = geodir_init_filesystem();
3369
-    if (!$wp_filesystem) {
3370
-        $json['error'] = __( 'Filesystem ERROR: Could not access filesystem.', 'geodirectory' );
3371
-        wp_send_json( $json );
3372
-    }
3368
+	$wp_filesystem = geodir_init_filesystem();
3369
+	if (!$wp_filesystem) {
3370
+		$json['error'] = __( 'Filesystem ERROR: Could not access filesystem.', 'geodirectory' );
3371
+		wp_send_json( $json );
3372
+	}
3373 3373
 
3374
-    if (!empty($wp_filesystem) && isset($wp_filesystem->errors) && is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code()) {
3375
-        $json['error'] = __( 'Filesystem ERROR: ' . $wp_filesystem->errors->get_error_message(), 'geodirectory' );
3376
-        wp_send_json( $json );
3377
-    }
3374
+	if (!empty($wp_filesystem) && isset($wp_filesystem->errors) && is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code()) {
3375
+		$json['error'] = __( 'Filesystem ERROR: ' . $wp_filesystem->errors->get_error_message(), 'geodirectory' );
3376
+		wp_send_json( $json );
3377
+	}
3378 3378
 
3379
-    $csv_file_dir = geodir_path_import_export( false );
3380
-    if ( !$wp_filesystem->is_dir( $csv_file_dir ) ) {
3381
-        if ( !$wp_filesystem->mkdir( $csv_file_dir, FS_CHMOD_DIR ) ) {
3382
-            $json['error'] = __( 'ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory' );
3383
-            wp_send_json( $json );
3384
-        }
3385
-    }
3379
+	$csv_file_dir = geodir_path_import_export( false );
3380
+	if ( !$wp_filesystem->is_dir( $csv_file_dir ) ) {
3381
+		if ( !$wp_filesystem->mkdir( $csv_file_dir, FS_CHMOD_DIR ) ) {
3382
+			$json['error'] = __( 'ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory' );
3383
+			wp_send_json( $json );
3384
+		}
3385
+	}
3386 3386
     
3387
-    $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
3388
-    $neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
3389
-
3390
-    switch ( $task ) {
3391
-        case 'export_posts': {
3392
-            // WPML
3393
-            $is_wpml = geodir_is_wpml();
3394
-            if ($is_wpml) {
3395
-                global $sitepress;
3396
-                $active_lang = ICL_LANGUAGE_CODE;
3387
+	$location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
3388
+	$neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
3389
+
3390
+	switch ( $task ) {
3391
+		case 'export_posts': {
3392
+			// WPML
3393
+			$is_wpml = geodir_is_wpml();
3394
+			if ($is_wpml) {
3395
+				global $sitepress;
3396
+				$active_lang = ICL_LANGUAGE_CODE;
3397 3397
                 
3398
-                $sitepress->switch_lang('all', true);
3399
-            }
3400
-            // WPML
3401
-            if ( $post_type == 'gd_event' ) {
3402
-                add_filter( 'geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2 );
3403
-            }
3404
-            $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
3398
+				$sitepress->switch_lang('all', true);
3399
+			}
3400
+			// WPML
3401
+			if ( $post_type == 'gd_event' ) {
3402
+				add_filter( 'geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2 );
3403
+			}
3404
+			$filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
3405 3405
             
3406
-            $file_name = $post_type . '_' . date( 'dmyHi' );
3407
-            if ( $filters && isset( $filters['start_date'] ) && isset( $filters['end_date'] ) ) {
3408
-                $file_name = $post_type . '_' . date_i18n( 'dmy', strtotime( $filters['start_date'] ) ) . '_' . date_i18n( 'dmy', strtotime( $filters['end_date'] ) );
3409
-            }
3410
-            $posts_count = geodir_get_posts_count( $post_type );
3411
-            $file_url_base = geodir_path_import_export() . '/';
3412
-            $file_url = $file_url_base . $file_name . '.csv';
3413
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3414
-            $file_path_temp = $csv_file_dir . '/' . $post_type . '_' . $nonce . '.csv';
3406
+			$file_name = $post_type . '_' . date( 'dmyHi' );
3407
+			if ( $filters && isset( $filters['start_date'] ) && isset( $filters['end_date'] ) ) {
3408
+				$file_name = $post_type . '_' . date_i18n( 'dmy', strtotime( $filters['start_date'] ) ) . '_' . date_i18n( 'dmy', strtotime( $filters['end_date'] ) );
3409
+			}
3410
+			$posts_count = geodir_get_posts_count( $post_type );
3411
+			$file_url_base = geodir_path_import_export() . '/';
3412
+			$file_url = $file_url_base . $file_name . '.csv';
3413
+			$file_path = $csv_file_dir . '/' . $file_name . '.csv';
3414
+			$file_path_temp = $csv_file_dir . '/' . $post_type . '_' . $nonce . '.csv';
3415 3415
             
3416
-            $chunk_file_paths = array();
3416
+			$chunk_file_paths = array();
3417 3417
 
3418
-            if ( isset( $_REQUEST['_c'] ) ) {
3419
-                $json['total'] = $posts_count;
3420
-                // WPML
3421
-                if ($is_wpml) {
3422
-                    $sitepress->switch_lang($active_lang, true);
3423
-                }
3424
-                // WPML
3425
-                wp_send_json( $json );
3426
-                gd_die();
3427
-            } else if ( isset( $_REQUEST['_st'] ) ) {
3428
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3429
-                $percentage = count( $posts_count ) > 0 && $line_count > 0 ? ceil( $line_count / $posts_count ) * 100 : 0;
3430
-                $percentage = min( $percentage, 100 );
3418
+			if ( isset( $_REQUEST['_c'] ) ) {
3419
+				$json['total'] = $posts_count;
3420
+				// WPML
3421
+				if ($is_wpml) {
3422
+					$sitepress->switch_lang($active_lang, true);
3423
+				}
3424
+				// WPML
3425
+				wp_send_json( $json );
3426
+				gd_die();
3427
+			} else if ( isset( $_REQUEST['_st'] ) ) {
3428
+				$line_count = (int)geodir_import_export_line_count( $file_path_temp );
3429
+				$percentage = count( $posts_count ) > 0 && $line_count > 0 ? ceil( $line_count / $posts_count ) * 100 : 0;
3430
+				$percentage = min( $percentage, 100 );
3431 3431
                 
3432
-                $json['percentage'] = $percentage;
3433
-                // WPML
3434
-                if ($is_wpml) {
3435
-                    $sitepress->switch_lang($active_lang, true);
3436
-                }
3437
-                // WPML
3438
-                wp_send_json( $json );
3439
-                gd_die();
3440
-            } else {
3441
-                if ( !$posts_count > 0 ) {
3442
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3443
-                } else {
3444
-                    $total_posts = $posts_count;
3445
-                    if ($chunk_per_page > $total_posts) {
3446
-                        $chunk_per_page = $total_posts;
3447
-                    }
3448
-                    $chunk_total_pages = ceil( $total_posts / $chunk_per_page );
3432
+				$json['percentage'] = $percentage;
3433
+				// WPML
3434
+				if ($is_wpml) {
3435
+					$sitepress->switch_lang($active_lang, true);
3436
+				}
3437
+				// WPML
3438
+				wp_send_json( $json );
3439
+				gd_die();
3440
+			} else {
3441
+				if ( !$posts_count > 0 ) {
3442
+					$json['error'] = __( 'No records to export.', 'geodirectory' );
3443
+				} else {
3444
+					$total_posts = $posts_count;
3445
+					if ($chunk_per_page > $total_posts) {
3446
+						$chunk_per_page = $total_posts;
3447
+					}
3448
+					$chunk_total_pages = ceil( $total_posts / $chunk_per_page );
3449 3449
                     
3450
-                    $j = $chunk_page_no;
3451
-                    $chunk_save_posts = geodir_imex_get_posts( $post_type, $chunk_per_page, $j );
3450
+					$j = $chunk_page_no;
3451
+					$chunk_save_posts = geodir_imex_get_posts( $post_type, $chunk_per_page, $j );
3452 3452
                     
3453
-                    $per_page = 500;
3454
-                    if ($per_page > $chunk_per_page) {
3455
-                        $per_page = $chunk_per_page;
3456
-                    }
3457
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3453
+					$per_page = 500;
3454
+					if ($per_page > $chunk_per_page) {
3455
+						$per_page = $chunk_per_page;
3456
+					}
3457
+					$total_pages = ceil( $chunk_per_page / $per_page );
3458 3458
                     
3459
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3460
-                        $save_posts = array_slice( $chunk_save_posts , ( $i * $per_page ), $per_page );
3459
+					for ( $i = 0; $i <= $total_pages; $i++ ) {
3460
+						$save_posts = array_slice( $chunk_save_posts , ( $i * $per_page ), $per_page );
3461 3461
                         
3462
-                        $clear = $i == 0 ? true : false;
3463
-                        geodir_save_csv_data( $file_path_temp, $save_posts, $clear );
3464
-                    }
3462
+						$clear = $i == 0 ? true : false;
3463
+						geodir_save_csv_data( $file_path_temp, $save_posts, $clear );
3464
+					}
3465 3465
                         
3466
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3467
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3468
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3469
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3470
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3466
+					if ( $wp_filesystem->exists( $file_path_temp ) ) {
3467
+						$chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3468
+						$chunk_file_name = $file_name . $chunk_page_no . '.csv';
3469
+						$file_path = $csv_file_dir . '/' . $chunk_file_name;
3470
+						$wp_filesystem->move( $file_path_temp, $file_path, true );
3471 3471
                         
3472
-                        $file_url = $file_url_base . $chunk_file_name;
3473
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3474
-                    }
3472
+						$file_url = $file_url_base . $chunk_file_name;
3473
+						$chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3474
+					}
3475 3475
                     
3476
-                    if ( !empty($chunk_file_paths) ) {
3477
-                        $json['total'] = $posts_count;
3478
-                        $json['files'] = $chunk_file_paths;
3479
-                    } else {
3480
-                        if ($j > 1) {
3481
-                            $json['total'] = $posts_count;
3482
-                            $json['files'] = array();
3483
-                        } else {
3484
-                            $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3485
-                        }
3486
-                    }
3487
-                }
3488
-                // WPML
3489
-                if ($is_wpml) {
3490
-                    $sitepress->switch_lang($active_lang, true);
3491
-                }
3492
-                // WPML
3493
-                wp_send_json( $json );
3494
-            }
3495
-        }
3496
-        break;
3497
-        case 'export_cats': {
3498
-            // WPML
3499
-            $is_wpml = geodir_is_wpml();
3500
-            if ($is_wpml) {
3501
-                global $sitepress;
3502
-                $active_lang = ICL_LANGUAGE_CODE;
3476
+					if ( !empty($chunk_file_paths) ) {
3477
+						$json['total'] = $posts_count;
3478
+						$json['files'] = $chunk_file_paths;
3479
+					} else {
3480
+						if ($j > 1) {
3481
+							$json['total'] = $posts_count;
3482
+							$json['files'] = array();
3483
+						} else {
3484
+							$json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3485
+						}
3486
+					}
3487
+				}
3488
+				// WPML
3489
+				if ($is_wpml) {
3490
+					$sitepress->switch_lang($active_lang, true);
3491
+				}
3492
+				// WPML
3493
+				wp_send_json( $json );
3494
+			}
3495
+		}
3496
+		break;
3497
+		case 'export_cats': {
3498
+			// WPML
3499
+			$is_wpml = geodir_is_wpml();
3500
+			if ($is_wpml) {
3501
+				global $sitepress;
3502
+				$active_lang = ICL_LANGUAGE_CODE;
3503 3503
                 
3504
-                $sitepress->switch_lang('all', true);
3505
-            }
3506
-            // WPML
3507
-            $file_name = $post_type . 'category_' . date( 'dmyHi' );
3504
+				$sitepress->switch_lang('all', true);
3505
+			}
3506
+			// WPML
3507
+			$file_name = $post_type . 'category_' . date( 'dmyHi' );
3508 3508
             
3509
-            $terms_count = geodir_get_terms_count( $post_type );
3510
-            $file_url_base = geodir_path_import_export() . '/';
3511
-            $file_url = $file_url_base . $file_name . '.csv';
3512
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3513
-            $file_path_temp = $csv_file_dir . '/' . $post_type . 'category_' . $nonce . '.csv';
3509
+			$terms_count = geodir_get_terms_count( $post_type );
3510
+			$file_url_base = geodir_path_import_export() . '/';
3511
+			$file_url = $file_url_base . $file_name . '.csv';
3512
+			$file_path = $csv_file_dir . '/' . $file_name . '.csv';
3513
+			$file_path_temp = $csv_file_dir . '/' . $post_type . 'category_' . $nonce . '.csv';
3514 3514
             
3515
-            $chunk_file_paths = array();
3515
+			$chunk_file_paths = array();
3516 3516
             
3517
-            if ( isset( $_REQUEST['_st'] ) ) {
3518
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3519
-                $percentage = count( $terms_count ) > 0 && $line_count > 0 ? ceil( $line_count / $terms_count ) * 100 : 0;
3520
-                $percentage = min( $percentage, 100 );
3517
+			if ( isset( $_REQUEST['_st'] ) ) {
3518
+				$line_count = (int)geodir_import_export_line_count( $file_path_temp );
3519
+				$percentage = count( $terms_count ) > 0 && $line_count > 0 ? ceil( $line_count / $terms_count ) * 100 : 0;
3520
+				$percentage = min( $percentage, 100 );
3521 3521
                 
3522
-                $json['percentage'] = $percentage;
3523
-                // WPML
3524
-                if ($is_wpml) {
3525
-                    $sitepress->switch_lang($active_lang, true);
3526
-                }
3527
-                // WPML
3528
-                wp_send_json( $json );
3529
-            } else {
3530
-                if ( !$terms_count > 0 ) {
3531
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3532
-                } else {
3533
-                    $total_terms = $terms_count;
3534
-                    if ($chunk_per_page > $terms_count) {
3535
-                        $chunk_per_page = $terms_count;
3536
-                    }
3537
-                    $chunk_total_pages = ceil( $total_terms / $chunk_per_page );
3522
+				$json['percentage'] = $percentage;
3523
+				// WPML
3524
+				if ($is_wpml) {
3525
+					$sitepress->switch_lang($active_lang, true);
3526
+				}
3527
+				// WPML
3528
+				wp_send_json( $json );
3529
+			} else {
3530
+				if ( !$terms_count > 0 ) {
3531
+					$json['error'] = __( 'No records to export.', 'geodirectory' );
3532
+				} else {
3533
+					$total_terms = $terms_count;
3534
+					if ($chunk_per_page > $terms_count) {
3535
+						$chunk_per_page = $terms_count;
3536
+					}
3537
+					$chunk_total_pages = ceil( $total_terms / $chunk_per_page );
3538 3538
                     
3539
-                    $j = $chunk_page_no;
3540
-                    $chunk_save_terms = geodir_imex_get_terms( $post_type, $chunk_per_page, $j );
3539
+					$j = $chunk_page_no;
3540
+					$chunk_save_terms = geodir_imex_get_terms( $post_type, $chunk_per_page, $j );
3541 3541
                     
3542
-                    $per_page = 500;
3543
-                    if ($per_page > $chunk_per_page) {
3544
-                        $per_page = $chunk_per_page;
3545
-                    }
3546
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3542
+					$per_page = 500;
3543
+					if ($per_page > $chunk_per_page) {
3544
+						$per_page = $chunk_per_page;
3545
+					}
3546
+					$total_pages = ceil( $chunk_per_page / $per_page );
3547 3547
                     
3548
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3549
-                        $save_terms = array_slice( $chunk_save_terms , ( $i * $per_page ), $per_page );
3548
+					for ( $i = 0; $i <= $total_pages; $i++ ) {
3549
+						$save_terms = array_slice( $chunk_save_terms , ( $i * $per_page ), $per_page );
3550 3550
                         
3551
-                        $clear = $i == 0 ? true : false;
3552
-                        geodir_save_csv_data( $file_path_temp, $save_terms, $clear );
3553
-                    }
3551
+						$clear = $i == 0 ? true : false;
3552
+						geodir_save_csv_data( $file_path_temp, $save_terms, $clear );
3553
+					}
3554 3554
                     
3555
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3556
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3557
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3558
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3559
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3555
+					if ( $wp_filesystem->exists( $file_path_temp ) ) {
3556
+						$chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3557
+						$chunk_file_name = $file_name . $chunk_page_no . '.csv';
3558
+						$file_path = $csv_file_dir . '/' . $chunk_file_name;
3559
+						$wp_filesystem->move( $file_path_temp, $file_path, true );
3560 3560
                         
3561
-                        $file_url = $file_url_base . $chunk_file_name;
3562
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3563
-                    }
3561
+						$file_url = $file_url_base . $chunk_file_name;
3562
+						$chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3563
+					}
3564 3564
                     
3565
-                    if ( !empty($chunk_file_paths) ) {
3566
-                        $json['total'] = $terms_count;
3567
-                        $json['files'] = $chunk_file_paths;
3568
-                    } else {
3569
-                        $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3570
-                    }
3571
-                }
3572
-                // WPML
3573
-                if ($is_wpml) {
3574
-                    $sitepress->switch_lang($active_lang, true);
3575
-                }
3576
-                // WPML
3577
-                wp_send_json( $json );
3578
-            }
3579
-        }
3580
-        break;
3581
-        case 'export_locations': {
3582
-            $file_url_base = geodir_path_import_export() . '/';
3583
-            $file_name = 'gd_locations_' . date( 'dmyHi' );
3584
-            $file_url = $file_url_base . $file_name . '.csv';
3585
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3586
-            $file_path_temp = $csv_file_dir . '/gd_locations_' . $nonce . '.csv';
3565
+					if ( !empty($chunk_file_paths) ) {
3566
+						$json['total'] = $terms_count;
3567
+						$json['files'] = $chunk_file_paths;
3568
+					} else {
3569
+						$json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3570
+					}
3571
+				}
3572
+				// WPML
3573
+				if ($is_wpml) {
3574
+					$sitepress->switch_lang($active_lang, true);
3575
+				}
3576
+				// WPML
3577
+				wp_send_json( $json );
3578
+			}
3579
+		}
3580
+		break;
3581
+		case 'export_locations': {
3582
+			$file_url_base = geodir_path_import_export() . '/';
3583
+			$file_name = 'gd_locations_' . date( 'dmyHi' );
3584
+			$file_url = $file_url_base . $file_name . '.csv';
3585
+			$file_path = $csv_file_dir . '/' . $file_name . '.csv';
3586
+			$file_path_temp = $csv_file_dir . '/gd_locations_' . $nonce . '.csv';
3587 3587
             
3588
-            $items_count = (int)geodir_location_imex_count_locations();
3588
+			$items_count = (int)geodir_location_imex_count_locations();
3589 3589
             
3590
-            if ( isset( $_REQUEST['_st'] ) ) {
3591
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3592
-                $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3593
-                $percentage = min( $percentage, 100 );
3590
+			if ( isset( $_REQUEST['_st'] ) ) {
3591
+				$line_count = (int)geodir_import_export_line_count( $file_path_temp );
3592
+				$percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3593
+				$percentage = min( $percentage, 100 );
3594 3594
                 
3595
-                $json['percentage'] = $percentage;
3596
-                wp_send_json( $json );
3597
-            } else {
3598
-                $chunk_file_paths = array();
3595
+				$json['percentage'] = $percentage;
3596
+				wp_send_json( $json );
3597
+			} else {
3598
+				$chunk_file_paths = array();
3599 3599
                 
3600
-                if ( !$items_count > 0 ) {
3601
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3602
-                } else {
3603
-                    $chunk_per_page = min( $chunk_per_page, $items_count );
3604
-                    $chunk_total_pages = ceil( $items_count / $chunk_per_page );
3600
+				if ( !$items_count > 0 ) {
3601
+					$json['error'] = __( 'No records to export.', 'geodirectory' );
3602
+				} else {
3603
+					$chunk_per_page = min( $chunk_per_page, $items_count );
3604
+					$chunk_total_pages = ceil( $items_count / $chunk_per_page );
3605 3605
                     
3606
-                    $j = $chunk_page_no;
3607
-                    $chunk_save_items = geodir_location_imex_locations_data( $chunk_per_page, $j );
3606
+					$j = $chunk_page_no;
3607
+					$chunk_save_items = geodir_location_imex_locations_data( $chunk_per_page, $j );
3608 3608
                     
3609
-                    $per_page = 500;
3610
-                    $per_page = min( $per_page, $chunk_per_page );
3611
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3609
+					$per_page = 500;
3610
+					$per_page = min( $per_page, $chunk_per_page );
3611
+					$total_pages = ceil( $chunk_per_page / $per_page );
3612 3612
                     
3613
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3614
-                        $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3613
+					for ( $i = 0; $i <= $total_pages; $i++ ) {
3614
+						$save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3615 3615
                         
3616
-                        $clear = $i == 0 ? true : false;
3617
-                        geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3618
-                    }
3616
+						$clear = $i == 0 ? true : false;
3617
+						geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3618
+					}
3619 3619
                     
3620
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3621
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3622
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3623
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3624
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3620
+					if ( $wp_filesystem->exists( $file_path_temp ) ) {
3621
+						$chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3622
+						$chunk_file_name = $file_name . $chunk_page_no . '.csv';
3623
+						$file_path = $csv_file_dir . '/' . $chunk_file_name;
3624
+						$wp_filesystem->move( $file_path_temp, $file_path, true );
3625 3625
                         
3626
-                        $file_url = $file_url_base . $chunk_file_name;
3627
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3628
-                    }
3626
+						$file_url = $file_url_base . $chunk_file_name;
3627
+						$chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3628
+					}
3629 3629
                     
3630
-                    if ( !empty($chunk_file_paths) ) {
3631
-                        $json['total'] = $items_count;
3632
-                        $json['files'] = $chunk_file_paths;
3633
-                    } else {
3634
-                        $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3635
-                    }
3636
-                }
3637
-                wp_send_json( $json );
3638
-            }
3639
-        }
3640
-        break;
3641
-        case 'export_hoods': {
3642
-            $file_url_base = geodir_path_import_export() . '/';
3643
-            $file_name = 'gd_neighbourhoods_' . date( 'dmyHi' );
3644
-            $file_url = $file_url_base . $file_name . '.csv';
3645
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3646
-            $file_path_temp = $csv_file_dir . '/gd_neighbourhoods_' . $nonce . '.csv';
3630
+					if ( !empty($chunk_file_paths) ) {
3631
+						$json['total'] = $items_count;
3632
+						$json['files'] = $chunk_file_paths;
3633
+					} else {
3634
+						$json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3635
+					}
3636
+				}
3637
+				wp_send_json( $json );
3638
+			}
3639
+		}
3640
+		break;
3641
+		case 'export_hoods': {
3642
+			$file_url_base = geodir_path_import_export() . '/';
3643
+			$file_name = 'gd_neighbourhoods_' . date( 'dmyHi' );
3644
+			$file_url = $file_url_base . $file_name . '.csv';
3645
+			$file_path = $csv_file_dir . '/' . $file_name . '.csv';
3646
+			$file_path_temp = $csv_file_dir . '/gd_neighbourhoods_' . $nonce . '.csv';
3647 3647
             
3648
-            $items_count = (int)geodir_location_imex_count_neighbourhoods();
3648
+			$items_count = (int)geodir_location_imex_count_neighbourhoods();
3649 3649
             
3650
-            if ( isset( $_REQUEST['_st'] ) ) {
3651
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3652
-                $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3653
-                $percentage = min( $percentage, 100 );
3650
+			if ( isset( $_REQUEST['_st'] ) ) {
3651
+				$line_count = (int)geodir_import_export_line_count( $file_path_temp );
3652
+				$percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3653
+				$percentage = min( $percentage, 100 );
3654 3654
                 
3655
-                $json['percentage'] = $percentage;
3656
-                wp_send_json( $json );
3657
-            } else {
3658
-                $chunk_file_paths = array();
3655
+				$json['percentage'] = $percentage;
3656
+				wp_send_json( $json );
3657
+			} else {
3658
+				$chunk_file_paths = array();
3659 3659
                 
3660
-                if ( !$items_count > 0 ) {
3661
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3662
-                } else {
3663
-                    $chunk_per_page = min( $chunk_per_page, $items_count );
3664
-                    $chunk_total_pages = ceil( $items_count / $chunk_per_page );
3660
+				if ( !$items_count > 0 ) {
3661
+					$json['error'] = __( 'No records to export.', 'geodirectory' );
3662
+				} else {
3663
+					$chunk_per_page = min( $chunk_per_page, $items_count );
3664
+					$chunk_total_pages = ceil( $items_count / $chunk_per_page );
3665 3665
                     
3666
-                    $j = $chunk_page_no;
3667
-                    $chunk_save_items = geodir_location_imex_neighbourhoods_data( $chunk_per_page, $j );
3666
+					$j = $chunk_page_no;
3667
+					$chunk_save_items = geodir_location_imex_neighbourhoods_data( $chunk_per_page, $j );
3668 3668
                     
3669
-                    $per_page = 500;
3670
-                    $per_page = min( $per_page, $chunk_per_page );
3671
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3669
+					$per_page = 500;
3670
+					$per_page = min( $per_page, $chunk_per_page );
3671
+					$total_pages = ceil( $chunk_per_page / $per_page );
3672 3672
                     
3673
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3674
-                        $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3673
+					for ( $i = 0; $i <= $total_pages; $i++ ) {
3674
+						$save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3675 3675
                         
3676
-                        $clear = $i == 0 ? true : false;
3677
-                        geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3678
-                    }
3676
+						$clear = $i == 0 ? true : false;
3677
+						geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3678
+					}
3679 3679
                     
3680
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3681
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3682
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3683
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3684
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3680
+					if ( $wp_filesystem->exists( $file_path_temp ) ) {
3681
+						$chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3682
+						$chunk_file_name = $file_name . $chunk_page_no . '.csv';
3683
+						$file_path = $csv_file_dir . '/' . $chunk_file_name;
3684
+						$wp_filesystem->move( $file_path_temp, $file_path, true );
3685 3685
                         
3686
-                        $file_url = $file_url_base . $chunk_file_name;
3687
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3688
-                    }
3686
+						$file_url = $file_url_base . $chunk_file_name;
3687
+						$chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3688
+					}
3689 3689
                     
3690
-                    if ( !empty($chunk_file_paths) ) {
3691
-                        $json['total'] = $items_count;
3692
-                        $json['files'] = $chunk_file_paths;
3693
-                    } else {
3694
-                        $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3695
-                    }
3696
-                }
3697
-                wp_send_json( $json );
3698
-            }
3699
-        }
3700
-        break;
3701
-        case 'prepare_import':
3702
-        case 'import_cat':
3703
-        case 'import_post':
3704
-        case 'import_loc':
3705
-        case 'import_hood': {
3706
-            // WPML
3707
-            $is_wpml = geodir_is_wpml();
3708
-            if ($is_wpml) {
3709
-                global $sitepress;
3710
-                $active_lang = ICL_LANGUAGE_CODE;
3711
-            }
3712
-            // WPML
3690
+					if ( !empty($chunk_file_paths) ) {
3691
+						$json['total'] = $items_count;
3692
+						$json['files'] = $chunk_file_paths;
3693
+					} else {
3694
+						$json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3695
+					}
3696
+				}
3697
+				wp_send_json( $json );
3698
+			}
3699
+		}
3700
+		break;
3701
+		case 'prepare_import':
3702
+		case 'import_cat':
3703
+		case 'import_post':
3704
+		case 'import_loc':
3705
+		case 'import_hood': {
3706
+			// WPML
3707
+			$is_wpml = geodir_is_wpml();
3708
+			if ($is_wpml) {
3709
+				global $sitepress;
3710
+				$active_lang = ICL_LANGUAGE_CODE;
3711
+			}
3712
+			// WPML
3713 3713
             
3714
-            ini_set( 'auto_detect_line_endings', true );
3714
+			ini_set( 'auto_detect_line_endings', true );
3715 3715
             
3716
-            $uploads = wp_upload_dir();
3717
-            $uploads_dir = $uploads['path'];
3718
-            $uploads_subdir = $uploads['subdir'];
3716
+			$uploads = wp_upload_dir();
3717
+			$uploads_dir = $uploads['path'];
3718
+			$uploads_subdir = $uploads['subdir'];
3719 3719
             
3720
-            $csv_file = isset( $_POST['_file'] ) ? $_POST['_file'] : NULL;
3721
-            $import_choice = isset( $_REQUEST['_ch'] ) ? $_REQUEST['_ch'] : 'skip';
3720
+			$csv_file = isset( $_POST['_file'] ) ? $_POST['_file'] : NULL;
3721
+			$import_choice = isset( $_REQUEST['_ch'] ) ? $_REQUEST['_ch'] : 'skip';
3722 3722
             
3723
-            $csv_file_arr = explode( '/', $csv_file );
3724
-            $csv_filename = end( $csv_file_arr );
3725
-            $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $csv_filename;
3723
+			$csv_file_arr = explode( '/', $csv_file );
3724
+			$csv_filename = end( $csv_file_arr );
3725
+			$target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $csv_filename;
3726 3726
             
3727
-            $json['file'] = $csv_file;
3728
-            $json['error'] = __( 'The uploaded file is not a valid csv file. Please try again.', 'geodirectory' );
3729
-            $file = array();
3727
+			$json['file'] = $csv_file;
3728
+			$json['error'] = __( 'The uploaded file is not a valid csv file. Please try again.', 'geodirectory' );
3729
+			$file = array();
3730 3730
 
3731
-            if ( $csv_file && $wp_filesystem->is_file( $target_path ) && $wp_filesystem->exists( $target_path ) ) {
3732
-                $wp_filetype = wp_check_filetype_and_ext( $target_path, $csv_filename );
3731
+			if ( $csv_file && $wp_filesystem->is_file( $target_path ) && $wp_filesystem->exists( $target_path ) ) {
3732
+				$wp_filetype = wp_check_filetype_and_ext( $target_path, $csv_filename );
3733 3733
                 
3734
-                if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
3735
-                    $json['error'] = NULL;
3736
-                    $json['rows'] = 0;
3734
+				if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
3735
+					$json['error'] = NULL;
3736
+					$json['rows'] = 0;
3737 3737
                     
3738
-                    $lc_all = setlocale(LC_ALL, 0); // Fix issue of fgetcsv ignores special characters when they are at the beginning of line
3739
-                    setlocale(LC_ALL, 'en_US.UTF-8');
3740
-                    if ( ( $handle = fopen($target_path, "r" ) ) !== FALSE ) {
3741
-                        while ( ( $data = fgetcsv( $handle, 100000, "," ) ) !== FALSE ) {
3742
-                            if ( !empty( $data ) ) {
3743
-                                $file[] = $data;
3744
-                            }
3745
-                        }
3746
-                        fclose($handle);
3747
-                    }
3748
-                    setlocale(LC_ALL, $lc_all);
3738
+					$lc_all = setlocale(LC_ALL, 0); // Fix issue of fgetcsv ignores special characters when they are at the beginning of line
3739
+					setlocale(LC_ALL, 'en_US.UTF-8');
3740
+					if ( ( $handle = fopen($target_path, "r" ) ) !== FALSE ) {
3741
+						while ( ( $data = fgetcsv( $handle, 100000, "," ) ) !== FALSE ) {
3742
+							if ( !empty( $data ) ) {
3743
+								$file[] = $data;
3744
+							}
3745
+						}
3746
+						fclose($handle);
3747
+					}
3748
+					setlocale(LC_ALL, $lc_all);
3749 3749
 
3750
-                    $json['rows'] = (!empty($file) && count($file) > 1) ? count($file) - 1 : 0;
3750
+					$json['rows'] = (!empty($file) && count($file) > 1) ? count($file) - 1 : 0;
3751 3751
                     
3752
-                    if (!$json['rows'] > 0) {
3753
-                        $json['error'] = __('No data found in csv file.', 'geodirectory');
3754
-                    }
3755
-                } else {
3756
-                    wp_send_json( $json );
3757
-                }
3758
-            } else {
3759
-                wp_send_json( $json );
3760
-            }
3752
+					if (!$json['rows'] > 0) {
3753
+						$json['error'] = __('No data found in csv file.', 'geodirectory');
3754
+					}
3755
+				} else {
3756
+					wp_send_json( $json );
3757
+				}
3758
+			} else {
3759
+				wp_send_json( $json );
3760
+			}
3761 3761
             
3762
-            if ( $task == 'prepare_import' || !empty( $json['error'] ) ) {
3763
-                wp_send_json( $json );
3764
-            }
3762
+			if ( $task == 'prepare_import' || !empty( $json['error'] ) ) {
3763
+				wp_send_json( $json );
3764
+			}
3765 3765
             
3766
-            $total = $json['rows'];
3767
-            $limit = isset($_POST['limit']) ? (int)$_POST['limit'] : 1;
3768
-            $processed = isset($_POST['processed']) ? (int)$_POST['processed'] : 0;
3766
+			$total = $json['rows'];
3767
+			$limit = isset($_POST['limit']) ? (int)$_POST['limit'] : 1;
3768
+			$processed = isset($_POST['processed']) ? (int)$_POST['processed'] : 0;
3769 3769
             
3770
-            $count = $limit;
3770
+			$count = $limit;
3771 3771
             
3772
-            if ($count < $total) {
3773
-                $count = $processed + $count;
3774
-                if ($count > $total) {
3775
-                    $count = $total;
3776
-                }
3777
-            } else {
3778
-                $count = $total;
3779
-            }
3772
+			if ($count < $total) {
3773
+				$count = $processed + $count;
3774
+				if ($count > $total) {
3775
+					$count = $total;
3776
+				}
3777
+			} else {
3778
+				$count = $total;
3779
+			}
3780 3780
             
3781
-            $created = 0;
3782
-            $updated = 0;
3783
-            $skipped = 0;
3784
-            $invalid = 0;
3785
-            $invalid_addr = 0;
3786
-            $images = 0;
3781
+			$created = 0;
3782
+			$updated = 0;
3783
+			$skipped = 0;
3784
+			$invalid = 0;
3785
+			$invalid_addr = 0;
3786
+			$images = 0;
3787 3787
             
3788
-            $gd_post_info = array();
3789
-            $countpost = 0;
3788
+			$gd_post_info = array();
3789
+			$countpost = 0;
3790 3790
             
3791
-            $post_types = geodir_get_posttypes();
3791
+			$post_types = geodir_get_posttypes();
3792 3792
 
3793
-            if ( $task == 'import_cat' ) {
3794
-                if (!empty($file)) {
3795
-                    $columns = isset($file[0]) ? $file[0] : NULL;
3793
+			if ( $task == 'import_cat' ) {
3794
+				if (!empty($file)) {
3795
+					$columns = isset($file[0]) ? $file[0] : NULL;
3796 3796
                     
3797
-                    if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
3798
-                        $json['error'] = CSV_INVAILD_FILE;
3799
-                        wp_send_json( $json );
3800
-                        exit;
3801
-                    }
3797
+					if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
3798
+						$json['error'] = CSV_INVAILD_FILE;
3799
+						wp_send_json( $json );
3800
+						exit;
3801
+					}
3802 3802
                     
3803
-                    $gd_error_log = __('GD IMPORT CATEGORIES [ROW %d]:', 'geodirectory');
3803
+					$gd_error_log = __('GD IMPORT CATEGORIES [ROW %d]:', 'geodirectory');
3804 3804
                     
3805
-                    for ($i = 1; $i <= $limit; $i++) {
3806
-                        $index = $processed + $i;
3805
+					for ($i = 1; $i <= $limit; $i++) {
3806
+						$index = $processed + $i;
3807 3807
                         
3808
-                        if (isset($file[$index])) {
3809
-                            $row = $file[$index];
3810
-                            $row = array_map( 'trim', $row );
3811
-                            //$row = array_map( 'utf8_encode', $row );
3808
+						if (isset($file[$index])) {
3809
+							$row = $file[$index];
3810
+							$row = array_map( 'trim', $row );
3811
+							//$row = array_map( 'utf8_encode', $row );
3812 3812
                             
3813
-                            $cat_id = '';
3814
-                            $cat_name = '';
3815
-                            $cat_slug = '';
3816
-                            $cat_posttype = '';
3817
-                            $cat_parent = '';
3818
-                            $cat_description = '';
3819
-                            $cat_schema = '';
3820
-                            $cat_top_description = '';
3821
-                            $cat_image = '';
3822
-                            $cat_icon = '';
3823
-                            $cat_language = '';
3824
-                            $cat_id_original = '';
3813
+							$cat_id = '';
3814
+							$cat_name = '';
3815
+							$cat_slug = '';
3816
+							$cat_posttype = '';
3817
+							$cat_parent = '';
3818
+							$cat_description = '';
3819
+							$cat_schema = '';
3820
+							$cat_top_description = '';
3821
+							$cat_image = '';
3822
+							$cat_icon = '';
3823
+							$cat_language = '';
3824
+							$cat_id_original = '';
3825 3825
                             
3826
-                            $c = 0;
3827
-                            foreach ($columns as $column ) {
3828
-                                if ( $column == 'cat_id' ) {
3829
-                                    $cat_id = (int)$row[$c];
3830
-                                } else if ( $column == 'cat_name' ) {
3831
-                                    $cat_name = $row[$c];
3832
-                                } else if ( $column == 'cat_slug' ) {
3833
-                                    $cat_slug = $row[$c];
3834
-                                } else if ( $column == 'cat_posttype' ) {
3835
-                                    $cat_posttype = $row[$c];
3836
-                                } else if ( $column == 'cat_parent' ) {
3837
-                                    $cat_parent = trim($row[$c]);
3838
-                                } else if ( $column == 'cat_schema' && $row[$c] != '' ) {
3839
-                                    $cat_schema = $row[$c];
3840
-                                } else if ( $column == 'cat_description' ) {
3841
-                                    $cat_description = $row[$c];
3842
-                                } else if ( $column == 'cat_top_description' ) {
3843
-                                    $cat_top_description = $row[$c];
3844
-                                } else if ( $column == 'cat_image' ) {
3845
-                                    $cat_image = $row[$c];
3846
-                                } else if ( $column == 'cat_icon' ) {
3847
-                                    $cat_icon = $row[$c];
3848
-                                }
3849
-                                // WPML
3850
-                                if ( $is_wpml ) {
3851
-                                    if ( $column == 'cat_language' ) {
3852
-                                        $cat_language = geodir_strtolower( trim( $row[$c] ) );
3853
-                                    } else if ( $column == 'cat_id_original' ) {
3854
-                                        $cat_id_original = (int)$row[$c];
3855
-                                    }
3856
-                                }
3857
-                                // WPML
3858
-                                $c++;
3859
-                            }
3826
+							$c = 0;
3827
+							foreach ($columns as $column ) {
3828
+								if ( $column == 'cat_id' ) {
3829
+									$cat_id = (int)$row[$c];
3830
+								} else if ( $column == 'cat_name' ) {
3831
+									$cat_name = $row[$c];
3832
+								} else if ( $column == 'cat_slug' ) {
3833
+									$cat_slug = $row[$c];
3834
+								} else if ( $column == 'cat_posttype' ) {
3835
+									$cat_posttype = $row[$c];
3836
+								} else if ( $column == 'cat_parent' ) {
3837
+									$cat_parent = trim($row[$c]);
3838
+								} else if ( $column == 'cat_schema' && $row[$c] != '' ) {
3839
+									$cat_schema = $row[$c];
3840
+								} else if ( $column == 'cat_description' ) {
3841
+									$cat_description = $row[$c];
3842
+								} else if ( $column == 'cat_top_description' ) {
3843
+									$cat_top_description = $row[$c];
3844
+								} else if ( $column == 'cat_image' ) {
3845
+									$cat_image = $row[$c];
3846
+								} else if ( $column == 'cat_icon' ) {
3847
+									$cat_icon = $row[$c];
3848
+								}
3849
+								// WPML
3850
+								if ( $is_wpml ) {
3851
+									if ( $column == 'cat_language' ) {
3852
+										$cat_language = geodir_strtolower( trim( $row[$c] ) );
3853
+									} else if ( $column == 'cat_id_original' ) {
3854
+										$cat_id_original = (int)$row[$c];
3855
+									}
3856
+								}
3857
+								// WPML
3858
+								$c++;
3859
+							}
3860 3860
                             
3861
-                            if ( $cat_name == '' || !in_array( $cat_posttype, $post_types ) ) {
3862
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
3861
+							if ( $cat_name == '' || !in_array( $cat_posttype, $post_types ) ) {
3862
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
3863 3863
                                 
3864
-                                $invalid++;
3865
-                                continue;
3866
-                            }
3864
+								$invalid++;
3865
+								continue;
3866
+							}
3867 3867
                             
3868
-                            // WPML
3869
-                            if ($is_wpml && $cat_language != '') {
3870
-                                $sitepress->switch_lang($cat_language, true);
3871
-                            }
3872
-                            // WPML
3868
+							// WPML
3869
+							if ($is_wpml && $cat_language != '') {
3870
+								$sitepress->switch_lang($cat_language, true);
3871
+							}
3872
+							// WPML
3873 3873
                                                         
3874
-                            $term_data = array();
3875
-                            $term_data['name'] = $cat_name;
3876
-                            $term_data['slug'] = $cat_slug;
3877
-                            $term_data['description'] = $cat_description;
3878
-                            $term_data['cat_schema'] = $cat_schema;
3879
-                            $term_data['top_description'] = $cat_top_description;
3880
-                            $term_data['image'] = $cat_image != '' ? basename( $cat_image ) : '';
3881
-                            $term_data['icon'] = $cat_icon != '' ? basename( $cat_icon ) : '';
3874
+							$term_data = array();
3875
+							$term_data['name'] = $cat_name;
3876
+							$term_data['slug'] = $cat_slug;
3877
+							$term_data['description'] = $cat_description;
3878
+							$term_data['cat_schema'] = $cat_schema;
3879
+							$term_data['top_description'] = $cat_top_description;
3880
+							$term_data['image'] = $cat_image != '' ? basename( $cat_image ) : '';
3881
+							$term_data['icon'] = $cat_icon != '' ? basename( $cat_icon ) : '';
3882 3882
                             
3883
-                            //$term_data = array_map( 'utf8_encode', $term_data );
3883
+							//$term_data = array_map( 'utf8_encode', $term_data );
3884 3884
                             
3885
-                            $taxonomy = $cat_posttype . 'category';
3885
+							$taxonomy = $cat_posttype . 'category';
3886 3886
                             
3887
-                            $term_data['taxonomy'] = $taxonomy;
3887
+							$term_data['taxonomy'] = $taxonomy;
3888 3888
 
3889
-                            $term_parent_id = 0;
3890
-                            if ($cat_parent != "" || (int)$cat_parent > 0) {
3891
-                                $term_parent = '';
3889
+							$term_parent_id = 0;
3890
+							if ($cat_parent != "" || (int)$cat_parent > 0) {
3891
+								$term_parent = '';
3892 3892
                                 
3893
-                                if ( $term_parent = get_term_by( 'name', $cat_parent, $taxonomy ) ) {
3894
-                                    //
3895
-                                } else if ( $term_parent = get_term_by( 'slug', $cat_parent, $taxonomy ) ) {
3896
-                                    //
3897
-                                } else if ( $term_parent = get_term_by( 'id', $cat_parent, $taxonomy ) ) {
3898
-                                    //
3899
-                                } else {
3900
-                                    $term_parent_data = array();
3901
-                                    $term_parent_data['name'] = $cat_parent;
3902
-                                    //$term_parent_data = array_map( 'utf8_encode', $term_parent_data );
3903
-                                    $term_parent_data['taxonomy'] = $taxonomy;
3893
+								if ( $term_parent = get_term_by( 'name', $cat_parent, $taxonomy ) ) {
3894
+									//
3895
+								} else if ( $term_parent = get_term_by( 'slug', $cat_parent, $taxonomy ) ) {
3896
+									//
3897
+								} else if ( $term_parent = get_term_by( 'id', $cat_parent, $taxonomy ) ) {
3898
+									//
3899
+								} else {
3900
+									$term_parent_data = array();
3901
+									$term_parent_data['name'] = $cat_parent;
3902
+									//$term_parent_data = array_map( 'utf8_encode', $term_parent_data );
3903
+									$term_parent_data['taxonomy'] = $taxonomy;
3904 3904
                                     
3905
-                                    $term_parent_id = (int)geodir_imex_insert_term( $taxonomy, $term_parent_data );
3906
-                                }
3905
+									$term_parent_id = (int)geodir_imex_insert_term( $taxonomy, $term_parent_data );
3906
+								}
3907 3907
                                 
3908
-                                if ( !empty( $term_parent ) && !is_wp_error( $term_parent ) ) {
3909
-                                    $term_parent_id = (int)$term_parent->term_id;
3910
-                                }
3911
-                            }
3912
-                            $term_data['parent'] = (int)$term_parent_id;
3908
+								if ( !empty( $term_parent ) && !is_wp_error( $term_parent ) ) {
3909
+									$term_parent_id = (int)$term_parent->term_id;
3910
+								}
3911
+							}
3912
+							$term_data['parent'] = (int)$term_parent_id;
3913 3913
 
3914
-                            $term_id = NULL;
3915
-                            if ( $import_choice == 'update' ) {
3916
-                                if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3917
-                                    $term_data['term_id'] = $term['term_id'];
3914
+							$term_id = NULL;
3915
+							if ( $import_choice == 'update' ) {
3916
+								if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3917
+									$term_data['term_id'] = $term['term_id'];
3918 3918
                                     
3919
-                                    if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3920
-                                        $updated++;
3921
-                                    } else {
3922
-                                        $invalid++;
3923
-                                        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' ) );
3924
-                                    }
3925
-                                } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3926
-                                    $term_data['term_id'] = $term['term_id'];
3919
+									if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3920
+										$updated++;
3921
+									} else {
3922
+										$invalid++;
3923
+										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' ) );
3924
+									}
3925
+								} else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3926
+									$term_data['term_id'] = $term['term_id'];
3927 3927
                                     
3928
-                                    if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3929
-                                        $updated++;
3930
-                                    } else {
3931
-                                        $invalid++;
3932
-                                        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' ) );
3933
-                                    }
3934
-                                } else {
3935
-                                    if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3936
-                                        $created++;
3937
-                                    } else {
3938
-                                        $invalid++;
3939
-                                        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' ) );
3940
-                                    }
3941
-                                }
3942
-                            } else if ( $import_choice == 'skip' ) {
3943
-                                if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3944
-                                    $skipped++;
3945
-                                } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3946
-                                    $skipped++;
3947
-                                } else {
3948
-                                    if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3949
-                                        $created++;
3950
-                                    } else {
3951
-                                        $invalid++;
3952
-                                        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' ) );
3953
-                                    }
3954
-                                }
3955
-                            } else {
3956
-                                $invalid++;
3957
-                                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' ) );
3958
-                            }
3928
+									if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3929
+										$updated++;
3930
+									} else {
3931
+										$invalid++;
3932
+										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' ) );
3933
+									}
3934
+								} else {
3935
+									if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3936
+										$created++;
3937
+									} else {
3938
+										$invalid++;
3939
+										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' ) );
3940
+									}
3941
+								}
3942
+							} else if ( $import_choice == 'skip' ) {
3943
+								if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3944
+									$skipped++;
3945
+								} else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3946
+									$skipped++;
3947
+								} else {
3948
+									if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3949
+										$created++;
3950
+									} else {
3951
+										$invalid++;
3952
+										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' ) );
3953
+									}
3954
+								}
3955
+							} else {
3956
+								$invalid++;
3957
+								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' ) );
3958
+							}
3959 3959
                             
3960
-                            if ( $term_id ) {
3961
-                                // WPML
3962
-                                if ($is_wpml && $cat_id_original > 0 && $cat_language != '') {
3963
-                                    $wpml_element_type = 'tax_' . $taxonomy;
3964
-                                    $source_language = geodir_get_language_for_element( $cat_id_original, $wpml_element_type );
3965
-                                    $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
3966
-
3967
-                                    $trid = $sitepress->get_element_trid( $cat_id_original, $wpml_element_type );
3960
+							if ( $term_id ) {
3961
+								// WPML
3962
+								if ($is_wpml && $cat_id_original > 0 && $cat_language != '') {
3963
+									$wpml_element_type = 'tax_' . $taxonomy;
3964
+									$source_language = geodir_get_language_for_element( $cat_id_original, $wpml_element_type );
3965
+									$source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
3966
+
3967
+									$trid = $sitepress->get_element_trid( $cat_id_original, $wpml_element_type );
3968 3968
                                     
3969
-                                    $sitepress->set_element_language_details( $term_id, $wpml_element_type, $trid, $cat_language, $source_language );
3970
-                                }
3971
-                                // WPML
3969
+									$sitepress->set_element_language_details( $term_id, $wpml_element_type, $trid, $cat_language, $source_language );
3970
+								}
3971
+								// WPML
3972 3972
                                 
3973
-                                if ( isset( $term_data['top_description'] ) ) {
3974
-                                    update_tax_meta( $term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype );
3975
-                                }
3973
+								if ( isset( $term_data['top_description'] ) ) {
3974
+									update_tax_meta( $term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype );
3975
+								}
3976 3976
                                 
3977
-                                if ( isset( $term_data['cat_schema'] ) ) {
3978
-                                    update_tax_meta( $term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype );
3979
-                                }
3977
+								if ( isset( $term_data['cat_schema'] ) ) {
3978
+									update_tax_meta( $term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype );
3979
+								}
3980 3980
             
3981
-                                $attachment = false;
3982
-                                if ( isset( $term_data['image'] ) && $term_data['image'] != '' ) {
3983
-                                    $cat_image = geodir_get_default_catimage( $term_id, $cat_posttype );
3984
-                                    $cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : '';
3981
+								$attachment = false;
3982
+								if ( isset( $term_data['image'] ) && $term_data['image'] != '' ) {
3983
+									$cat_image = geodir_get_default_catimage( $term_id, $cat_posttype );
3984
+									$cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : '';
3985 3985
                                     
3986
-                                    if ( basename($cat_image) != $term_data['image'] ) {
3987
-                                        $attachment = true;
3988
-                                        update_tax_meta( $term_id, 'ct_cat_default_img', array( 'id' => 'image', 'src' => $uploads['url'] . '/' . $term_data['image'] ), $cat_posttype );
3989
-                                    }
3990
-                                }
3986
+									if ( basename($cat_image) != $term_data['image'] ) {
3987
+										$attachment = true;
3988
+										update_tax_meta( $term_id, 'ct_cat_default_img', array( 'id' => 'image', 'src' => $uploads['url'] . '/' . $term_data['image'] ), $cat_posttype );
3989
+									}
3990
+								}
3991 3991
                                 
3992
-                                if ( isset( $term_data['icon'] ) && $term_data['icon'] != '' ) {
3993
-                                    $cat_icon = get_tax_meta( $term_id, 'ct_cat_icon', false, $cat_posttype );
3994
-                                    $cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : '';
3995
-
3996
-                                    if ( basename($cat_icon) != $term_data['icon'] ) {
3997
-                                        $attachment = true;
3998
-                                        update_tax_meta( $term_id, 'ct_cat_icon', array( 'id' => 'icon', 'src' => $uploads['url'] . '/' . $term_data['icon'] ), $cat_posttype );
3999
-                                    }
4000
-                                }
3992
+								if ( isset( $term_data['icon'] ) && $term_data['icon'] != '' ) {
3993
+									$cat_icon = get_tax_meta( $term_id, 'ct_cat_icon', false, $cat_posttype );
3994
+									$cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : '';
3995
+
3996
+									if ( basename($cat_icon) != $term_data['icon'] ) {
3997
+										$attachment = true;
3998
+										update_tax_meta( $term_id, 'ct_cat_icon', array( 'id' => 'icon', 'src' => $uploads['url'] . '/' . $term_data['icon'] ), $cat_posttype );
3999
+									}
4000
+								}
4001 4001
                                 
4002
-                                if ( $attachment ) {
4003
-                                    $images++;
4004
-                                }
4005
-                            }
4002
+								if ( $attachment ) {
4003
+									$images++;
4004
+								}
4005
+							}
4006 4006
                             
4007
-                            // WPML
4008
-                            if ($is_wpml && $cat_language != '') {
4009
-                                $sitepress->switch_lang($active_lang, true);
4010
-                            }
4011
-                            // WPML
4012
-                        }
4013
-                    }
4014
-                }
4007
+							// WPML
4008
+							if ($is_wpml && $cat_language != '') {
4009
+								$sitepress->switch_lang($active_lang, true);
4010
+							}
4011
+							// WPML
4012
+						}
4013
+					}
4014
+				}
4015 4015
                 
4016
-                $json = array();
4017
-                $json['processed'] = $limit;
4018
-                $json['created'] = $created;
4019
-                $json['updated'] = $updated;
4020
-                $json['skipped'] = $skipped;
4021
-                $json['invalid'] = $invalid;
4022
-                $json['images'] = $images;
4016
+				$json = array();
4017
+				$json['processed'] = $limit;
4018
+				$json['created'] = $created;
4019
+				$json['updated'] = $updated;
4020
+				$json['skipped'] = $skipped;
4021
+				$json['invalid'] = $invalid;
4022
+				$json['images'] = $images;
4023 4023
                 
4024
-                wp_send_json( $json );
4025
-                exit;
4026
-            } else if ( $task == 'import_post' ) {
4027
-                $xtimings['###1'] = microtime(true)-$xstart;
4028
-                //run some stuff to make the import quicker
4029
-                wp_defer_term_counting( true );
4030
-                wp_defer_comment_counting( true );
4031
-                $wpdb->query( 'SET autocommit = 0;' );
4024
+				wp_send_json( $json );
4025
+				exit;
4026
+			} else if ( $task == 'import_post' ) {
4027
+				$xtimings['###1'] = microtime(true)-$xstart;
4028
+				//run some stuff to make the import quicker
4029
+				wp_defer_term_counting( true );
4030
+				wp_defer_comment_counting( true );
4031
+				$wpdb->query( 'SET autocommit = 0;' );
4032 4032
 //
4033 4033
 //                remove_all_actions('publish_post');
4034 4034
 //                remove_all_actions('transition_post_status');
4035 4035
 //                remove_all_actions('publish_future_post');
4036 4036
 
4037
-                if (!empty($file)) {
4038
-                    $is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
4039
-                    $wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses.
4040
-                    $default_status = 'publish';
4041
-                    $current_date = date_i18n( 'Y-m-d', time() );
4037
+				if (!empty($file)) {
4038
+					$is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
4039
+					$wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses.
4040
+					$default_status = 'publish';
4041
+					$current_date = date_i18n( 'Y-m-d', time() );
4042 4042
                     
4043
-                    $columns = isset($file[0]) ? $file[0] : NULL;
4043
+					$columns = isset($file[0]) ? $file[0] : NULL;
4044 4044
                     
4045
-                    if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4046
-                        $json['error'] = CSV_INVAILD_FILE;
4047
-                        wp_send_json( $json );
4048
-                        exit;
4049
-                    }
4050
-                    $xtimings['###2'] = microtime(true)-$xstart;
4051
-                    $gd_error_log = __('GD IMPORT LISTINGS [ROW %d]:', 'geodirectory');
4052
-                    $wp_chars_error = __( '(check & remove if any invalid characters used in data)', 'geodirectory' );
4053
-                    $processed_actual = 0;
4054
-                    for ($i = 1; $i <= $limit; $i++) {
4055
-                        $index = $processed + $i;
4056
-                        $gd_post = array();
4045
+					if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4046
+						$json['error'] = CSV_INVAILD_FILE;
4047
+						wp_send_json( $json );
4048
+						exit;
4049
+					}
4050
+					$xtimings['###2'] = microtime(true)-$xstart;
4051
+					$gd_error_log = __('GD IMPORT LISTINGS [ROW %d]:', 'geodirectory');
4052
+					$wp_chars_error = __( '(check & remove if any invalid characters used in data)', 'geodirectory' );
4053
+					$processed_actual = 0;
4054
+					for ($i = 1; $i <= $limit; $i++) {
4055
+						$index = $processed + $i;
4056
+						$gd_post = array();
4057 4057
                         
4058
-                        if (isset($file[$index])) {
4059
-                            $processed_actual++;
4060
-                            $row = $file[$index];
4061
-                            $row = array_map( 'trim', $row );
4062
-                            //$row = array_map( 'utf8_encode', $row );
4063
-                            $row = array_map( 'addslashes_gpc', $row );
4058
+						if (isset($file[$index])) {
4059
+							$processed_actual++;
4060
+							$row = $file[$index];
4061
+							$row = array_map( 'trim', $row );
4062
+							//$row = array_map( 'utf8_encode', $row );
4063
+							$row = array_map( 'addslashes_gpc', $row );
4064 4064
                             
4065
-                            $post_id = '';
4066
-                            $post_title = '';
4067
-                            $post_author = '';
4068
-                            $post_content = '';
4069
-                            $post_category_arr = array();
4070
-                            $default_category = '';
4071
-                            $post_tags = array();
4072
-                            $post_type = '';
4073
-                            $post_status = '';
4074
-                            $geodir_video = '';
4075
-                            $post_address = '';
4076
-                            $post_city = '';
4077
-                            $post_region = '';
4078
-                            $post_country = '';
4079
-                            $post_zip = '';
4080
-                            $post_latitude = '';
4081
-                            $post_longitude = '';
4082
-                            $post_neighbourhood = '';
4083
-                            $neighbourhood_latitude = '';
4084
-                            $neighbourhood_longitude = '';
4085
-                            $geodir_timing = '';
4086
-                            $geodir_contact = '';
4087
-                            $geodir_email = '';
4088
-                            $geodir_website = '';
4089
-                            $geodir_twitter = '';
4090
-                            $geodir_facebook = '';
4091
-                            $geodir_twitter = '';
4092
-                            $post_images = array();
4065
+							$post_id = '';
4066
+							$post_title = '';
4067
+							$post_author = '';
4068
+							$post_content = '';
4069
+							$post_category_arr = array();
4070
+							$default_category = '';
4071
+							$post_tags = array();
4072
+							$post_type = '';
4073
+							$post_status = '';
4074
+							$geodir_video = '';
4075
+							$post_address = '';
4076
+							$post_city = '';
4077
+							$post_region = '';
4078
+							$post_country = '';
4079
+							$post_zip = '';
4080
+							$post_latitude = '';
4081
+							$post_longitude = '';
4082
+							$post_neighbourhood = '';
4083
+							$neighbourhood_latitude = '';
4084
+							$neighbourhood_longitude = '';
4085
+							$geodir_timing = '';
4086
+							$geodir_contact = '';
4087
+							$geodir_email = '';
4088
+							$geodir_website = '';
4089
+							$geodir_twitter = '';
4090
+							$geodir_facebook = '';
4091
+							$geodir_twitter = '';
4092
+							$post_images = array();
4093 4093
                             
4094
-                            $expire_date = 'Never';
4094
+							$expire_date = 'Never';
4095 4095
                             
4096
-                            $language = '';
4097
-                            $original_post_id = '';
4096
+							$language = '';
4097
+							$original_post_id = '';
4098 4098
                             
4099
-                            $c = 0;
4100
-                            foreach ($columns as $column ) {
4101
-                                $gd_post[$column] = $row[$c];
4099
+							$c = 0;
4100
+							foreach ($columns as $column ) {
4101
+								$gd_post[$column] = $row[$c];
4102 4102
                                 
4103
-                                if ( $column == 'post_id' ) {
4104
-                                    $post_id = $row[$c];
4105
-                                } else if ( $column == 'post_title' ) {
4106
-                                    $post_title = sanitize_text_field($row[$c]);
4107
-                                } else if ( $column == 'post_author' ) {
4108
-                                    $post_author = $row[$c];
4109
-                                } else if ( $column == 'post_content' ) {
4110
-                                    $post_content = $row[$c];
4111
-                                } else if ( $column == 'post_category' && $row[$c] != '' ) {
4112
-                                    $post_category_arr = explode( ',', $row[$c] );
4113
-                                } else if ( $column == 'default_category' ) {
4114
-                                    $default_category = wp_kses_normalize_entities($row[$c]);
4115
-                                } else if ( $column == 'post_tags' && $row[$c] != '' ) {
4116
-                                    $post_tags = explode( ',', sanitize_text_field($row[$c]) );
4117
-                                } else if ( $column == 'post_type' ) {
4118
-                                    $post_type = $row[$c];
4119
-                                } else if ( $column == 'post_status' ) {
4120
-                                    $post_status = sanitize_key( $row[$c] );
4121
-                                } else if ( $column == 'is_featured' ) {
4122
-                                    $is_featured = (int)$row[$c];
4123
-                                } else if ( $column == 'geodir_video' ) {
4124
-                                    $geodir_video = $row[$c];
4125
-                                } else if ( $column == 'post_address' ) {
4126
-                                    $post_address = sanitize_text_field($row[$c]);
4127
-                                } else if ( $column == 'post_city' ) {
4128
-                                    $post_city = sanitize_text_field($row[$c]);
4129
-                                } else if ( $column == 'post_region' ) {
4130
-                                    $post_region = sanitize_text_field($row[$c]);
4131
-                                } else if ( $column == 'post_country' ) {
4132
-                                    $post_country = sanitize_text_field($row[$c]);
4133
-                                } else if ( $column == 'post_zip' ) {
4134
-                                    $post_zip = sanitize_text_field($row[$c]);
4135
-                                } else if ( $column == 'post_latitude' ) {
4136
-                                    $post_latitude = sanitize_text_field($row[$c]);
4137
-                                } else if ( $column == 'post_longitude' ) {
4138
-                                    $post_longitude = sanitize_text_field($row[$c]);
4139
-                                } else if ( $column == 'post_neighbourhood' ) {
4140
-                                    $post_neighbourhood = sanitize_text_field($row[$c]);
4141
-                                    unset($gd_post[$column]);
4142
-                                } else if ( $column == 'neighbourhood_latitude' ) {
4143
-                                    $neighbourhood_latitude = sanitize_text_field($row[$c]);
4144
-                                } else if ( $column == 'neighbourhood_longitude' ) {
4145
-                                    $neighbourhood_longitude = sanitize_text_field($row[$c]);
4146
-                                } else if ( $column == 'geodir_timing' ) {
4147
-                                    $geodir_timing = sanitize_text_field($row[$c]);
4148
-                                } else if ( $column == 'geodir_contact' ) {
4149
-                                    $geodir_contact = sanitize_text_field($row[$c]);
4150
-                                } else if ( $column == 'geodir_email' ) {
4151
-                                    $geodir_email = sanitize_email($row[$c]);
4152
-                                } else if ( $column == 'geodir_website' ) {
4153
-                                    $geodir_website = sanitize_text_field($row[$c]);
4154
-                                } else if ( $column == 'geodir_twitter' ) {
4155
-                                    $geodir_twitter = sanitize_text_field($row[$c]);
4156
-                                } else if ( $column == 'geodir_facebook' ) {
4157
-                                    $geodir_facebook = sanitize_text_field($row[$c]);
4158
-                                } else if ( $column == 'IMAGE' && !empty( $row[$c] ) && $row[$c] != '' ) {
4159
-                                    $post_images[] = $row[$c];
4160
-                                } else if ( $column == 'alive_days' && (int)$row[$c] > 0 ) {
4161
-                                    $expire_date = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$row[$c] . ' days' ) );
4162
-                                } else if ( $column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never' ) {
4163
-                                    $row[$c] = str_replace('/', '-', $row[$c]);
4164
-                                    $expire_date = date_i18n( 'Y-m-d', strtotime( $row[$c] ) );
4165
-                                }
4166
-                                // WPML
4167
-                                if ($is_wpml) {
4168
-                                    if ($column == 'language') {
4169
-                                        $language = geodir_strtolower(trim($row[$c]));
4170
-                                    } else if ($column == 'original_post_id') {
4171
-                                        $original_post_id = (int)$row[$c];
4172
-                                    }
4173
-                                }
4174
-                                // WPML
4175
-                                $c++;
4176
-                            }
4177
-                            // listing claimed or not
4178
-                            if ($is_claim_active && isset($gd_post['claimed'])) {
4179
-                                $gd_post['claimed'] = (int)$gd_post['claimed'] == 1 ? 1 : 0;
4180
-                            }
4103
+								if ( $column == 'post_id' ) {
4104
+									$post_id = $row[$c];
4105
+								} else if ( $column == 'post_title' ) {
4106
+									$post_title = sanitize_text_field($row[$c]);
4107
+								} else if ( $column == 'post_author' ) {
4108
+									$post_author = $row[$c];
4109
+								} else if ( $column == 'post_content' ) {
4110
+									$post_content = $row[$c];
4111
+								} else if ( $column == 'post_category' && $row[$c] != '' ) {
4112
+									$post_category_arr = explode( ',', $row[$c] );
4113
+								} else if ( $column == 'default_category' ) {
4114
+									$default_category = wp_kses_normalize_entities($row[$c]);
4115
+								} else if ( $column == 'post_tags' && $row[$c] != '' ) {
4116
+									$post_tags = explode( ',', sanitize_text_field($row[$c]) );
4117
+								} else if ( $column == 'post_type' ) {
4118
+									$post_type = $row[$c];
4119
+								} else if ( $column == 'post_status' ) {
4120
+									$post_status = sanitize_key( $row[$c] );
4121
+								} else if ( $column == 'is_featured' ) {
4122
+									$is_featured = (int)$row[$c];
4123
+								} else if ( $column == 'geodir_video' ) {
4124
+									$geodir_video = $row[$c];
4125
+								} else if ( $column == 'post_address' ) {
4126
+									$post_address = sanitize_text_field($row[$c]);
4127
+								} else if ( $column == 'post_city' ) {
4128
+									$post_city = sanitize_text_field($row[$c]);
4129
+								} else if ( $column == 'post_region' ) {
4130
+									$post_region = sanitize_text_field($row[$c]);
4131
+								} else if ( $column == 'post_country' ) {
4132
+									$post_country = sanitize_text_field($row[$c]);
4133
+								} else if ( $column == 'post_zip' ) {
4134
+									$post_zip = sanitize_text_field($row[$c]);
4135
+								} else if ( $column == 'post_latitude' ) {
4136
+									$post_latitude = sanitize_text_field($row[$c]);
4137
+								} else if ( $column == 'post_longitude' ) {
4138
+									$post_longitude = sanitize_text_field($row[$c]);
4139
+								} else if ( $column == 'post_neighbourhood' ) {
4140
+									$post_neighbourhood = sanitize_text_field($row[$c]);
4141
+									unset($gd_post[$column]);
4142
+								} else if ( $column == 'neighbourhood_latitude' ) {
4143
+									$neighbourhood_latitude = sanitize_text_field($row[$c]);
4144
+								} else if ( $column == 'neighbourhood_longitude' ) {
4145
+									$neighbourhood_longitude = sanitize_text_field($row[$c]);
4146
+								} else if ( $column == 'geodir_timing' ) {
4147
+									$geodir_timing = sanitize_text_field($row[$c]);
4148
+								} else if ( $column == 'geodir_contact' ) {
4149
+									$geodir_contact = sanitize_text_field($row[$c]);
4150
+								} else if ( $column == 'geodir_email' ) {
4151
+									$geodir_email = sanitize_email($row[$c]);
4152
+								} else if ( $column == 'geodir_website' ) {
4153
+									$geodir_website = sanitize_text_field($row[$c]);
4154
+								} else if ( $column == 'geodir_twitter' ) {
4155
+									$geodir_twitter = sanitize_text_field($row[$c]);
4156
+								} else if ( $column == 'geodir_facebook' ) {
4157
+									$geodir_facebook = sanitize_text_field($row[$c]);
4158
+								} else if ( $column == 'IMAGE' && !empty( $row[$c] ) && $row[$c] != '' ) {
4159
+									$post_images[] = $row[$c];
4160
+								} else if ( $column == 'alive_days' && (int)$row[$c] > 0 ) {
4161
+									$expire_date = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$row[$c] . ' days' ) );
4162
+								} else if ( $column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never' ) {
4163
+									$row[$c] = str_replace('/', '-', $row[$c]);
4164
+									$expire_date = date_i18n( 'Y-m-d', strtotime( $row[$c] ) );
4165
+								}
4166
+								// WPML
4167
+								if ($is_wpml) {
4168
+									if ($column == 'language') {
4169
+										$language = geodir_strtolower(trim($row[$c]));
4170
+									} else if ($column == 'original_post_id') {
4171
+										$original_post_id = (int)$row[$c];
4172
+									}
4173
+								}
4174
+								// WPML
4175
+								$c++;
4176
+							}
4177
+							// listing claimed or not
4178
+							if ($is_claim_active && isset($gd_post['claimed'])) {
4179
+								$gd_post['claimed'] = (int)$gd_post['claimed'] == 1 ? 1 : 0;
4180
+							}
4181 4181
                             
4182
-                            // WPML
4183
-                            if ($is_wpml && $language != '') {
4184
-                                $sitepress->switch_lang($language, true);
4185
-                            }
4186
-                            // WPML
4182
+							// WPML
4183
+							if ($is_wpml && $language != '') {
4184
+								$sitepress->switch_lang($language, true);
4185
+							}
4186
+							// WPML
4187 4187
 
4188
-                            $gd_post['IMAGE'] = $post_images;
4188
+							$gd_post['IMAGE'] = $post_images;
4189 4189
                             
4190
-                            $post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status;
4191
-                            $post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status;
4190
+							$post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status;
4191
+							$post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status;
4192 4192
                                                                                                                 
4193
-                            $valid = true;
4193
+							$valid = true;
4194 4194
                             
4195
-                            if ( $post_title == '' || !in_array( $post_type, $post_types ) ) {
4196
-                                $invalid++;
4197
-                                $valid = false;
4198
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
4199
-                            }
4200
-                            $xtimings['###3'] = microtime(true)-$xstart;
4201
-                            $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true;
4202
-                            if ( $location_allowed ) {
4203
-                                $location_result = geodir_get_default_location();
4204
-                                if ( $post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '' ) {
4205
-                                    $invalid_addr++;
4206
-                                    $valid = false;
4207
-                                    geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ) );
4208
-                                } else if ( !empty( $location_result ) && $location_result->location_id == 0 ) {
4209
-                                    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 ) ) ) {
4210
-                                        $invalid_addr++;
4211
-                                        $valid = false;
4212
-                                        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' ) );
4213
-                                    } else {
4214
-                                        if (!$location_manager) {
4215
-                                            $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.
4216
-                                        }
4217
-                                    }
4218
-                                }
4219
-                            }
4220
-                            $xtimings['###4']   = microtime(true)-$xstart;
4221
-                            if ( !$valid ) {
4222
-                                continue;
4223
-                            }
4195
+							if ( $post_title == '' || !in_array( $post_type, $post_types ) ) {
4196
+								$invalid++;
4197
+								$valid = false;
4198
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
4199
+							}
4200
+							$xtimings['###3'] = microtime(true)-$xstart;
4201
+							$location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true;
4202
+							if ( $location_allowed ) {
4203
+								$location_result = geodir_get_default_location();
4204
+								if ( $post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '' ) {
4205
+									$invalid_addr++;
4206
+									$valid = false;
4207
+									geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ) );
4208
+								} else if ( !empty( $location_result ) && $location_result->location_id == 0 ) {
4209
+									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 ) ) ) {
4210
+										$invalid_addr++;
4211
+										$valid = false;
4212
+										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' ) );
4213
+									} else {
4214
+										if (!$location_manager) {
4215
+											$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.
4216
+										}
4217
+									}
4218
+								}
4219
+							}
4220
+							$xtimings['###4']   = microtime(true)-$xstart;
4221
+							if ( !$valid ) {
4222
+								continue;
4223
+							}
4224 4224
 
4225
-                            $cat_taxonomy = $post_type . 'category';
4226
-                            $tags_taxonomy = $post_type . '_tags';
4225
+							$cat_taxonomy = $post_type . 'category';
4226
+							$tags_taxonomy = $post_type . '_tags';
4227 4227
                             
4228
-                            if ($default_category != '' && !in_array($default_category, $post_category_arr)) {
4229
-                                $post_category_arr = array_merge(array($default_category), $post_category_arr);
4230
-                            }
4228
+							if ($default_category != '' && !in_array($default_category, $post_category_arr)) {
4229
+								$post_category_arr = array_merge(array($default_category), $post_category_arr);
4230
+							}
4231 4231
 
4232
-                            $post_category = array();
4233
-                            $default_category_id = NULL;
4234
-                            if ( !empty( $post_category_arr ) ) {
4235
-                                foreach ( $post_category_arr as $value ) {
4236
-                                    $category_name = wp_kses_normalize_entities( trim( $value ) );
4232
+							$post_category = array();
4233
+							$default_category_id = NULL;
4234
+							if ( !empty( $post_category_arr ) ) {
4235
+								foreach ( $post_category_arr as $value ) {
4236
+									$category_name = wp_kses_normalize_entities( trim( $value ) );
4237 4237
                                     
4238
-                                    if ( $category_name != '' ) {
4239
-                                        $term_category = array();
4238
+									if ( $category_name != '' ) {
4239
+										$term_category = array();
4240 4240
                                         
4241
-                                        if ( $term = get_term_by( 'name', $category_name, $cat_taxonomy ) ) {
4242
-                                            $term_category = $term;
4243
-                                        } else if ( $term = get_term_by( 'slug', $category_name, $cat_taxonomy ) ) {
4244
-                                            $term_category = $term;
4245
-                                        } else {
4246
-                                            $term_data = array();
4247
-                                            $term_data['name'] = $category_name;
4248
-                                            $term_data['taxonomy'] = $cat_taxonomy;
4241
+										if ( $term = get_term_by( 'name', $category_name, $cat_taxonomy ) ) {
4242
+											$term_category = $term;
4243
+										} else if ( $term = get_term_by( 'slug', $category_name, $cat_taxonomy ) ) {
4244
+											$term_category = $term;
4245
+										} else {
4246
+											$term_data = array();
4247
+											$term_data['name'] = $category_name;
4248
+											$term_data['taxonomy'] = $cat_taxonomy;
4249 4249
                                             
4250
-                                            $term_id = geodir_imex_insert_term( $cat_taxonomy, $term_data );
4251
-                                            if ( $term_id ) {
4252
-                                                $term_category = get_term( $term_id, $cat_taxonomy );
4253
-                                            }
4254
-                                        }
4250
+											$term_id = geodir_imex_insert_term( $cat_taxonomy, $term_data );
4251
+											if ( $term_id ) {
4252
+												$term_category = get_term( $term_id, $cat_taxonomy );
4253
+											}
4254
+										}
4255 4255
                                         
4256
-                                        if ( !empty( $term_category ) && !is_wp_error( $term_category ) ) {
4257
-                                            $post_category[] = intval($term_category->term_id);
4256
+										if ( !empty( $term_category ) && !is_wp_error( $term_category ) ) {
4257
+											$post_category[] = intval($term_category->term_id);
4258 4258
                                             
4259
-                                            if ($category_name == $default_category) {
4260
-                                                $default_category_id = intval($term_category->term_id);
4261
-                                            }
4262
-                                        }
4263
-                                    }
4264
-                                }
4265
-                            }
4266
-                            $xtimings['###5'] = microtime(true)-$xstart;
4267
-                            $save_post = array();
4268
-                            $save_post['post_title'] = $post_title;
4269
-                            $save_post['post_content'] = $post_content;
4270
-                            $save_post['post_type'] = $post_type;
4271
-                            $save_post['post_author'] = $post_author;
4272
-                            $save_post['post_status'] = $post_status;
4273
-                            $save_post['post_category'] = $post_category;
4274
-                            $save_post['post_tags'] = $post_tags;
4275
-
4276
-                            $saved_post_id = NULL;
4277
-                            if ( $import_choice == 'update' ) {
4278
-                                $gd_wp_error = __( 'Unable to add listing, please check the listing data.', 'geodirectory' );
4259
+											if ($category_name == $default_category) {
4260
+												$default_category_id = intval($term_category->term_id);
4261
+											}
4262
+										}
4263
+									}
4264
+								}
4265
+							}
4266
+							$xtimings['###5'] = microtime(true)-$xstart;
4267
+							$save_post = array();
4268
+							$save_post['post_title'] = $post_title;
4269
+							$save_post['post_content'] = $post_content;
4270
+							$save_post['post_type'] = $post_type;
4271
+							$save_post['post_author'] = $post_author;
4272
+							$save_post['post_status'] = $post_status;
4273
+							$save_post['post_category'] = $post_category;
4274
+							$save_post['post_tags'] = $post_tags;
4275
+
4276
+							$saved_post_id = NULL;
4277
+							if ( $import_choice == 'update' ) {
4278
+								$gd_wp_error = __( 'Unable to add listing, please check the listing data.', 'geodirectory' );
4279 4279
                                 
4280
-                                if ( $post_id > 0 && get_post( $post_id ) ) {
4281
-                                    $save_post['ID'] = $post_id;
4280
+								if ( $post_id > 0 && get_post( $post_id ) ) {
4281
+									$save_post['ID'] = $post_id;
4282 4282
                                     
4283
-                                    if ( $saved_post_id = wp_update_post( $save_post, true ) ) {
4284
-                                        if ( is_wp_error( $saved_post_id ) ) {
4285
-                                            $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4286
-                                            $saved_post_id = 0;
4287
-                                        } else {
4288
-                                            $saved_post_id = $post_id;
4289
-                                            $updated++;
4290
-                                        }
4291
-                                    }
4292
-                                } else {
4293
-                                    if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4294
-                                        if ( is_wp_error( $saved_post_id ) ) {
4295
-                                            $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4296
-                                            $saved_post_id = 0;
4297
-                                        } else {
4298
-                                            $created++;
4299
-                                        }
4300
-                                    }
4301
-                                }
4283
+									if ( $saved_post_id = wp_update_post( $save_post, true ) ) {
4284
+										if ( is_wp_error( $saved_post_id ) ) {
4285
+											$gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4286
+											$saved_post_id = 0;
4287
+										} else {
4288
+											$saved_post_id = $post_id;
4289
+											$updated++;
4290
+										}
4291
+									}
4292
+								} else {
4293
+									if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4294
+										if ( is_wp_error( $saved_post_id ) ) {
4295
+											$gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4296
+											$saved_post_id = 0;
4297
+										} else {
4298
+											$created++;
4299
+										}
4300
+									}
4301
+								}
4302 4302
                                 
4303
-                                if ( !$saved_post_id > 0 ) {
4304
-                                    $invalid++;
4305
-                                    geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_wp_error );
4306
-                                }
4307
-                            } else if ( $import_choice == 'skip' ) {
4308
-                                if ( $post_id > 0 && get_post( $post_id ) ) {
4309
-                                    $skipped++;	
4310
-                                } else {
4311
-                                    if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4312
-                                        if ( is_wp_error( $saved_post_id ) ) {
4313
-                                            $invalid++;
4303
+								if ( !$saved_post_id > 0 ) {
4304
+									$invalid++;
4305
+									geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_wp_error );
4306
+								}
4307
+							} else if ( $import_choice == 'skip' ) {
4308
+								if ( $post_id > 0 && get_post( $post_id ) ) {
4309
+									$skipped++;	
4310
+								} else {
4311
+									if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4312
+										if ( is_wp_error( $saved_post_id ) ) {
4313
+											$invalid++;
4314 4314
                                             
4315
-                                            geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $saved_post_id->get_error_message() . ' ' . $wp_chars_error );
4316
-                                            $saved_post_id = 0;
4317
-                                        } else {
4318
-                                            $created++;
4319
-                                        }
4320
-                                    } else {
4321
-                                        $invalid++;
4315
+											geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $saved_post_id->get_error_message() . ' ' . $wp_chars_error );
4316
+											$saved_post_id = 0;
4317
+										} else {
4318
+											$created++;
4319
+										}
4320
+									} else {
4321
+										$invalid++;
4322 4322
                                         
4323
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4324
-                                    }
4325
-                                }
4326
-                            } else {
4327
-                                $invalid++;
4323
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4324
+									}
4325
+								}
4326
+							} else {
4327
+								$invalid++;
4328 4328
                                 
4329
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4330
-                            }
4331
-                            $xtimings['###6'] = microtime(true)-$xstart;
4332
-                            if ( (int)$saved_post_id > 0 ) {
4333
-                                // WPML
4334
-                                if ($is_wpml && $original_post_id > 0 && $language != '') {
4335
-                                    $wpml_post_type = 'post_' . $post_type;
4336
-                                    $source_language = geodir_get_language_for_element( $original_post_id, $wpml_post_type );
4337
-                                    $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
4338
-
4339
-                                    $trid = $sitepress->get_element_trid( $original_post_id, $wpml_post_type );
4329
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4330
+							}
4331
+							$xtimings['###6'] = microtime(true)-$xstart;
4332
+							if ( (int)$saved_post_id > 0 ) {
4333
+								// WPML
4334
+								if ($is_wpml && $original_post_id > 0 && $language != '') {
4335
+									$wpml_post_type = 'post_' . $post_type;
4336
+									$source_language = geodir_get_language_for_element( $original_post_id, $wpml_post_type );
4337
+									$source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
4338
+
4339
+									$trid = $sitepress->get_element_trid( $original_post_id, $wpml_post_type );
4340 4340
                                     
4341
-                                    $sitepress->set_element_language_details( $saved_post_id, $wpml_post_type, $trid, $language, $source_language );
4342
-                                }
4343
-                                // WPML
4344
-                                $gd_post_info = geodir_get_post_info( $saved_post_id );
4341
+									$sitepress->set_element_language_details( $saved_post_id, $wpml_post_type, $trid, $language, $source_language );
4342
+								}
4343
+								// WPML
4344
+								$gd_post_info = geodir_get_post_info( $saved_post_id );
4345 4345
                                 
4346
-                                $gd_post['post_id'] = $saved_post_id;
4347
-                                $gd_post['ID'] = $saved_post_id;
4348
-                                $gd_post['post_tags'] = $post_tags;
4349
-                                $gd_post['post_title'] = $post_title;
4350
-                                $gd_post['post_status'] = $post_status;
4351
-                                $gd_post['submit_time'] = time();
4352
-                                $gd_post['submit_ip'] = $_SERVER['REMOTE_ADDR'];
4346
+								$gd_post['post_id'] = $saved_post_id;
4347
+								$gd_post['ID'] = $saved_post_id;
4348
+								$gd_post['post_tags'] = $post_tags;
4349
+								$gd_post['post_title'] = $post_title;
4350
+								$gd_post['post_status'] = $post_status;
4351
+								$gd_post['submit_time'] = time();
4352
+								$gd_post['submit_ip'] = $_SERVER['REMOTE_ADDR'];
4353 4353
                                                     
4354
-                                // post location
4355
-                                $post_location_id = 0;
4356
-                                if ( $location_allowed && !empty( $location_result ) && $location_result->location_id > 0 ) {
4357
-                                    $gd_post['post_neighbourhood'] = '';
4354
+								// post location
4355
+								$post_location_id = 0;
4356
+								if ( $location_allowed && !empty( $location_result ) && $location_result->location_id > 0 ) {
4357
+									$gd_post['post_neighbourhood'] = '';
4358 4358
                                     
4359
-                                    $post_location_info = array(
4360
-                                                                'city' => $post_city,
4361
-                                                                'region' => $post_region,
4362
-                                                                'country' => $post_country,
4363
-                                                                'geo_lat' => $post_latitude,
4364
-                                                                'geo_lng' => $post_longitude
4365
-                                                            );
4366
-                                    if ( $location_id = (int)geodir_add_new_location( $post_location_info ) ) {
4367
-                                        $post_location_id = $location_id;
4368
-                                    }
4359
+									$post_location_info = array(
4360
+																'city' => $post_city,
4361
+																'region' => $post_region,
4362
+																'country' => $post_country,
4363
+																'geo_lat' => $post_latitude,
4364
+																'geo_lng' => $post_longitude
4365
+															);
4366
+									if ( $location_id = (int)geodir_add_new_location( $post_location_info ) ) {
4367
+										$post_location_id = $location_id;
4368
+									}
4369 4369
                                     
4370
-                                    if ($post_location_id > 0 && $neighbourhood_active && !empty($post_neighbourhood)) {
4371
-                                        $neighbourhood_info = geodir_location_neighbourhood_by_name_loc_id($post_neighbourhood, $post_location_id);
4370
+									if ($post_location_id > 0 && $neighbourhood_active && !empty($post_neighbourhood)) {
4371
+										$neighbourhood_info = geodir_location_neighbourhood_by_name_loc_id($post_neighbourhood, $post_location_id);
4372 4372
 
4373
-                                        $hood_data = array();
4374
-                                        $hood_data['hood_location_id'] = $post_location_id;
4375
-                                        $hood_data['hood_name'] = $post_neighbourhood;
4373
+										$hood_data = array();
4374
+										$hood_data['hood_location_id'] = $post_location_id;
4375
+										$hood_data['hood_name'] = $post_neighbourhood;
4376 4376
                                         
4377
-                                        if (!empty($neighbourhood_info)) {
4378
-                                            $hood_data['hood_id'] = $neighbourhood_info->hood_id;
4379
-                                            $hood_data['hood_slug'] = $neighbourhood_info->hood_slug;
4377
+										if (!empty($neighbourhood_info)) {
4378
+											$hood_data['hood_id'] = $neighbourhood_info->hood_id;
4379
+											$hood_data['hood_slug'] = $neighbourhood_info->hood_slug;
4380 4380
                                             
4381
-                                            if (empty($neighbourhood_latitude) || empty($neighbourhood_longitude)) {
4382
-                                                $neighbourhood_latitude = $neighbourhood_info->hood_latitude;
4383
-                                                $neighbourhood_longitude = $neighbourhood_info->hood_longitude;
4384
-                                            }
4385
-                                        }
4381
+											if (empty($neighbourhood_latitude) || empty($neighbourhood_longitude)) {
4382
+												$neighbourhood_latitude = $neighbourhood_info->hood_latitude;
4383
+												$neighbourhood_longitude = $neighbourhood_info->hood_longitude;
4384
+											}
4385
+										}
4386 4386
                                         
4387
-                                        if (empty($neighbourhood_latitude) || empty($neighbourhood_longitude)) {
4388
-                                            $neighbourhood_latitude = $neighbourhood_info->hood_latitude;
4389
-                                            $neighbourhood_longitude = $neighbourhood_info->hood_longitude;
4390
-                                        }
4387
+										if (empty($neighbourhood_latitude) || empty($neighbourhood_longitude)) {
4388
+											$neighbourhood_latitude = $neighbourhood_info->hood_latitude;
4389
+											$neighbourhood_longitude = $neighbourhood_info->hood_longitude;
4390
+										}
4391 4391
                                         
4392
-                                        $hood_data['hood_latitude'] = $post_latitude;
4393
-                                        $hood_data['hood_longitude'] = $post_longitude;
4394
-
4395
-                                        $neighbourhood_info = geodir_location_insert_update_neighbourhood($hood_data);
4396
-                                        if (!empty($neighbourhood_info) && isset($neighbourhood_info->hood_slug)) {
4397
-                                            $gd_post['post_neighbourhood'] = $neighbourhood_info->hood_slug;
4398
-                                        }
4399
-                                    }
4400
-                                }
4401
-                                $gd_post['post_location_id'] = $post_location_id;
4392
+										$hood_data['hood_latitude'] = $post_latitude;
4393
+										$hood_data['hood_longitude'] = $post_longitude;
4394
+
4395
+										$neighbourhood_info = geodir_location_insert_update_neighbourhood($hood_data);
4396
+										if (!empty($neighbourhood_info) && isset($neighbourhood_info->hood_slug)) {
4397
+											$gd_post['post_neighbourhood'] = $neighbourhood_info->hood_slug;
4398
+										}
4399
+									}
4400
+								}
4401
+								$gd_post['post_location_id'] = $post_location_id;
4402 4402
                                 
4403
-                                // post package info
4404
-                                $package_id = isset( $gd_post['package_id'] ) && !empty( $gd_post['package_id'] ) ? (int)$gd_post['package_id'] : 0;
4405
-                                if (!$package_id && !empty($gd_post_info) && isset($gd_post_info->package_id) && $gd_post_info->package_id) {
4406
-                                    $package_id = $gd_post_info->package_id;
4407
-                                }
4403
+								// post package info
4404
+								$package_id = isset( $gd_post['package_id'] ) && !empty( $gd_post['package_id'] ) ? (int)$gd_post['package_id'] : 0;
4405
+								if (!$package_id && !empty($gd_post_info) && isset($gd_post_info->package_id) && $gd_post_info->package_id) {
4406
+									$package_id = $gd_post_info->package_id;
4407
+								}
4408 4408
                                 
4409
-                                $package_info = array();
4410
-                                if ($package_id && function_exists('geodir_get_package_info_by_id')) {
4411
-                                    $package_info = (array)geodir_get_package_info_by_id($package_id);
4409
+								$package_info = array();
4410
+								if ($package_id && function_exists('geodir_get_package_info_by_id')) {
4411
+									$package_info = (array)geodir_get_package_info_by_id($package_id);
4412 4412
                                     
4413
-                                    if (!(!empty($package_info) && isset($package_info['post_type']) && $package_info['post_type'] == $post_type)) {
4414
-                                        $package_info = array();
4415
-                                    }
4416
-                                }
4413
+									if (!(!empty($package_info) && isset($package_info['post_type']) && $package_info['post_type'] == $post_type)) {
4414
+										$package_info = array();
4415
+									}
4416
+								}
4417 4417
                                 
4418
-                                if (empty($package_info)) {
4419
-                                    $package_info = (array)geodir_post_package_info( array(), '', $post_type );
4420
-                                }
4418
+								if (empty($package_info)) {
4419
+									$package_info = (array)geodir_post_package_info( array(), '', $post_type );
4420
+								}
4421 4421
                                  
4422
-                                if (!empty($package_info))	 {
4423
-                                    $package_id = $package_info['pid'];
4422
+								if (!empty($package_info))	 {
4423
+									$package_id = $package_info['pid'];
4424 4424
                                     
4425
-                                    if (isset($gd_post['alive_days']) || isset($gd_post['expire_date'])) {
4426
-                                        $gd_post['expire_date'] = $expire_date;
4427
-                                    } else {
4428
-                                        if ( isset( $package_info['days'] ) && (int)$package_info['days'] > 0 ) {
4429
-                                            $gd_post['alive_days'] = (int)$package_info['days'];
4430
-                                            $gd_post['expire_date'] = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$package_info['days'] . ' days' ) );
4431
-                                        } else {
4432
-                                            $gd_post['expire_date'] = 'Never';
4433
-                                        }
4434
-                                    }
4425
+									if (isset($gd_post['alive_days']) || isset($gd_post['expire_date'])) {
4426
+										$gd_post['expire_date'] = $expire_date;
4427
+									} else {
4428
+										if ( isset( $package_info['days'] ) && (int)$package_info['days'] > 0 ) {
4429
+											$gd_post['alive_days'] = (int)$package_info['days'];
4430
+											$gd_post['expire_date'] = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$package_info['days'] . ' days' ) );
4431
+										} else {
4432
+											$gd_post['expire_date'] = 'Never';
4433
+										}
4434
+									}
4435 4435
                                     
4436
-                                    $gd_post['package_id'] = $package_id;
4437
-                                }
4436
+									$gd_post['package_id'] = $package_id;
4437
+								}
4438 4438
 
4439
-                                $table = $plugin_prefix . $post_type . '_detail';
4439
+								$table = $plugin_prefix . $post_type . '_detail';
4440 4440
                                 
4441
-                                if ($post_type == 'gd_event') {
4442
-                                    $gd_post = geodir_imex_process_event_data($gd_post);
4443
-                                }
4441
+								if ($post_type == 'gd_event') {
4442
+									$gd_post = geodir_imex_process_event_data($gd_post);
4443
+								}
4444 4444
                                 
4445
-                                if (isset($gd_post['post_id'])) {
4446
-                                    unset($gd_post['post_id']);
4447
-                                }
4445
+								if (isset($gd_post['post_id'])) {
4446
+									unset($gd_post['post_id']);
4447
+								}
4448 4448
 
4449
-                                // Export franchise fields
4450
-                                $is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false;
4451
-                                if ($is_franchise_active) {
4452
-                                    if ( isset( $gd_post['gd_is_franchise'] ) && (int)$gd_post['gd_is_franchise'] == 1 ) {
4453
-                                        $gd_franchise_lock = array();
4449
+								// Export franchise fields
4450
+								$is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false;
4451
+								if ($is_franchise_active) {
4452
+									if ( isset( $gd_post['gd_is_franchise'] ) && (int)$gd_post['gd_is_franchise'] == 1 ) {
4453
+										$gd_franchise_lock = array();
4454 4454
                                         
4455
-                                        if ( isset( $gd_post['gd_franchise_lock'] ) ) {
4456
-                                            $gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock'] );
4457
-                                            $gd_franchise_lock = trim( $gd_franchise_lock );
4458
-                                            $gd_franchise_lock = explode( ",", $gd_franchise_lock );
4459
-                                        }
4455
+										if ( isset( $gd_post['gd_franchise_lock'] ) ) {
4456
+											$gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock'] );
4457
+											$gd_franchise_lock = trim( $gd_franchise_lock );
4458
+											$gd_franchise_lock = explode( ",", $gd_franchise_lock );
4459
+										}
4460 4460
                                         
4461
-                                        update_post_meta( $saved_post_id, 'gd_is_franchise', 1 );
4462
-                                        update_post_meta( $saved_post_id, 'gd_franchise_lock', $gd_franchise_lock );
4463
-                                    } else {
4464
-                                        if ( isset( $gd_post['franchise'] ) && (int)$gd_post['franchise'] > 0 && geodir_franchise_check( (int)$gd_post['franchise'] ) ) {
4465
-                                            geodir_save_post_meta( $saved_post_id, 'franchise', (int)$gd_post['franchise'] );
4466
-                                        }
4467
-                                    }
4468
-                                }
4461
+										update_post_meta( $saved_post_id, 'gd_is_franchise', 1 );
4462
+										update_post_meta( $saved_post_id, 'gd_franchise_lock', $gd_franchise_lock );
4463
+									} else {
4464
+										if ( isset( $gd_post['franchise'] ) && (int)$gd_post['franchise'] > 0 && geodir_franchise_check( (int)$gd_post['franchise'] ) ) {
4465
+											geodir_save_post_meta( $saved_post_id, 'franchise', (int)$gd_post['franchise'] );
4466
+										}
4467
+									}
4468
+								}
4469 4469
                                 
4470
-                                if (!empty($save_post['post_category']) && is_array($save_post['post_category'])) {
4471
-                                    $save_post['post_category'] = array_unique( array_map( 'intval', $save_post['post_category'] ) );
4472
-                                    if ($default_category_id) {
4473
-                                        $save_post['post_default_category'] = $default_category_id;
4474
-                                        $gd_post['default_category'] = $default_category_id;
4475
-                                    }
4476
-                                    $gd_post[$cat_taxonomy] = $save_post['post_category'];
4477
-                                }
4478
-                                $xtimings['###7'] = microtime(true)-$xstart;
4479
-                                // Save post info
4480
-                                geodir_save_post_info( $saved_post_id, $gd_post );
4481
-                                $xtimings['###8'] = microtime(true)-$xstart;
4482
-                                // post taxonomies
4483
-                                if ( !empty( $save_post['post_category'] ) ) {
4484
-                                    wp_set_object_terms( $saved_post_id, $save_post['post_category'], $cat_taxonomy );
4470
+								if (!empty($save_post['post_category']) && is_array($save_post['post_category'])) {
4471
+									$save_post['post_category'] = array_unique( array_map( 'intval', $save_post['post_category'] ) );
4472
+									if ($default_category_id) {
4473
+										$save_post['post_default_category'] = $default_category_id;
4474
+										$gd_post['default_category'] = $default_category_id;
4475
+									}
4476
+									$gd_post[$cat_taxonomy] = $save_post['post_category'];
4477
+								}
4478
+								$xtimings['###7'] = microtime(true)-$xstart;
4479
+								// Save post info
4480
+								geodir_save_post_info( $saved_post_id, $gd_post );
4481
+								$xtimings['###8'] = microtime(true)-$xstart;
4482
+								// post taxonomies
4483
+								if ( !empty( $save_post['post_category'] ) ) {
4484
+									wp_set_object_terms( $saved_post_id, $save_post['post_category'], $cat_taxonomy );
4485 4485
                                     
4486
-                                    $post_default_category = isset( $save_post['post_default_category'] ) ? $save_post['post_default_category'] : '';
4487
-                                    if ($default_category_id) {
4488
-                                        $post_default_category = $default_category_id;
4489
-                                    }
4490
-                                    $post_cat_ids = geodir_get_post_meta($saved_post_id, $cat_taxonomy);
4491
-                                    $save_post['post_category'] = !empty($post_cat_ids) ? explode(",", trim($post_cat_ids, ",")) : $save_post['post_category'];
4492
-                                    $post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']) . ',y:' : '';
4486
+									$post_default_category = isset( $save_post['post_default_category'] ) ? $save_post['post_default_category'] : '';
4487
+									if ($default_category_id) {
4488
+										$post_default_category = $default_category_id;
4489
+									}
4490
+									$post_cat_ids = geodir_get_post_meta($saved_post_id, $cat_taxonomy);
4491
+									$save_post['post_category'] = !empty($post_cat_ids) ? explode(",", trim($post_cat_ids, ",")) : $save_post['post_category'];
4492
+									$post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']) . ',y:' : '';
4493 4493
                                     
4494
-                                    if ($post_category_str != '' && $post_default_category) {
4495
-                                        $post_category_str = str_replace($post_default_category . ',y:', $post_default_category . ',y,d:', $post_category_str);
4496
-                                    }
4494
+									if ($post_category_str != '' && $post_default_category) {
4495
+										$post_category_str = str_replace($post_default_category . ',y:', $post_default_category . ',y,d:', $post_category_str);
4496
+									}
4497 4497
                                     
4498
-                                    $post_category_str = $post_category_str != '' ? array($cat_taxonomy => $post_category_str) : '';
4498
+									$post_category_str = $post_category_str != '' ? array($cat_taxonomy => $post_category_str) : '';
4499 4499
                                     
4500
-                                    geodir_set_postcat_structure( $saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str );
4501
-                                }
4502
-                                $xtimings['###8.1'] = microtime(true)-$xstart;
4503
-                                if ( !empty( $save_post['post_tags'] ) ) {
4504
-                                    wp_set_object_terms( $saved_post_id, $save_post['post_tags'], $tags_taxonomy );
4505
-                                }
4506
-                                $xtimings['###9'] = microtime(true)-$xstart;
4507
-                                // Post images
4508
-                                if ( !empty( $post_images ) ) {
4509
-                                    $post_images = array_unique($post_images);
4500
+									geodir_set_postcat_structure( $saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str );
4501
+								}
4502
+								$xtimings['###8.1'] = microtime(true)-$xstart;
4503
+								if ( !empty( $save_post['post_tags'] ) ) {
4504
+									wp_set_object_terms( $saved_post_id, $save_post['post_tags'], $tags_taxonomy );
4505
+								}
4506
+								$xtimings['###9'] = microtime(true)-$xstart;
4507
+								// Post images
4508
+								if ( !empty( $post_images ) ) {
4509
+									$post_images = array_unique($post_images);
4510 4510
                                     
4511
-                                    $old_post_images_arr = array();
4512
-                                    $saved_post_images_arr = array();
4511
+									$old_post_images_arr = array();
4512
+									$saved_post_images_arr = array();
4513 4513
                                     
4514
-                                    $order = 1;
4514
+									$order = 1;
4515 4515
                                     
4516
-                                    $old_post_images = geodir_get_images( $saved_post_id );
4517
-                                    $xtimings['###9.1'] = microtime(true)-$xstart;
4518
-                                    if (!empty($old_post_images)) {
4519
-                                        foreach( $old_post_images as $old_post_image ) {
4520
-                                            if (!empty($old_post_image) && isset($old_post_image->file) && $old_post_image->file != '') {
4521
-                                                $old_post_images_arr[] = $old_post_image->file;
4522
-                                            }
4523
-                                        }
4524
-                                    }
4516
+									$old_post_images = geodir_get_images( $saved_post_id );
4517
+									$xtimings['###9.1'] = microtime(true)-$xstart;
4518
+									if (!empty($old_post_images)) {
4519
+										foreach( $old_post_images as $old_post_image ) {
4520
+											if (!empty($old_post_image) && isset($old_post_image->file) && $old_post_image->file != '') {
4521
+												$old_post_images_arr[] = $old_post_image->file;
4522
+											}
4523
+										}
4524
+									}
4525 4525
 
4526
-                                    foreach ( $post_images as $post_image ) {
4527
-                                        $image_name = basename( $post_image );
4528
-                                        $saved_post_images_arr[] = $image_name;
4526
+									foreach ( $post_images as $post_image ) {
4527
+										$image_name = basename( $post_image );
4528
+										$saved_post_images_arr[] = $image_name;
4529 4529
                                         
4530
-                                        if (!empty($old_post_images_arr) && in_array( $image_name, $old_post_images_arr) ) {
4531
-                                            continue; // Skip if image already exists.
4532
-                                        }
4530
+										if (!empty($old_post_images_arr) && in_array( $image_name, $old_post_images_arr) ) {
4531
+											continue; // Skip if image already exists.
4532
+										}
4533 4533
                                         
4534
-                                        $image_name_parts = explode( '.', $image_name );
4535
-                                        array_pop( $image_name_parts );
4536
-                                        $proper_image_name = implode( '.', $image_name_parts );
4537
-                                        $xtimings['###9.2'] = microtime(true)-$xstart;
4538
-                                        $arr_file_type = wp_check_filetype( $image_name );
4539
-                                        $xtimings['###9.3'] = microtime(true)-$xstart;
4540
-                                        if ( !empty( $arr_file_type ) ) {
4541
-                                            $uploaded_file_type = $arr_file_type['type'];
4534
+										$image_name_parts = explode( '.', $image_name );
4535
+										array_pop( $image_name_parts );
4536
+										$proper_image_name = implode( '.', $image_name_parts );
4537
+										$xtimings['###9.2'] = microtime(true)-$xstart;
4538
+										$arr_file_type = wp_check_filetype( $image_name );
4539
+										$xtimings['###9.3'] = microtime(true)-$xstart;
4540
+										if ( !empty( $arr_file_type ) ) {
4541
+											$uploaded_file_type = $arr_file_type['type'];
4542 4542
                                             
4543
-                                            $attachment = array();
4544
-                                            $attachment['post_id'] = $saved_post_id;
4545
-                                            $attachment['title'] = $proper_image_name;
4546
-                                            $attachment['content'] = '';
4547
-                                            $attachment['file'] = $uploads_subdir . '/' . $image_name;
4548
-                                            $attachment['mime_type'] = $uploaded_file_type;
4549
-                                            $attachment['menu_order'] = $order;
4550
-                                            $attachment['is_featured'] = 0;
4551
-
4552
-                                            $attachment_set = '';
4553
-                                            foreach ( $attachment as $key => $val ) {
4554
-                                                if ( $val != '' ) {
4555
-                                                    $attachment_set .= $key . " = '" . $val . "', ";
4556
-                                                }
4557
-                                            }
4558
-                                            $attachment_set = trim( $attachment_set, ", " );
4543
+											$attachment = array();
4544
+											$attachment['post_id'] = $saved_post_id;
4545
+											$attachment['title'] = $proper_image_name;
4546
+											$attachment['content'] = '';
4547
+											$attachment['file'] = $uploads_subdir . '/' . $image_name;
4548
+											$attachment['mime_type'] = $uploaded_file_type;
4549
+											$attachment['menu_order'] = $order;
4550
+											$attachment['is_featured'] = 0;
4551
+
4552
+											$attachment_set = '';
4553
+											foreach ( $attachment as $key => $val ) {
4554
+												if ( $val != '' ) {
4555
+													$attachment_set .= $key . " = '" . $val . "', ";
4556
+												}
4557
+											}
4558
+											$attachment_set = trim( $attachment_set, ", " );
4559 4559
                                                                                         
4560
-                                            // Add new attachment
4561
-                                            $xtimings['###9.4'] = microtime(true)-$xstart;
4562
-                                            $wpdb->query( "INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set );
4563
-                                            $xtimings['###9.5'] = microtime(true)-$xstart;
4564
-                                            $order++;
4565
-                                        }
4566
-                                    }
4567
-
4568
-                                    $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/" . implode("' AND file NOT LIKE '%/",  $saved_post_images_arr) . "' )" : '';
4569
-                                    // Remove previous attachment
4570
-                                    $wpdb->query( "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = " . (int)$saved_post_id . " " . $saved_post_images_sql );
4571
-                                    $xtimings['###9.6'] = microtime(true)-$xstart;
4572
-                                    if ( !empty( $saved_post_images_arr ) ) {
4573
-                                        geodir_set_wp_featured_image($saved_post_id);
4574
-                                        $xtimings['###9.7'] = microtime(true)-$xstart;
4575
-                                        /*
4560
+											// Add new attachment
4561
+											$xtimings['###9.4'] = microtime(true)-$xstart;
4562
+											$wpdb->query( "INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set );
4563
+											$xtimings['###9.5'] = microtime(true)-$xstart;
4564
+											$order++;
4565
+										}
4566
+									}
4567
+
4568
+									$saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/" . implode("' AND file NOT LIKE '%/",  $saved_post_images_arr) . "' )" : '';
4569
+									// Remove previous attachment
4570
+									$wpdb->query( "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = " . (int)$saved_post_id . " " . $saved_post_images_sql );
4571
+									$xtimings['###9.6'] = microtime(true)-$xstart;
4572
+									if ( !empty( $saved_post_images_arr ) ) {
4573
+										geodir_set_wp_featured_image($saved_post_id);
4574
+										$xtimings['###9.7'] = microtime(true)-$xstart;
4575
+										/*
4576 4576
                                         $menu_order = 1;
4577 4577
                                         
4578 4578
                                         foreach ( $saved_post_images_arr as $img_name ) {
@@ -4585,288 +4585,288 @@  discard block
 block discarded – undo
4585 4585
                                             }
4586 4586
                                             $menu_order++;
4587 4587
                                         }*/
4588
-                                    }
4588
+									}
4589 4589
                                     
4590
-                                    if ( $order > 1 ) {
4591
-                                        $images++;
4592
-                                    }
4593
-                                }
4594
-                                $xtimings['###10'] = microtime(true)-$xstart;
4595
-                                /** This action is documented in geodirectory-functions/post-functions.php */
4596
-                                do_action( 'geodir_after_save_listing', $saved_post_id, $gd_post );
4597
-                                $xtimings['###11'] = microtime(true)-$xstart;
4598
-                                if (isset($is_featured)) {
4599
-                                    geodir_save_post_meta($saved_post_id, 'is_featured', $is_featured);
4600
-                                }
4601
-                                if (isset($gd_post['alive_days'])) {
4602
-                                    geodir_save_post_meta($saved_post_id, 'alive_days', $gd_post['alive_days']);
4603
-                                }
4604
-                                if (isset($gd_post['expire_date'])) {
4605
-                                    geodir_save_post_meta($saved_post_id, 'expire_date', $gd_post['expire_date']);
4606
-                                }
4607
-                                $xtimings['###12'] = microtime(true)-$xstart;
4608
-                            }
4590
+									if ( $order > 1 ) {
4591
+										$images++;
4592
+									}
4593
+								}
4594
+								$xtimings['###10'] = microtime(true)-$xstart;
4595
+								/** This action is documented in geodirectory-functions/post-functions.php */
4596
+								do_action( 'geodir_after_save_listing', $saved_post_id, $gd_post );
4597
+								$xtimings['###11'] = microtime(true)-$xstart;
4598
+								if (isset($is_featured)) {
4599
+									geodir_save_post_meta($saved_post_id, 'is_featured', $is_featured);
4600
+								}
4601
+								if (isset($gd_post['alive_days'])) {
4602
+									geodir_save_post_meta($saved_post_id, 'alive_days', $gd_post['alive_days']);
4603
+								}
4604
+								if (isset($gd_post['expire_date'])) {
4605
+									geodir_save_post_meta($saved_post_id, 'expire_date', $gd_post['expire_date']);
4606
+								}
4607
+								$xtimings['###12'] = microtime(true)-$xstart;
4608
+							}
4609 4609
                             
4610
-                            // WPML
4611
-                            if ($is_wpml && $language != '') {
4612
-                                $sitepress->switch_lang($active_lang, true);
4613
-                            }
4614
-                            // WPML
4615
-                        }
4616
-                    }
4617
-                }
4610
+							// WPML
4611
+							if ($is_wpml && $language != '') {
4612
+								$sitepress->switch_lang($active_lang, true);
4613
+							}
4614
+							// WPML
4615
+						}
4616
+					}
4617
+				}
4618 4618
 
4619
-                //undo some stuff to make the import quicker
4620
-                wp_defer_term_counting( false );
4621
-                wp_defer_comment_counting( false );
4622
-                $wpdb->query( 'COMMIT;' );
4623
-                $wpdb->query( 'SET autocommit = 1;' );
4624
-                $xtimings['###13'] = microtime(true)-$xstart;
4625
-                $json = array();
4626
-                $json['processed'] = $processed_actual;
4627
-                $json['created'] = $created;
4628
-                $json['updated'] = $updated;
4629
-                $json['skipped'] = $skipped;
4630
-                $json['invalid'] = $invalid;
4631
-                $json['invalid_addr'] = $invalid_addr;
4632
-                $json['images'] = $images;
4633
-                $json['timing'] = microtime(true)-$xstart;
4634
-                $json['timings'] = $xtimings;
4619
+				//undo some stuff to make the import quicker
4620
+				wp_defer_term_counting( false );
4621
+				wp_defer_comment_counting( false );
4622
+				$wpdb->query( 'COMMIT;' );
4623
+				$wpdb->query( 'SET autocommit = 1;' );
4624
+				$xtimings['###13'] = microtime(true)-$xstart;
4625
+				$json = array();
4626
+				$json['processed'] = $processed_actual;
4627
+				$json['created'] = $created;
4628
+				$json['updated'] = $updated;
4629
+				$json['skipped'] = $skipped;
4630
+				$json['invalid'] = $invalid;
4631
+				$json['invalid_addr'] = $invalid_addr;
4632
+				$json['images'] = $images;
4633
+				$json['timing'] = microtime(true)-$xstart;
4634
+				$json['timings'] = $xtimings;
4635 4635
                 
4636 4636
 
4637
-                wp_send_json( $json );
4638
-                exit;
4639
-            } else if ( $task == 'import_loc' ) {
4640
-                global $gd_post_types;
4641
-                $gd_post_types = $post_types;
4637
+				wp_send_json( $json );
4638
+				exit;
4639
+			} else if ( $task == 'import_loc' ) {
4640
+				global $gd_post_types;
4641
+				$gd_post_types = $post_types;
4642 4642
                 
4643
-                if (!empty($file)) {
4644
-                    $columns = isset($file[0]) ? $file[0] : NULL;
4643
+				if (!empty($file)) {
4644
+					$columns = isset($file[0]) ? $file[0] : NULL;
4645 4645
                     
4646
-                    if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4647
-                        $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4648
-                        wp_send_json( $json );
4649
-                    }
4646
+					if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4647
+						$json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4648
+						wp_send_json( $json );
4649
+					}
4650 4650
                     
4651
-                    $gd_error_log = __('GD IMPORT LOCATIONS [ROW %d]:', 'geodirectory');
4652
-                    $gd_error_location = __( 'Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory' );
4653
-                    for ($i = 1; $i <= $limit; $i++) {
4654
-                        $index = $processed + $i;
4651
+					$gd_error_log = __('GD IMPORT LOCATIONS [ROW %d]:', 'geodirectory');
4652
+					$gd_error_location = __( 'Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory' );
4653
+					for ($i = 1; $i <= $limit; $i++) {
4654
+						$index = $processed + $i;
4655 4655
                         
4656
-                        if (isset($file[$index])) {
4657
-                            $row = $file[$index];
4658
-                            $row = array_map( 'trim', $row );
4659
-                            $data = array();
4656
+						if (isset($file[$index])) {
4657
+							$row = $file[$index];
4658
+							$row = array_map( 'trim', $row );
4659
+							$data = array();
4660 4660
                             
4661
-                            foreach ($columns as $c => $column ) {
4662
-                                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'))) {
4663
-                                    $data[$column] = $row[$c];
4664
-                                }
4665
-                            }
4661
+							foreach ($columns as $c => $column ) {
4662
+								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'))) {
4663
+									$data[$column] = $row[$c];
4664
+								}
4665
+							}
4666 4666
 
4667
-                            if ( empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude']) ) {
4668
-                                $invalid++;
4669
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4670
-                                continue;
4671
-                            }
4667
+							if ( empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude']) ) {
4668
+								$invalid++;
4669
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4670
+								continue;
4671
+							}
4672 4672
                             
4673
-                            $data['location_id'] = isset($data['location_id']) ? absint($data['location_id']) : 0;
4673
+							$data['location_id'] = isset($data['location_id']) ? absint($data['location_id']) : 0;
4674 4674
                             
4675
-                            if ( $import_choice == 'update' ) {
4676
-                                if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4677
-                                    if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4678
-                                        $updated++;
4679
-                                    } else {
4680
-                                        $invalid++;
4681
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4682
-                                    }
4683
-                                } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4684
-                                    $data['location_id'] = (int)$location->location_id;
4675
+							if ( $import_choice == 'update' ) {
4676
+								if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4677
+									if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4678
+										$updated++;
4679
+									} else {
4680
+										$invalid++;
4681
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4682
+									}
4683
+								} else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4684
+									$data['location_id'] = (int)$location->location_id;
4685 4685
                                     
4686
-                                    if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region'] ) ) ) {
4687
-                                        $data['location_id'] = (int)$location->location_id;
4688
-                                    } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'region' => $data['region'] ) ) ) {
4689
-                                        $data['location_id'] = (int)$location->location_id;
4690
-                                    } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'] ) ) ) {
4691
-                                        $data['location_id'] = (int)$location->location_id;
4692
-                                    }
4686
+									if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region'] ) ) ) {
4687
+										$data['location_id'] = (int)$location->location_id;
4688
+									} else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'region' => $data['region'] ) ) ) {
4689
+										$data['location_id'] = (int)$location->location_id;
4690
+									} else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'] ) ) ) {
4691
+										$data['location_id'] = (int)$location->location_id;
4692
+									}
4693 4693
                                     
4694
-                                    if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4695
-                                        $updated++;
4696
-                                    } else {
4697
-                                        $invalid++;
4698
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4699
-                                    }
4700
-                                } else {
4701
-                                    if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4702
-                                        $created++;
4703
-                                    } else {
4704
-                                        $invalid++;
4705
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4706
-                                    }
4707
-                                }
4708
-                            } elseif ( $import_choice == 'skip' ) {
4709
-                                if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4710
-                                    $skipped++;
4711
-                                } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4712
-                                    $skipped++;
4713
-                                } else {
4714
-                                    if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4715
-                                        $created++;
4716
-                                    } else {
4717
-                                        $invalid++;
4718
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4719
-                                    }
4720
-                                }
4721
-                            } else {
4722
-                                $invalid++;
4723
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4724
-                            }
4725
-                        }
4726
-                    }
4727
-                }
4694
+									if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4695
+										$updated++;
4696
+									} else {
4697
+										$invalid++;
4698
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4699
+									}
4700
+								} else {
4701
+									if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4702
+										$created++;
4703
+									} else {
4704
+										$invalid++;
4705
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4706
+									}
4707
+								}
4708
+							} elseif ( $import_choice == 'skip' ) {
4709
+								if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4710
+									$skipped++;
4711
+								} else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4712
+									$skipped++;
4713
+								} else {
4714
+									if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4715
+										$created++;
4716
+									} else {
4717
+										$invalid++;
4718
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4719
+									}
4720
+								}
4721
+							} else {
4722
+								$invalid++;
4723
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4724
+							}
4725
+						}
4726
+					}
4727
+				}
4728 4728
                 
4729
-                $json = array();
4730
-                $json['processed'] = $limit;
4731
-                $json['created'] = $created;
4732
-                $json['updated'] = $updated;
4733
-                $json['skipped'] = $skipped;
4734
-                $json['invalid'] = $invalid;
4735
-                $json['images'] = $images;
4729
+				$json = array();
4730
+				$json['processed'] = $limit;
4731
+				$json['created'] = $created;
4732
+				$json['updated'] = $updated;
4733
+				$json['skipped'] = $skipped;
4734
+				$json['invalid'] = $invalid;
4735
+				$json['images'] = $images;
4736 4736
                 
4737
-                wp_send_json( $json );
4738
-            } else if ( $task == 'import_hood' ) {               
4739
-                if (!empty($file)) {
4740
-                    $columns = isset($file[0]) ? $file[0] : NULL;
4737
+				wp_send_json( $json );
4738
+			} else if ( $task == 'import_hood' ) {               
4739
+				if (!empty($file)) {
4740
+					$columns = isset($file[0]) ? $file[0] : NULL;
4741 4741
                     
4742
-                    if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4743
-                        $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4744
-                        wp_send_json( $json );
4745
-                    }
4742
+					if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4743
+						$json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4744
+						wp_send_json( $json );
4745
+					}
4746 4746
                     
4747
-                    $gd_error_log = __('GD IMPORT NEIGHBOURHOODS [ROW %d]:', 'geodirectory');
4748
-                    $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' );
4749
-                    for ($i = 1; $i <= $limit; $i++) {
4750
-                        $index = $processed + $i;
4747
+					$gd_error_log = __('GD IMPORT NEIGHBOURHOODS [ROW %d]:', 'geodirectory');
4748
+					$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' );
4749
+					for ($i = 1; $i <= $limit; $i++) {
4750
+						$index = $processed + $i;
4751 4751
                         
4752
-                        if (isset($file[$index])) {
4753
-                            $row = $file[$index];
4754
-                            $row = array_map( 'trim', $row );
4755
-                            $data = array();
4752
+						if (isset($file[$index])) {
4753
+							$row = $file[$index];
4754
+							$row = array_map( 'trim', $row );
4755
+							$data = array();
4756 4756
                             
4757
-                            foreach ($columns as $c => $column) {
4758
-                                if (in_array($column, array('neighbourhood_id', 'neighbourhood_name', 'neighbourhood_slug', 'latitude', 'longitude', 'location_id', 'city', 'region', 'country'))) {
4759
-                                    $data[$column] = sanitize_text_field($row[$c]);
4760
-                                }
4761
-                            }
4757
+							foreach ($columns as $c => $column) {
4758
+								if (in_array($column, array('neighbourhood_id', 'neighbourhood_name', 'neighbourhood_slug', 'latitude', 'longitude', 'location_id', 'city', 'region', 'country'))) {
4759
+									$data[$column] = sanitize_text_field($row[$c]);
4760
+								}
4761
+							}
4762 4762
 
4763
-                            if (empty($data['neighbourhood_name']) || empty($data['latitude']) || empty($data['longitude'])) {
4764
-                                $invalid++;
4765
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4766
-                                continue;
4767
-                            }
4763
+							if (empty($data['neighbourhood_name']) || empty($data['latitude']) || empty($data['longitude'])) {
4764
+								$invalid++;
4765
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4766
+								continue;
4767
+							}
4768 4768
                             
4769
-                            $location_info = array();
4770
-                            if (!empty($data['location_id']) && (int)$data['location_id'] > 0) {
4771
-                                $location_info = geodir_get_location_by_id('', (int)$data['location_id']);
4772
-                            } else if (!empty($data['city']) && !empty($data['region']) && !empty($data['country'])) {
4773
-                                $location_info = geodir_get_location_by_slug('city', array('fields' => 'location_id', 'city' => $data['city'], 'country' => $data['country'], 'region' => $data['region']));
4774
-                            }
4769
+							$location_info = array();
4770
+							if (!empty($data['location_id']) && (int)$data['location_id'] > 0) {
4771
+								$location_info = geodir_get_location_by_id('', (int)$data['location_id']);
4772
+							} else if (!empty($data['city']) && !empty($data['region']) && !empty($data['country'])) {
4773
+								$location_info = geodir_get_location_by_slug('city', array('fields' => 'location_id', 'city' => $data['city'], 'country' => $data['country'], 'region' => $data['region']));
4774
+							}
4775 4775
 
4776
-                            if (empty($location_info)) {
4777
-                                $invalid++;
4778
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4779
-                                continue;
4780
-                            }
4776
+							if (empty($location_info)) {
4777
+								$invalid++;
4778
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4779
+								continue;
4780
+							}
4781 4781
                             
4782
-                            $location_id = $location_info->location_id;
4782
+							$location_id = $location_info->location_id;
4783 4783
 
4784
-                            $data['neighbourhood_id'] = isset($data['neighbourhood_id']) ? absint($data['neighbourhood_id']) : 0;
4784
+							$data['neighbourhood_id'] = isset($data['neighbourhood_id']) ? absint($data['neighbourhood_id']) : 0;
4785 4785
                             
4786
-                            $hood_data = array();
4787
-                            $hood_data['hood_name'] = $data['neighbourhood_name'];
4788
-                            $hood_data['hood_slug'] = $data['neighbourhood_slug'];
4789
-                            $hood_data['hood_latitude'] = $data['latitude'];
4790
-                            $hood_data['hood_longitude'] = $data['longitude'];
4791
-                            $hood_data['hood_location_id'] = $location_id;
4786
+							$hood_data = array();
4787
+							$hood_data['hood_name'] = $data['neighbourhood_name'];
4788
+							$hood_data['hood_slug'] = $data['neighbourhood_slug'];
4789
+							$hood_data['hood_latitude'] = $data['latitude'];
4790
+							$hood_data['hood_longitude'] = $data['longitude'];
4791
+							$hood_data['hood_location_id'] = $location_id;
4792 4792
                                     
4793
-                            if ( $import_choice == 'update' ) {
4794
-                                if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4795
-                                    $hood_data['hood_id'] = (int)$data['neighbourhood_id'];
4793
+							if ( $import_choice == 'update' ) {
4794
+								if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4795
+									$hood_data['hood_id'] = (int)$data['neighbourhood_id'];
4796 4796
                                     
4797
-                                    if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4798
-                                        $updated++;
4799
-                                    } else {
4800
-                                        $invalid++;
4801
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4802
-                                    }
4803
-                                } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4804
-                                    $hood_data['hood_id'] = (int)$neighbourhood->hood_id;
4797
+									if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4798
+										$updated++;
4799
+									} else {
4800
+										$invalid++;
4801
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4802
+									}
4803
+								} else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4804
+									$hood_data['hood_id'] = (int)$neighbourhood->hood_id;
4805 4805
                                     
4806
-                                    if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4807
-                                        $updated++;
4808
-                                    } else {
4809
-                                        $invalid++;
4810
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4811
-                                    }
4812
-                                } else {
4813
-                                    if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4814
-                                        $created++;
4815
-                                    } else {
4816
-                                        $invalid++;
4817
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4818
-                                    }
4819
-                                }
4820
-                            } elseif ( $import_choice == 'skip' ) {
4821
-                                if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4822
-                                    $skipped++;
4823
-                                } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4824
-                                    $skipped++;
4825
-                                } else {
4806
+									if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4807
+										$updated++;
4808
+									} else {
4809
+										$invalid++;
4810
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4811
+									}
4812
+								} else {
4813
+									if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4814
+										$created++;
4815
+									} else {
4816
+										$invalid++;
4817
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4818
+									}
4819
+								}
4820
+							} elseif ( $import_choice == 'skip' ) {
4821
+								if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4822
+									$skipped++;
4823
+								} else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4824
+									$skipped++;
4825
+								} else {
4826 4826
                                     
4827
-                                    if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4828
-                                        $created++;
4829
-                                    } else {
4830
-                                        $invalid++;
4831
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4832
-                                    }
4833
-                                }
4834
-                            } else {
4835
-                                $invalid++;
4836
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4837
-                            }
4838
-                        }
4839
-                    }
4840
-                }
4827
+									if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4828
+										$created++;
4829
+									} else {
4830
+										$invalid++;
4831
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4832
+									}
4833
+								}
4834
+							} else {
4835
+								$invalid++;
4836
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4837
+							}
4838
+						}
4839
+					}
4840
+				}
4841 4841
                 
4842
-                $json = array();
4843
-                $json['processed'] = $limit;
4844
-                $json['created'] = $created;
4845
-                $json['updated'] = $updated;
4846
-                $json['skipped'] = $skipped;
4847
-                $json['invalid'] = $invalid;
4848
-                $json['images'] = $images;
4842
+				$json = array();
4843
+				$json['processed'] = $limit;
4844
+				$json['created'] = $created;
4845
+				$json['updated'] = $updated;
4846
+				$json['skipped'] = $skipped;
4847
+				$json['invalid'] = $invalid;
4848
+				$json['images'] = $images;
4849 4849
                 
4850
-                wp_send_json( $json );
4851
-            }
4852
-        }
4853
-        break;
4854
-        case 'import_finish':{
4855
-            /**
4856
-             * Run an action when an import finishes.
4857
-             *
4858
-             * This action can be used to fire functions after an import ends.
4859
-             *
4860
-             * @since 1.5.3
4861
-             * @package GeoDirectory
4862
-             */
4863
-            do_action('geodir_import_finished');
4864
-        }
4865
-        break;
4850
+				wp_send_json( $json );
4851
+			}
4852
+		}
4853
+		break;
4854
+		case 'import_finish':{
4855
+			/**
4856
+			 * Run an action when an import finishes.
4857
+			 *
4858
+			 * This action can be used to fire functions after an import ends.
4859
+			 *
4860
+			 * @since 1.5.3
4861
+			 * @package GeoDirectory
4862
+			 */
4863
+			do_action('geodir_import_finished');
4864
+		}
4865
+		break;
4866 4866
 
4867
-    }
4868
-    echo '0';
4869
-    gd_die();
4867
+	}
4868
+	echo '0';
4869
+	gd_die();
4870 4870
 }
4871 4871
 
4872 4872
 /**
@@ -4910,12 +4910,12 @@  discard block
 block discarded – undo
4910 4910
 		$args['slug'] = wp_unique_term_slug( $args['slug'], (object)$term_args );
4911 4911
 	}
4912 4912
 	
4913
-    if( !empty( $term ) ) {
4913
+	if( !empty( $term ) ) {
4914 4914
 		$result = wp_insert_term( $term, $taxonomy, $args );
4915
-        if( !is_wp_error( $result ) ) {
4916
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4917
-        }
4918
-    }
4915
+		if( !is_wp_error( $result ) ) {
4916
+			return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4917
+		}
4918
+	}
4919 4919
 	
4920 4920
 	return false;
4921 4921
 }
@@ -4961,16 +4961,16 @@  discard block
 block discarded – undo
4961 4961
 		$result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data );
4962 4962
 		
4963 4963
 		if( !is_wp_error( $result ) ) {
4964
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4965
-        }
4964
+			return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4965
+		}
4966 4966
 	} else if ( $term_data['slug'] != '' && $term_info = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
4967 4967
 		$term_data['term_id'] = $term_info['term_id'];
4968 4968
 		
4969 4969
 		$result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data );
4970 4970
 		
4971 4971
 		if( !is_wp_error( $result ) ) {
4972
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4973
-        }
4972
+			return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4973
+		}
4974 4974
 	} else {
4975 4975
 		return geodir_imex_insert_term( $taxonomy, $term_data );
4976 4976
 	}
@@ -4992,47 +4992,47 @@  discard block
 block discarded – undo
4992 4992
  * @return int Posts count.
4993 4993
  */
4994 4994
 function geodir_get_posts_count( $post_type ) {
4995
-    global $wpdb, $plugin_prefix;
4995
+	global $wpdb, $plugin_prefix;
4996 4996
 
4997
-    if ( !post_type_exists( $post_type ) ) {
4998
-        return 0;
4999
-    }
4997
+	if ( !post_type_exists( $post_type ) ) {
4998
+		return 0;
4999
+	}
5000 5000
         
5001
-    $table = $plugin_prefix . $post_type . '_detail';
5001
+	$table = $plugin_prefix . $post_type . '_detail';
5002 5002
 
5003
-    // Skip listing with statuses trash, auto-draft etc...
5004
-    $skip_statuses = geodir_imex_export_skip_statuses();
5005
-    $where_statuses = '';
5006
-    if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5007
-        $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5008
-    }
5003
+	// Skip listing with statuses trash, auto-draft etc...
5004
+	$skip_statuses = geodir_imex_export_skip_statuses();
5005
+	$where_statuses = '';
5006
+	if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5007
+		$where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5008
+	}
5009 5009
     
5010
-    /**
5011
-     * Filter the SQL where clause part to filter posts count in import/export.
5012
-     *
5013
-     * @since 1.6.4
5014
-     * @package GeoDirectory
5015
-     *
5016
-     * @param string $where SQL where clause part.
5017
-     */
5018
-    $where_statuses = apply_filters( 'geodir_get_posts_count', $where_statuses, $post_type );
5019
-
5020
-    $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 );
5021
-
5022
-    $posts_count = (int)$wpdb->get_var( $query );
5010
+	/**
5011
+	 * Filter the SQL where clause part to filter posts count in import/export.
5012
+	 *
5013
+	 * @since 1.6.4
5014
+	 * @package GeoDirectory
5015
+	 *
5016
+	 * @param string $where SQL where clause part.
5017
+	 */
5018
+	$where_statuses = apply_filters( 'geodir_get_posts_count', $where_statuses, $post_type );
5019
+
5020
+	$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 );
5021
+
5022
+	$posts_count = (int)$wpdb->get_var( $query );
5023 5023
     
5024
-    /**
5025
-     * Modify returned post counts for the current post type.
5026
-     *
5027
-     * @since 1.4.6
5028
-     * @package GeoDirectory
5029
-     *
5030
-     * @param int $posts_count Post counts.
5031
-     * @param string $post_type Post type.
5032
-     */
5033
-    $posts_count = apply_filters( 'geodir_imex_count_posts', $posts_count, $post_type );
5034
-
5035
-    return $posts_count;
5024
+	/**
5025
+	 * Modify returned post counts for the current post type.
5026
+	 *
5027
+	 * @since 1.4.6
5028
+	 * @package GeoDirectory
5029
+	 *
5030
+	 * @param int $posts_count Post counts.
5031
+	 * @param string $post_type Post type.
5032
+	 */
5033
+	$posts_count = apply_filters( 'geodir_imex_count_posts', $posts_count, $post_type );
5034
+
5035
+	return $posts_count;
5036 5036
 }
5037 5037
 
5038 5038
 /**
@@ -5061,10 +5061,10 @@  discard block
 block discarded – undo
5061 5061
 	
5062 5062
 	if ( !empty( $posts ) ) {
5063 5063
 		$is_payment_plugin = is_plugin_active( 'geodir_payment_manager/geodir_payment_manager.php' );
5064
-        $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
5065
-        $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true;
5066
-        $neighbourhood_active = $location_manager && $location_allowed && get_option('location_neighbourhoods') ? true : false;
5067
-        $is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
5064
+		$location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
5065
+		$location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true;
5066
+		$neighbourhood_active = $location_manager && $location_allowed && get_option('location_neighbourhoods') ? true : false;
5067
+		$is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
5068 5068
 		
5069 5069
 		$csv_row = array();
5070 5070
 		$csv_row[] = 'post_id';
@@ -5096,7 +5096,7 @@  discard block
 block discarded – undo
5096 5096
 		}
5097 5097
 		$csv_row[] = 'post_status';
5098 5098
 		$csv_row[] = 'is_featured';
5099
-        // Export claim listing field
5099
+		// Export claim listing field
5100 5100
 		if ($is_claim_active) {
5101 5101
 			$csv_row[] = 'claimed';
5102 5102
 		}
@@ -5105,7 +5105,7 @@  discard block
 block discarded – undo
5105 5105
 			$csv_row[] = 'alive_days';
5106 5106
 			$csv_row[] = 'expire_date';
5107 5107
 		}
5108
-        $csv_row[] = 'post_date';
5108
+		$csv_row[] = 'post_date';
5109 5109
 		$csv_row[] = 'post_address';
5110 5110
 		$csv_row[] = 'post_city';
5111 5111
 		$csv_row[] = 'post_region';
@@ -5113,11 +5113,11 @@  discard block
 block discarded – undo
5113 5113
 		$csv_row[] = 'post_zip';
5114 5114
 		$csv_row[] = 'post_latitude';
5115 5115
 		$csv_row[] = 'post_longitude';
5116
-        if ($neighbourhood_active) {
5117
-            $csv_row[] = 'post_neighbourhood';
5118
-            $csv_row[] = 'neighbourhood_latitude';
5119
-            $csv_row[] = 'neighbourhood_longitude';
5120
-        }
5116
+		if ($neighbourhood_active) {
5117
+			$csv_row[] = 'post_neighbourhood';
5118
+			$csv_row[] = 'neighbourhood_latitude';
5119
+			$csv_row[] = 'neighbourhood_longitude';
5120
+		}
5121 5121
 		$csv_row[] = 'geodir_timing';
5122 5122
 		$csv_row[] = 'geodir_contact';
5123 5123
 		$csv_row[] = 'geodir_email';
@@ -5149,21 +5149,21 @@  discard block
 block discarded – undo
5149 5149
 			$csv_row[] = 'franchise';
5150 5150
 		}
5151 5151
         
5152
-        /**
5153
-         * Filter columns field names of gd export listings csv.
5154
-         *
5155
-         * @since 1.6.5
5156
-         * @package GeoDirectory
5157
-         *
5158
-         * @param array $csv_row Column names being exported in csv.
5159
-         * @param string $post_type The post type.
5160
-         */
5161
-        $csv_row = apply_filters('geodir_export_listing_csv_column_names', $csv_row, $post_type);
5152
+		/**
5153
+		 * Filter columns field names of gd export listings csv.
5154
+		 *
5155
+		 * @since 1.6.5
5156
+		 * @package GeoDirectory
5157
+		 *
5158
+		 * @param array $csv_row Column names being exported in csv.
5159
+		 * @param string $post_type The post type.
5160
+		 */
5161
+		$csv_row = apply_filters('geodir_export_listing_csv_column_names', $csv_row, $post_type);
5162 5162
 		
5163 5163
 		$csv_rows[] = $csv_row;
5164 5164
 
5165 5165
 		$images_count = 5;
5166
-        $xx=0;
5166
+		$xx=0;
5167 5167
 		foreach ( $posts as $post ) {$xx++;
5168 5168
 			$post_id = $post['ID'];
5169 5169
 			
@@ -5294,15 +5294,15 @@  discard block
 block discarded – undo
5294 5294
 			}
5295 5295
 			$csv_row[] = $post_info['post_status']; // post_status
5296 5296
 			$csv_row[] = (int)$post_info['is_featured'] == 1 ? 1 : ''; // is_featured
5297
-            if ($is_claim_active) {
5298
-                $csv_row[] = !empty($post_info['claimed']) && (int)$post_info['claimed'] == 1 ? 1 : ''; // claimed
5299
-            }
5297
+			if ($is_claim_active) {
5298
+				$csv_row[] = !empty($post_info['claimed']) && (int)$post_info['claimed'] == 1 ? 1 : ''; // claimed
5299
+			}
5300 5300
 			if ($is_payment_plugin) {
5301 5301
 				$csv_row[] = (int)$post_info['package_id']; // package_id
5302 5302
 				$csv_row[] = $post_info['alive_days'] !== '' ? absint($post_info['alive_days']) : ''; // alive_days
5303 5303
 				$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
5304 5304
 			}
5305
-            $csv_row[] = $post_info['post_date']; // post_date
5305
+			$csv_row[] = $post_info['post_date']; // post_date
5306 5306
 			$csv_row[] = stripslashes($post_info['post_address']); // post_address
5307 5307
 			$csv_row[] = stripslashes($post_info['post_city']); // post_city
5308 5308
 			$csv_row[] = stripslashes($post_info['post_region']); // post_region
@@ -5310,21 +5310,21 @@  discard block
 block discarded – undo
5310 5310
 			$csv_row[] = stripslashes($post_info['post_zip']); // post_zip
5311 5311
 			$csv_row[] = $post_info['post_latitude']; // post_latitude
5312 5312
 			$csv_row[] = $post_info['post_longitude']; // post_longitude
5313
-            if ($neighbourhood_active) {
5314
-                $post_neighbourhood = '';
5315
-                $neighbourhood_latitude = '';
5316
-                $neighbourhood_longitude = '';
5317
-                if (!empty($post_info['post_neighbourhood']) && ($hood_info = geodir_location_get_neighbourhood_by_id($post_info['post_neighbourhood'], true, $post_info['post_location_id']))) {
5318
-                    if (!empty($hood_info)) {
5319
-                        $post_neighbourhood = $hood_info->hood_name;
5320
-                        $neighbourhood_latitude = $hood_info->hood_latitude;
5321
-                        $neighbourhood_longitude = $hood_info->hood_longitude;
5322
-                    }
5323
-                }
5324
-                $csv_row[] = stripslashes($post_neighbourhood); // post_neighbourhood
5325
-                $csv_row[] = $neighbourhood_latitude; // neighbourhood_latitude
5326
-                $csv_row[] = $neighbourhood_longitude; // neighbourhood_longitude
5327
-            }
5313
+			if ($neighbourhood_active) {
5314
+				$post_neighbourhood = '';
5315
+				$neighbourhood_latitude = '';
5316
+				$neighbourhood_longitude = '';
5317
+				if (!empty($post_info['post_neighbourhood']) && ($hood_info = geodir_location_get_neighbourhood_by_id($post_info['post_neighbourhood'], true, $post_info['post_location_id']))) {
5318
+					if (!empty($hood_info)) {
5319
+						$post_neighbourhood = $hood_info->hood_name;
5320
+						$neighbourhood_latitude = $hood_info->hood_latitude;
5321
+						$neighbourhood_longitude = $hood_info->hood_longitude;
5322
+					}
5323
+				}
5324
+				$csv_row[] = stripslashes($post_neighbourhood); // post_neighbourhood
5325
+				$csv_row[] = $neighbourhood_latitude; // neighbourhood_latitude
5326
+				$csv_row[] = $neighbourhood_longitude; // neighbourhood_longitude
5327
+			}
5328 5328
 			$csv_row[] = stripslashes($post_info['geodir_timing']); // geodir_timing
5329 5329
 			$csv_row[] = stripslashes($post_info['geodir_contact']); // geodir_contact
5330 5330
 			$csv_row[] = stripslashes($post_info['geodir_email']); // geodir_email
@@ -5364,16 +5364,16 @@  discard block
 block discarded – undo
5364 5364
 				$csv_row[] = (int)$franchise; // franchise id
5365 5365
 			}
5366 5366
             
5367
-            /**
5368
-             * Filter columns values of gd export listings csv file
5369
-             *
5370
-             * @since 1.6.5
5371
-             * @package GeoDirectory
5372
-             *
5373
-             * @param array $csv_row Field values being exported in csv.
5374
-             * @param array $post_info The post info.
5375
-             */
5376
-            $csv_row = apply_filters('geodir_export_listing_csv_column_values', $csv_row, $post_info);
5367
+			/**
5368
+			 * Filter columns values of gd export listings csv file
5369
+			 *
5370
+			 * @since 1.6.5
5371
+			 * @package GeoDirectory
5372
+			 *
5373
+			 * @param array $csv_row Field values being exported in csv.
5374
+			 * @param array $post_info The post info.
5375
+			 */
5376
+			$csv_row = apply_filters('geodir_export_listing_csv_column_values', $csv_row, $post_info);
5377 5377
 			
5378 5378
 			for ( $c = 0; $c < $images_count; $c++ ) {
5379 5379
 				$csv_row[] = isset( $current_images[$c] ) ? $current_images[$c] : ''; // IMAGE
@@ -5406,64 +5406,64 @@  discard block
 block discarded – undo
5406 5406
  * @return array Array of posts data.
5407 5407
  */
5408 5408
 function geodir_get_export_posts( $post_type, $per_page = 0, $page_no = 0 ) {
5409
-    global $wpdb, $plugin_prefix;
5409
+	global $wpdb, $plugin_prefix;
5410 5410
 
5411
-    if ( ! post_type_exists( $post_type ) )
5412
-        return new stdClass;
5411
+	if ( ! post_type_exists( $post_type ) )
5412
+		return new stdClass;
5413 5413
         
5414
-    $table = $plugin_prefix . $post_type . '_detail';
5414
+	$table = $plugin_prefix . $post_type . '_detail';
5415 5415
 
5416
-    $limit = '';
5417
-    if ( $per_page > 0 && $page_no > 0 ) {
5418
-        $offset = ( $page_no - 1 ) * $per_page;
5416
+	$limit = '';
5417
+	if ( $per_page > 0 && $page_no > 0 ) {
5418
+		$offset = ( $page_no - 1 ) * $per_page;
5419 5419
         
5420
-        if ( $offset > 0 ) {
5421
-            $limit = " LIMIT " . $offset . "," . $per_page;
5422
-        } else {
5423
-            $limit = " LIMIT " . $per_page;
5424
-        }
5425
-    }
5420
+		if ( $offset > 0 ) {
5421
+			$limit = " LIMIT " . $offset . "," . $per_page;
5422
+		} else {
5423
+			$limit = " LIMIT " . $per_page;
5424
+		}
5425
+	}
5426 5426
 
5427
-    // Skip listing with statuses trash, auto-draft etc...
5428
-    $skip_statuses = geodir_imex_export_skip_statuses();
5429
-    $where_statuses = '';
5430
-    if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5431
-        $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5432
-    }
5427
+	// Skip listing with statuses trash, auto-draft etc...
5428
+	$skip_statuses = geodir_imex_export_skip_statuses();
5429
+	$where_statuses = '';
5430
+	if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5431
+		$where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5432
+	}
5433 5433
     
5434
-    /**
5435
-     * Filter the SQL where clause part to filter posts in import/export.
5436
-     *
5437
-     * @since 1.6.4
5438
-     * @package GeoDirectory
5439
-     *
5440
-     * @param string $where SQL where clause part.
5441
-     */
5442
-    $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5443
-
5444
-    $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 );
5445
-    /**
5446
-     * Modify returned posts SQL query for the current post type.
5447
-     *
5448
-     * @since 1.4.6
5449
-     * @package GeoDirectory
5450
-     *
5451
-     * @param int $query The SQL query.
5452
-     * @param string $post_type Post type.
5453
-     */
5454
-    $query = apply_filters( 'geodir_imex_export_posts_query', $query, $post_type );
5455
-    $results = (array)$wpdb->get_results( $wpdb->prepare( $query, $post_type ), ARRAY_A );
5456
-
5457
-    /**
5458
-     * Modify returned post results for the current post type.
5459
-     *
5460
-     * @since 1.4.6
5461
-     * @package GeoDirectory
5462
-     *
5463
-     * @param object $results An object containing all post ids.
5464
-     * @param string $post_type Post type.
5465
-     */
5466
-    return apply_filters( 'geodir_export_posts', $results, $post_type );
5434
+	/**
5435
+	 * Filter the SQL where clause part to filter posts in import/export.
5436
+	 *
5437
+	 * @since 1.6.4
5438
+	 * @package GeoDirectory
5439
+	 *
5440
+	 * @param string $where SQL where clause part.
5441
+	 */
5442
+	$where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5443
+
5444
+	$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 );
5445
+	/**
5446
+	 * Modify returned posts SQL query for the current post type.
5447
+	 *
5448
+	 * @since 1.4.6
5449
+	 * @package GeoDirectory
5450
+	 *
5451
+	 * @param int $query The SQL query.
5452
+	 * @param string $post_type Post type.
5453
+	 */
5454
+	$query = apply_filters( 'geodir_imex_export_posts_query', $query, $post_type );
5455
+	$results = (array)$wpdb->get_results( $wpdb->prepare( $query, $post_type ), ARRAY_A );
5456
+
5457
+	/**
5458
+	 * Modify returned post results for the current post type.
5459
+	 *
5460
+	 * @since 1.4.6
5461
+	 * @package GeoDirectory
5462
+	 *
5463
+	 * @param object $results An object containing all post ids.
5464
+	 * @param string $post_type Post type.
5465
+	 */
5466
+	return apply_filters( 'geodir_export_posts', $results, $post_type );
5467 5467
 }
5468 5468
 
5469 5469
 /**
@@ -5482,26 +5482,26 @@  discard block
 block discarded – undo
5482 5482
  * @return string The SQL query.
5483 5483
  */
5484 5484
 function geodir_imex_get_events_query( $query, $post_type ) {
5485
-    if ( $post_type == 'gd_event' ) {
5486
-        global $wpdb, $plugin_prefix;
5485
+	if ( $post_type == 'gd_event' ) {
5486
+		global $wpdb, $plugin_prefix;
5487 5487
         
5488
-        $table = $plugin_prefix . $post_type . '_detail';
5489
-        $schedule_table = EVENT_SCHEDULE;
5488
+		$table = $plugin_prefix . $post_type . '_detail';
5489
+		$schedule_table = EVENT_SCHEDULE;
5490 5490
         
5491
-        // Skip listing with statuses trash, auto-draft etc...
5492
-        $skip_statuses = geodir_imex_export_skip_statuses();
5493
-        $where_statuses = '';
5494
-        if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5495
-            $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5496
-        }
5491
+		// Skip listing with statuses trash, auto-draft etc...
5492
+		$skip_statuses = geodir_imex_export_skip_statuses();
5493
+		$where_statuses = '';
5494
+		if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5495
+			$where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5496
+		}
5497 5497
         
5498
-        /** This action is documented in geodirectory-functions/geodirectory-admin/admin_functions.php */
5499
-        $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5498
+		/** This action is documented in geodirectory-functions/geodirectory-admin/admin_functions.php */
5499
+		$where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5500 5500
 
5501
-        $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 );
5502
-    }
5501
+		$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 );
5502
+	}
5503 5503
 
5504
-    return $query;
5504
+	return $query;
5505 5505
 }
5506 5506
 
5507 5507
 /**
@@ -5523,36 +5523,36 @@  discard block
 block discarded – undo
5523 5523
  * @return int Total terms count.
5524 5524
  */
5525 5525
 function geodir_get_terms_count( $post_type ) {
5526
-    $args = array( 'hide_empty' => 0 );
5526
+	$args = array( 'hide_empty' => 0 );
5527 5527
 
5528
-    remove_all_filters( 'get_terms' );
5528
+	remove_all_filters( 'get_terms' );
5529 5529
 
5530
-    $taxonomy = $post_type . 'category';
5530
+	$taxonomy = $post_type . 'category';
5531 5531
 
5532
-    // WPML
5533
-    $is_wpml = geodir_is_wpml();
5534
-    $active_lang = 'all';
5535
-    if ( $is_wpml ) {
5536
-        global $sitepress;
5537
-        $active_lang = $sitepress->get_current_language();
5532
+	// WPML
5533
+	$is_wpml = geodir_is_wpml();
5534
+	$active_lang = 'all';
5535
+	if ( $is_wpml ) {
5536
+		global $sitepress;
5537
+		$active_lang = $sitepress->get_current_language();
5538 5538
         
5539
-        if ( $active_lang != 'all' ) {
5540
-            $sitepress->switch_lang( 'all', true );
5541
-        }
5542
-    }
5543
-    // WPML
5539
+		if ( $active_lang != 'all' ) {
5540
+			$sitepress->switch_lang( 'all', true );
5541
+		}
5542
+	}
5543
+	// WPML
5544 5544
             
5545
-    $count_terms = wp_count_terms( $taxonomy, $args );
5545
+	$count_terms = wp_count_terms( $taxonomy, $args );
5546 5546
 
5547
-    // WPML
5548
-    if ( $is_wpml && $active_lang !== 'all' ) {
5549
-        global $sitepress;
5550
-        $sitepress->switch_lang( $active_lang, true );
5551
-    }
5552
-    // WPML
5553
-    $count_terms = !is_wp_error( $count_terms ) ? $count_terms : 0;
5547
+	// WPML
5548
+	if ( $is_wpml && $active_lang !== 'all' ) {
5549
+		global $sitepress;
5550
+		$sitepress->switch_lang( $active_lang, true );
5551
+	}
5552
+	// WPML
5553
+	$count_terms = !is_wp_error( $count_terms ) ? $count_terms : 0;
5554 5554
      
5555
-    return $count_terms;
5555
+	return $count_terms;
5556 5556
 }
5557 5557
 
5558 5558
 /**
@@ -5591,11 +5591,11 @@  discard block
 block discarded – undo
5591 5591
 		$csv_row[] = 'cat_posttype';
5592 5592
 		$csv_row[] = 'cat_parent';
5593 5593
 		$csv_row[] = 'cat_schema';
5594
-        // WPML
5594
+		// WPML
5595 5595
 		$is_wpml = geodir_is_wpml();
5596 5596
 		if ($is_wpml) {
5597 5597
 			$csv_row[] = 'cat_language';
5598
-            $csv_row[] = 'cat_id_original';
5598
+			$csv_row[] = 'cat_id_original';
5599 5599
 		}
5600 5600
 		// WPML
5601 5601
 		$csv_row[] = 'cat_description';
@@ -5625,10 +5625,10 @@  discard block
 block discarded – undo
5625 5625
 			$csv_row[] = $post_type;
5626 5626
 			$csv_row[] = $cat_parent;
5627 5627
 			$csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_schema', false, $post_type );
5628
-            // WPML
5628
+			// WPML
5629 5629
 			if ($is_wpml) {
5630 5630
 				$csv_row[] = geodir_get_language_for_element( $term->term_id, 'tax_' . $taxonomy );
5631
-                $csv_row[] = geodir_imex_original_post_id( $term->term_id, 'tax_' . $taxonomy );
5631
+				$csv_row[] = geodir_imex_original_post_id( $term->term_id, 'tax_' . $taxonomy );
5632 5632
 			}
5633 5633
 			// WPML
5634 5634
 			$csv_row[] = $term->description;
@@ -6046,43 +6046,43 @@  discard block
 block discarded – undo
6046 6046
  * @param string $status Post status.
6047 6047
  */
6048 6048
 function geodir_create_page($slug, $option, $page_title = '', $page_content = '', $post_parent = 0, $status = 'publish') {
6049
-    global $wpdb, $current_user;
6050
-
6051
-    $option_value = get_option($option);
6052
-
6053
-    if ($option_value > 0) :
6054
-        if (get_post($option_value)) :
6055
-            // Page exists
6056
-            return;
6057
-        endif;
6058
-    endif;
6059
-
6060
-    $page_found = $wpdb->get_var(
6061
-        $wpdb->prepare(
6062
-            "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;",
6063
-            array($slug)
6064
-        )
6065
-    );
6066
-
6067
-    if ($page_found) :
6068
-        // Page exists
6069
-        if (!$option_value) update_option($option, $page_found);
6070
-        return;
6071
-    endif;
6072
-
6073
-    $page_data = array(
6074
-        'post_status' => $status,
6075
-        'post_type' => 'page',
6076
-        'post_author' => $current_user->ID,
6077
-        'post_name' => $slug,
6078
-        'post_title' => $page_title,
6079
-        'post_content' => $page_content,
6080
-        'post_parent' => $post_parent,
6081
-        'comment_status' => 'closed'
6082
-    );
6083
-    $page_id = wp_insert_post($page_data);
6084
-
6085
-    add_option($option, $page_id);
6049
+	global $wpdb, $current_user;
6050
+
6051
+	$option_value = get_option($option);
6052
+
6053
+	if ($option_value > 0) :
6054
+		if (get_post($option_value)) :
6055
+			// Page exists
6056
+			return;
6057
+		endif;
6058
+	endif;
6059
+
6060
+	$page_found = $wpdb->get_var(
6061
+		$wpdb->prepare(
6062
+			"SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;",
6063
+			array($slug)
6064
+		)
6065
+	);
6066
+
6067
+	if ($page_found) :
6068
+		// Page exists
6069
+		if (!$option_value) update_option($option, $page_found);
6070
+		return;
6071
+	endif;
6072
+
6073
+	$page_data = array(
6074
+		'post_status' => $status,
6075
+		'post_type' => 'page',
6076
+		'post_author' => $current_user->ID,
6077
+		'post_name' => $slug,
6078
+		'post_title' => $page_title,
6079
+		'post_content' => $page_content,
6080
+		'post_parent' => $post_parent,
6081
+		'comment_status' => 'closed'
6082
+	);
6083
+	$page_id = wp_insert_post($page_data);
6084
+
6085
+	add_option($option, $page_id);
6086 6086
 
6087 6087
 }
6088 6088
 
@@ -6113,9 +6113,9 @@  discard block
 block discarded – undo
6113 6113
  * @package GeoDirectory
6114 6114
  */
6115 6115
 function geodir_admin_upgrade_notice() {
6116
-    $class = "error";
6117
-    $message = __("Please update core GeoDirectory or some addons may not function correctly.","geodirectory");
6118
-    echo"<div class=\"$class\"> <p>$message</p></div>";
6116
+	$class = "error";
6117
+	$message = __("Please update core GeoDirectory or some addons may not function correctly.","geodirectory");
6118
+	echo"<div class=\"$class\"> <p>$message</p></div>";
6119 6119
 }
6120 6120
 
6121 6121
 /**
@@ -6128,18 +6128,18 @@  discard block
 block discarded – undo
6128 6128
  */
6129 6129
 function geodire_admin_upgrade_notice( $plugin_data, $r )
6130 6130
 {
6131
-    // readme contents
6132
-    $args = array(
6133
-        'timeout'     => 15,
6134
-        'redirection' => 5
6135
-    );
6136
-    $url = "http://plugins.svn.wordpress.org/geodirectory/trunk/readme.txt";
6137
-    $data       = wp_remote_get( $url, $args );
6131
+	// readme contents
6132
+	$args = array(
6133
+		'timeout'     => 15,
6134
+		'redirection' => 5
6135
+	);
6136
+	$url = "http://plugins.svn.wordpress.org/geodirectory/trunk/readme.txt";
6137
+	$data       = wp_remote_get( $url, $args );
6138 6138
 
6139
-    if (!is_wp_error($data) && $data['response']['code'] == 200) {
6139
+	if (!is_wp_error($data) && $data['response']['code'] == 200) {
6140 6140
 
6141
-        geodir_in_plugin_update_message($data['body']);
6142
-    }
6141
+		geodir_in_plugin_update_message($data['body']);
6142
+	}
6143 6143
 }
6144 6144
 
6145 6145
 
@@ -6147,28 +6147,28 @@  discard block
 block discarded – undo
6147 6147
 * @param string $content http response body
6148 6148
 */
6149 6149
 function geodir_in_plugin_update_message($content) {
6150
-    // Output Upgrade Notice
6151
-    $matches        = null;
6152
-    $regexp         = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*' . preg_quote( GEODIRECTORY_VERSION ) . '\s*=|$)~Uis';
6153
-    $upgrade_notice = '';
6154
-    if ( preg_match( $regexp, $content, $matches ) ) {
6155
-        if(empty($matches)){return;}
6156
-
6157
-        $version = trim( $matches[1] );
6158
-        if($version && $version>GEODIRECTORY_VERSION){
6159
-
6160
-
6161
-        $notices = (array) preg_split('~[\r\n]+~', trim( $matches[2] ) );
6162
-        if ( version_compare( GEODIRECTORY_VERSION, $version, '<' ) ) {
6163
-            $upgrade_notice .= '<div class="geodir_plugin_upgrade_notice">';
6164
-            foreach ( $notices as $index => $line ) {
6165
-                $upgrade_notice .= wp_kses_post( preg_replace( '~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line ) );
6166
-            }
6167
-            $upgrade_notice .= '</div> ';
6168
-        }
6169
-        }
6170
-    }
6171
-    echo $upgrade_notice;
6150
+	// Output Upgrade Notice
6151
+	$matches        = null;
6152
+	$regexp         = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*' . preg_quote( GEODIRECTORY_VERSION ) . '\s*=|$)~Uis';
6153
+	$upgrade_notice = '';
6154
+	if ( preg_match( $regexp, $content, $matches ) ) {
6155
+		if(empty($matches)){return;}
6156
+
6157
+		$version = trim( $matches[1] );
6158
+		if($version && $version>GEODIRECTORY_VERSION){
6159
+
6160
+
6161
+		$notices = (array) preg_split('~[\r\n]+~', trim( $matches[2] ) );
6162
+		if ( version_compare( GEODIRECTORY_VERSION, $version, '<' ) ) {
6163
+			$upgrade_notice .= '<div class="geodir_plugin_upgrade_notice">';
6164
+			foreach ( $notices as $index => $line ) {
6165
+				$upgrade_notice .= wp_kses_post( preg_replace( '~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line ) );
6166
+			}
6167
+			$upgrade_notice .= '</div> ';
6168
+		}
6169
+		}
6170
+	}
6171
+	echo $upgrade_notice;
6172 6172
 }
6173 6173
 
6174 6174
 /**
@@ -6201,19 +6201,19 @@  discard block
 block discarded – undo
6201 6201
  * @param array Listing statuses to be skipped.
6202 6202
  */
6203 6203
 function geodir_imex_export_skip_statuses() {
6204
-    $statuses = array( 'trash', 'auto-draft' );
6204
+	$statuses = array( 'trash', 'auto-draft' );
6205 6205
     
6206
-    /**
6207
-     * Filter the statuses to skip during GD export listings.
6208
-     *
6209
-     * @since 1.6.0
6210
-     * @package GeoDirectory
6211
-     *
6212
-     * @param array $statuses Listing statuses to be skipped.
6213
-     */
6214
-    $statuses = apply_filters( 'geodir_imex_export_skip_statuses', $statuses );
6206
+	/**
6207
+	 * Filter the statuses to skip during GD export listings.
6208
+	 *
6209
+	 * @since 1.6.0
6210
+	 * @package GeoDirectory
6211
+	 *
6212
+	 * @param array $statuses Listing statuses to be skipped.
6213
+	 */
6214
+	$statuses = apply_filters( 'geodir_imex_export_skip_statuses', $statuses );
6215 6215
      
6216
-    return $statuses;
6216
+	return $statuses;
6217 6217
 }
6218 6218
 
6219 6219
 /**
@@ -6228,24 +6228,24 @@  discard block
 block discarded – undo
6228 6228
  * @global string $typenow Current post type.
6229 6229
  */
6230 6230
 function geodir_admin_dequeue_scripts() {
6231
-    global $typenow;
6231
+	global $typenow;
6232 6232
     
6233
-    // EDD
6234
-    if (wp_script_is('jquery-chosen', 'enqueued')) {
6235
-        wp_dequeue_script('jquery-chosen');
6236
-    }
6233
+	// EDD
6234
+	if (wp_script_is('jquery-chosen', 'enqueued')) {
6235
+		wp_dequeue_script('jquery-chosen');
6236
+	}
6237 6237
     
6238
-    // Ultimate Addons for Visual Composer
6239
-    if (wp_script_is('ultimate-vc-backend-script', 'enqueued')) {
6240
-        wp_dequeue_script('ultimate-vc-backend-script');
6241
-    }
6238
+	// Ultimate Addons for Visual Composer
6239
+	if (wp_script_is('ultimate-vc-backend-script', 'enqueued')) {
6240
+		wp_dequeue_script('ultimate-vc-backend-script');
6241
+	}
6242 6242
     
6243
-    // Fix conflict Fusion Builder jquery chosen with GD jquery chosen.
6244
-    if (class_exists('FusionBuilder')) {
6245
-        if (wp_script_is('fusion_builder_chosen_js', 'enqueued') && $typenow && in_array($typenow, geodir_get_posttypes())) {
6246
-            wp_dequeue_script('fusion_builder_chosen_js');
6247
-        }
6248
-    }
6243
+	// Fix conflict Fusion Builder jquery chosen with GD jquery chosen.
6244
+	if (class_exists('FusionBuilder')) {
6245
+		if (wp_script_is('fusion_builder_chosen_js', 'enqueued') && $typenow && in_array($typenow, geodir_get_posttypes())) {
6246
+			wp_dequeue_script('fusion_builder_chosen_js');
6247
+		}
6248
+	}
6249 6249
 }
6250 6250
 
6251 6251
 /**
@@ -6261,48 +6261,48 @@  discard block
 block discarded – undo
6261 6261
  * @return string SQL where clause part.
6262 6262
  */
6263 6263
 function geodir_imex_get_filter_where($where = '', $post_type = '') {
6264
-    global $wpdb;
6264
+	global $wpdb;
6265 6265
     
6266
-    $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
6266
+	$filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
6267 6267
     
6268
-    if ( !empty( $filters ) ) {
6269
-        foreach ( $filters as $field => $value ) {
6270
-            switch ($field) {
6271
-                case 'start_date':
6272
-                    $where .= " AND `" . $wpdb->posts . "`.`post_date` >= '" . sanitize_text_field( $value ) . " 00:00:00'";
6273
-                break;
6274
-                case 'end_date':
6275
-                    $where .= " AND `" . $wpdb->posts . "`.`post_date` <= '" . sanitize_text_field( $value ) . " 23:59:59'";
6276
-                break;
6277
-            }
6278
-        }
6279
-    }
6268
+	if ( !empty( $filters ) ) {
6269
+		foreach ( $filters as $field => $value ) {
6270
+			switch ($field) {
6271
+				case 'start_date':
6272
+					$where .= " AND `" . $wpdb->posts . "`.`post_date` >= '" . sanitize_text_field( $value ) . " 00:00:00'";
6273
+				break;
6274
+				case 'end_date':
6275
+					$where .= " AND `" . $wpdb->posts . "`.`post_date` <= '" . sanitize_text_field( $value ) . " 23:59:59'";
6276
+				break;
6277
+			}
6278
+		}
6279
+	}
6280 6280
     
6281
-    return $where;
6281
+	return $where;
6282 6282
 }
6283 6283
 add_filter('geodir_get_posts_count', 'geodir_imex_get_filter_where', 10, 2);
6284 6284
 add_filter('geodir_get_export_posts', 'geodir_imex_get_filter_where', 10, 2);
6285 6285
 
6286 6286
 
6287 6287
 function geodir_fix_for_primer_theme(){
6288
-    if(!defined( 'PRIMER_VERSION' )){return;}
6289
-    global $pagenow;
6288
+	if(!defined( 'PRIMER_VERSION' )){return;}
6289
+	global $pagenow;
6290 6290
 
6291
-    if ( ( 'post.php' === $pagenow || 'post-new.php' === $pagenow ) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']) )  ){
6291
+	if ( ( 'post.php' === $pagenow || 'post-new.php' === $pagenow ) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']) )  ){
6292 6292
 
6293
-        $post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type( $_GET['post'] );
6293
+		$post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type( $_GET['post'] );
6294 6294
 
6295
-        $post_types = geodir_get_posttypes();
6296
-        if ($post_type && in_array($post_type, $post_types) ) {
6297
-            global $primer_customizer_layouts;
6298
-            remove_action( 'add_meta_boxes', array( $primer_customizer_layouts, 'add_meta_box' ), 10);
6299
-        }
6300
-    }
6295
+		$post_types = geodir_get_posttypes();
6296
+		if ($post_type && in_array($post_type, $post_types) ) {
6297
+			global $primer_customizer_layouts;
6298
+			remove_action( 'add_meta_boxes', array( $primer_customizer_layouts, 'add_meta_box' ), 10);
6299
+		}
6300
+	}
6301 6301
 
6302 6302
 }
6303 6303
 
6304 6304
 if(is_admin()){
6305
-    add_action('add_meta_boxes','geodir_fix_for_primer_theme',0);  
6305
+	add_action('add_meta_boxes','geodir_fix_for_primer_theme',0);  
6306 6306
 }
6307 6307
 
6308 6308
 
@@ -6435,94 +6435,94 @@  discard block
 block discarded – undo
6435 6435
 
6436 6436
 function geodir_ga_activation_url() {
6437 6437
 
6438
-    return add_query_arg( array(
6439
-        'next'          => admin_url("admin.php?page=geodirectory&active_tab=google_analytic_settings"),
6440
-        'scope'         => GEODIR_GA_SCOPE,
6441
-        'response_type' => 'code',
6442
-        'redirect_uri'  => GEODIR_GA_REDIRECT,
6443
-        'client_id'     => GEODIR_GA_CLIENTID,
6444
-    ), 'https://accounts.google.com/o/oauth2/auth' );
6438
+	return add_query_arg( array(
6439
+		'next'          => admin_url("admin.php?page=geodirectory&active_tab=google_analytic_settings"),
6440
+		'scope'         => GEODIR_GA_SCOPE,
6441
+		'response_type' => 'code',
6442
+		'redirect_uri'  => GEODIR_GA_REDIRECT,
6443
+		'client_id'     => GEODIR_GA_CLIENTID,
6444
+	), 'https://accounts.google.com/o/oauth2/auth' );
6445 6445
 
6446
-    return $url;
6446
+	return $url;
6447 6447
 }
6448 6448
 
6449 6449
 function geodir_gd_accounts(){
6450
-    $accounts = array();
6451
-    $useAuth = ( get_option( 'geodir_ga_auth_code' ) == '' ? false : true );
6452
-    if($useAuth){
6453
-        try {
6454
-            $accounts = geodir_ga_get_analytics_accounts();
6455
-        } catch (Exception $e) {
6456
-            geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) );
6457
-        }
6450
+	$accounts = array();
6451
+	$useAuth = ( get_option( 'geodir_ga_auth_code' ) == '' ? false : true );
6452
+	if($useAuth){
6453
+		try {
6454
+			$accounts = geodir_ga_get_analytics_accounts();
6455
+		} catch (Exception $e) {
6456
+			geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) );
6457
+		}
6458 6458
         
6459
-        if(is_array($accounts)){
6460
-            $accounts = array_merge(array(__('Select Account','geodirectory')),$accounts);
6461
-        }elseif(get_option('geodir_ga_account_id')){
6462
-            $accounts = array();
6463
-            $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required','geodirectory').' ('.get_option('geodir_ga_account_id').')';
6464
-        }
6465
-    }
6466
-    return $accounts;
6459
+		if(is_array($accounts)){
6460
+			$accounts = array_merge(array(__('Select Account','geodirectory')),$accounts);
6461
+		}elseif(get_option('geodir_ga_account_id')){
6462
+			$accounts = array();
6463
+			$accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required','geodirectory').' ('.get_option('geodir_ga_account_id').')';
6464
+		}
6465
+	}
6466
+	return $accounts;
6467 6467
 }
6468 6468
 
6469 6469
 function geodir_ga_get_analytics_accounts()
6470 6470
 {
6471
-    global $gd_ga_errors;
6472
-    $accounts = array();
6471
+	global $gd_ga_errors;
6472
+	$accounts = array();
6473 6473
 
6474
-    if(get_option('geodir_ga_auth_token')===false){update_option('geodir_ga_auth_token','');}
6474
+	if(get_option('geodir_ga_auth_token')===false){update_option('geodir_ga_auth_token','');}
6475 6475
 
6476 6476
 
6477
-    if(get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])){
6478
-      return get_option('geodir_gd_uids');
6479
-    }
6477
+	if(get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])){
6478
+	  return get_option('geodir_gd_uids');
6479
+	}
6480 6480
 
6481
-    # Create a new Gdata call
6482
-    if ( trim(get_option('geodir_ga_auth_code')) != '' )
6483
-        $stats = new GDGoogleAnalyticsStats();
6484
-    else
6485
-        return false;
6481
+	# Create a new Gdata call
6482
+	if ( trim(get_option('geodir_ga_auth_code')) != '' )
6483
+		$stats = new GDGoogleAnalyticsStats();
6484
+	else
6485
+		return false;
6486 6486
 
6487
-    # Check if Google sucessfully logged in
6488
-    if ( ! $stats->checkLogin() )
6489
-        return false;
6487
+	# Check if Google sucessfully logged in
6488
+	if ( ! $stats->checkLogin() )
6489
+		return false;
6490 6490
 
6491
-    # Get a list of accounts
6492
-    try {
6493
-        $accounts = $stats->getAllProfiles();
6494
-    } catch (Exception $e) {
6495
-        $gd_ga_errors[] = $e->getMessage();
6496
-        return false;
6497
-    }
6491
+	# Get a list of accounts
6492
+	try {
6493
+		$accounts = $stats->getAllProfiles();
6494
+	} catch (Exception $e) {
6495
+		$gd_ga_errors[] = $e->getMessage();
6496
+		return false;
6497
+	}
6498 6498
 
6499 6499
 
6500
-    natcasesort ($accounts);
6500
+	natcasesort ($accounts);
6501 6501
 
6502
-    # Return the account array if there are accounts
6503
-    if ( count($accounts) > 0 ){
6504
-        update_option('geodir_gd_uids',$accounts);
6505
-        return $accounts;
6506
-    }
6507
-    else
6508
-        return false;
6502
+	# Return the account array if there are accounts
6503
+	if ( count($accounts) > 0 ){
6504
+		update_option('geodir_gd_uids',$accounts);
6505
+		return $accounts;
6506
+	}
6507
+	else
6508
+		return false;
6509 6509
 }
6510 6510
 
6511 6511
 add_action( 'wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize' );
6512 6512
 function geodir_ga_deauthorize(){
6513 6513
 
6514
-    if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'gd_ga_deauthorize' ) ) {
6514
+	if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'gd_ga_deauthorize' ) ) {
6515 6515
 
6516
-        die( 'Security check' );
6516
+		die( 'Security check' );
6517 6517
 
6518
-    } else {
6519
-        update_option('geodir_ga_auth_token','');
6520
-        update_option('geodir_ga_auth_code','');
6521
-        update_option('geodir_gd_uids','');
6518
+	} else {
6519
+		update_option('geodir_ga_auth_token','');
6520
+		update_option('geodir_ga_auth_code','');
6521
+		update_option('geodir_gd_uids','');
6522 6522
 
6523 6523
 
6524
-        echo admin_url('?page=geodirectory&active_tab=google_analytic_settings');
6525
-    }
6524
+		echo admin_url('?page=geodirectory&active_tab=google_analytic_settings');
6525
+	}
6526 6526
 
6527
-    die();
6527
+	die();
6528 6528
 }
6529 6529
\ No newline at end of file
Please login to merge, or discard this patch.
geodirectory-admin/admin_hooks_actions.php 1 patch
Indentation   +1528 added lines, -1528 removed lines patch added patch discarded remove patch
@@ -10,33 +10,33 @@  discard block
 block discarded – undo
10 10
 
11 11
 add_action('admin_init', 'geodir_admin_init');
12 12
 if (!function_exists('geodir_admin_init')) {
13
-    /**
14
-     * Adds GD setting pages in admin.
15
-     *
16
-     * @since 1.0.0
17
-     * @package GeoDirectory
18
-     * @global string $current_tab The current settings tab name.
19
-     */
20
-    function geodir_admin_init()
21
-    {
22
-
23
-        if (is_admin()):
24
-            global $current_tab;
25
-            geodir_redirect_to_admin_panel_on_installed();
26
-            $current_tab = (isset($_GET['tab']) && $_GET['tab'] != '') ? $_GET['tab'] : 'general_settings';
27
-            if (!(isset($_REQUEST['action']))) // this will avoid Ajax requests
28
-                geodir_handle_option_form_submit($current_tab); // located in admin function.php
29
-            /**
30
-             * Called on the WordPress 'admin_init' hook this hookis used to call everything for the GD settings pages in the admin area.
31
-             *
32
-             * @since 1.0.0
33
-             */
34
-            do_action('admin_panel_init');
35
-            add_action('geodir_admin_option_form', 'geodir_get_admin_option_form', 1);
36
-
37
-
38
-        endif;
39
-    }
13
+	/**
14
+	 * Adds GD setting pages in admin.
15
+	 *
16
+	 * @since 1.0.0
17
+	 * @package GeoDirectory
18
+	 * @global string $current_tab The current settings tab name.
19
+	 */
20
+	function geodir_admin_init()
21
+	{
22
+
23
+		if (is_admin()):
24
+			global $current_tab;
25
+			geodir_redirect_to_admin_panel_on_installed();
26
+			$current_tab = (isset($_GET['tab']) && $_GET['tab'] != '') ? $_GET['tab'] : 'general_settings';
27
+			if (!(isset($_REQUEST['action']))) // this will avoid Ajax requests
28
+				geodir_handle_option_form_submit($current_tab); // located in admin function.php
29
+			/**
30
+			 * Called on the WordPress 'admin_init' hook this hookis used to call everything for the GD settings pages in the admin area.
31
+			 *
32
+			 * @since 1.0.0
33
+			 */
34
+			do_action('admin_panel_init');
35
+			add_action('geodir_admin_option_form', 'geodir_get_admin_option_form', 1);
36
+
37
+
38
+		endif;
39
+	}
40 40
 }
41 41
 
42 42
 /**
@@ -47,10 +47,10 @@  discard block
 block discarded – undo
47 47
  */
48 48
 function geodir_redirect_to_admin_panel_on_installed()
49 49
 {
50
-    if (get_option('geodir_installation_redirect', false)) {
51
-        delete_option('geodir_installation_redirect');
52
-        wp_redirect(admin_url('admin.php?page=geodirectory&installed=yes'));
53
-    }
50
+	if (get_option('geodir_installation_redirect', false)) {
51
+		delete_option('geodir_installation_redirect');
52
+		wp_redirect(admin_url('admin.php?page=geodirectory&installed=yes'));
53
+	}
54 54
 }
55 55
 
56 56
 /**
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
  */
63 63
 function geodir_get_admin_option_form($current_tab)
64 64
 {
65
-    geodir_admin_option_form($current_tab);// defined in admin template tags.php
65
+	geodir_admin_option_form($current_tab);// defined in admin template tags.php
66 66
 }
67 67
 
68 68
 
@@ -85,19 +85,19 @@  discard block
 block discarded – undo
85 85
  */
86 86
 function geodir_conditional_admin_script_load()
87 87
 {
88
-    global $pagenow;
88
+	global $pagenow;
89 89
 	
90 90
 	// Get the current post type
91 91
 	$post_type = geodir_admin_current_post_type();
92 92
 	$geodir_post_types = geodir_get_posttypes();
93 93
     
94 94
 	if ((isset($_REQUEST['page']) && $_REQUEST['page'] == 'geodirectory') || (($pagenow == 'post.php' || $pagenow == 'post-new.php' || $pagenow == 'edit.php') && $post_type && in_array($post_type, $geodir_post_types)) || ($pagenow == 'edit-tags.php' || $pagenow == 'term.php' || $pagenow == 'edit-comments.php' || $pagenow == 'comment.php')) {
95
-        add_action('admin_enqueue_scripts', 'geodir_admin_scripts');
96
-        add_action('admin_enqueue_scripts', 'geodir_admin_styles');
97
-        add_action('admin_enqueue_scripts', 'geodir_admin_dequeue_scripts', 100);
98
-    }
95
+		add_action('admin_enqueue_scripts', 'geodir_admin_scripts');
96
+		add_action('admin_enqueue_scripts', 'geodir_admin_styles');
97
+		add_action('admin_enqueue_scripts', 'geodir_admin_dequeue_scripts', 100);
98
+	}
99 99
 
100
-    add_action('admin_enqueue_scripts', 'geodir_admin_styles_req');
100
+	add_action('admin_enqueue_scripts', 'geodir_admin_styles_req');
101 101
 
102 102
 }
103 103
 
@@ -132,12 +132,12 @@  discard block
 block discarded – undo
132 132
  */
133 133
 function create_default_admin_main_nav()
134 134
 {
135
-    add_filter('geodir_settings_tabs_array', 'geodir_default_admin_main_tabs', 1);
136
-    add_filter('geodir_settings_tabs_array', 'places_custom_fields_tab', 2);
137
-    add_filter('geodir_settings_tabs_array', 'geodir_compatibility_setting_tab', 90);
138
-    add_filter('geodir_settings_tabs_array', 'geodir_tools_setting_tab', 95);
139
-    add_filter('geodir_settings_tabs_array', 'geodir_extend_geodirectory_setting_tab', 100);
140
-    //add_filter('geodir_settings_tabs_array', 'geodir_hide_set_location_default',3);
135
+	add_filter('geodir_settings_tabs_array', 'geodir_default_admin_main_tabs', 1);
136
+	add_filter('geodir_settings_tabs_array', 'places_custom_fields_tab', 2);
137
+	add_filter('geodir_settings_tabs_array', 'geodir_compatibility_setting_tab', 90);
138
+	add_filter('geodir_settings_tabs_array', 'geodir_tools_setting_tab', 95);
139
+	add_filter('geodir_settings_tabs_array', 'geodir_extend_geodirectory_setting_tab', 100);
140
+	//add_filter('geodir_settings_tabs_array', 'geodir_hide_set_location_default',3);
141 141
 
142 142
 }
143 143
 
@@ -150,16 +150,16 @@  discard block
 block discarded – undo
150 150
  */
151 151
 function geodir_admin_list_columns()
152 152
 {
153
-    if ($post_types = geodir_get_posttypes()) {
153
+	if ($post_types = geodir_get_posttypes()) {
154 154
 
155
-        foreach ($post_types as $post_type):
156
-            add_filter("manage_edit-{$post_type}_columns", 'geodir_edit_post_columns', 100);
157
-            //Filter-Payment-Manager to show Package
158
-            add_action("manage_{$post_type}_posts_custom_column", 'geodir_manage_post_columns', 10, 2);
155
+		foreach ($post_types as $post_type):
156
+			add_filter("manage_edit-{$post_type}_columns", 'geodir_edit_post_columns', 100);
157
+			//Filter-Payment-Manager to show Package
158
+			add_action("manage_{$post_type}_posts_custom_column", 'geodir_manage_post_columns', 10, 2);
159 159
 
160
-            add_filter("manage_edit-{$post_type}_sortable_columns", 'geodir_post_sortable_columns');
161
-        endforeach;
162
-    }
160
+			add_filter("manage_edit-{$post_type}_sortable_columns", 'geodir_post_sortable_columns');
161
+		endforeach;
162
+	}
163 163
 }
164 164
 
165 165
 /**
@@ -172,15 +172,15 @@  discard block
 block discarded – undo
172 172
  */
173 173
 function geodir_default_admin_main_tabs($tabs)
174 174
 {
175
-    return $tabs = array(
176
-        'general_settings' => array('label' => __('General', 'geodirectory')),
177
-        'design_settings' => array('label' => __('Design', 'geodirectory')),
178
-        'permalink_settings' => array('label' => __('Permalinks', 'geodirectory')),
179
-        'title_meta_settings' => array('label' => __('Titles & Metas', 'geodirectory')),
180
-        'notifications_settings' => array('label' => __('Notifications', 'geodirectory')),
181
-        'default_location_settings' => array('label' => __('Set Default Location', 'geodirectory')),
182
-
183
-    );
175
+	return $tabs = array(
176
+		'general_settings' => array('label' => __('General', 'geodirectory')),
177
+		'design_settings' => array('label' => __('Design', 'geodirectory')),
178
+		'permalink_settings' => array('label' => __('Permalinks', 'geodirectory')),
179
+		'title_meta_settings' => array('label' => __('Titles & Metas', 'geodirectory')),
180
+		'notifications_settings' => array('label' => __('Notifications', 'geodirectory')),
181
+		'default_location_settings' => array('label' => __('Set Default Location', 'geodirectory')),
182
+
183
+	);
184 184
 }
185 185
 
186 186
 add_action('do_meta_boxes', 'geodir_remove_image_box');
@@ -193,16 +193,16 @@  discard block
 block discarded – undo
193 193
  */
194 194
 function geodir_remove_image_box()
195 195
 {
196
-    global $post;
196
+	global $post;
197 197
 
198
-    $geodir_posttypes = geodir_get_posttypes();
198
+	$geodir_posttypes = geodir_get_posttypes();
199 199
 
200
-    if (isset($post) && in_array($post->post_type, $geodir_posttypes)):
200
+	if (isset($post) && in_array($post->post_type, $geodir_posttypes)):
201 201
 
202
-        remove_meta_box('postimagediv', $post->post_type, 'side');
203
-        remove_meta_box('revisionsdiv', $post->post_type, 'normal');
202
+		remove_meta_box('postimagediv', $post->post_type, 'side');
203
+		remove_meta_box('revisionsdiv', $post->post_type, 'normal');
204 204
 
205
-    endif;
205
+	endif;
206 206
 
207 207
 }
208 208
 
@@ -217,27 +217,27 @@  discard block
 block discarded – undo
217 217
  */
218 218
 function geodir_meta_box_add()
219 219
 {
220
-    global $post;
220
+	global $post;
221 221
 
222
-    $geodir_post_types = geodir_get_posttypes('array');
223
-    $geodir_posttypes = array_keys($geodir_post_types);
222
+	$geodir_post_types = geodir_get_posttypes('array');
223
+	$geodir_posttypes = array_keys($geodir_post_types);
224 224
 
225
-    if (isset($post->post_type) && in_array($post->post_type, $geodir_posttypes)):
225
+	if (isset($post->post_type) && in_array($post->post_type, $geodir_posttypes)):
226 226
 
227
-        $geodir_posttype = $post->post_type;
228
-        $post_typename = __($geodir_post_types[$geodir_posttype]['labels']['singular_name'], 'geodirectory');
229
-        $post_typename = geodir_ucwords($post_typename);
227
+		$geodir_posttype = $post->post_type;
228
+		$post_typename = __($geodir_post_types[$geodir_posttype]['labels']['singular_name'], 'geodirectory');
229
+		$post_typename = geodir_ucwords($post_typename);
230 230
 
231
-        // Filter-Payment-Manager
231
+		// Filter-Payment-Manager
232 232
 
233
-        add_meta_box('geodir_post_images', $post_typename . ' ' . __('Attachments', 'geodirectory'), 'geodir_post_attachments', $geodir_posttype, 'side');
233
+		add_meta_box('geodir_post_images', $post_typename . ' ' . __('Attachments', 'geodirectory'), 'geodir_post_attachments', $geodir_posttype, 'side');
234 234
 
235
-        add_meta_box('geodir_post_info', $post_typename . ' ' . __('Information', 'geodirectory'), 'geodir_post_info_setting', $geodir_posttype, 'normal', 'high');
235
+		add_meta_box('geodir_post_info', $post_typename . ' ' . __('Information', 'geodirectory'), 'geodir_post_info_setting', $geodir_posttype, 'normal', 'high');
236 236
 
237
-        // no need of this box as all fields moved to main information box
238
-        //add_meta_box( 'geodir_post_addinfo', $post_typename. ' ' .__('Additional Information' , 'geodirectory'), 'geodir_post_addinfo_setting', $geodir_posttype,'normal', 'high' );
237
+		// no need of this box as all fields moved to main information box
238
+		//add_meta_box( 'geodir_post_addinfo', $post_typename. ' ' .__('Additional Information' , 'geodirectory'), 'geodir_post_addinfo_setting', $geodir_posttype,'normal', 'high' );
239 239
 
240
-    endif;
240
+	endif;
241 241
 
242 242
 }
243 243
 
@@ -261,23 +261,23 @@  discard block
 block discarded – undo
261 261
 function geodir_hide_post_taxonomy_meta_boxes()
262 262
 {
263 263
 
264
-    $geodir_post_types = get_option('geodir_post_types');
264
+	$geodir_post_types = get_option('geodir_post_types');
265 265
 
266
-    if (!empty($geodir_post_types)) {
267
-        foreach ($geodir_post_types as $geodir_post_type => $geodir_posttype_info) {
266
+	if (!empty($geodir_post_types)) {
267
+		foreach ($geodir_post_types as $geodir_post_type => $geodir_posttype_info) {
268 268
 
269
-            $gd_taxonomy = geodir_get_taxonomies($geodir_post_type);
269
+			$gd_taxonomy = geodir_get_taxonomies($geodir_post_type);
270 270
 
271
-            if(!empty($gd_taxonomy)) {
272
-                foreach ($gd_taxonomy as $tax) {
271
+			if(!empty($gd_taxonomy)) {
272
+				foreach ($gd_taxonomy as $tax) {
273 273
 
274
-                    remove_meta_box($tax . 'div', $geodir_post_type, 'normal');
274
+					remove_meta_box($tax . 'div', $geodir_post_type, 'normal');
275 275
 
276
-                }
277
-            }
276
+				}
277
+			}
278 278
 
279
-        }
280
-    }
279
+		}
280
+	}
281 281
 }
282 282
 
283 283
 add_filter('geodir_add_listing_map_restrict', 'geodir_add_listing_map_restrict');
@@ -291,12 +291,12 @@  discard block
 block discarded – undo
291 291
  */
292 292
 function geodir_add_listing_map_restrict($map_restirct)
293 293
 {
294
-    if (is_admin()) {
295
-        if (isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'default_location_settings') {
296
-            $map_restirct = false;
297
-        }
298
-    }
299
-    return $map_restirct;
294
+	if (is_admin()) {
295
+		if (isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'default_location_settings') {
296
+			$map_restirct = false;
297
+		}
298
+	}
299
+	return $map_restirct;
300 300
 }
301 301
 
302 302
 
@@ -315,16 +315,16 @@  discard block
 block discarded – undo
315 315
 function geodir_enable_editor_on_notifications($notification)
316 316
 {
317 317
 
318
-    if (!empty($notification) && get_option('geodir_tiny_editor') == '1') {
318
+	if (!empty($notification) && get_option('geodir_tiny_editor') == '1') {
319 319
 
320
-        foreach ($notification as $key => $value) {
321
-            if ($value['type'] == 'textarea')
322
-                $notification[$key]['type'] = 'editor';
323
-        }
320
+		foreach ($notification as $key => $value) {
321
+			if ($value['type'] == 'textarea')
322
+				$notification[$key]['type'] = 'editor';
323
+		}
324 324
 
325
-    }
325
+	}
326 326
 
327
-    return $notification;
327
+	return $notification;
328 328
 }
329 329
 
330 330
 
@@ -341,16 +341,16 @@  discard block
 block discarded – undo
341 341
 function geodir_enable_editor_on_design_settings($design_setting)
342 342
 {
343 343
 
344
-    if (!empty($design_setting) && get_option('geodir_tiny_editor') == '1') {
344
+	if (!empty($design_setting) && get_option('geodir_tiny_editor') == '1') {
345 345
 
346
-        foreach ($design_setting as $key => $value) {
347
-            if ($value['type'] == 'textarea' && $value['id'] == 'geodir_term_condition_content')
348
-                $design_setting[$key]['type'] = 'editor';
349
-        }
346
+		foreach ($design_setting as $key => $value) {
347
+			if ($value['type'] == 'textarea' && $value['id'] == 'geodir_term_condition_content')
348
+				$design_setting[$key]['type'] = 'editor';
349
+		}
350 350
 
351
-    }
351
+	}
352 352
 
353
-    return $design_setting;
353
+	return $design_setting;
354 354
 }
355 355
 
356 356
 /* ----------- START MANAGE CUSTOM FIELDS ---------------- */
@@ -358,15 +358,15 @@  discard block
 block discarded – undo
358 358
 add_action('geodir_manage_available_fields_custom', 'geodir_manage_available_fields_custom');
359 359
 
360 360
 function geodir_manage_available_fields_predefined($sub_tab){
361
-    if($sub_tab=='custom_fields'){
362
-        geodir_custom_available_fields('predefined');
363
-    }
361
+	if($sub_tab=='custom_fields'){
362
+		geodir_custom_available_fields('predefined');
363
+	}
364 364
 }
365 365
 
366 366
 function geodir_manage_available_fields_custom($sub_tab){
367
-    if($sub_tab=='custom_fields'){
368
-        geodir_custom_available_fields('custom');
369
-    }
367
+	if($sub_tab=='custom_fields'){
368
+		geodir_custom_available_fields('custom');
369
+	}
370 370
 }
371 371
 
372 372
 
@@ -385,16 +385,16 @@  discard block
 block discarded – undo
385 385
 function geodir_manage_available_fields($sub_tab)
386 386
 {
387 387
 
388
-    switch ($sub_tab) {
389
-        case 'custom_fields':
390
-            geodir_custom_available_fields();
391
-            break;
388
+	switch ($sub_tab) {
389
+		case 'custom_fields':
390
+			geodir_custom_available_fields();
391
+			break;
392 392
 
393
-        case 'sorting_options':
394
-            geodir_sorting_options_available_fields();
395
-            break;
393
+		case 'sorting_options':
394
+			geodir_sorting_options_available_fields();
395
+			break;
396 396
 
397
-    }
397
+	}
398 398
 }
399 399
 
400 400
 
@@ -410,16 +410,16 @@  discard block
 block discarded – undo
410 410
 function geodir_manage_selected_fields($sub_tab)
411 411
 {
412 412
 
413
-    switch ($sub_tab) {
414
-        case 'custom_fields':
415
-            geodir_custom_selected_fields();
416
-            break;
413
+	switch ($sub_tab) {
414
+		case 'custom_fields':
415
+			geodir_custom_selected_fields();
416
+			break;
417 417
 
418
-        case 'sorting_options':
419
-            geodir_sorting_options_selected_fields();
420
-            break;
418
+		case 'sorting_options':
419
+			geodir_sorting_options_selected_fields();
420
+			break;
421 421
 
422
-    }
422
+	}
423 423
 }
424 424
 
425 425
 /**
@@ -431,52 +431,52 @@  discard block
 block discarded – undo
431 431
  */
432 432
 function geodir_sorting_options_available_fields()
433 433
 {
434
-    global $wpdb;
435
-    $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place';
436
-    ?>
434
+	global $wpdb;
435
+	$listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place';
436
+	?>
437 437
     <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type;?>"/>
438 438
     <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>"/>
439 439
     <ul>
440 440
     <?php
441
-        $sort_options = geodir_get_custom_sort_options($listing_type);
441
+		$sort_options = geodir_get_custom_sort_options($listing_type);
442 442
         
443
-        foreach ($sort_options as $key => $val) {
444
-            $val = stripslashes_deep($val); // strip slashes
445
-
446
-            $check_html_variable = $wpdb->get_var(
447
-                $wpdb->prepare(
448
-                    "SELECT htmlvar_name FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name = %s AND post_type = %s AND field_type=%s",
449
-                    array($val['htmlvar_name'], $listing_type, $val['field_type'])
450
-                )
451
-            );
443
+		foreach ($sort_options as $key => $val) {
444
+			$val = stripslashes_deep($val); // strip slashes
445
+
446
+			$check_html_variable = $wpdb->get_var(
447
+				$wpdb->prepare(
448
+					"SELECT htmlvar_name FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE htmlvar_name = %s AND post_type = %s AND field_type=%s",
449
+					array($val['htmlvar_name'], $listing_type, $val['field_type'])
450
+				)
451
+			);
452 452
             
453
-            $display = $check_html_variable ? ' style="display:none;"' : '';
454
-           ?>
453
+			$display = $check_html_variable ? ' style="display:none;"' : '';
454
+		   ?>
455 455
 
456 456
             <li   class="gd-cf-tooltip-wrap" <?php echo $display;?>>
457 457
                 <?php
458
-                if(isset($val['description']) && $val['description']){
459
-                    echo '<div class="gdcf-tooltip">'.$val['description'].'</div>';
460
-                }?>
458
+				if(isset($val['description']) && $val['description']){
459
+					echo '<div class="gdcf-tooltip">'.$val['description'].'</div>';
460
+				}?>
461 461
 
462 462
                 <a id="gd-<?php echo $val['field_type'];?>-_-<?php echo $val['htmlvar_name'];?>" data-field-type-key="<?php echo $val['htmlvar_name'];?>"  data-field-type="<?php echo $val['field_type'];?>"
463 463
                    title="<?php echo $val['site_title'];?>"
464 464
                    class="gd-draggable-form-items  gd-<?php echo $val['field_type'];?> geodir-sort-<?php echo $val['htmlvar_name'];?>" href="javascript:void(0);">
465 465
                     <?php if (isset($val['field_icon']) && strpos($val['field_icon'], 'fa fa-') !== false) {
466
-                        echo '<i class="'.$val['field_icon'].'" aria-hidden="true"></i>';
467
-                    }elseif(isset($val['field_icon']) && $val['field_icon'] ){
468
-                        echo '<b style="background-image: url("'.$val['field_icon'].'")"></b>';
469
-                    }else{
470
-                        echo '<i class="fa fa-cog" aria-hidden="true"></i>';
471
-                    }?>
466
+						echo '<i class="'.$val['field_icon'].'" aria-hidden="true"></i>';
467
+					}elseif(isset($val['field_icon']) && $val['field_icon'] ){
468
+						echo '<b style="background-image: url("'.$val['field_icon'].'")"></b>';
469
+					}else{
470
+						echo '<i class="fa fa-cog" aria-hidden="true"></i>';
471
+					}?>
472 472
                     <?php echo $val['site_title'];?>
473 473
                 </a>
474 474
             </li>
475 475
 
476 476
 
477 477
             <?php
478
-        }
479
-    ?>
478
+		}
479
+	?>
480 480
     </ul>
481 481
     <?php
482 482
 }
@@ -490,28 +490,28 @@  discard block
 block discarded – undo
490 490
  */
491 491
 function geodir_sorting_options_selected_fields()
492 492
 {
493
-    $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place';
494
-    ?>
493
+	$listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place';
494
+	?>
495 495
     <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>"/>
496 496
     <ul class="core">
497 497
     <?php 
498
-        global $wpdb;
498
+		global $wpdb;
499 499
         
500
-        $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE post_type = %s AND field_type != 'address' ORDER BY sort_order ASC", array($listing_type)));
500
+		$fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE post_type = %s AND field_type != 'address' ORDER BY sort_order ASC", array($listing_type)));
501 501
 
502
-        if (!empty($fields)) {
503
-            foreach ($fields as $field) {
504
-                //$result_str = $field->id;
505
-                $result_str = $field;
506
-                $field_type = $field->field_type;
507
-                $field_ins_upd = 'display';
502
+		if (!empty($fields)) {
503
+			foreach ($fields as $field) {
504
+				//$result_str = $field->id;
505
+				$result_str = $field;
506
+				$field_type = $field->field_type;
507
+				$field_ins_upd = 'display';
508 508
 
509
-                $default = false;
509
+				$default = false;
510 510
 
511
-                geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd, $default);
512
-            }
513
-        }
514
-    ?>
511
+				geodir_custom_sort_field_adminhtml($field_type, $result_str, $field_ins_upd, $default);
512
+			}
513
+		}
514
+	?>
515 515
     </ul>
516 516
     <?php
517 517
 }
@@ -524,12 +524,12 @@  discard block
 block discarded – undo
524 524
  */
525 525
 function geodir_custom_fields_custom($post_type=''){
526 526
 
527
-    $custom_fields = array();
527
+	$custom_fields = array();
528 528
 
529
-    /**
530
-     * @see `geodir_custom_fields`
531
-     */
532
-    return apply_filters('geodir_custom_fields_custom',$custom_fields,$post_type);
529
+	/**
530
+	 * @see `geodir_custom_fields`
531
+	 */
532
+	return apply_filters('geodir_custom_fields_custom',$custom_fields,$post_type);
533 533
 }
534 534
 
535 535
 
@@ -542,140 +542,140 @@  discard block
 block discarded – undo
542 542
  */
543 543
 function geodir_custom_fields($post_type=''){
544 544
     
545
-    $custom_fields = array(
546
-        'text' => array(
547
-            'field_type'  =>  'text',
548
-            'class' =>  'gd-text',
549
-            'icon'  =>  'fa fa-minus',
550
-            'name'  =>  __('Text', 'geodirectory'),
551
-            'description' =>  __('Add any sort of text field, text or numbers', 'geodirectory')
552
-        ),
553
-        'datepicker' => array(
554
-            'field_type'  =>  'datepicker',
555
-            'class' =>  'gd-datepicker',
556
-            'icon'  =>  'fa fa-calendar',
557
-            'name'  =>  __('Date', 'geodirectory'),
558
-            'description' =>  __('Adds a date picker.', 'geodirectory')
559
-        ),
560
-        'textarea' => array(
561
-            'field_type'  =>  'textarea',
562
-            'class' =>  'gd-textarea',
563
-            'icon'  =>  'fa fa-bars',
564
-            'name'  =>  __('Textarea', 'geodirectory'),
565
-            'description' =>  __('Adds a textarea', 'geodirectory')
566
-        ),
567
-        'time' => array(
568
-            'field_type'  =>  'time',
569
-            'class' =>  'gd-time',
570
-            'icon' =>  'fa fa-clock-o',
571
-            'name'  =>  __('Time', 'geodirectory'),
572
-            'description' =>  __('Adds a time picker', 'geodirectory')
573
-        ),
574
-        'checkbox' => array(
575
-            'field_type'  =>  'checkbox',
576
-            'class' =>  'gd-checkbox',
577
-            'icon' =>  'fa fa-check-square-o',
578
-            'name'  =>  __('Checkbox', 'geodirectory'),
579
-            'description' =>  __('Adds a checkbox', 'geodirectory')
580
-        ),
581
-        'phone' => array(
582
-            'field_type'  =>  'phone',
583
-            'class' =>  'gd-phone',
584
-            'icon' =>  'fa fa-phone',
585
-            'name'  =>  __('Phone', 'geodirectory'),
586
-            'description' =>  __('Adds a phone input', 'geodirectory')
587
-        ),
588
-        'radio' => array(
589
-            'field_type'  =>  'radio',
590
-            'class' =>  'gd-radio',
591
-            'icon' =>  'fa fa-dot-circle-o',
592
-            'name'  =>  __('Radio', 'geodirectory'),
593
-            'description' =>  __('Adds a radio input', 'geodirectory')
594
-        ),
595
-        'email' => array(
596
-            'field_type'  =>  'email',
597
-            'class' =>  'gd-email',
598
-            'icon' =>  'fa fa-envelope-o',
599
-            'name'  =>  __('Email', 'geodirectory'),
600
-            'description' =>  __('Adds a email input', 'geodirectory')
601
-        ),
602
-        'select' => array(
603
-            'field_type'  =>  'select',
604
-            'class' =>  'gd-select',
605
-            'icon' =>  'fa fa-caret-square-o-down',
606
-            'name'  =>  __('Select', 'geodirectory'),
607
-            'description' =>  __('Adds a select input', 'geodirectory')
608
-        ),
609
-        'multiselect' => array(
610
-            'field_type'  =>  'multiselect',
611
-            'class' =>  'gd-multiselect',
612
-            'icon' =>  'fa fa-caret-square-o-down',
613
-            'name'  =>  __('Multi Select', 'geodirectory'),
614
-            'description' =>  __('Adds a multiselect input', 'geodirectory')
615
-        ),
616
-        'url' => array(
617
-            'field_type'  =>  'url',
618
-            'class' =>  'gd-url',
619
-            'icon' =>  'fa fa-link',
620
-            'name'  =>  __('URL', 'geodirectory'),
621
-            'description' =>  __('Adds a url input', 'geodirectory')
622
-        ),
623
-        'html' => array(
624
-            'field_type'  =>  'html',
625
-            'class' =>  'gd-html',
626
-            'icon' =>  'fa fa-code',
627
-            'name'  =>  __('HTML', 'geodirectory'),
628
-            'description' =>  __('Adds a html input textarea', 'geodirectory')
629
-        ),
630
-        'file' => array(
631
-            'field_type'  =>  'file',
632
-            'class' =>  'gd-file',
633
-            'icon' =>  'fa fa-file',
634
-            'name'  =>  __('File Upload', 'geodirectory'),
635
-            'description' =>  __('Adds a file input', 'geodirectory')
636
-        )
637
-    );
638
-
639
-    /**
640
-     * Filter the custom fields array to be able to add or remove items.
641
-     * 
642
-     * @since 1.6.6
643
-     *
644
-     * @param array $custom_fields {
645
-     *     The custom fields array to be filtered.
646
-     *
647
-     *     @type string $field_type The type of field, eg: text, datepicker, textarea, time, checkbox, phone, radio, email, select, multiselect, url, html, file.
648
-     *     @type string $class The class for the field in backend.
649
-     *     @type string $icon Can be font-awesome class name or icon image url.
650
-     *     @type string $name The name of the field.
651
-     *     @type string $description A short description about the field.
652
-     *     @type array $defaults {
653
-     *                    Optional. Used to set the default value of the field.
654
-     *
655
-     *                    @type string data_type The SQL data type for the field. VARCHAR, TEXT, TIME, TINYINT, INT, FLOAT, DATE
656
-     *                    @type int decimal_point limit if using FLOAT data_type
657
-     *                    @type string admin_title The admin title for the field.
658
-     *                    @type string site_title This will be the title for the field on the frontend.
659
-     *                    @type string admin_desc This will be shown below the field on the add listing form.
660
-     *                    @type string htmlvar_name This is a unique identifier used in the HTML, it MUST NOT contain spaces or special characters.
661
-     *                    @type bool is_active If false the field will not be displayed anywhere.
662
-     *                    @type bool for_admin_use If true then only site admin can see and edit this field.
663
-     *                    @type string default_value The default value for the input on the add listing page.
664
-     *                    @type string show_in The locations to show in. [detail],[moreinfo],[listing],[owntab],[mapbubble]
665
-     *                    @type bool is_required If true the field will be required on the add listing page.
666
-     *                    @type string option_values The option values for select and multiselect only
667
-     *                    @type string validation_pattern HTML5 validation pattern (text input only by default).
668
-     *                    @type string validation_msg HTML5 validation message (text input only by default).
669
-     *                    @type string required_msg Required warning message.
670
-     *                    @type string field_icon Icon url or font awesome class.
671
-     *                    @type string css_class Field custom css class for field custom style.
672
-     *                    @type bool cat_sort If true the field will appear in the category sort options, if false the field will be hidden, leave blank to show option.
673
-     *                    @type bool cat_sort If true the field will appear in the advanced search sort options, if false the field will be hidden, leave blank to show option. (advanced search addon required)
674
-     *     }
675
-     * }
676
-     * @param string $post_type The post type requested.
677
-     */
678
-    return apply_filters('geodir_custom_fields',$custom_fields,$post_type);
545
+	$custom_fields = array(
546
+		'text' => array(
547
+			'field_type'  =>  'text',
548
+			'class' =>  'gd-text',
549
+			'icon'  =>  'fa fa-minus',
550
+			'name'  =>  __('Text', 'geodirectory'),
551
+			'description' =>  __('Add any sort of text field, text or numbers', 'geodirectory')
552
+		),
553
+		'datepicker' => array(
554
+			'field_type'  =>  'datepicker',
555
+			'class' =>  'gd-datepicker',
556
+			'icon'  =>  'fa fa-calendar',
557
+			'name'  =>  __('Date', 'geodirectory'),
558
+			'description' =>  __('Adds a date picker.', 'geodirectory')
559
+		),
560
+		'textarea' => array(
561
+			'field_type'  =>  'textarea',
562
+			'class' =>  'gd-textarea',
563
+			'icon'  =>  'fa fa-bars',
564
+			'name'  =>  __('Textarea', 'geodirectory'),
565
+			'description' =>  __('Adds a textarea', 'geodirectory')
566
+		),
567
+		'time' => array(
568
+			'field_type'  =>  'time',
569
+			'class' =>  'gd-time',
570
+			'icon' =>  'fa fa-clock-o',
571
+			'name'  =>  __('Time', 'geodirectory'),
572
+			'description' =>  __('Adds a time picker', 'geodirectory')
573
+		),
574
+		'checkbox' => array(
575
+			'field_type'  =>  'checkbox',
576
+			'class' =>  'gd-checkbox',
577
+			'icon' =>  'fa fa-check-square-o',
578
+			'name'  =>  __('Checkbox', 'geodirectory'),
579
+			'description' =>  __('Adds a checkbox', 'geodirectory')
580
+		),
581
+		'phone' => array(
582
+			'field_type'  =>  'phone',
583
+			'class' =>  'gd-phone',
584
+			'icon' =>  'fa fa-phone',
585
+			'name'  =>  __('Phone', 'geodirectory'),
586
+			'description' =>  __('Adds a phone input', 'geodirectory')
587
+		),
588
+		'radio' => array(
589
+			'field_type'  =>  'radio',
590
+			'class' =>  'gd-radio',
591
+			'icon' =>  'fa fa-dot-circle-o',
592
+			'name'  =>  __('Radio', 'geodirectory'),
593
+			'description' =>  __('Adds a radio input', 'geodirectory')
594
+		),
595
+		'email' => array(
596
+			'field_type'  =>  'email',
597
+			'class' =>  'gd-email',
598
+			'icon' =>  'fa fa-envelope-o',
599
+			'name'  =>  __('Email', 'geodirectory'),
600
+			'description' =>  __('Adds a email input', 'geodirectory')
601
+		),
602
+		'select' => array(
603
+			'field_type'  =>  'select',
604
+			'class' =>  'gd-select',
605
+			'icon' =>  'fa fa-caret-square-o-down',
606
+			'name'  =>  __('Select', 'geodirectory'),
607
+			'description' =>  __('Adds a select input', 'geodirectory')
608
+		),
609
+		'multiselect' => array(
610
+			'field_type'  =>  'multiselect',
611
+			'class' =>  'gd-multiselect',
612
+			'icon' =>  'fa fa-caret-square-o-down',
613
+			'name'  =>  __('Multi Select', 'geodirectory'),
614
+			'description' =>  __('Adds a multiselect input', 'geodirectory')
615
+		),
616
+		'url' => array(
617
+			'field_type'  =>  'url',
618
+			'class' =>  'gd-url',
619
+			'icon' =>  'fa fa-link',
620
+			'name'  =>  __('URL', 'geodirectory'),
621
+			'description' =>  __('Adds a url input', 'geodirectory')
622
+		),
623
+		'html' => array(
624
+			'field_type'  =>  'html',
625
+			'class' =>  'gd-html',
626
+			'icon' =>  'fa fa-code',
627
+			'name'  =>  __('HTML', 'geodirectory'),
628
+			'description' =>  __('Adds a html input textarea', 'geodirectory')
629
+		),
630
+		'file' => array(
631
+			'field_type'  =>  'file',
632
+			'class' =>  'gd-file',
633
+			'icon' =>  'fa fa-file',
634
+			'name'  =>  __('File Upload', 'geodirectory'),
635
+			'description' =>  __('Adds a file input', 'geodirectory')
636
+		)
637
+	);
638
+
639
+	/**
640
+	 * Filter the custom fields array to be able to add or remove items.
641
+	 * 
642
+	 * @since 1.6.6
643
+	 *
644
+	 * @param array $custom_fields {
645
+	 *     The custom fields array to be filtered.
646
+	 *
647
+	 *     @type string $field_type The type of field, eg: text, datepicker, textarea, time, checkbox, phone, radio, email, select, multiselect, url, html, file.
648
+	 *     @type string $class The class for the field in backend.
649
+	 *     @type string $icon Can be font-awesome class name or icon image url.
650
+	 *     @type string $name The name of the field.
651
+	 *     @type string $description A short description about the field.
652
+	 *     @type array $defaults {
653
+	 *                    Optional. Used to set the default value of the field.
654
+	 *
655
+	 *                    @type string data_type The SQL data type for the field. VARCHAR, TEXT, TIME, TINYINT, INT, FLOAT, DATE
656
+	 *                    @type int decimal_point limit if using FLOAT data_type
657
+	 *                    @type string admin_title The admin title for the field.
658
+	 *                    @type string site_title This will be the title for the field on the frontend.
659
+	 *                    @type string admin_desc This will be shown below the field on the add listing form.
660
+	 *                    @type string htmlvar_name This is a unique identifier used in the HTML, it MUST NOT contain spaces or special characters.
661
+	 *                    @type bool is_active If false the field will not be displayed anywhere.
662
+	 *                    @type bool for_admin_use If true then only site admin can see and edit this field.
663
+	 *                    @type string default_value The default value for the input on the add listing page.
664
+	 *                    @type string show_in The locations to show in. [detail],[moreinfo],[listing],[owntab],[mapbubble]
665
+	 *                    @type bool is_required If true the field will be required on the add listing page.
666
+	 *                    @type string option_values The option values for select and multiselect only
667
+	 *                    @type string validation_pattern HTML5 validation pattern (text input only by default).
668
+	 *                    @type string validation_msg HTML5 validation message (text input only by default).
669
+	 *                    @type string required_msg Required warning message.
670
+	 *                    @type string field_icon Icon url or font awesome class.
671
+	 *                    @type string css_class Field custom css class for field custom style.
672
+	 *                    @type bool cat_sort If true the field will appear in the category sort options, if false the field will be hidden, leave blank to show option.
673
+	 *                    @type bool cat_sort If true the field will appear in the advanced search sort options, if false the field will be hidden, leave blank to show option. (advanced search addon required)
674
+	 *     }
675
+	 * }
676
+	 * @param string $post_type The post type requested.
677
+	 */
678
+	return apply_filters('geodir_custom_fields',$custom_fields,$post_type);
679 679
 }
680 680
 
681 681
 /**
@@ -688,19 +688,19 @@  discard block
 block discarded – undo
688 688
  */
689 689
 function geodir_custom_available_fields($type='')
690 690
 {
691
-    $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place';
692
-    ?>
691
+	$listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place';
692
+	?>
693 693
     <input type="hidden" name="listing_type" id="new_post_type" value="<?php echo $listing_type;?>"/>
694 694
     <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>" />
695 695
 
696 696
         <?php
697
-        if($type=='predefined'){
698
-            $cfs = geodir_custom_fields_predefined($listing_type);
699
-        }elseif($type=='custom'){
700
-            $cfs = geodir_custom_fields_custom($listing_type);
701
-        }else{
702
-            $cfs = geodir_custom_fields($listing_type);
703
-            ?>
697
+		if($type=='predefined'){
698
+			$cfs = geodir_custom_fields_predefined($listing_type);
699
+		}elseif($type=='custom'){
700
+			$cfs = geodir_custom_fields_custom($listing_type);
701
+		}else{
702
+			$cfs = geodir_custom_fields($listing_type);
703
+			?>
704 704
             <ul class="full gd-cf-tooltip-wrap">
705 705
                 <li>
706 706
                     <div class="gdcf-tooltip">
@@ -721,18 +721,18 @@  discard block
 block discarded – undo
721 721
             </ul>
722 722
 
723 723
             <?php
724
-        }
724
+		}
725 725
 
726
-    if(!empty($cfs)) {
727
-        echo '<ul>';
728
-        foreach ( $cfs as $id => $cf ) {
729
-            ?>
726
+	if(!empty($cfs)) {
727
+		echo '<ul>';
728
+		foreach ( $cfs as $id => $cf ) {
729
+			?>
730 730
 
731 731
             <li class="gd-cf-tooltip-wrap">
732 732
                 <?php
733
-                if ( isset( $cf['description'] ) && $cf['description'] ) {
734
-                    echo '<div class="gdcf-tooltip">' . $cf['description'] . '</div>';
735
-                } ?>
733
+				if ( isset( $cf['description'] ) && $cf['description'] ) {
734
+					echo '<div class="gdcf-tooltip">' . $cf['description'] . '</div>';
735
+				} ?>
736 736
 
737 737
                 <a id="gd-<?php echo $id; ?>"
738 738
                    data-field-custom-type="<?php echo $type; ?>"
@@ -742,21 +742,21 @@  discard block
 block discarded – undo
742 742
                    href="javascript:void(0);">
743 743
 
744 744
                     <?php if ( isset( $cf['icon'] ) && strpos( $cf['icon'], 'fa fa-' ) !== false ) {
745
-                        echo '<i class="' . $cf['icon'] . '" aria-hidden="true"></i>';
746
-                    } elseif ( isset( $cf['icon'] ) && $cf['icon'] ) {
747
-                        echo '<b style="background-image: url("' . $cf['icon'] . '")"></b>';
748
-                    } else {
749
-                        echo '<i class="fa fa-cog" aria-hidden="true"></i>';
750
-                    } ?>
745
+						echo '<i class="' . $cf['icon'] . '" aria-hidden="true"></i>';
746
+					} elseif ( isset( $cf['icon'] ) && $cf['icon'] ) {
747
+						echo '<b style="background-image: url("' . $cf['icon'] . '")"></b>';
748
+					} else {
749
+						echo '<i class="fa fa-cog" aria-hidden="true"></i>';
750
+					} ?>
751 751
                     <?php echo $cf['name']; ?>
752 752
                 </a>
753 753
             </li>
754 754
             <?php
755
-        }
756
-    }else{
757
-        _e('There are no custom fields here yet.', 'geodirectory');
758
-    }
759
-        ?>
755
+		}
756
+	}else{
757
+		_e('There are no custom fields here yet.', 'geodirectory');
758
+	}
759
+		?>
760 760
 
761 761
 
762 762
     </ul>
@@ -775,26 +775,26 @@  discard block
 block discarded – undo
775 775
  */
776 776
 function geodir_custom_selected_fields()
777 777
 {
778
-    $listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place';
779
-    ?>
778
+	$listing_type = ($_REQUEST['listing_type'] != '') ? sanitize_text_field($_REQUEST['listing_type']) : 'gd_place';
779
+	?>
780 780
     <input type="hidden" name="manage_field_type" class="manage_field_type" value="<?php echo sanitize_text_field($_REQUEST['subtab']); ?>"/>
781 781
     <ul class="core">
782 782
     <?php 
783
-        global $wpdb;
784
-        $fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type = %s ORDER BY sort_order ASC", array($listing_type)));
785
-
786
-        if (!empty($fields)) {
787
-            foreach ($fields as $field) {
788
-                //$result_str = $field->id;
789
-                $result_str = $field;
790
-                $field_type = $field->field_type;
791
-                $field_type_key = $field->field_type_key;
792
-                $field_ins_upd = 'display';
793
-
794
-                geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd,$field_type_key);
795
-            }
796
-        }
797
-        ?></ul>
783
+		global $wpdb;
784
+		$fields = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type = %s ORDER BY sort_order ASC", array($listing_type)));
785
+
786
+		if (!empty($fields)) {
787
+			foreach ($fields as $field) {
788
+				//$result_str = $field->id;
789
+				$result_str = $field;
790
+				$field_type = $field->field_type;
791
+				$field_type_key = $field->field_type_key;
792
+				$field_ins_upd = 'display';
793
+
794
+				geodir_custom_field_adminhtml($field_type, $result_str, $field_ins_upd,$field_type_key);
795
+			}
796
+		}
797
+		?></ul>
798 798
 <?php
799 799
 
800 800
 }
@@ -813,16 +813,16 @@  discard block
 block discarded – undo
813 813
 function geodir_custom_fields_panel_head($heading, $sub_tab, $listing_type)
814 814
 {
815 815
 
816
-    switch ($sub_tab) {
817
-        case 'custom_fields':
818
-            $heading = sprintf(__('Manage %s Custom Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
819
-            break;
816
+	switch ($sub_tab) {
817
+		case 'custom_fields':
818
+			$heading = sprintf(__('Manage %s Custom Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
819
+			break;
820 820
 
821
-        case 'sorting_options':
822
-            $heading = sprintf(__('Manage %s Listing Sorting Options Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
823
-            break;
824
-    }
825
-    return $heading;
821
+		case 'sorting_options':
822
+			$heading = sprintf(__('Manage %s Listing Sorting Options Fields', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
823
+			break;
824
+	}
825
+	return $heading;
826 826
 }
827 827
 
828 828
 
@@ -840,16 +840,16 @@  discard block
 block discarded – undo
840 840
 function geodir_cf_panel_available_fields_head($heading, $sub_tab, $listing_type)
841 841
 {
842 842
 
843
-    switch ($sub_tab) {
844
-        case 'custom_fields':
845
-            $heading = sprintf(__('Add new %s form field', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
846
-            break;
843
+	switch ($sub_tab) {
844
+		case 'custom_fields':
845
+			$heading = sprintf(__('Add new %s form field', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
846
+			break;
847 847
 
848
-        case 'sorting_options':
849
-            $heading = sprintf(__('Available sorting options for %s listing and search results', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
850
-            break;
851
-    }
852
-    return $heading;
848
+		case 'sorting_options':
849
+			$heading = sprintf(__('Available sorting options for %s listing and search results', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
850
+			break;
851
+	}
852
+	return $heading;
853 853
 }
854 854
 
855 855
 
@@ -867,16 +867,16 @@  discard block
 block discarded – undo
867 867
 function geodir_cf_panel_available_fields_note($note, $sub_tab, $listing_type)
868 868
 {
869 869
 
870
-    switch ($sub_tab) {
871
-        case 'custom_fields':
872
-            $note = sprintf(__('Click on any box below to add a field of that type to the add %s listing form. You can use a fieldset to group your fields.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
873
-            break;
870
+	switch ($sub_tab) {
871
+		case 'custom_fields':
872
+			$note = sprintf(__('Click on any box below to add a field of that type to the add %s listing form. You can use a fieldset to group your fields.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
873
+			break;
874 874
 
875
-        case 'sorting_options':
876
-            $note = sprintf(__('Click on any box below to make it appear in the sorting option dropdown on %s listing and search results.<br />To make a field available here, go to custom fields tab and expand any field from selected fields panel and tick the checkbox saying \'Include this field in sort option\'.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
877
-            break;
878
-    }
879
-    return $note;
875
+		case 'sorting_options':
876
+			$note = sprintf(__('Click on any box below to make it appear in the sorting option dropdown on %s listing and search results.<br />To make a field available here, go to custom fields tab and expand any field from selected fields panel and tick the checkbox saying \'Include this field in sort option\'.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
877
+			break;
878
+	}
879
+	return $note;
880 880
 }
881 881
 
882 882
 
@@ -894,16 +894,16 @@  discard block
 block discarded – undo
894 894
 function geodir_cf_panel_selected_fields_head($heading, $sub_tab, $listing_type)
895 895
 {
896 896
 
897
-    switch ($sub_tab) {
898
-        case 'custom_fields':
899
-            $heading = sprintf(__('List of fields that will appear on add new %s listing form', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
900
-            break;
897
+	switch ($sub_tab) {
898
+		case 'custom_fields':
899
+			$heading = sprintf(__('List of fields that will appear on add new %s listing form', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
900
+			break;
901 901
 
902
-        case 'sorting_options':
903
-            $heading = sprintf(__('List of fields that will appear in %s listing and search results sorting option dropdown box.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
904
-            break;
905
-    }
906
-    return $heading;
902
+		case 'sorting_options':
903
+			$heading = sprintf(__('List of fields that will appear in %s listing and search results sorting option dropdown box.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
904
+			break;
905
+	}
906
+	return $heading;
907 907
 }
908 908
 
909 909
 
@@ -921,16 +921,16 @@  discard block
 block discarded – undo
921 921
 function geodir_cf_panel_selected_fields_note($note, $sub_tab, $listing_type)
922 922
 {
923 923
 
924
-    switch ($sub_tab) {
925
-        case 'custom_fields':
926
-            $note = sprintf(__('Click to expand and view field related settings. You may drag and drop to arrange fields order on add %s listing form too.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
927
-            break;
924
+	switch ($sub_tab) {
925
+		case 'custom_fields':
926
+			$note = sprintf(__('Click to expand and view field related settings. You may drag and drop to arrange fields order on add %s listing form too.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
927
+			break;
928 928
 
929
-        case 'sorting_options':
930
-            $note = sprintf(__('Click to expand and view field related settings. You may drag and drop to arrange fields order in sorting option dropdown box on %s listing and search results page.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
931
-            break;
932
-    }
933
-    return $note;
929
+		case 'sorting_options':
930
+			$note = sprintf(__('Click to expand and view field related settings. You may drag and drop to arrange fields order in sorting option dropdown box on %s listing and search results page.', 'geodirectory'), get_post_type_singular_label($listing_type, false, true));
931
+			break;
932
+	}
933
+	return $note;
934 934
 }
935 935
 
936 936
 
@@ -946,16 +946,16 @@  discard block
 block discarded – undo
946 946
  */
947 947
 function geodir_remove_unnecessary_fields()
948 948
 {
949
-    global $wpdb, $plugin_prefix;
949
+	global $wpdb, $plugin_prefix;
950 950
 
951
-    if (!get_option('geodir_remove_unnecessary_fields')) {
951
+	if (!get_option('geodir_remove_unnecessary_fields')) {
952 952
 
953
-        if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'"))
954
-            $wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`");
953
+		if ($wpdb->get_var("SHOW COLUMNS FROM " . $plugin_prefix . "gd_place_detail WHERE field = 'categories'"))
954
+			$wpdb->query("ALTER TABLE `" . $plugin_prefix . "gd_place_detail` DROP `categories`");
955 955
 
956
-        update_option('geodir_remove_unnecessary_fields', '1');
956
+		update_option('geodir_remove_unnecessary_fields', '1');
957 957
 
958
-    }
958
+	}
959 959
 
960 960
 }
961 961
 
@@ -973,25 +973,25 @@  discard block
 block discarded – undo
973 973
  */
974 974
 function geodir_admin_ajax_handler()
975 975
 {
976
-    if (isset($_REQUEST['geodir_admin_ajax_action']) && $_REQUEST['geodir_admin_ajax_action'] != '') {
977
-        $geodir_admin_ajax_action = $_REQUEST['geodir_admin_ajax_action'];
978
-        switch ($geodir_admin_ajax_action) {
979
-            case 'diagnosis' :
980
-                if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '')
981
-                    $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']);
982
-                call_user_func('geodir_diagnose_' . $diagnose_this);
983
-                exit();
984
-                break;
985
-
986
-            case 'diagnosis-fix' :
987
-                if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '')
988
-                    $diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']);
989
-                call_user_func('geodir_diagnose_' . $diagnose_this);
990
-                exit();
991
-                break;
992
-        }
993
-    }
994
-    exit();
976
+	if (isset($_REQUEST['geodir_admin_ajax_action']) && $_REQUEST['geodir_admin_ajax_action'] != '') {
977
+		$geodir_admin_ajax_action = $_REQUEST['geodir_admin_ajax_action'];
978
+		switch ($geodir_admin_ajax_action) {
979
+			case 'diagnosis' :
980
+				if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '')
981
+					$diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']);
982
+				call_user_func('geodir_diagnose_' . $diagnose_this);
983
+				exit();
984
+				break;
985
+
986
+			case 'diagnosis-fix' :
987
+				if (isset($_REQUEST['diagnose_this']) && $_REQUEST['diagnose_this'] != '')
988
+					$diagnose_this = sanitize_text_field($_REQUEST['diagnose_this']);
989
+				call_user_func('geodir_diagnose_' . $diagnose_this);
990
+				exit();
991
+				break;
992
+		}
993
+	}
994
+	exit();
995 995
 }
996 996
 
997 997
 
@@ -1009,127 +1009,127 @@  discard block
 block discarded – undo
1009 1009
  */
1010 1010
 function geodir_diagnose_multisite_table($filter_arr, $table, $tabel_name, $fix)
1011 1011
 {
1012
-    global $wpdb;
1013
-    //$filter_arr['output_str'] .='###'.$table.'###';
1014
-    if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0) {
1015
-        $filter_arr['output_str'] .= "<li>" . __('ERROR: You did not follow instructions! Now you will need to contact support to manually fix things.', 'geodirectory') . "</li>";
1016
-        $filter_arr['is_error_during_diagnose'] = true;
1017
-
1018
-    } elseif ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
1019
-        $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s_ms_bak table found', 'geodirectory'), $tabel_name) . "</li>";
1020
-        $filter_arr['is_error_during_diagnose'] = true;
1021
-        $filter_arr['output_str'] .= "<li>" . __('IMPORTANT: This can be caused by out of date core or addons, please update core + addons before trying the fix OR YOU WILL HAVE A BAD TIME!', 'geodirectory') . "</li>";
1022
-        $filter_arr['is_error_during_diagnose'] = true;
1023
-
1024
-        if ($fix) {
1025
-            $ms_bak_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $table . "_ms_bak");// get backup table count
1026
-            $new_table_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table");// get new table count
1027
-
1028
-            if ($ms_bak_count == $new_table_count) {// if they are the same count rename to bak2
1029
-                //$filter_arr['output_str'] .= "<li>".sprintf( __('-->PROBLEM: %s table count is the same as new table, contact support' , 'geodirectory'), $table )."</li>" ;
1030
-
1031
-                $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename bak table to new table
1032
-
1033
-                if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
1034
-                    $filter_arr['output_str'] .= "<li>" . __('-->FIXED: Renamed and backed up the tables', 'geodirectory') . "</li>";
1035
-                } else {
1036
-                    $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
1037
-                }
1038
-
1039
-            } elseif ($ms_bak_count > $new_table_count) {//if backup is greater then restore it
1040
-
1041
-                $wpdb->query("RENAME TABLE " . $wpdb->prefix . "$table TO " . $table . "_ms_bak2");// rename new table to bak2
1042
-                $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $wpdb->prefix . "$table");// rename bak table to new table
1043
-
1044
-                if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") && $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
1045
-                    $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: restored largest table %s', 'geodirectory'), $table) . "</li>";
1046
-                } else {
1047
-                    $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
1048
-                }
1049
-
1050
-            } elseif ($new_table_count > $ms_bak_count) {// we cant do much so rename the table to stop errors
1051
-
1052
-                $wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename ms_bak table to ms_bak2
1053
-
1054
-                if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
1055
-                    $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: table %s_ms_bak renamed and backed up', 'geodirectory'), $table) . "</li>";
1056
-                } else {
1057
-                    $filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
1058
-                }
1059
-
1060
-            }
1061
-
1062
-        }
1063
-
1064
-
1065
-    } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
1066
-        $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: Two %s tables found', 'geodirectory'), $tabel_name) . "</li>";
1067
-        $filter_arr['is_error_during_diagnose'] = true;
1068
-
1069
-        if ($fix) {
1070
-            if ($wpdb->get_var("SELECT COUNT(*) FROM $table") == 0) {// if first table is empty just delete it
1071
-                if ($wpdb->query("DROP TABLE IF EXISTS $table")) {
1072
-                    $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $table) . "</li>";
1073
-                } else {
1074
-                    $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $table) . "</li>";
1075
-                }
1076
-
1077
-            } elseif ($wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table") == 0) {// if main table is empty but original is not, delete main and rename original
1078
-                if ($wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "$table")) {
1079
-                    $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
1080
-                } else {
1081
-                    $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
1082
-                }
1083
-                if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
1084
-                    $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
1085
-                } else {
1086
-                    $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
1087
-                }
1088
-            } else {// else rename the original table to _ms_bak
1089
-                if ($wpdb->query("RENAME TABLE $table TO " . $table . "_ms_bak") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
1090
-                    $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table contained info so we renamed %s to %s incase it is needed in future', 'geodirectory'), $table, $table . "_ms_bak") . "</li>";
1091
-                } else {
1092
-                    $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Table %s could not be renamed to %s, this table has info so may need to be reviewed manually in the DB', 'geodirectory'), $table, $table . "_ms_bak") . "</li>";
1093
-                }
1094
-            }
1095
-        }
1096
-
1097
-    } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
1098
-        $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table not converted', 'geodirectory'), $tabel_name) . "</li>";
1099
-        $filter_arr['is_error_during_diagnose'] = true;
1100
-
1101
-        if ($fix) {
1102
-            // if original table exists but new does not, rename
1103
-            if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
1104
-                $filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
1105
-            } else {
1106
-                $filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
1107
-            }
1108
-
1109
-        }
1110
-
1111
-    } elseif ($wpdb->query("SHOW TABLES LIKE '$table'") == 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
1112
-        $filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table does not exist', 'geodirectory'), $tabel_name) . "</li>";
1113
-        $filter_arr['is_error_during_diagnose'] = true;
1114
-
1115
-        if ($fix) {
1116
-            // if original table does not exist try deleting db_vers of all addons so the initial db_install scripts run;
1117
-            delete_option('geodirlocation_db_version');
1118
-            delete_option('geodirevents_db_version');
1119
-            delete_option('geodir_reviewrating_db_version');
1120
-            delete_option('gdevents_db_version');
1121
-            delete_option('geodirectory_db_version');
1122
-            delete_option('geodirclaim_db_version');
1123
-            delete_option('geodir_custom_posts_db_version');
1124
-            delete_option('geodir_reviewratings_db_version');
1125
-            delete_option('geodiradvancesearch_db_version');
1126
-            $filter_arr['output_str'] .= "<li>" . __('-->TRY: Please refresh page to run table install functions', 'geodirectory') . "</li>";
1127
-        }
1128
-
1129
-    } else {
1130
-        $filter_arr['output_str'] .= "<li>" . sprintf(__('%s table converted correctly', 'geodirectory'), $tabel_name) . "</li>";
1131
-    }
1132
-    return $filter_arr;
1012
+	global $wpdb;
1013
+	//$filter_arr['output_str'] .='###'.$table.'###';
1014
+	if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0) {
1015
+		$filter_arr['output_str'] .= "<li>" . __('ERROR: You did not follow instructions! Now you will need to contact support to manually fix things.', 'geodirectory') . "</li>";
1016
+		$filter_arr['is_error_during_diagnose'] = true;
1017
+
1018
+	} elseif ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
1019
+		$filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s_ms_bak table found', 'geodirectory'), $tabel_name) . "</li>";
1020
+		$filter_arr['is_error_during_diagnose'] = true;
1021
+		$filter_arr['output_str'] .= "<li>" . __('IMPORTANT: This can be caused by out of date core or addons, please update core + addons before trying the fix OR YOU WILL HAVE A BAD TIME!', 'geodirectory') . "</li>";
1022
+		$filter_arr['is_error_during_diagnose'] = true;
1023
+
1024
+		if ($fix) {
1025
+			$ms_bak_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $table . "_ms_bak");// get backup table count
1026
+			$new_table_count = $wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table");// get new table count
1027
+
1028
+			if ($ms_bak_count == $new_table_count) {// if they are the same count rename to bak2
1029
+				//$filter_arr['output_str'] .= "<li>".sprintf( __('-->PROBLEM: %s table count is the same as new table, contact support' , 'geodirectory'), $table )."</li>" ;
1030
+
1031
+				$wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename bak table to new table
1032
+
1033
+				if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
1034
+					$filter_arr['output_str'] .= "<li>" . __('-->FIXED: Renamed and backed up the tables', 'geodirectory') . "</li>";
1035
+				} else {
1036
+					$filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
1037
+				}
1038
+
1039
+			} elseif ($ms_bak_count > $new_table_count) {//if backup is greater then restore it
1040
+
1041
+				$wpdb->query("RENAME TABLE " . $wpdb->prefix . "$table TO " . $table . "_ms_bak2");// rename new table to bak2
1042
+				$wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $wpdb->prefix . "$table");// rename bak table to new table
1043
+
1044
+				if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak2'") && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") && $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
1045
+					$filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: restored largest table %s', 'geodirectory'), $table) . "</li>";
1046
+				} else {
1047
+					$filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
1048
+				}
1049
+
1050
+			} elseif ($new_table_count > $ms_bak_count) {// we cant do much so rename the table to stop errors
1051
+
1052
+				$wpdb->query("RENAME TABLE " . $table . "_ms_bak TO " . $table . "_ms_bak2");// rename ms_bak table to ms_bak2
1053
+
1054
+				if ($wpdb->query("SHOW TABLES LIKE '" . $table . "_ms_bak'") == 0) {
1055
+					$filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: table %s_ms_bak renamed and backed up', 'geodirectory'), $table) . "</li>";
1056
+				} else {
1057
+					$filter_arr['output_str'] .= "<li>" . __('-->PROBLEM: Failed to rename tables, please contact support.', 'geodirectory') . "</li>";
1058
+				}
1059
+
1060
+			}
1061
+
1062
+		}
1063
+
1064
+
1065
+	} elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") > 0) {
1066
+		$filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: Two %s tables found', 'geodirectory'), $tabel_name) . "</li>";
1067
+		$filter_arr['is_error_during_diagnose'] = true;
1068
+
1069
+		if ($fix) {
1070
+			if ($wpdb->get_var("SELECT COUNT(*) FROM $table") == 0) {// if first table is empty just delete it
1071
+				if ($wpdb->query("DROP TABLE IF EXISTS $table")) {
1072
+					$filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $table) . "</li>";
1073
+				} else {
1074
+					$filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $table) . "</li>";
1075
+				}
1076
+
1077
+			} elseif ($wpdb->get_var("SELECT COUNT(*) FROM " . $wpdb->prefix . "$table") == 0) {// if main table is empty but original is not, delete main and rename original
1078
+				if ($wpdb->query("DROP TABLE IF EXISTS " . $wpdb->prefix . "$table")) {
1079
+					$filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Deleted table %s', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
1080
+				} else {
1081
+					$filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Delete table %s failed, please try manual delete from DB', 'geodirectory'), $wpdb->prefix . $table) . "</li>";
1082
+				}
1083
+				if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
1084
+					$filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
1085
+				} else {
1086
+					$filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
1087
+				}
1088
+			} else {// else rename the original table to _ms_bak
1089
+				if ($wpdb->query("RENAME TABLE $table TO " . $table . "_ms_bak") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
1090
+					$filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table contained info so we renamed %s to %s incase it is needed in future', 'geodirectory'), $table, $table . "_ms_bak") . "</li>";
1091
+				} else {
1092
+					$filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Table %s could not be renamed to %s, this table has info so may need to be reviewed manually in the DB', 'geodirectory'), $table, $table . "_ms_bak") . "</li>";
1093
+				}
1094
+			}
1095
+		}
1096
+
1097
+	} elseif ($wpdb->query("SHOW TABLES LIKE '$table'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
1098
+		$filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table not converted', 'geodirectory'), $tabel_name) . "</li>";
1099
+		$filter_arr['is_error_during_diagnose'] = true;
1100
+
1101
+		if ($fix) {
1102
+			// if original table exists but new does not, rename
1103
+			if ($wpdb->query("RENAME TABLE $table TO " . $wpdb->prefix . "$table") || $wpdb->query("SHOW TABLES LIKE '$table'") == 0) {
1104
+				$filter_arr['output_str'] .= "<li>" . sprintf(__('-->FIXED: Table %s renamed to %s', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
1105
+			} else {
1106
+				$filter_arr['output_str'] .= "<li>" . sprintf(__('-->PROBLEM: Failed to rename table %s to %s, please try manually from DB', 'geodirectory'), $table, $wpdb->prefix . $table) . "</li>";
1107
+			}
1108
+
1109
+		}
1110
+
1111
+	} elseif ($wpdb->query("SHOW TABLES LIKE '$table'") == 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "$table'") == 0) {
1112
+		$filter_arr['output_str'] .= "<li>" . sprintf(__('ERROR: %s table does not exist', 'geodirectory'), $tabel_name) . "</li>";
1113
+		$filter_arr['is_error_during_diagnose'] = true;
1114
+
1115
+		if ($fix) {
1116
+			// if original table does not exist try deleting db_vers of all addons so the initial db_install scripts run;
1117
+			delete_option('geodirlocation_db_version');
1118
+			delete_option('geodirevents_db_version');
1119
+			delete_option('geodir_reviewrating_db_version');
1120
+			delete_option('gdevents_db_version');
1121
+			delete_option('geodirectory_db_version');
1122
+			delete_option('geodirclaim_db_version');
1123
+			delete_option('geodir_custom_posts_db_version');
1124
+			delete_option('geodir_reviewratings_db_version');
1125
+			delete_option('geodiradvancesearch_db_version');
1126
+			$filter_arr['output_str'] .= "<li>" . __('-->TRY: Please refresh page to run table install functions', 'geodirectory') . "</li>";
1127
+		}
1128
+
1129
+	} else {
1130
+		$filter_arr['output_str'] .= "<li>" . sprintf(__('%s table converted correctly', 'geodirectory'), $tabel_name) . "</li>";
1131
+	}
1132
+	return $filter_arr;
1133 1133
 }
1134 1134
 
1135 1135
 
@@ -1143,53 +1143,53 @@  discard block
 block discarded – undo
1143 1143
  */
1144 1144
 function geodir_diagnose_tags_sync()
1145 1145
 {
1146
-    global $wpdb, $plugin_prefix;
1147
-    $fix = isset($_POST['fix']) ? true : false;
1148
-
1149
-    //if($fix){echo 'true';}else{echo 'false';}
1150
-    $is_error_during_diagnose = false;
1151
-    $output_str = '';
1152
-
1153
-
1154
-    $all_postypes = geodir_get_posttypes();
1155
-
1156
-    if (!empty($all_postypes)) {
1157
-        foreach ($all_postypes as $key) {
1158
-            // update each GD CPT
1159
-            $posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
1160
-
1161
-            if (!empty($posts)) {
1162
-
1163
-                foreach ($posts as $p) {
1164
-                    $p->post_type = $key;
1165
-                    $raw_tags = wp_get_object_terms($p->post_id, $p->post_type . '_tags', array('fields' => 'names'));
1166
-                    if (empty($raw_tags)) {
1167
-                        $post_tags = '';
1168
-                    } else {
1169
-                        $post_tags = implode(",", $raw_tags);
1170
-                    }
1171
-                    $tablename = $plugin_prefix . $p->post_type . '_detail';
1172
-                    $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
1173
-
1174
-                }
1175
-                $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
1176
-            }
1177
-
1178
-        }
1179
-
1180
-    }
1181
-
1182
-    if ($is_error_during_diagnose) {
1183
-        $info_div_class = "geodir_problem_info";
1184
-        $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
1185
-    } else {
1186
-        $info_div_class = "geodir_noproblem_info";
1187
-        $fix_button_txt = '';
1188
-    }
1189
-    echo "<ul class='$info_div_class'>";
1190
-    echo $output_str;
1191
-    echo $fix_button_txt;
1192
-    echo "</ul>";
1146
+	global $wpdb, $plugin_prefix;
1147
+	$fix = isset($_POST['fix']) ? true : false;
1148
+
1149
+	//if($fix){echo 'true';}else{echo 'false';}
1150
+	$is_error_during_diagnose = false;
1151
+	$output_str = '';
1152
+
1153
+
1154
+	$all_postypes = geodir_get_posttypes();
1155
+
1156
+	if (!empty($all_postypes)) {
1157
+		foreach ($all_postypes as $key) {
1158
+			// update each GD CPT
1159
+			$posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d");
1160
+
1161
+			if (!empty($posts)) {
1162
+
1163
+				foreach ($posts as $p) {
1164
+					$p->post_type = $key;
1165
+					$raw_tags = wp_get_object_terms($p->post_id, $p->post_type . '_tags', array('fields' => 'names'));
1166
+					if (empty($raw_tags)) {
1167
+						$post_tags = '';
1168
+					} else {
1169
+						$post_tags = implode(",", $raw_tags);
1170
+					}
1171
+					$tablename = $plugin_prefix . $p->post_type . '_detail';
1172
+					$wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET post_tags=%s WHERE post_id =%d", $post_tags, $p->post_id));
1173
+
1174
+				}
1175
+				$output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
1176
+			}
1177
+
1178
+		}
1179
+
1180
+	}
1181
+
1182
+	if ($is_error_during_diagnose) {
1183
+		$info_div_class = "geodir_problem_info";
1184
+		$fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
1185
+	} else {
1186
+		$info_div_class = "geodir_noproblem_info";
1187
+		$fix_button_txt = '';
1188
+	}
1189
+	echo "<ul class='$info_div_class'>";
1190
+	echo $output_str;
1191
+	echo $fix_button_txt;
1192
+	echo "</ul>";
1193 1193
 
1194 1194
 }
1195 1195
 
@@ -1205,75 +1205,75 @@  discard block
 block discarded – undo
1205 1205
  */
1206 1206
 function geodir_diagnose_cats_sync()
1207 1207
 {
1208
-    global $wpdb, $plugin_prefix;
1209
-    $fix = isset($_POST['fix']) ? true : false;
1208
+	global $wpdb, $plugin_prefix;
1209
+	$fix = isset($_POST['fix']) ? true : false;
1210 1210
 
1211
-    //if($fix){echo 'true';}else{echo 'false';}
1212
-    $is_error_during_diagnose = false;
1213
-    $output_str = '';
1211
+	//if($fix){echo 'true';}else{echo 'false';}
1212
+	$is_error_during_diagnose = false;
1213
+	$output_str = '';
1214 1214
 
1215 1215
 
1216
-    $all_postypes = geodir_get_posttypes();
1216
+	$all_postypes = geodir_get_posttypes();
1217 1217
 
1218
-    if (!empty($all_postypes)) {
1219
-        foreach ($all_postypes as $key) {
1220
-            // update each GD CTP
1221
-            $posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d WHERE d." . $key . "category='' ");
1218
+	if (!empty($all_postypes)) {
1219
+		foreach ($all_postypes as $key) {
1220
+			// update each GD CTP
1221
+			$posts = $wpdb->get_results("SELECT * FROM " . $wpdb->prefix . "geodir_" . $key . "_detail d WHERE d." . $key . "category='' ");
1222 1222
 
1223
-            if (!empty($posts)) {
1223
+			if (!empty($posts)) {
1224 1224
 
1225
-                foreach ($posts as $p) {
1226
-                    $p->post_type = $key;
1227
-                    $raw_cats = wp_get_object_terms($p->post_id, $p->post_type . 'category', array('fields' => 'ids'));
1225
+				foreach ($posts as $p) {
1226
+					$p->post_type = $key;
1227
+					$raw_cats = wp_get_object_terms($p->post_id, $p->post_type . 'category', array('fields' => 'ids'));
1228 1228
 
1229
-                    if (empty($raw_cats)) {
1230
-                        $post_categories = get_post_meta($p->post_id, 'post_categories', true);
1229
+					if (empty($raw_cats)) {
1230
+						$post_categories = get_post_meta($p->post_id, 'post_categories', true);
1231 1231
 
1232
-                        if (!empty($post_categories) && !empty($post_categories[$p->post_type . 'category'])) {
1233
-                            $post_categories[$p->post_type . 'category'] = str_replace("d:", "", $post_categories[$p->post_type . 'category']);
1234
-                            foreach (explode(",", $post_categories[$p->post_type . 'category']) as $cat_part) {
1235
-                                if (is_numeric($cat_part)) {
1236
-                                    $raw_cats[] = (int)$cat_part;
1237
-                                }
1238
-                            }
1232
+						if (!empty($post_categories) && !empty($post_categories[$p->post_type . 'category'])) {
1233
+							$post_categories[$p->post_type . 'category'] = str_replace("d:", "", $post_categories[$p->post_type . 'category']);
1234
+							foreach (explode(",", $post_categories[$p->post_type . 'category']) as $cat_part) {
1235
+								if (is_numeric($cat_part)) {
1236
+									$raw_cats[] = (int)$cat_part;
1237
+								}
1238
+							}
1239 1239
 
1240
-                        }
1240
+						}
1241 1241
 
1242
-                        if (!empty($raw_cats)) {
1243
-                            $term_taxonomy_ids = wp_set_object_terms($p->post_id, $raw_cats, $p->post_type . 'category');
1242
+						if (!empty($raw_cats)) {
1243
+							$term_taxonomy_ids = wp_set_object_terms($p->post_id, $raw_cats, $p->post_type . 'category');
1244 1244
 
1245
-                        }
1245
+						}
1246 1246
 
1247
-                    }
1247
+					}
1248 1248
 
1249 1249
 
1250
-                    if (empty($raw_cats)) {
1251
-                        $post_cats = '';
1252
-                    } else {
1253
-                        $post_cats = ',' . implode(",", $raw_cats) . ',';
1254
-                    }
1255
-                    $tablename = $plugin_prefix . $p->post_type . '_detail';
1256
-                    $wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET " . $p->post_type . "category=%s WHERE post_id =%d", $post_cats, $p->post_id));
1257
-                }
1250
+					if (empty($raw_cats)) {
1251
+						$post_cats = '';
1252
+					} else {
1253
+						$post_cats = ',' . implode(",", $raw_cats) . ',';
1254
+					}
1255
+					$tablename = $plugin_prefix . $p->post_type . '_detail';
1256
+					$wpdb->query($wpdb->prepare("UPDATE " . $tablename . " SET " . $p->post_type . "category=%s WHERE post_id =%d", $post_cats, $p->post_id));
1257
+				}
1258 1258
 
1259
-            }
1260
-            $output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
1259
+			}
1260
+			$output_str .= "<li>" . $key . __(': Done', 'geodirectory') . "</li>";
1261 1261
 
1262
-        }
1262
+		}
1263 1263
 
1264
-    }
1264
+	}
1265 1265
 
1266
-    if ($is_error_during_diagnose) {
1267
-        $info_div_class = "geodir_problem_info";
1268
-        $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
1269
-    } else {
1270
-        $info_div_class = "geodir_noproblem_info";
1271
-        $fix_button_txt = '';
1272
-    }
1273
-    echo "<ul class='$info_div_class'>";
1274
-    echo $output_str;
1275
-    echo $fix_button_txt;
1276
-    echo "</ul>";
1266
+	if ($is_error_during_diagnose) {
1267
+		$info_div_class = "geodir_problem_info";
1268
+		$fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
1269
+	} else {
1270
+		$info_div_class = "geodir_noproblem_info";
1271
+		$fix_button_txt = '';
1272
+	}
1273
+	echo "<ul class='$info_div_class'>";
1274
+	echo $output_str;
1275
+	echo $fix_button_txt;
1276
+	echo "</ul>";
1277 1277
 
1278 1278
 }
1279 1279
 
@@ -1287,61 +1287,61 @@  discard block
 block discarded – undo
1287 1287
  */
1288 1288
 function geodir_diagnose_version_clear()
1289 1289
 {
1290
-    global $wpdb, $plugin_prefix;
1291
-    $fix = isset($_POST['fix']) ? true : false;
1292
-
1293
-    //if($fix){echo 'true';}else{echo 'false';}
1294
-    $is_error_during_diagnose = false;
1295
-    $output_str = '';
1296
-
1297
-
1298
-    $gd_arr = array('GeoDirectory' => 'geodirectory_db_version',
1299
-        'Payment Manager' => 'geodir_payments_db_version',
1300
-        'GeoDirectory Framework' => 'gdf_db_version',
1301
-        'Advanced Search' => 'geodiradvancesearch_db_version',
1302
-        'Review Rating Manager' => 'geodir_reviewratings_db_version',
1303
-        'Claim Manager' => 'geodirclaim_db_version',
1304
-        'CPT Manager' => 'geodir_custom_posts_db_version',
1305
-        'Location Manager' => 'geodirlocation_db_version',
1306
-        'Payment Manager' => 'geodir_payments_db_version',
1307
-        'Events Manager' => 'geodirevents_db_version',
1308
-    );
1309
-
1310
-    /**
1311
-     * Filter the array of plugins to clear the version numbers for in the GD >Tools : clear all version numbers.
1312
-     *
1313
-     * @since 1.0.0
1314
-     * @param array $gd_arr The array or addons to clear, array('GeoDirectory' => 'geodirectory_db_version',...
1315
-     */
1316
-    $ver_arr = apply_filters('geodir_db_version_name', $gd_arr);
1317
-
1318
-    if (!empty($ver_arr)) {
1319
-        foreach ($ver_arr as $key => $val) {
1320
-            if (delete_option($val)) {
1321
-                $output_str .= "<li>" . $key . __(' Version: Deleted', 'geodirectory') . "</li>";
1322
-            } else {
1323
-                $output_str .= "<li>" . $key . __(' Version: Not Found', 'geodirectory') . "</li>";
1324
-            }
1325
-
1326
-        }
1327
-
1328
-        if ($output_str) {
1329
-            $output_str .= "<li><strong>" . __(' Upgrade/install scripts will run on next page reload.', 'geodirectory') . "</strong></li>";
1330
-        }
1331
-
1332
-    }
1333
-
1334
-    if ($is_error_during_diagnose) {
1335
-        $info_div_class = "geodir_problem_info";
1336
-        $fix_button_txt = "";
1337
-    } else {
1338
-        $info_div_class = "geodir_noproblem_info";
1339
-        $fix_button_txt = '';
1340
-    }
1341
-    echo "<ul class='$info_div_class'>";
1342
-    echo $output_str;
1343
-    echo $fix_button_txt;
1344
-    echo "</ul>";
1290
+	global $wpdb, $plugin_prefix;
1291
+	$fix = isset($_POST['fix']) ? true : false;
1292
+
1293
+	//if($fix){echo 'true';}else{echo 'false';}
1294
+	$is_error_during_diagnose = false;
1295
+	$output_str = '';
1296
+
1297
+
1298
+	$gd_arr = array('GeoDirectory' => 'geodirectory_db_version',
1299
+		'Payment Manager' => 'geodir_payments_db_version',
1300
+		'GeoDirectory Framework' => 'gdf_db_version',
1301
+		'Advanced Search' => 'geodiradvancesearch_db_version',
1302
+		'Review Rating Manager' => 'geodir_reviewratings_db_version',
1303
+		'Claim Manager' => 'geodirclaim_db_version',
1304
+		'CPT Manager' => 'geodir_custom_posts_db_version',
1305
+		'Location Manager' => 'geodirlocation_db_version',
1306
+		'Payment Manager' => 'geodir_payments_db_version',
1307
+		'Events Manager' => 'geodirevents_db_version',
1308
+	);
1309
+
1310
+	/**
1311
+	 * Filter the array of plugins to clear the version numbers for in the GD >Tools : clear all version numbers.
1312
+	 *
1313
+	 * @since 1.0.0
1314
+	 * @param array $gd_arr The array or addons to clear, array('GeoDirectory' => 'geodirectory_db_version',...
1315
+	 */
1316
+	$ver_arr = apply_filters('geodir_db_version_name', $gd_arr);
1317
+
1318
+	if (!empty($ver_arr)) {
1319
+		foreach ($ver_arr as $key => $val) {
1320
+			if (delete_option($val)) {
1321
+				$output_str .= "<li>" . $key . __(' Version: Deleted', 'geodirectory') . "</li>";
1322
+			} else {
1323
+				$output_str .= "<li>" . $key . __(' Version: Not Found', 'geodirectory') . "</li>";
1324
+			}
1325
+
1326
+		}
1327
+
1328
+		if ($output_str) {
1329
+			$output_str .= "<li><strong>" . __(' Upgrade/install scripts will run on next page reload.', 'geodirectory') . "</strong></li>";
1330
+		}
1331
+
1332
+	}
1333
+
1334
+	if ($is_error_during_diagnose) {
1335
+		$info_div_class = "geodir_problem_info";
1336
+		$fix_button_txt = "";
1337
+	} else {
1338
+		$info_div_class = "geodir_noproblem_info";
1339
+		$fix_button_txt = '';
1340
+	}
1341
+	echo "<ul class='$info_div_class'>";
1342
+	echo $output_str;
1343
+	echo $fix_button_txt;
1344
+	echo "</ul>";
1345 1345
 
1346 1346
 }
1347 1347
 
@@ -1355,59 +1355,59 @@  discard block
 block discarded – undo
1355 1355
  */
1356 1356
 function geodir_diagnose_ratings()
1357 1357
 {
1358
-    global $wpdb;
1359
-    $fix = isset($_POST['fix']) ? true : false;
1360
-
1361
-    //if($fix){echo 'true';}else{echo 'false';}
1362
-    $is_error_during_diagnose = false;
1363
-    $output_str = '';
1364
-
1365
-    // check review locations
1366
-    if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE post_city='' OR post_city IS NULL OR post_latitude='' OR post_latitude IS NULL")) {
1367
-        $output_str .= "<li>" . __('Review locations missing or broken', 'geodirectory') . "</li>";
1368
-        $is_error_during_diagnose = true;
1369
-
1370
-        if ($fix) {
1371
-            if (geodir_fix_review_location()) {
1372
-                $output_str .= "<li><strong>" . __('-->FIXED: Review locations fixed', 'geodirectory') . "</strong></li>";
1373
-            } else {
1374
-                $output_str .= "<li><strong>" . __('-->FAILED: Review locations fix failed', 'geodirectory') . "</strong></li>";
1375
-            }
1376
-        }
1377
-
1378
-    } else {
1379
-        $output_str .= "<li>" . __('Review locations ok', 'geodirectory') . "</li>";
1380
-    }
1381
-
1382
-    // check review content
1383
-    if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_content IS NULL")) {
1384
-        $output_str .= "<li>" . __('Review content missing or broken', 'geodirectory') . "</li>";
1385
-        $is_error_during_diagnose = true;
1386
-
1387
-        if ($fix) {
1388
-            if (geodir_fix_review_content()) {
1389
-                $output_str .= "<li><strong>" . __('-->FIXED: Review content fixed', 'geodirectory') . "</strong></li>";
1390
-            } else {
1391
-                $output_str .= "<li><strong>" . __('-->FAILED: Review content fix failed', 'geodirectory') . "</strong></li>";
1392
-            }
1393
-        }
1394
-
1395
-    } else {
1396
-        $output_str .= "<li>" . __('Review content ok', 'geodirectory') . "</li>";
1397
-    }
1398
-
1399
-
1400
-    if ($is_error_during_diagnose) {
1401
-        $info_div_class = "geodir_problem_info";
1402
-        $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
1403
-    } else {
1404
-        $info_div_class = "geodir_noproblem_info";
1405
-        $fix_button_txt = '';
1406
-    }
1407
-    echo "<ul class='$info_div_class'>";
1408
-    echo $output_str;
1409
-    echo $fix_button_txt;
1410
-    echo "</ul>";
1358
+	global $wpdb;
1359
+	$fix = isset($_POST['fix']) ? true : false;
1360
+
1361
+	//if($fix){echo 'true';}else{echo 'false';}
1362
+	$is_error_during_diagnose = false;
1363
+	$output_str = '';
1364
+
1365
+	// check review locations
1366
+	if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE post_city='' OR post_city IS NULL OR post_latitude='' OR post_latitude IS NULL")) {
1367
+		$output_str .= "<li>" . __('Review locations missing or broken', 'geodirectory') . "</li>";
1368
+		$is_error_during_diagnose = true;
1369
+
1370
+		if ($fix) {
1371
+			if (geodir_fix_review_location()) {
1372
+				$output_str .= "<li><strong>" . __('-->FIXED: Review locations fixed', 'geodirectory') . "</strong></li>";
1373
+			} else {
1374
+				$output_str .= "<li><strong>" . __('-->FAILED: Review locations fix failed', 'geodirectory') . "</strong></li>";
1375
+			}
1376
+		}
1377
+
1378
+	} else {
1379
+		$output_str .= "<li>" . __('Review locations ok', 'geodirectory') . "</li>";
1380
+	}
1381
+
1382
+	// check review content
1383
+	if ($wpdb->get_results("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_content IS NULL")) {
1384
+		$output_str .= "<li>" . __('Review content missing or broken', 'geodirectory') . "</li>";
1385
+		$is_error_during_diagnose = true;
1386
+
1387
+		if ($fix) {
1388
+			if (geodir_fix_review_content()) {
1389
+				$output_str .= "<li><strong>" . __('-->FIXED: Review content fixed', 'geodirectory') . "</strong></li>";
1390
+			} else {
1391
+				$output_str .= "<li><strong>" . __('-->FAILED: Review content fix failed', 'geodirectory') . "</strong></li>";
1392
+			}
1393
+		}
1394
+
1395
+	} else {
1396
+		$output_str .= "<li>" . __('Review content ok', 'geodirectory') . "</li>";
1397
+	}
1398
+
1399
+
1400
+	if ($is_error_during_diagnose) {
1401
+		$info_div_class = "geodir_problem_info";
1402
+		$fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='ratings' />";
1403
+	} else {
1404
+		$info_div_class = "geodir_noproblem_info";
1405
+		$fix_button_txt = '';
1406
+	}
1407
+	echo "<ul class='$info_div_class'>";
1408
+	echo $output_str;
1409
+	echo $fix_button_txt;
1410
+	echo "</ul>";
1411 1411
 
1412 1412
 }
1413 1413
 
@@ -1421,57 +1421,57 @@  discard block
 block discarded – undo
1421 1421
  */
1422 1422
 function geodir_diagnose_multisite_conversion()
1423 1423
 {
1424
-    global $wpdb;
1425
-    $fix = isset($_POST['fix']) ? true : false;
1426
-    //if($fix){echo 'true';}else{echo 'false';}
1427
-    $is_error_during_diagnose = false;
1428
-    $output_str = '';
1429
-
1430
-    $filter_arr = array();
1431
-    $filter_arr['output_str'] = $output_str;
1432
-    $filter_arr['is_error_during_diagnose'] = $is_error_during_diagnose;
1433
-    $table_arr = array('geodir_countries' => __('Countries', 'geodirectory'),
1434
-        'geodir_custom_fields' => __('Custom fields', 'geodirectory'),
1435
-        'geodir_post_icon' => __('Post icon', 'geodirectory'),
1436
-        'geodir_attachments' => __('Attachments', 'geodirectory'),
1437
-        'geodir_post_review' => __('Reviews', 'geodirectory'),
1438
-        'geodir_custom_sort_fields' => __('Custom sort fields', 'geodirectory'),
1439
-        'geodir_gd_place_detail' => __('Place detail', 'geodirectory')
1440
-    );
1441
-
1442
-    // allow other addons to hook in and add their checks
1443
-
1444
-    /**
1445
-     * Filter the array of tables.
1446
-     *
1447
-     * Filter the array of tables to check during the GD>Tools multisite DB conversion tool check, this allows addons to add their DB tables to the checks.
1448
-     *
1449
-     * @since 1.0.0
1450
-     * @param array $table_arr The array of tables to check, array('geodir_countries' => __('Countries', 'geodirectory'),...
1451
-     */
1452
-    $table_arr = apply_filters('geodir_diagnose_multisite_conversion', $table_arr);
1453
-
1454
-    foreach ($table_arr as $table => $table_name) {
1455
-        // Diagnose table
1456
-        $filter_arr = geodir_diagnose_multisite_table($filter_arr, $table, $table_name, $fix);
1457
-    }
1458
-
1459
-
1460
-    $output_str = $filter_arr['output_str'];
1461
-    $is_error_during_diagnose = $filter_arr['is_error_during_diagnose'];
1462
-
1463
-
1464
-    if ($is_error_during_diagnose) {
1465
-        $info_div_class = "geodir_problem_info";
1466
-        $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='multisite_conversion' />";
1467
-    } else {
1468
-        $info_div_class = "geodir_noproblem_info";
1469
-        $fix_button_txt = '';
1470
-    }
1471
-    echo "<ul class='$info_div_class'>";
1472
-    echo $output_str;
1473
-    echo $fix_button_txt;
1474
-    echo "</ul>";
1424
+	global $wpdb;
1425
+	$fix = isset($_POST['fix']) ? true : false;
1426
+	//if($fix){echo 'true';}else{echo 'false';}
1427
+	$is_error_during_diagnose = false;
1428
+	$output_str = '';
1429
+
1430
+	$filter_arr = array();
1431
+	$filter_arr['output_str'] = $output_str;
1432
+	$filter_arr['is_error_during_diagnose'] = $is_error_during_diagnose;
1433
+	$table_arr = array('geodir_countries' => __('Countries', 'geodirectory'),
1434
+		'geodir_custom_fields' => __('Custom fields', 'geodirectory'),
1435
+		'geodir_post_icon' => __('Post icon', 'geodirectory'),
1436
+		'geodir_attachments' => __('Attachments', 'geodirectory'),
1437
+		'geodir_post_review' => __('Reviews', 'geodirectory'),
1438
+		'geodir_custom_sort_fields' => __('Custom sort fields', 'geodirectory'),
1439
+		'geodir_gd_place_detail' => __('Place detail', 'geodirectory')
1440
+	);
1441
+
1442
+	// allow other addons to hook in and add their checks
1443
+
1444
+	/**
1445
+	 * Filter the array of tables.
1446
+	 *
1447
+	 * Filter the array of tables to check during the GD>Tools multisite DB conversion tool check, this allows addons to add their DB tables to the checks.
1448
+	 *
1449
+	 * @since 1.0.0
1450
+	 * @param array $table_arr The array of tables to check, array('geodir_countries' => __('Countries', 'geodirectory'),...
1451
+	 */
1452
+	$table_arr = apply_filters('geodir_diagnose_multisite_conversion', $table_arr);
1453
+
1454
+	foreach ($table_arr as $table => $table_name) {
1455
+		// Diagnose table
1456
+		$filter_arr = geodir_diagnose_multisite_table($filter_arr, $table, $table_name, $fix);
1457
+	}
1458
+
1459
+
1460
+	$output_str = $filter_arr['output_str'];
1461
+	$is_error_during_diagnose = $filter_arr['is_error_during_diagnose'];
1462
+
1463
+
1464
+	if ($is_error_during_diagnose) {
1465
+		$info_div_class = "geodir_problem_info";
1466
+		$fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='multisite_conversion' />";
1467
+	} else {
1468
+		$info_div_class = "geodir_noproblem_info";
1469
+		$fix_button_txt = '';
1470
+	}
1471
+	echo "<ul class='$info_div_class'>";
1472
+	echo $output_str;
1473
+	echo $fix_button_txt;
1474
+	echo "</ul>";
1475 1475
 }
1476 1476
 
1477 1477
 /**
@@ -1489,39 +1489,39 @@  discard block
 block discarded – undo
1489 1489
  */
1490 1490
 function geodir_fix_virtual_page($slug, $page_title, $old_id, $option)
1491 1491
 {
1492
-    global $wpdb, $current_user;
1493
-
1494
-    if (!empty($old_id)) {
1495
-        wp_delete_post($old_id, true);
1496
-    }//delete post if already there
1497
-    else {
1498
-        $page_found = $wpdb->get_var(
1499
-            $wpdb->prepare(
1500
-                "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;",
1501
-                array($slug)
1502
-            )
1503
-        );
1504
-        wp_delete_post($page_found, true);
1505
-
1506
-    }
1507
-
1508
-    $page_data = array(
1509
-        'post_status' => 'publish',
1510
-        'post_type' => 'page',
1511
-        'post_author' => $current_user->ID,
1512
-        'post_name' => $slug,
1513
-        'post_title' => $page_title,
1514
-        'post_content' => '',
1515
-        'post_parent' => 0,
1516
-        'comment_status' => 'closed'
1517
-    );
1518
-    $page_id = wp_insert_post($page_data);
1519
-    update_option($option, $page_id);
1520
-    if ($page_id) {
1521
-        return true;
1522
-    } else {
1523
-        return false;
1524
-    }
1492
+	global $wpdb, $current_user;
1493
+
1494
+	if (!empty($old_id)) {
1495
+		wp_delete_post($old_id, true);
1496
+	}//delete post if already there
1497
+	else {
1498
+		$page_found = $wpdb->get_var(
1499
+			$wpdb->prepare(
1500
+				"SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;",
1501
+				array($slug)
1502
+			)
1503
+		);
1504
+		wp_delete_post($page_found, true);
1505
+
1506
+	}
1507
+
1508
+	$page_data = array(
1509
+		'post_status' => 'publish',
1510
+		'post_type' => 'page',
1511
+		'post_author' => $current_user->ID,
1512
+		'post_name' => $slug,
1513
+		'post_title' => $page_title,
1514
+		'post_content' => '',
1515
+		'post_parent' => 0,
1516
+		'comment_status' => 'closed'
1517
+	);
1518
+	$page_id = wp_insert_post($page_data);
1519
+	update_option($option, $page_id);
1520
+	if ($page_id) {
1521
+		return true;
1522
+	} else {
1523
+		return false;
1524
+	}
1525 1525
 }
1526 1526
 
1527 1527
 /**
@@ -1533,212 +1533,212 @@  discard block
 block discarded – undo
1533 1533
  */
1534 1534
 function geodir_diagnose_default_pages()
1535 1535
 {
1536
-    global $wpdb;
1537
-    $is_error_during_diagnose = false;
1538
-    $output_str = '';
1539
-    $fix = isset($_POST['fix']) ? true : false;
1540
-
1541
-    //////////////////////////////////
1542
-    /* Diagnose GD Home Page Starts */
1543
-    //////////////////////////////////
1544
-    $option_value = get_option('geodir_home_page');
1545
-    $page = get_post($option_value);
1546
-    if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1547
-
1548
-    if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1549
-        $output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>";
1550
-    else {
1551
-        $is_error_during_diagnose = true;
1552
-        $output_str .= "<li><strong>" . __('GD Home page is missing.', 'geodirectory') . "</strong></li>";
1553
-        if ($fix) {
1554
-            if (geodir_fix_virtual_page('gd-home', __('GD Home page', 'geodirectory'), $page_found, 'geodir_home_page')) {
1555
-                $output_str .= "<li><strong>" . __('-->FIXED: GD Home page fixed', 'geodirectory') . "</strong></li>";
1556
-            } else {
1557
-                $output_str .= "<li><strong>" . __('-->FAILED: GD Home page fix failed', 'geodirectory') . "</strong></li>";
1558
-            }
1559
-        }
1560
-    }
1561
-
1562
-    ////////////////////////////////
1563
-    /* Diagnose GD Home Page Ends */
1564
-    ////////////////////////////////
1565
-
1566
-    //////////////////////////////////
1567
-    /* Diagnose Add Listing Page Starts */
1568
-    //////////////////////////////////
1569
-    $option_value = get_option('geodir_add_listing_page');
1570
-    $page = get_post($option_value);
1571
-    if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1572
-
1573
-    if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1574
-        $output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>";
1575
-    else {
1576
-        $is_error_during_diagnose = true;
1577
-        $output_str .= "<li><strong>" . __('Add Listing page is missing.', 'geodirectory') . "</strong></li>";
1578
-        if ($fix) {
1579
-            if (geodir_fix_virtual_page('add-listing', __('Add Listing', 'geodirectory'), $page_found, 'geodir_add_listing_page')) {
1580
-                $output_str .= "<li><strong>" . __('-->FIXED: Add Listing page fixed', 'geodirectory') . "</strong></li>";
1581
-            } else {
1582
-                $output_str .= "<li><strong>" . __('-->FAILED: Add Listing page fix failed', 'geodirectory') . "</strong></li>";
1583
-            }
1584
-        }
1585
-    }
1586
-
1587
-    ////////////////////////////////
1588
-    /* Diagnose Add Listing Page Ends */
1589
-    ////////////////////////////////
1590
-
1591
-
1592
-    //////////////////////////////////
1593
-    /* Diagnose Listing Preview Page Starts */
1594
-    //////////////////////////////////
1595
-    $option_value = get_option('geodir_preview_page');
1596
-    $page = get_post($option_value);
1597
-    if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1598
-
1599
-    if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1600
-        $output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>";
1601
-    else {
1602
-        $is_error_during_diagnose = true;
1603
-        $output_str .= "<li><strong>" . __('Listing Preview page is missing.', 'geodirectory') . "</strong></li>";
1604
-        if ($fix) {
1605
-            if (geodir_fix_virtual_page('listing-preview', __('Listing Preview', 'geodirectory'), $page_found, 'geodir_preview_page')) {
1606
-                $output_str .= "<li><strong>" . __('-->FIXED: Listing Preview page fixed', 'geodirectory') . "</strong></li>";
1607
-            } else {
1608
-                $output_str .= "<li><strong>" . __('-->FAILED: Listing Preview page fix failed', 'geodirectory') . "</strong></li>";
1609
-            }
1610
-        }
1611
-    }
1612
-
1613
-    ////////////////////////////////
1614
-    /* Diagnose Listing Preview Page Ends */
1615
-    ////////////////////////////////
1616
-
1617
-    //////////////////////////////////
1618
-    /* Diagnose Listing Success Page Starts */
1619
-    //////////////////////////////////
1620
-    $option_value = get_option('geodir_success_page');
1621
-    $page = get_post($option_value);
1622
-    if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1623
-
1624
-    if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1625
-        $output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>";
1626
-    else {
1627
-        $is_error_during_diagnose = true;
1628
-        $output_str .= "<li><strong>" . __('Listing Success page is missing.', 'geodirectory') . "</strong></li>";
1629
-        if ($fix) {
1630
-            if (geodir_fix_virtual_page('listing-success', __('Listing Success', 'geodirectory'), $page_found, 'geodir_success_page')) {
1631
-                $output_str .= "<li><strong>" . __('-->FIXED: Listing Success page fixed', 'geodirectory') . "</strong></li>";
1632
-            } else {
1633
-                $output_str .= "<li><strong>" . __('-->FAILED: Listing Success page fix failed', 'geodirectory') . "</strong></li>";
1634
-            }
1635
-        }
1636
-    }
1637
-
1638
-    ////////////////////////////////
1639
-    /* Diagnose Listing Sucess Page Ends */
1640
-    ////////////////////////////////
1641
-
1642
-    //////////////////////////////////
1643
-    /* Diagnose Info Page Starts */
1644
-    //////////////////////////////////
1645
-    $option_value = get_option('geodir_info_page');
1646
-    $page = get_post($option_value);
1647
-    if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1648
-
1649
-    if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1650
-        $output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>";
1651
-    else {
1652
-        $is_error_during_diagnose = true;
1653
-        $output_str .= "<li><strong>" . __('Info page is missing.', 'geodirectory') . "</strong></li>";
1654
-        if ($fix) {
1655
-            if (geodir_fix_virtual_page('gd-info', __('Info', 'geodirectory'), $page_found, 'geodir_info_page')) {
1656
-                $output_str .= "<li><strong>" . __('-->FIXED: Info page fixed', 'geodirectory') . "</strong></li>";
1657
-            } else {
1658
-                $output_str .= "<li><strong>" . __('-->FAILED: Info page fix failed', 'geodirectory') . "</strong></li>";
1659
-            }
1660
-        }
1661
-    }
1662
-
1663
-    ////////////////////////////////
1664
-    /* Diagnose Info Page Ends */
1665
-    ////////////////////////////////
1666
-
1667
-    //////////////////////////////////
1668
-    /* Diagnose Login Page Starts */
1669
-    //////////////////////////////////
1670
-    $option_value = get_option('geodir_login_page');
1671
-    $page = get_post($option_value);
1672
-    if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1673
-
1674
-    if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1675
-        $output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>";
1676
-    else {
1677
-        $is_error_during_diagnose = true;
1678
-        $output_str .= "<li><strong>" . __('Login page is missing.', 'geodirectory') . "</strong></li>";
1679
-        if ($fix) {
1680
-            if (geodir_fix_virtual_page('gd-login', __('Login', 'geodirectory'), $page_found, 'geodir_login_page')) {
1681
-                $output_str .= "<li><strong>" . __('-->FIXED: Login page fixed', 'geodirectory') . "</strong></li>";
1682
-            } else {
1683
-                $output_str .= "<li><strong>" . __('-->FAILED: Login page fix failed', 'geodirectory') . "</strong></li>";
1684
-            }
1685
-        }
1686
-    }
1687
-
1688
-    ////////////////////////////////
1689
-    /* Diagnose Info Page Ends */
1690
-    ////////////////////////////////
1691
-
1692
-    //////////////////////////////////
1693
-    /* Diagnose Location Page Starts */
1694
-    //////////////////////////////////
1695
-    $option_value = get_option('geodir_location_page');
1696
-    $page = get_post($option_value);
1697
-    if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1698
-
1699
-    if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1700
-        $output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>";
1701
-    else {
1702
-        $is_error_during_diagnose = true;
1703
-        $output_str .= "<li><strong>" . __('Location page is missing.', 'geodirectory') . "</strong></li>";
1704
-        if ($fix) {
1705
-            if (geodir_fix_virtual_page('location', __('Location', 'geodirectory'), $page_found, 'geodir_location_page')) {
1706
-                $output_str .= "<li><strong>" . __('-->FIXED: Location page fixed', 'geodirectory') . "</strong></li>";
1707
-            } else {
1708
-                $output_str .= "<li><strong>" . __('-->FAILED: Location page fix failed', 'geodirectory') . "</strong></li>";
1709
-            }
1710
-        }
1711
-    }
1712
-
1713
-    ////////////////////////////////
1714
-    /* Diagnose Location Page Ends */
1715
-    ////////////////////////////////
1716
-
1717
-    $page_chk_arr = array('output_str'=>$output_str,'is_error_during_diagnose'=>$is_error_during_diagnose );
1718
-    /**
1719
-     * This action is called at the end of the GD Tools page check function.
1720
-     *
1721
-     * @since 1.5.2
1722
-     */
1723
-    $page_chk_arr = apply_filters('geodir_diagnose_default_pages',$page_chk_arr);
1724
-
1725
-    $output_str = $page_chk_arr['output_str'];
1726
-    $is_error_during_diagnose = $page_chk_arr['is_error_during_diagnose'];
1727
-
1728
-    if ($is_error_during_diagnose) {
1729
-        if ($fix) {
1730
-            flush_rewrite_rules();
1731
-        }
1732
-        $info_div_class = "geodir_problem_info";
1733
-        $fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='default_pages' />";
1734
-    } else {
1735
-        $info_div_class = "geodir_noproblem_info";
1736
-        $fix_button_txt = '';
1737
-    }
1738
-    echo "<ul class='$info_div_class'>";
1739
-    echo $output_str;
1740
-    echo $fix_button_txt;
1741
-    echo "</ul>";
1536
+	global $wpdb;
1537
+	$is_error_during_diagnose = false;
1538
+	$output_str = '';
1539
+	$fix = isset($_POST['fix']) ? true : false;
1540
+
1541
+	//////////////////////////////////
1542
+	/* Diagnose GD Home Page Starts */
1543
+	//////////////////////////////////
1544
+	$option_value = get_option('geodir_home_page');
1545
+	$page = get_post($option_value);
1546
+	if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1547
+
1548
+	if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1549
+		$output_str .= "<li>" . __('GD Home page exists with proper setting.', 'geodirectory') . "</li>";
1550
+	else {
1551
+		$is_error_during_diagnose = true;
1552
+		$output_str .= "<li><strong>" . __('GD Home page is missing.', 'geodirectory') . "</strong></li>";
1553
+		if ($fix) {
1554
+			if (geodir_fix_virtual_page('gd-home', __('GD Home page', 'geodirectory'), $page_found, 'geodir_home_page')) {
1555
+				$output_str .= "<li><strong>" . __('-->FIXED: GD Home page fixed', 'geodirectory') . "</strong></li>";
1556
+			} else {
1557
+				$output_str .= "<li><strong>" . __('-->FAILED: GD Home page fix failed', 'geodirectory') . "</strong></li>";
1558
+			}
1559
+		}
1560
+	}
1561
+
1562
+	////////////////////////////////
1563
+	/* Diagnose GD Home Page Ends */
1564
+	////////////////////////////////
1565
+
1566
+	//////////////////////////////////
1567
+	/* Diagnose Add Listing Page Starts */
1568
+	//////////////////////////////////
1569
+	$option_value = get_option('geodir_add_listing_page');
1570
+	$page = get_post($option_value);
1571
+	if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1572
+
1573
+	if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1574
+		$output_str .= "<li>" . __('Add Listing page exists with proper setting.', 'geodirectory') . "</li>";
1575
+	else {
1576
+		$is_error_during_diagnose = true;
1577
+		$output_str .= "<li><strong>" . __('Add Listing page is missing.', 'geodirectory') . "</strong></li>";
1578
+		if ($fix) {
1579
+			if (geodir_fix_virtual_page('add-listing', __('Add Listing', 'geodirectory'), $page_found, 'geodir_add_listing_page')) {
1580
+				$output_str .= "<li><strong>" . __('-->FIXED: Add Listing page fixed', 'geodirectory') . "</strong></li>";
1581
+			} else {
1582
+				$output_str .= "<li><strong>" . __('-->FAILED: Add Listing page fix failed', 'geodirectory') . "</strong></li>";
1583
+			}
1584
+		}
1585
+	}
1586
+
1587
+	////////////////////////////////
1588
+	/* Diagnose Add Listing Page Ends */
1589
+	////////////////////////////////
1590
+
1591
+
1592
+	//////////////////////////////////
1593
+	/* Diagnose Listing Preview Page Starts */
1594
+	//////////////////////////////////
1595
+	$option_value = get_option('geodir_preview_page');
1596
+	$page = get_post($option_value);
1597
+	if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1598
+
1599
+	if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1600
+		$output_str .= "<li>" . __('Listing Preview page exists with proper setting.', 'geodirectory') . "</li>";
1601
+	else {
1602
+		$is_error_during_diagnose = true;
1603
+		$output_str .= "<li><strong>" . __('Listing Preview page is missing.', 'geodirectory') . "</strong></li>";
1604
+		if ($fix) {
1605
+			if (geodir_fix_virtual_page('listing-preview', __('Listing Preview', 'geodirectory'), $page_found, 'geodir_preview_page')) {
1606
+				$output_str .= "<li><strong>" . __('-->FIXED: Listing Preview page fixed', 'geodirectory') . "</strong></li>";
1607
+			} else {
1608
+				$output_str .= "<li><strong>" . __('-->FAILED: Listing Preview page fix failed', 'geodirectory') . "</strong></li>";
1609
+			}
1610
+		}
1611
+	}
1612
+
1613
+	////////////////////////////////
1614
+	/* Diagnose Listing Preview Page Ends */
1615
+	////////////////////////////////
1616
+
1617
+	//////////////////////////////////
1618
+	/* Diagnose Listing Success Page Starts */
1619
+	//////////////////////////////////
1620
+	$option_value = get_option('geodir_success_page');
1621
+	$page = get_post($option_value);
1622
+	if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1623
+
1624
+	if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1625
+		$output_str .= "<li>" . __('Listing Success page exists with proper setting.', 'geodirectory') . "</li>";
1626
+	else {
1627
+		$is_error_during_diagnose = true;
1628
+		$output_str .= "<li><strong>" . __('Listing Success page is missing.', 'geodirectory') . "</strong></li>";
1629
+		if ($fix) {
1630
+			if (geodir_fix_virtual_page('listing-success', __('Listing Success', 'geodirectory'), $page_found, 'geodir_success_page')) {
1631
+				$output_str .= "<li><strong>" . __('-->FIXED: Listing Success page fixed', 'geodirectory') . "</strong></li>";
1632
+			} else {
1633
+				$output_str .= "<li><strong>" . __('-->FAILED: Listing Success page fix failed', 'geodirectory') . "</strong></li>";
1634
+			}
1635
+		}
1636
+	}
1637
+
1638
+	////////////////////////////////
1639
+	/* Diagnose Listing Sucess Page Ends */
1640
+	////////////////////////////////
1641
+
1642
+	//////////////////////////////////
1643
+	/* Diagnose Info Page Starts */
1644
+	//////////////////////////////////
1645
+	$option_value = get_option('geodir_info_page');
1646
+	$page = get_post($option_value);
1647
+	if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1648
+
1649
+	if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1650
+		$output_str .= "<li>" . __('Info page exists with proper setting.', 'geodirectory') . "</li>";
1651
+	else {
1652
+		$is_error_during_diagnose = true;
1653
+		$output_str .= "<li><strong>" . __('Info page is missing.', 'geodirectory') . "</strong></li>";
1654
+		if ($fix) {
1655
+			if (geodir_fix_virtual_page('gd-info', __('Info', 'geodirectory'), $page_found, 'geodir_info_page')) {
1656
+				$output_str .= "<li><strong>" . __('-->FIXED: Info page fixed', 'geodirectory') . "</strong></li>";
1657
+			} else {
1658
+				$output_str .= "<li><strong>" . __('-->FAILED: Info page fix failed', 'geodirectory') . "</strong></li>";
1659
+			}
1660
+		}
1661
+	}
1662
+
1663
+	////////////////////////////////
1664
+	/* Diagnose Info Page Ends */
1665
+	////////////////////////////////
1666
+
1667
+	//////////////////////////////////
1668
+	/* Diagnose Login Page Starts */
1669
+	//////////////////////////////////
1670
+	$option_value = get_option('geodir_login_page');
1671
+	$page = get_post($option_value);
1672
+	if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1673
+
1674
+	if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1675
+		$output_str .= "<li>" . __('Login page exists with proper setting.', 'geodirectory') . "</li>";
1676
+	else {
1677
+		$is_error_during_diagnose = true;
1678
+		$output_str .= "<li><strong>" . __('Login page is missing.', 'geodirectory') . "</strong></li>";
1679
+		if ($fix) {
1680
+			if (geodir_fix_virtual_page('gd-login', __('Login', 'geodirectory'), $page_found, 'geodir_login_page')) {
1681
+				$output_str .= "<li><strong>" . __('-->FIXED: Login page fixed', 'geodirectory') . "</strong></li>";
1682
+			} else {
1683
+				$output_str .= "<li><strong>" . __('-->FAILED: Login page fix failed', 'geodirectory') . "</strong></li>";
1684
+			}
1685
+		}
1686
+	}
1687
+
1688
+	////////////////////////////////
1689
+	/* Diagnose Info Page Ends */
1690
+	////////////////////////////////
1691
+
1692
+	//////////////////////////////////
1693
+	/* Diagnose Location Page Starts */
1694
+	//////////////////////////////////
1695
+	$option_value = get_option('geodir_location_page');
1696
+	$page = get_post($option_value);
1697
+	if(!empty($page)){$page_found = $page->ID;}else{$page_found = '';}
1698
+
1699
+	if(!empty($option_value) && !empty($page_found) && $option_value == $page_found && $page->post_status=='publish')
1700
+		$output_str .= "<li>" . __('Location page exists with proper setting.', 'geodirectory') . "</li>";
1701
+	else {
1702
+		$is_error_during_diagnose = true;
1703
+		$output_str .= "<li><strong>" . __('Location page is missing.', 'geodirectory') . "</strong></li>";
1704
+		if ($fix) {
1705
+			if (geodir_fix_virtual_page('location', __('Location', 'geodirectory'), $page_found, 'geodir_location_page')) {
1706
+				$output_str .= "<li><strong>" . __('-->FIXED: Location page fixed', 'geodirectory') . "</strong></li>";
1707
+			} else {
1708
+				$output_str .= "<li><strong>" . __('-->FAILED: Location page fix failed', 'geodirectory') . "</strong></li>";
1709
+			}
1710
+		}
1711
+	}
1712
+
1713
+	////////////////////////////////
1714
+	/* Diagnose Location Page Ends */
1715
+	////////////////////////////////
1716
+
1717
+	$page_chk_arr = array('output_str'=>$output_str,'is_error_during_diagnose'=>$is_error_during_diagnose );
1718
+	/**
1719
+	 * This action is called at the end of the GD Tools page check function.
1720
+	 *
1721
+	 * @since 1.5.2
1722
+	 */
1723
+	$page_chk_arr = apply_filters('geodir_diagnose_default_pages',$page_chk_arr);
1724
+
1725
+	$output_str = $page_chk_arr['output_str'];
1726
+	$is_error_during_diagnose = $page_chk_arr['is_error_during_diagnose'];
1727
+
1728
+	if ($is_error_during_diagnose) {
1729
+		if ($fix) {
1730
+			flush_rewrite_rules();
1731
+		}
1732
+		$info_div_class = "geodir_problem_info";
1733
+		$fix_button_txt = "<input type='button' value='" . __('Fix', 'geodirectory') . "' class='button-primary geodir_fix_diagnostic_issue' data-diagnostic-issue='default_pages' />";
1734
+	} else {
1735
+		$info_div_class = "geodir_noproblem_info";
1736
+		$fix_button_txt = '';
1737
+	}
1738
+	echo "<ul class='$info_div_class'>";
1739
+	echo $output_str;
1740
+	echo $fix_button_txt;
1741
+	echo "</ul>";
1742 1742
 
1743 1743
 }
1744 1744
 
@@ -1750,26 +1750,26 @@  discard block
 block discarded – undo
1750 1750
  * @global object $wpdb WordPress Database object.
1751 1751
  */
1752 1752
 function geodir_diagnose_load_db_language() {
1753
-    global $wpdb;
1753
+	global $wpdb;
1754 1754
 	
1755 1755
 	$is_error_during_diagnose = geodirectory_load_db_language();
1756 1756
 
1757
-    $output_str = '';
1758
-    $fix_button_txt = '';
1757
+	$output_str = '';
1758
+	$fix_button_txt = '';
1759 1759
 
1760
-    if ($is_error_during_diagnose) {
1761
-        $output_str .= "<li>" . __('Fail to load custom fields in to file for translation, please check file permission:', 'geodirectory') . ' ' . geodir_plugin_path() . '/db-language.php' . "</li>";
1760
+	if ($is_error_during_diagnose) {
1761
+		$output_str .= "<li>" . __('Fail to load custom fields in to file for translation, please check file permission:', 'geodirectory') . ' ' . geodir_plugin_path() . '/db-language.php' . "</li>";
1762 1762
 		$info_div_class = "geodir_problem_info";
1763
-    } else {
1764
-        $output_str .= "<li>" . __('Load custom fields in to file for translation: ok', 'geodirectory') . "</li>";
1763
+	} else {
1764
+		$output_str .= "<li>" . __('Load custom fields in to file for translation: ok', 'geodirectory') . "</li>";
1765 1765
 		$info_div_class = "geodir_noproblem_info";
1766
-        $fix_button_txt = '';
1767
-    }
1766
+		$fix_button_txt = '';
1767
+	}
1768 1768
     
1769 1769
 	echo "<ul class='$info_div_class'>";
1770
-    echo $output_str;
1771
-    echo $fix_button_txt;
1772
-    echo "</ul>";
1770
+	echo $output_str;
1771
+	echo $fix_button_txt;
1772
+	echo "</ul>";
1773 1773
 
1774 1774
 }
1775 1775
 
@@ -1800,23 +1800,23 @@  discard block
 block discarded – undo
1800 1800
  */
1801 1801
 function geodir_posts_clauses_request($clauses)
1802 1802
 {
1803
-    global $wpdb, $wp_query, $plugin_prefix;
1803
+	global $wpdb, $wp_query, $plugin_prefix;
1804 1804
 
1805
-    if (is_admin() && !empty($wp_query->query_vars) && !empty($wp_query->query_vars['is_geodir_loop']) && !empty($wp_query->query_vars['orderby']) && $wp_query->query_vars['orderby'] == 'expire' && !empty($wp_query->query_vars['post_type']) && in_array($wp_query->query_vars['post_type'], geodir_get_posttypes()) && !empty($wp_query->query_vars['orderby']) && isset($clauses['join']) && isset($clauses['orderby']) && isset($clauses['fields'])) {
1806
-        $table = $plugin_prefix . $wp_query->query_vars['post_type'] . '_detail';
1805
+	if (is_admin() && !empty($wp_query->query_vars) && !empty($wp_query->query_vars['is_geodir_loop']) && !empty($wp_query->query_vars['orderby']) && $wp_query->query_vars['orderby'] == 'expire' && !empty($wp_query->query_vars['post_type']) && in_array($wp_query->query_vars['post_type'], geodir_get_posttypes()) && !empty($wp_query->query_vars['orderby']) && isset($clauses['join']) && isset($clauses['orderby']) && isset($clauses['fields'])) {
1806
+		$table = $plugin_prefix . $wp_query->query_vars['post_type'] . '_detail';
1807 1807
 
1808
-        $join = $clauses['join'] . ' INNER JOIN ' . $table . ' AS gd_posts ON (gd_posts.post_id = ' . $wpdb->posts . '.ID)';
1809
-        $clauses['join'] = $join;
1808
+		$join = $clauses['join'] . ' INNER JOIN ' . $table . ' AS gd_posts ON (gd_posts.post_id = ' . $wpdb->posts . '.ID)';
1809
+		$clauses['join'] = $join;
1810 1810
 
1811
-        $fields = $clauses['fields'] != '' ? $clauses['fields'] . ', ' : '';
1812
-        $fields .= 'IF(UNIX_TIMESTAMP(DATE_FORMAT(gd_posts.expire_date, "%Y-%m-%d")), UNIX_TIMESTAMP(DATE_FORMAT(gd_posts.expire_date, "%Y-%m-%d")), 253402300799) AS gd_expire';
1813
-        $clauses['fields'] = $fields;
1811
+		$fields = $clauses['fields'] != '' ? $clauses['fields'] . ', ' : '';
1812
+		$fields .= 'IF(UNIX_TIMESTAMP(DATE_FORMAT(gd_posts.expire_date, "%Y-%m-%d")), UNIX_TIMESTAMP(DATE_FORMAT(gd_posts.expire_date, "%Y-%m-%d")), 253402300799) AS gd_expire';
1813
+		$clauses['fields'] = $fields;
1814 1814
 
1815
-        $order = !empty($wp_query->query_vars['order']) ? $wp_query->query_vars['order'] : 'ASC';
1816
-        $orderby = 'gd_expire ' . $order;
1817
-        $clauses['orderby'] = $orderby;
1818
-    }
1819
-    return $clauses;
1815
+		$order = !empty($wp_query->query_vars['order']) ? $wp_query->query_vars['order'] : 'ASC';
1816
+		$orderby = 'gd_expire ' . $order;
1817
+		$clauses['orderby'] = $orderby;
1818
+	}
1819
+	return $clauses;
1820 1820
 }
1821 1821
 
1822 1822
 
@@ -1837,7 +1837,7 @@  discard block
 block discarded – undo
1837 1837
  */
1838 1838
 function gd_theme_switch_compat_check()
1839 1839
 {
1840
-    gd_set_theme_compat();
1840
+	gd_set_theme_compat();
1841 1841
 }
1842 1842
 
1843 1843
 /**
@@ -1850,27 +1850,27 @@  discard block
 block discarded – undo
1850 1850
  */
1851 1851
 function geodir_str_getcsv($input, $delimiter = ",", $enclosure = '"', $escape = "\\")
1852 1852
 {
1853
-    if (function_exists('str_getcsv')) {
1854
-        $fgetcsv = str_getcsv($input, $delimiter, $enclosure, $escape);
1855
-    } else {
1856
-        global $current_user;
1857
-        $upload_dir = wp_upload_dir();
1858
-
1859
-        $file = $upload_dir['path'] . '/temp_' . $current_user->data->ID . '/geodir_tmp.csv';
1860
-        $handle = fopen($file, 'w');
1861
-
1862
-        fwrite($handle, $input);
1863
-        fclose($handle);
1864
-
1865
-        $handle = fopen($file, 'rt');
1866
-        if (PHP_VERSION >= '5.3.0') {
1867
-            $fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure, $escape);
1868
-        } else {
1869
-            $fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure);
1870
-        }
1871
-        fclose($handle);
1872
-    }
1873
-    return $fgetcsv;
1853
+	if (function_exists('str_getcsv')) {
1854
+		$fgetcsv = str_getcsv($input, $delimiter, $enclosure, $escape);
1855
+	} else {
1856
+		global $current_user;
1857
+		$upload_dir = wp_upload_dir();
1858
+
1859
+		$file = $upload_dir['path'] . '/temp_' . $current_user->data->ID . '/geodir_tmp.csv';
1860
+		$handle = fopen($file, 'w');
1861
+
1862
+		fwrite($handle, $input);
1863
+		fclose($handle);
1864
+
1865
+		$handle = fopen($file, 'rt');
1866
+		if (PHP_VERSION >= '5.3.0') {
1867
+			$fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure, $escape);
1868
+		} else {
1869
+			$fgetcsv = fgetcsv($handle, 0, $delimiter, $enclosure);
1870
+		}
1871
+		fclose($handle);
1872
+	}
1873
+	return $fgetcsv;
1874 1874
 }
1875 1875
 
1876 1876
 add_action('wp_ajax_gdImportCsv', 'geodir_ajax_import_csv');
@@ -1885,375 +1885,375 @@  discard block
 block discarded – undo
1885 1885
  */
1886 1886
 function geodir_ajax_import_csv()
1887 1887
 {
1888
-    error_reporting(0); // hide error to get clean json response
1888
+	error_reporting(0); // hide error to get clean json response
1889 1889
 
1890
-    global $wpdb, $plugin_prefix, $current_user;
1891
-    $uploads = wp_upload_dir();
1892
-    ini_set('auto_detect_line_endings', true);
1890
+	global $wpdb, $plugin_prefix, $current_user;
1891
+	$uploads = wp_upload_dir();
1892
+	ini_set('auto_detect_line_endings', true);
1893 1893
 	
1894 1894
 	$wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses.
1895 1895
 
1896
-    $task = isset($_POST['task']) ? $_POST['task'] : '';
1897
-    $uploadedFile = isset($_POST['gddata']['uploadedFile']) ? $_POST['gddata']['uploadedFile'] : NULL;
1898
-    $filename = $uploadedFile;
1899
-
1900
-    $uploads = wp_upload_dir();
1901
-    $uploads_dir = $uploads['path'];
1902
-    $image_name_arr = explode('/', $filename);
1903
-    $filename = end($image_name_arr);
1904
-    $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename;
1905
-    $return = array();
1906
-    $return['file'] = $uploadedFile;
1907
-    $return['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
1908
-
1909
-    if (is_file($target_path) && file_exists($target_path) && $uploadedFile) {
1910
-        $wp_filetype = wp_check_filetype_and_ext($target_path, $filename);
1911
-
1912
-        if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
1913
-            $return['error'] = NULL;
1914
-
1915
-            $return['rows'] = 0;
1916
-
1917
-
1918
-
1919
-                if (($handle = fopen($target_path, "r")) !== FALSE) {
1920
-                    while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
1921
-                        if(is_array($data) && !empty($data)) {
1922
-                            $file[] = '"' . implode('","', $data) . '"';
1923
-                        }
1924
-                    }
1925
-                    fclose($handle);
1926
-                    $file = $file;
1927
-                }
1928
-
1929
-
1930
-
1931
-                $return['rows'] = (!empty($file) && count($file) > 1) ? count($file) - 1 : 0;
1932
-
1933
-
1934
-            if (!$return['rows'] > 0) {
1935
-                $return['error'] = __('No data found in csv file.', 'geodirectory');
1936
-            }
1937
-        }
1938
-    }
1939
-    if ($task == 'prepare' || !empty($return['error'])) {
1940
-        echo json_encode($return);
1941
-        exit;
1942
-    }
1943
-
1944
-    $totRecords = isset($_POST['gddata']['totRecords']) ? $_POST['gddata']['totRecords'] : NULL;
1945
-    $importlimit = isset($_POST['gddata']['importlimit']) ? $_POST['gddata']['importlimit'] : 1;
1946
-    $count = $importlimit;
1947
-    $requested_limit = $importlimit;
1948
-    $tmpCnt = isset($_POST['gddata']['tmpcount']) ? $_POST['gddata']['tmpcount'] : 0;
1949
-
1950
-    if ($count < $totRecords) {
1951
-        $count = $tmpCnt + $count;
1952
-        if ($count > $totRecords) {
1953
-            $count = $totRecords;
1954
-        }
1955
-    } else {
1956
-        $count = $totRecords;
1957
-    }
1958
-
1959
-    $total_records = 0;
1960
-    $rowcount = 0;
1961
-    $address_invalid = 0;
1962
-    $blank_address = 0;
1963
-    $upload_files = 0;
1964
-    $invalid_post_type = 0;
1965
-    $invalid_title = 0;
1966
-    $customKeyarray = array();
1967
-    $gd_post_info = array();
1968
-    $post_location = array();
1969
-    $countpost = 0;
1970
-
1971
-    if (!empty($file)) {
1972
-        $columns = isset($file[0]) ? geodir_str_getcsv($file[0]) : NULL;
1973
-        $customKeyarray = $columns;
1974
-
1975
-        if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
1976
-            $return['error'] = CSV_INVAILD_FILE;
1977
-            echo json_encode($return);
1978
-            exit;
1979
-        }
1980
-
1981
-        for ($i = 1; $i <= $importlimit; $i++) {
1982
-            $current_index = $tmpCnt + $i;
1983
-            if (isset($file[$current_index])) {
1984
-                $total_records++;
1985
-
1986
-                $buffer = geodir_str_getcsv($file[$current_index]);
1987
-                $post_title = addslashes($buffer[0]);
1988
-                $current_post_author = $buffer[1];
1989
-                $post_desc = addslashes($buffer[2]);
1990
-                $post_cat = array();
1991
-                $catids_arr = array();
1992
-                $post_cat = trim($buffer[3]); // comma seperated category name
1993
-
1994
-                if ($post_cat) {
1995
-                    $post_cat_arr = explode(',', $post_cat);
1996
-
1997
-                    for ($c = 0; $c < count($post_cat_arr); $c++) {
1998
-                        $catid = wp_kses_normalize_entities(trim($post_cat_arr[$c]));
1999
-
2000
-                        if (!empty($buffer[5])) {
2001
-                            if (in_array($buffer[5], geodir_get_posttypes())) {
2002
-
2003
-                                $p_taxonomy = geodir_get_taxonomies(addslashes($buffer[5]));
2004
-
2005
-                                if (get_term_by('name', $catid, $p_taxonomy[0])) {
2006
-                                    $cat = get_term_by('name', $catid, $p_taxonomy[0]);
2007
-                                    $catids_arr[] = $cat->slug;
2008
-                                } else if (get_term_by('slug', $catid, $p_taxonomy[0])) {
2009
-                                    $cat = get_term_by('slug', $catid, $p_taxonomy[0]);
2010
-                                    $catids_arr[] = $cat->slug;
2011
-                                } else {
2012
-                                    $ret = wp_insert_term($catid, $p_taxonomy[0]);
2013
-                                    if ($ret && !is_wp_error($ret)) {
2014
-                                        if (get_term_by('name', $catid, $p_taxonomy[0])) {
2015
-                                            $cat = get_term_by('name', $catid, $p_taxonomy[0]);
2016
-                                            $catids_arr[] = $cat->slug;
2017
-                                        } elseif (get_term_by('slug', $catid, $p_taxonomy[0])) {
2018
-                                            $cat = get_term_by('slug', $catid, $p_taxonomy[0]);
2019
-                                            $catids_arr[] = $cat->slug;
2020
-                                        }
2021
-                                    }
2022
-                                }
2023
-                            }
2024
-                        }
2025
-                    }
2026
-                }
2027
-
2028
-                if (!$catids_arr) {
2029
-                    $catids_arr[] = 1;
2030
-                }
2031
-
2032
-                $post_tags = trim($buffer[4]); // comma seperated tags
2033
-
2034
-                $tag_arr = '';
2035
-                if ($post_tags) {
2036
-                    $tag_arr = explode(',', $post_tags);
2037
-                }
2038
-
2039
-                $table = $plugin_prefix . $buffer[5] . '_detail'; // check table in database
2040
-
2041
-                $error = '';
2042
-                if ($wpdb->get_var("SHOW TABLES LIKE '" . $table . "'") != $table) {
2043
-                    $invalid_post_type++;
2044
-                    continue;
2045
-                }
2046
-
2047
-                if ($post_title != '') {
2048
-                    $menu_order = 0;
2049
-                    $image_folder_name = 'uplaod/';
2050
-
2051
-                    $image_names = array();
2052
-
2053
-                    for ($c = 5; $c < count($customKeyarray); $c++) {
2054
-                        $gd_post_info[$customKeyarray[$c]] = addslashes($buffer[$c]);
2055
-
2056
-                        if ($customKeyarray[$c] == 'IMAGE') {
2057
-                            $buffer[$c] = trim($buffer[$c]);
2058
-
2059
-                            if (!empty($buffer[$c])) {
2060
-                                $image_names[] = $buffer[$c];
2061
-                            }
2062
-                        }
2063
-
2064
-                        if ($customKeyarray[$c] == 'alive_days') {
2065
-                            if ($buffer[$c] != '0' && $buffer[$c] != '') {
2066
-                                $submitdata = date('Y-m-d');
2067
-
2068
-                                $gd_post_info['expire_date'] = date('Y-m-d', strtotime($submitdata . "+" . addslashes($buffer[$c]) . " days"));
2069
-                            } else {
2070
-                                $gd_post_info['expire_date'] = 'Never';
2071
-                            }
2072
-                        }
2073
-
2074
-                        if ($customKeyarray[$c] == 'post_city') {
2075
-                            $post_city = addslashes($buffer[$c]);
2076
-                        }
2077
-
2078
-                        if ($customKeyarray[$c] == 'post_region') {
2079
-                            $post_region = addslashes($buffer[$c]);
2080
-                        }
2081
-
2082
-                        if ($customKeyarray[$c] == 'post_country') {
2083
-                            $post_country = addslashes($buffer[$c]);
2084
-                        }
2085
-
2086
-                        if ($customKeyarray[$c] == 'post_latitude') {
2087
-                            $post_latitude = addslashes($buffer[$c]);
2088
-                        }
2089
-
2090
-                        if ($customKeyarray[$c] == 'post_longitude') {
2091
-                            $post_longitude = addslashes($buffer[$c]);
2092
-                        }
1896
+	$task = isset($_POST['task']) ? $_POST['task'] : '';
1897
+	$uploadedFile = isset($_POST['gddata']['uploadedFile']) ? $_POST['gddata']['uploadedFile'] : NULL;
1898
+	$filename = $uploadedFile;
1899
+
1900
+	$uploads = wp_upload_dir();
1901
+	$uploads_dir = $uploads['path'];
1902
+	$image_name_arr = explode('/', $filename);
1903
+	$filename = end($image_name_arr);
1904
+	$target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename;
1905
+	$return = array();
1906
+	$return['file'] = $uploadedFile;
1907
+	$return['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
1908
+
1909
+	if (is_file($target_path) && file_exists($target_path) && $uploadedFile) {
1910
+		$wp_filetype = wp_check_filetype_and_ext($target_path, $filename);
1911
+
1912
+		if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
1913
+			$return['error'] = NULL;
1914
+
1915
+			$return['rows'] = 0;
1916
+
1917
+
1918
+
1919
+				if (($handle = fopen($target_path, "r")) !== FALSE) {
1920
+					while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) {
1921
+						if(is_array($data) && !empty($data)) {
1922
+							$file[] = '"' . implode('","', $data) . '"';
1923
+						}
1924
+					}
1925
+					fclose($handle);
1926
+					$file = $file;
1927
+				}
1928
+
1929
+
1930
+
1931
+				$return['rows'] = (!empty($file) && count($file) > 1) ? count($file) - 1 : 0;
1932
+
1933
+
1934
+			if (!$return['rows'] > 0) {
1935
+				$return['error'] = __('No data found in csv file.', 'geodirectory');
1936
+			}
1937
+		}
1938
+	}
1939
+	if ($task == 'prepare' || !empty($return['error'])) {
1940
+		echo json_encode($return);
1941
+		exit;
1942
+	}
1943
+
1944
+	$totRecords = isset($_POST['gddata']['totRecords']) ? $_POST['gddata']['totRecords'] : NULL;
1945
+	$importlimit = isset($_POST['gddata']['importlimit']) ? $_POST['gddata']['importlimit'] : 1;
1946
+	$count = $importlimit;
1947
+	$requested_limit = $importlimit;
1948
+	$tmpCnt = isset($_POST['gddata']['tmpcount']) ? $_POST['gddata']['tmpcount'] : 0;
1949
+
1950
+	if ($count < $totRecords) {
1951
+		$count = $tmpCnt + $count;
1952
+		if ($count > $totRecords) {
1953
+			$count = $totRecords;
1954
+		}
1955
+	} else {
1956
+		$count = $totRecords;
1957
+	}
1958
+
1959
+	$total_records = 0;
1960
+	$rowcount = 0;
1961
+	$address_invalid = 0;
1962
+	$blank_address = 0;
1963
+	$upload_files = 0;
1964
+	$invalid_post_type = 0;
1965
+	$invalid_title = 0;
1966
+	$customKeyarray = array();
1967
+	$gd_post_info = array();
1968
+	$post_location = array();
1969
+	$countpost = 0;
1970
+
1971
+	if (!empty($file)) {
1972
+		$columns = isset($file[0]) ? geodir_str_getcsv($file[0]) : NULL;
1973
+		$customKeyarray = $columns;
1974
+
1975
+		if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
1976
+			$return['error'] = CSV_INVAILD_FILE;
1977
+			echo json_encode($return);
1978
+			exit;
1979
+		}
1980
+
1981
+		for ($i = 1; $i <= $importlimit; $i++) {
1982
+			$current_index = $tmpCnt + $i;
1983
+			if (isset($file[$current_index])) {
1984
+				$total_records++;
1985
+
1986
+				$buffer = geodir_str_getcsv($file[$current_index]);
1987
+				$post_title = addslashes($buffer[0]);
1988
+				$current_post_author = $buffer[1];
1989
+				$post_desc = addslashes($buffer[2]);
1990
+				$post_cat = array();
1991
+				$catids_arr = array();
1992
+				$post_cat = trim($buffer[3]); // comma seperated category name
1993
+
1994
+				if ($post_cat) {
1995
+					$post_cat_arr = explode(',', $post_cat);
1996
+
1997
+					for ($c = 0; $c < count($post_cat_arr); $c++) {
1998
+						$catid = wp_kses_normalize_entities(trim($post_cat_arr[$c]));
1999
+
2000
+						if (!empty($buffer[5])) {
2001
+							if (in_array($buffer[5], geodir_get_posttypes())) {
2002
+
2003
+								$p_taxonomy = geodir_get_taxonomies(addslashes($buffer[5]));
2004
+
2005
+								if (get_term_by('name', $catid, $p_taxonomy[0])) {
2006
+									$cat = get_term_by('name', $catid, $p_taxonomy[0]);
2007
+									$catids_arr[] = $cat->slug;
2008
+								} else if (get_term_by('slug', $catid, $p_taxonomy[0])) {
2009
+									$cat = get_term_by('slug', $catid, $p_taxonomy[0]);
2010
+									$catids_arr[] = $cat->slug;
2011
+								} else {
2012
+									$ret = wp_insert_term($catid, $p_taxonomy[0]);
2013
+									if ($ret && !is_wp_error($ret)) {
2014
+										if (get_term_by('name', $catid, $p_taxonomy[0])) {
2015
+											$cat = get_term_by('name', $catid, $p_taxonomy[0]);
2016
+											$catids_arr[] = $cat->slug;
2017
+										} elseif (get_term_by('slug', $catid, $p_taxonomy[0])) {
2018
+											$cat = get_term_by('slug', $catid, $p_taxonomy[0]);
2019
+											$catids_arr[] = $cat->slug;
2020
+										}
2021
+									}
2022
+								}
2023
+							}
2024
+						}
2025
+					}
2026
+				}
2027
+
2028
+				if (!$catids_arr) {
2029
+					$catids_arr[] = 1;
2030
+				}
2031
+
2032
+				$post_tags = trim($buffer[4]); // comma seperated tags
2033
+
2034
+				$tag_arr = '';
2035
+				if ($post_tags) {
2036
+					$tag_arr = explode(',', $post_tags);
2037
+				}
2038
+
2039
+				$table = $plugin_prefix . $buffer[5] . '_detail'; // check table in database
2040
+
2041
+				$error = '';
2042
+				if ($wpdb->get_var("SHOW TABLES LIKE '" . $table . "'") != $table) {
2043
+					$invalid_post_type++;
2044
+					continue;
2045
+				}
2046
+
2047
+				if ($post_title != '') {
2048
+					$menu_order = 0;
2049
+					$image_folder_name = 'uplaod/';
2050
+
2051
+					$image_names = array();
2052
+
2053
+					for ($c = 5; $c < count($customKeyarray); $c++) {
2054
+						$gd_post_info[$customKeyarray[$c]] = addslashes($buffer[$c]);
2055
+
2056
+						if ($customKeyarray[$c] == 'IMAGE') {
2057
+							$buffer[$c] = trim($buffer[$c]);
2058
+
2059
+							if (!empty($buffer[$c])) {
2060
+								$image_names[] = $buffer[$c];
2061
+							}
2062
+						}
2063
+
2064
+						if ($customKeyarray[$c] == 'alive_days') {
2065
+							if ($buffer[$c] != '0' && $buffer[$c] != '') {
2066
+								$submitdata = date('Y-m-d');
2067
+
2068
+								$gd_post_info['expire_date'] = date('Y-m-d', strtotime($submitdata . "+" . addslashes($buffer[$c]) . " days"));
2069
+							} else {
2070
+								$gd_post_info['expire_date'] = 'Never';
2071
+							}
2072
+						}
2073
+
2074
+						if ($customKeyarray[$c] == 'post_city') {
2075
+							$post_city = addslashes($buffer[$c]);
2076
+						}
2077
+
2078
+						if ($customKeyarray[$c] == 'post_region') {
2079
+							$post_region = addslashes($buffer[$c]);
2080
+						}
2081
+
2082
+						if ($customKeyarray[$c] == 'post_country') {
2083
+							$post_country = addslashes($buffer[$c]);
2084
+						}
2085
+
2086
+						if ($customKeyarray[$c] == 'post_latitude') {
2087
+							$post_latitude = addslashes($buffer[$c]);
2088
+						}
2089
+
2090
+						if ($customKeyarray[$c] == 'post_longitude') {
2091
+							$post_longitude = addslashes($buffer[$c]);
2092
+						}
2093 2093
 						
2094 2094
 						// Post status
2095 2095
 						if ($customKeyarray[$c] == 'post_status') {
2096
-                            $post_status = sanitize_key( $buffer[$c] );
2097
-                        }
2098
-                    }
2099
-
2100
-                    /* ================ before array create ============== */
2101
-                    $location_result = geodir_get_default_location();
2102
-                    if ((!isset($gd_post_info['post_city']) || $gd_post_info['post_city'] == '') || (!isset($gd_post_info['post_region']) || $gd_post_info['post_region'] == '') || (!isset($gd_post_info['post_country']) || $gd_post_info['post_country'] == '') || (!isset($gd_post_info['post_address']) || $gd_post_info['post_address'] == '') || (!isset($gd_post_info['post_latitude']) || $gd_post_info['post_latitude'] == '') || (!isset($gd_post_info['post_longitude']) || $gd_post_info['post_longitude'] == '')) {
2103
-                        $blank_address++;
2104
-                        continue;
2105
-                    } else if ($location_result->location_id == 0) {
2106
-                        if ((geodir_strtolower($gd_post_info['post_city']) != geodir_strtolower($location_result->city)) || (geodir_strtolower($gd_post_info['post_region']) != geodir_strtolower($location_result->region)) || (geodir_strtolower($gd_post_info['post_country']) != geodir_strtolower($location_result->country))) {
2107
-                            $address_invalid++;
2108
-                            continue;
2109
-                        }
2110
-                    }
2096
+							$post_status = sanitize_key( $buffer[$c] );
2097
+						}
2098
+					}
2099
+
2100
+					/* ================ before array create ============== */
2101
+					$location_result = geodir_get_default_location();
2102
+					if ((!isset($gd_post_info['post_city']) || $gd_post_info['post_city'] == '') || (!isset($gd_post_info['post_region']) || $gd_post_info['post_region'] == '') || (!isset($gd_post_info['post_country']) || $gd_post_info['post_country'] == '') || (!isset($gd_post_info['post_address']) || $gd_post_info['post_address'] == '') || (!isset($gd_post_info['post_latitude']) || $gd_post_info['post_latitude'] == '') || (!isset($gd_post_info['post_longitude']) || $gd_post_info['post_longitude'] == '')) {
2103
+						$blank_address++;
2104
+						continue;
2105
+					} else if ($location_result->location_id == 0) {
2106
+						if ((geodir_strtolower($gd_post_info['post_city']) != geodir_strtolower($location_result->city)) || (geodir_strtolower($gd_post_info['post_region']) != geodir_strtolower($location_result->region)) || (geodir_strtolower($gd_post_info['post_country']) != geodir_strtolower($location_result->country))) {
2107
+							$address_invalid++;
2108
+							continue;
2109
+						}
2110
+					}
2111 2111
 					
2112 2112
 					// Default post status
2113 2113
 					$default_status = 'publish';
2114 2114
 					$post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status;
2115 2115
 					$post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status;
2116 2116
 
2117
-                    $my_post['post_title'] = $post_title;
2118
-                    $my_post['post_content'] = $post_desc;
2119
-                    $my_post['post_type'] = addslashes($buffer[5]);
2120
-                    $my_post['post_author'] = $current_post_author;
2121
-                    $my_post['post_status'] = $post_status;
2122
-                    $my_post['post_category'] = $catids_arr;
2123
-                    $my_post['post_tags'] = $tag_arr;
2124
-
2125
-                    $gd_post_info['post_tags'] = $tag_arr;
2126
-                    $gd_post_info['post_title'] = $post_title;
2127
-                    $gd_post_info['post_status'] = $post_status;
2128
-                    $gd_post_info['submit_time'] = time();
2129
-                    $gd_post_info['submit_ip'] = $_SERVER['REMOTE_ADDR'];
2130
-
2131
-                    $last_postid = wp_insert_post($my_post);
2132
-                    $countpost++;
2133
-
2134
-                    // Check if we need to save post location as new location
2135
-                    if ($location_result->location_id > 0) {
2136
-                        if (isset($post_city) && isset($post_region)) {
2137
-                            $request_info['post_location'] = array(
2138
-                                'city' => $post_city,
2139
-                                'region' => $post_region,
2140
-                                'country' => $post_country,
2141
-                                'geo_lat' => $post_latitude,
2142
-                                'geo_lng' => $post_longitude
2143
-                            );
2144
-
2145
-                            $post_location_info = $request_info['post_location'];
2146
-                            if ($location_id = geodir_add_new_location($post_location_info))
2147
-                                $post_location_id = $location_id;
2148
-                        } else {
2149
-                            $post_location_id = 0;
2150
-                        }
2151
-                    } else {
2152
-                        $post_location_id = 0;
2153
-                    }
2154
-
2155
-                    /* ------- get default package info ----- */
2156
-                    $payment_info = array();
2157
-                    $package_info = array();
2158
-
2159
-                    $package_info = (array)geodir_post_package_info($package_info, '', $buffer[5]);
2160
-                    $package_id = '';
2161
-                    if (isset($gd_post_info['package_id']) && $gd_post_info['package_id'] != '') {
2162
-                        $package_id = $gd_post_info['package_id'];
2163
-                    }
2164
-
2165
-                    if (!empty($package_info)) {
2166
-                        $payment_info['package_id'] = $package_info['pid'];
2167
-
2168
-                        if (isset($package_info['alive_days']) && $package_info['alive_days'] != 0) {
2169
-                            $payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['alive_days'] . " days"));
2170
-                        } else {
2171
-                            $payment_info['expire_date'] = 'Never';
2172
-                        }
2173
-
2174
-                        $gd_post_info = array_merge($gd_post_info, $payment_info);
2175
-                    }
2176
-
2177
-                    $gd_post_info['post_location_id'] = $post_location_id;
2178
-
2179
-                    $post_type = get_post_type($last_postid);
2180
-
2181
-                    $table = $plugin_prefix . $post_type . '_detail';
2182
-
2183
-                    geodir_save_post_info($last_postid, $gd_post_info);
2184
-
2185
-                    if (!empty($image_names)) {
2186
-                        $upload_files++;
2187
-                        $menu_order = 1;
2188
-
2189
-                        foreach ($image_names as $image_name) {
2190
-                            $img_name_arr = explode('.', $image_name);
2191
-
2192
-                            $uploads = wp_upload_dir();
2193
-                            $sub_dir = $uploads['subdir'];
2194
-
2195
-                            $arr_file_type = wp_check_filetype($image_name);
2196
-                            $uploaded_file_type = $arr_file_type['type'];
2197
-
2198
-                            $attachment = array();
2199
-                            $attachment['post_id'] = $last_postid;
2200
-                            $attachment['title'] = $img_name_arr[0];
2201
-                            $attachment['content'] = '';
2202
-                            $attachment['file'] = $sub_dir . '/' . $image_name;
2203
-                            $attachment['mime_type'] = $uploaded_file_type;
2204
-                            $attachment['menu_order'] = $menu_order;
2205
-                            $attachment['is_featured'] = 0;
2206
-
2207
-                            $attachment_set = '';
2208
-
2209
-                            foreach ($attachment as $key => $val) {
2210
-                                if ($val != '')
2211
-                                    $attachment_set .= $key . " = '" . $val . "', ";
2212
-                            }
2213
-                            $attachment_set = trim($attachment_set, ", ");
2214
-
2215
-                            $wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
2216
-
2217
-                            if ($menu_order == 1) {
2218
-                                $post_type = get_post_type($last_postid);
2219
-                                $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($sub_dir . '/' . $image_name, $last_postid)));
2220
-                            }
2221
-                            $menu_order++;
2222
-                        }
2223
-                    }
2224
-
2225
-                    $gd_post_info['package_id'] = $package_id;
2226
-
2227
-                    /** This action is documented in geodirectory-functions/post-functions.php */
2228
-                    do_action('geodir_after_save_listing', $last_postid, $gd_post_info);
2229
-
2230
-                    if (!empty($buffer[5])) {
2231
-                        if (in_array($buffer[5], geodir_get_posttypes())) {
2232
-                            $taxonomies = geodir_get_posttype_info(addslashes($buffer[5]));
2233
-                            wp_set_object_terms($last_postid, $my_post['post_tags'], $taxonomy = $taxonomies['taxonomies'][1]);
2234
-                            wp_set_object_terms($last_postid, $my_post['post_category'], $taxonomy = $taxonomies['taxonomies'][0]);
2235
-
2236
-                            $post_default_category = isset($my_post['post_default_category']) ? $my_post['post_default_category'] : '';
2237
-                            $post_category_str = isset($my_post['post_category_str']) ? $my_post['post_category_str'] : '';
2238
-                            geodir_set_postcat_structure($last_postid, $taxonomy, $post_default_category, $post_category_str);
2239
-                        }
2240
-                    }
2241
-                } else {
2242
-                    $invalid_title++;
2243
-                }
2244
-            }
2245
-        }
2246
-    }
2247
-    $return['rowcount'] = $countpost;
2248
-    $return['invalidcount'] = $address_invalid;
2249
-    $return['blank_address'] = $blank_address;
2250
-    $return['upload_files'] = $upload_files;
2251
-    $return['invalid_post_type'] = $invalid_post_type;
2252
-    $return['invalid_title'] = $invalid_title;
2253
-    $return['total_records'] = $total_records;
2254
-
2255
-    echo json_encode($return);
2256
-    exit;
2117
+					$my_post['post_title'] = $post_title;
2118
+					$my_post['post_content'] = $post_desc;
2119
+					$my_post['post_type'] = addslashes($buffer[5]);
2120
+					$my_post['post_author'] = $current_post_author;
2121
+					$my_post['post_status'] = $post_status;
2122
+					$my_post['post_category'] = $catids_arr;
2123
+					$my_post['post_tags'] = $tag_arr;
2124
+
2125
+					$gd_post_info['post_tags'] = $tag_arr;
2126
+					$gd_post_info['post_title'] = $post_title;
2127
+					$gd_post_info['post_status'] = $post_status;
2128
+					$gd_post_info['submit_time'] = time();
2129
+					$gd_post_info['submit_ip'] = $_SERVER['REMOTE_ADDR'];
2130
+
2131
+					$last_postid = wp_insert_post($my_post);
2132
+					$countpost++;
2133
+
2134
+					// Check if we need to save post location as new location
2135
+					if ($location_result->location_id > 0) {
2136
+						if (isset($post_city) && isset($post_region)) {
2137
+							$request_info['post_location'] = array(
2138
+								'city' => $post_city,
2139
+								'region' => $post_region,
2140
+								'country' => $post_country,
2141
+								'geo_lat' => $post_latitude,
2142
+								'geo_lng' => $post_longitude
2143
+							);
2144
+
2145
+							$post_location_info = $request_info['post_location'];
2146
+							if ($location_id = geodir_add_new_location($post_location_info))
2147
+								$post_location_id = $location_id;
2148
+						} else {
2149
+							$post_location_id = 0;
2150
+						}
2151
+					} else {
2152
+						$post_location_id = 0;
2153
+					}
2154
+
2155
+					/* ------- get default package info ----- */
2156
+					$payment_info = array();
2157
+					$package_info = array();
2158
+
2159
+					$package_info = (array)geodir_post_package_info($package_info, '', $buffer[5]);
2160
+					$package_id = '';
2161
+					if (isset($gd_post_info['package_id']) && $gd_post_info['package_id'] != '') {
2162
+						$package_id = $gd_post_info['package_id'];
2163
+					}
2164
+
2165
+					if (!empty($package_info)) {
2166
+						$payment_info['package_id'] = $package_info['pid'];
2167
+
2168
+						if (isset($package_info['alive_days']) && $package_info['alive_days'] != 0) {
2169
+							$payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['alive_days'] . " days"));
2170
+						} else {
2171
+							$payment_info['expire_date'] = 'Never';
2172
+						}
2173
+
2174
+						$gd_post_info = array_merge($gd_post_info, $payment_info);
2175
+					}
2176
+
2177
+					$gd_post_info['post_location_id'] = $post_location_id;
2178
+
2179
+					$post_type = get_post_type($last_postid);
2180
+
2181
+					$table = $plugin_prefix . $post_type . '_detail';
2182
+
2183
+					geodir_save_post_info($last_postid, $gd_post_info);
2184
+
2185
+					if (!empty($image_names)) {
2186
+						$upload_files++;
2187
+						$menu_order = 1;
2188
+
2189
+						foreach ($image_names as $image_name) {
2190
+							$img_name_arr = explode('.', $image_name);
2191
+
2192
+							$uploads = wp_upload_dir();
2193
+							$sub_dir = $uploads['subdir'];
2194
+
2195
+							$arr_file_type = wp_check_filetype($image_name);
2196
+							$uploaded_file_type = $arr_file_type['type'];
2197
+
2198
+							$attachment = array();
2199
+							$attachment['post_id'] = $last_postid;
2200
+							$attachment['title'] = $img_name_arr[0];
2201
+							$attachment['content'] = '';
2202
+							$attachment['file'] = $sub_dir . '/' . $image_name;
2203
+							$attachment['mime_type'] = $uploaded_file_type;
2204
+							$attachment['menu_order'] = $menu_order;
2205
+							$attachment['is_featured'] = 0;
2206
+
2207
+							$attachment_set = '';
2208
+
2209
+							foreach ($attachment as $key => $val) {
2210
+								if ($val != '')
2211
+									$attachment_set .= $key . " = '" . $val . "', ";
2212
+							}
2213
+							$attachment_set = trim($attachment_set, ", ");
2214
+
2215
+							$wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
2216
+
2217
+							if ($menu_order == 1) {
2218
+								$post_type = get_post_type($last_postid);
2219
+								$wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($sub_dir . '/' . $image_name, $last_postid)));
2220
+							}
2221
+							$menu_order++;
2222
+						}
2223
+					}
2224
+
2225
+					$gd_post_info['package_id'] = $package_id;
2226
+
2227
+					/** This action is documented in geodirectory-functions/post-functions.php */
2228
+					do_action('geodir_after_save_listing', $last_postid, $gd_post_info);
2229
+
2230
+					if (!empty($buffer[5])) {
2231
+						if (in_array($buffer[5], geodir_get_posttypes())) {
2232
+							$taxonomies = geodir_get_posttype_info(addslashes($buffer[5]));
2233
+							wp_set_object_terms($last_postid, $my_post['post_tags'], $taxonomy = $taxonomies['taxonomies'][1]);
2234
+							wp_set_object_terms($last_postid, $my_post['post_category'], $taxonomy = $taxonomies['taxonomies'][0]);
2235
+
2236
+							$post_default_category = isset($my_post['post_default_category']) ? $my_post['post_default_category'] : '';
2237
+							$post_category_str = isset($my_post['post_category_str']) ? $my_post['post_category_str'] : '';
2238
+							geodir_set_postcat_structure($last_postid, $taxonomy, $post_default_category, $post_category_str);
2239
+						}
2240
+					}
2241
+				} else {
2242
+					$invalid_title++;
2243
+				}
2244
+			}
2245
+		}
2246
+	}
2247
+	$return['rowcount'] = $countpost;
2248
+	$return['invalidcount'] = $address_invalid;
2249
+	$return['blank_address'] = $blank_address;
2250
+	$return['upload_files'] = $upload_files;
2251
+	$return['invalid_post_type'] = $invalid_post_type;
2252
+	$return['invalid_title'] = $invalid_title;
2253
+	$return['total_records'] = $total_records;
2254
+
2255
+	echo json_encode($return);
2256
+	exit;
2257 2257
 }
2258 2258
 
2259 2259
 // Add the tab in left sidebar menu fro import & export page.
@@ -2273,9 +2273,9 @@  discard block
 block discarded – undo
2273 2273
  * @param $post object $post The post object of the post being saved.
2274 2274
  */
2275 2275
 function geodir_update_location_prefix($post_id,$post){
2276
-    if($post->post_type=='page' && $post->post_name && $post_id==get_option('geodir_location_page')){
2277
-        update_option('geodir_location_prefix',$post->post_name);
2278
-    }
2276
+	if($post->post_type=='page' && $post->post_name && $post_id==get_option('geodir_location_page')){
2277
+		update_option('geodir_location_prefix',$post->post_name);
2278
+	}
2279 2279
 
2280 2280
 }
2281 2281
 
@@ -2286,50 +2286,50 @@  discard block
 block discarded – undo
2286 2286
 function geodir_ga_callback(){
2287 2287
 
2288 2288
 if(isset($_REQUEST['code']) && $_REQUEST['code']) {
2289
-    $oAuthURL = "https://www.googleapis.com/oauth2/v3/token?";
2290
-    $code = "code=".$_REQUEST['code'];
2291
-    $grant_type = "&grant_type=authorization_code";
2292
-    $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
2293
-    $client_id = "&client_id=".get_option('geodir_ga_client_id');
2294
-    $client_secret = "&client_secret=".get_option('geodir_ga_client_secret');
2289
+	$oAuthURL = "https://www.googleapis.com/oauth2/v3/token?";
2290
+	$code = "code=".$_REQUEST['code'];
2291
+	$grant_type = "&grant_type=authorization_code";
2292
+	$redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
2293
+	$client_id = "&client_id=".get_option('geodir_ga_client_id');
2294
+	$client_secret = "&client_secret=".get_option('geodir_ga_client_secret');
2295 2295
 
2296
-    $auth_url = $oAuthURL . $code . $redirect_uri .  $grant_type . $client_id .$client_secret;
2296
+	$auth_url = $oAuthURL . $code . $redirect_uri .  $grant_type . $client_id .$client_secret;
2297 2297
 
2298
-    $response = wp_remote_post($auth_url, array('timeout' => 15));
2298
+	$response = wp_remote_post($auth_url, array('timeout' => 15));
2299 2299
 
2300
-    //print_r($response);
2300
+	//print_r($response);
2301 2301
 
2302
-    $error_msg =  __('Something went wrong','geodirectory');
2303
-    if(!empty($response['response']['code']) && $response['response']['code']==200){
2302
+	$error_msg =  __('Something went wrong','geodirectory');
2303
+	if(!empty($response['response']['code']) && $response['response']['code']==200){
2304 2304
 
2305
-        $parts = json_decode($response['body']);
2306
-        //print_r($parts);
2307
-        if(!isset($parts->access_token)){echo $error_msg." - #1";exit;}
2308
-        else{
2305
+		$parts = json_decode($response['body']);
2306
+		//print_r($parts);
2307
+		if(!isset($parts->access_token)){echo $error_msg." - #1";exit;}
2308
+		else{
2309 2309
 
2310
-            update_option('gd_ga_access_token', $parts->access_token);
2311
-            update_option('gd_ga_refresh_token', $parts->refresh_token);
2312
-            ?><script>window.close();</script><?php
2313
-        }
2310
+			update_option('gd_ga_access_token', $parts->access_token);
2311
+			update_option('gd_ga_refresh_token', $parts->refresh_token);
2312
+			?><script>window.close();</script><?php
2313
+		}
2314 2314
 
2315 2315
 
2316
-    }
2317
-    elseif(!empty($response['response']['code'])) {
2318
-        $parts = json_decode($response['body']);
2316
+	}
2317
+	elseif(!empty($response['response']['code'])) {
2318
+		$parts = json_decode($response['body']);
2319 2319
 
2320
-        if(isset($parts->error)){
2321
-            echo $parts->error.": ".$parts->error_description;exit;
2322
-        }else{
2323
-            echo $error_msg." - #2";exit;
2324
-        }
2320
+		if(isset($parts->error)){
2321
+			echo $parts->error.": ".$parts->error_description;exit;
2322
+		}else{
2323
+			echo $error_msg." - #2";exit;
2324
+		}
2325 2325
 
2326
-    }else{
2326
+	}else{
2327 2327
 
2328
-        echo $error_msg." - #3";exit;
2328
+		echo $error_msg." - #3";exit;
2329 2329
 
2330
-    }
2330
+	}
2331 2331
 }
2332
-    exit;
2332
+	exit;
2333 2333
 }
2334 2334
 
2335 2335
 if (isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'permalink_settings') {
@@ -2345,45 +2345,45 @@  discard block
 block discarded – undo
2345 2345
  * @return array Array of settings.
2346 2346
  */
2347 2347
 function geodir_uninstall_settings($general_settings) {
2348
-    $settings   = array();
2349
-    $settings[] = array('type' => 'title', 'id' => 'uninstall_settings', 'name' => __('Uninstall Settings', 'geodirectory'));
2350
-    $settings[] = array('type' => 'sectionstart', 'id' => 'uninstall_settings_main', 'name' => __('Remove Data on Uninstall?', 'geodirectory' ));
2348
+	$settings   = array();
2349
+	$settings[] = array('type' => 'title', 'id' => 'uninstall_settings', 'name' => __('Uninstall Settings', 'geodirectory'));
2350
+	$settings[] = array('type' => 'sectionstart', 'id' => 'uninstall_settings_main', 'name' => __('Remove Data on Uninstall?', 'geodirectory' ));
2351 2351
     
2352
-    $plugins    = get_plugins();
2353
-    $un_plugins = apply_filters('geodir_plugins_uninstall_settings', array());
2352
+	$plugins    = get_plugins();
2353
+	$un_plugins = apply_filters('geodir_plugins_uninstall_settings', array());
2354 2354
     
2355
-    if (!empty($plugins) && !empty($un_plugins)) {
2356
-        foreach ($plugins as $plugin => $data) {
2357
-            $plugin_name = plugin_basename(dirname($plugin));
2355
+	if (!empty($plugins) && !empty($un_plugins)) {
2356
+		foreach ($plugins as $plugin => $data) {
2357
+			$plugin_name = plugin_basename(dirname($plugin));
2358 2358
             
2359
-            if (in_array($plugin_name, $un_plugins)) {
2360
-                $settings[] = array(
2361
-                    'type' => 'checkbox',
2362
-                    'id' => 'geodir_un_' . $plugin_name,
2363
-                    'name' => $data['Name'],
2364
-                    'desc' => __('Remove all data when deleted?', 'geodirectory'),
2365
-                    'std' => '0'
2366
-                );
2367
-            }
2368
-        }
2369
-    }
2359
+			if (in_array($plugin_name, $un_plugins)) {
2360
+				$settings[] = array(
2361
+					'type' => 'checkbox',
2362
+					'id' => 'geodir_un_' . $plugin_name,
2363
+					'name' => $data['Name'],
2364
+					'desc' => __('Remove all data when deleted?', 'geodirectory'),
2365
+					'std' => '0'
2366
+				);
2367
+			}
2368
+		}
2369
+	}
2370 2370
         
2371
-    $settings[] = array('type' => 'sectionend', 'id' => 'uninstall_settings_main');
2371
+	$settings[] = array('type' => 'sectionend', 'id' => 'uninstall_settings_main');
2372 2372
     
2373
-    /**
2374
-     * Filter the uninstall settings array.
2375
-     *
2376
-     * @since 1.6.9
2377
-     *
2378
-     * @param array $settings The settings array.
2379
-     */
2380
-    $settings = apply_filters('geodir_uninstall_settings', $settings);
2373
+	/**
2374
+	 * Filter the uninstall settings array.
2375
+	 *
2376
+	 * @since 1.6.9
2377
+	 *
2378
+	 * @param array $settings The settings array.
2379
+	 */
2380
+	$settings = apply_filters('geodir_uninstall_settings', $settings);
2381 2381
     
2382
-    if (!empty($settings) && count($settings) > 3) {
2383
-        return array_merge($general_settings, $settings);
2384
-    }
2382
+	if (!empty($settings) && count($settings) > 3) {
2383
+		return array_merge($general_settings, $settings);
2384
+	}
2385 2385
     
2386
-    return $general_settings;
2386
+	return $general_settings;
2387 2387
 }
2388 2388
 add_filter('geodir_general_settings', 'geodir_uninstall_settings', 100, 1);
2389 2389
 
@@ -2393,7 +2393,7 @@  discard block
 block discarded – undo
2393 2393
  * @since 1.6.9
2394 2394
  */
2395 2395
 function geodir_uninstall_settings_desc() {
2396
-    echo '<p class="gd-un-settings-desc">' . __('Select the plugins that you would like to completely remove all of its data when the plugin is deleted.', 'geodirectory') . '</p>';
2396
+	echo '<p class="gd-un-settings-desc">' . __('Select the plugins that you would like to completely remove all of its data when the plugin is deleted.', 'geodirectory') . '</p>';
2397 2397
 }
2398 2398
 add_action('geodir_settings_uninstall_settings_main_start', 'geodir_uninstall_settings_desc');
2399 2399
 
@@ -2409,18 +2409,18 @@  discard block
 block discarded – undo
2409 2409
  * @return array The settings array.
2410 2410
  */
2411 2411
 function geodir_resave_settings($settings = array()) {
2412
-    if (!empty($settings) && is_array($settings)) {
2413
-        $c = 0;
2412
+	if (!empty($settings) && is_array($settings)) {
2413
+		$c = 0;
2414 2414
         
2415
-        foreach ($settings as $setting) {
2416
-            if (!empty($setting['id']) && false !== ($value = get_option($setting['id']))) {
2417
-                $settings[$c]['std'] = $value;
2418
-            }
2419
-            $c++;
2420
-        }
2421
-    }
2422
-
2423
-    return $settings;
2415
+		foreach ($settings as $setting) {
2416
+			if (!empty($setting['id']) && false !== ($value = get_option($setting['id']))) {
2417
+				$settings[$c]['std'] = $value;
2418
+			}
2419
+			$c++;
2420
+		}
2421
+	}
2422
+
2423
+	return $settings;
2424 2424
 }
2425 2425
 
2426 2426
 /**
@@ -2432,8 +2432,8 @@  discard block
 block discarded – undo
2432 2432
  * @return array The modified settings.
2433 2433
  */
2434 2434
 function geodir_core_uninstall_settings($settings) {
2435
-    $settings[] = plugin_basename(dirname(dirname(__FILE__)));
2435
+	$settings[] = plugin_basename(dirname(dirname(__FILE__)));
2436 2436
     
2437
-    return $settings;
2437
+	return $settings;
2438 2438
 }
2439 2439
 add_filter('geodir_plugins_uninstall_settings', 'geodir_core_uninstall_settings', 10, 1);
2440 2440
\ No newline at end of file
Please login to merge, or discard this patch.