Test Failed
Push — master ( f5f5fe...9630d5 )
by Stiofan
04:13
created
geodirectory-admin/admin_functions.php 1 patch
Indentation   +2908 added lines, -2908 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 geodir_utf8_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,26 +1147,26 @@  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 geodir_utf8_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 geodir_utf8_ucfirst($val); ?>"><?php
1153
+							} else if (strpos($key, 'optgroup_end-') === 0) {
1154
+								?></optgroup><?php
1155
+							} else {
1156
+								?>
1157 1157
                                 <option value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values)));?>>
1158 1158
                                     <?php echo geodir_utf8_ucfirst($val) ?>
1159 1159
                                 </option>
1160 1160
                             <?php
1161
-                            }
1162
-                        }
1163
-                        ?>
1161
+							}
1162
+						}
1163
+						?>
1164 1164
                     </select> <span class="description"><?php echo $value['desc'] ?></span>
1165 1165
                 </td>
1166 1166
                 </tr><?php
1167
-                break;
1168
-            case 'file':
1169
-                ?>
1167
+				break;
1168
+			case 'file':
1169
+				?>
1170 1170
                 <tr valign="top">
1171 1171
                 <th scope="row" class="titledesc"><?php echo $value['name']; ?></th>
1172 1172
                 <td class="forminp">
@@ -1186,87 +1186,87 @@  discard block
 block discarded – undo
1186 1186
                     <?php } ?>
1187 1187
                 </td>
1188 1188
                 </tr><?php
1189
-                break;
1190
-            case 'map_default_settings' :
1191
-                ?>
1189
+				break;
1190
+			case 'map_default_settings' :
1191
+				?>
1192 1192
 
1193 1193
                 <tr valign="top">
1194 1194
                     <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory');?></th>
1195 1195
                     <td width="60%">
1196 1196
                         <select name="geodir_default_map_language" style="width:60%">
1197 1197
                             <?php
1198
-                            $arr_map_langages = array(
1199
-                                'ar' => __('ARABIC', 'geodirectory'),
1200
-                                'eu' => __('BASQUE', 'geodirectory'),
1201
-                                'bg' => __('BULGARIAN', 'geodirectory'),
1202
-                                'bn' => __('BENGALI', 'geodirectory'),
1203
-                                'ca' => __('CATALAN', 'geodirectory'),
1204
-                                'cs' => __('CZECH', 'geodirectory'),
1205
-                                'da' => __('DANISH', 'geodirectory'),
1206
-                                'de' => __('GERMAN', 'geodirectory'),
1207
-                                'el' => __('GREEK', 'geodirectory'),
1208
-                                'en' => __('ENGLISH', 'geodirectory'),
1209
-                                'en-AU' => __('ENGLISH (AUSTRALIAN)', 'geodirectory'),
1210
-                                'en-GB' => __('ENGLISH (GREAT BRITAIN)', 'geodirectory'),
1211
-                                'es' => __('SPANISH', 'geodirectory'),
1212
-                                'eu' => __('BASQUE', 'geodirectory'),
1213
-                                'fa' => __('FARSI', 'geodirectory'),
1214
-                                'fi' => __('FINNISH', 'geodirectory'),
1215
-                                'fil' => __('FILIPINO', 'geodirectory'),
1216
-                                'fr' => __('FRENCH', 'geodirectory'),
1217
-                                'gl' => __('GALICIAN', 'geodirectory'),
1218
-                                'gu' => __('GUJARATI', 'geodirectory'),
1219
-                                'hi' => __('HINDI', 'geodirectory'),
1220
-                                'hr' => __('CROATIAN', 'geodirectory'),
1221
-                                'hu' => __('HUNGARIAN', 'geodirectory'),
1222
-                                'id' => __('INDONESIAN', 'geodirectory'),
1223
-                                'it' => __('ITALIAN', 'geodirectory'),
1224
-                                'iw' => __('HEBREW', 'geodirectory'),
1225
-                                'ja' => __('JAPANESE', 'geodirectory'),
1226
-                                'kn' => __('KANNADA', 'geodirectory'),
1227
-                                'ko' => __('KOREAN', 'geodirectory'),
1228
-                                'lt' => __('LITHUANIAN', 'geodirectory'),
1229
-                                'lv' => __('LATVIAN', 'geodirectory'),
1230
-                                'ml' => __('MALAYALAM', 'geodirectory'),
1231
-                                'mr' => __('MARATHI', 'geodirectory'),
1232
-                                'nl' => __('DUTCH', 'geodirectory'),
1233
-                                'no' => __('NORWEGIAN', 'geodirectory'),
1234
-                                'pl' => __('POLISH', 'geodirectory'),
1235
-                                'pt' => __('PORTUGUESE', 'geodirectory'),
1236
-                                'pt-BR' => __('PORTUGUESE (BRAZIL)', 'geodirectory'),
1237
-                                'pt-PT' => __('PORTUGUESE (PORTUGAL)', 'geodirectory'),
1238
-                                'ro' => __('ROMANIAN', 'geodirectory'),
1239
-                                'ru' => __('RUSSIAN', 'geodirectory'),
1240
-                                'ru' => __('RUSSIAN', 'geodirectory'),
1241
-                                'sk' => __('SLOVAK', 'geodirectory'),
1242
-                                'sl' => __('SLOVENIAN', 'geodirectory'),
1243
-                                'sr' => __('SERBIAN', 'geodirectory'),
1244
-                                'sv' => __('	SWEDISH', 'geodirectory'),
1245
-                                'tl' => __('TAGALOG', 'geodirectory'),
1246
-                                'ta' => __('TAMIL', 'geodirectory'),
1247
-                                'te' => __('TELUGU', 'geodirectory'),
1248
-                                'th' => __('THAI', 'geodirectory'),
1249
-                                'tr' => __('TURKISH', 'geodirectory'),
1250
-                                'uk' => __('UKRAINIAN', 'geodirectory'),
1251
-                                'vi' => __('VIETNAMESE', 'geodirectory'),
1252
-                                'zh-CN' => __('CHINESE (SIMPLIFIED)', 'geodirectory'),
1253
-                                'zh-TW' => __('CHINESE (TRADITIONAL)', 'geodirectory'),
1254
-                            );
1255
-                            $geodir_default_map_language = get_option('geodir_default_map_language');
1256
-                            if (empty($geodir_default_map_language))
1257
-                                $geodir_default_map_language = 'en';
1258
-                            foreach ($arr_map_langages as $language_key => $language_txt) {
1259
-                                if (!empty($geodir_default_map_language) && $language_key == $geodir_default_map_language)
1260
-                                    $geodir_default_language_selected = "selected='selected'";
1261
-                                else
1262
-                                    $geodir_default_language_selected = '';
1263
-
1264
-                                ?>
1198
+							$arr_map_langages = array(
1199
+								'ar' => __('ARABIC', 'geodirectory'),
1200
+								'eu' => __('BASQUE', 'geodirectory'),
1201
+								'bg' => __('BULGARIAN', 'geodirectory'),
1202
+								'bn' => __('BENGALI', 'geodirectory'),
1203
+								'ca' => __('CATALAN', 'geodirectory'),
1204
+								'cs' => __('CZECH', 'geodirectory'),
1205
+								'da' => __('DANISH', 'geodirectory'),
1206
+								'de' => __('GERMAN', 'geodirectory'),
1207
+								'el' => __('GREEK', 'geodirectory'),
1208
+								'en' => __('ENGLISH', 'geodirectory'),
1209
+								'en-AU' => __('ENGLISH (AUSTRALIAN)', 'geodirectory'),
1210
+								'en-GB' => __('ENGLISH (GREAT BRITAIN)', 'geodirectory'),
1211
+								'es' => __('SPANISH', 'geodirectory'),
1212
+								'eu' => __('BASQUE', 'geodirectory'),
1213
+								'fa' => __('FARSI', 'geodirectory'),
1214
+								'fi' => __('FINNISH', 'geodirectory'),
1215
+								'fil' => __('FILIPINO', 'geodirectory'),
1216
+								'fr' => __('FRENCH', 'geodirectory'),
1217
+								'gl' => __('GALICIAN', 'geodirectory'),
1218
+								'gu' => __('GUJARATI', 'geodirectory'),
1219
+								'hi' => __('HINDI', 'geodirectory'),
1220
+								'hr' => __('CROATIAN', 'geodirectory'),
1221
+								'hu' => __('HUNGARIAN', 'geodirectory'),
1222
+								'id' => __('INDONESIAN', 'geodirectory'),
1223
+								'it' => __('ITALIAN', 'geodirectory'),
1224
+								'iw' => __('HEBREW', 'geodirectory'),
1225
+								'ja' => __('JAPANESE', 'geodirectory'),
1226
+								'kn' => __('KANNADA', 'geodirectory'),
1227
+								'ko' => __('KOREAN', 'geodirectory'),
1228
+								'lt' => __('LITHUANIAN', 'geodirectory'),
1229
+								'lv' => __('LATVIAN', 'geodirectory'),
1230
+								'ml' => __('MALAYALAM', 'geodirectory'),
1231
+								'mr' => __('MARATHI', 'geodirectory'),
1232
+								'nl' => __('DUTCH', 'geodirectory'),
1233
+								'no' => __('NORWEGIAN', 'geodirectory'),
1234
+								'pl' => __('POLISH', 'geodirectory'),
1235
+								'pt' => __('PORTUGUESE', 'geodirectory'),
1236
+								'pt-BR' => __('PORTUGUESE (BRAZIL)', 'geodirectory'),
1237
+								'pt-PT' => __('PORTUGUESE (PORTUGAL)', 'geodirectory'),
1238
+								'ro' => __('ROMANIAN', 'geodirectory'),
1239
+								'ru' => __('RUSSIAN', 'geodirectory'),
1240
+								'ru' => __('RUSSIAN', 'geodirectory'),
1241
+								'sk' => __('SLOVAK', 'geodirectory'),
1242
+								'sl' => __('SLOVENIAN', 'geodirectory'),
1243
+								'sr' => __('SERBIAN', 'geodirectory'),
1244
+								'sv' => __('	SWEDISH', 'geodirectory'),
1245
+								'tl' => __('TAGALOG', 'geodirectory'),
1246
+								'ta' => __('TAMIL', 'geodirectory'),
1247
+								'te' => __('TELUGU', 'geodirectory'),
1248
+								'th' => __('THAI', 'geodirectory'),
1249
+								'tr' => __('TURKISH', 'geodirectory'),
1250
+								'uk' => __('UKRAINIAN', 'geodirectory'),
1251
+								'vi' => __('VIETNAMESE', 'geodirectory'),
1252
+								'zh-CN' => __('CHINESE (SIMPLIFIED)', 'geodirectory'),
1253
+								'zh-TW' => __('CHINESE (TRADITIONAL)', 'geodirectory'),
1254
+							);
1255
+							$geodir_default_map_language = get_option('geodir_default_map_language');
1256
+							if (empty($geodir_default_map_language))
1257
+								$geodir_default_map_language = 'en';
1258
+							foreach ($arr_map_langages as $language_key => $language_txt) {
1259
+								if (!empty($geodir_default_map_language) && $language_key == $geodir_default_map_language)
1260
+									$geodir_default_language_selected = "selected='selected'";
1261
+								else
1262
+									$geodir_default_language_selected = '';
1263
+
1264
+								?>
1265 1265
                                 <option
1266 1266
                                     value="<?php echo $language_key?>" <?php echo $geodir_default_language_selected; ?>><?php echo $language_txt; ?></option>
1267 1267
 
1268 1268
                             <?php }
1269
-                            ?>
1269
+							?>
1270 1270
                         </select>
1271 1271
                     </td>
1272 1272
                 </tr>
@@ -1277,46 +1277,46 @@  discard block
 block discarded – undo
1277 1277
                     <td width="60%">
1278 1278
                         <select name="geodir_default_map_search_pt" style="width:60%">
1279 1279
                             <?php
1280
-                            $post_types = geodir_get_posttypes('array');
1281
-                            $geodir_default_map_search_pt = get_option('geodir_default_map_search_pt');
1282
-                            if (empty($geodir_default_map_search_pt))
1283
-                                $geodir_default_map_search_pt = 'gd_place';
1284
-                            if (is_array($post_types)) {
1285
-                                foreach ($post_types as $key => $post_types_obj) {
1286
-                                    if (!empty($geodir_default_map_search_pt) && $key == $geodir_default_map_search_pt)
1287
-                                        $geodir_search_pt_selected = "selected='selected'";
1288
-                                    else
1289
-                                        $geodir_search_pt_selected = '';
1290
-
1291
-                                    ?>
1280
+							$post_types = geodir_get_posttypes('array');
1281
+							$geodir_default_map_search_pt = get_option('geodir_default_map_search_pt');
1282
+							if (empty($geodir_default_map_search_pt))
1283
+								$geodir_default_map_search_pt = 'gd_place';
1284
+							if (is_array($post_types)) {
1285
+								foreach ($post_types as $key => $post_types_obj) {
1286
+									if (!empty($geodir_default_map_search_pt) && $key == $geodir_default_map_search_pt)
1287
+										$geodir_search_pt_selected = "selected='selected'";
1288
+									else
1289
+										$geodir_search_pt_selected = '';
1290
+
1291
+									?>
1292 1292
                                     <option
1293 1293
                                         value="<?php echo $key?>" <?php echo $geodir_search_pt_selected; ?>><?php echo __($post_types_obj['labels']['singular_name'], 'geodirectory'); ?></option>
1294 1294
 
1295 1295
                                 <?php }
1296 1296
 
1297
-                            }
1297
+							}
1298 1298
 
1299
-                            ?>
1299
+							?>
1300 1300
                         </select>
1301 1301
                     </td>
1302 1302
                 </tr>
1303 1303
 
1304 1304
                 <?php
1305
-                break;
1305
+				break;
1306 1306
 
1307
-            case 'map':
1308
-                ?>
1307
+			case 'map':
1308
+				?>
1309 1309
                 <tr valign="top">
1310 1310
                     <td class="forminp">
1311 1311
                         <?php
1312
-                        global $post_cat, $cat_display;
1313
-                        $post_types = geodir_get_posttypes('object');
1314
-                        $cat_display = 'checkbox';
1315
-                        $gd_post_types = get_option('geodir_exclude_post_type_on_map');
1316
-                        $gd_cats = get_option('geodir_exclude_cat_on_map');
1317
-                        $gd_cats_upgrade = (int)get_option('geodir_exclude_cat_on_map_upgrade');
1318
-                        $count = 1;
1319
-                        ?>
1312
+						global $post_cat, $cat_display;
1313
+						$post_types = geodir_get_posttypes('object');
1314
+						$cat_display = 'checkbox';
1315
+						$gd_post_types = get_option('geodir_exclude_post_type_on_map');
1316
+						$gd_cats = get_option('geodir_exclude_cat_on_map');
1317
+						$gd_cats_upgrade = (int)get_option('geodir_exclude_cat_on_map_upgrade');
1318
+						$count = 1;
1319
+						?>
1320 1320
                         <table width="70%" class="widefat">
1321 1321
                             <thead>
1322 1322
                             <tr>
@@ -1325,18 +1325,18 @@  discard block
 block discarded – undo
1325 1325
                                 <th><b><?php echo DESIGN_POST_TYPE_CAT; ?></b></th>
1326 1326
                             </tr>
1327 1327
                             <?php
1328
-                            $gd_categs = $gd_cats;
1329
-                            foreach ($post_types as $key => $post_types_obj) :
1330
-                                $checked = is_array($gd_post_types) && in_array($key, $gd_post_types) ? 'checked="checked"' : '';
1331
-                                $gd_taxonomy = geodir_get_taxonomies($key);
1332
-                                if ($gd_cats_upgrade) {
1333
-                                    $gd_cat_taxonomy = isset($gd_taxonomy[0]) ? $gd_taxonomy[0] : '';
1334
-                                    $gd_cats = isset($gd_categs[$gd_cat_taxonomy]) ? $gd_categs[$gd_cat_taxonomy] : array();
1335
-                                    $gd_cats = !empty($gd_cats) && is_array($gd_cats) ? array_unique($gd_cats) : array();
1336
-                                }
1337
-                                $post_cat = implode(',', $gd_cats);
1338
-                                $gd_taxonomy_list = geodir_custom_taxonomy_walker($gd_taxonomy);
1339
-                                ?>
1328
+							$gd_categs = $gd_cats;
1329
+							foreach ($post_types as $key => $post_types_obj) :
1330
+								$checked = is_array($gd_post_types) && in_array($key, $gd_post_types) ? 'checked="checked"' : '';
1331
+								$gd_taxonomy = geodir_get_taxonomies($key);
1332
+								if ($gd_cats_upgrade) {
1333
+									$gd_cat_taxonomy = isset($gd_taxonomy[0]) ? $gd_taxonomy[0] : '';
1334
+									$gd_cats = isset($gd_categs[$gd_cat_taxonomy]) ? $gd_categs[$gd_cat_taxonomy] : array();
1335
+									$gd_cats = !empty($gd_cats) && is_array($gd_cats) ? array_unique($gd_cats) : array();
1336
+								}
1337
+								$post_cat = implode(',', $gd_cats);
1338
+								$gd_taxonomy_list = geodir_custom_taxonomy_walker($gd_taxonomy);
1339
+								?>
1340 1340
                                 <tr>
1341 1341
                                     <td valign="top" width="5%"><?php echo $count; ?></td>
1342 1342
                                     <td valign="top" width="25%" id="td_post_types"><input type="checkbox"
@@ -1357,19 +1357,19 @@  discard block
 block discarded – undo
1357 1357
                     </td>
1358 1358
                 </tr>
1359 1359
                 <?php
1360
-                break;
1360
+				break;
1361 1361
 
1362
-            case 'checkbox' :
1362
+			case 'checkbox' :
1363 1363
 
1364
-                if (!isset($value['checkboxgroup']) || (isset($value['checkboxgroup']) && $value['checkboxgroup'] == 'start')) :
1365
-                    ?>
1364
+				if (!isset($value['checkboxgroup']) || (isset($value['checkboxgroup']) && $value['checkboxgroup'] == 'start')) :
1365
+					?>
1366 1366
                     <tr valign="top">
1367 1367
                     <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1368 1368
                     <td class="forminp">
1369 1369
                 <?php
1370
-                endif;
1370
+				endif;
1371 1371
 
1372
-                ?>
1372
+				?>
1373 1373
                 <fieldset>
1374 1374
                     <legend class="screen-reader-text"><span><?php echo $value['name'] ?></span></legend>
1375 1375
                     <label for="<?php echo $value['id'] ?>">
@@ -1379,49 +1379,49 @@  discard block
 block discarded – undo
1379 1379
                 </fieldset>
1380 1380
                 <?php
1381 1381
 
1382
-                if (!isset($value['checkboxgroup']) || (isset($value['checkboxgroup']) && $value['checkboxgroup'] == 'end')) :
1383
-                    ?>
1382
+				if (!isset($value['checkboxgroup']) || (isset($value['checkboxgroup']) && $value['checkboxgroup'] == 'end')) :
1383
+					?>
1384 1384
                     </td>
1385 1385
                     </tr>
1386 1386
                 <?php
1387
-                endif;
1387
+				endif;
1388 1388
 
1389
-                break;
1389
+				break;
1390 1390
 
1391
-            case 'radio' :
1391
+			case 'radio' :
1392 1392
 
1393
-                if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'start')) :
1394
-                    ?>
1393
+				if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'start')) :
1394
+					?>
1395 1395
                     <tr valign="top">
1396 1396
                     <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1397 1397
                     <td class="forminp">
1398 1398
                 <?php
1399
-                endif;
1399
+				endif;
1400 1400
 
1401
-                ?>
1401
+				?>
1402 1402
                 <fieldset>
1403 1403
                     <legend class="screen-reader-text"><span><?php echo $value['name'] ?></span></legend>
1404 1404
                     <label for="<?php echo $value['id'];?>">
1405 1405
                         <input name="<?php echo esc_attr($value['id']); ?>"
1406 1406
                                id="<?php echo esc_attr($value['id'] . $value['value']); ?>" type="radio"
1407 1407
                                value="<?php echo $value['value'] ?>" <?php if (get_option($value['id']) == $value['value']) {
1408
-                            echo 'checked="checked"';
1409
-                        }elseif(get_option($value['id'])=='' && $value['std']==$value['value']){echo 'checked="checked"';} ?> />
1408
+							echo 'checked="checked"';
1409
+						}elseif(get_option($value['id'])=='' && $value['std']==$value['value']){echo 'checked="checked"';} ?> />
1410 1410
                         <?php echo $value['desc']; ?></label><br>
1411 1411
                 </fieldset>
1412 1412
                 <?php
1413 1413
 
1414
-                if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'end')) :
1415
-                    ?>
1414
+				if (!isset($value['radiogroup']) || (isset($value['radiogroup']) && $value['radiogroup'] == 'end')) :
1415
+					?>
1416 1416
                     </td>
1417 1417
                     </tr>
1418 1418
                 <?php
1419
-                endif;
1419
+				endif;
1420 1420
 
1421
-                break;
1421
+				break;
1422 1422
 
1423
-            case 'textarea':
1424
-                ?>
1423
+			case 'textarea':
1424
+				?>
1425 1425
                 <tr valign="top">
1426 1426
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1427 1427
                 <td class="forminp">
@@ -1434,30 +1434,30 @@  discard block
 block discarded – undo
1434 1434
 
1435 1435
                 </td>
1436 1436
                 </tr><?php
1437
-                break;
1437
+				break;
1438 1438
 
1439
-            case 'editor':
1440
-                ?>
1439
+			case 'editor':
1440
+				?>
1441 1441
                 <tr valign="top">
1442 1442
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1443 1443
                 <td class="forminp"><?php
1444
-                    if (get_option($value['id']))
1445
-                        $content = stripslashes(get_option($value['id']));
1446
-                    else
1447
-                        $content = $value['std'];
1444
+					if (get_option($value['id']))
1445
+						$content = stripslashes(get_option($value['id']));
1446
+					else
1447
+						$content = $value['std'];
1448 1448
 
1449
-                    $editor_settings = array('media_buttons' => false, 'textarea_rows' => 10);
1449
+					$editor_settings = array('media_buttons' => false, 'textarea_rows' => 10);
1450 1450
 
1451
-                    wp_editor($content, esc_attr($value['id']), $editor_settings);
1451
+					wp_editor($content, esc_attr($value['id']), $editor_settings);
1452 1452
 
1453
-                    ?> <span class="description"><?php echo $value['desc'] ?></span>
1453
+					?> <span class="description"><?php echo $value['desc'] ?></span>
1454 1454
 
1455 1455
                 </td>
1456 1456
                 </tr><?php
1457
-                break;
1457
+				break;
1458 1458
 
1459
-            case 'single_select_page' :
1460
-                // WPML
1459
+			case 'single_select_page' :
1460
+				// WPML
1461 1461
 				$switch_lang = false;
1462 1462
 				$disabled = '';
1463 1463
 				if (geodir_is_wpml() && isset($_REQUEST['tab']) && $_REQUEST['tab'] == 'permalink_settings') {
@@ -1475,18 +1475,18 @@  discard block
 block discarded – undo
1475 1475
 				//
1476 1476
 				$page_setting = (int)get_option($value['id']);
1477 1477
 
1478
-                $args = array('name' => $value['id'],
1479
-                    'id' => $value['id'],
1480
-                    'sort_column' => 'menu_order',
1481
-                    'sort_order' => 'ASC',
1482
-                    'show_option_none' => ' ',
1483
-                    'class' => $value['class'],
1484
-                    'echo' => false,
1485
-                    'selected' => $page_setting);
1478
+				$args = array('name' => $value['id'],
1479
+					'id' => $value['id'],
1480
+					'sort_column' => 'menu_order',
1481
+					'sort_order' => 'ASC',
1482
+					'show_option_none' => ' ',
1483
+					'class' => $value['class'],
1484
+					'echo' => false,
1485
+					'selected' => $page_setting);
1486 1486
 
1487
-                if (isset($value['args'])) $args = wp_parse_args($value['args'], $args);
1487
+				if (isset($value['args'])) $args = wp_parse_args($value['args'], $args);
1488 1488
 
1489
-                ?>
1489
+				?>
1490 1490
                 <tr valign="top" class="single_select_page">
1491 1491
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1492 1492
                 <td class="forminp">
@@ -1497,17 +1497,17 @@  discard block
 block discarded – undo
1497 1497
 				if ($switch_lang) {
1498 1498
 					$sitepress->switch_lang($switch_lang, true);
1499 1499
 				}
1500
-                break;
1501
-            case 'single_select_country' :
1502
-                $country_setting = (string)get_option($value['id']);
1503
-                if (strstr($country_setting, ':')) :
1504
-                    $country = current(explode(':', $country_setting));
1505
-                    $state = end(explode(':', $country_setting));
1506
-                else :
1507
-                    $country = $country_setting;
1508
-                    $state = '*';
1509
-                endif;
1510
-                ?>
1500
+				break;
1501
+			case 'single_select_country' :
1502
+				$country_setting = (string)get_option($value['id']);
1503
+				if (strstr($country_setting, ':')) :
1504
+					$country = current(explode(':', $country_setting));
1505
+					$state = end(explode(':', $country_setting));
1506
+				else :
1507
+					$country = $country_setting;
1508
+					$state = '*';
1509
+				endif;
1510
+				?>
1511 1511
                 <tr valign="top">
1512 1512
                 <th scope="rpw" class="titledesc"><?php echo $value['name'] ?></th>
1513 1513
                 <td class="forminp"><select name="<?php echo esc_attr($value['id']); ?>"
@@ -1518,12 +1518,12 @@  discard block
 block discarded – undo
1518 1518
                     </select> <span class="description"><?php echo $value['desc'] ?></span>
1519 1519
                 </td>
1520 1520
                 </tr><?php
1521
-                break;
1522
-            case 'multi_select_countries' :
1523
-                $countries = $geodirectory->countries->countries;
1524
-                asort($countries);
1525
-                $selections = (array)get_option($value['id']);
1526
-                ?>
1521
+				break;
1522
+			case 'multi_select_countries' :
1523
+				$countries = $geodirectory->countries->countries;
1524
+				asort($countries);
1525
+				$selections = (array)get_option($value['id']);
1526
+				?>
1527 1527
                 <tr valign="top">
1528 1528
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1529 1529
                 <td class="forminp">
@@ -1531,21 +1531,21 @@  discard block
 block discarded – undo
1531 1531
                             data-placeholder="<?php _e('Choose countries&hellip;', 'geodirectory'); ?>"
1532 1532
                             title="Country" class="chosen_select">
1533 1533
                         <?php
1534
-                        if ($countries) foreach ($countries as $key => $val) :
1535
-                            echo '<option value="' . $key . '" ' . selected(in_array($key, $selections), true, false) . '>' . $val . '</option>';
1536
-                        endforeach;
1537
-                        ?>
1534
+						if ($countries) foreach ($countries as $key => $val) :
1535
+							echo '<option value="' . $key . '" ' . selected(in_array($key, $selections), true, false) . '>' . $val . '</option>';
1536
+						endforeach;
1537
+						?>
1538 1538
                     </select>
1539 1539
                 </td>
1540 1540
                 </tr>
1541 1541
 
1542 1542
                 <?php
1543 1543
 
1544
-                break;
1544
+				break;
1545 1545
 
1546
-            case 'google_analytics' :
1547
-                $selections = (array)get_option($value['id']);
1548
-                    ?>
1546
+			case 'google_analytics' :
1547
+				$selections = (array)get_option($value['id']);
1548
+					?>
1549 1549
                     <tr valign="top">
1550 1550
                         <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1551 1551
                         <td class="forminp">
@@ -1553,62 +1553,62 @@  discard block
 block discarded – undo
1553 1553
 
1554 1554
                             <?php
1555 1555
 
1556
-                            $oAuthURL = "https://accounts.google.com/o/oauth2/auth?";
1557
-                            $scope = "scope=https://www.googleapis.com/auth/analytics.readonly";
1558
-                            $state = "&state=123";//any string
1559
-                            $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
1560
-                            $response_type = "&response_type=code";
1561
-                            $client_id = "&client_id=".get_option('geodir_ga_client_id');
1562
-                            $access_type = "&access_type=offline";
1563
-                            $approval_prompt = "&approval_prompt=force";
1556
+							$oAuthURL = "https://accounts.google.com/o/oauth2/auth?";
1557
+							$scope = "scope=https://www.googleapis.com/auth/analytics.readonly";
1558
+							$state = "&state=123";//any string
1559
+							$redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
1560
+							$response_type = "&response_type=code";
1561
+							$client_id = "&client_id=".get_option('geodir_ga_client_id');
1562
+							$access_type = "&access_type=offline";
1563
+							$approval_prompt = "&approval_prompt=force";
1564 1564
 
1565
-                            $auth_url = $oAuthURL . $scope . $state . $redirect_uri . $response_type . $client_id . $access_type . $approval_prompt;
1565
+							$auth_url = $oAuthURL . $scope . $state . $redirect_uri . $response_type . $client_id . $access_type . $approval_prompt;
1566 1566
 
1567 1567
 
1568
-                            if (get_option('geodir_ga_auth_token')) {
1569
-                                ?>
1568
+							if (get_option('geodir_ga_auth_token')) {
1569
+								?>
1570 1570
                                 <span class="button-primary"
1571 1571
                                       onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize');?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span>
1572 1572
                                 <span style="color: green; font-weight: bold;"><?php _e('Authorized', 'geodirectory'); ?></span>
1573 1573
                             <?php
1574
-                                global $gd_ga_errors;
1575
-                                if(!empty($gd_ga_errors)){
1576
-                                    print_r($gd_ga_errors);
1577
-                                }
1578
-                            } else {
1579
-                                ?>
1574
+								global $gd_ga_errors;
1575
+								if(!empty($gd_ga_errors)){
1576
+									print_r($gd_ga_errors);
1577
+								}
1578
+							} else {
1579
+								?>
1580 1580
                                 <span class="button-primary"
1581 1581
                                       onclick="window.open('<?php echo  geodir_ga_activation_url();?>', 'activate','width=700, height=600, menubar=0, status=0, location=0, toolbar=0')"><?php _e('Authorize', 'geodirectory');?></span>
1582 1582
                             <?php
1583
-                            }
1584
-                            ?>
1583
+							}
1584
+							?>
1585 1585
                         </td>
1586 1586
                     </tr>
1587 1587
 
1588 1588
                 <?php
1589 1589
 
1590 1590
 
1591
-                break;
1591
+				break;
1592 1592
 
1593
-            case 'field_seperator' :
1593
+			case 'field_seperator' :
1594 1594
 
1595
-                ?>
1595
+				?>
1596 1596
                 <tr valign="top">
1597 1597
                     <td colspan="2" class="forminp geodir_line_seperator"></td>
1598 1598
                 </tr>
1599 1599
                 <?php
1600 1600
 
1601
-                break;
1601
+				break;
1602 1602
 
1603
-        endswitch;
1603
+		endswitch;
1604 1604
 
1605
-    endforeach;
1605
+	endforeach;
1606 1606
 
1607
-    if ($first_title === false) {
1608
-        echo "</div>";
1609
-    }
1607
+	if ($first_title === false) {
1608
+		echo "</div>";
1609
+	}
1610 1610
 
1611
-    ?>
1611
+	?>
1612 1612
 
1613 1613
     <script type="text/javascript">
1614 1614
 
@@ -1668,33 +1668,33 @@  discard block
 block discarded – undo
1668 1668
  */
1669 1669
 function geodir_post_info_setting()
1670 1670
 {
1671
-    global $post, $post_id;
1672
-
1673
-    $post_type = get_post_type();
1674
-
1675
-    $package_info = array();
1676
-
1677
-    $package_info = geodir_post_package_info($package_info, $post, $post_type);
1678
-    wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_info_noncename');
1679
-    echo '<div id="geodir_wrapper">';
1680
-    /**
1681
-     * Called before the GD custom fields are output in the wp-admin area.
1682
-     *
1683
-     * @since 1.0.0
1684
-     * @see 'geodir_after_default_field_in_meta_box'
1685
-     */
1686
-    do_action('geodir_before_default_field_in_meta_box');
1687
-    //geodir_get_custom_fields_html($package_info->pid,'default',$post_type);
1688
-    // to display all fields in one information box
1689
-    geodir_get_custom_fields_html($package_info->pid, 'all', $post_type);
1690
-    /**
1691
-     * Called after the GD custom fields are output in the wp-admin area.
1692
-     *
1693
-     * @since 1.0.0
1694
-     * @see 'geodir_before_default_field_in_meta_box'
1695
-     */
1696
-    do_action('geodir_after_default_field_in_meta_box');
1697
-    echo '</div>';
1671
+	global $post, $post_id;
1672
+
1673
+	$post_type = get_post_type();
1674
+
1675
+	$package_info = array();
1676
+
1677
+	$package_info = geodir_post_package_info($package_info, $post, $post_type);
1678
+	wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_info_noncename');
1679
+	echo '<div id="geodir_wrapper">';
1680
+	/**
1681
+	 * Called before the GD custom fields are output in the wp-admin area.
1682
+	 *
1683
+	 * @since 1.0.0
1684
+	 * @see 'geodir_after_default_field_in_meta_box'
1685
+	 */
1686
+	do_action('geodir_before_default_field_in_meta_box');
1687
+	//geodir_get_custom_fields_html($package_info->pid,'default',$post_type);
1688
+	// to display all fields in one information box
1689
+	geodir_get_custom_fields_html($package_info->pid, 'all', $post_type);
1690
+	/**
1691
+	 * Called after the GD custom fields are output in the wp-admin area.
1692
+	 *
1693
+	 * @since 1.0.0
1694
+	 * @see 'geodir_before_default_field_in_meta_box'
1695
+	 */
1696
+	do_action('geodir_after_default_field_in_meta_box');
1697
+	echo '</div>';
1698 1698
 }
1699 1699
 
1700 1700
 /**
@@ -1707,18 +1707,18 @@  discard block
 block discarded – undo
1707 1707
  */
1708 1708
 function geodir_post_addinfo_setting()
1709 1709
 {
1710
-    global $post, $post_id;
1710
+	global $post, $post_id;
1711 1711
 
1712
-    $post_type = get_post_type();
1712
+	$post_type = get_post_type();
1713 1713
 
1714
-    $package_info = array();
1714
+	$package_info = array();
1715 1715
 
1716
-    $package_info = geodir_post_package_info($package_info, $post, $post_type);
1716
+	$package_info = geodir_post_package_info($package_info, $post, $post_type);
1717 1717
 
1718
-    wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_addinfo_noncename');
1719
-    echo '<div id="geodir_wrapper">';
1720
-    geodir_get_custom_fields_html($package_info->pid, 'custom', $post_type);
1721
-    echo '</div>';
1718
+	wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_addinfo_noncename');
1719
+	echo '<div id="geodir_wrapper">';
1720
+	geodir_get_custom_fields_html($package_info->pid, 'custom', $post_type);
1721
+	echo '</div>';
1722 1722
 
1723 1723
 }
1724 1724
 
@@ -1732,60 +1732,60 @@  discard block
 block discarded – undo
1732 1732
  */
1733 1733
 function geodir_post_attachments()
1734 1734
 {
1735
-    global $post, $post_id;
1735
+	global $post, $post_id;
1736 1736
 
1737
-    wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_attachments_noncename');
1737
+	wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_attachments_noncename');
1738 1738
 
1739
-    if (geodir_get_featured_image($post_id, 'thumbnail')) {
1740
-        echo '<h4>' . __('Featured Image', 'geodirectory') . '</h4>';
1741
-        geodir_show_featured_image($post_id, 'thumbnail');
1742
-    }
1739
+	if (geodir_get_featured_image($post_id, 'thumbnail')) {
1740
+		echo '<h4>' . __('Featured Image', 'geodirectory') . '</h4>';
1741
+		geodir_show_featured_image($post_id, 'thumbnail');
1742
+	}
1743 1743
 
1744
-    $image_limit = 0;
1744
+	$image_limit = 0;
1745 1745
 
1746
-    ?>
1746
+	?>
1747 1747
 
1748 1748
 
1749 1749
     <h5 class="form_title">
1750 1750
         <?php if ($image_limit != 0 && $image_limit == 1) {
1751
-            echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('image with this package', 'geodirectory') . ')</small>';
1752
-        } ?>
1751
+			echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('image with this package', 'geodirectory') . ')</small>';
1752
+		} ?>
1753 1753
         <?php if ($image_limit != 0 && $image_limit > 1) {
1754
-            echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('images with this package', 'geodirectory') . ')</small>';
1755
-        } ?>
1754
+			echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('images with this package', 'geodirectory') . ')</small>';
1755
+		} ?>
1756 1756
         <?php if ($image_limit == 0) {
1757
-            echo '<br /><small>(' . __('You can upload unlimited images with this package', 'geodirectory') . ')</small>';
1758
-        } ?>
1757
+			echo '<br /><small>(' . __('You can upload unlimited images with this package', 'geodirectory') . ')</small>';
1758
+		} ?>
1759 1759
     </h5>
1760 1760
 
1761 1761
 
1762 1762
     <?php
1763 1763
 
1764
-    $curImages = geodir_get_images($post_id);
1765
-    $place_img_array = array();
1764
+	$curImages = geodir_get_images($post_id);
1765
+	$place_img_array = array();
1766 1766
 
1767
-    if (!empty($curImages)):
1768
-        foreach ($curImages as $p_img):
1769
-            $place_img_array[] = $p_img->src;
1770
-        endforeach;
1771
-    endif;
1767
+	if (!empty($curImages)):
1768
+		foreach ($curImages as $p_img):
1769
+			$place_img_array[] = $p_img->src;
1770
+		endforeach;
1771
+	endif;
1772 1772
 
1773
-    if (!empty($place_img_array))
1774
-        $curImages = implode(',', $place_img_array);
1773
+	if (!empty($place_img_array))
1774
+		$curImages = implode(',', $place_img_array);
1775 1775
 
1776 1776
 
1777
-    // adjust values here
1778
-    $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
1777
+	// adjust values here
1778
+	$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
1779 1779
 
1780
-    $svalue = $curImages; // this will be initial value of the above form field. Image urls.
1780
+	$svalue = $curImages; // this will be initial value of the above form field. Image urls.
1781 1781
 
1782
-    $multiple = true; // allow multiple files upload
1782
+	$multiple = true; // allow multiple files upload
1783 1783
 
1784
-    $width = geodir_media_image_large_width(); // If you want to automatically resize all uploaded images then provide width here (in pixels)
1784
+	$width = geodir_media_image_large_width(); // If you want to automatically resize all uploaded images then provide width here (in pixels)
1785 1785
 
1786
-    $height = geodir_media_image_large_height(); // If you want to automatically resize all uploaded images then provide height here (in pixels)
1786
+	$height = geodir_media_image_large_height(); // If you want to automatically resize all uploaded images then provide height here (in pixels)
1787 1787
 
1788
-    ?>
1788
+	?>
1789 1789
 
1790 1790
     <div class="gtd-form_row clearfix" id="<?php echo $id; ?>dropbox" style="border:1px solid #999999;padding:5px;text-align:center;">
1791 1791
         <input type="hidden" name="<?php echo $id; ?>" id="<?php echo $id; ?>" value="<?php echo $svalue; ?>"/>
@@ -1827,13 +1827,13 @@  discard block
 block discarded – undo
1827 1827
  */
1828 1828
 function geodir_action_post_updated($post_ID, $post_after, $post_before)
1829 1829
 {
1830
-    $post_type = get_post_type($post_ID);
1830
+	$post_type = get_post_type($post_ID);
1831 1831
 
1832
-    if (isset($_POST['action']) && $_POST['action'] == 'inline-save') {
1833
-        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) {
1834
-            geodir_save_post_meta($post_ID, 'post_title', $post_after->post_title);
1835
-        }
1836
-    }
1832
+	if (isset($_POST['action']) && $_POST['action'] == 'inline-save') {
1833
+		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) {
1834
+			geodir_save_post_meta($post_ID, 'post_title', $post_after->post_title);
1835
+		}
1836
+	}
1837 1837
 }
1838 1838
 
1839 1839
 /**
@@ -1848,39 +1848,39 @@  discard block
 block discarded – undo
1848 1848
  */
1849 1849
 function geodir_notification_add_bcc_option($settings)
1850 1850
 {
1851
-    if (!empty($settings)) {
1852
-        $new_settings = array();
1853
-        foreach ($settings as $setting) {
1854
-            if (isset($setting['id']) && $setting['id'] == 'site_bcc_options' && isset($setting['type']) && $setting['type'] == 'sectionend') {
1855
-                $geodir_bcc_listing_published_yes = array(
1856
-                    'name' => __('Listing published', 'geodirectory'),
1857
-                    'desc' => __('Yes', 'geodirectory'),
1858
-                    'id' => 'geodir_bcc_listing_published',
1859
-                    'std' => 'yes',
1860
-                    'type' => 'radio',
1861
-                    'value' => '1',
1862
-                    'radiogroup' => 'start'
1863
-                );
1864
-
1865
-                $geodir_bcc_listing_published_no = array(
1866
-                    'name' => __('Listing published', 'geodirectory'),
1867
-                    'desc' => __('No', 'geodirectory'),
1868
-                    'id' => 'geodir_bcc_listing_published',
1869
-                    'std' => 'yes',
1870
-                    'type' => 'radio',
1871
-                    'value' => '0',
1872
-                    'radiogroup' => 'end'
1873
-                );
1874
-
1875
-                $new_settings[] = $geodir_bcc_listing_published_yes;
1876
-                $new_settings[] = $geodir_bcc_listing_published_no;
1877
-            }
1878
-            $new_settings[] = $setting;
1879
-        }
1880
-        $settings = $new_settings;
1881
-    }
1851
+	if (!empty($settings)) {
1852
+		$new_settings = array();
1853
+		foreach ($settings as $setting) {
1854
+			if (isset($setting['id']) && $setting['id'] == 'site_bcc_options' && isset($setting['type']) && $setting['type'] == 'sectionend') {
1855
+				$geodir_bcc_listing_published_yes = array(
1856
+					'name' => __('Listing published', 'geodirectory'),
1857
+					'desc' => __('Yes', 'geodirectory'),
1858
+					'id' => 'geodir_bcc_listing_published',
1859
+					'std' => 'yes',
1860
+					'type' => 'radio',
1861
+					'value' => '1',
1862
+					'radiogroup' => 'start'
1863
+				);
1864
+
1865
+				$geodir_bcc_listing_published_no = array(
1866
+					'name' => __('Listing published', 'geodirectory'),
1867
+					'desc' => __('No', 'geodirectory'),
1868
+					'id' => 'geodir_bcc_listing_published',
1869
+					'std' => 'yes',
1870
+					'type' => 'radio',
1871
+					'value' => '0',
1872
+					'radiogroup' => 'end'
1873
+				);
1874
+
1875
+				$new_settings[] = $geodir_bcc_listing_published_yes;
1876
+				$new_settings[] = $geodir_bcc_listing_published_no;
1877
+			}
1878
+			$new_settings[] = $setting;
1879
+		}
1880
+		$settings = $new_settings;
1881
+	}
1882 1882
 
1883
-    return $settings;
1883
+	return $settings;
1884 1884
 }
1885 1885
 
1886 1886
 
@@ -1895,19 +1895,19 @@  discard block
 block discarded – undo
1895 1895
  */
1896 1896
 function get_gd_theme_compat_callback()
1897 1897
 {
1898
-    global $wpdb;
1899
-    $themes = get_option('gd_theme_compats');
1900
-
1901
-    if (isset($_POST['theme']) && isset($themes[$_POST['theme']]) && !empty($themes[$_POST['theme']])) {
1902
-        if (isset($_POST['export'])) {
1903
-            echo json_encode(array($_POST['theme'] => $themes[$_POST['theme']]));
1904
-        } else {
1905
-            echo json_encode($themes[$_POST['theme']]);
1906
-        }
1898
+	global $wpdb;
1899
+	$themes = get_option('gd_theme_compats');
1907 1900
 
1908
-    }
1901
+	if (isset($_POST['theme']) && isset($themes[$_POST['theme']]) && !empty($themes[$_POST['theme']])) {
1902
+		if (isset($_POST['export'])) {
1903
+			echo json_encode(array($_POST['theme'] => $themes[$_POST['theme']]));
1904
+		} else {
1905
+			echo json_encode($themes[$_POST['theme']]);
1906
+		}
1907
+
1908
+	}
1909 1909
 
1910
-    die();
1910
+	die();
1911 1911
 }
1912 1912
 
1913 1913
 add_action('wp_ajax_get_gd_theme_compat_import_callback', 'get_gd_theme_compat_import_callback');
@@ -1921,20 +1921,20 @@  discard block
 block discarded – undo
1921 1921
  */
1922 1922
 function get_gd_theme_compat_import_callback()
1923 1923
 {
1924
-    global $wpdb;
1925
-    $themes = get_option('gd_theme_compats');
1926
-    if (isset($_POST['theme']) && !empty($_POST['theme'])) {
1927
-        $json = json_decode(stripslashes($_POST['theme']), true);
1928
-        if (!empty($json) && is_array($json)) {
1929
-            $key = sanitize_text_field(key($json));
1930
-            $themes[$key] = $json[$key];
1931
-            update_option('gd_theme_compats', $themes);
1932
-            echo $key;
1933
-            die();
1934
-        }
1935
-    }
1936
-    echo '0';
1937
-    die();
1924
+	global $wpdb;
1925
+	$themes = get_option('gd_theme_compats');
1926
+	if (isset($_POST['theme']) && !empty($_POST['theme'])) {
1927
+		$json = json_decode(stripslashes($_POST['theme']), true);
1928
+		if (!empty($json) && is_array($json)) {
1929
+			$key = sanitize_text_field(key($json));
1930
+			$themes[$key] = $json[$key];
1931
+			update_option('gd_theme_compats', $themes);
1932
+			echo $key;
1933
+			die();
1934
+		}
1935
+	}
1936
+	echo '0';
1937
+	die();
1938 1938
 }
1939 1939
 
1940 1940
 
@@ -1947,39 +1947,39 @@  discard block
 block discarded – undo
1947 1947
  */
1948 1948
 function gd_set_theme_compat()
1949 1949
 {
1950
-    global $wpdb;
1951
-    $theme = wp_get_theme();
1950
+	global $wpdb;
1951
+	$theme = wp_get_theme();
1952 1952
 
1953
-    if ($theme->parent()) {
1954
-        $theme_name = str_replace(" ", "_", $theme->parent()->get('Name'));
1955
-    } else {
1956
-        $theme_name = str_replace(" ", "_", $theme->get('Name'));
1957
-    }
1953
+	if ($theme->parent()) {
1954
+		$theme_name = str_replace(" ", "_", $theme->parent()->get('Name'));
1955
+	} else {
1956
+		$theme_name = str_replace(" ", "_", $theme->get('Name'));
1957
+	}
1958 1958
 
1959
-    $theme_compats = get_option('gd_theme_compats');
1960
-    $current_compat = get_option('gd_theme_compat');
1961
-    $current_compat = str_replace("_custom", "", $current_compat);
1959
+	$theme_compats = get_option('gd_theme_compats');
1960
+	$current_compat = get_option('gd_theme_compat');
1961
+	$current_compat = str_replace("_custom", "", $current_compat);
1962 1962
  
1963
-    if ($current_compat == $theme_name && strpos(get_option('gd_theme_compat'), "_custom") !== false) {
1964
-        return;
1965
-    }// if already running correct compat then bail
1963
+	if ($current_compat == $theme_name && strpos(get_option('gd_theme_compat'), "_custom") !== false) {
1964
+		return;
1965
+	}// if already running correct compat then bail
1966 1966
 
1967
-    if (isset($theme_compats[$theme_name])) {// if there is a compat avail then set it
1968
-        update_option('gd_theme_compat', $theme_name);
1969
-        update_option('theme_compatibility_setting', $theme_compats[$theme_name]);
1967
+	if (isset($theme_compats[$theme_name])) {// if there is a compat avail then set it
1968
+		update_option('gd_theme_compat', $theme_name);
1969
+		update_option('theme_compatibility_setting', $theme_compats[$theme_name]);
1970 1970
 
1971
-        // if there are default options to set then set them
1972
-        if (isset($theme_compats[$theme_name]['geodir_theme_compat_default_options']) && !empty($theme_compats[$theme_name]['geodir_theme_compat_default_options'])) {
1971
+		// if there are default options to set then set them
1972
+		if (isset($theme_compats[$theme_name]['geodir_theme_compat_default_options']) && !empty($theme_compats[$theme_name]['geodir_theme_compat_default_options'])) {
1973 1973
 
1974
-            foreach ($theme_compats[$theme_name]['geodir_theme_compat_default_options'] as $key => $val) {
1975
-                update_option($key, $val);
1976
-            }
1977
-        }
1974
+			foreach ($theme_compats[$theme_name]['geodir_theme_compat_default_options'] as $key => $val) {
1975
+				update_option($key, $val);
1976
+			}
1977
+		}
1978 1978
 
1979
-    } else {
1980
-        update_option('gd_theme_compat', '');
1981
-        update_option('theme_compatibility_setting', '');
1982
-    }
1979
+	} else {
1980
+		update_option('gd_theme_compat', '');
1981
+		update_option('theme_compatibility_setting', '');
1982
+	}
1983 1983
 
1984 1984
 
1985 1985
 }
@@ -1994,9 +1994,9 @@  discard block
 block discarded – undo
1994 1994
  */
1995 1995
 function gd_check_avada_compat()
1996 1996
 {
1997
-    if (function_exists('avada_load_textdomain') && !get_option('avada_nag')) {
1998
-        add_action('admin_notices', 'gd_avada_compat_warning');
1999
-    }
1997
+	if (function_exists('avada_load_textdomain') && !get_option('avada_nag')) {
1998
+		add_action('admin_notices', 'gd_avada_compat_warning');
1999
+	}
2000 2000
 }
2001 2001
 
2002 2002
 
@@ -2009,22 +2009,22 @@  discard block
 block discarded – undo
2009 2009
 function gd_avada_compat_warning()
2010 2010
 {
2011 2011
 
2012
-    /*
2012
+	/*
2013 2013
     $msg_type = error
2014 2014
     $msg_type = updated fade
2015 2015
     $msg_type = update-nag
2016 2016
     */
2017 2017
 
2018
-    $plugin = 'avada-nag';
2019
-    $timestamp = 'avada-nag1234';
2020
-    $message = __('Welcome to GeoDirectory, please have a look <a href="https://docs.wpgeodirectory.com/category/getting-started/" target="_blank">here</a> to get started. :)', 'geodirectory');
2021
-    echo '<div id="' . $timestamp . '"  class="error">';
2022
-    echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\'' . $plugin . '\',\'' . $timestamp . '\');" ><i class="fa fa-times"></i></span>';
2023
-    echo "<img class='gd-icon-noti' src='" . plugin_dir_url('') . "geodirectory/geodirectory-assets/images/favicon.ico' > ";
2024
-    echo "<p>$message</p>";
2025
-    echo "</div>";
2018
+	$plugin = 'avada-nag';
2019
+	$timestamp = 'avada-nag1234';
2020
+	$message = __('Welcome to GeoDirectory, please have a look <a href="https://docs.wpgeodirectory.com/category/getting-started/" target="_blank">here</a> to get started. :)', 'geodirectory');
2021
+	echo '<div id="' . $timestamp . '"  class="error">';
2022
+	echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\'' . $plugin . '\',\'' . $timestamp . '\');" ><i class="fa fa-times"></i></span>';
2023
+	echo "<img class='gd-icon-noti' src='" . plugin_dir_url('') . "geodirectory/geodirectory-assets/images/favicon.ico' > ";
2024
+	echo "<p>$message</p>";
2025
+	echo "</div>";
2026 2026
 
2027
-    ?>
2027
+	?>
2028 2028
     <script>
2029 2029
         function gdRemoveANotification($plugin, $timestamp) {
2030 2030
 
@@ -2092,10 +2092,10 @@  discard block
 block discarded – undo
2092 2092
  */
2093 2093
 function geodir_avada_remove_notification()
2094 2094
 {
2095
-    update_option('avada_nag', TRUE);
2095
+	update_option('avada_nag', TRUE);
2096 2096
 
2097
-    // Always die in functions echoing ajax content
2098
-    die();
2097
+	// Always die in functions echoing ajax content
2098
+	die();
2099 2099
 }
2100 2100
 
2101 2101
 
@@ -2117,11 +2117,11 @@  discard block
 block discarded – undo
2117 2117
 	global $post, $typenow, $current_screen;
2118 2118
 	
2119 2119
 	$post_type = NULL;
2120
-    if (isset($_REQUEST['post_type']))
2120
+	if (isset($_REQUEST['post_type']))
2121 2121
 		$post_type = sanitize_key($_REQUEST['post_type']);
2122
-    elseif (isset($_REQUEST['post']) && get_post_type($_REQUEST['post']))
2122
+	elseif (isset($_REQUEST['post']) && get_post_type($_REQUEST['post']))
2123 2123
 		$post_type = get_post_type($_REQUEST['post']);
2124
-    elseif ($post && isset($post->post_type))
2124
+	elseif ($post && isset($post->post_type))
2125 2125
 		$post_type = $post->post_type;
2126 2126
 	elseif ($typenow)
2127 2127
 		$post_type = $typenow;
@@ -2155,7 +2155,7 @@  discard block
 block discarded – undo
2155 2155
 		// Don't allow same slug url for listing and location
2156 2156
 		if (geodir_strtolower($listing_prefix) == geodir_strtolower($location_prefix)) {
2157 2157
 			$redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab . '&msg=fail&gderr=21');
2158
-        	wp_redirect($redirect_url);
2158
+			wp_redirect($redirect_url);
2159 2159
 			exit;
2160 2160
 		}
2161 2161
 		
@@ -2185,10 +2185,10 @@  discard block
 block discarded – undo
2185 2185
  * @package GeoDirectory
2186 2186
  */
2187 2187
 function geodir_hide_admin_preview_button() {
2188
-    global $post_type;
2189
-    $post_types = geodir_get_posttypes();
2190
-    if(in_array($post_type, $post_types))
2191
-        echo '<style type="text/css">#post-preview, #view-post-btn{display: none;}</style>';
2188
+	global $post_type;
2189
+	$post_types = geodir_get_posttypes();
2190
+	if(in_array($post_type, $post_types))
2191
+		echo '<style type="text/css">#post-preview, #view-post-btn{display: none;}</style>';
2192 2192
 }
2193 2193
 add_action( 'admin_head-post-new.php', 'geodir_hide_admin_preview_button' );
2194 2194
 add_action( 'admin_head-post.php', 'geodir_hide_admin_preview_button' );
@@ -2203,7 +2203,7 @@  discard block
 block discarded – undo
2203 2203
  */
2204 2204
 function geodir_import_export_tab( $tabs ) {
2205 2205
 	$tabs['import_export'] = array( 'label' => __( 'Import & Export', 'geodirectory' ) );
2206
-    return $tabs;
2206
+	return $tabs;
2207 2207
 }
2208 2208
 
2209 2209
 /**
@@ -2218,26 +2218,26 @@  discard block
 block discarded – undo
2218 2218
 function geodir_import_export_page() {
2219 2219
 	$nonce = wp_create_nonce( 'geodir_import_export_nonce' );
2220 2220
 	$gd_cats_sample_csv = geodir_plugin_url() . '/geodirectory-assets/gd_sample_categories.csv';
2221
-    /**
2222
-     * Filter sample category data csv file url.
2223
-     *
2224
-     * @since 1.0.0
2225
-     * @package GeoDirectory
2226
-     *
2227
-     * @param string $gd_cats_sample_csv Sample category data csv file url.
2228
-     */
2221
+	/**
2222
+	 * Filter sample category data csv file url.
2223
+	 *
2224
+	 * @since 1.0.0
2225
+	 * @package GeoDirectory
2226
+	 *
2227
+	 * @param string $gd_cats_sample_csv Sample category data csv file url.
2228
+	 */
2229 2229
 	$gd_cats_sample_csv = apply_filters( 'geodir_export_cats_sample_csv', $gd_cats_sample_csv );
2230 2230
 	
2231 2231
 	$gd_posts_sample_csv = geodir_plugin_url() . '/geodirectory-assets/place_listing.csv';
2232
-    /**
2233
-     * Filter sample post data csv file url.
2234
-     *
2235
-     * @since 1.0.0
2236
-     * @package GeoDirectory
2237
-     *
2238
-     * @param string $gd_posts_sample_csv Sample post data csv file url.
2239
-     */
2240
-    $gd_posts_sample_csv = apply_filters( 'geodir_export_posts_sample_csv', $gd_posts_sample_csv );
2232
+	/**
2233
+	 * Filter sample post data csv file url.
2234
+	 *
2235
+	 * @since 1.0.0
2236
+	 * @package GeoDirectory
2237
+	 *
2238
+	 * @param string $gd_posts_sample_csv Sample post data csv file url.
2239
+	 */
2240
+	$gd_posts_sample_csv = apply_filters( 'geodir_export_posts_sample_csv', $gd_posts_sample_csv );
2241 2241
 	
2242 2242
 	$gd_posttypes = geodir_get_posttypes( 'array' );
2243 2243
 	
@@ -2260,14 +2260,14 @@  discard block
 block discarded – undo
2260 2260
 	$gd_chunksize_options[100000] = 100000;
2261 2261
 	 
2262 2262
 	 /**
2263
-     * Filter max entries per export csv file.
2264
-     *
2265
-     * @since 1.5.6
2266
-     * @package GeoDirectory
2267
-     *
2268
-     * @param string $gd_chunksize_options Entries options.
2269
-     */
2270
-    $gd_chunksize_options = apply_filters( 'geodir_export_csv_chunksize_options', $gd_chunksize_options );
2263
+	  * Filter max entries per export csv file.
2264
+	  *
2265
+	  * @since 1.5.6
2266
+	  * @package GeoDirectory
2267
+	  *
2268
+	  * @param string $gd_chunksize_options Entries options.
2269
+	  */
2270
+	$gd_chunksize_options = apply_filters( 'geodir_export_csv_chunksize_options', $gd_chunksize_options );
2271 2271
 	
2272 2272
 	$gd_chunksize_option = '';
2273 2273
 	foreach ($gd_chunksize_options as $value => $title) {
@@ -2284,12 +2284,12 @@  discard block
 block discarded – undo
2284 2284
   <div class="gd-content-heading">
2285 2285
 
2286 2286
   <?php
2287
-    ini_set('max_execution_time', 999999);
2288
-    $ini_max_execution_time_check = @ini_get( 'max_execution_time' );
2289
-    ini_restore('max_execution_time');
2287
+	ini_set('max_execution_time', 999999);
2288
+	$ini_max_execution_time_check = @ini_get( 'max_execution_time' );
2289
+	ini_restore('max_execution_time');
2290 2290
 
2291
-    if($ini_max_execution_time_check != 999999){ // only show these setting to the user if we can't change the ini setting
2292
-        ?>
2291
+	if($ini_max_execution_time_check != 999999){ // only show these setting to the user if we can't change the ini setting
2292
+		?>
2293 2293
 	<div id="gd_ie_reqs" class="metabox-holder">
2294 2294
       <div class="meta-box-sortables ui-sortable">
2295 2295
         <div class="postbox">
@@ -2464,7 +2464,7 @@  discard block
 block discarded – undo
2464 2464
 						 * Called just after the sample CSV download link.
2465 2465
 						 *
2466 2466
 						 * @since 1.0.0
2467
-                         * @package GeoDirectory
2467
+						 * @package GeoDirectory
2468 2468
 						 */
2469 2469
 						do_action('geodir_sample_cats_csv_download_link');
2470 2470
 						?>
@@ -2549,11 +2549,11 @@  discard block
 block discarded – undo
2549 2549
 	 *
2550 2550
 	 * Called after the last setting on the GD > Import & Export page.
2551 2551
 	 * @since 1.4.6
2552
-     * @package GeoDirectory
2552
+	 * @package GeoDirectory
2553 2553
 	 *
2554 2554
 	 * @param array $gd_posttypes GD post types.
2555
-     * @param array $gd_chunksize_options File chunk size options.
2556
-     * @param string $nonce Wordpress security token for GD import & export.
2555
+	 * @param array $gd_chunksize_options File chunk size options.
2556
+	 * @param string $nonce Wordpress security token for GD import & export.
2557 2557
 	 */
2558 2558
 	do_action( 'geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce );
2559 2559
 	?>
@@ -3240,44 +3240,44 @@  discard block
 block discarded – undo
3240 3240
 function geodir_init_filesystem()
3241 3241
 {
3242 3242
 
3243
-    if(!function_exists('get_filesystem_method')){
3244
-        require_once(ABSPATH."/wp-admin/includes/file.php");
3245
-    }
3246
-    $access_type = get_filesystem_method();
3247
-    if ($access_type === 'direct') {
3248
-        /* you can safely run request_filesystem_credentials() without any issues and don't need to worry about passing in a URL */
3249
-        $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3250
-
3251
-        /* initialize the API */
3252
-        if (!WP_Filesystem($creds)) {
3253
-            /* any problems and we exit */
3254
-            //return '@@@3';
3255
-            return false;
3256
-        }
3243
+	if(!function_exists('get_filesystem_method')){
3244
+		require_once(ABSPATH."/wp-admin/includes/file.php");
3245
+	}
3246
+	$access_type = get_filesystem_method();
3247
+	if ($access_type === 'direct') {
3248
+		/* you can safely run request_filesystem_credentials() without any issues and don't need to worry about passing in a URL */
3249
+		$creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3250
+
3251
+		/* initialize the API */
3252
+		if (!WP_Filesystem($creds)) {
3253
+			/* any problems and we exit */
3254
+			//return '@@@3';
3255
+			return false;
3256
+		}
3257 3257
 
3258
-        global $wp_filesystem;
3259
-        return $wp_filesystem;
3260
-        /* do our file manipulations below */
3261
-    } elseif (defined('FTP_USER')) {
3262
-        $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3258
+		global $wp_filesystem;
3259
+		return $wp_filesystem;
3260
+		/* do our file manipulations below */
3261
+	} elseif (defined('FTP_USER')) {
3262
+		$creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3263
+
3264
+		/* initialize the API */
3265
+		if (!WP_Filesystem($creds)) {
3266
+			/* any problems and we exit */
3267
+			//return '@@@33';
3268
+			return false;
3269
+		}
3263 3270
 
3264
-        /* initialize the API */
3265
-        if (!WP_Filesystem($creds)) {
3266
-            /* any problems and we exit */
3267
-            //return '@@@33';
3268
-            return false;
3269
-        }
3271
+		global $wp_filesystem;
3272
+		//return '@@@1';
3273
+		return $wp_filesystem;
3270 3274
 
3271
-        global $wp_filesystem;
3272
-        //return '@@@1';
3273
-        return $wp_filesystem;
3274
-
3275
-    } else {
3276
-        //return '@@@2';
3277
-        /* don't have direct write access. Prompt user with our notice */
3278
-        add_action('admin_notice', 'geodir_filesystem_notice');
3279
-        return false;
3280
-    }
3275
+	} else {
3276
+		//return '@@@2';
3277
+		/* don't have direct write access. Prompt user with our notice */
3278
+		add_action('admin_notice', 'geodir_filesystem_notice');
3279
+		return false;
3280
+	}
3281 3281
 
3282 3282
 }
3283 3283
 
@@ -3295,10 +3295,10 @@  discard block
 block discarded – undo
3295 3295
  */
3296 3296
 function geodir_filesystem_notice()
3297 3297
 {   if ( defined( 'DOING_AJAX' ) ){return;}
3298
-    $access_type = get_filesystem_method();
3299
-    if ($access_type === 'direct') {
3300
-    } elseif (!defined('FTP_USER')) {
3301
-        ?>
3298
+	$access_type = get_filesystem_method();
3299
+	if ($access_type === 'direct') {
3300
+	} elseif (!defined('FTP_USER')) {
3301
+		?>
3302 3302
         <div class="error">
3303 3303
             <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'); ?>
3304 3304
                 <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>
@@ -3326,1274 +3326,1274 @@  discard block
 block discarded – undo
3326 3326
  * @return string Json data.
3327 3327
  */
3328 3328
 function geodir_ajax_import_export() {
3329
-    global $wpdb, $plugin_prefix, $current_user, $wp_filesystem;
3329
+	global $wpdb, $plugin_prefix, $current_user, $wp_filesystem;
3330 3330
     
3331
-    error_reporting(0);
3331
+	error_reporting(0);
3332 3332
 
3333
-    $xstart = microtime(true);
3333
+	$xstart = microtime(true);
3334 3334
 
3335
-    // try to set higher limits for import
3336
-    $max_input_time = ini_get('max_input_time');
3337
-    $max_execution_time = ini_get('max_execution_time');
3338
-    $memory_limit= ini_get('memory_limit');
3335
+	// try to set higher limits for import
3336
+	$max_input_time = ini_get('max_input_time');
3337
+	$max_execution_time = ini_get('max_execution_time');
3338
+	$memory_limit= ini_get('memory_limit');
3339 3339
 
3340
-    if(!$max_input_time || $max_input_time<3000){
3341
-        ini_set('max_input_time', 3000);
3342
-    }
3340
+	if(!$max_input_time || $max_input_time<3000){
3341
+		ini_set('max_input_time', 3000);
3342
+	}
3343 3343
 
3344
-    if(!$max_execution_time || $max_execution_time<3000){
3345
-        ini_set('max_execution_time', 3000);
3346
-    }
3344
+	if(!$max_execution_time || $max_execution_time<3000){
3345
+		ini_set('max_execution_time', 3000);
3346
+	}
3347 3347
 
3348
-    if($memory_limit && str_replace('M','',$memory_limit)){
3349
-        if(str_replace('M','',$memory_limit)<256){
3350
-            ini_set('memory_limit', '256M');
3351
-        }
3352
-    }
3348
+	if($memory_limit && str_replace('M','',$memory_limit)){
3349
+		if(str_replace('M','',$memory_limit)<256){
3350
+			ini_set('memory_limit', '256M');
3351
+		}
3352
+	}
3353 3353
 
3354
-    $json = array();
3354
+	$json = array();
3355 3355
 
3356
-    if ( !current_user_can( 'manage_options' ) ) {
3357
-        wp_send_json( $json );
3358
-    }
3356
+	if ( !current_user_can( 'manage_options' ) ) {
3357
+		wp_send_json( $json );
3358
+	}
3359 3359
 
3360
-    $task = isset( $_REQUEST['task'] ) ? $_REQUEST['task'] : NULL;
3361
-    $nonce = isset( $_REQUEST['_nonce'] ) ? $_REQUEST['_nonce'] : NULL;
3362
-    $stat = isset( $_REQUEST['_st'] ) ? $_REQUEST['_st'] : false;
3360
+	$task = isset( $_REQUEST['task'] ) ? $_REQUEST['task'] : NULL;
3361
+	$nonce = isset( $_REQUEST['_nonce'] ) ? $_REQUEST['_nonce'] : NULL;
3362
+	$stat = isset( $_REQUEST['_st'] ) ? $_REQUEST['_st'] : false;
3363 3363
 
3364
-    if ( !wp_verify_nonce( $nonce, 'geodir_import_export_nonce' ) ) {
3365
-        wp_send_json( $json );
3366
-    }
3364
+	if ( !wp_verify_nonce( $nonce, 'geodir_import_export_nonce' ) ) {
3365
+		wp_send_json( $json );
3366
+	}
3367 3367
 
3368
-    $post_type = isset( $_REQUEST['_pt'] ) ? $_REQUEST['_pt'] : NULL;
3369
-    $chunk_per_page = isset( $_REQUEST['_n'] ) ? absint($_REQUEST['_n']) : NULL;
3370
-    $chunk_per_page = $chunk_per_page < 50 || $chunk_per_page > 100000 ? 5000 : $chunk_per_page;
3371
-    $chunk_page_no = isset( $_REQUEST['_p'] ) ? absint($_REQUEST['_p']) : 1;
3368
+	$post_type = isset( $_REQUEST['_pt'] ) ? $_REQUEST['_pt'] : NULL;
3369
+	$chunk_per_page = isset( $_REQUEST['_n'] ) ? absint($_REQUEST['_n']) : NULL;
3370
+	$chunk_per_page = $chunk_per_page < 50 || $chunk_per_page > 100000 ? 5000 : $chunk_per_page;
3371
+	$chunk_page_no = isset( $_REQUEST['_p'] ) ? absint($_REQUEST['_p']) : 1;
3372 3372
 
3373
-    $wp_filesystem = geodir_init_filesystem();
3374
-    if (!$wp_filesystem) {
3375
-        $json['error'] = __( 'Filesystem ERROR: Could not access filesystem.', 'geodirectory' );
3376
-        wp_send_json( $json );
3377
-    }
3373
+	$wp_filesystem = geodir_init_filesystem();
3374
+	if (!$wp_filesystem) {
3375
+		$json['error'] = __( 'Filesystem ERROR: Could not access filesystem.', 'geodirectory' );
3376
+		wp_send_json( $json );
3377
+	}
3378 3378
 
3379
-    if (!empty($wp_filesystem) && isset($wp_filesystem->errors) && is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code()) {
3380
-        $json['error'] = __( 'Filesystem ERROR: ' . $wp_filesystem->errors->get_error_message(), 'geodirectory' );
3381
-        wp_send_json( $json );
3382
-    }
3379
+	if (!empty($wp_filesystem) && isset($wp_filesystem->errors) && is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code()) {
3380
+		$json['error'] = __( 'Filesystem ERROR: ' . $wp_filesystem->errors->get_error_message(), 'geodirectory' );
3381
+		wp_send_json( $json );
3382
+	}
3383 3383
 
3384
-    $csv_file_dir = geodir_path_import_export( false );
3385
-    if ( !$wp_filesystem->is_dir( $csv_file_dir ) ) {
3386
-        if ( !$wp_filesystem->mkdir( $csv_file_dir, FS_CHMOD_DIR ) ) {
3387
-            $json['error'] = __( 'ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory' );
3388
-            wp_send_json( $json );
3389
-        }
3390
-    }
3384
+	$csv_file_dir = geodir_path_import_export( false );
3385
+	if ( !$wp_filesystem->is_dir( $csv_file_dir ) ) {
3386
+		if ( !$wp_filesystem->mkdir( $csv_file_dir, FS_CHMOD_DIR ) ) {
3387
+			$json['error'] = __( 'ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory' );
3388
+			wp_send_json( $json );
3389
+		}
3390
+	}
3391 3391
     
3392
-    $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
3393
-    $neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
3394
-
3395
-    switch ( $task ) {
3396
-        case 'export_posts': {
3397
-            // WPML
3398
-            $is_wpml = geodir_is_wpml();
3399
-            if ($is_wpml) {
3400
-                global $sitepress;
3401
-                $active_lang = ICL_LANGUAGE_CODE;
3392
+	$location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
3393
+	$neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
3394
+
3395
+	switch ( $task ) {
3396
+		case 'export_posts': {
3397
+			// WPML
3398
+			$is_wpml = geodir_is_wpml();
3399
+			if ($is_wpml) {
3400
+				global $sitepress;
3401
+				$active_lang = ICL_LANGUAGE_CODE;
3402 3402
                 
3403
-                $sitepress->switch_lang('all', true);
3404
-            }
3405
-            // WPML
3406
-            if ( $post_type == 'gd_event' ) {
3407
-                add_filter( 'geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2 );
3408
-            }
3409
-            $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
3403
+				$sitepress->switch_lang('all', true);
3404
+			}
3405
+			// WPML
3406
+			if ( $post_type == 'gd_event' ) {
3407
+				add_filter( 'geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2 );
3408
+			}
3409
+			$filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
3410 3410
             
3411
-            $file_name = $post_type . '_' . date( 'dmyHi' );
3412
-            if ( $filters && isset( $filters['start_date'] ) && isset( $filters['end_date'] ) ) {
3413
-                $file_name = $post_type . '_' . date_i18n( 'dmy', strtotime( $filters['start_date'] ) ) . '_' . date_i18n( 'dmy', strtotime( $filters['end_date'] ) );
3414
-            }
3415
-            $posts_count = geodir_get_posts_count( $post_type );
3416
-            $file_url_base = geodir_path_import_export() . '/';
3417
-            $file_url = $file_url_base . $file_name . '.csv';
3418
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3419
-            $file_path_temp = $csv_file_dir . '/' . $post_type . '_' . $nonce . '.csv';
3411
+			$file_name = $post_type . '_' . date( 'dmyHi' );
3412
+			if ( $filters && isset( $filters['start_date'] ) && isset( $filters['end_date'] ) ) {
3413
+				$file_name = $post_type . '_' . date_i18n( 'dmy', strtotime( $filters['start_date'] ) ) . '_' . date_i18n( 'dmy', strtotime( $filters['end_date'] ) );
3414
+			}
3415
+			$posts_count = geodir_get_posts_count( $post_type );
3416
+			$file_url_base = geodir_path_import_export() . '/';
3417
+			$file_url = $file_url_base . $file_name . '.csv';
3418
+			$file_path = $csv_file_dir . '/' . $file_name . '.csv';
3419
+			$file_path_temp = $csv_file_dir . '/' . $post_type . '_' . $nonce . '.csv';
3420 3420
             
3421
-            $chunk_file_paths = array();
3421
+			$chunk_file_paths = array();
3422 3422
 
3423
-            if ( isset( $_REQUEST['_c'] ) ) {
3424
-                $json['total'] = $posts_count;
3425
-                // WPML
3426
-                if ($is_wpml) {
3427
-                    $sitepress->switch_lang($active_lang, true);
3428
-                }
3429
-                // WPML
3430
-                wp_send_json( $json );
3431
-                gd_die();
3432
-            } else if ( isset( $_REQUEST['_st'] ) ) {
3433
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3434
-                $percentage = count( $posts_count ) > 0 && $line_count > 0 ? ceil( $line_count / $posts_count ) * 100 : 0;
3435
-                $percentage = min( $percentage, 100 );
3423
+			if ( isset( $_REQUEST['_c'] ) ) {
3424
+				$json['total'] = $posts_count;
3425
+				// WPML
3426
+				if ($is_wpml) {
3427
+					$sitepress->switch_lang($active_lang, true);
3428
+				}
3429
+				// WPML
3430
+				wp_send_json( $json );
3431
+				gd_die();
3432
+			} else if ( isset( $_REQUEST['_st'] ) ) {
3433
+				$line_count = (int)geodir_import_export_line_count( $file_path_temp );
3434
+				$percentage = count( $posts_count ) > 0 && $line_count > 0 ? ceil( $line_count / $posts_count ) * 100 : 0;
3435
+				$percentage = min( $percentage, 100 );
3436 3436
                 
3437
-                $json['percentage'] = $percentage;
3438
-                // WPML
3439
-                if ($is_wpml) {
3440
-                    $sitepress->switch_lang($active_lang, true);
3441
-                }
3442
-                // WPML
3443
-                wp_send_json( $json );
3444
-                gd_die();
3445
-            } else {
3446
-                if ( !$posts_count > 0 ) {
3447
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3448
-                } else {
3449
-                    $total_posts = $posts_count;
3450
-                    if ($chunk_per_page > $total_posts) {
3451
-                        $chunk_per_page = $total_posts;
3452
-                    }
3453
-                    $chunk_total_pages = ceil( $total_posts / $chunk_per_page );
3437
+				$json['percentage'] = $percentage;
3438
+				// WPML
3439
+				if ($is_wpml) {
3440
+					$sitepress->switch_lang($active_lang, true);
3441
+				}
3442
+				// WPML
3443
+				wp_send_json( $json );
3444
+				gd_die();
3445
+			} else {
3446
+				if ( !$posts_count > 0 ) {
3447
+					$json['error'] = __( 'No records to export.', 'geodirectory' );
3448
+				} else {
3449
+					$total_posts = $posts_count;
3450
+					if ($chunk_per_page > $total_posts) {
3451
+						$chunk_per_page = $total_posts;
3452
+					}
3453
+					$chunk_total_pages = ceil( $total_posts / $chunk_per_page );
3454 3454
                     
3455
-                    $j = $chunk_page_no;
3456
-                    $chunk_save_posts = geodir_imex_get_posts( $post_type, $chunk_per_page, $j );
3455
+					$j = $chunk_page_no;
3456
+					$chunk_save_posts = geodir_imex_get_posts( $post_type, $chunk_per_page, $j );
3457 3457
                     
3458
-                    $per_page = 500;
3459
-                    if ($per_page > $chunk_per_page) {
3460
-                        $per_page = $chunk_per_page;
3461
-                    }
3462
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3458
+					$per_page = 500;
3459
+					if ($per_page > $chunk_per_page) {
3460
+						$per_page = $chunk_per_page;
3461
+					}
3462
+					$total_pages = ceil( $chunk_per_page / $per_page );
3463 3463
                     
3464
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3465
-                        $save_posts = array_slice( $chunk_save_posts , ( $i * $per_page ), $per_page );
3464
+					for ( $i = 0; $i <= $total_pages; $i++ ) {
3465
+						$save_posts = array_slice( $chunk_save_posts , ( $i * $per_page ), $per_page );
3466 3466
                         
3467
-                        $clear = $i == 0 ? true : false;
3468
-                        geodir_save_csv_data( $file_path_temp, $save_posts, $clear );
3469
-                    }
3467
+						$clear = $i == 0 ? true : false;
3468
+						geodir_save_csv_data( $file_path_temp, $save_posts, $clear );
3469
+					}
3470 3470
                         
3471
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3472
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3473
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3474
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3475
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3471
+					if ( $wp_filesystem->exists( $file_path_temp ) ) {
3472
+						$chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3473
+						$chunk_file_name = $file_name . $chunk_page_no . '.csv';
3474
+						$file_path = $csv_file_dir . '/' . $chunk_file_name;
3475
+						$wp_filesystem->move( $file_path_temp, $file_path, true );
3476 3476
                         
3477
-                        $file_url = $file_url_base . $chunk_file_name;
3478
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3479
-                    }
3477
+						$file_url = $file_url_base . $chunk_file_name;
3478
+						$chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3479
+					}
3480 3480
                     
3481
-                    if ( !empty($chunk_file_paths) ) {
3482
-                        $json['total'] = $posts_count;
3483
-                        $json['files'] = $chunk_file_paths;
3484
-                    } else {
3485
-                        if ($j > 1) {
3486
-                            $json['total'] = $posts_count;
3487
-                            $json['files'] = array();
3488
-                        } else {
3489
-                            $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3490
-                        }
3491
-                    }
3492
-                }
3493
-                // WPML
3494
-                if ($is_wpml) {
3495
-                    $sitepress->switch_lang($active_lang, true);
3496
-                }
3497
-                // WPML
3498
-                wp_send_json( $json );
3499
-            }
3500
-        }
3501
-        break;
3502
-        case 'export_cats': {
3503
-            // WPML
3504
-            $is_wpml = geodir_is_wpml();
3505
-            if ($is_wpml) {
3506
-                global $sitepress;
3507
-                $active_lang = ICL_LANGUAGE_CODE;
3481
+					if ( !empty($chunk_file_paths) ) {
3482
+						$json['total'] = $posts_count;
3483
+						$json['files'] = $chunk_file_paths;
3484
+					} else {
3485
+						if ($j > 1) {
3486
+							$json['total'] = $posts_count;
3487
+							$json['files'] = array();
3488
+						} else {
3489
+							$json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3490
+						}
3491
+					}
3492
+				}
3493
+				// WPML
3494
+				if ($is_wpml) {
3495
+					$sitepress->switch_lang($active_lang, true);
3496
+				}
3497
+				// WPML
3498
+				wp_send_json( $json );
3499
+			}
3500
+		}
3501
+		break;
3502
+		case 'export_cats': {
3503
+			// WPML
3504
+			$is_wpml = geodir_is_wpml();
3505
+			if ($is_wpml) {
3506
+				global $sitepress;
3507
+				$active_lang = ICL_LANGUAGE_CODE;
3508 3508
                 
3509
-                $sitepress->switch_lang('all', true);
3510
-            }
3511
-            // WPML
3512
-            $file_name = $post_type . 'category_' . date( 'dmyHi' );
3509
+				$sitepress->switch_lang('all', true);
3510
+			}
3511
+			// WPML
3512
+			$file_name = $post_type . 'category_' . date( 'dmyHi' );
3513 3513
             
3514
-            $terms_count = geodir_get_terms_count( $post_type );
3515
-            $file_url_base = geodir_path_import_export() . '/';
3516
-            $file_url = $file_url_base . $file_name . '.csv';
3517
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3518
-            $file_path_temp = $csv_file_dir . '/' . $post_type . 'category_' . $nonce . '.csv';
3514
+			$terms_count = geodir_get_terms_count( $post_type );
3515
+			$file_url_base = geodir_path_import_export() . '/';
3516
+			$file_url = $file_url_base . $file_name . '.csv';
3517
+			$file_path = $csv_file_dir . '/' . $file_name . '.csv';
3518
+			$file_path_temp = $csv_file_dir . '/' . $post_type . 'category_' . $nonce . '.csv';
3519 3519
             
3520
-            $chunk_file_paths = array();
3520
+			$chunk_file_paths = array();
3521 3521
             
3522
-            if ( isset( $_REQUEST['_st'] ) ) {
3523
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3524
-                $percentage = count( $terms_count ) > 0 && $line_count > 0 ? ceil( $line_count / $terms_count ) * 100 : 0;
3525
-                $percentage = min( $percentage, 100 );
3522
+			if ( isset( $_REQUEST['_st'] ) ) {
3523
+				$line_count = (int)geodir_import_export_line_count( $file_path_temp );
3524
+				$percentage = count( $terms_count ) > 0 && $line_count > 0 ? ceil( $line_count / $terms_count ) * 100 : 0;
3525
+				$percentage = min( $percentage, 100 );
3526 3526
                 
3527
-                $json['percentage'] = $percentage;
3528
-                // WPML
3529
-                if ($is_wpml) {
3530
-                    $sitepress->switch_lang($active_lang, true);
3531
-                }
3532
-                // WPML
3533
-                wp_send_json( $json );
3534
-            } else {
3535
-                if ( !$terms_count > 0 ) {
3536
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3537
-                } else {
3538
-                    $total_terms = $terms_count;
3539
-                    if ($chunk_per_page > $terms_count) {
3540
-                        $chunk_per_page = $terms_count;
3541
-                    }
3542
-                    $chunk_total_pages = ceil( $total_terms / $chunk_per_page );
3527
+				$json['percentage'] = $percentage;
3528
+				// WPML
3529
+				if ($is_wpml) {
3530
+					$sitepress->switch_lang($active_lang, true);
3531
+				}
3532
+				// WPML
3533
+				wp_send_json( $json );
3534
+			} else {
3535
+				if ( !$terms_count > 0 ) {
3536
+					$json['error'] = __( 'No records to export.', 'geodirectory' );
3537
+				} else {
3538
+					$total_terms = $terms_count;
3539
+					if ($chunk_per_page > $terms_count) {
3540
+						$chunk_per_page = $terms_count;
3541
+					}
3542
+					$chunk_total_pages = ceil( $total_terms / $chunk_per_page );
3543 3543
                     
3544
-                    $j = $chunk_page_no;
3545
-                    $chunk_save_terms = geodir_imex_get_terms( $post_type, $chunk_per_page, $j );
3544
+					$j = $chunk_page_no;
3545
+					$chunk_save_terms = geodir_imex_get_terms( $post_type, $chunk_per_page, $j );
3546 3546
                     
3547
-                    $per_page = 500;
3548
-                    if ($per_page > $chunk_per_page) {
3549
-                        $per_page = $chunk_per_page;
3550
-                    }
3551
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3547
+					$per_page = 500;
3548
+					if ($per_page > $chunk_per_page) {
3549
+						$per_page = $chunk_per_page;
3550
+					}
3551
+					$total_pages = ceil( $chunk_per_page / $per_page );
3552 3552
                     
3553
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3554
-                        $save_terms = array_slice( $chunk_save_terms , ( $i * $per_page ), $per_page );
3553
+					for ( $i = 0; $i <= $total_pages; $i++ ) {
3554
+						$save_terms = array_slice( $chunk_save_terms , ( $i * $per_page ), $per_page );
3555 3555
                         
3556
-                        $clear = $i == 0 ? true : false;
3557
-                        geodir_save_csv_data( $file_path_temp, $save_terms, $clear );
3558
-                    }
3556
+						$clear = $i == 0 ? true : false;
3557
+						geodir_save_csv_data( $file_path_temp, $save_terms, $clear );
3558
+					}
3559 3559
                     
3560
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3561
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3562
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3563
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3564
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3560
+					if ( $wp_filesystem->exists( $file_path_temp ) ) {
3561
+						$chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3562
+						$chunk_file_name = $file_name . $chunk_page_no . '.csv';
3563
+						$file_path = $csv_file_dir . '/' . $chunk_file_name;
3564
+						$wp_filesystem->move( $file_path_temp, $file_path, true );
3565 3565
                         
3566
-                        $file_url = $file_url_base . $chunk_file_name;
3567
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3568
-                    }
3566
+						$file_url = $file_url_base . $chunk_file_name;
3567
+						$chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3568
+					}
3569 3569
                     
3570
-                    if ( !empty($chunk_file_paths) ) {
3571
-                        $json['total'] = $terms_count;
3572
-                        $json['files'] = $chunk_file_paths;
3573
-                    } else {
3574
-                        $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3575
-                    }
3576
-                }
3577
-                // WPML
3578
-                if ($is_wpml) {
3579
-                    $sitepress->switch_lang($active_lang, true);
3580
-                }
3581
-                // WPML
3582
-                wp_send_json( $json );
3583
-            }
3584
-        }
3585
-        break;
3586
-        case 'export_locations': {
3587
-            $file_url_base = geodir_path_import_export() . '/';
3588
-            $file_name = 'gd_locations_' . date( 'dmyHi' );
3589
-            $file_url = $file_url_base . $file_name . '.csv';
3590
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3591
-            $file_path_temp = $csv_file_dir . '/gd_locations_' . $nonce . '.csv';
3570
+					if ( !empty($chunk_file_paths) ) {
3571
+						$json['total'] = $terms_count;
3572
+						$json['files'] = $chunk_file_paths;
3573
+					} else {
3574
+						$json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3575
+					}
3576
+				}
3577
+				// WPML
3578
+				if ($is_wpml) {
3579
+					$sitepress->switch_lang($active_lang, true);
3580
+				}
3581
+				// WPML
3582
+				wp_send_json( $json );
3583
+			}
3584
+		}
3585
+		break;
3586
+		case 'export_locations': {
3587
+			$file_url_base = geodir_path_import_export() . '/';
3588
+			$file_name = 'gd_locations_' . date( 'dmyHi' );
3589
+			$file_url = $file_url_base . $file_name . '.csv';
3590
+			$file_path = $csv_file_dir . '/' . $file_name . '.csv';
3591
+			$file_path_temp = $csv_file_dir . '/gd_locations_' . $nonce . '.csv';
3592 3592
             
3593
-            $items_count = (int)geodir_location_imex_count_locations();
3593
+			$items_count = (int)geodir_location_imex_count_locations();
3594 3594
             
3595
-            if ( isset( $_REQUEST['_st'] ) ) {
3596
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3597
-                $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3598
-                $percentage = min( $percentage, 100 );
3595
+			if ( isset( $_REQUEST['_st'] ) ) {
3596
+				$line_count = (int)geodir_import_export_line_count( $file_path_temp );
3597
+				$percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3598
+				$percentage = min( $percentage, 100 );
3599 3599
                 
3600
-                $json['percentage'] = $percentage;
3601
-                wp_send_json( $json );
3602
-            } else {
3603
-                $chunk_file_paths = array();
3600
+				$json['percentage'] = $percentage;
3601
+				wp_send_json( $json );
3602
+			} else {
3603
+				$chunk_file_paths = array();
3604 3604
                 
3605
-                if ( !$items_count > 0 ) {
3606
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3607
-                } else {
3608
-                    $chunk_per_page = min( $chunk_per_page, $items_count );
3609
-                    $chunk_total_pages = ceil( $items_count / $chunk_per_page );
3605
+				if ( !$items_count > 0 ) {
3606
+					$json['error'] = __( 'No records to export.', 'geodirectory' );
3607
+				} else {
3608
+					$chunk_per_page = min( $chunk_per_page, $items_count );
3609
+					$chunk_total_pages = ceil( $items_count / $chunk_per_page );
3610 3610
                     
3611
-                    $j = $chunk_page_no;
3612
-                    $chunk_save_items = geodir_location_imex_locations_data( $chunk_per_page, $j );
3611
+					$j = $chunk_page_no;
3612
+					$chunk_save_items = geodir_location_imex_locations_data( $chunk_per_page, $j );
3613 3613
                     
3614
-                    $per_page = 500;
3615
-                    $per_page = min( $per_page, $chunk_per_page );
3616
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3614
+					$per_page = 500;
3615
+					$per_page = min( $per_page, $chunk_per_page );
3616
+					$total_pages = ceil( $chunk_per_page / $per_page );
3617 3617
                     
3618
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3619
-                        $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3618
+					for ( $i = 0; $i <= $total_pages; $i++ ) {
3619
+						$save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3620 3620
                         
3621
-                        $clear = $i == 0 ? true : false;
3622
-                        geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3623
-                    }
3621
+						$clear = $i == 0 ? true : false;
3622
+						geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3623
+					}
3624 3624
                     
3625
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3626
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3627
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3628
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3629
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3625
+					if ( $wp_filesystem->exists( $file_path_temp ) ) {
3626
+						$chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3627
+						$chunk_file_name = $file_name . $chunk_page_no . '.csv';
3628
+						$file_path = $csv_file_dir . '/' . $chunk_file_name;
3629
+						$wp_filesystem->move( $file_path_temp, $file_path, true );
3630 3630
                         
3631
-                        $file_url = $file_url_base . $chunk_file_name;
3632
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3633
-                    }
3631
+						$file_url = $file_url_base . $chunk_file_name;
3632
+						$chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3633
+					}
3634 3634
                     
3635
-                    if ( !empty($chunk_file_paths) ) {
3636
-                        $json['total'] = $items_count;
3637
-                        $json['files'] = $chunk_file_paths;
3638
-                    } else {
3639
-                        $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3640
-                    }
3641
-                }
3642
-                wp_send_json( $json );
3643
-            }
3644
-        }
3645
-        break;
3646
-        case 'export_hoods': {
3647
-            $file_url_base = geodir_path_import_export() . '/';
3648
-            $file_name = 'gd_neighbourhoods_' . date( 'dmyHi' );
3649
-            $file_url = $file_url_base . $file_name . '.csv';
3650
-            $file_path = $csv_file_dir . '/' . $file_name . '.csv';
3651
-            $file_path_temp = $csv_file_dir . '/gd_neighbourhoods_' . $nonce . '.csv';
3635
+					if ( !empty($chunk_file_paths) ) {
3636
+						$json['total'] = $items_count;
3637
+						$json['files'] = $chunk_file_paths;
3638
+					} else {
3639
+						$json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3640
+					}
3641
+				}
3642
+				wp_send_json( $json );
3643
+			}
3644
+		}
3645
+		break;
3646
+		case 'export_hoods': {
3647
+			$file_url_base = geodir_path_import_export() . '/';
3648
+			$file_name = 'gd_neighbourhoods_' . date( 'dmyHi' );
3649
+			$file_url = $file_url_base . $file_name . '.csv';
3650
+			$file_path = $csv_file_dir . '/' . $file_name . '.csv';
3651
+			$file_path_temp = $csv_file_dir . '/gd_neighbourhoods_' . $nonce . '.csv';
3652 3652
             
3653
-            $items_count = (int)geodir_location_imex_count_neighbourhoods();
3653
+			$items_count = (int)geodir_location_imex_count_neighbourhoods();
3654 3654
             
3655
-            if ( isset( $_REQUEST['_st'] ) ) {
3656
-                $line_count = (int)geodir_import_export_line_count( $file_path_temp );
3657
-                $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3658
-                $percentage = min( $percentage, 100 );
3655
+			if ( isset( $_REQUEST['_st'] ) ) {
3656
+				$line_count = (int)geodir_import_export_line_count( $file_path_temp );
3657
+				$percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0;
3658
+				$percentage = min( $percentage, 100 );
3659 3659
                 
3660
-                $json['percentage'] = $percentage;
3661
-                wp_send_json( $json );
3662
-            } else {
3663
-                $chunk_file_paths = array();
3660
+				$json['percentage'] = $percentage;
3661
+				wp_send_json( $json );
3662
+			} else {
3663
+				$chunk_file_paths = array();
3664 3664
                 
3665
-                if ( !$items_count > 0 ) {
3666
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3667
-                } else {
3668
-                    $chunk_per_page = min( $chunk_per_page, $items_count );
3669
-                    $chunk_total_pages = ceil( $items_count / $chunk_per_page );
3665
+				if ( !$items_count > 0 ) {
3666
+					$json['error'] = __( 'No records to export.', 'geodirectory' );
3667
+				} else {
3668
+					$chunk_per_page = min( $chunk_per_page, $items_count );
3669
+					$chunk_total_pages = ceil( $items_count / $chunk_per_page );
3670 3670
                     
3671
-                    $j = $chunk_page_no;
3672
-                    $chunk_save_items = geodir_location_imex_neighbourhoods_data( $chunk_per_page, $j );
3671
+					$j = $chunk_page_no;
3672
+					$chunk_save_items = geodir_location_imex_neighbourhoods_data( $chunk_per_page, $j );
3673 3673
                     
3674
-                    $per_page = 500;
3675
-                    $per_page = min( $per_page, $chunk_per_page );
3676
-                    $total_pages = ceil( $chunk_per_page / $per_page );
3674
+					$per_page = 500;
3675
+					$per_page = min( $per_page, $chunk_per_page );
3676
+					$total_pages = ceil( $chunk_per_page / $per_page );
3677 3677
                     
3678
-                    for ( $i = 0; $i <= $total_pages; $i++ ) {
3679
-                        $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3678
+					for ( $i = 0; $i <= $total_pages; $i++ ) {
3679
+						$save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page );
3680 3680
                         
3681
-                        $clear = $i == 0 ? true : false;
3682
-                        geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3683
-                    }
3681
+						$clear = $i == 0 ? true : false;
3682
+						geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3683
+					}
3684 3684
                     
3685
-                    if ( $wp_filesystem->exists( $file_path_temp ) ) {
3686
-                        $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3687
-                        $chunk_file_name = $file_name . $chunk_page_no . '.csv';
3688
-                        $file_path = $csv_file_dir . '/' . $chunk_file_name;
3689
-                        $wp_filesystem->move( $file_path_temp, $file_path, true );
3685
+					if ( $wp_filesystem->exists( $file_path_temp ) ) {
3686
+						$chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : '';
3687
+						$chunk_file_name = $file_name . $chunk_page_no . '.csv';
3688
+						$file_path = $csv_file_dir . '/' . $chunk_file_name;
3689
+						$wp_filesystem->move( $file_path_temp, $file_path, true );
3690 3690
                         
3691
-                        $file_url = $file_url_base . $chunk_file_name;
3692
-                        $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3693
-                    }
3691
+						$file_url = $file_url_base . $chunk_file_name;
3692
+						$chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
3693
+					}
3694 3694
                     
3695
-                    if ( !empty($chunk_file_paths) ) {
3696
-                        $json['total'] = $items_count;
3697
-                        $json['files'] = $chunk_file_paths;
3698
-                    } else {
3699
-                        $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3700
-                    }
3701
-                }
3702
-                wp_send_json( $json );
3703
-            }
3704
-        }
3705
-        break;
3706
-        case 'prepare_import':
3707
-        case 'import_cat':
3708
-        case 'import_post':
3709
-        case 'import_loc':
3710
-        case 'import_hood': {
3711
-            // WPML
3712
-            $is_wpml = geodir_is_wpml();
3713
-            if ($is_wpml) {
3714
-                global $sitepress;
3715
-                $active_lang = ICL_LANGUAGE_CODE;
3716
-            }
3717
-            // WPML
3695
+					if ( !empty($chunk_file_paths) ) {
3696
+						$json['total'] = $items_count;
3697
+						$json['files'] = $chunk_file_paths;
3698
+					} else {
3699
+						$json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3700
+					}
3701
+				}
3702
+				wp_send_json( $json );
3703
+			}
3704
+		}
3705
+		break;
3706
+		case 'prepare_import':
3707
+		case 'import_cat':
3708
+		case 'import_post':
3709
+		case 'import_loc':
3710
+		case 'import_hood': {
3711
+			// WPML
3712
+			$is_wpml = geodir_is_wpml();
3713
+			if ($is_wpml) {
3714
+				global $sitepress;
3715
+				$active_lang = ICL_LANGUAGE_CODE;
3716
+			}
3717
+			// WPML
3718 3718
             
3719
-            ini_set( 'auto_detect_line_endings', true );
3719
+			ini_set( 'auto_detect_line_endings', true );
3720 3720
             
3721
-            $uploads = wp_upload_dir();
3722
-            $uploads_dir = $uploads['path'];
3723
-            $uploads_subdir = $uploads['subdir'];
3721
+			$uploads = wp_upload_dir();
3722
+			$uploads_dir = $uploads['path'];
3723
+			$uploads_subdir = $uploads['subdir'];
3724 3724
             
3725
-            $csv_file = isset( $_POST['_file'] ) ? $_POST['_file'] : NULL;
3726
-            $import_choice = isset( $_REQUEST['_ch'] ) ? $_REQUEST['_ch'] : 'skip';
3725
+			$csv_file = isset( $_POST['_file'] ) ? $_POST['_file'] : NULL;
3726
+			$import_choice = isset( $_REQUEST['_ch'] ) ? $_REQUEST['_ch'] : 'skip';
3727 3727
             
3728
-            $csv_file_arr = explode( '/', $csv_file );
3729
-            $csv_filename = end( $csv_file_arr );
3730
-            $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $csv_filename;
3728
+			$csv_file_arr = explode( '/', $csv_file );
3729
+			$csv_filename = end( $csv_file_arr );
3730
+			$target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $csv_filename;
3731 3731
             
3732
-            $json['file'] = $csv_file;
3733
-            $json['error'] = __( 'The uploaded file is not a valid csv file. Please try again.', 'geodirectory' );
3734
-            $file = array();
3732
+			$json['file'] = $csv_file;
3733
+			$json['error'] = __( 'The uploaded file is not a valid csv file. Please try again.', 'geodirectory' );
3734
+			$file = array();
3735 3735
 
3736
-            if ( $csv_file && $wp_filesystem->is_file( $target_path ) && $wp_filesystem->exists( $target_path ) ) {
3737
-                $wp_filetype = wp_check_filetype_and_ext( $target_path, $csv_filename );
3736
+			if ( $csv_file && $wp_filesystem->is_file( $target_path ) && $wp_filesystem->exists( $target_path ) ) {
3737
+				$wp_filetype = wp_check_filetype_and_ext( $target_path, $csv_filename );
3738 3738
                 
3739
-                if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
3740
-                    $json['error'] = NULL;
3741
-                    $json['rows'] = 0;
3739
+				if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
3740
+					$json['error'] = NULL;
3741
+					$json['rows'] = 0;
3742 3742
                     
3743
-                    $lc_all = setlocale(LC_ALL, 0); // Fix issue of fgetcsv ignores special characters when they are at the beginning of line
3744
-                    setlocale(LC_ALL, 'en_US.UTF-8');
3745
-                    if ( ( $handle = fopen($target_path, "r" ) ) !== FALSE ) {
3746
-                        while ( ( $data = fgetcsv( $handle, 100000, "," ) ) !== FALSE ) {
3747
-                            if ( !empty( $data ) ) {
3748
-                                $file[] = $data;
3749
-                            }
3750
-                        }
3751
-                        fclose($handle);
3752
-                    }
3753
-                    setlocale(LC_ALL, $lc_all);
3743
+					$lc_all = setlocale(LC_ALL, 0); // Fix issue of fgetcsv ignores special characters when they are at the beginning of line
3744
+					setlocale(LC_ALL, 'en_US.UTF-8');
3745
+					if ( ( $handle = fopen($target_path, "r" ) ) !== FALSE ) {
3746
+						while ( ( $data = fgetcsv( $handle, 100000, "," ) ) !== FALSE ) {
3747
+							if ( !empty( $data ) ) {
3748
+								$file[] = $data;
3749
+							}
3750
+						}
3751
+						fclose($handle);
3752
+					}
3753
+					setlocale(LC_ALL, $lc_all);
3754 3754
 
3755
-                    $json['rows'] = (!empty($file) && count($file) > 1) ? count($file) - 1 : 0;
3755
+					$json['rows'] = (!empty($file) && count($file) > 1) ? count($file) - 1 : 0;
3756 3756
                     
3757
-                    if (!$json['rows'] > 0) {
3758
-                        $json['error'] = __('No data found in csv file.', 'geodirectory');
3759
-                    }
3760
-                } else {
3761
-                    wp_send_json( $json );
3762
-                }
3763
-            } else {
3764
-                wp_send_json( $json );
3765
-            }
3757
+					if (!$json['rows'] > 0) {
3758
+						$json['error'] = __('No data found in csv file.', 'geodirectory');
3759
+					}
3760
+				} else {
3761
+					wp_send_json( $json );
3762
+				}
3763
+			} else {
3764
+				wp_send_json( $json );
3765
+			}
3766 3766
             
3767
-            if ( $task == 'prepare_import' || !empty( $json['error'] ) ) {
3768
-                wp_send_json( $json );
3769
-            }
3767
+			if ( $task == 'prepare_import' || !empty( $json['error'] ) ) {
3768
+				wp_send_json( $json );
3769
+			}
3770 3770
             
3771
-            $total = $json['rows'];
3772
-            $limit = isset($_POST['limit']) ? (int)$_POST['limit'] : 1;
3773
-            $processed = isset($_POST['processed']) ? (int)$_POST['processed'] : 0;
3771
+			$total = $json['rows'];
3772
+			$limit = isset($_POST['limit']) ? (int)$_POST['limit'] : 1;
3773
+			$processed = isset($_POST['processed']) ? (int)$_POST['processed'] : 0;
3774 3774
             
3775
-            $count = $limit;
3775
+			$count = $limit;
3776 3776
             
3777
-            if ($count < $total) {
3778
-                $count = $processed + $count;
3779
-                if ($count > $total) {
3780
-                    $count = $total;
3781
-                }
3782
-            } else {
3783
-                $count = $total;
3784
-            }
3777
+			if ($count < $total) {
3778
+				$count = $processed + $count;
3779
+				if ($count > $total) {
3780
+					$count = $total;
3781
+				}
3782
+			} else {
3783
+				$count = $total;
3784
+			}
3785 3785
             
3786
-            $created = 0;
3787
-            $updated = 0;
3788
-            $skipped = 0;
3789
-            $invalid = 0;
3790
-            $invalid_addr = 0;
3791
-            $images = 0;
3786
+			$created = 0;
3787
+			$updated = 0;
3788
+			$skipped = 0;
3789
+			$invalid = 0;
3790
+			$invalid_addr = 0;
3791
+			$images = 0;
3792 3792
             
3793
-            $gd_post_info = array();
3794
-            $countpost = 0;
3793
+			$gd_post_info = array();
3794
+			$countpost = 0;
3795 3795
             
3796
-            $post_types = geodir_get_posttypes();
3796
+			$post_types = geodir_get_posttypes();
3797 3797
 
3798
-            if ( $task == 'import_cat' ) {
3799
-                if (!empty($file)) {
3800
-                    $columns = isset($file[0]) ? $file[0] : NULL;
3798
+			if ( $task == 'import_cat' ) {
3799
+				if (!empty($file)) {
3800
+					$columns = isset($file[0]) ? $file[0] : NULL;
3801 3801
                     
3802
-                    if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
3803
-                        $json['error'] = CSV_INVAILD_FILE;
3804
-                        wp_send_json( $json );
3805
-                        exit;
3806
-                    }
3802
+					if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
3803
+						$json['error'] = CSV_INVAILD_FILE;
3804
+						wp_send_json( $json );
3805
+						exit;
3806
+					}
3807 3807
                     
3808
-                    $gd_error_log = __('GD IMPORT CATEGORIES [ROW %d]:', 'geodirectory');
3808
+					$gd_error_log = __('GD IMPORT CATEGORIES [ROW %d]:', 'geodirectory');
3809 3809
                     
3810
-                    for ($i = 1; $i <= $limit; $i++) {
3811
-                        $index = $processed + $i;
3810
+					for ($i = 1; $i <= $limit; $i++) {
3811
+						$index = $processed + $i;
3812 3812
                         
3813
-                        if (isset($file[$index])) {
3814
-                            $row = $file[$index];
3815
-                            $row = array_map( 'trim', $row );
3816
-                            //$row = array_map( 'utf8_encode', $row );
3813
+						if (isset($file[$index])) {
3814
+							$row = $file[$index];
3815
+							$row = array_map( 'trim', $row );
3816
+							//$row = array_map( 'utf8_encode', $row );
3817 3817
                             
3818
-                            $cat_id = '';
3819
-                            $cat_name = '';
3820
-                            $cat_slug = '';
3821
-                            $cat_posttype = '';
3822
-                            $cat_parent = '';
3823
-                            $cat_description = '';
3824
-                            $cat_schema = '';
3825
-                            $cat_top_description = '';
3826
-                            $cat_image = '';
3827
-                            $cat_icon = '';
3828
-                            $cat_language = '';
3829
-                            $cat_id_original = '';
3818
+							$cat_id = '';
3819
+							$cat_name = '';
3820
+							$cat_slug = '';
3821
+							$cat_posttype = '';
3822
+							$cat_parent = '';
3823
+							$cat_description = '';
3824
+							$cat_schema = '';
3825
+							$cat_top_description = '';
3826
+							$cat_image = '';
3827
+							$cat_icon = '';
3828
+							$cat_language = '';
3829
+							$cat_id_original = '';
3830 3830
                             
3831
-                            $c = 0;
3832
-                            foreach ($columns as $column ) {
3833
-                                if ( $column == 'cat_id' ) {
3834
-                                    $cat_id = (int)$row[$c];
3835
-                                } else if ( $column == 'cat_name' ) {
3836
-                                    $cat_name = $row[$c];
3837
-                                } else if ( $column == 'cat_slug' ) {
3838
-                                    $cat_slug = $row[$c];
3839
-                                } else if ( $column == 'cat_posttype' ) {
3840
-                                    $cat_posttype = $row[$c];
3841
-                                } else if ( $column == 'cat_parent' ) {
3842
-                                    $cat_parent = trim($row[$c]);
3843
-                                } else if ( $column == 'cat_schema' && $row[$c] != '' ) {
3844
-                                    $cat_schema = $row[$c];
3845
-                                } else if ( $column == 'cat_description' ) {
3846
-                                    $cat_description = $row[$c];
3847
-                                } else if ( $column == 'cat_top_description' ) {
3848
-                                    $cat_top_description = $row[$c];
3849
-                                } else if ( $column == 'cat_image' ) {
3850
-                                    $cat_image = $row[$c];
3851
-                                } else if ( $column == 'cat_icon' ) {
3852
-                                    $cat_icon = $row[$c];
3853
-                                }
3854
-                                // WPML
3855
-                                if ( $is_wpml ) {
3856
-                                    if ( $column == 'cat_language' ) {
3857
-                                        $cat_language = geodir_strtolower( trim( $row[$c] ) );
3858
-                                    } else if ( $column == 'cat_id_original' ) {
3859
-                                        $cat_id_original = (int)$row[$c];
3860
-                                    }
3861
-                                }
3862
-                                // WPML
3863
-                                $c++;
3864
-                            }
3831
+							$c = 0;
3832
+							foreach ($columns as $column ) {
3833
+								if ( $column == 'cat_id' ) {
3834
+									$cat_id = (int)$row[$c];
3835
+								} else if ( $column == 'cat_name' ) {
3836
+									$cat_name = $row[$c];
3837
+								} else if ( $column == 'cat_slug' ) {
3838
+									$cat_slug = $row[$c];
3839
+								} else if ( $column == 'cat_posttype' ) {
3840
+									$cat_posttype = $row[$c];
3841
+								} else if ( $column == 'cat_parent' ) {
3842
+									$cat_parent = trim($row[$c]);
3843
+								} else if ( $column == 'cat_schema' && $row[$c] != '' ) {
3844
+									$cat_schema = $row[$c];
3845
+								} else if ( $column == 'cat_description' ) {
3846
+									$cat_description = $row[$c];
3847
+								} else if ( $column == 'cat_top_description' ) {
3848
+									$cat_top_description = $row[$c];
3849
+								} else if ( $column == 'cat_image' ) {
3850
+									$cat_image = $row[$c];
3851
+								} else if ( $column == 'cat_icon' ) {
3852
+									$cat_icon = $row[$c];
3853
+								}
3854
+								// WPML
3855
+								if ( $is_wpml ) {
3856
+									if ( $column == 'cat_language' ) {
3857
+										$cat_language = geodir_strtolower( trim( $row[$c] ) );
3858
+									} else if ( $column == 'cat_id_original' ) {
3859
+										$cat_id_original = (int)$row[$c];
3860
+									}
3861
+								}
3862
+								// WPML
3863
+								$c++;
3864
+							}
3865 3865
                             
3866
-                            if ( $cat_name == '' || !in_array( $cat_posttype, $post_types ) ) {
3867
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
3866
+							if ( $cat_name == '' || !in_array( $cat_posttype, $post_types ) ) {
3867
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
3868 3868
                                 
3869
-                                $invalid++;
3870
-                                continue;
3871
-                            }
3869
+								$invalid++;
3870
+								continue;
3871
+							}
3872 3872
                             
3873
-                            // WPML
3874
-                            if ($is_wpml && $cat_language != '') {
3875
-                                $sitepress->switch_lang($cat_language, true);
3876
-                            }
3877
-                            // WPML
3873
+							// WPML
3874
+							if ($is_wpml && $cat_language != '') {
3875
+								$sitepress->switch_lang($cat_language, true);
3876
+							}
3877
+							// WPML
3878 3878
                                                         
3879
-                            $term_data = array();
3880
-                            $term_data['name'] = $cat_name;
3881
-                            $term_data['slug'] = $cat_slug;
3882
-                            $term_data['description'] = $cat_description;
3883
-                            $term_data['cat_schema'] = $cat_schema;
3884
-                            $term_data['top_description'] = $cat_top_description;
3885
-                            $term_data['image'] = $cat_image != '' ? basename( $cat_image ) : '';
3886
-                            $term_data['icon'] = $cat_icon != '' ? basename( $cat_icon ) : '';
3879
+							$term_data = array();
3880
+							$term_data['name'] = $cat_name;
3881
+							$term_data['slug'] = $cat_slug;
3882
+							$term_data['description'] = $cat_description;
3883
+							$term_data['cat_schema'] = $cat_schema;
3884
+							$term_data['top_description'] = $cat_top_description;
3885
+							$term_data['image'] = $cat_image != '' ? basename( $cat_image ) : '';
3886
+							$term_data['icon'] = $cat_icon != '' ? basename( $cat_icon ) : '';
3887 3887
                             
3888
-                            //$term_data = array_map( 'utf8_encode', $term_data );
3888
+							//$term_data = array_map( 'utf8_encode', $term_data );
3889 3889
                             
3890
-                            $taxonomy = $cat_posttype . 'category';
3890
+							$taxonomy = $cat_posttype . 'category';
3891 3891
                             
3892
-                            $term_data['taxonomy'] = $taxonomy;
3892
+							$term_data['taxonomy'] = $taxonomy;
3893 3893
 
3894
-                            $term_parent_id = 0;
3895
-                            if ($cat_parent != "" || (int)$cat_parent > 0) {
3896
-                                $term_parent = '';
3894
+							$term_parent_id = 0;
3895
+							if ($cat_parent != "" || (int)$cat_parent > 0) {
3896
+								$term_parent = '';
3897 3897
                                 
3898
-                                if ( $term_parent = get_term_by( 'name', $cat_parent, $taxonomy ) ) {
3899
-                                    //
3900
-                                } else if ( $term_parent = get_term_by( 'slug', $cat_parent, $taxonomy ) ) {
3901
-                                    //
3902
-                                } else if ( $term_parent = get_term_by( 'id', $cat_parent, $taxonomy ) ) {
3903
-                                    //
3904
-                                } else {
3905
-                                    $term_parent_data = array();
3906
-                                    $term_parent_data['name'] = $cat_parent;
3907
-                                    //$term_parent_data = array_map( 'utf8_encode', $term_parent_data );
3908
-                                    $term_parent_data['taxonomy'] = $taxonomy;
3898
+								if ( $term_parent = get_term_by( 'name', $cat_parent, $taxonomy ) ) {
3899
+									//
3900
+								} else if ( $term_parent = get_term_by( 'slug', $cat_parent, $taxonomy ) ) {
3901
+									//
3902
+								} else if ( $term_parent = get_term_by( 'id', $cat_parent, $taxonomy ) ) {
3903
+									//
3904
+								} else {
3905
+									$term_parent_data = array();
3906
+									$term_parent_data['name'] = $cat_parent;
3907
+									//$term_parent_data = array_map( 'utf8_encode', $term_parent_data );
3908
+									$term_parent_data['taxonomy'] = $taxonomy;
3909 3909
                                     
3910
-                                    $term_parent_id = (int)geodir_imex_insert_term( $taxonomy, $term_parent_data );
3911
-                                }
3910
+									$term_parent_id = (int)geodir_imex_insert_term( $taxonomy, $term_parent_data );
3911
+								}
3912 3912
                                 
3913
-                                if ( !empty( $term_parent ) && !is_wp_error( $term_parent ) ) {
3914
-                                    $term_parent_id = (int)$term_parent->term_id;
3915
-                                }
3916
-                            }
3917
-                            $term_data['parent'] = (int)$term_parent_id;
3913
+								if ( !empty( $term_parent ) && !is_wp_error( $term_parent ) ) {
3914
+									$term_parent_id = (int)$term_parent->term_id;
3915
+								}
3916
+							}
3917
+							$term_data['parent'] = (int)$term_parent_id;
3918 3918
 
3919
-                            $term_id = NULL;
3920
-                            if ( $import_choice == 'update' ) {
3921
-                                if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3922
-                                    $term_data['term_id'] = $term['term_id'];
3919
+							$term_id = NULL;
3920
+							if ( $import_choice == 'update' ) {
3921
+								if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3922
+									$term_data['term_id'] = $term['term_id'];
3923 3923
                                     
3924
-                                    if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3925
-                                        $updated++;
3926
-                                    } else {
3927
-                                        $invalid++;
3928
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) );
3929
-                                    }
3930
-                                } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3931
-                                    $term_data['term_id'] = $term['term_id'];
3924
+									if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3925
+										$updated++;
3926
+									} else {
3927
+										$invalid++;
3928
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) );
3929
+									}
3930
+								} else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3931
+									$term_data['term_id'] = $term['term_id'];
3932 3932
                                     
3933
-                                    if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3934
-                                        $updated++;
3935
-                                    } else {
3936
-                                        $invalid++;
3937
-                                        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' ) );
3938
-                                    }
3939
-                                } else {
3940
-                                    if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3941
-                                        $created++;
3942
-                                    } else {
3943
-                                        $invalid++;
3944
-                                        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' ) );
3945
-                                    }
3946
-                                }
3947
-                            } else if ( $import_choice == 'skip' ) {
3948
-                                if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3949
-                                    $skipped++;
3950
-                                } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3951
-                                    $skipped++;
3952
-                                } else {
3953
-                                    if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3954
-                                        $created++;
3955
-                                    } else {
3956
-                                        $invalid++;
3957
-                                        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' ) );
3958
-                                    }
3959
-                                }
3960
-                            } else {
3961
-                                $invalid++;
3962
-                                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' ) );
3963
-                            }
3933
+									if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3934
+										$updated++;
3935
+									} else {
3936
+										$invalid++;
3937
+										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' ) );
3938
+									}
3939
+								} else {
3940
+									if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3941
+										$created++;
3942
+									} else {
3943
+										$invalid++;
3944
+										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' ) );
3945
+									}
3946
+								}
3947
+							} else if ( $import_choice == 'skip' ) {
3948
+								if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3949
+									$skipped++;
3950
+								} else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3951
+									$skipped++;
3952
+								} else {
3953
+									if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3954
+										$created++;
3955
+									} else {
3956
+										$invalid++;
3957
+										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' ) );
3958
+									}
3959
+								}
3960
+							} else {
3961
+								$invalid++;
3962
+								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' ) );
3963
+							}
3964 3964
                             
3965
-                            if ( $term_id ) {
3966
-                                // WPML
3967
-                                if ($is_wpml && $cat_id_original > 0 && $cat_language != '') {
3968
-                                    $wpml_element_type = 'tax_' . $taxonomy;
3969
-                                    $source_language = geodir_get_language_for_element( $cat_id_original, $wpml_element_type );
3970
-                                    $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
3971
-
3972
-                                    $trid = $sitepress->get_element_trid( $cat_id_original, $wpml_element_type );
3965
+							if ( $term_id ) {
3966
+								// WPML
3967
+								if ($is_wpml && $cat_id_original > 0 && $cat_language != '') {
3968
+									$wpml_element_type = 'tax_' . $taxonomy;
3969
+									$source_language = geodir_get_language_for_element( $cat_id_original, $wpml_element_type );
3970
+									$source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
3971
+
3972
+									$trid = $sitepress->get_element_trid( $cat_id_original, $wpml_element_type );
3973 3973
                                     
3974
-                                    $sitepress->set_element_language_details( $term_id, $wpml_element_type, $trid, $cat_language, $source_language );
3975
-                                }
3976
-                                // WPML
3974
+									$sitepress->set_element_language_details( $term_id, $wpml_element_type, $trid, $cat_language, $source_language );
3975
+								}
3976
+								// WPML
3977 3977
                                 
3978
-                                if ( isset( $term_data['top_description'] ) ) {
3979
-                                    update_tax_meta( $term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype );
3980
-                                }
3978
+								if ( isset( $term_data['top_description'] ) ) {
3979
+									update_tax_meta( $term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype );
3980
+								}
3981 3981
                                 
3982
-                                if ( isset( $term_data['cat_schema'] ) ) {
3983
-                                    update_tax_meta( $term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype );
3984
-                                }
3982
+								if ( isset( $term_data['cat_schema'] ) ) {
3983
+									update_tax_meta( $term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype );
3984
+								}
3985 3985
             
3986
-                                $attachment = false;
3987
-                                if ( isset( $term_data['image'] ) && $term_data['image'] != '' ) {
3988
-                                    $cat_image = geodir_get_default_catimage( $term_id, $cat_posttype );
3989
-                                    $cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : '';
3986
+								$attachment = false;
3987
+								if ( isset( $term_data['image'] ) && $term_data['image'] != '' ) {
3988
+									$cat_image = geodir_get_default_catimage( $term_id, $cat_posttype );
3989
+									$cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : '';
3990 3990
                                     
3991
-                                    if ( basename($cat_image) != $term_data['image'] ) {
3992
-                                        $attachment = true;
3993
-                                        update_tax_meta( $term_id, 'ct_cat_default_img', array( 'id' => 'image', 'src' => $uploads['url'] . '/' . $term_data['image'] ), $cat_posttype );
3994
-                                    }
3995
-                                }
3991
+									if ( basename($cat_image) != $term_data['image'] ) {
3992
+										$attachment = true;
3993
+										update_tax_meta( $term_id, 'ct_cat_default_img', array( 'id' => 'image', 'src' => $uploads['url'] . '/' . $term_data['image'] ), $cat_posttype );
3994
+									}
3995
+								}
3996 3996
                                 
3997
-                                if ( isset( $term_data['icon'] ) && $term_data['icon'] != '' ) {
3998
-                                    $cat_icon = get_tax_meta( $term_id, 'ct_cat_icon', false, $cat_posttype );
3999
-                                    $cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : '';
4000
-
4001
-                                    if ( basename($cat_icon) != $term_data['icon'] ) {
4002
-                                        $attachment = true;
4003
-                                        update_tax_meta( $term_id, 'ct_cat_icon', array( 'id' => 'icon', 'src' => $uploads['url'] . '/' . $term_data['icon'] ), $cat_posttype );
4004
-                                    }
4005
-                                }
3997
+								if ( isset( $term_data['icon'] ) && $term_data['icon'] != '' ) {
3998
+									$cat_icon = get_tax_meta( $term_id, 'ct_cat_icon', false, $cat_posttype );
3999
+									$cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : '';
4000
+
4001
+									if ( basename($cat_icon) != $term_data['icon'] ) {
4002
+										$attachment = true;
4003
+										update_tax_meta( $term_id, 'ct_cat_icon', array( 'id' => 'icon', 'src' => $uploads['url'] . '/' . $term_data['icon'] ), $cat_posttype );
4004
+									}
4005
+								}
4006 4006
                                 
4007
-                                if ( $attachment ) {
4008
-                                    $images++;
4009
-                                }
4010
-                            }
4007
+								if ( $attachment ) {
4008
+									$images++;
4009
+								}
4010
+							}
4011 4011
                             
4012
-                            // WPML
4013
-                            if ($is_wpml && $cat_language != '') {
4014
-                                $sitepress->switch_lang($active_lang, true);
4015
-                            }
4016
-                            // WPML
4017
-                        }
4018
-                    }
4019
-                }
4012
+							// WPML
4013
+							if ($is_wpml && $cat_language != '') {
4014
+								$sitepress->switch_lang($active_lang, true);
4015
+							}
4016
+							// WPML
4017
+						}
4018
+					}
4019
+				}
4020 4020
                 
4021
-                $json = array();
4022
-                $json['processed'] = $limit;
4023
-                $json['created'] = $created;
4024
-                $json['updated'] = $updated;
4025
-                $json['skipped'] = $skipped;
4026
-                $json['invalid'] = $invalid;
4027
-                $json['images'] = $images;
4021
+				$json = array();
4022
+				$json['processed'] = $limit;
4023
+				$json['created'] = $created;
4024
+				$json['updated'] = $updated;
4025
+				$json['skipped'] = $skipped;
4026
+				$json['invalid'] = $invalid;
4027
+				$json['images'] = $images;
4028 4028
                 
4029
-                wp_send_json( $json );
4030
-                exit;
4031
-            } else if ( $task == 'import_post' ) {
4032
-                $xtimings['###1'] = microtime(true)-$xstart;
4033
-                //run some stuff to make the import quicker
4034
-                wp_defer_term_counting( true );
4035
-                wp_defer_comment_counting( true );
4036
-                $wpdb->query( 'SET autocommit = 0;' );
4029
+				wp_send_json( $json );
4030
+				exit;
4031
+			} else if ( $task == 'import_post' ) {
4032
+				$xtimings['###1'] = microtime(true)-$xstart;
4033
+				//run some stuff to make the import quicker
4034
+				wp_defer_term_counting( true );
4035
+				wp_defer_comment_counting( true );
4036
+				$wpdb->query( 'SET autocommit = 0;' );
4037 4037
 //
4038 4038
 //                remove_all_actions('publish_post');
4039 4039
 //                remove_all_actions('transition_post_status');
4040 4040
 //                remove_all_actions('publish_future_post');
4041 4041
 
4042
-                if (!empty($file)) {
4043
-                    $is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
4044
-                    $wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses.
4045
-                    $default_status = 'publish';
4046
-                    $current_date = date_i18n( 'Y-m-d', time() );
4042
+				if (!empty($file)) {
4043
+					$is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
4044
+					$wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses.
4045
+					$default_status = 'publish';
4046
+					$current_date = date_i18n( 'Y-m-d', time() );
4047 4047
                     
4048
-                    $columns = isset($file[0]) ? $file[0] : NULL;
4048
+					$columns = isset($file[0]) ? $file[0] : NULL;
4049 4049
                     
4050
-                    if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4051
-                        $json['error'] = CSV_INVAILD_FILE;
4052
-                        wp_send_json( $json );
4053
-                        exit;
4054
-                    }
4055
-                    $xtimings['###2'] = microtime(true)-$xstart;
4056
-                    $gd_error_log = __('GD IMPORT LISTINGS [ROW %d]:', 'geodirectory');
4057
-                    $wp_chars_error = __( '(check & remove if any invalid characters used in data)', 'geodirectory' );
4058
-                    $processed_actual = 0;
4059
-                    for ($i = 1; $i <= $limit; $i++) {
4060
-                        $index = $processed + $i;
4061
-                        $gd_post = array();
4050
+					if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4051
+						$json['error'] = CSV_INVAILD_FILE;
4052
+						wp_send_json( $json );
4053
+						exit;
4054
+					}
4055
+					$xtimings['###2'] = microtime(true)-$xstart;
4056
+					$gd_error_log = __('GD IMPORT LISTINGS [ROW %d]:', 'geodirectory');
4057
+					$wp_chars_error = __( '(check & remove if any invalid characters used in data)', 'geodirectory' );
4058
+					$processed_actual = 0;
4059
+					for ($i = 1; $i <= $limit; $i++) {
4060
+						$index = $processed + $i;
4061
+						$gd_post = array();
4062 4062
                         
4063
-                        if (isset($file[$index])) {
4064
-                            $processed_actual++;
4065
-                            $row = $file[$index];
4066
-                            $row = array_map( 'trim', $row );
4067
-                            //$row = array_map( 'utf8_encode', $row );
4068
-                            $row = array_map( 'addslashes_gpc', $row );
4063
+						if (isset($file[$index])) {
4064
+							$processed_actual++;
4065
+							$row = $file[$index];
4066
+							$row = array_map( 'trim', $row );
4067
+							//$row = array_map( 'utf8_encode', $row );
4068
+							$row = array_map( 'addslashes_gpc', $row );
4069 4069
                             
4070
-                            $post_id = '';
4071
-                            $post_title = '';
4072
-                            $post_date = '';
4073
-                            $post_author = '';
4074
-                            $post_content = '';
4075
-                            $post_category_arr = array();
4076
-                            $default_category = '';
4077
-                            $post_tags = array();
4078
-                            $post_type = '';
4079
-                            $post_status = '';
4080
-                            $geodir_video = '';
4081
-                            $post_address = '';
4082
-                            $post_city = '';
4083
-                            $post_region = '';
4084
-                            $post_country = '';
4085
-                            $post_zip = '';
4086
-                            $post_latitude = '';
4087
-                            $post_longitude = '';
4088
-                            $post_neighbourhood = '';
4089
-                            $neighbourhood_latitude = '';
4090
-                            $neighbourhood_longitude = '';
4091
-                            $geodir_timing = '';
4092
-                            $geodir_contact = '';
4093
-                            $geodir_email = '';
4094
-                            $geodir_website = '';
4095
-                            $geodir_twitter = '';
4096
-                            $geodir_facebook = '';
4097
-                            $geodir_twitter = '';
4098
-                            $geodir_link_business = null;
4099
-                            $post_images = array();
4070
+							$post_id = '';
4071
+							$post_title = '';
4072
+							$post_date = '';
4073
+							$post_author = '';
4074
+							$post_content = '';
4075
+							$post_category_arr = array();
4076
+							$default_category = '';
4077
+							$post_tags = array();
4078
+							$post_type = '';
4079
+							$post_status = '';
4080
+							$geodir_video = '';
4081
+							$post_address = '';
4082
+							$post_city = '';
4083
+							$post_region = '';
4084
+							$post_country = '';
4085
+							$post_zip = '';
4086
+							$post_latitude = '';
4087
+							$post_longitude = '';
4088
+							$post_neighbourhood = '';
4089
+							$neighbourhood_latitude = '';
4090
+							$neighbourhood_longitude = '';
4091
+							$geodir_timing = '';
4092
+							$geodir_contact = '';
4093
+							$geodir_email = '';
4094
+							$geodir_website = '';
4095
+							$geodir_twitter = '';
4096
+							$geodir_facebook = '';
4097
+							$geodir_twitter = '';
4098
+							$geodir_link_business = null;
4099
+							$post_images = array();
4100 4100
                             
4101
-                            $expire_date = 'Never';
4101
+							$expire_date = 'Never';
4102 4102
                             
4103
-                            $language = '';
4104
-                            $original_post_id = '';
4103
+							$language = '';
4104
+							$original_post_id = '';
4105 4105
                             
4106
-                            $c = 0;
4107
-                            foreach ($columns as $column ) {
4108
-                                $gd_post[$column] = $row[$c];
4106
+							$c = 0;
4107
+							foreach ($columns as $column ) {
4108
+								$gd_post[$column] = $row[$c];
4109 4109
                                 
4110
-                                if ( $column == 'post_id' ) {
4111
-                                    $post_id = $row[$c];
4112
-                                } else if ( $column == 'post_title' ) {
4113
-                                    $post_title = sanitize_text_field($row[$c]);
4114
-                                } else if ( $column == 'post_author' ) {
4115
-                                    $post_author = $row[$c];
4116
-                                } else if ( $column == 'post_date' ) {
4117
-                                    $post_date = $row[$c];
4118
-                                } else if ( $column == 'post_content' ) {
4119
-                                    $post_content = $row[$c];
4120
-                                } else if ( $column == 'post_category' && $row[$c] != '' ) {
4121
-                                    $post_category_arr = explode( ',', $row[$c] );
4122
-                                } else if ( $column == 'default_category' ) {
4123
-                                    $default_category = wp_kses_normalize_entities($row[$c]);
4124
-                                } else if ( $column == 'post_tags' && $row[$c] != '' ) {
4125
-                                    $post_tags = explode( ',', sanitize_text_field($row[$c]) );
4126
-                                } else if ( $column == 'post_type' ) {
4127
-                                    $post_type = $row[$c];
4128
-                                } else if ( $column == 'post_status' ) {
4129
-                                    $post_status = sanitize_key( $row[$c] );
4130
-                                } else if ( $column == 'is_featured' ) {
4131
-                                    $is_featured = (int)$row[$c];
4132
-                                } else if ( $column == 'geodir_video' ) {
4133
-                                    $geodir_video = $row[$c];
4134
-                                } else if ( $column == 'post_address' ) {
4135
-                                    $post_address = sanitize_text_field($row[$c]);
4136
-                                } else if ( $column == 'post_city' ) {
4137
-                                    $post_city = sanitize_text_field($row[$c]);
4138
-                                } else if ( $column == 'post_region' ) {
4139
-                                    $post_region = sanitize_text_field($row[$c]);
4140
-                                } else if ( $column == 'post_country' ) {
4141
-                                    $post_country = sanitize_text_field($row[$c]);
4142
-                                } else if ( $column == 'post_zip' ) {
4143
-                                    $post_zip = sanitize_text_field($row[$c]);
4144
-                                } else if ( $column == 'post_latitude' ) {
4145
-                                    $post_latitude = sanitize_text_field($row[$c]);
4146
-                                } else if ( $column == 'post_longitude' ) {
4147
-                                    $post_longitude = sanitize_text_field($row[$c]);
4148
-                                } else if ( $column == 'post_neighbourhood' ) {
4149
-                                    $post_neighbourhood = sanitize_text_field($row[$c]);
4150
-                                    unset($gd_post[$column]);
4151
-                                } else if ( $column == 'neighbourhood_latitude' ) {
4152
-                                    $neighbourhood_latitude = sanitize_text_field($row[$c]);
4153
-                                } else if ( $column == 'neighbourhood_longitude' ) {
4154
-                                    $neighbourhood_longitude = sanitize_text_field($row[$c]);
4155
-                                } else if ( $column == 'geodir_timing' ) {
4156
-                                    $geodir_timing = sanitize_text_field($row[$c]);
4157
-                                } else if ( $column == 'geodir_contact' ) {
4158
-                                    $geodir_contact = sanitize_text_field($row[$c]);
4159
-                                } else if ( $column == 'geodir_email' ) {
4160
-                                    $geodir_email = sanitize_email($row[$c]);
4161
-                                } else if ( $column == 'geodir_website' ) {
4162
-                                    $geodir_website = sanitize_text_field($row[$c]);
4163
-                                } else if ( $column == 'geodir_twitter' ) {
4164
-                                    $geodir_twitter = sanitize_text_field($row[$c]);
4165
-                                } else if ( $column == 'geodir_facebook' ) {
4166
-                                    $geodir_facebook = sanitize_text_field($row[$c]);
4167
-                                } else if ( $column == 'IMAGE' && !empty( $row[$c] ) && $row[$c] != '' ) {
4168
-                                    $post_images[] = $row[$c];
4169
-                                } else if ( $column == 'alive_days' && (int)$row[$c] > 0 ) {
4170
-                                    $expire_date = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$row[$c] . ' days' ) );
4171
-                                } else if ( $column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never' ) {
4172
-                                    $row[$c] = str_replace('/', '-', $row[$c]);
4173
-                                    $expire_date = date_i18n( 'Y-m-d', strtotime( $row[$c] ) );
4174
-                                } else if ( strpos( $column, 'linked_' ) === 0 ) {
4175
-                                    $geodir_link_business = (int)$row[$c];
4176
-                                }
4177
-                                // WPML
4178
-                                if ($is_wpml) {
4179
-                                    if ($column == 'language') {
4180
-                                        $language = geodir_strtolower(trim($row[$c]));
4181
-                                    } else if ($column == 'original_post_id') {
4182
-                                        $original_post_id = (int)$row[$c];
4183
-                                    }
4184
-                                }
4185
-                                // WPML
4186
-                                $c++;
4187
-                            }
4188
-                            // listing claimed or not
4189
-                            if ($is_claim_active && isset($gd_post['claimed'])) {
4190
-                                $gd_post['claimed'] = (int)$gd_post['claimed'] == 1 ? 1 : 0;
4191
-                            }
4110
+								if ( $column == 'post_id' ) {
4111
+									$post_id = $row[$c];
4112
+								} else if ( $column == 'post_title' ) {
4113
+									$post_title = sanitize_text_field($row[$c]);
4114
+								} else if ( $column == 'post_author' ) {
4115
+									$post_author = $row[$c];
4116
+								} else if ( $column == 'post_date' ) {
4117
+									$post_date = $row[$c];
4118
+								} else if ( $column == 'post_content' ) {
4119
+									$post_content = $row[$c];
4120
+								} else if ( $column == 'post_category' && $row[$c] != '' ) {
4121
+									$post_category_arr = explode( ',', $row[$c] );
4122
+								} else if ( $column == 'default_category' ) {
4123
+									$default_category = wp_kses_normalize_entities($row[$c]);
4124
+								} else if ( $column == 'post_tags' && $row[$c] != '' ) {
4125
+									$post_tags = explode( ',', sanitize_text_field($row[$c]) );
4126
+								} else if ( $column == 'post_type' ) {
4127
+									$post_type = $row[$c];
4128
+								} else if ( $column == 'post_status' ) {
4129
+									$post_status = sanitize_key( $row[$c] );
4130
+								} else if ( $column == 'is_featured' ) {
4131
+									$is_featured = (int)$row[$c];
4132
+								} else if ( $column == 'geodir_video' ) {
4133
+									$geodir_video = $row[$c];
4134
+								} else if ( $column == 'post_address' ) {
4135
+									$post_address = sanitize_text_field($row[$c]);
4136
+								} else if ( $column == 'post_city' ) {
4137
+									$post_city = sanitize_text_field($row[$c]);
4138
+								} else if ( $column == 'post_region' ) {
4139
+									$post_region = sanitize_text_field($row[$c]);
4140
+								} else if ( $column == 'post_country' ) {
4141
+									$post_country = sanitize_text_field($row[$c]);
4142
+								} else if ( $column == 'post_zip' ) {
4143
+									$post_zip = sanitize_text_field($row[$c]);
4144
+								} else if ( $column == 'post_latitude' ) {
4145
+									$post_latitude = sanitize_text_field($row[$c]);
4146
+								} else if ( $column == 'post_longitude' ) {
4147
+									$post_longitude = sanitize_text_field($row[$c]);
4148
+								} else if ( $column == 'post_neighbourhood' ) {
4149
+									$post_neighbourhood = sanitize_text_field($row[$c]);
4150
+									unset($gd_post[$column]);
4151
+								} else if ( $column == 'neighbourhood_latitude' ) {
4152
+									$neighbourhood_latitude = sanitize_text_field($row[$c]);
4153
+								} else if ( $column == 'neighbourhood_longitude' ) {
4154
+									$neighbourhood_longitude = sanitize_text_field($row[$c]);
4155
+								} else if ( $column == 'geodir_timing' ) {
4156
+									$geodir_timing = sanitize_text_field($row[$c]);
4157
+								} else if ( $column == 'geodir_contact' ) {
4158
+									$geodir_contact = sanitize_text_field($row[$c]);
4159
+								} else if ( $column == 'geodir_email' ) {
4160
+									$geodir_email = sanitize_email($row[$c]);
4161
+								} else if ( $column == 'geodir_website' ) {
4162
+									$geodir_website = sanitize_text_field($row[$c]);
4163
+								} else if ( $column == 'geodir_twitter' ) {
4164
+									$geodir_twitter = sanitize_text_field($row[$c]);
4165
+								} else if ( $column == 'geodir_facebook' ) {
4166
+									$geodir_facebook = sanitize_text_field($row[$c]);
4167
+								} else if ( $column == 'IMAGE' && !empty( $row[$c] ) && $row[$c] != '' ) {
4168
+									$post_images[] = $row[$c];
4169
+								} else if ( $column == 'alive_days' && (int)$row[$c] > 0 ) {
4170
+									$expire_date = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$row[$c] . ' days' ) );
4171
+								} else if ( $column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never' ) {
4172
+									$row[$c] = str_replace('/', '-', $row[$c]);
4173
+									$expire_date = date_i18n( 'Y-m-d', strtotime( $row[$c] ) );
4174
+								} else if ( strpos( $column, 'linked_' ) === 0 ) {
4175
+									$geodir_link_business = (int)$row[$c];
4176
+								}
4177
+								// WPML
4178
+								if ($is_wpml) {
4179
+									if ($column == 'language') {
4180
+										$language = geodir_strtolower(trim($row[$c]));
4181
+									} else if ($column == 'original_post_id') {
4182
+										$original_post_id = (int)$row[$c];
4183
+									}
4184
+								}
4185
+								// WPML
4186
+								$c++;
4187
+							}
4188
+							// listing claimed or not
4189
+							if ($is_claim_active && isset($gd_post['claimed'])) {
4190
+								$gd_post['claimed'] = (int)$gd_post['claimed'] == 1 ? 1 : 0;
4191
+							}
4192 4192
                             
4193
-                            // WPML
4194
-                            if ($is_wpml && $language != '') {
4195
-                                $sitepress->switch_lang($language, true);
4196
-                            }
4197
-                            // WPML
4193
+							// WPML
4194
+							if ($is_wpml && $language != '') {
4195
+								$sitepress->switch_lang($language, true);
4196
+							}
4197
+							// WPML
4198 4198
 
4199
-                            $gd_post['IMAGE'] = $post_images;
4199
+							$gd_post['IMAGE'] = $post_images;
4200 4200
                             
4201
-                            $post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status;
4202
-                            $post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status;
4201
+							$post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status;
4202
+							$post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status;
4203 4203
                                                                                                                 
4204
-                            $valid = true;
4204
+							$valid = true;
4205 4205
                             
4206
-                            if ( $post_title == '' || !in_array( $post_type, $post_types ) ) {
4207
-                                $invalid++;
4208
-                                $valid = false;
4209
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
4210
-                            }
4211
-                            $xtimings['###3'] = microtime(true)-$xstart;
4212
-                            $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true;
4213
-                            if ( $location_allowed ) {
4214
-                                $location_result = geodir_get_default_location();
4215
-                                if ( $post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '' ) {
4216
-                                    $invalid_addr++;
4217
-                                    $valid = false;
4218
-                                    geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ) );
4219
-                                } else if ( !empty( $location_result ) && $location_result->location_id == 0 ) {
4220
-                                    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 ) ) ) {
4221
-                                        $invalid_addr++;
4222
-                                        $valid = false;
4223
-                                        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' ) );
4224
-                                    } else {
4225
-                                        if (!$location_manager) {
4226
-                                            $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.
4227
-                                        }
4228
-                                    }
4229
-                                }
4230
-                            }
4231
-                            $xtimings['###4']   = microtime(true)-$xstart;
4232
-                            if ( !$valid ) {
4233
-                                continue;
4234
-                            }
4206
+							if ( $post_title == '' || !in_array( $post_type, $post_types ) ) {
4207
+								$invalid++;
4208
+								$valid = false;
4209
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) );
4210
+							}
4211
+							$xtimings['###3'] = microtime(true)-$xstart;
4212
+							$location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true;
4213
+							if ( $location_allowed ) {
4214
+								$location_result = geodir_get_default_location();
4215
+								if ( $post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '' ) {
4216
+									$invalid_addr++;
4217
+									$valid = false;
4218
+									geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ) );
4219
+								} else if ( !empty( $location_result ) && $location_result->location_id == 0 ) {
4220
+									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 ) ) ) {
4221
+										$invalid_addr++;
4222
+										$valid = false;
4223
+										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' ) );
4224
+									} else {
4225
+										if (!$location_manager) {
4226
+											$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.
4227
+										}
4228
+									}
4229
+								}
4230
+							}
4231
+							$xtimings['###4']   = microtime(true)-$xstart;
4232
+							if ( !$valid ) {
4233
+								continue;
4234
+							}
4235 4235
 
4236
-                            $cat_taxonomy = $post_type . 'category';
4237
-                            $tags_taxonomy = $post_type . '_tags';
4236
+							$cat_taxonomy = $post_type . 'category';
4237
+							$tags_taxonomy = $post_type . '_tags';
4238 4238
                             
4239
-                            if ($default_category != '' && !in_array($default_category, $post_category_arr)) {
4240
-                                $post_category_arr = array_merge(array($default_category), $post_category_arr);
4241
-                            }
4239
+							if ($default_category != '' && !in_array($default_category, $post_category_arr)) {
4240
+								$post_category_arr = array_merge(array($default_category), $post_category_arr);
4241
+							}
4242 4242
 
4243
-                            $post_category = array();
4244
-                            $default_category_id = NULL;
4245
-                            if ( !empty( $post_category_arr ) ) {
4246
-                                foreach ( $post_category_arr as $value ) {
4247
-                                    $category_name = wp_kses_normalize_entities( trim( $value ) );
4243
+							$post_category = array();
4244
+							$default_category_id = NULL;
4245
+							if ( !empty( $post_category_arr ) ) {
4246
+								foreach ( $post_category_arr as $value ) {
4247
+									$category_name = wp_kses_normalize_entities( trim( $value ) );
4248 4248
                                     
4249
-                                    if ( $category_name != '' ) {
4250
-                                        $term_category = array();
4249
+									if ( $category_name != '' ) {
4250
+										$term_category = array();
4251 4251
                                         
4252
-                                        if ( $term = get_term_by( 'name', $category_name, $cat_taxonomy ) ) {
4253
-                                            $term_category = $term;
4254
-                                        } else if ( $term = get_term_by( 'slug', $category_name, $cat_taxonomy ) ) {
4255
-                                            $term_category = $term;
4256
-                                        } else {
4257
-                                            $term_data = array();
4258
-                                            $term_data['name'] = $category_name;
4259
-                                            $term_data['taxonomy'] = $cat_taxonomy;
4252
+										if ( $term = get_term_by( 'name', $category_name, $cat_taxonomy ) ) {
4253
+											$term_category = $term;
4254
+										} else if ( $term = get_term_by( 'slug', $category_name, $cat_taxonomy ) ) {
4255
+											$term_category = $term;
4256
+										} else {
4257
+											$term_data = array();
4258
+											$term_data['name'] = $category_name;
4259
+											$term_data['taxonomy'] = $cat_taxonomy;
4260 4260
                                             
4261
-                                            $term_id = geodir_imex_insert_term( $cat_taxonomy, $term_data );
4262
-                                            if ( $term_id ) {
4263
-                                                $term_category = get_term( $term_id, $cat_taxonomy );
4264
-                                            }
4265
-                                        }
4261
+											$term_id = geodir_imex_insert_term( $cat_taxonomy, $term_data );
4262
+											if ( $term_id ) {
4263
+												$term_category = get_term( $term_id, $cat_taxonomy );
4264
+											}
4265
+										}
4266 4266
                                         
4267
-                                        if ( !empty( $term_category ) && !is_wp_error( $term_category ) ) {
4268
-                                            $post_category[] = intval($term_category->term_id);
4267
+										if ( !empty( $term_category ) && !is_wp_error( $term_category ) ) {
4268
+											$post_category[] = intval($term_category->term_id);
4269 4269
                                             
4270
-                                            if ($category_name == $default_category) {
4271
-                                                $default_category_id = intval($term_category->term_id);
4272
-                                            }
4273
-                                        }
4274
-                                    }
4275
-                                }
4276
-                            }
4277
-                            $xtimings['###5'] = microtime(true)-$xstart;
4278
-                            $save_post = array();
4279
-                            $save_post['post_title'] = $post_title;
4280
-                            if (!empty($post_date)) {
4281
-                                $post_date = geodir_date( $post_date, 'Y-m-d H:i:s' ); // convert to mysql date format.
4270
+											if ($category_name == $default_category) {
4271
+												$default_category_id = intval($term_category->term_id);
4272
+											}
4273
+										}
4274
+									}
4275
+								}
4276
+							}
4277
+							$xtimings['###5'] = microtime(true)-$xstart;
4278
+							$save_post = array();
4279
+							$save_post['post_title'] = $post_title;
4280
+							if (!empty($post_date)) {
4281
+								$post_date = geodir_date( $post_date, 'Y-m-d H:i:s' ); // convert to mysql date format.
4282 4282
                                 
4283
-                                $save_post['post_date'] = $post_date;
4284
-                                $save_post['post_date_gmt'] = get_gmt_from_date( $post_date );
4285
-                            }
4286
-                            $save_post['post_content'] = $post_content;
4287
-                            $save_post['post_type'] = $post_type;
4288
-                            $save_post['post_author'] = $post_author;
4289
-                            $save_post['post_status'] = $post_status;
4290
-                            $save_post['post_category'] = $post_category;
4291
-                            $save_post['post_tags'] = $post_tags;
4292
-
4293
-                            $saved_post_id = NULL;
4294
-                            if ( $import_choice == 'update' ) {
4295
-                                $gd_wp_error = __( 'Unable to add listing, please check the listing data.', 'geodirectory' );
4283
+								$save_post['post_date'] = $post_date;
4284
+								$save_post['post_date_gmt'] = get_gmt_from_date( $post_date );
4285
+							}
4286
+							$save_post['post_content'] = $post_content;
4287
+							$save_post['post_type'] = $post_type;
4288
+							$save_post['post_author'] = $post_author;
4289
+							$save_post['post_status'] = $post_status;
4290
+							$save_post['post_category'] = $post_category;
4291
+							$save_post['post_tags'] = $post_tags;
4292
+
4293
+							$saved_post_id = NULL;
4294
+							if ( $import_choice == 'update' ) {
4295
+								$gd_wp_error = __( 'Unable to add listing, please check the listing data.', 'geodirectory' );
4296 4296
                                 
4297
-                                if ( $post_id > 0 && get_post( $post_id ) ) {
4298
-                                    $save_post['ID'] = $post_id;
4297
+								if ( $post_id > 0 && get_post( $post_id ) ) {
4298
+									$save_post['ID'] = $post_id;
4299 4299
                                     
4300
-                                    if ( $saved_post_id = wp_update_post( $save_post, true ) ) {
4301
-                                        if ( is_wp_error( $saved_post_id ) ) {
4302
-                                            $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4303
-                                            $saved_post_id = 0;
4304
-                                        } else {
4305
-                                            $saved_post_id = $post_id;
4306
-                                            $updated++;
4307
-                                        }
4308
-                                    }
4309
-                                } else {
4310
-                                    if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4311
-                                        if ( is_wp_error( $saved_post_id ) ) {
4312
-                                            $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4313
-                                            $saved_post_id = 0;
4314
-                                        } else {
4315
-                                            $created++;
4316
-                                        }
4317
-                                    }
4318
-                                }
4300
+									if ( $saved_post_id = wp_update_post( $save_post, true ) ) {
4301
+										if ( is_wp_error( $saved_post_id ) ) {
4302
+											$gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4303
+											$saved_post_id = 0;
4304
+										} else {
4305
+											$saved_post_id = $post_id;
4306
+											$updated++;
4307
+										}
4308
+									}
4309
+								} else {
4310
+									if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4311
+										if ( is_wp_error( $saved_post_id ) ) {
4312
+											$gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error;
4313
+											$saved_post_id = 0;
4314
+										} else {
4315
+											$created++;
4316
+										}
4317
+									}
4318
+								}
4319 4319
                                 
4320
-                                if ( !$saved_post_id > 0 ) {
4321
-                                    $invalid++;
4322
-                                    geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_wp_error );
4323
-                                }
4324
-                            } else if ( $import_choice == 'skip' ) {
4325
-                                if ( $post_id > 0 && get_post( $post_id ) ) {
4326
-                                    $skipped++;	
4327
-                                } else {
4328
-                                    if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4329
-                                        if ( is_wp_error( $saved_post_id ) ) {
4330
-                                            $invalid++;
4320
+								if ( !$saved_post_id > 0 ) {
4321
+									$invalid++;
4322
+									geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_wp_error );
4323
+								}
4324
+							} else if ( $import_choice == 'skip' ) {
4325
+								if ( $post_id > 0 && get_post( $post_id ) ) {
4326
+									$skipped++;	
4327
+								} else {
4328
+									if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4329
+										if ( is_wp_error( $saved_post_id ) ) {
4330
+											$invalid++;
4331 4331
                                             
4332
-                                            geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $saved_post_id->get_error_message() . ' ' . $wp_chars_error );
4333
-                                            $saved_post_id = 0;
4334
-                                        } else {
4335
-                                            $created++;
4336
-                                        }
4337
-                                    } else {
4338
-                                        $invalid++;
4332
+											geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $saved_post_id->get_error_message() . ' ' . $wp_chars_error );
4333
+											$saved_post_id = 0;
4334
+										} else {
4335
+											$created++;
4336
+										}
4337
+									} else {
4338
+										$invalid++;
4339 4339
                                         
4340
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4341
-                                    }
4342
-                                }
4343
-                            } else {
4344
-                                $invalid++;
4340
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4341
+									}
4342
+								}
4343
+							} else {
4344
+								$invalid++;
4345 4345
                                 
4346
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4347
-                            }
4348
-                            $xtimings['###6'] = microtime(true)-$xstart;
4349
-                            if ( (int)$saved_post_id > 0 ) {
4350
-                                // WPML
4351
-                                if ($is_wpml && $original_post_id > 0 && $language != '') {
4352
-                                    $wpml_post_type = 'post_' . $post_type;
4353
-                                    $source_language = geodir_get_language_for_element( $original_post_id, $wpml_post_type );
4354
-                                    $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
4355
-
4356
-                                    $trid = $sitepress->get_element_trid( $original_post_id, $wpml_post_type );
4346
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4347
+							}
4348
+							$xtimings['###6'] = microtime(true)-$xstart;
4349
+							if ( (int)$saved_post_id > 0 ) {
4350
+								// WPML
4351
+								if ($is_wpml && $original_post_id > 0 && $language != '') {
4352
+									$wpml_post_type = 'post_' . $post_type;
4353
+									$source_language = geodir_get_language_for_element( $original_post_id, $wpml_post_type );
4354
+									$source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
4355
+
4356
+									$trid = $sitepress->get_element_trid( $original_post_id, $wpml_post_type );
4357 4357
                                     
4358
-                                    $sitepress->set_element_language_details( $saved_post_id, $wpml_post_type, $trid, $language, $source_language );
4359
-                                }
4360
-                                // WPML
4361
-                                $gd_post_info = geodir_get_post_info( $saved_post_id );
4358
+									$sitepress->set_element_language_details( $saved_post_id, $wpml_post_type, $trid, $language, $source_language );
4359
+								}
4360
+								// WPML
4361
+								$gd_post_info = geodir_get_post_info( $saved_post_id );
4362 4362
                                 
4363
-                                $gd_post['post_id'] = $saved_post_id;
4364
-                                $gd_post['ID'] = $saved_post_id;
4365
-                                $gd_post['post_tags'] = $post_tags;
4366
-                                $gd_post['post_title'] = $post_title;
4367
-                                $gd_post['post_status'] = $post_status;
4368
-                                $gd_post['submit_time'] = time();
4369
-                                $gd_post['submit_ip'] = $_SERVER['REMOTE_ADDR'];
4363
+								$gd_post['post_id'] = $saved_post_id;
4364
+								$gd_post['ID'] = $saved_post_id;
4365
+								$gd_post['post_tags'] = $post_tags;
4366
+								$gd_post['post_title'] = $post_title;
4367
+								$gd_post['post_status'] = $post_status;
4368
+								$gd_post['submit_time'] = time();
4369
+								$gd_post['submit_ip'] = $_SERVER['REMOTE_ADDR'];
4370 4370
                                                     
4371
-                                // post location
4372
-                                $post_location_id = 0;
4373
-                                if ( $location_allowed && !empty( $location_result ) && $location_result->location_id > 0 ) {
4374
-                                    $gd_post['post_neighbourhood'] = '';
4371
+								// post location
4372
+								$post_location_id = 0;
4373
+								if ( $location_allowed && !empty( $location_result ) && $location_result->location_id > 0 ) {
4374
+									$gd_post['post_neighbourhood'] = '';
4375 4375
                                     
4376
-                                    $post_location_info = array(
4377
-                                                                'city' => $post_city,
4378
-                                                                'region' => $post_region,
4379
-                                                                'country' => $post_country,
4380
-                                                                'geo_lat' => $post_latitude,
4381
-                                                                'geo_lng' => $post_longitude
4382
-                                                            );
4383
-                                    if ( $location_id = (int)geodir_add_new_location( $post_location_info ) ) {
4384
-                                        $post_location_id = $location_id;
4385
-                                    }
4376
+									$post_location_info = array(
4377
+																'city' => $post_city,
4378
+																'region' => $post_region,
4379
+																'country' => $post_country,
4380
+																'geo_lat' => $post_latitude,
4381
+																'geo_lng' => $post_longitude
4382
+															);
4383
+									if ( $location_id = (int)geodir_add_new_location( $post_location_info ) ) {
4384
+										$post_location_id = $location_id;
4385
+									}
4386 4386
                                     
4387
-                                    if ($post_location_id > 0 && $neighbourhood_active && !empty($post_neighbourhood)) {
4388
-                                        $neighbourhood_info = geodir_location_neighbourhood_by_name_loc_id($post_neighbourhood, $post_location_id);
4387
+									if ($post_location_id > 0 && $neighbourhood_active && !empty($post_neighbourhood)) {
4388
+										$neighbourhood_info = geodir_location_neighbourhood_by_name_loc_id($post_neighbourhood, $post_location_id);
4389 4389
 
4390
-                                        $hood_data = array();
4391
-                                        $hood_data['hood_location_id'] = $post_location_id;
4392
-                                        $hood_data['hood_name'] = $post_neighbourhood;
4390
+										$hood_data = array();
4391
+										$hood_data['hood_location_id'] = $post_location_id;
4392
+										$hood_data['hood_name'] = $post_neighbourhood;
4393 4393
                                         
4394
-                                        if (!empty($neighbourhood_info)) {
4395
-                                            $hood_data['hood_id'] = $neighbourhood_info->hood_id;
4396
-                                            $hood_data['hood_slug'] = $neighbourhood_info->hood_slug;
4394
+										if (!empty($neighbourhood_info)) {
4395
+											$hood_data['hood_id'] = $neighbourhood_info->hood_id;
4396
+											$hood_data['hood_slug'] = $neighbourhood_info->hood_slug;
4397 4397
                                             
4398
-                                            if (empty($neighbourhood_latitude) || empty($neighbourhood_longitude)) {
4399
-                                                $neighbourhood_latitude = $neighbourhood_info->hood_latitude;
4400
-                                                $neighbourhood_longitude = $neighbourhood_info->hood_longitude;
4401
-                                            }
4402
-                                        }
4398
+											if (empty($neighbourhood_latitude) || empty($neighbourhood_longitude)) {
4399
+												$neighbourhood_latitude = $neighbourhood_info->hood_latitude;
4400
+												$neighbourhood_longitude = $neighbourhood_info->hood_longitude;
4401
+											}
4402
+										}
4403 4403
                                         
4404
-                                        if (empty($neighbourhood_latitude) || empty($neighbourhood_longitude)) {
4405
-                                            $neighbourhood_latitude = $neighbourhood_info->hood_latitude;
4406
-                                            $neighbourhood_longitude = $neighbourhood_info->hood_longitude;
4407
-                                        }
4404
+										if (empty($neighbourhood_latitude) || empty($neighbourhood_longitude)) {
4405
+											$neighbourhood_latitude = $neighbourhood_info->hood_latitude;
4406
+											$neighbourhood_longitude = $neighbourhood_info->hood_longitude;
4407
+										}
4408 4408
                                         
4409
-                                        $hood_data['hood_latitude'] = $post_latitude;
4410
-                                        $hood_data['hood_longitude'] = $post_longitude;
4411
-
4412
-                                        $neighbourhood_info = geodir_location_insert_update_neighbourhood($hood_data);
4413
-                                        if (!empty($neighbourhood_info) && isset($neighbourhood_info->hood_slug)) {
4414
-                                            $gd_post['post_neighbourhood'] = $neighbourhood_info->hood_slug;
4415
-                                        }
4416
-                                    }
4417
-                                }
4418
-                                $gd_post['post_location_id'] = $post_location_id;
4409
+										$hood_data['hood_latitude'] = $post_latitude;
4410
+										$hood_data['hood_longitude'] = $post_longitude;
4411
+
4412
+										$neighbourhood_info = geodir_location_insert_update_neighbourhood($hood_data);
4413
+										if (!empty($neighbourhood_info) && isset($neighbourhood_info->hood_slug)) {
4414
+											$gd_post['post_neighbourhood'] = $neighbourhood_info->hood_slug;
4415
+										}
4416
+									}
4417
+								}
4418
+								$gd_post['post_location_id'] = $post_location_id;
4419 4419
                                 
4420
-                                if ($geodir_link_business !== null) {
4421
-                                    $gd_post['geodir_link_business'] = $geodir_link_business > 0 ? $geodir_link_business : '';
4422
-                                }
4420
+								if ($geodir_link_business !== null) {
4421
+									$gd_post['geodir_link_business'] = $geodir_link_business > 0 ? $geodir_link_business : '';
4422
+								}
4423 4423
                                 
4424
-                                // post package info
4425
-                                $package_id = isset( $gd_post['package_id'] ) && !empty( $gd_post['package_id'] ) ? (int)$gd_post['package_id'] : 0;
4426
-                                if (!$package_id && !empty($gd_post_info) && isset($gd_post_info->package_id) && $gd_post_info->package_id) {
4427
-                                    $package_id = $gd_post_info->package_id;
4428
-                                }
4424
+								// post package info
4425
+								$package_id = isset( $gd_post['package_id'] ) && !empty( $gd_post['package_id'] ) ? (int)$gd_post['package_id'] : 0;
4426
+								if (!$package_id && !empty($gd_post_info) && isset($gd_post_info->package_id) && $gd_post_info->package_id) {
4427
+									$package_id = $gd_post_info->package_id;
4428
+								}
4429 4429
                                 
4430
-                                $package_info = array();
4431
-                                if ($package_id && function_exists('geodir_get_package_info_by_id')) {
4432
-                                    $package_info = (array)geodir_get_package_info_by_id($package_id);
4430
+								$package_info = array();
4431
+								if ($package_id && function_exists('geodir_get_package_info_by_id')) {
4432
+									$package_info = (array)geodir_get_package_info_by_id($package_id);
4433 4433
                                     
4434
-                                    if (!(!empty($package_info) && isset($package_info['post_type']) && $package_info['post_type'] == $post_type)) {
4435
-                                        $package_info = array();
4436
-                                    }
4437
-                                }
4434
+									if (!(!empty($package_info) && isset($package_info['post_type']) && $package_info['post_type'] == $post_type)) {
4435
+										$package_info = array();
4436
+									}
4437
+								}
4438 4438
                                 
4439
-                                if (empty($package_info)) {
4440
-                                    $package_info = (array)geodir_post_package_info( array(), '', $post_type );
4441
-                                }
4439
+								if (empty($package_info)) {
4440
+									$package_info = (array)geodir_post_package_info( array(), '', $post_type );
4441
+								}
4442 4442
                                  
4443
-                                if (!empty($package_info))	 {
4444
-                                    $package_id = $package_info['pid'];
4443
+								if (!empty($package_info))	 {
4444
+									$package_id = $package_info['pid'];
4445 4445
                                     
4446
-                                    if (isset($gd_post['alive_days']) || isset($gd_post['expire_date'])) {
4447
-                                        $gd_post['expire_date'] = $expire_date;
4448
-                                    } else {
4449
-                                        if ( isset( $package_info['days'] ) && (int)$package_info['days'] > 0 ) {
4450
-                                            $gd_post['alive_days'] = (int)$package_info['days'];
4451
-                                            $gd_post['expire_date'] = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$package_info['days'] . ' days' ) );
4452
-                                        } else {
4453
-                                            $gd_post['expire_date'] = 'Never';
4454
-                                        }
4455
-                                    }
4446
+									if (isset($gd_post['alive_days']) || isset($gd_post['expire_date'])) {
4447
+										$gd_post['expire_date'] = $expire_date;
4448
+									} else {
4449
+										if ( isset( $package_info['days'] ) && (int)$package_info['days'] > 0 ) {
4450
+											$gd_post['alive_days'] = (int)$package_info['days'];
4451
+											$gd_post['expire_date'] = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$package_info['days'] . ' days' ) );
4452
+										} else {
4453
+											$gd_post['expire_date'] = 'Never';
4454
+										}
4455
+									}
4456 4456
                                     
4457
-                                    $gd_post['package_id'] = $package_id;
4458
-                                }
4457
+									$gd_post['package_id'] = $package_id;
4458
+								}
4459 4459
 
4460
-                                $table = $plugin_prefix . $post_type . '_detail';
4460
+								$table = $plugin_prefix . $post_type . '_detail';
4461 4461
                                 
4462
-                                if ($post_type == 'gd_event') {
4463
-                                    $gd_post = geodir_imex_process_event_data($gd_post);
4464
-                                }
4462
+								if ($post_type == 'gd_event') {
4463
+									$gd_post = geodir_imex_process_event_data($gd_post);
4464
+								}
4465 4465
                                 
4466
-                                if (isset($gd_post['post_id'])) {
4467
-                                    unset($gd_post['post_id']);
4468
-                                }
4466
+								if (isset($gd_post['post_id'])) {
4467
+									unset($gd_post['post_id']);
4468
+								}
4469 4469
 
4470
-                                // Export franchise fields
4471
-                                $is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false;
4472
-                                if ($is_franchise_active) {
4473
-                                    if ( isset( $gd_post['gd_is_franchise'] ) && (int)$gd_post['gd_is_franchise'] == 1 ) {
4474
-                                        $gd_franchise_lock = array();
4470
+								// Export franchise fields
4471
+								$is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false;
4472
+								if ($is_franchise_active) {
4473
+									if ( isset( $gd_post['gd_is_franchise'] ) && (int)$gd_post['gd_is_franchise'] == 1 ) {
4474
+										$gd_franchise_lock = array();
4475 4475
                                         
4476
-                                        if ( isset( $gd_post['gd_franchise_lock'] ) ) {
4477
-                                            $gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock'] );
4478
-                                            $gd_franchise_lock = trim( $gd_franchise_lock );
4479
-                                            $gd_franchise_lock = explode( ",", $gd_franchise_lock );
4480
-                                        }
4476
+										if ( isset( $gd_post['gd_franchise_lock'] ) ) {
4477
+											$gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock'] );
4478
+											$gd_franchise_lock = trim( $gd_franchise_lock );
4479
+											$gd_franchise_lock = explode( ",", $gd_franchise_lock );
4480
+										}
4481 4481
                                         
4482
-                                        update_post_meta( $saved_post_id, 'gd_is_franchise', 1 );
4483
-                                        update_post_meta( $saved_post_id, 'gd_franchise_lock', $gd_franchise_lock );
4484
-                                    } else {
4485
-                                        if ( isset( $gd_post['franchise'] ) && (int)$gd_post['franchise'] > 0 && geodir_franchise_check( (int)$gd_post['franchise'] ) ) {
4486
-                                            geodir_save_post_meta( $saved_post_id, 'franchise', (int)$gd_post['franchise'] );
4487
-                                        }
4488
-                                    }
4489
-                                }
4482
+										update_post_meta( $saved_post_id, 'gd_is_franchise', 1 );
4483
+										update_post_meta( $saved_post_id, 'gd_franchise_lock', $gd_franchise_lock );
4484
+									} else {
4485
+										if ( isset( $gd_post['franchise'] ) && (int)$gd_post['franchise'] > 0 && geodir_franchise_check( (int)$gd_post['franchise'] ) ) {
4486
+											geodir_save_post_meta( $saved_post_id, 'franchise', (int)$gd_post['franchise'] );
4487
+										}
4488
+									}
4489
+								}
4490 4490
                                 
4491
-                                if (!empty($save_post['post_category']) && is_array($save_post['post_category'])) {
4492
-                                    $save_post['post_category'] = array_unique( array_map( 'intval', $save_post['post_category'] ) );
4493
-                                    if ($default_category_id) {
4494
-                                        $save_post['post_default_category'] = $default_category_id;
4495
-                                        $gd_post['default_category'] = $default_category_id;
4496
-                                    }
4497
-                                    $gd_post[$cat_taxonomy] = $save_post['post_category'];
4498
-                                }
4499
-                                $xtimings['###7'] = microtime(true)-$xstart;
4500
-                                // Save post info
4501
-                                geodir_save_post_info( $saved_post_id, $gd_post );
4502
-                                $xtimings['###8'] = microtime(true)-$xstart;
4503
-                                // post taxonomies
4504
-                                if ( !empty( $save_post['post_category'] ) ) {
4505
-                                    wp_set_object_terms( $saved_post_id, $save_post['post_category'], $cat_taxonomy );
4491
+								if (!empty($save_post['post_category']) && is_array($save_post['post_category'])) {
4492
+									$save_post['post_category'] = array_unique( array_map( 'intval', $save_post['post_category'] ) );
4493
+									if ($default_category_id) {
4494
+										$save_post['post_default_category'] = $default_category_id;
4495
+										$gd_post['default_category'] = $default_category_id;
4496
+									}
4497
+									$gd_post[$cat_taxonomy] = $save_post['post_category'];
4498
+								}
4499
+								$xtimings['###7'] = microtime(true)-$xstart;
4500
+								// Save post info
4501
+								geodir_save_post_info( $saved_post_id, $gd_post );
4502
+								$xtimings['###8'] = microtime(true)-$xstart;
4503
+								// post taxonomies
4504
+								if ( !empty( $save_post['post_category'] ) ) {
4505
+									wp_set_object_terms( $saved_post_id, $save_post['post_category'], $cat_taxonomy );
4506 4506
                                     
4507
-                                    $post_default_category = isset( $save_post['post_default_category'] ) ? $save_post['post_default_category'] : '';
4508
-                                    if ($default_category_id) {
4509
-                                        $post_default_category = $default_category_id;
4510
-                                    }
4511
-                                    $post_cat_ids = geodir_get_post_meta($saved_post_id, $cat_taxonomy);
4512
-                                    $save_post['post_category'] = !empty($post_cat_ids) ? explode(",", trim($post_cat_ids, ",")) : $save_post['post_category'];
4513
-                                    $post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']) . ',y:' : '';
4507
+									$post_default_category = isset( $save_post['post_default_category'] ) ? $save_post['post_default_category'] : '';
4508
+									if ($default_category_id) {
4509
+										$post_default_category = $default_category_id;
4510
+									}
4511
+									$post_cat_ids = geodir_get_post_meta($saved_post_id, $cat_taxonomy);
4512
+									$save_post['post_category'] = !empty($post_cat_ids) ? explode(",", trim($post_cat_ids, ",")) : $save_post['post_category'];
4513
+									$post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']) . ',y:' : '';
4514 4514
                                     
4515
-                                    if ($post_category_str != '' && $post_default_category) {
4516
-                                        $post_category_str = str_replace($post_default_category . ',y:', $post_default_category . ',y,d:', $post_category_str);
4517
-                                    }
4515
+									if ($post_category_str != '' && $post_default_category) {
4516
+										$post_category_str = str_replace($post_default_category . ',y:', $post_default_category . ',y,d:', $post_category_str);
4517
+									}
4518 4518
                                     
4519
-                                    $post_category_str = $post_category_str != '' ? array($cat_taxonomy => $post_category_str) : '';
4519
+									$post_category_str = $post_category_str != '' ? array($cat_taxonomy => $post_category_str) : '';
4520 4520
                                     
4521
-                                    geodir_set_postcat_structure( $saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str );
4522
-                                }
4523
-                                $xtimings['###8.1'] = microtime(true)-$xstart;
4524
-                                if ( !empty( $save_post['post_tags'] ) ) {
4525
-                                    wp_set_object_terms( $saved_post_id, $save_post['post_tags'], $tags_taxonomy );
4526
-                                }
4527
-                                $xtimings['###9'] = microtime(true)-$xstart;
4528
-                                // Post images
4529
-                                if ( !empty( $post_images ) ) {
4530
-                                    $post_images = array_unique($post_images);
4521
+									geodir_set_postcat_structure( $saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str );
4522
+								}
4523
+								$xtimings['###8.1'] = microtime(true)-$xstart;
4524
+								if ( !empty( $save_post['post_tags'] ) ) {
4525
+									wp_set_object_terms( $saved_post_id, $save_post['post_tags'], $tags_taxonomy );
4526
+								}
4527
+								$xtimings['###9'] = microtime(true)-$xstart;
4528
+								// Post images
4529
+								if ( !empty( $post_images ) ) {
4530
+									$post_images = array_unique($post_images);
4531 4531
                                     
4532
-                                    $old_post_images_arr = array();
4533
-                                    $saved_post_images_arr = array();
4532
+									$old_post_images_arr = array();
4533
+									$saved_post_images_arr = array();
4534 4534
                                     
4535
-                                    $order = 1;
4535
+									$order = 1;
4536 4536
                                     
4537
-                                    $old_post_images = geodir_get_images( $saved_post_id );
4538
-                                    $xtimings['###9.1'] = microtime(true)-$xstart;
4539
-                                    if (!empty($old_post_images)) {
4540
-                                        foreach( $old_post_images as $old_post_image ) {
4541
-                                            if (!empty($old_post_image) && isset($old_post_image->file) && $old_post_image->file != '') {
4542
-                                                $old_post_images_arr[] = $old_post_image->file;
4543
-                                            }
4544
-                                        }
4545
-                                    }
4537
+									$old_post_images = geodir_get_images( $saved_post_id );
4538
+									$xtimings['###9.1'] = microtime(true)-$xstart;
4539
+									if (!empty($old_post_images)) {
4540
+										foreach( $old_post_images as $old_post_image ) {
4541
+											if (!empty($old_post_image) && isset($old_post_image->file) && $old_post_image->file != '') {
4542
+												$old_post_images_arr[] = $old_post_image->file;
4543
+											}
4544
+										}
4545
+									}
4546 4546
 
4547
-                                    foreach ( $post_images as $post_image ) {
4548
-                                        $image_name = basename( $post_image );
4549
-                                        $saved_post_images_arr[] = $image_name;
4547
+									foreach ( $post_images as $post_image ) {
4548
+										$image_name = basename( $post_image );
4549
+										$saved_post_images_arr[] = $image_name;
4550 4550
                                         
4551
-                                        if (!empty($old_post_images_arr) && in_array( $image_name, $old_post_images_arr) ) {
4552
-                                            continue; // Skip if image already exists.
4553
-                                        }
4551
+										if (!empty($old_post_images_arr) && in_array( $image_name, $old_post_images_arr) ) {
4552
+											continue; // Skip if image already exists.
4553
+										}
4554 4554
                                         
4555
-                                        $image_name_parts = explode( '.', $image_name );
4556
-                                        array_pop( $image_name_parts );
4557
-                                        $proper_image_name = implode( '.', $image_name_parts );
4558
-                                        $xtimings['###9.2'] = microtime(true)-$xstart;
4559
-                                        $arr_file_type = wp_check_filetype( $image_name );
4560
-                                        $xtimings['###9.3'] = microtime(true)-$xstart;
4561
-                                        if ( !empty( $arr_file_type ) ) {
4562
-                                            $uploaded_file_type = $arr_file_type['type'];
4555
+										$image_name_parts = explode( '.', $image_name );
4556
+										array_pop( $image_name_parts );
4557
+										$proper_image_name = implode( '.', $image_name_parts );
4558
+										$xtimings['###9.2'] = microtime(true)-$xstart;
4559
+										$arr_file_type = wp_check_filetype( $image_name );
4560
+										$xtimings['###9.3'] = microtime(true)-$xstart;
4561
+										if ( !empty( $arr_file_type ) ) {
4562
+											$uploaded_file_type = $arr_file_type['type'];
4563 4563
                                             
4564
-                                            $attachment = array();
4565
-                                            $attachment['post_id'] = $saved_post_id;
4566
-                                            $attachment['title'] = $proper_image_name;
4567
-                                            $attachment['content'] = '';
4568
-                                            $attachment['file'] = $uploads_subdir . '/' . $image_name;
4569
-                                            $attachment['mime_type'] = $uploaded_file_type;
4570
-                                            $attachment['menu_order'] = $order;
4571
-                                            $attachment['is_featured'] = 0;
4572
-
4573
-                                            $attachment_set = '';
4574
-                                            foreach ( $attachment as $key => $val ) {
4575
-                                                if ( $val != '' ) {
4576
-                                                    $attachment_set .= $key . " = '" . $val . "', ";
4577
-                                                }
4578
-                                            }
4579
-                                            $attachment_set = trim( $attachment_set, ", " );
4564
+											$attachment = array();
4565
+											$attachment['post_id'] = $saved_post_id;
4566
+											$attachment['title'] = $proper_image_name;
4567
+											$attachment['content'] = '';
4568
+											$attachment['file'] = $uploads_subdir . '/' . $image_name;
4569
+											$attachment['mime_type'] = $uploaded_file_type;
4570
+											$attachment['menu_order'] = $order;
4571
+											$attachment['is_featured'] = 0;
4572
+
4573
+											$attachment_set = '';
4574
+											foreach ( $attachment as $key => $val ) {
4575
+												if ( $val != '' ) {
4576
+													$attachment_set .= $key . " = '" . $val . "', ";
4577
+												}
4578
+											}
4579
+											$attachment_set = trim( $attachment_set, ", " );
4580 4580
                                                                                         
4581
-                                            // Add new attachment
4582
-                                            $xtimings['###9.4'] = microtime(true)-$xstart;
4583
-                                            $wpdb->query( "INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set );
4584
-                                            $xtimings['###9.5'] = microtime(true)-$xstart;
4585
-                                            $order++;
4586
-                                        }
4587
-                                    }
4588
-
4589
-                                    $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/" . implode("' AND file NOT LIKE '%/",  $saved_post_images_arr) . "' )" : '';
4590
-                                    // Remove previous attachment
4591
-                                    $wpdb->query( "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = " . (int)$saved_post_id . " " . $saved_post_images_sql );
4592
-                                    $xtimings['###9.6'] = microtime(true)-$xstart;
4593
-                                    if ( !empty( $saved_post_images_arr ) ) {
4594
-                                        geodir_set_wp_featured_image($saved_post_id);
4595
-                                        $xtimings['###9.7'] = microtime(true)-$xstart;
4596
-                                        /*
4581
+											// Add new attachment
4582
+											$xtimings['###9.4'] = microtime(true)-$xstart;
4583
+											$wpdb->query( "INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set );
4584
+											$xtimings['###9.5'] = microtime(true)-$xstart;
4585
+											$order++;
4586
+										}
4587
+									}
4588
+
4589
+									$saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/" . implode("' AND file NOT LIKE '%/",  $saved_post_images_arr) . "' )" : '';
4590
+									// Remove previous attachment
4591
+									$wpdb->query( "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = " . (int)$saved_post_id . " " . $saved_post_images_sql );
4592
+									$xtimings['###9.6'] = microtime(true)-$xstart;
4593
+									if ( !empty( $saved_post_images_arr ) ) {
4594
+										geodir_set_wp_featured_image($saved_post_id);
4595
+										$xtimings['###9.7'] = microtime(true)-$xstart;
4596
+										/*
4597 4597
                                         $menu_order = 1;
4598 4598
                                         
4599 4599
                                         foreach ( $saved_post_images_arr as $img_name ) {
@@ -4606,288 +4606,288 @@  discard block
 block discarded – undo
4606 4606
                                             }
4607 4607
                                             $menu_order++;
4608 4608
                                         }*/
4609
-                                    }
4609
+									}
4610 4610
                                     
4611
-                                    if ( $order > 1 ) {
4612
-                                        $images++;
4613
-                                    }
4614
-                                }
4615
-                                $xtimings['###10'] = microtime(true)-$xstart;
4616
-                                /** This action is documented in geodirectory-functions/post-functions.php */
4617
-                                do_action( 'geodir_after_save_listing', $saved_post_id, $gd_post );
4618
-                                $xtimings['###11'] = microtime(true)-$xstart;
4619
-                                if (isset($is_featured)) {
4620
-                                    geodir_save_post_meta($saved_post_id, 'is_featured', $is_featured);
4621
-                                }
4622
-                                if (isset($gd_post['alive_days'])) {
4623
-                                    geodir_save_post_meta($saved_post_id, 'alive_days', $gd_post['alive_days']);
4624
-                                }
4625
-                                if (isset($gd_post['expire_date'])) {
4626
-                                    geodir_save_post_meta($saved_post_id, 'expire_date', $gd_post['expire_date']);
4627
-                                }
4628
-                                $xtimings['###12'] = microtime(true)-$xstart;
4629
-                            }
4611
+									if ( $order > 1 ) {
4612
+										$images++;
4613
+									}
4614
+								}
4615
+								$xtimings['###10'] = microtime(true)-$xstart;
4616
+								/** This action is documented in geodirectory-functions/post-functions.php */
4617
+								do_action( 'geodir_after_save_listing', $saved_post_id, $gd_post );
4618
+								$xtimings['###11'] = microtime(true)-$xstart;
4619
+								if (isset($is_featured)) {
4620
+									geodir_save_post_meta($saved_post_id, 'is_featured', $is_featured);
4621
+								}
4622
+								if (isset($gd_post['alive_days'])) {
4623
+									geodir_save_post_meta($saved_post_id, 'alive_days', $gd_post['alive_days']);
4624
+								}
4625
+								if (isset($gd_post['expire_date'])) {
4626
+									geodir_save_post_meta($saved_post_id, 'expire_date', $gd_post['expire_date']);
4627
+								}
4628
+								$xtimings['###12'] = microtime(true)-$xstart;
4629
+							}
4630 4630
                             
4631
-                            // WPML
4632
-                            if ($is_wpml && $language != '') {
4633
-                                $sitepress->switch_lang($active_lang, true);
4634
-                            }
4635
-                            // WPML
4636
-                        }
4637
-                    }
4638
-                }
4631
+							// WPML
4632
+							if ($is_wpml && $language != '') {
4633
+								$sitepress->switch_lang($active_lang, true);
4634
+							}
4635
+							// WPML
4636
+						}
4637
+					}
4638
+				}
4639 4639
 
4640
-                //undo some stuff to make the import quicker
4641
-                wp_defer_term_counting( false );
4642
-                wp_defer_comment_counting( false );
4643
-                $wpdb->query( 'COMMIT;' );
4644
-                $wpdb->query( 'SET autocommit = 1;' );
4645
-                $xtimings['###13'] = microtime(true)-$xstart;
4646
-                $json = array();
4647
-                $json['processed'] = $processed_actual;
4648
-                $json['created'] = $created;
4649
-                $json['updated'] = $updated;
4650
-                $json['skipped'] = $skipped;
4651
-                $json['invalid'] = $invalid;
4652
-                $json['invalid_addr'] = $invalid_addr;
4653
-                $json['images'] = $images;
4654
-                $json['timing'] = microtime(true)-$xstart;
4655
-                $json['timings'] = $xtimings;
4640
+				//undo some stuff to make the import quicker
4641
+				wp_defer_term_counting( false );
4642
+				wp_defer_comment_counting( false );
4643
+				$wpdb->query( 'COMMIT;' );
4644
+				$wpdb->query( 'SET autocommit = 1;' );
4645
+				$xtimings['###13'] = microtime(true)-$xstart;
4646
+				$json = array();
4647
+				$json['processed'] = $processed_actual;
4648
+				$json['created'] = $created;
4649
+				$json['updated'] = $updated;
4650
+				$json['skipped'] = $skipped;
4651
+				$json['invalid'] = $invalid;
4652
+				$json['invalid_addr'] = $invalid_addr;
4653
+				$json['images'] = $images;
4654
+				$json['timing'] = microtime(true)-$xstart;
4655
+				$json['timings'] = $xtimings;
4656 4656
                 
4657 4657
 
4658
-                wp_send_json( $json );
4659
-                exit;
4660
-            } else if ( $task == 'import_loc' ) {
4661
-                global $gd_post_types;
4662
-                $gd_post_types = $post_types;
4658
+				wp_send_json( $json );
4659
+				exit;
4660
+			} else if ( $task == 'import_loc' ) {
4661
+				global $gd_post_types;
4662
+				$gd_post_types = $post_types;
4663 4663
                 
4664
-                if (!empty($file)) {
4665
-                    $columns = isset($file[0]) ? $file[0] : NULL;
4664
+				if (!empty($file)) {
4665
+					$columns = isset($file[0]) ? $file[0] : NULL;
4666 4666
                     
4667
-                    if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4668
-                        $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4669
-                        wp_send_json( $json );
4670
-                    }
4667
+					if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4668
+						$json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4669
+						wp_send_json( $json );
4670
+					}
4671 4671
                     
4672
-                    $gd_error_log = __('GD IMPORT LOCATIONS [ROW %d]:', 'geodirectory');
4673
-                    $gd_error_location = __( 'Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory' );
4674
-                    for ($i = 1; $i <= $limit; $i++) {
4675
-                        $index = $processed + $i;
4672
+					$gd_error_log = __('GD IMPORT LOCATIONS [ROW %d]:', 'geodirectory');
4673
+					$gd_error_location = __( 'Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory' );
4674
+					for ($i = 1; $i <= $limit; $i++) {
4675
+						$index = $processed + $i;
4676 4676
                         
4677
-                        if (isset($file[$index])) {
4678
-                            $row = $file[$index];
4679
-                            $row = array_map( 'trim', $row );
4680
-                            $data = array();
4677
+						if (isset($file[$index])) {
4678
+							$row = $file[$index];
4679
+							$row = array_map( 'trim', $row );
4680
+							$data = array();
4681 4681
                             
4682
-                            foreach ($columns as $c => $column ) {
4683
-                                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'))) {
4684
-                                    $data[$column] = $row[$c];
4685
-                                }
4686
-                            }
4682
+							foreach ($columns as $c => $column ) {
4683
+								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'))) {
4684
+									$data[$column] = $row[$c];
4685
+								}
4686
+							}
4687 4687
 
4688
-                            if ( empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude']) ) {
4689
-                                $invalid++;
4690
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4691
-                                continue;
4692
-                            }
4688
+							if ( empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude']) ) {
4689
+								$invalid++;
4690
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4691
+								continue;
4692
+							}
4693 4693
                             
4694
-                            $data['location_id'] = isset($data['location_id']) ? absint($data['location_id']) : 0;
4694
+							$data['location_id'] = isset($data['location_id']) ? absint($data['location_id']) : 0;
4695 4695
                             
4696
-                            if ( $import_choice == 'update' ) {
4697
-                                if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4698
-                                    if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4699
-                                        $updated++;
4700
-                                    } else {
4701
-                                        $invalid++;
4702
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4703
-                                    }
4704
-                                } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4705
-                                    $data['location_id'] = (int)$location->location_id;
4696
+							if ( $import_choice == 'update' ) {
4697
+								if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4698
+									if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4699
+										$updated++;
4700
+									} else {
4701
+										$invalid++;
4702
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4703
+									}
4704
+								} else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4705
+									$data['location_id'] = (int)$location->location_id;
4706 4706
                                     
4707
-                                    if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region'] ) ) ) {
4708
-                                        $data['location_id'] = (int)$location->location_id;
4709
-                                    } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'region' => $data['region'] ) ) ) {
4710
-                                        $data['location_id'] = (int)$location->location_id;
4711
-                                    } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'] ) ) ) {
4712
-                                        $data['location_id'] = (int)$location->location_id;
4713
-                                    }
4707
+									if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region'] ) ) ) {
4708
+										$data['location_id'] = (int)$location->location_id;
4709
+									} else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'region' => $data['region'] ) ) ) {
4710
+										$data['location_id'] = (int)$location->location_id;
4711
+									} else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'] ) ) ) {
4712
+										$data['location_id'] = (int)$location->location_id;
4713
+									}
4714 4714
                                     
4715
-                                    if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4716
-                                        $updated++;
4717
-                                    } else {
4718
-                                        $invalid++;
4719
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4720
-                                    }
4721
-                                } else {
4722
-                                    if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4723
-                                        $created++;
4724
-                                    } else {
4725
-                                        $invalid++;
4726
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4727
-                                    }
4728
-                                }
4729
-                            } elseif ( $import_choice == 'skip' ) {
4730
-                                if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4731
-                                    $skipped++;
4732
-                                } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4733
-                                    $skipped++;
4734
-                                } else {
4735
-                                    if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4736
-                                        $created++;
4737
-                                    } else {
4738
-                                        $invalid++;
4739
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4740
-                                    }
4741
-                                }
4742
-                            } else {
4743
-                                $invalid++;
4744
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4745
-                            }
4746
-                        }
4747
-                    }
4748
-                }
4715
+									if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4716
+										$updated++;
4717
+									} else {
4718
+										$invalid++;
4719
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4720
+									}
4721
+								} else {
4722
+									if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4723
+										$created++;
4724
+									} else {
4725
+										$invalid++;
4726
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4727
+									}
4728
+								}
4729
+							} elseif ( $import_choice == 'skip' ) {
4730
+								if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4731
+									$skipped++;
4732
+								} else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4733
+									$skipped++;
4734
+								} else {
4735
+									if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4736
+										$created++;
4737
+									} else {
4738
+										$invalid++;
4739
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4740
+									}
4741
+								}
4742
+							} else {
4743
+								$invalid++;
4744
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4745
+							}
4746
+						}
4747
+					}
4748
+				}
4749 4749
                 
4750
-                $json = array();
4751
-                $json['processed'] = $limit;
4752
-                $json['created'] = $created;
4753
-                $json['updated'] = $updated;
4754
-                $json['skipped'] = $skipped;
4755
-                $json['invalid'] = $invalid;
4756
-                $json['images'] = $images;
4750
+				$json = array();
4751
+				$json['processed'] = $limit;
4752
+				$json['created'] = $created;
4753
+				$json['updated'] = $updated;
4754
+				$json['skipped'] = $skipped;
4755
+				$json['invalid'] = $invalid;
4756
+				$json['images'] = $images;
4757 4757
                 
4758
-                wp_send_json( $json );
4759
-            } else if ( $task == 'import_hood' ) {               
4760
-                if (!empty($file)) {
4761
-                    $columns = isset($file[0]) ? $file[0] : NULL;
4758
+				wp_send_json( $json );
4759
+			} else if ( $task == 'import_hood' ) {               
4760
+				if (!empty($file)) {
4761
+					$columns = isset($file[0]) ? $file[0] : NULL;
4762 4762
                     
4763
-                    if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4764
-                        $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4765
-                        wp_send_json( $json );
4766
-                    }
4763
+					if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4764
+						$json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4765
+						wp_send_json( $json );
4766
+					}
4767 4767
                     
4768
-                    $gd_error_log = __('GD IMPORT NEIGHBOURHOODS [ROW %d]:', 'geodirectory');
4769
-                    $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' );
4770
-                    for ($i = 1; $i <= $limit; $i++) {
4771
-                        $index = $processed + $i;
4768
+					$gd_error_log = __('GD IMPORT NEIGHBOURHOODS [ROW %d]:', 'geodirectory');
4769
+					$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' );
4770
+					for ($i = 1; $i <= $limit; $i++) {
4771
+						$index = $processed + $i;
4772 4772
                         
4773
-                        if (isset($file[$index])) {
4774
-                            $row = $file[$index];
4775
-                            $row = array_map( 'trim', $row );
4776
-                            $data = array();
4773
+						if (isset($file[$index])) {
4774
+							$row = $file[$index];
4775
+							$row = array_map( 'trim', $row );
4776
+							$data = array();
4777 4777
                             
4778
-                            foreach ($columns as $c => $column) {
4779
-                                if (in_array($column, array('neighbourhood_id', 'neighbourhood_name', 'neighbourhood_slug', 'latitude', 'longitude', 'location_id', 'city', 'region', 'country'))) {
4780
-                                    $data[$column] = sanitize_text_field($row[$c]);
4781
-                                }
4782
-                            }
4778
+							foreach ($columns as $c => $column) {
4779
+								if (in_array($column, array('neighbourhood_id', 'neighbourhood_name', 'neighbourhood_slug', 'latitude', 'longitude', 'location_id', 'city', 'region', 'country'))) {
4780
+									$data[$column] = sanitize_text_field($row[$c]);
4781
+								}
4782
+							}
4783 4783
 
4784
-                            if (empty($data['neighbourhood_name']) || empty($data['latitude']) || empty($data['longitude'])) {
4785
-                                $invalid++;
4786
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4787
-                                continue;
4788
-                            }
4784
+							if (empty($data['neighbourhood_name']) || empty($data['latitude']) || empty($data['longitude'])) {
4785
+								$invalid++;
4786
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4787
+								continue;
4788
+							}
4789 4789
                             
4790
-                            $location_info = array();
4791
-                            if (!empty($data['location_id']) && (int)$data['location_id'] > 0) {
4792
-                                $location_info = geodir_get_location_by_id('', (int)$data['location_id']);
4793
-                            } else if (!empty($data['city']) && !empty($data['region']) && !empty($data['country'])) {
4794
-                                $location_info = geodir_get_location_by_slug('city', array('fields' => 'location_id', 'city' => $data['city'], 'country' => $data['country'], 'region' => $data['region']));
4795
-                            }
4790
+							$location_info = array();
4791
+							if (!empty($data['location_id']) && (int)$data['location_id'] > 0) {
4792
+								$location_info = geodir_get_location_by_id('', (int)$data['location_id']);
4793
+							} else if (!empty($data['city']) && !empty($data['region']) && !empty($data['country'])) {
4794
+								$location_info = geodir_get_location_by_slug('city', array('fields' => 'location_id', 'city' => $data['city'], 'country' => $data['country'], 'region' => $data['region']));
4795
+							}
4796 4796
 
4797
-                            if (empty($location_info)) {
4798
-                                $invalid++;
4799
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4800
-                                continue;
4801
-                            }
4797
+							if (empty($location_info)) {
4798
+								$invalid++;
4799
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4800
+								continue;
4801
+							}
4802 4802
                             
4803
-                            $location_id = $location_info->location_id;
4803
+							$location_id = $location_info->location_id;
4804 4804
 
4805
-                            $data['neighbourhood_id'] = isset($data['neighbourhood_id']) ? absint($data['neighbourhood_id']) : 0;
4805
+							$data['neighbourhood_id'] = isset($data['neighbourhood_id']) ? absint($data['neighbourhood_id']) : 0;
4806 4806
                             
4807
-                            $hood_data = array();
4808
-                            $hood_data['hood_name'] = $data['neighbourhood_name'];
4809
-                            $hood_data['hood_slug'] = $data['neighbourhood_slug'];
4810
-                            $hood_data['hood_latitude'] = $data['latitude'];
4811
-                            $hood_data['hood_longitude'] = $data['longitude'];
4812
-                            $hood_data['hood_location_id'] = $location_id;
4807
+							$hood_data = array();
4808
+							$hood_data['hood_name'] = $data['neighbourhood_name'];
4809
+							$hood_data['hood_slug'] = $data['neighbourhood_slug'];
4810
+							$hood_data['hood_latitude'] = $data['latitude'];
4811
+							$hood_data['hood_longitude'] = $data['longitude'];
4812
+							$hood_data['hood_location_id'] = $location_id;
4813 4813
                                     
4814
-                            if ( $import_choice == 'update' ) {
4815
-                                if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4816
-                                    $hood_data['hood_id'] = (int)$data['neighbourhood_id'];
4814
+							if ( $import_choice == 'update' ) {
4815
+								if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4816
+									$hood_data['hood_id'] = (int)$data['neighbourhood_id'];
4817 4817
                                     
4818
-                                    if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4819
-                                        $updated++;
4820
-                                    } else {
4821
-                                        $invalid++;
4822
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4823
-                                    }
4824
-                                } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4825
-                                    $hood_data['hood_id'] = (int)$neighbourhood->hood_id;
4818
+									if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4819
+										$updated++;
4820
+									} else {
4821
+										$invalid++;
4822
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4823
+									}
4824
+								} else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4825
+									$hood_data['hood_id'] = (int)$neighbourhood->hood_id;
4826 4826
                                     
4827
-                                    if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4828
-                                        $updated++;
4829
-                                    } else {
4830
-                                        $invalid++;
4831
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4832
-                                    }
4833
-                                } else {
4834
-                                    if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4835
-                                        $created++;
4836
-                                    } else {
4837
-                                        $invalid++;
4838
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4839
-                                    }
4840
-                                }
4841
-                            } elseif ( $import_choice == 'skip' ) {
4842
-                                if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4843
-                                    $skipped++;
4844
-                                } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4845
-                                    $skipped++;
4846
-                                } else {
4827
+									if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4828
+										$updated++;
4829
+									} else {
4830
+										$invalid++;
4831
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4832
+									}
4833
+								} else {
4834
+									if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4835
+										$created++;
4836
+									} else {
4837
+										$invalid++;
4838
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4839
+									}
4840
+								}
4841
+							} elseif ( $import_choice == 'skip' ) {
4842
+								if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4843
+									$skipped++;
4844
+								} else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4845
+									$skipped++;
4846
+								} else {
4847 4847
                                     
4848
-                                    if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4849
-                                        $created++;
4850
-                                    } else {
4851
-                                        $invalid++;
4852
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4853
-                                    }
4854
-                                }
4855
-                            } else {
4856
-                                $invalid++;
4857
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4858
-                            }
4859
-                        }
4860
-                    }
4861
-                }
4848
+									if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4849
+										$created++;
4850
+									} else {
4851
+										$invalid++;
4852
+										geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4853
+									}
4854
+								}
4855
+							} else {
4856
+								$invalid++;
4857
+								geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4858
+							}
4859
+						}
4860
+					}
4861
+				}
4862 4862
                 
4863
-                $json = array();
4864
-                $json['processed'] = $limit;
4865
-                $json['created'] = $created;
4866
-                $json['updated'] = $updated;
4867
-                $json['skipped'] = $skipped;
4868
-                $json['invalid'] = $invalid;
4869
-                $json['images'] = $images;
4863
+				$json = array();
4864
+				$json['processed'] = $limit;
4865
+				$json['created'] = $created;
4866
+				$json['updated'] = $updated;
4867
+				$json['skipped'] = $skipped;
4868
+				$json['invalid'] = $invalid;
4869
+				$json['images'] = $images;
4870 4870
                 
4871
-                wp_send_json( $json );
4872
-            }
4873
-        }
4874
-        break;
4875
-        case 'import_finish':{
4876
-            /**
4877
-             * Run an action when an import finishes.
4878
-             *
4879
-             * This action can be used to fire functions after an import ends.
4880
-             *
4881
-             * @since 1.5.3
4882
-             * @package GeoDirectory
4883
-             */
4884
-            do_action('geodir_import_finished');
4885
-        }
4886
-        break;
4871
+				wp_send_json( $json );
4872
+			}
4873
+		}
4874
+		break;
4875
+		case 'import_finish':{
4876
+			/**
4877
+			 * Run an action when an import finishes.
4878
+			 *
4879
+			 * This action can be used to fire functions after an import ends.
4880
+			 *
4881
+			 * @since 1.5.3
4882
+			 * @package GeoDirectory
4883
+			 */
4884
+			do_action('geodir_import_finished');
4885
+		}
4886
+		break;
4887 4887
 
4888
-    }
4889
-    echo '0';
4890
-    gd_die();
4888
+	}
4889
+	echo '0';
4890
+	gd_die();
4891 4891
 }
4892 4892
 
4893 4893
 /**
@@ -4931,12 +4931,12 @@  discard block
 block discarded – undo
4931 4931
 		$args['slug'] = wp_unique_term_slug( $args['slug'], (object)$term_args );
4932 4932
 	}
4933 4933
 	
4934
-    if( !empty( $term ) ) {
4934
+	if( !empty( $term ) ) {
4935 4935
 		$result = wp_insert_term( $term, $taxonomy, $args );
4936
-        if( !is_wp_error( $result ) ) {
4937
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4938
-        }
4939
-    }
4936
+		if( !is_wp_error( $result ) ) {
4937
+			return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4938
+		}
4939
+	}
4940 4940
 	
4941 4941
 	return false;
4942 4942
 }
@@ -4982,16 +4982,16 @@  discard block
 block discarded – undo
4982 4982
 		$result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data );
4983 4983
 		
4984 4984
 		if( !is_wp_error( $result ) ) {
4985
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4986
-        }
4985
+			return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4986
+		}
4987 4987
 	} else if ( $term_data['slug'] != '' && $term_info = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
4988 4988
 		$term_data['term_id'] = $term_info['term_id'];
4989 4989
 		
4990 4990
 		$result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data );
4991 4991
 		
4992 4992
 		if( !is_wp_error( $result ) ) {
4993
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4994
-        }
4993
+			return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4994
+		}
4995 4995
 	} else {
4996 4996
 		return geodir_imex_insert_term( $taxonomy, $term_data );
4997 4997
 	}
@@ -5013,47 +5013,47 @@  discard block
 block discarded – undo
5013 5013
  * @return int Posts count.
5014 5014
  */
5015 5015
 function geodir_get_posts_count( $post_type ) {
5016
-    global $wpdb, $plugin_prefix;
5016
+	global $wpdb, $plugin_prefix;
5017 5017
 
5018
-    if ( !post_type_exists( $post_type ) ) {
5019
-        return 0;
5020
-    }
5018
+	if ( !post_type_exists( $post_type ) ) {
5019
+		return 0;
5020
+	}
5021 5021
         
5022
-    $table = $plugin_prefix . $post_type . '_detail';
5022
+	$table = $plugin_prefix . $post_type . '_detail';
5023 5023
 
5024
-    // Skip listing with statuses trash, auto-draft etc...
5025
-    $skip_statuses = geodir_imex_export_skip_statuses();
5026
-    $where_statuses = '';
5027
-    if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5028
-        $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5029
-    }
5024
+	// Skip listing with statuses trash, auto-draft etc...
5025
+	$skip_statuses = geodir_imex_export_skip_statuses();
5026
+	$where_statuses = '';
5027
+	if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5028
+		$where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5029
+	}
5030 5030
     
5031
-    /**
5032
-     * Filter the SQL where clause part to filter posts count in import/export.
5033
-     *
5034
-     * @since 1.6.4
5035
-     * @package GeoDirectory
5036
-     *
5037
-     * @param string $where SQL where clause part.
5038
-     */
5039
-    $where_statuses = apply_filters( 'geodir_get_posts_count', $where_statuses, $post_type );
5040
-
5041
-    $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 );
5042
-
5043
-    $posts_count = (int)$wpdb->get_var( $query );
5031
+	/**
5032
+	 * Filter the SQL where clause part to filter posts count in import/export.
5033
+	 *
5034
+	 * @since 1.6.4
5035
+	 * @package GeoDirectory
5036
+	 *
5037
+	 * @param string $where SQL where clause part.
5038
+	 */
5039
+	$where_statuses = apply_filters( 'geodir_get_posts_count', $where_statuses, $post_type );
5040
+
5041
+	$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 );
5042
+
5043
+	$posts_count = (int)$wpdb->get_var( $query );
5044 5044
     
5045
-    /**
5046
-     * Modify returned post counts for the current post type.
5047
-     *
5048
-     * @since 1.4.6
5049
-     * @package GeoDirectory
5050
-     *
5051
-     * @param int $posts_count Post counts.
5052
-     * @param string $post_type Post type.
5053
-     */
5054
-    $posts_count = apply_filters( 'geodir_imex_count_posts', $posts_count, $post_type );
5055
-
5056
-    return $posts_count;
5045
+	/**
5046
+	 * Modify returned post counts for the current post type.
5047
+	 *
5048
+	 * @since 1.4.6
5049
+	 * @package GeoDirectory
5050
+	 *
5051
+	 * @param int $posts_count Post counts.
5052
+	 * @param string $post_type Post type.
5053
+	 */
5054
+	$posts_count = apply_filters( 'geodir_imex_count_posts', $posts_count, $post_type );
5055
+
5056
+	return $posts_count;
5057 5057
 }
5058 5058
 
5059 5059
 /**
@@ -5121,7 +5121,7 @@  discard block
 block discarded – undo
5121 5121
 		}
5122 5122
 		$csv_row[] = 'post_status';
5123 5123
 		$csv_row[] = 'is_featured';
5124
-        // Export claim listing field
5124
+		// Export claim listing field
5125 5125
 		if ($is_claim_active) {
5126 5126
 			$csv_row[] = 'claimed';
5127 5127
 		}
@@ -5130,7 +5130,7 @@  discard block
 block discarded – undo
5130 5130
 			$csv_row[] = 'alive_days';
5131 5131
 			$csv_row[] = 'expire_date';
5132 5132
 		}
5133
-        $csv_row[] = 'post_date';
5133
+		$csv_row[] = 'post_date';
5134 5134
 		$csv_row[] = 'post_address';
5135 5135
 		$csv_row[] = 'post_city';
5136 5136
 		$csv_row[] = 'post_region';
@@ -5138,11 +5138,11 @@  discard block
 block discarded – undo
5138 5138
 		$csv_row[] = 'post_zip';
5139 5139
 		$csv_row[] = 'post_latitude';
5140 5140
 		$csv_row[] = 'post_longitude';
5141
-        if ($neighbourhood_active) {
5142
-            $csv_row[] = 'post_neighbourhood';
5143
-            $csv_row[] = 'neighbourhood_latitude';
5144
-            $csv_row[] = 'neighbourhood_longitude';
5145
-        }
5141
+		if ($neighbourhood_active) {
5142
+			$csv_row[] = 'post_neighbourhood';
5143
+			$csv_row[] = 'neighbourhood_latitude';
5144
+			$csv_row[] = 'neighbourhood_longitude';
5145
+		}
5146 5146
 		$csv_row[] = 'geodir_timing';
5147 5147
 		$csv_row[] = 'geodir_contact';
5148 5148
 		$csv_row[] = 'geodir_email';
@@ -5177,21 +5177,21 @@  discard block
 block discarded – undo
5177 5177
 			$csv_row[] = 'franchise';
5178 5178
 		}
5179 5179
         
5180
-        /**
5181
-         * Filter columns field names of gd export listings csv.
5182
-         *
5183
-         * @since 1.6.5
5184
-         * @package GeoDirectory
5185
-         *
5186
-         * @param array $csv_row Column names being exported in csv.
5187
-         * @param string $post_type The post type.
5188
-         */
5189
-        $csv_row = apply_filters('geodir_export_listing_csv_column_names', $csv_row, $post_type);
5180
+		/**
5181
+		 * Filter columns field names of gd export listings csv.
5182
+		 *
5183
+		 * @since 1.6.5
5184
+		 * @package GeoDirectory
5185
+		 *
5186
+		 * @param array $csv_row Column names being exported in csv.
5187
+		 * @param string $post_type The post type.
5188
+		 */
5189
+		$csv_row = apply_filters('geodir_export_listing_csv_column_names', $csv_row, $post_type);
5190 5190
 		
5191 5191
 		$csv_rows[] = $csv_row;
5192 5192
 
5193 5193
 		$images_count = 5;
5194
-        $xx=0;
5194
+		$xx=0;
5195 5195
 		foreach ( $posts as $post ) {$xx++;
5196 5196
 			$post_id = $post['ID'];
5197 5197
 			
@@ -5322,15 +5322,15 @@  discard block
 block discarded – undo
5322 5322
 			}
5323 5323
 			$csv_row[] = $post_info['post_status']; // post_status
5324 5324
 			$csv_row[] = (int)$post_info['is_featured'] == 1 ? 1 : ''; // is_featured
5325
-            if ($is_claim_active) {
5326
-                $csv_row[] = !empty($post_info['claimed']) && (int)$post_info['claimed'] == 1 ? 1 : ''; // claimed
5327
-            }
5325
+			if ($is_claim_active) {
5326
+				$csv_row[] = !empty($post_info['claimed']) && (int)$post_info['claimed'] == 1 ? 1 : ''; // claimed
5327
+			}
5328 5328
 			if ($is_payment_plugin) {
5329 5329
 				$csv_row[] = (int)$post_info['package_id']; // package_id
5330 5330
 				$csv_row[] = $post_info['alive_days'] !== '' ? absint($post_info['alive_days']) : ''; // alive_days
5331 5331
 				$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
5332 5332
 			}
5333
-            $csv_row[] = $post_info['post_date']; // post_date
5333
+			$csv_row[] = $post_info['post_date']; // post_date
5334 5334
 			$csv_row[] = stripslashes($post_info['post_address']); // post_address
5335 5335
 			$csv_row[] = stripslashes($post_info['post_city']); // post_city
5336 5336
 			$csv_row[] = stripslashes($post_info['post_region']); // post_region
@@ -5338,21 +5338,21 @@  discard block
 block discarded – undo
5338 5338
 			$csv_row[] = stripslashes($post_info['post_zip']); // post_zip
5339 5339
 			$csv_row[] = $post_info['post_latitude']; // post_latitude
5340 5340
 			$csv_row[] = $post_info['post_longitude']; // post_longitude
5341
-            if ($neighbourhood_active) {
5342
-                $post_neighbourhood = '';
5343
-                $neighbourhood_latitude = '';
5344
-                $neighbourhood_longitude = '';
5345
-                if (!empty($post_info['post_neighbourhood']) && ($hood_info = geodir_location_get_neighbourhood_by_id($post_info['post_neighbourhood'], true, $post_info['post_location_id']))) {
5346
-                    if (!empty($hood_info)) {
5347
-                        $post_neighbourhood = $hood_info->hood_name;
5348
-                        $neighbourhood_latitude = $hood_info->hood_latitude;
5349
-                        $neighbourhood_longitude = $hood_info->hood_longitude;
5350
-                    }
5351
-                }
5352
-                $csv_row[] = stripslashes($post_neighbourhood); // post_neighbourhood
5353
-                $csv_row[] = $neighbourhood_latitude; // neighbourhood_latitude
5354
-                $csv_row[] = $neighbourhood_longitude; // neighbourhood_longitude
5355
-            }
5341
+			if ($neighbourhood_active) {
5342
+				$post_neighbourhood = '';
5343
+				$neighbourhood_latitude = '';
5344
+				$neighbourhood_longitude = '';
5345
+				if (!empty($post_info['post_neighbourhood']) && ($hood_info = geodir_location_get_neighbourhood_by_id($post_info['post_neighbourhood'], true, $post_info['post_location_id']))) {
5346
+					if (!empty($hood_info)) {
5347
+						$post_neighbourhood = $hood_info->hood_name;
5348
+						$neighbourhood_latitude = $hood_info->hood_latitude;
5349
+						$neighbourhood_longitude = $hood_info->hood_longitude;
5350
+					}
5351
+				}
5352
+				$csv_row[] = stripslashes($post_neighbourhood); // post_neighbourhood
5353
+				$csv_row[] = $neighbourhood_latitude; // neighbourhood_latitude
5354
+				$csv_row[] = $neighbourhood_longitude; // neighbourhood_longitude
5355
+			}
5356 5356
 			$csv_row[] = stripslashes($post_info['geodir_timing']); // geodir_timing
5357 5357
 			$csv_row[] = stripslashes($post_info['geodir_contact']); // geodir_contact
5358 5358
 			$csv_row[] = stripslashes($post_info['geodir_email']); // geodir_email
@@ -5395,16 +5395,16 @@  discard block
 block discarded – undo
5395 5395
 				$csv_row[] = (int)$franchise; // franchise id
5396 5396
 			}
5397 5397
             
5398
-            /**
5399
-             * Filter columns values of gd export listings csv file
5400
-             *
5401
-             * @since 1.6.5
5402
-             * @package GeoDirectory
5403
-             *
5404
-             * @param array $csv_row Field values being exported in csv.
5405
-             * @param array $post_info The post info.
5406
-             */
5407
-            $csv_row = apply_filters('geodir_export_listing_csv_column_values', $csv_row, $post_info);
5398
+			/**
5399
+			 * Filter columns values of gd export listings csv file
5400
+			 *
5401
+			 * @since 1.6.5
5402
+			 * @package GeoDirectory
5403
+			 *
5404
+			 * @param array $csv_row Field values being exported in csv.
5405
+			 * @param array $post_info The post info.
5406
+			 */
5407
+			$csv_row = apply_filters('geodir_export_listing_csv_column_values', $csv_row, $post_info);
5408 5408
 			
5409 5409
 			for ( $c = 0; $c < $images_count; $c++ ) {
5410 5410
 				$csv_row[] = isset( $current_images[$c] ) ? $current_images[$c] : ''; // IMAGE
@@ -5437,64 +5437,64 @@  discard block
 block discarded – undo
5437 5437
  * @return array Array of posts data.
5438 5438
  */
5439 5439
 function geodir_get_export_posts( $post_type, $per_page = 0, $page_no = 0 ) {
5440
-    global $wpdb, $plugin_prefix;
5440
+	global $wpdb, $plugin_prefix;
5441 5441
 
5442
-    if ( ! post_type_exists( $post_type ) )
5443
-        return new stdClass;
5442
+	if ( ! post_type_exists( $post_type ) )
5443
+		return new stdClass;
5444 5444
         
5445
-    $table = $plugin_prefix . $post_type . '_detail';
5445
+	$table = $plugin_prefix . $post_type . '_detail';
5446 5446
 
5447
-    $limit = '';
5448
-    if ( $per_page > 0 && $page_no > 0 ) {
5449
-        $offset = ( $page_no - 1 ) * $per_page;
5447
+	$limit = '';
5448
+	if ( $per_page > 0 && $page_no > 0 ) {
5449
+		$offset = ( $page_no - 1 ) * $per_page;
5450 5450
         
5451
-        if ( $offset > 0 ) {
5452
-            $limit = " LIMIT " . $offset . "," . $per_page;
5453
-        } else {
5454
-            $limit = " LIMIT " . $per_page;
5455
-        }
5456
-    }
5451
+		if ( $offset > 0 ) {
5452
+			$limit = " LIMIT " . $offset . "," . $per_page;
5453
+		} else {
5454
+			$limit = " LIMIT " . $per_page;
5455
+		}
5456
+	}
5457 5457
 
5458
-    // Skip listing with statuses trash, auto-draft etc...
5459
-    $skip_statuses = geodir_imex_export_skip_statuses();
5460
-    $where_statuses = '';
5461
-    if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5462
-        $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5463
-    }
5458
+	// Skip listing with statuses trash, auto-draft etc...
5459
+	$skip_statuses = geodir_imex_export_skip_statuses();
5460
+	$where_statuses = '';
5461
+	if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5462
+		$where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5463
+	}
5464 5464
     
5465
-    /**
5466
-     * Filter the SQL where clause part to filter posts in import/export.
5467
-     *
5468
-     * @since 1.6.4
5469
-     * @package GeoDirectory
5470
-     *
5471
-     * @param string $where SQL where clause part.
5472
-     */
5473
-    $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5474
-
5475
-    $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 );
5476
-    /**
5477
-     * Modify returned posts SQL query for the current post type.
5478
-     *
5479
-     * @since 1.4.6
5480
-     * @package GeoDirectory
5481
-     *
5482
-     * @param int $query The SQL query.
5483
-     * @param string $post_type Post type.
5484
-     */
5485
-    $query = apply_filters( 'geodir_imex_export_posts_query', $query, $post_type );
5486
-    $results = (array)$wpdb->get_results( $query, ARRAY_A );
5487
-
5488
-    /**
5489
-     * Modify returned post results for the current post type.
5490
-     *
5491
-     * @since 1.4.6
5492
-     * @package GeoDirectory
5493
-     *
5494
-     * @param object $results An object containing all post ids.
5495
-     * @param string $post_type Post type.
5496
-     */
5497
-    return apply_filters( 'geodir_export_posts', $results, $post_type );
5465
+	/**
5466
+	 * Filter the SQL where clause part to filter posts in import/export.
5467
+	 *
5468
+	 * @since 1.6.4
5469
+	 * @package GeoDirectory
5470
+	 *
5471
+	 * @param string $where SQL where clause part.
5472
+	 */
5473
+	$where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5474
+
5475
+	$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 );
5476
+	/**
5477
+	 * Modify returned posts SQL query for the current post type.
5478
+	 *
5479
+	 * @since 1.4.6
5480
+	 * @package GeoDirectory
5481
+	 *
5482
+	 * @param int $query The SQL query.
5483
+	 * @param string $post_type Post type.
5484
+	 */
5485
+	$query = apply_filters( 'geodir_imex_export_posts_query', $query, $post_type );
5486
+	$results = (array)$wpdb->get_results( $query, ARRAY_A );
5487
+
5488
+	/**
5489
+	 * Modify returned post results for the current post type.
5490
+	 *
5491
+	 * @since 1.4.6
5492
+	 * @package GeoDirectory
5493
+	 *
5494
+	 * @param object $results An object containing all post ids.
5495
+	 * @param string $post_type Post type.
5496
+	 */
5497
+	return apply_filters( 'geodir_export_posts', $results, $post_type );
5498 5498
 }
5499 5499
 
5500 5500
 /**
@@ -5513,26 +5513,26 @@  discard block
 block discarded – undo
5513 5513
  * @return string The SQL query.
5514 5514
  */
5515 5515
 function geodir_imex_get_events_query( $query, $post_type ) {
5516
-    if ( $post_type == 'gd_event' ) {
5517
-        global $wpdb, $plugin_prefix;
5516
+	if ( $post_type == 'gd_event' ) {
5517
+		global $wpdb, $plugin_prefix;
5518 5518
         
5519
-        $table = $plugin_prefix . $post_type . '_detail';
5520
-        $schedule_table = EVENT_SCHEDULE;
5519
+		$table = $plugin_prefix . $post_type . '_detail';
5520
+		$schedule_table = EVENT_SCHEDULE;
5521 5521
         
5522
-        // Skip listing with statuses trash, auto-draft etc...
5523
-        $skip_statuses = geodir_imex_export_skip_statuses();
5524
-        $where_statuses = '';
5525
-        if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5526
-            $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5527
-        }
5522
+		// Skip listing with statuses trash, auto-draft etc...
5523
+		$skip_statuses = geodir_imex_export_skip_statuses();
5524
+		$where_statuses = '';
5525
+		if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
5526
+			$where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
5527
+		}
5528 5528
         
5529
-        /** This action is documented in geodirectory-functions/geodirectory-admin/admin_functions.php */
5530
-        $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5529
+		/** This action is documented in geodirectory-functions/geodirectory-admin/admin_functions.php */
5530
+		$where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5531 5531
 
5532
-        $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 );
5533
-    }
5532
+		$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 );
5533
+	}
5534 5534
 
5535
-    return $query;
5535
+	return $query;
5536 5536
 }
5537 5537
 
5538 5538
 /**
@@ -5554,36 +5554,36 @@  discard block
 block discarded – undo
5554 5554
  * @return int Total terms count.
5555 5555
  */
5556 5556
 function geodir_get_terms_count( $post_type ) {
5557
-    $args = array( 'hide_empty' => 0 );
5557
+	$args = array( 'hide_empty' => 0 );
5558 5558
 
5559
-    remove_all_filters( 'get_terms' );
5559
+	remove_all_filters( 'get_terms' );
5560 5560
 
5561
-    $taxonomy = $post_type . 'category';
5561
+	$taxonomy = $post_type . 'category';
5562 5562
 
5563
-    // WPML
5564
-    $is_wpml = geodir_is_wpml();
5565
-    $active_lang = 'all';
5566
-    if ( $is_wpml ) {
5567
-        global $sitepress;
5568
-        $active_lang = $sitepress->get_current_language();
5563
+	// WPML
5564
+	$is_wpml = geodir_is_wpml();
5565
+	$active_lang = 'all';
5566
+	if ( $is_wpml ) {
5567
+		global $sitepress;
5568
+		$active_lang = $sitepress->get_current_language();
5569 5569
         
5570
-        if ( $active_lang != 'all' ) {
5571
-            $sitepress->switch_lang( 'all', true );
5572
-        }
5573
-    }
5574
-    // WPML
5570
+		if ( $active_lang != 'all' ) {
5571
+			$sitepress->switch_lang( 'all', true );
5572
+		}
5573
+	}
5574
+	// WPML
5575 5575
             
5576
-    $count_terms = wp_count_terms( $taxonomy, $args );
5576
+	$count_terms = wp_count_terms( $taxonomy, $args );
5577 5577
 
5578
-    // WPML
5579
-    if ( $is_wpml && $active_lang !== 'all' ) {
5580
-        global $sitepress;
5581
-        $sitepress->switch_lang( $active_lang, true );
5582
-    }
5583
-    // WPML
5584
-    $count_terms = !is_wp_error( $count_terms ) ? $count_terms : 0;
5578
+	// WPML
5579
+	if ( $is_wpml && $active_lang !== 'all' ) {
5580
+		global $sitepress;
5581
+		$sitepress->switch_lang( $active_lang, true );
5582
+	}
5583
+	// WPML
5584
+	$count_terms = !is_wp_error( $count_terms ) ? $count_terms : 0;
5585 5585
      
5586
-    return $count_terms;
5586
+	return $count_terms;
5587 5587
 }
5588 5588
 
5589 5589
 /**
@@ -5622,11 +5622,11 @@  discard block
 block discarded – undo
5622 5622
 		$csv_row[] = 'cat_posttype';
5623 5623
 		$csv_row[] = 'cat_parent';
5624 5624
 		$csv_row[] = 'cat_schema';
5625
-        // WPML
5625
+		// WPML
5626 5626
 		$is_wpml = geodir_is_wpml();
5627 5627
 		if ($is_wpml) {
5628 5628
 			$csv_row[] = 'cat_language';
5629
-            $csv_row[] = 'cat_id_original';
5629
+			$csv_row[] = 'cat_id_original';
5630 5630
 		}
5631 5631
 		// WPML
5632 5632
 		$csv_row[] = 'cat_description';
@@ -5656,10 +5656,10 @@  discard block
 block discarded – undo
5656 5656
 			$csv_row[] = $post_type;
5657 5657
 			$csv_row[] = $cat_parent;
5658 5658
 			$csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_schema', false, $post_type );
5659
-            // WPML
5659
+			// WPML
5660 5660
 			if ($is_wpml) {
5661 5661
 				$csv_row[] = geodir_get_language_for_element( $term->term_id, 'tax_' . $taxonomy );
5662
-                $csv_row[] = geodir_imex_original_post_id( $term->term_id, 'tax_' . $taxonomy );
5662
+				$csv_row[] = geodir_imex_original_post_id( $term->term_id, 'tax_' . $taxonomy );
5663 5663
 			}
5664 5664
 			// WPML
5665 5665
 			$csv_row[] = $term->description;
@@ -6077,43 +6077,43 @@  discard block
 block discarded – undo
6077 6077
  * @param string $status Post status.
6078 6078
  */
6079 6079
 function geodir_create_page($slug, $option, $page_title = '', $page_content = '', $post_parent = 0, $status = 'publish') {
6080
-    global $wpdb, $current_user;
6081
-
6082
-    $option_value = get_option($option);
6083
-
6084
-    if ($option_value > 0) :
6085
-        if (get_post($option_value)) :
6086
-            // Page exists
6087
-            return;
6088
-        endif;
6089
-    endif;
6090
-
6091
-    $page_found = $wpdb->get_var(
6092
-        $wpdb->prepare(
6093
-            "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;",
6094
-            array($slug)
6095
-        )
6096
-    );
6097
-
6098
-    if ($page_found) :
6099
-        // Page exists
6100
-        if (!$option_value) update_option($option, $page_found);
6101
-        return;
6102
-    endif;
6103
-
6104
-    $page_data = array(
6105
-        'post_status' => $status,
6106
-        'post_type' => 'page',
6107
-        'post_author' => $current_user->ID,
6108
-        'post_name' => $slug,
6109
-        'post_title' => $page_title,
6110
-        'post_content' => $page_content,
6111
-        'post_parent' => $post_parent,
6112
-        'comment_status' => 'closed'
6113
-    );
6114
-    $page_id = wp_insert_post($page_data);
6115
-
6116
-    add_option($option, $page_id);
6080
+	global $wpdb, $current_user;
6081
+
6082
+	$option_value = get_option($option);
6083
+
6084
+	if ($option_value > 0) :
6085
+		if (get_post($option_value)) :
6086
+			// Page exists
6087
+			return;
6088
+		endif;
6089
+	endif;
6090
+
6091
+	$page_found = $wpdb->get_var(
6092
+		$wpdb->prepare(
6093
+			"SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;",
6094
+			array($slug)
6095
+		)
6096
+	);
6097
+
6098
+	if ($page_found) :
6099
+		// Page exists
6100
+		if (!$option_value) update_option($option, $page_found);
6101
+		return;
6102
+	endif;
6103
+
6104
+	$page_data = array(
6105
+		'post_status' => $status,
6106
+		'post_type' => 'page',
6107
+		'post_author' => $current_user->ID,
6108
+		'post_name' => $slug,
6109
+		'post_title' => $page_title,
6110
+		'post_content' => $page_content,
6111
+		'post_parent' => $post_parent,
6112
+		'comment_status' => 'closed'
6113
+	);
6114
+	$page_id = wp_insert_post($page_data);
6115
+
6116
+	add_option($option, $page_id);
6117 6117
 
6118 6118
 }
6119 6119
 
@@ -6144,9 +6144,9 @@  discard block
 block discarded – undo
6144 6144
  * @package GeoDirectory
6145 6145
  */
6146 6146
 function geodir_admin_upgrade_notice() {
6147
-    $class = "error";
6148
-    $message = __("Please update core GeoDirectory or some addons may not function correctly.","geodirectory");
6149
-    echo"<div class=\"$class\"> <p>$message</p></div>";
6147
+	$class = "error";
6148
+	$message = __("Please update core GeoDirectory or some addons may not function correctly.","geodirectory");
6149
+	echo"<div class=\"$class\"> <p>$message</p></div>";
6150 6150
 }
6151 6151
 
6152 6152
 /**
@@ -6159,18 +6159,18 @@  discard block
 block discarded – undo
6159 6159
  */
6160 6160
 function geodire_admin_upgrade_notice( $plugin_data, $r )
6161 6161
 {
6162
-    // readme contents
6163
-    $args = array(
6164
-        'timeout'     => 15,
6165
-        'redirection' => 5
6166
-    );
6167
-    $url = "http://plugins.svn.wordpress.org/geodirectory/trunk/readme.txt";
6168
-    $data       = wp_remote_get( $url, $args );
6162
+	// readme contents
6163
+	$args = array(
6164
+		'timeout'     => 15,
6165
+		'redirection' => 5
6166
+	);
6167
+	$url = "http://plugins.svn.wordpress.org/geodirectory/trunk/readme.txt";
6168
+	$data       = wp_remote_get( $url, $args );
6169 6169
 
6170
-    if (!is_wp_error($data) && $data['response']['code'] == 200) {
6170
+	if (!is_wp_error($data) && $data['response']['code'] == 200) {
6171 6171
 
6172
-        geodir_in_plugin_update_message($data['body']);
6173
-    }
6172
+		geodir_in_plugin_update_message($data['body']);
6173
+	}
6174 6174
 }
6175 6175
 
6176 6176
 
@@ -6178,28 +6178,28 @@  discard block
 block discarded – undo
6178 6178
 * @param string $content http response body
6179 6179
 */
6180 6180
 function geodir_in_plugin_update_message($content) {
6181
-    // Output Upgrade Notice
6182
-    $matches        = null;
6183
-    $regexp         = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*' . preg_quote( GEODIRECTORY_VERSION ) . '\s*=|$)~Uis';
6184
-    $upgrade_notice = '';
6185
-    if ( preg_match( $regexp, $content, $matches ) ) {
6186
-        if(empty($matches)){return;}
6187
-
6188
-        $version = trim( $matches[1] );
6189
-        if($version && $version>GEODIRECTORY_VERSION){
6190
-
6191
-
6192
-        $notices = (array) preg_split('~[\r\n]+~', trim( $matches[2] ) );
6193
-        if ( version_compare( GEODIRECTORY_VERSION, $version, '<' ) ) {
6194
-            $upgrade_notice .= '<div class="geodir_plugin_upgrade_notice">';
6195
-            foreach ( $notices as $index => $line ) {
6196
-                $upgrade_notice .= wp_kses_post( preg_replace( '~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line ) );
6197
-            }
6198
-            $upgrade_notice .= '</div> ';
6199
-        }
6200
-        }
6201
-    }
6202
-    echo $upgrade_notice;
6181
+	// Output Upgrade Notice
6182
+	$matches        = null;
6183
+	$regexp         = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*' . preg_quote( GEODIRECTORY_VERSION ) . '\s*=|$)~Uis';
6184
+	$upgrade_notice = '';
6185
+	if ( preg_match( $regexp, $content, $matches ) ) {
6186
+		if(empty($matches)){return;}
6187
+
6188
+		$version = trim( $matches[1] );
6189
+		if($version && $version>GEODIRECTORY_VERSION){
6190
+
6191
+
6192
+		$notices = (array) preg_split('~[\r\n]+~', trim( $matches[2] ) );
6193
+		if ( version_compare( GEODIRECTORY_VERSION, $version, '<' ) ) {
6194
+			$upgrade_notice .= '<div class="geodir_plugin_upgrade_notice">';
6195
+			foreach ( $notices as $index => $line ) {
6196
+				$upgrade_notice .= wp_kses_post( preg_replace( '~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line ) );
6197
+			}
6198
+			$upgrade_notice .= '</div> ';
6199
+		}
6200
+		}
6201
+	}
6202
+	echo $upgrade_notice;
6203 6203
 }
6204 6204
 
6205 6205
 /**
@@ -6232,19 +6232,19 @@  discard block
 block discarded – undo
6232 6232
  * @param array Listing statuses to be skipped.
6233 6233
  */
6234 6234
 function geodir_imex_export_skip_statuses() {
6235
-    $statuses = array( 'trash', 'auto-draft' );
6235
+	$statuses = array( 'trash', 'auto-draft' );
6236 6236
     
6237
-    /**
6238
-     * Filter the statuses to skip during GD export listings.
6239
-     *
6240
-     * @since 1.6.0
6241
-     * @package GeoDirectory
6242
-     *
6243
-     * @param array $statuses Listing statuses to be skipped.
6244
-     */
6245
-    $statuses = apply_filters( 'geodir_imex_export_skip_statuses', $statuses );
6237
+	/**
6238
+	 * Filter the statuses to skip during GD export listings.
6239
+	 *
6240
+	 * @since 1.6.0
6241
+	 * @package GeoDirectory
6242
+	 *
6243
+	 * @param array $statuses Listing statuses to be skipped.
6244
+	 */
6245
+	$statuses = apply_filters( 'geodir_imex_export_skip_statuses', $statuses );
6246 6246
      
6247
-    return $statuses;
6247
+	return $statuses;
6248 6248
 }
6249 6249
 
6250 6250
 /**
@@ -6260,42 +6260,42 @@  discard block
 block discarded – undo
6260 6260
  * @global string $typenow Current post type.
6261 6261
  */
6262 6262
 function geodir_admin_dequeue_scripts() {
6263
-    global $typenow;
6263
+	global $typenow;
6264 6264
     
6265
-    // EDD
6266
-    if (wp_script_is('jquery-chosen', 'enqueued')) {
6267
-        wp_dequeue_script('jquery-chosen');
6268
-    }
6265
+	// EDD
6266
+	if (wp_script_is('jquery-chosen', 'enqueued')) {
6267
+		wp_dequeue_script('jquery-chosen');
6268
+	}
6269 6269
     
6270
-    // Ultimate Addons for Visual Composer
6271
-    if (wp_script_is('ultimate-vc-backend-script', 'enqueued')) {
6272
-        wp_dequeue_script('ultimate-vc-backend-script');
6273
-    }
6270
+	// Ultimate Addons for Visual Composer
6271
+	if (wp_script_is('ultimate-vc-backend-script', 'enqueued')) {
6272
+		wp_dequeue_script('ultimate-vc-backend-script');
6273
+	}
6274 6274
     
6275
-    // VC editor conflicts
6276
-    if (class_exists('Vc_Role_Access_Controller') && wp_script_is('dfd_vc_damin_scripts', 'enqueued')) {
6277
-        wp_dequeue_script('dfd_vc_damin_scripts');
6278
-    }
6275
+	// VC editor conflicts
6276
+	if (class_exists('Vc_Role_Access_Controller') && wp_script_is('dfd_vc_damin_scripts', 'enqueued')) {
6277
+		wp_dequeue_script('dfd_vc_damin_scripts');
6278
+	}
6279 6279
     
6280
-    // Ultimate chosen
6281
-    if (wp_script_is('ultimate-chosen-script', 'enqueued')) {
6282
-        wp_dequeue_script('ultimate-chosen-script');
6283
-    }
6280
+	// Ultimate chosen
6281
+	if (wp_script_is('ultimate-chosen-script', 'enqueued')) {
6282
+		wp_dequeue_script('ultimate-chosen-script');
6283
+	}
6284 6284
     
6285
-    // Crum composer choosen
6286
-    if (wp_script_is('crum-composer-choosen', 'enqueued')) {
6287
-        wp_dequeue_script('crum-composer-choosen');
6288
-    }
6285
+	// Crum composer choosen
6286
+	if (wp_script_is('crum-composer-choosen', 'enqueued')) {
6287
+		wp_dequeue_script('crum-composer-choosen');
6288
+	}
6289 6289
     
6290
-    // Fix conflict Fusion Builder jquery chosen with GD jquery chosen.
6291
-    if (class_exists('FusionBuilder') && wp_script_is('fusion_builder_chosen_js', 'enqueued')) {
6292
-        wp_dequeue_script('fusion_builder_chosen_js');
6293
-    }
6290
+	// Fix conflict Fusion Builder jquery chosen with GD jquery chosen.
6291
+	if (class_exists('FusionBuilder') && wp_script_is('fusion_builder_chosen_js', 'enqueued')) {
6292
+		wp_dequeue_script('fusion_builder_chosen_js');
6293
+	}
6294 6294
     
6295
-    // Fix conflicts timepicker & setting date value.
6296
-    if (class_exists('acf') && wp_script_is('acf-timepicker', 'enqueued')) {
6297
-        wp_dequeue_script('acf-timepicker');
6298
-    }
6295
+	// Fix conflicts timepicker & setting date value.
6296
+	if (class_exists('acf') && wp_script_is('acf-timepicker', 'enqueued')) {
6297
+		wp_dequeue_script('acf-timepicker');
6298
+	}
6299 6299
 }
6300 6300
 
6301 6301
 /**
@@ -6311,48 +6311,48 @@  discard block
 block discarded – undo
6311 6311
  * @return string SQL where clause part.
6312 6312
  */
6313 6313
 function geodir_imex_get_filter_where($where = '', $post_type = '') {
6314
-    global $wpdb;
6314
+	global $wpdb;
6315 6315
     
6316
-    $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
6316
+	$filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
6317 6317
     
6318
-    if ( !empty( $filters ) ) {
6319
-        foreach ( $filters as $field => $value ) {
6320
-            switch ($field) {
6321
-                case 'start_date':
6322
-                    $where .= " AND `" . $wpdb->posts . "`.`post_date` >= '" . sanitize_text_field( $value ) . " 00:00:00'";
6323
-                break;
6324
-                case 'end_date':
6325
-                    $where .= " AND `" . $wpdb->posts . "`.`post_date` <= '" . sanitize_text_field( $value ) . " 23:59:59'";
6326
-                break;
6327
-            }
6328
-        }
6329
-    }
6318
+	if ( !empty( $filters ) ) {
6319
+		foreach ( $filters as $field => $value ) {
6320
+			switch ($field) {
6321
+				case 'start_date':
6322
+					$where .= " AND `" . $wpdb->posts . "`.`post_date` >= '" . sanitize_text_field( $value ) . " 00:00:00'";
6323
+				break;
6324
+				case 'end_date':
6325
+					$where .= " AND `" . $wpdb->posts . "`.`post_date` <= '" . sanitize_text_field( $value ) . " 23:59:59'";
6326
+				break;
6327
+			}
6328
+		}
6329
+	}
6330 6330
     
6331
-    return $where;
6331
+	return $where;
6332 6332
 }
6333 6333
 add_filter('geodir_get_posts_count', 'geodir_imex_get_filter_where', 10, 2);
6334 6334
 add_filter('geodir_get_export_posts', 'geodir_imex_get_filter_where', 10, 2);
6335 6335
 
6336 6336
 
6337 6337
 function geodir_fix_for_primer_theme(){
6338
-    if(!defined( 'PRIMER_VERSION' )){return;}
6339
-    global $pagenow;
6338
+	if(!defined( 'PRIMER_VERSION' )){return;}
6339
+	global $pagenow;
6340 6340
 
6341
-    if ( ( 'post.php' === $pagenow || 'post-new.php' === $pagenow ) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']) )  ){
6341
+	if ( ( 'post.php' === $pagenow || 'post-new.php' === $pagenow ) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']) )  ){
6342 6342
 
6343
-        $post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type( $_GET['post'] );
6343
+		$post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type( $_GET['post'] );
6344 6344
 
6345
-        $post_types = geodir_get_posttypes();
6346
-        if ($post_type && in_array($post_type, $post_types) ) {
6347
-            global $primer_customizer_layouts;
6348
-            remove_action( 'add_meta_boxes', array( $primer_customizer_layouts, 'add_meta_box' ), 10);
6349
-        }
6350
-    }
6345
+		$post_types = geodir_get_posttypes();
6346
+		if ($post_type && in_array($post_type, $post_types) ) {
6347
+			global $primer_customizer_layouts;
6348
+			remove_action( 'add_meta_boxes', array( $primer_customizer_layouts, 'add_meta_box' ), 10);
6349
+		}
6350
+	}
6351 6351
 
6352 6352
 }
6353 6353
 
6354 6354
 if(is_admin()){
6355
-    add_action('add_meta_boxes','geodir_fix_for_primer_theme',0);  
6355
+	add_action('add_meta_boxes','geodir_fix_for_primer_theme',0);  
6356 6356
 }
6357 6357
 
6358 6358
 
@@ -6485,96 +6485,96 @@  discard block
 block discarded – undo
6485 6485
 
6486 6486
 function geodir_ga_activation_url() {
6487 6487
 
6488
-    return add_query_arg( array(
6489
-        'next'          => admin_url("admin.php?page=geodirectory&active_tab=google_analytic_settings"),
6490
-        'scope'         => GEODIR_GA_SCOPE,
6491
-        'response_type' => 'code',
6492
-        'redirect_uri'  => GEODIR_GA_REDIRECT,
6493
-        'client_id'     => GEODIR_GA_CLIENTID,
6494
-    ), 'https://accounts.google.com/o/oauth2/auth' );
6488
+	return add_query_arg( array(
6489
+		'next'          => admin_url("admin.php?page=geodirectory&active_tab=google_analytic_settings"),
6490
+		'scope'         => GEODIR_GA_SCOPE,
6491
+		'response_type' => 'code',
6492
+		'redirect_uri'  => GEODIR_GA_REDIRECT,
6493
+		'client_id'     => GEODIR_GA_CLIENTID,
6494
+	), 'https://accounts.google.com/o/oauth2/auth' );
6495 6495
 
6496
-    return $url;
6496
+	return $url;
6497 6497
 }
6498 6498
 
6499 6499
 function geodir_gd_accounts(){
6500
-    $accounts = array();
6501
-    $useAuth = ( get_option( 'geodir_ga_auth_code' ) == '' ? false : true );
6502
-    if($useAuth){
6503
-        try {
6504
-            $accounts = geodir_ga_get_analytics_accounts();
6505
-        } catch (Exception $e) {
6506
-            geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) );
6507
-        }
6500
+	$accounts = array();
6501
+	$useAuth = ( get_option( 'geodir_ga_auth_code' ) == '' ? false : true );
6502
+	if($useAuth){
6503
+		try {
6504
+			$accounts = geodir_ga_get_analytics_accounts();
6505
+		} catch (Exception $e) {
6506
+			geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) );
6507
+		}
6508 6508
         
6509
-        if(is_array($accounts)){
6510
-            $accounts = array_merge(array(__('Select Account','geodirectory')),$accounts);
6511
-        }elseif(get_option('geodir_ga_account_id')){
6512
-            $accounts = array();
6513
-            $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required','geodirectory').' ('.get_option('geodir_ga_account_id').')';
6514
-        }
6515
-    }
6516
-    return $accounts;
6509
+		if(is_array($accounts)){
6510
+			$accounts = array_merge(array(__('Select Account','geodirectory')),$accounts);
6511
+		}elseif(get_option('geodir_ga_account_id')){
6512
+			$accounts = array();
6513
+			$accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required','geodirectory').' ('.get_option('geodir_ga_account_id').')';
6514
+		}
6515
+	}
6516
+	return $accounts;
6517 6517
 }
6518 6518
 
6519 6519
 function geodir_ga_get_analytics_accounts()
6520 6520
 {
6521
-    global $gd_ga_errors;
6522
-    $accounts = array();
6521
+	global $gd_ga_errors;
6522
+	$accounts = array();
6523 6523
 
6524
-    if(get_option('geodir_ga_auth_token')===false){update_option('geodir_ga_auth_token','');}
6524
+	if(get_option('geodir_ga_auth_token')===false){update_option('geodir_ga_auth_token','');}
6525 6525
 
6526 6526
 
6527
-    if(get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])){
6528
-      return get_option('geodir_gd_uids');
6529
-    }
6527
+	if(get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])){
6528
+	  return get_option('geodir_gd_uids');
6529
+	}
6530 6530
 
6531
-    # Create a new Gdata call
6532
-    if ( trim(get_option('geodir_ga_auth_code')) != '' )
6533
-        $stats = new GDGoogleAnalyticsStats();
6534
-    else
6535
-        return false;
6531
+	# Create a new Gdata call
6532
+	if ( trim(get_option('geodir_ga_auth_code')) != '' )
6533
+		$stats = new GDGoogleAnalyticsStats();
6534
+	else
6535
+		return false;
6536 6536
 
6537
-    # Check if Google sucessfully logged in
6538
-    if ( ! $stats->checkLogin() )
6539
-        return false;
6537
+	# Check if Google sucessfully logged in
6538
+	if ( ! $stats->checkLogin() )
6539
+		return false;
6540 6540
 
6541
-    # Get a list of accounts
6542
-    try {
6543
-        $accounts = $stats->getAllProfiles();
6544
-    } catch (Exception $e) {
6545
-        $gd_ga_errors[] = $e->getMessage();
6546
-        return false;
6547
-    }
6541
+	# Get a list of accounts
6542
+	try {
6543
+		$accounts = $stats->getAllProfiles();
6544
+	} catch (Exception $e) {
6545
+		$gd_ga_errors[] = $e->getMessage();
6546
+		return false;
6547
+	}
6548 6548
 
6549 6549
 
6550
-    natcasesort ($accounts);
6550
+	natcasesort ($accounts);
6551 6551
 
6552
-    # Return the account array if there are accounts
6553
-    if ( count($accounts) > 0 ){
6554
-        update_option('geodir_gd_uids',$accounts);
6555
-        return $accounts;
6556
-    }
6557
-    else
6558
-        return false;
6552
+	# Return the account array if there are accounts
6553
+	if ( count($accounts) > 0 ){
6554
+		update_option('geodir_gd_uids',$accounts);
6555
+		return $accounts;
6556
+	}
6557
+	else
6558
+		return false;
6559 6559
 }
6560 6560
 
6561 6561
 add_action( 'wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize' );
6562 6562
 function geodir_ga_deauthorize(){
6563 6563
 
6564
-    if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'gd_ga_deauthorize' ) ) {
6564
+	if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'gd_ga_deauthorize' ) ) {
6565 6565
 
6566
-        die( 'Security check' );
6566
+		die( 'Security check' );
6567 6567
 
6568
-    } else {
6569
-        update_option('geodir_ga_auth_token','');
6570
-        update_option('geodir_ga_auth_code','');
6571
-        update_option('geodir_gd_uids','');
6568
+	} else {
6569
+		update_option('geodir_ga_auth_token','');
6570
+		update_option('geodir_ga_auth_code','');
6571
+		update_option('geodir_gd_uids','');
6572 6572
 
6573 6573
 
6574
-        echo admin_url('?page=geodirectory&active_tab=google_analytic_settings');
6575
-    }
6574
+		echo admin_url('?page=geodirectory&active_tab=google_analytic_settings');
6575
+	}
6576 6576
 
6577
-    die();
6577
+	die();
6578 6578
 }
6579 6579
 
6580 6580
 
@@ -6585,12 +6585,12 @@  discard block
 block discarded – undo
6585 6585
  * @package GeoDirectory
6586 6586
  */
6587 6587
 function geodir_post_type_setting_fun() {
6588
-    $post_type_arr = array();
6588
+	$post_type_arr = array();
6589 6589
 
6590
-    $post_types = geodir_get_posttypes('object');
6590
+	$post_types = geodir_get_posttypes('object');
6591 6591
 
6592
-    foreach ($post_types as $key => $post_types_obj) {
6593
-        $post_type_arr[$key] = $post_types_obj->labels->singular_name;
6594
-    }
6595
-    return $post_type_arr;
6592
+	foreach ($post_types as $key => $post_types_obj) {
6593
+		$post_type_arr[$key] = $post_types_obj->labels->singular_name;
6594
+	}
6595
+	return $post_type_arr;
6596 6596
 }
6597 6597
\ No newline at end of file
Please login to merge, or discard this patch.
geodirectory_hooks_actions.php 1 patch
Indentation   +1135 added lines, -1135 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 virtual 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 virtual 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
 
@@ -223,12 +223,12 @@  discard block
 block discarded – undo
223 223
  */
224 224
 function geodir_unset_prev_theme_nav_location($newname)
225 225
 {
226
-    $geodir_theme_location = get_option('geodir_theme_location_nav_' . $newname);
227
-    if ($geodir_theme_location) {
228
-        update_option('geodir_theme_location_nav', $geodir_theme_location);
229
-    } else {
230
-        update_option('geodir_theme_location_nav', '');
231
-    }
226
+	$geodir_theme_location = get_option('geodir_theme_location_nav_' . $newname);
227
+	if ($geodir_theme_location) {
228
+		update_option('geodir_theme_location_nav', $geodir_theme_location);
229
+	} else {
230
+		update_option('geodir_theme_location_nav', '');
231
+	}
232 232
 }
233 233
 
234 234
 /// add action for theme switch to blank previous theme navigation location setting
@@ -249,32 +249,32 @@  discard block
 block discarded – undo
249 249
  */
250 250
 function geodir_add_post_filters()
251 251
 {
252
-    /**
253
-     * Contains all function for filtering listing.
254
-     *
255
-     * @since 1.0.0
256
-     * @package GeoDirectory
257
-     */
258
-    include_once('geodirectory-functions/listing_filters.php');
252
+	/**
253
+	 * Contains all function for filtering listing.
254
+	 *
255
+	 * @since 1.0.0
256
+	 * @package GeoDirectory
257
+	 */
258
+	include_once('geodirectory-functions/listing_filters.php');
259 259
 }
260 260
 
261 261
 
262 262
 if (!function_exists('geodir_init_defaults')) {
263
-    /**
264
-     * Calls the function to register the GeoDirectory default CPT and taxonomies.
265
-     *
266
-     * @since 1.0.0
267
-     * @package GeoDirectory
268
-     */
269
-    function geodir_init_defaults()
270
-    {
271
-        if (function_exists('geodir_register_defaults')) {
263
+	/**
264
+	 * Calls the function to register the GeoDirectory default CPT and taxonomies.
265
+	 *
266
+	 * @since 1.0.0
267
+	 * @package GeoDirectory
268
+	 */
269
+	function geodir_init_defaults()
270
+	{
271
+		if (function_exists('geodir_register_defaults')) {
272 272
 
273
-            geodir_register_defaults();
273
+			geodir_register_defaults();
274 274
 
275
-        }
275
+		}
276 276
 
277
-    }
277
+	}
278 278
 }
279 279
 
280 280
 
@@ -296,26 +296,26 @@  discard block
 block discarded – undo
296 296
 // CALLED ON 'sidebars_widgets' FILTER
297 297
 
298 298
 if (!function_exists('geodir_restrict_widget')) {
299
-    /**
300
-     * Sets global values to be able to tell if the current page is a GeoDirectory listing page or a GeoDirectory details page.
301
-     *
302
-     * @global bool $is_listing Sets the global value to true if on a GD category page. False if not.
303
-     * @global bool $is_single_place Sets the global value to true if on a GD details (post) page. False if not.
304
-     * @since 1.0.0
305
-     * @package GeoDirectory
306
-     */
307
-    function geodir_restrict_widget()
308
-    {
309
-        global $is_listing, $is_single_place;
299
+	/**
300
+	 * Sets global values to be able to tell if the current page is a GeoDirectory listing page or a GeoDirectory details page.
301
+	 *
302
+	 * @global bool $is_listing Sets the global value to true if on a GD category page. False if not.
303
+	 * @global bool $is_single_place Sets the global value to true if on a GD details (post) page. False if not.
304
+	 * @since 1.0.0
305
+	 * @package GeoDirectory
306
+	 */
307
+	function geodir_restrict_widget()
308
+	{
309
+		global $is_listing, $is_single_place;
310 310
 
311
-        // set is listing	
312
-        (geodir_is_page('listing')) ? $is_listing = true : $is_listing = false;
311
+		// set is listing	
312
+		(geodir_is_page('listing')) ? $is_listing = true : $is_listing = false;
313 313
 
314
-        // set is single place
315
-        (geodir_is_page('place')) ? $is_single_place = true : $is_single_place = false;
314
+		// set is single place
315
+		(geodir_is_page('place')) ? $is_single_place = true : $is_single_place = false;
316 316
 
317 317
 
318
-    }
318
+	}
319 319
 }
320 320
 
321 321
 
@@ -336,31 +336,31 @@  discard block
 block discarded – undo
336 336
  */
337 337
 function geodir_detail_page_sidebar_content_sorting()
338 338
 {
339
-    $arr_detail_page_sidebar_content =
340
-        /**
341
-         * An array of functions to be called to be displayed on the details (post) page sidebar.
342
-         *
343
-         * This filter can be used to remove sections of the details page sidebar,
344
-         * add new sections or rearrange the order of the sections.
345
-         *
346
-         * @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.
347
-         * @since 1.0.0
348
-         */
349
-        apply_filters('geodir_detail_page_sidebar_content',
350
-            array('geodir_social_sharing_buttons',
351
-                'geodir_detail_page_google_analytics',
352
-                'geodir_edit_post_link',
353
-                'geodir_detail_page_review_rating',
354
-                'geodir_detail_page_more_info'
355
-            ) // end of array 
356
-        ); // end of apply filter
357
-    if (!empty($arr_detail_page_sidebar_content)) {
358
-        foreach ($arr_detail_page_sidebar_content as $content_function) {
359
-            if (function_exists($content_function)) {
360
-                add_action('geodir_detail_page_sidebar', $content_function);
361
-            }
362
-        }
363
-    }
339
+	$arr_detail_page_sidebar_content =
340
+		/**
341
+		 * An array of functions to be called to be displayed on the details (post) page sidebar.
342
+		 *
343
+		 * This filter can be used to remove sections of the details page sidebar,
344
+		 * add new sections or rearrange the order of the sections.
345
+		 *
346
+		 * @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.
347
+		 * @since 1.0.0
348
+		 */
349
+		apply_filters('geodir_detail_page_sidebar_content',
350
+			array('geodir_social_sharing_buttons',
351
+				'geodir_detail_page_google_analytics',
352
+				'geodir_edit_post_link',
353
+				'geodir_detail_page_review_rating',
354
+				'geodir_detail_page_more_info'
355
+			) // end of array 
356
+		); // end of apply filter
357
+	if (!empty($arr_detail_page_sidebar_content)) {
358
+		foreach ($arr_detail_page_sidebar_content as $content_function) {
359
+			if (function_exists($content_function)) {
360
+				add_action('geodir_detail_page_sidebar', $content_function);
361
+			}
362
+		}
363
+	}
364 364
 }
365 365
 
366 366
 add_action('geodir_after_edit_post_link', 'geodir_add_to_favourite_link', 1);
@@ -375,14 +375,14 @@  discard block
 block discarded – undo
375 375
  */
376 376
 function geodir_add_to_favourite_link()
377 377
 {
378
-    global $post, $preview;
379
-    if (!$preview && geodir_is_page('detail')) {
380
-        ?>
378
+	global $post, $preview;
379
+	if (!$preview && geodir_is_page('detail')) {
380
+		?>
381 381
         <p class="edit_link">
382 382
             <?php geodir_favourite_html($post->post_author, $post->ID); ?>
383 383
         </p>
384 384
     <?php
385
-    }
385
+	}
386 386
 }
387 387
 
388 388
 /**
@@ -396,41 +396,41 @@  discard block
 block discarded – undo
396 396
  */
397 397
 function geodir_social_sharing_buttons()
398 398
 {
399
-    global $preview;
400
-    ob_start(); // Start  buffering;
401
-    /**
402
-     * This action is called before the social buttons twitter,facebook and google plus are output in a containing div.
403
-     *
404
-     * @since 1.0.0
405
-     */
406
-    do_action('geodir_before_social_sharing_buttons');
407
-    if (!$preview) {
408
-        ?>
399
+	global $preview;
400
+	ob_start(); // Start  buffering;
401
+	/**
402
+	 * This action is called before the social buttons twitter,facebook and google plus are output in a containing div.
403
+	 *
404
+	 * @since 1.0.0
405
+	 */
406
+	do_action('geodir_before_social_sharing_buttons');
407
+	if (!$preview) {
408
+		?>
409 409
         <div class="likethis">
410 410
             <?php geodir_twitter_tweet_button(); ?>
411 411
             <?php geodir_fb_like_button(); ?>
412 412
             <?php geodir_google_plus_button(); ?>
413 413
         </div>
414 414
     <?php
415
-    }// end of if, if its a preview or not
416
-
417
-    /**
418
-     * This action is called after the social buttons twitter,facebook and google plus are output in a containing div.
419
-     *
420
-     * @since 1.0.0
421
-     */
422
-    do_action('geodir_after_social_sharing_buttons');
423
-    $content_html = ob_get_clean();
424
-    if (trim($content_html) != '')
425
-        $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>';
426
-    if ((int)get_option('geodir_disable_tfg_buttons_section') != 1) {
427
-        /**
428
-         * Filter the geodir_social_sharing_buttons() function content.
429
-         *
430
-         * @param string $content_html The output html of the geodir_social_sharing_buttons() function.
431
-         */
432
-        echo $content_html = apply_filters('geodir_social_sharing_buttons_html', $content_html);
433
-    }
415
+	}// end of if, if its a preview or not
416
+
417
+	/**
418
+	 * This action is called after the social buttons twitter,facebook and google plus are output in a containing div.
419
+	 *
420
+	 * @since 1.0.0
421
+	 */
422
+	do_action('geodir_after_social_sharing_buttons');
423
+	$content_html = ob_get_clean();
424
+	if (trim($content_html) != '')
425
+		$content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>';
426
+	if ((int)get_option('geodir_disable_tfg_buttons_section') != 1) {
427
+		/**
428
+		 * Filter the geodir_social_sharing_buttons() function content.
429
+		 *
430
+		 * @param string $content_html The output html of the geodir_social_sharing_buttons() function.
431
+		 */
432
+		echo $content_html = apply_filters('geodir_social_sharing_buttons_html', $content_html);
433
+	}
434 434
 
435 435
 
436 436
 }
@@ -448,46 +448,46 @@  discard block
 block discarded – undo
448 448
  */
449 449
 function geodir_edit_post_link()
450 450
 {
451
-    global $post, $preview;
452
-    ob_start(); // Start buffering;
453
-    /**
454
-     * This is called before the edit post link html in the function geodir_edit_post_link()
455
-     *
456
-     * @since 1.0.0
457
-     */
458
-    do_action('geodir_before_edit_post_link');
459
-    if (!$preview) {
460
-        $is_current_user_owner = geodir_listing_belong_to_current_user();
451
+	global $post, $preview;
452
+	ob_start(); // Start buffering;
453
+	/**
454
+	 * This is called before the edit post link html in the function geodir_edit_post_link()
455
+	 *
456
+	 * @since 1.0.0
457
+	 */
458
+	do_action('geodir_before_edit_post_link');
459
+	if (!$preview) {
460
+		$is_current_user_owner = geodir_listing_belong_to_current_user();
461 461
         
462
-        if ($is_current_user_owner) {
463
-            $post_id = $post->ID;
462
+		if ($is_current_user_owner) {
463
+			$post_id = $post->ID;
464 464
             
465
-            if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
466
-                $post_id = (int)$_REQUEST['pid'];
467
-            }
465
+			if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
466
+				$post_id = (int)$_REQUEST['pid'];
467
+			}
468 468
 
469
-            $postlink = get_permalink(geodir_add_listing_page_id());
470
-            $editlink = geodir_getlink($postlink, array('pid' => $post_id), false);
471
-            echo ' <p class="edit_link"><i class="fa fa-pencil"></i> <a href="' . esc_url($editlink) . '">' . __('Edit this Post', 'geodirectory') . '</a></p>';
472
-        }
473
-    }// end of if, if its a preview or not
474
-    /**
475
-     * This is called after the edit post link html in the function geodir_edit_post_link()
476
-     *
477
-     * @since 1.0.0
478
-     */
479
-    do_action('geodir_after_edit_post_link');
480
-    $content_html = ob_get_clean();
481
-    if (trim($content_html) != '')
482
-        $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>';
483
-    if ((int)get_option('geodir_disable_user_links_section') != 1) {
484
-        /**
485
-         * Filter the geodir_edit_post_link() function content.
486
-         *
487
-         * @param string $content_html The output html of the geodir_edit_post_link() function.
488
-         */
489
-        echo $content_html = apply_filters('geodir_edit_post_link_html', $content_html);
490
-    }
469
+			$postlink = get_permalink(geodir_add_listing_page_id());
470
+			$editlink = geodir_getlink($postlink, array('pid' => $post_id), false);
471
+			echo ' <p class="edit_link"><i class="fa fa-pencil"></i> <a href="' . esc_url($editlink) . '">' . __('Edit this Post', 'geodirectory') . '</a></p>';
472
+		}
473
+	}// end of if, if its a preview or not
474
+	/**
475
+	 * This is called after the edit post link html in the function geodir_edit_post_link()
476
+	 *
477
+	 * @since 1.0.0
478
+	 */
479
+	do_action('geodir_after_edit_post_link');
480
+	$content_html = ob_get_clean();
481
+	if (trim($content_html) != '')
482
+		$content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>';
483
+	if ((int)get_option('geodir_disable_user_links_section') != 1) {
484
+		/**
485
+		 * Filter the geodir_edit_post_link() function content.
486
+		 *
487
+		 * @param string $content_html The output html of the geodir_edit_post_link() function.
488
+		 */
489
+		echo $content_html = apply_filters('geodir_edit_post_link_html', $content_html);
490
+	}
491 491
 }
492 492
 
493 493
 /**
@@ -501,42 +501,42 @@  discard block
 block discarded – undo
501 501
  */
502 502
 function geodir_detail_page_google_analytics()
503 503
 {
504
-    global $post,$preview;
505
-    if($preview){return '';}
506
-    $package_info = array();
507
-    $package_info = geodir_post_package_info($package_info, $post);
504
+	global $post,$preview;
505
+	if($preview){return '';}
506
+	$package_info = array();
507
+	$package_info = geodir_post_package_info($package_info, $post);
508 508
 
509
-    $id = trim(get_option('geodir_ga_account_id'));
509
+	$id = trim(get_option('geodir_ga_account_id'));
510 510
 
511
-    if (!$id) {
512
-        return; //if no Google Analytics ID then bail.
513
-    }
511
+	if (!$id) {
512
+		return; //if no Google Analytics ID then bail.
513
+	}
514 514
 
515
-    ob_start(); // Start buffering;
516
-    /**
517
-     * This is called before the edit post link html in the function geodir_detail_page_google_analytics()
518
-     *
519
-     * @since 1.0.0
520
-     */
521
-    do_action('geodir_before_google_analytics');
515
+	ob_start(); // Start buffering;
516
+	/**
517
+	 * This is called before the edit post link html in the function geodir_detail_page_google_analytics()
518
+	 *
519
+	 * @since 1.0.0
520
+	 */
521
+	do_action('geodir_before_google_analytics');
522 522
     
523
-    $refresh_time = get_option('geodir_ga_refresh_time', 5);
524
-    /**
525
-     * Filter the time interval to check & refresh new users results.
526
-     *
527
-     * @since 1.5.9
528
-     *
529
-     * @param int $refresh_time Time interval to check & refresh new users results.
530
-     */
531
-    $refresh_time = apply_filters('geodir_google_analytics_refresh_time', $refresh_time);
532
-    $refresh_time = absint($refresh_time * 1000);
523
+	$refresh_time = get_option('geodir_ga_refresh_time', 5);
524
+	/**
525
+	 * Filter the time interval to check & refresh new users results.
526
+	 *
527
+	 * @since 1.5.9
528
+	 *
529
+	 * @param int $refresh_time Time interval to check & refresh new users results.
530
+	 */
531
+	$refresh_time = apply_filters('geodir_google_analytics_refresh_time', $refresh_time);
532
+	$refresh_time = absint($refresh_time * 1000);
533 533
     
534
-    $hide_refresh = get_option('geodir_ga_auto_refresh');
534
+	$hide_refresh = get_option('geodir_ga_auto_refresh');
535 535
     
536
-    $auto_refresh = $hide_refresh && $refresh_time && $refresh_time > 0 ? 1 : 0;
537
-    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' )) ) {
538
-        $page_url = urlencode($_SERVER['REQUEST_URI']);
539
-        ?>
536
+	$auto_refresh = $hide_refresh && $refresh_time && $refresh_time > 0 ? 1 : 0;
537
+	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' )) ) {
538
+		$page_url = urlencode($_SERVER['REQUEST_URI']);
539
+		?>
540 540
         <script type="text/javascript">
541 541
             var gd_gaTimeOut;
542 542
             var gd_gaTime = parseInt('<?php echo $refresh_time;?>');
@@ -788,15 +788,15 @@  discard block
 block discarded – undo
788 788
                     var labels = results[1].rows.map(function(row) { return +row[0]; });
789 789
 
790 790
                     <?php
791
-                    // Here we list the shorthand days of the week so it can be used in translation.
792
-                    __("Mon",'geodirectory');
793
-                    __("Tue",'geodirectory');
794
-                    __("Wed",'geodirectory');
795
-                    __("Thu",'geodirectory');
796
-                    __("Fri",'geodirectory');
797
-                    __("Sat",'geodirectory');
798
-                    __("Sun",'geodirectory');
799
-                    ?>
791
+					// Here we list the shorthand days of the week so it can be used in translation.
792
+					__("Mon",'geodirectory');
793
+					__("Tue",'geodirectory');
794
+					__("Wed",'geodirectory');
795
+					__("Thu",'geodirectory');
796
+					__("Fri",'geodirectory');
797
+					__("Sat",'geodirectory');
798
+					__("Sun",'geodirectory');
799
+					?>
800 800
 
801 801
                     labels = [
802 802
                         "<?php _e(date('D', strtotime("+1 day")),'geodirectory'); ?>",
@@ -1045,24 +1045,24 @@  discard block
 block discarded – undo
1045 1045
         </span>
1046 1046
 
1047 1047
     <?php
1048
-    }
1049
-    /**
1050
-     * This is called after the edit post link html in the function geodir_detail_page_google_analytics()
1051
-     *
1052
-     * @since 1.0.0
1053
-     */
1054
-    do_action('geodir_after_google_analytics');
1055
-    $content_html = ob_get_clean();
1056
-    if (trim($content_html) != '')
1057
-        $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>';
1058
-    if ((int)get_option('geodir_disable_google_analytics_section') != 1) {
1059
-        /**
1060
-         * Filter the geodir_edit_post_link() function content.
1061
-         *
1062
-         * @param string $content_html The output html of the geodir_edit_post_link() function.
1063
-         */
1064
-        echo $content_html = apply_filters('geodir_google_analytic_html', $content_html);
1065
-    }
1048
+	}
1049
+	/**
1050
+	 * This is called after the edit post link html in the function geodir_detail_page_google_analytics()
1051
+	 *
1052
+	 * @since 1.0.0
1053
+	 */
1054
+	do_action('geodir_after_google_analytics');
1055
+	$content_html = ob_get_clean();
1056
+	if (trim($content_html) != '')
1057
+		$content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>';
1058
+	if ((int)get_option('geodir_disable_google_analytics_section') != 1) {
1059
+		/**
1060
+		 * Filter the geodir_edit_post_link() function content.
1061
+		 *
1062
+		 * @param string $content_html The output html of the geodir_edit_post_link() function.
1063
+		 */
1064
+		echo $content_html = apply_filters('geodir_google_analytic_html', $content_html);
1065
+	}
1066 1066
 }
1067 1067
 
1068 1068
 /**
@@ -1079,94 +1079,94 @@  discard block
 block discarded – undo
1079 1079
  */
1080 1080
 function geodir_detail_page_review_rating()
1081 1081
 {
1082
-    global $post, $preview, $post_images;
1082
+	global $post, $preview, $post_images;
1083 1083
     
1084
-    if (!empty($post->ID) && geodir_cpt_has_rating_disabled((int)$post->ID)) {
1085
-        return;
1086
-    }
1087
-    ob_start(); // Start  buffering;
1088
-    /**
1089
-     * This is called before the rating html in the function geodir_detail_page_review_rating().
1090
-     *
1091
-     * This is called outside the check for an actual rating and the check for preview page.
1092
-     *
1093
-     * @since 1.0.0
1094
-     */
1095
-    do_action('geodir_before_detail_page_review_rating');
1096
-
1097
-    $comment_count = geodir_get_review_count_total($post->ID);
1098
-    $post_avgratings = geodir_get_post_rating($post->ID);
1099
-
1100
-    if ($post_avgratings != 0 && !$preview) {
1101
-        /**
1102
-         * This is called before the rating html in the function geodir_detail_page_review_rating().
1103
-         *
1104
-         * This is called inside the check for an actual rating and the check for preview page.
1105
-         *
1106
-         * @since 1.0.0
1107
-         * @param float $post_avgratings Average rating for the current post.
1108
-         * @param int $post->ID Current post ID.
1109
-         */
1110
-        do_action('geodir_before_review_rating_stars_on_detail', $post_avgratings, $post->ID);
1111
-
1112
-        $html = '<p style=" float:left;">';
1113
-        $html .= geodir_get_rating_stars($post_avgratings, $post->ID);
1114
-        $html .= '<div class="average-review" itemscope itemtype="http://data-vocabulary.org/Review-aggregate">';
1115
-        $post_avgratings = (is_float($post_avgratings) || (strpos($post_avgratings, ".", 1) == 1 && strlen($post_avgratings) > 3)) ? number_format($post_avgratings, 1, '.', '') : $post_avgratings;
1084
+	if (!empty($post->ID) && geodir_cpt_has_rating_disabled((int)$post->ID)) {
1085
+		return;
1086
+	}
1087
+	ob_start(); // Start  buffering;
1088
+	/**
1089
+	 * This is called before the rating html in the function geodir_detail_page_review_rating().
1090
+	 *
1091
+	 * This is called outside the check for an actual rating and the check for preview page.
1092
+	 *
1093
+	 * @since 1.0.0
1094
+	 */
1095
+	do_action('geodir_before_detail_page_review_rating');
1096
+
1097
+	$comment_count = geodir_get_review_count_total($post->ID);
1098
+	$post_avgratings = geodir_get_post_rating($post->ID);
1099
+
1100
+	if ($post_avgratings != 0 && !$preview) {
1101
+		/**
1102
+		 * This is called before the rating html in the function geodir_detail_page_review_rating().
1103
+		 *
1104
+		 * This is called inside the check for an actual rating and the check for preview page.
1105
+		 *
1106
+		 * @since 1.0.0
1107
+		 * @param float $post_avgratings Average rating for the current post.
1108
+		 * @param int $post->ID Current post ID.
1109
+		 */
1110
+		do_action('geodir_before_review_rating_stars_on_detail', $post_avgratings, $post->ID);
1111
+
1112
+		$html = '<p style=" float:left;">';
1113
+		$html .= geodir_get_rating_stars($post_avgratings, $post->ID);
1114
+		$html .= '<div class="average-review" itemscope itemtype="http://data-vocabulary.org/Review-aggregate">';
1115
+		$post_avgratings = (is_float($post_avgratings) || (strpos($post_avgratings, ".", 1) == 1 && strlen($post_avgratings) > 3)) ? number_format($post_avgratings, 1, '.', '') : $post_avgratings;
1116 1116
        
1117 1117
 	   $reviews_text = $comment_count > 1 ? __("reviews", 'geodirectory') : __("review", 'geodirectory');
1118 1118
 	   
1119 1119
 	   $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 />';
1120 1120
 
1121
-        $html .= '<span class="item">';
1122
-        $html .= '<span class="fn" itemprop="itemreviewed">' . $post->post_title . '</span>';
1121
+		$html .= '<span class="item">';
1122
+		$html .= '<span class="fn" itemprop="itemreviewed">' . $post->post_title . '</span>';
1123 1123
 
1124
-        if ($post_images) {
1125
-            foreach ($post_images as $img) {
1126
-                $post_img = $img->src;
1127
-                break;
1128
-            }
1129
-        }
1130
-
1131
-        if (isset($post_img) && $post_img) {
1132
-            $html .= '<br /><img src="' . $post_img . '" class="photo" alt="' . esc_attr($post->post_title) . '" itemprop="photo" content="' . $post_img . '" class="photo" />';
1133
-        }
1134
-
1135
-        $html .= '</span>';
1136
-
1137
-        echo $html .= '</div>';
1138
-        /**
1139
-         * This is called after the rating html in the function geodir_detail_page_review_rating().
1140
-         *
1141
-         * This is called inside the check for an actual rating and the check for preview page.
1142
-         *
1143
-         * @since 1.0.0
1144
-         * @param float $post_avgratings Average rating for the current post.
1145
-         * @param int $post->ID Current post ID.
1146
-         */
1147
-        do_action('geodir_after_review_rating_stars_on_detail', $post_avgratings, $post->ID);
1148
-    }
1149
-    /**
1150
-     * This is called before the rating html in the function geodir_detail_page_review_rating().
1151
-     *
1152
-     * This is called outside the check for an actual rating and the check for preview page.
1153
-     *
1154
-     * @since 1.0.0
1155
-     */
1156
-    do_action('geodir_after_detail_page_review_rating');
1157
-    $content_html = ob_get_clean();
1158
-    if (trim($content_html) != '') {
1159
-        $content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">' . $content_html . '</div>';
1160
-    }
1161
-    if ((int)get_option('geodir_disable_rating_info_section') != 1) {
1162
-        /**
1163
-         * Filter the geodir_detail_page_review_rating() function content.
1164
-         *
1165
-         * @since 1.0.0
1166
-         * @param string $content_html The output html of the geodir_detail_page_review_rating() function.
1167
-         */
1168
-        echo $content_html = apply_filters('geodir_detail_page_review_rating_html', $content_html);
1169
-    }
1124
+		if ($post_images) {
1125
+			foreach ($post_images as $img) {
1126
+				$post_img = $img->src;
1127
+				break;
1128
+			}
1129
+		}
1130
+
1131
+		if (isset($post_img) && $post_img) {
1132
+			$html .= '<br /><img src="' . $post_img . '" class="photo" alt="' . esc_attr($post->post_title) . '" itemprop="photo" content="' . $post_img . '" class="photo" />';
1133
+		}
1134
+
1135
+		$html .= '</span>';
1136
+
1137
+		echo $html .= '</div>';
1138
+		/**
1139
+		 * This is called after the rating html in the function geodir_detail_page_review_rating().
1140
+		 *
1141
+		 * This is called inside the check for an actual rating and the check for preview page.
1142
+		 *
1143
+		 * @since 1.0.0
1144
+		 * @param float $post_avgratings Average rating for the current post.
1145
+		 * @param int $post->ID Current post ID.
1146
+		 */
1147
+		do_action('geodir_after_review_rating_stars_on_detail', $post_avgratings, $post->ID);
1148
+	}
1149
+	/**
1150
+	 * This is called before the rating html in the function geodir_detail_page_review_rating().
1151
+	 *
1152
+	 * This is called outside the check for an actual rating and the check for preview page.
1153
+	 *
1154
+	 * @since 1.0.0
1155
+	 */
1156
+	do_action('geodir_after_detail_page_review_rating');
1157
+	$content_html = ob_get_clean();
1158
+	if (trim($content_html) != '') {
1159
+		$content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">' . $content_html . '</div>';
1160
+	}
1161
+	if ((int)get_option('geodir_disable_rating_info_section') != 1) {
1162
+		/**
1163
+		 * Filter the geodir_detail_page_review_rating() function content.
1164
+		 *
1165
+		 * @since 1.0.0
1166
+		 * @param string $content_html The output html of the geodir_detail_page_review_rating() function.
1167
+		 */
1168
+		echo $content_html = apply_filters('geodir_detail_page_review_rating_html', $content_html);
1169
+	}
1170 1170
 }
1171 1171
 
1172 1172
 /**
@@ -1178,35 +1178,35 @@  discard block
 block discarded – undo
1178 1178
  */
1179 1179
 function geodir_detail_page_more_info()
1180 1180
 {
1181
-    ob_start(); // Start  buffering;
1182
-    /**
1183
-     * This is called before the info section html.
1184
-     *
1185
-     * @since 1.0.0
1186
-     */
1187
-    do_action('geodir_before_detail_page_more_info');
1188
-    if ($geodir_post_detail_fields = geodir_show_listing_info('detail')) {
1189
-        echo $geodir_post_detail_fields;
1190
-    }
1191
-    /**
1192
-     * This is called after the info section html.
1193
-     *
1194
-     * @since 1.0.0
1195
-     */
1196
-    do_action('geodir_after_detail_page_more_info');
1197
-
1198
-    $content_html = ob_get_clean();
1199
-    if (trim($content_html) != '')
1200
-        $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>';
1201
-    if ((int)get_option('geodir_disable_listing_info_section') != 1) {
1202
-        /**
1203
-         * Filter the output html for function geodir_detail_page_more_info().
1204
-         *
1205
-         * @since 1.0.0
1206
-         * @param string $content_html The output html of the geodir_detail_page_more_info() function.
1207
-         */
1208
-        echo $content_html = apply_filters('geodir_detail_page_more_info_html', $content_html);
1209
-    }
1181
+	ob_start(); // Start  buffering;
1182
+	/**
1183
+	 * This is called before the info section html.
1184
+	 *
1185
+	 * @since 1.0.0
1186
+	 */
1187
+	do_action('geodir_before_detail_page_more_info');
1188
+	if ($geodir_post_detail_fields = geodir_show_listing_info('detail')) {
1189
+		echo $geodir_post_detail_fields;
1190
+	}
1191
+	/**
1192
+	 * This is called after the info section html.
1193
+	 *
1194
+	 * @since 1.0.0
1195
+	 */
1196
+	do_action('geodir_after_detail_page_more_info');
1197
+
1198
+	$content_html = ob_get_clean();
1199
+	if (trim($content_html) != '')
1200
+		$content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>';
1201
+	if ((int)get_option('geodir_disable_listing_info_section') != 1) {
1202
+		/**
1203
+		 * Filter the output html for function geodir_detail_page_more_info().
1204
+		 *
1205
+		 * @since 1.0.0
1206
+		 * @param string $content_html The output html of the geodir_detail_page_more_info() function.
1207
+		 */
1208
+		echo $content_html = apply_filters('geodir_detail_page_more_info_html', $content_html);
1209
+	}
1210 1210
 }
1211 1211
 
1212 1212
 
@@ -1220,15 +1220,15 @@  discard block
 block discarded – undo
1220 1220
  */
1221 1221
 function geodir_localize_all_js_msg()
1222 1222
 {// check_ajax_referer function is used to make sure no files are uploaded remotely but it will fail if used between https and non https so we do the check below of the urls
1223
-    if (str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
1224
-        $ajax_url = admin_url('admin-ajax.php');
1225
-    } elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
1226
-        $ajax_url = admin_url('admin-ajax.php');
1227
-    } elseif (str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
1228
-        $ajax_url = str_replace("https", "http", admin_url('admin-ajax.php'));
1229
-    } elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
1230
-        $ajax_url = str_replace("http", "https", admin_url('admin-ajax.php'));
1231
-    }
1223
+	if (str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
1224
+		$ajax_url = admin_url('admin-ajax.php');
1225
+	} elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
1226
+		$ajax_url = admin_url('admin-ajax.php');
1227
+	} elseif (str_replace("https", "http", admin_url('admin-ajax.php')) && empty($_SERVER['HTTPS'])) {
1228
+		$ajax_url = str_replace("https", "http", admin_url('admin-ajax.php'));
1229
+	} elseif (!str_replace("https", "http", admin_url('admin-ajax.php')) && !empty($_SERVER['HTTPS'])) {
1230
+		$ajax_url = str_replace("http", "https", admin_url('admin-ajax.php'));
1231
+	}
1232 1232
 	
1233 1233
 	/**
1234 1234
 	 * Filter the allowed image type extensions for post images.
@@ -1238,60 +1238,60 @@  discard block
 block discarded – undo
1238 1238
 	 */
1239 1239
 	$allowed_img_types = apply_filters('geodir_allowed_post_image_exts', array('jpg', 'jpeg', 'jpe', 'gif', 'png'));
1240 1240
 	
1241
-    $default_marker_icon = get_option('geodir_default_marker_icon');
1242
-    $default_marker_size = geodir_get_marker_size($default_marker_icon, array('w' => 20, 'h' => 34));
1243
-    $default_marker_width = $default_marker_size['w'];
1244
-    $default_marker_height = $default_marker_size['h'];
1241
+	$default_marker_icon = get_option('geodir_default_marker_icon');
1242
+	$default_marker_size = geodir_get_marker_size($default_marker_icon, array('w' => 20, 'h' => 34));
1243
+	$default_marker_width = $default_marker_size['w'];
1244
+	$default_marker_height = $default_marker_size['h'];
1245 1245
     
1246
-    $arr_alert_msg = array(
1247
-        'geodir_plugin_url' => geodir_plugin_url(),
1248
-        'geodir_admin_ajax_url' => $ajax_url,
1249
-        'custom_field_not_blank_var' => __('HTML Variable Name must not be blank', 'geodirectory'),
1250
-        'custom_field_not_special_char' => __('Please do not use special character and spaces in HTML Variable Name.', 'geodirectory'),
1251
-        'custom_field_unique_name' => __('HTML Variable Name should be a unique name.', 'geodirectory'),
1252
-        'custom_field_delete' => __('Are you wish to delete this field?', 'geodirectory'),
1253
-        //start not show alert msg
1254
-        'tax_meta_class_succ_del_msg' => __('File has been successfully deleted.', 'geodirectory'),
1255
-        'tax_meta_class_not_permission_to_del_msg' => __('You do NOT have permission to delete this file.', 'geodirectory'),
1256
-        'tax_meta_class_order_save_msg' => __('Order saved!', 'geodirectory'),
1257
-        'tax_meta_class_not_permission_record_img_msg' => __('You do not have permission to reorder images.', 'geodirectory'),
1258
-        'address_not_found_on_map_msg' => __('Address not found for:', 'geodirectory'),
1259
-        // end not show alert msg
1260
-        'my_place_listing_del' => __('Are you sure you wish to delete this listing?', 'geodirectory'),
1261
-        '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'),
1262
-        //start not show alert msg
1263
-        'rating_error_msg' => __('Error : please retry', 'geodirectory'),
1264
-        'listing_url_prefix_msg' => __('Please enter listing url prefix', 'geodirectory'),
1265
-        'invalid_listing_prefix_msg' => __('Invalid character in listing url prefix', 'geodirectory'),
1266
-        'location_url_prefix_msg' => __('Please enter location url prefix', 'geodirectory'),
1267
-        'invalid_location_prefix_msg' => __('Invalid character in location url prefix', 'geodirectory'),
1268
-        'location_and_cat_url_separator_msg' => __('Please enter location and category url separator', 'geodirectory'),
1269
-        'invalid_char_and_cat_url_separator_msg' => __('Invalid character in location and category url separator', 'geodirectory'),
1270
-        'listing_det_url_separator_msg' => __('Please enter listing detail url separator', 'geodirectory'),
1271
-        'invalid_char_listing_det_url_separator_msg' => __('Invalid character in listing detail url separator', 'geodirectory'),
1272
-        'loading_listing_error_favorite' => __('Error loading listing.', 'geodirectory'),
1273
-        'geodir_field_id_required' => __('This field is required.', 'geodirectory'),
1274
-        'geodir_valid_email_address_msg' => __('Please enter valid email address.', 'geodirectory'),
1275
-        'geodir_default_marker_icon' => $default_marker_icon,
1276
-        'geodir_default_marker_w' => $default_marker_width,
1277
-        'geodir_default_marker_h' => $default_marker_height,
1278
-        'geodir_latitude_error_msg' => GEODIR_LATITUDE_ERROR_MSG,
1279
-        'geodir_longgitude_error_msg' => GEODIR_LOGNGITUDE_ERROR_MSG,
1280
-        'geodir_default_rating_star_icon' => get_option('geodir_default_rating_star_icon'),
1281
-        'gd_cmt_btn_post_reply' => __('Post Reply', 'geodirectory'),
1282
-        'gd_cmt_btn_reply_text' => __('Reply text', 'geodirectory'),
1283
-        'gd_cmt_btn_post_review' => __('Post Review', 'geodirectory'),
1284
-        'gd_cmt_btn_review_text' => __('Review text', 'geodirectory'),
1285
-        'gd_cmt_err_no_rating' => __("Please select star rating, you can't leave a review without stars.", 'geodirectory'),
1286
-        /* on/off dragging for phone devices */
1287
-        'geodir_onoff_dragging' => get_option('geodir_map_onoff_dragging') ? true : false,
1288
-        'geodir_is_mobile' => wp_is_mobile() ? true : false,
1289
-        'geodir_on_dragging_text' => __('Enable Dragging', 'geodirectory'),
1290
-        'geodir_off_dragging_text' => __('Disable Dragging', 'geodirectory'),
1291
-        'geodir_err_max_file_size' => __('File size error : You tried to upload a file over %s', 'geodirectory'),
1292
-        'geodir_err_file_upload_limit' => __('You have reached your upload limit of %s files.', 'geodirectory'),
1293
-        'geodir_err_pkg_upload_limit' => __('You may only upload %s files with this package, please try again.', 'geodirectory'),
1294
-        'geodir_action_remove' => __('Remove', 'geodirectory'),
1246
+	$arr_alert_msg = array(
1247
+		'geodir_plugin_url' => geodir_plugin_url(),
1248
+		'geodir_admin_ajax_url' => $ajax_url,
1249
+		'custom_field_not_blank_var' => __('HTML Variable Name must not be blank', 'geodirectory'),
1250
+		'custom_field_not_special_char' => __('Please do not use special character and spaces in HTML Variable Name.', 'geodirectory'),
1251
+		'custom_field_unique_name' => __('HTML Variable Name should be a unique name.', 'geodirectory'),
1252
+		'custom_field_delete' => __('Are you wish to delete this field?', 'geodirectory'),
1253
+		//start not show alert msg
1254
+		'tax_meta_class_succ_del_msg' => __('File has been successfully deleted.', 'geodirectory'),
1255
+		'tax_meta_class_not_permission_to_del_msg' => __('You do NOT have permission to delete this file.', 'geodirectory'),
1256
+		'tax_meta_class_order_save_msg' => __('Order saved!', 'geodirectory'),
1257
+		'tax_meta_class_not_permission_record_img_msg' => __('You do not have permission to reorder images.', 'geodirectory'),
1258
+		'address_not_found_on_map_msg' => __('Address not found for:', 'geodirectory'),
1259
+		// end not show alert msg
1260
+		'my_place_listing_del' => __('Are you sure you wish to delete this listing?', 'geodirectory'),
1261
+		'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'),
1262
+		//start not show alert msg
1263
+		'rating_error_msg' => __('Error : please retry', 'geodirectory'),
1264
+		'listing_url_prefix_msg' => __('Please enter listing url prefix', 'geodirectory'),
1265
+		'invalid_listing_prefix_msg' => __('Invalid character in listing url prefix', 'geodirectory'),
1266
+		'location_url_prefix_msg' => __('Please enter location url prefix', 'geodirectory'),
1267
+		'invalid_location_prefix_msg' => __('Invalid character in location url prefix', 'geodirectory'),
1268
+		'location_and_cat_url_separator_msg' => __('Please enter location and category url separator', 'geodirectory'),
1269
+		'invalid_char_and_cat_url_separator_msg' => __('Invalid character in location and category url separator', 'geodirectory'),
1270
+		'listing_det_url_separator_msg' => __('Please enter listing detail url separator', 'geodirectory'),
1271
+		'invalid_char_listing_det_url_separator_msg' => __('Invalid character in listing detail url separator', 'geodirectory'),
1272
+		'loading_listing_error_favorite' => __('Error loading listing.', 'geodirectory'),
1273
+		'geodir_field_id_required' => __('This field is required.', 'geodirectory'),
1274
+		'geodir_valid_email_address_msg' => __('Please enter valid email address.', 'geodirectory'),
1275
+		'geodir_default_marker_icon' => $default_marker_icon,
1276
+		'geodir_default_marker_w' => $default_marker_width,
1277
+		'geodir_default_marker_h' => $default_marker_height,
1278
+		'geodir_latitude_error_msg' => GEODIR_LATITUDE_ERROR_MSG,
1279
+		'geodir_longgitude_error_msg' => GEODIR_LOGNGITUDE_ERROR_MSG,
1280
+		'geodir_default_rating_star_icon' => get_option('geodir_default_rating_star_icon'),
1281
+		'gd_cmt_btn_post_reply' => __('Post Reply', 'geodirectory'),
1282
+		'gd_cmt_btn_reply_text' => __('Reply text', 'geodirectory'),
1283
+		'gd_cmt_btn_post_review' => __('Post Review', 'geodirectory'),
1284
+		'gd_cmt_btn_review_text' => __('Review text', 'geodirectory'),
1285
+		'gd_cmt_err_no_rating' => __("Please select star rating, you can't leave a review without stars.", 'geodirectory'),
1286
+		/* on/off dragging for phone devices */
1287
+		'geodir_onoff_dragging' => get_option('geodir_map_onoff_dragging') ? true : false,
1288
+		'geodir_is_mobile' => wp_is_mobile() ? true : false,
1289
+		'geodir_on_dragging_text' => __('Enable Dragging', 'geodirectory'),
1290
+		'geodir_off_dragging_text' => __('Disable Dragging', 'geodirectory'),
1291
+		'geodir_err_max_file_size' => __('File size error : You tried to upload a file over %s', 'geodirectory'),
1292
+		'geodir_err_file_upload_limit' => __('You have reached your upload limit of %s files.', 'geodirectory'),
1293
+		'geodir_err_pkg_upload_limit' => __('You may only upload %s files with this package, please try again.', 'geodirectory'),
1294
+		'geodir_action_remove' => __('Remove', 'geodirectory'),
1295 1295
 		'geodir_txt_all_files' => __('Allowed files', 'geodirectory'),
1296 1296
 		'geodir_err_file_type' => __('File type error. Allowed file types: %s', 'geodirectory'),
1297 1297
 		'gd_allowed_img_types' => !empty($allowed_img_types) ? implode(',', $allowed_img_types) : '',
@@ -1299,40 +1299,40 @@  discard block
 block discarded – undo
1299 1299
 		'geodir_txt_form_searching' => __('Searching...', 'geodirectory'),
1300 1300
 		'fa_rating' => (int)get_option('geodir_reviewrating_enable_font_awesome') == 1 ? 1 : '',
1301 1301
 		'reviewrating' => defined('GEODIRREVIEWRATING_VERSION') ? 1 : '',
1302
-        'multirating' => defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_rating') ? true : false,
1303
-        'geodir_map_name' => geodir_map_name(),
1304
-        'osmStart' => __('Start', 'geodirectory'),
1305
-        'osmVia' => __('Via {viaNumber}', 'geodirectory'),
1306
-        'osmEnd' => __('Enter Your Location', 'geodirectory'),
1307
-        'ga_delete_check' => __('Are you wish to Deauthorize and break Analytics?', 'geodirectory'),
1308
-        'geoMyLocation' => __('My Location', 'geodirectory'),
1309
-        'geoErrUNKNOWN_ERROR' => addslashes(__('Unable to find your location', 'geodirectory')),
1310
-        'geoErrPERMISSION_DENINED' => addslashes(__('Permission denied in finding your location', 'geodirectory')),
1311
-        'geoErrPOSITION_UNAVAILABLE' => addslashes(__('Your location is currently unknown', 'geodirectory')),
1312
-        'geoErrBREAK' => addslashes(__('Attempt to find location took too long', 'geodirectory')),
1313
-        'geoErrDEFAULT' => addslashes(__('Location detection not supported in browser', 'geodirectory')),
1314
-    );
1315
-
1316
-    /**
1317
-     * Filters the translated JS strings from function geodir_localize_all_js_msg().
1318
-     *
1319
-     * With this filter you can add, remove or change translated JS strings.
1320
-     * You should add your own translations to this if you are building an addon rather than adding another script block.
1321
-     *
1322
-     * @since 1.0.0
1323
-     */
1324
-    $arr_alert_msg = apply_filters('geodir_all_js_msg', $arr_alert_msg);
1325
-
1326
-    foreach ($arr_alert_msg as $key => $value) {
1327
-        if (!is_scalar($value))
1328
-            continue;
1329
-        $arr_alert_msg[$key] = html_entity_decode((string)$value, ENT_QUOTES, 'UTF-8');
1330
-    }
1302
+		'multirating' => defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_rating') ? true : false,
1303
+		'geodir_map_name' => geodir_map_name(),
1304
+		'osmStart' => __('Start', 'geodirectory'),
1305
+		'osmVia' => __('Via {viaNumber}', 'geodirectory'),
1306
+		'osmEnd' => __('Enter Your Location', 'geodirectory'),
1307
+		'ga_delete_check' => __('Are you wish to Deauthorize and break Analytics?', 'geodirectory'),
1308
+		'geoMyLocation' => __('My Location', 'geodirectory'),
1309
+		'geoErrUNKNOWN_ERROR' => addslashes(__('Unable to find your location', 'geodirectory')),
1310
+		'geoErrPERMISSION_DENINED' => addslashes(__('Permission denied in finding your location', 'geodirectory')),
1311
+		'geoErrPOSITION_UNAVAILABLE' => addslashes(__('Your location is currently unknown', 'geodirectory')),
1312
+		'geoErrBREAK' => addslashes(__('Attempt to find location took too long', 'geodirectory')),
1313
+		'geoErrDEFAULT' => addslashes(__('Location detection not supported in browser', 'geodirectory')),
1314
+	);
1315
+
1316
+	/**
1317
+	 * Filters the translated JS strings from function geodir_localize_all_js_msg().
1318
+	 *
1319
+	 * With this filter you can add, remove or change translated JS strings.
1320
+	 * You should add your own translations to this if you are building an addon rather than adding another script block.
1321
+	 *
1322
+	 * @since 1.0.0
1323
+	 */
1324
+	$arr_alert_msg = apply_filters('geodir_all_js_msg', $arr_alert_msg);
1325
+
1326
+	foreach ($arr_alert_msg as $key => $value) {
1327
+		if (!is_scalar($value))
1328
+			continue;
1329
+		$arr_alert_msg[$key] = html_entity_decode((string)$value, ENT_QUOTES, 'UTF-8');
1330
+	}
1331 1331
 
1332
-    $script = "var geodir_all_js_msg = " . json_encode($arr_alert_msg) . ';';
1333
-    echo '<script>';
1334
-    echo $script;
1335
-    echo '</script>';
1332
+	$script = "var geodir_all_js_msg = " . json_encode($arr_alert_msg) . ';';
1333
+	echo '<script>';
1334
+	echo $script;
1335
+	echo '</script>';
1336 1336
 }
1337 1337
 
1338 1338
 add_action('admin_bar_menu', 'geodir_admin_bar_site_menu', 31);
@@ -1348,11 +1348,11 @@  discard block
 block discarded – undo
1348 1348
  */
1349 1349
 function geodir_admin_bar_site_menu($wp_admin_bar)
1350 1350
 {
1351
-    if (get_option("geodir_installed")) {
1352
-        if (current_user_can('manage_options')) {
1353
-            $wp_admin_bar->add_menu(array('parent' => 'appearance', 'id' => 'geodirectory', 'title' => __('GeoDirectory', 'geodirectory'), 'href' => admin_url('?page=geodirectory')));
1354
-        }
1355
-    }
1351
+	if (get_option("geodir_installed")) {
1352
+		if (current_user_can('manage_options')) {
1353
+			$wp_admin_bar->add_menu(array('parent' => 'appearance', 'id' => 'geodirectory', 'title' => __('GeoDirectory', 'geodirectory'), 'href' => admin_url('?page=geodirectory')));
1354
+		}
1355
+	}
1356 1356
 }
1357 1357
 
1358 1358
 add_action('geodir_before_listing', 'geodir_display_sort_options'); /*function in custom_functions.php*/
@@ -1378,25 +1378,25 @@  discard block
 block discarded – undo
1378 1378
  */
1379 1379
 function geodir_store_sidebars()
1380 1380
 {
1381
-    global $geodir_sidebars;
1382
-    global $sidebars_widgets;
1383
-
1384
-    if (!is_array($sidebars_widgets))
1385
-        $sidebars_widgets = wp_get_sidebars_widgets();
1386
-    $geodir_old_sidebars = array();
1387
-
1388
-    if (is_array($geodir_sidebars)) {
1389
-        foreach ($geodir_sidebars as $val) {
1390
-            if (is_array($sidebars_widgets)) {
1391
-                if (array_key_exists($val, $sidebars_widgets))
1392
-                    $geodir_old_sidebars[$val] = $sidebars_widgets[$val];
1393
-                else
1394
-                    $geodir_old_sidebars[$val] = array();
1395
-            }
1396
-        }
1397
-    }
1398
-    update_option('geodir_sidebars', $geodir_old_sidebars);
1399
-    geodir_option_version_backup('geodir_sidebars');
1381
+	global $geodir_sidebars;
1382
+	global $sidebars_widgets;
1383
+
1384
+	if (!is_array($sidebars_widgets))
1385
+		$sidebars_widgets = wp_get_sidebars_widgets();
1386
+	$geodir_old_sidebars = array();
1387
+
1388
+	if (is_array($geodir_sidebars)) {
1389
+		foreach ($geodir_sidebars as $val) {
1390
+			if (is_array($sidebars_widgets)) {
1391
+				if (array_key_exists($val, $sidebars_widgets))
1392
+					$geodir_old_sidebars[$val] = $sidebars_widgets[$val];
1393
+				else
1394
+					$geodir_old_sidebars[$val] = array();
1395
+			}
1396
+		}
1397
+	}
1398
+	update_option('geodir_sidebars', $geodir_old_sidebars);
1399
+	geodir_option_version_backup('geodir_sidebars');
1400 1400
 
1401 1401
 }
1402 1402
 
@@ -1410,28 +1410,28 @@  discard block
 block discarded – undo
1410 1410
  */
1411 1411
 function geodir_restore_sidebars()
1412 1412
 {
1413
-    global $sidebars_widgets;
1414
-
1415
-    if (!is_array($sidebars_widgets))
1416
-        $sidebars_widgets = wp_get_sidebars_widgets();
1417
-
1418
-    if (is_array($sidebars_widgets)) {
1419
-        $geodir_old_sidebars = get_option('geodir_sidebars');
1420
-        if (is_array($geodir_old_sidebars)) {
1421
-            foreach ($geodir_old_sidebars as $key => $val) {
1422
-                if(0 === strpos($key, 'geodir_'))// if gd widget
1423
-                {
1424
-                    $sidebars_widgets[$key] = $geodir_old_sidebars[$key];
1425
-                }
1413
+	global $sidebars_widgets;
1426 1414
 
1415
+	if (!is_array($sidebars_widgets))
1416
+		$sidebars_widgets = wp_get_sidebars_widgets();
1427 1417
 
1428
-            }
1429
-        }
1418
+	if (is_array($sidebars_widgets)) {
1419
+		$geodir_old_sidebars = get_option('geodir_sidebars');
1420
+		if (is_array($geodir_old_sidebars)) {
1421
+			foreach ($geodir_old_sidebars as $key => $val) {
1422
+				if(0 === strpos($key, 'geodir_'))// if gd widget
1423
+				{
1424
+					$sidebars_widgets[$key] = $geodir_old_sidebars[$key];
1425
+				}
1430 1426
 
1431
-    }
1432 1427
 
1433
-    update_option('sidebars_widgets', $sidebars_widgets);
1434
-    update_option('geodir_sidebars', '');
1428
+			}
1429
+		}
1430
+
1431
+	}
1432
+
1433
+	update_option('sidebars_widgets', $sidebars_widgets);
1434
+	update_option('geodir_sidebars', '');
1435 1435
 }
1436 1436
 
1437 1437
 add_action('geodir_after_listing_post_gridview', 'geodir_after_listing_post_gridview');
@@ -1444,9 +1444,9 @@  discard block
 block discarded – undo
1444 1444
  */
1445 1445
 function geodir_after_listing_post_gridview()
1446 1446
 {
1447
-    global $gridview_columns;
1447
+	global $gridview_columns;
1448 1448
 
1449
-    $gridview_columns = '';
1449
+	$gridview_columns = '';
1450 1450
 
1451 1451
 }
1452 1452
 
@@ -1474,11 +1474,11 @@  discard block
 block discarded – undo
1474 1474
  */
1475 1475
 function so_handle_038($url, $original_url, $_context)
1476 1476
 {
1477
-    if (strstr($url, "maps.google.com/maps/api/js") !== false) {
1478
-        $url = str_replace("&#038;", "&amp;", $url); // or $url = $original_url
1479
-    }
1477
+	if (strstr($url, "maps.google.com/maps/api/js") !== false) {
1478
+		$url = str_replace("&#038;", "&amp;", $url); // or $url = $original_url
1479
+	}
1480 1480
 
1481
-    return $url;
1481
+	return $url;
1482 1482
 }
1483 1483
 
1484 1484
 
@@ -1494,34 +1494,34 @@  discard block
 block discarded – undo
1494 1494
 function geodir_after_main_form_fields() {
1495 1495
 	global $gd_session;
1496 1496
 	
1497
-    if (get_option('geodir_accept_term_condition')) {
1498
-        global $post;
1499
-        $term_condition = '';
1500
-        if (isset($_REQUEST['backandedit'])) {
1501
-            $post = (object)$gd_session->get('listing');
1502
-            $term_condition = isset($post->geodir_accept_term_condition) ? $post->geodir_accept_term_condition : '';
1503
-        }
1504
-
1505
-        ?>
1497
+	if (get_option('geodir_accept_term_condition')) {
1498
+		global $post;
1499
+		$term_condition = '';
1500
+		if (isset($_REQUEST['backandedit'])) {
1501
+			$post = (object)$gd_session->get('listing');
1502
+			$term_condition = isset($post->geodir_accept_term_condition) ? $post->geodir_accept_term_condition : '';
1503
+		}
1504
+
1505
+		?>
1506 1506
         <div id="geodir_accept_term_condition_row" class="required_field geodir_form_row clearfix">
1507 1507
             <label>&nbsp;</label>
1508 1508
 
1509 1509
             <div class="geodir_taxonomy_field" style="float:left; width:70%;">
1510 1510
 				<span style="display:block"> 
1511 1511
 				<input class="main_list_selecter" type="checkbox" <?php if ($term_condition == '1') {
1512
-                    echo 'checked="checked"';
1513
-                } ?> field_type="checkbox" name="geodir_accept_term_condition" id="geodir_accept_term_condition"
1512
+					echo 'checked="checked"';
1513
+				} ?> field_type="checkbox" name="geodir_accept_term_condition" id="geodir_accept_term_condition"
1514 1514
                        class="geodir_textfield" value="1"
1515 1515
                        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>
1516 1516
 				</span>
1517 1517
             </div>
1518 1518
             <span class="geodir_message_error"><?php if (isset($required_msg)) {
1519
-                    _e($required_msg, 'geodirectory');
1520
-                } ?></span>
1519
+					_e($required_msg, 'geodirectory');
1520
+				} ?></span>
1521 1521
         </div>
1522 1522
     <?php
1523 1523
 
1524
-    }
1524
+	}
1525 1525
 }
1526 1526
 
1527 1527
 
@@ -1546,42 +1546,42 @@  discard block
 block discarded – undo
1546 1546
  */
1547 1547
 function geodir_detail_page_tab_is_display($is_display, $tab)
1548 1548
 {
1549
-    global $post, $post_images, $video, $special_offers, $related_listing, $geodir_post_detail_fields;
1549
+	global $post, $post_images, $video, $special_offers, $related_listing, $geodir_post_detail_fields;
1550 1550
 
1551
-    if ($tab == 'post_profile') {
1552
-        /** This action is documented in geodirectory_template_actions.php */
1553
-        $desc_limit = apply_filters('geodir_description_field_desc_limit', '');
1551
+	if ($tab == 'post_profile') {
1552
+		/** This action is documented in geodirectory_template_actions.php */
1553
+		$desc_limit = apply_filters('geodir_description_field_desc_limit', '');
1554 1554
         
1555
-        if (!($desc_limit === '' || (int)$desc_limit > 0)) {
1556
-            $is_display = false;
1557
-        }
1558
-    }
1555
+		if (!($desc_limit === '' || (int)$desc_limit > 0)) {
1556
+			$is_display = false;
1557
+		}
1558
+	}
1559 1559
     
1560
-    if ($tab == 'post_info')
1561
-        $is_display = (!empty($geodir_post_detail_fields)) ? true : false;
1560
+	if ($tab == 'post_info')
1561
+		$is_display = (!empty($geodir_post_detail_fields)) ? true : false;
1562 1562
     
1563
-    if ($tab == 'post_images')
1564
-        $is_display = (!empty($post_images)) ? true : false;
1563
+	if ($tab == 'post_images')
1564
+		$is_display = (!empty($post_images)) ? true : false;
1565 1565
 
1566
-    if ($tab == 'post_video')
1567
-        $is_display = (!empty($video)) ? true : false;
1566
+	if ($tab == 'post_video')
1567
+		$is_display = (!empty($video)) ? true : false;
1568 1568
 
1569
-    if ($tab == 'special_offers')
1570
-        $is_display = (!empty($special_offers)) ? true : false;
1569
+	if ($tab == 'special_offers')
1570
+		$is_display = (!empty($special_offers)) ? true : false;
1571 1571
 
1572
-    if ($tab == 'reviews')
1573
-        $is_display = (geodir_is_page('detail')) ? true : false;
1572
+	if ($tab == 'reviews')
1573
+		$is_display = (geodir_is_page('detail')) ? true : false;
1574 1574
 
1575
-    if ($tab == 'related_listing') {
1576
-       $message = __('No listings found which match your selection.', 'geodirectory');
1575
+	if ($tab == 'related_listing') {
1576
+	   $message = __('No listings found which match your selection.', 'geodirectory');
1577 1577
        
1578
-       /** This action is documented in geodirectory-functions/template_functions.php */
1579
-       $message = apply_filters('geodir_message_listing_not_found', $message, 'listing-listview', false);
1578
+	   /** This action is documented in geodirectory-functions/template_functions.php */
1579
+	   $message = apply_filters('geodir_message_listing_not_found', $message, 'listing-listview', false);
1580 1580
        
1581
-       $is_display = ((strpos($related_listing, $message) !== false || $related_listing == '' || !geodir_is_page('detail'))) ? false : true;
1582
-    }
1581
+	   $is_display = ((strpos($related_listing, $message) !== false || $related_listing == '' || !geodir_is_page('detail'))) ? false : true;
1582
+	}
1583 1583
 
1584
-    return $is_display;
1584
+	return $is_display;
1585 1585
 }
1586 1586
 
1587 1587
 
@@ -1597,69 +1597,69 @@  discard block
 block discarded – undo
1597 1597
  * @global string $plugin_prefix Geodirectory plugin table prefix.
1598 1598
  */
1599 1599
 function geodir_changes_in_custom_fields_table() {
1600
-    global $wpdb, $plugin_prefix;
1600
+	global $wpdb, $plugin_prefix;
1601 1601
 	
1602 1602
 	// Remove unused virtual page
1603 1603
 	$listings_page_id = (int)get_option('geodir_listing_page');
1604 1604
 	if ($listings_page_id) {
1605 1605
 		$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')));
1606
-        delete_option('geodir_listing_page');
1606
+		delete_option('geodir_listing_page');
1607 1607
 	}
1608 1608
 
1609
-    if (!get_option('geodir_changes_in_custom_fields_table')) {
1610
-        $wpdb->query(
1611
-            $wpdb->prepare(
1612
-                "UPDATE " . GEODIR_CUSTOM_FIELDS_TABLE . " SET is_default=%s, is_admin=%s WHERE is_default=%s",
1613
-                array('1', '1', 'admin')
1614
-            )
1615
-        );
1609
+	if (!get_option('geodir_changes_in_custom_fields_table')) {
1610
+		$wpdb->query(
1611
+			$wpdb->prepare(
1612
+				"UPDATE " . GEODIR_CUSTOM_FIELDS_TABLE . " SET is_default=%s, is_admin=%s WHERE is_default=%s",
1613
+				array('1', '1', 'admin')
1614
+			)
1615
+		);
1616 1616
 
1617 1617
 
1618
-        /* --- terms meta value set --- */
1618
+		/* --- terms meta value set --- */
1619 1619
 
1620
-        update_option('geodir_default_marker_icon', geodir_plugin_url() . '/geodirectory-functions/map-functions/icons/pin.png');
1620
+		update_option('geodir_default_marker_icon', geodir_plugin_url() . '/geodirectory-functions/map-functions/icons/pin.png');
1621 1621
 
1622
-        $options_data = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "options WHERE option_name LIKE %s", array('%tax_meta_%')));
1622
+		$options_data = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "options WHERE option_name LIKE %s", array('%tax_meta_%')));
1623 1623
 
1624
-        if (!empty($options_data)) {
1624
+		if (!empty($options_data)) {
1625 1625
 
1626
-            foreach ($options_data as $optobj) {
1626
+			foreach ($options_data as $optobj) {
1627 1627
 
1628
-                $option_val = str_replace('tax_meta_', '', $optobj->option_name);
1628
+				$option_val = str_replace('tax_meta_', '', $optobj->option_name);
1629 1629
 
1630
-                $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)));
1630
+				$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)));
1631 1631
 
1632
-                if (!empty($taxonomies_data)) {
1632
+				if (!empty($taxonomies_data)) {
1633 1633
 
1634
-                    foreach ($taxonomies_data as $taxobj) {
1634
+					foreach ($taxonomies_data as $taxobj) {
1635 1635
 
1636
-                        $taxObject = get_taxonomy($taxobj->taxonomy);
1637
-                        $post_type = $taxObject->object_type[0];
1636
+						$taxObject = get_taxonomy($taxobj->taxonomy);
1637
+						$post_type = $taxObject->object_type[0];
1638 1638
 
1639
-                        $opt_value = 'tax_meta_' . $post_type . '_' . $option_val;
1639
+						$opt_value = 'tax_meta_' . $post_type . '_' . $option_val;
1640 1640
 
1641
-                        $duplicate_data = $wpdb->get_var($wpdb->prepare("SELECT option_id FROM " . $wpdb->prefix . "options WHERE option_name=%s", array('tax_meta_' . $option_val)));
1641
+						$duplicate_data = $wpdb->get_var($wpdb->prepare("SELECT option_id FROM " . $wpdb->prefix . "options WHERE option_name=%s", array('tax_meta_' . $option_val)));
1642 1642
 
1643
-                        if ($duplicate_data) {
1643
+						if ($duplicate_data) {
1644 1644
 
1645
-                            $wpdb->query($wpdb->prepare("UPDATE " . $wpdb->prefix . "options SET	option_name=%s WHERE option_id=%d", array($opt_value, $optobj->option_id)));
1645
+							$wpdb->query($wpdb->prepare("UPDATE " . $wpdb->prefix . "options SET	option_name=%s WHERE option_id=%d", array($opt_value, $optobj->option_id)));
1646 1646
 
1647
-                        } else {
1647
+						} else {
1648 1648
 
1649
-                            $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)));
1649
+							$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)));
1650 1650
 
1651
-                        }
1651
+						}
1652 1652
 
1653
-                    }
1653
+					}
1654 1654
 
1655
-                }
1655
+				}
1656 1656
 
1657
-            }
1658
-        }
1657
+			}
1658
+		}
1659 1659
 
1660
-        update_option('geodir_changes_in_custom_fields_table', '1');
1660
+		update_option('geodir_changes_in_custom_fields_table', '1');
1661 1661
 
1662
-    }
1662
+	}
1663 1663
 
1664 1664
 }
1665 1665
 
@@ -1678,24 +1678,24 @@  discard block
 block discarded – undo
1678 1678
 function geodir_location_slug_check($slug)
1679 1679
 {
1680 1680
 
1681
-    global $wpdb, $table_prefix;
1681
+	global $wpdb, $table_prefix;
1682 1682
 
1683
-    $slug_exists = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($slug)));
1683
+	$slug_exists = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($slug)));
1684 1684
 
1685
-    if ($slug_exists) {
1685
+	if ($slug_exists) {
1686 1686
 
1687
-        $suffix = 1;
1688
-        do {
1689
-            $alt_location_name = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix";
1690
-            $location_slug_check = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($alt_location_name)));
1691
-            $suffix++;
1692
-        } while ($location_slug_check && $suffix < 100);
1687
+		$suffix = 1;
1688
+		do {
1689
+			$alt_location_name = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix";
1690
+			$location_slug_check = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($alt_location_name)));
1691
+			$suffix++;
1692
+		} while ($location_slug_check && $suffix < 100);
1693 1693
 
1694
-        $slug = $alt_location_name;
1694
+		$slug = $alt_location_name;
1695 1695
 
1696
-    }
1696
+	}
1697 1697
 
1698
-    return $slug;
1698
+	return $slug;
1699 1699
 
1700 1700
 }
1701 1701
 
@@ -1720,42 +1720,42 @@  discard block
 block discarded – undo
1720 1720
 function geodir_update_term_slug($term_id, $tt_id, $taxonomy)
1721 1721
 {
1722 1722
 
1723
-    global $wpdb, $plugin_prefix, $table_prefix;
1723
+	global $wpdb, $plugin_prefix, $table_prefix;
1724 1724
 
1725
-    $tern_data = get_term_by('id', $term_id, $taxonomy);
1725
+	$tern_data = get_term_by('id', $term_id, $taxonomy);
1726 1726
 
1727
-    $slug = $tern_data->slug;
1727
+	$slug = $tern_data->slug;
1728 1728
 
1729
-    /**
1730
-     * Filter if a term slug exists.
1731
-     *
1732
-     * @since 1.0.0
1733
-     * @package GeoDirectory
1734
-     * @param bool $bool Default: false.
1735
-     * @param string $slug The term slug.
1736
-     * @param int $term_id The term ID.
1737
-     */
1738
-    $slug_exists = apply_filters('geodir_term_slug_is_exists', false, $slug, $term_id);
1729
+	/**
1730
+	 * Filter if a term slug exists.
1731
+	 *
1732
+	 * @since 1.0.0
1733
+	 * @package GeoDirectory
1734
+	 * @param bool $bool Default: false.
1735
+	 * @param string $slug The term slug.
1736
+	 * @param int $term_id The term ID.
1737
+	 */
1738
+	$slug_exists = apply_filters('geodir_term_slug_is_exists', false, $slug, $term_id);
1739 1739
 
1740
-    if ($slug_exists) {
1740
+	if ($slug_exists) {
1741 1741
 
1742
-        $suffix = 1;
1743
-        do {
1744
-            $new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix";
1742
+		$suffix = 1;
1743
+		do {
1744
+			$new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix";
1745 1745
 
1746
-            /** This action is documented in geodirectory_hooks_actions.php */
1747
-            $term_slug_check = apply_filters('geodir_term_slug_is_exists', false, $new_slug, $term_id);
1746
+			/** This action is documented in geodirectory_hooks_actions.php */
1747
+			$term_slug_check = apply_filters('geodir_term_slug_is_exists', false, $new_slug, $term_id);
1748 1748
 
1749
-            $suffix++;
1750
-        } while ($term_slug_check && $suffix < 100);
1749
+			$suffix++;
1750
+		} while ($term_slug_check && $suffix < 100);
1751 1751
 
1752
-        $slug = $new_slug;
1752
+		$slug = $new_slug;
1753 1753
 
1754
-        //wp_update_term( $term_id, $taxonomy, array('slug' => $slug) );
1754
+		//wp_update_term( $term_id, $taxonomy, array('slug' => $slug) );
1755 1755
 
1756
-        $wpdb->query($wpdb->prepare("UPDATE " . $table_prefix . "terms SET slug=%s WHERE term_id=%d", array($slug, $term_id)));
1756
+		$wpdb->query($wpdb->prepare("UPDATE " . $table_prefix . "terms SET slug=%s WHERE term_id=%d", array($slug, $term_id)));
1757 1757
 
1758
-    }
1758
+	}
1759 1759
 	
1760 1760
 	// Update tag in detail table.
1761 1761
 	$taxonomy_obj = get_taxonomy($taxonomy);
@@ -1796,21 +1796,21 @@  discard block
 block discarded – undo
1796 1796
 function geodir_term_slug_is_exists($slug_exists, $slug, $term_id)
1797 1797
 {
1798 1798
 
1799
-    global $wpdb, $table_prefix;
1799
+	global $wpdb, $table_prefix;
1800 1800
 
1801
-    $default_location = geodir_get_default_location();
1801
+	$default_location = geodir_get_default_location();
1802 1802
 
1803
-    $country_slug = $default_location->country_slug;
1804
-    $region_slug = $default_location->region_slug;
1805
-    $city_slug = $default_location->city_slug;
1803
+	$country_slug = $default_location->country_slug;
1804
+	$region_slug = $default_location->region_slug;
1805
+	$city_slug = $default_location->city_slug;
1806 1806
 
1807
-    if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug)
1808
-        return $slug_exists = true;
1807
+	if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug)
1808
+		return $slug_exists = true;
1809 1809
 
1810
-    if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id))))
1811
-        return $slug_exists = true;
1810
+	if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id))))
1811
+		return $slug_exists = true;
1812 1812
 
1813
-    return $slug_exists;
1813
+	return $slug_exists;
1814 1814
 }
1815 1815
 
1816 1816
 
@@ -1830,75 +1830,75 @@  discard block
 block discarded – undo
1830 1830
  */
1831 1831
 function geodir_custom_page_title($title = '', $sep = '')
1832 1832
 {
1833
-    global $wp;
1834
-    if ((class_exists('WPSEO_Frontend') || class_exists('All_in_One_SEO_Pack')) && !geodir_disable_yoast_seo_metas()) {
1835
-        return $title;
1836
-    }
1833
+	global $wp;
1834
+	if ((class_exists('WPSEO_Frontend') || class_exists('All_in_One_SEO_Pack')) && !geodir_disable_yoast_seo_metas()) {
1835
+		return $title;
1836
+	}
1837 1837
 
1838
-    if ($sep == '') {
1839
-        /**
1840
-         * Filter the page title separator.
1841
-         *
1842
-         * @since 1.0.0
1843
-         * @package GeoDirectory
1844
-         * @param string $sep The separator, default: `|`.
1845
-         */
1846
-        $sep = apply_filters('geodir_page_title_separator', '|');
1847
-    }
1838
+	if ($sep == '') {
1839
+		/**
1840
+		 * Filter the page title separator.
1841
+		 *
1842
+		 * @since 1.0.0
1843
+		 * @package GeoDirectory
1844
+		 * @param string $sep The separator, default: `|`.
1845
+		 */
1846
+		$sep = apply_filters('geodir_page_title_separator', '|');
1847
+	}
1848 1848
 
1849 1849
 
1850
-    $gd_page = '';
1851
-    if(geodir_is_page('home')){
1852
-        $gd_page = 'home';
1853
-        $title = (get_option('geodir_meta_title_homepage')) ? get_option('geodir_meta_title_homepage') : $title;
1854
-    }
1855
-    elseif(geodir_is_page('detail')){
1856
-        $gd_page = 'detail';
1857
-        $title = (get_option('geodir_meta_title_detail')) ? get_option('geodir_meta_title_detail') : $title;
1858
-    }
1859
-    elseif(geodir_is_page('pt')){
1860
-        $gd_page = 'pt';
1861
-        $title = (get_option('geodir_meta_title_pt')) ? get_option('geodir_meta_title_pt') : $title;
1862
-    }
1863
-    elseif(geodir_is_page('listing')){
1864
-        $gd_page = 'listing';
1865
-        $title = (get_option('geodir_meta_title_listing')) ? get_option('geodir_meta_title_listing') : $title;
1866
-    }
1867
-    elseif(geodir_is_page('location')){
1868
-        $gd_page = 'location';
1869
-        $title = (get_option('geodir_meta_title_location')) ? get_option('geodir_meta_title_location') : $title;
1870
-    }
1871
-    elseif(geodir_is_page('search')){
1872
-        $gd_page = 'search';
1873
-        $title = (get_option('geodir_meta_title_search')) ? get_option('geodir_meta_title_search') : $title;
1874
-    }
1875
-    elseif(geodir_is_page('add-listing')){
1876
-        $gd_page = 'add-listing';
1877
-        $title = (get_option('geodir_meta_title_add-listing')) ? get_option('geodir_meta_title_add-listing') : $title;
1878
-    }
1879
-    elseif(geodir_is_page('author')){
1880
-        $gd_page = 'author';
1881
-        $title = (get_option('geodir_meta_title_author')) ? get_option('geodir_meta_title_author') : $title;
1882
-    }
1883
-    elseif(geodir_is_page('login')){
1884
-        $gd_page = 'login';
1885
-        $title = (get_option('geodir_meta_title_login')) ? get_option('geodir_meta_title_login') : $title;
1886
-    }
1887
-    elseif(geodir_is_page('listing-success')){
1888
-        $gd_page = 'listing-success';
1889
-        $title = (get_option('geodir_meta_title_listing-success')) ? get_option('geodir_meta_title_listing-success') : $title;
1890
-    }
1850
+	$gd_page = '';
1851
+	if(geodir_is_page('home')){
1852
+		$gd_page = 'home';
1853
+		$title = (get_option('geodir_meta_title_homepage')) ? get_option('geodir_meta_title_homepage') : $title;
1854
+	}
1855
+	elseif(geodir_is_page('detail')){
1856
+		$gd_page = 'detail';
1857
+		$title = (get_option('geodir_meta_title_detail')) ? get_option('geodir_meta_title_detail') : $title;
1858
+	}
1859
+	elseif(geodir_is_page('pt')){
1860
+		$gd_page = 'pt';
1861
+		$title = (get_option('geodir_meta_title_pt')) ? get_option('geodir_meta_title_pt') : $title;
1862
+	}
1863
+	elseif(geodir_is_page('listing')){
1864
+		$gd_page = 'listing';
1865
+		$title = (get_option('geodir_meta_title_listing')) ? get_option('geodir_meta_title_listing') : $title;
1866
+	}
1867
+	elseif(geodir_is_page('location')){
1868
+		$gd_page = 'location';
1869
+		$title = (get_option('geodir_meta_title_location')) ? get_option('geodir_meta_title_location') : $title;
1870
+	}
1871
+	elseif(geodir_is_page('search')){
1872
+		$gd_page = 'search';
1873
+		$title = (get_option('geodir_meta_title_search')) ? get_option('geodir_meta_title_search') : $title;
1874
+	}
1875
+	elseif(geodir_is_page('add-listing')){
1876
+		$gd_page = 'add-listing';
1877
+		$title = (get_option('geodir_meta_title_add-listing')) ? get_option('geodir_meta_title_add-listing') : $title;
1878
+	}
1879
+	elseif(geodir_is_page('author')){
1880
+		$gd_page = 'author';
1881
+		$title = (get_option('geodir_meta_title_author')) ? get_option('geodir_meta_title_author') : $title;
1882
+	}
1883
+	elseif(geodir_is_page('login')){
1884
+		$gd_page = 'login';
1885
+		$title = (get_option('geodir_meta_title_login')) ? get_option('geodir_meta_title_login') : $title;
1886
+	}
1887
+	elseif(geodir_is_page('listing-success')){
1888
+		$gd_page = 'listing-success';
1889
+		$title = (get_option('geodir_meta_title_listing-success')) ? get_option('geodir_meta_title_listing-success') : $title;
1890
+	}
1891 1891
 
1892 1892
 
1893
-    /**
1894
-     * Filter page meta title to replace variables.
1895
-     *
1896
-     * @since 1.5.4
1897
-     * @param string $title The page title including variables.
1898
-     * @param string $gd_page The GeoDirectory page type if any.
1899
-     * @param string $sep The title separator symbol.
1900
-     */
1901
-    return apply_filters('geodir_seo_meta_title', __($title, 'geodirectory'), $gd_page, $sep);
1893
+	/**
1894
+	 * Filter page meta title to replace variables.
1895
+	 *
1896
+	 * @since 1.5.4
1897
+	 * @param string $title The page title including variables.
1898
+	 * @param string $gd_page The GeoDirectory page type if any.
1899
+	 * @param string $sep The title separator symbol.
1900
+	 */
1901
+	return apply_filters('geodir_seo_meta_title', __($title, 'geodirectory'), $gd_page, $sep);
1902 1902
 
1903 1903
 }
1904 1904
 
@@ -1914,36 +1914,36 @@  discard block
 block discarded – undo
1914 1914
 function geodir_set_post_attachment()
1915 1915
 {
1916 1916
 
1917
-    if (!get_option('geodir_set_post_attachments')) {
1917
+	if (!get_option('geodir_set_post_attachments')) {
1918 1918
 
1919
-        require_once(ABSPATH . 'wp-admin/includes/image.php');
1920
-        require_once(ABSPATH . 'wp-admin/includes/file.php');
1919
+		require_once(ABSPATH . 'wp-admin/includes/image.php');
1920
+		require_once(ABSPATH . 'wp-admin/includes/file.php');
1921 1921
 
1922
-        $all_postypes = geodir_get_posttypes();
1922
+		$all_postypes = geodir_get_posttypes();
1923 1923
 
1924
-        foreach($all_postypes as $post_type){
1925
-            $args = array(
1926
-                'posts_per_page' => -1,
1927
-                'post_type' => $post_type,
1928
-                'post_status' => 'publish');
1924
+		foreach($all_postypes as $post_type){
1925
+			$args = array(
1926
+				'posts_per_page' => -1,
1927
+				'post_type' => $post_type,
1928
+				'post_status' => 'publish');
1929 1929
 
1930
-            $posts_array = get_posts($args);
1930
+			$posts_array = get_posts($args);
1931 1931
 
1932
-            if (!empty($posts_array)) {
1932
+			if (!empty($posts_array)) {
1933 1933
 
1934
-                foreach ($posts_array as $post) {
1934
+				foreach ($posts_array as $post) {
1935 1935
 
1936
-                    geodir_set_wp_featured_image($post->ID);
1936
+					geodir_set_wp_featured_image($post->ID);
1937 1937
 
1938
-                }
1938
+				}
1939 1939
 
1940
-            }
1941
-        }
1940
+			}
1941
+		}
1942 1942
 
1943 1943
 
1944
-        update_option('geodir_set_post_attachments', '1');
1944
+		update_option('geodir_set_post_attachments', '1');
1945 1945
 
1946
-    }
1946
+	}
1947 1947
 
1948 1948
 }
1949 1949
 
@@ -1960,19 +1960,19 @@  discard block
 block discarded – undo
1960 1960
 function geodir_remove_url_seperator()
1961 1961
 {
1962 1962
 
1963
-    if (!get_option('geodir_remove_url_seperator')) {
1963
+	if (!get_option('geodir_remove_url_seperator')) {
1964 1964
 
1965
-        if (get_option('geodir_listingurl_separator'))
1966
-            delete_option('geodir_listingurl_separator');
1965
+		if (get_option('geodir_listingurl_separator'))
1966
+			delete_option('geodir_listingurl_separator');
1967 1967
 
1968
-        if (get_option('geodir_detailurl_separator'))
1969
-            delete_option('geodir_detailurl_separator');
1968
+		if (get_option('geodir_detailurl_separator'))
1969
+			delete_option('geodir_detailurl_separator');
1970 1970
 
1971
-        flush_rewrite_rules(false);
1971
+		flush_rewrite_rules(false);
1972 1972
 
1973
-        update_option('geodir_remove_url_seperator', '1');
1973
+		update_option('geodir_remove_url_seperator', '1');
1974 1974
 
1975
-    }
1975
+	}
1976 1976
 
1977 1977
 }
1978 1978
 
@@ -1988,19 +1988,19 @@  discard block
 block discarded – undo
1988 1988
  */
1989 1989
 function geodir_remove_url_seperator_form_permalink_settings($permalink_arr)
1990 1990
 {
1991
-    foreach ($permalink_arr as $key => $value) {
1991
+	foreach ($permalink_arr as $key => $value) {
1992 1992
 
1993
-        if ($value['id'] == 'geodir_listingurl_separator' || $value['id'] == 'geodir_detailurl_separator')
1994
-            unset($permalink_arr[$key]);
1993
+		if ($value['id'] == 'geodir_listingurl_separator' || $value['id'] == 'geodir_detailurl_separator')
1994
+			unset($permalink_arr[$key]);
1995 1995
 
1996
-    }
1996
+	}
1997 1997
 
1998
-    return $permalink_arr;
1998
+	return $permalink_arr;
1999 1999
 
2000 2000
 }
2001 2001
 
2002 2002
 if (!is_admin()) {
2003
-    add_filter('posts_results', 'geodir_set_status_draft_to_publish_for_own_post');
2003
+	add_filter('posts_results', 'geodir_set_status_draft_to_publish_for_own_post');
2004 2004
 }
2005 2005
 /**
2006 2006
  * Set status from draft to publish.
@@ -2013,16 +2013,16 @@  discard block
 block discarded – undo
2013 2013
  */
2014 2014
 function geodir_set_status_draft_to_publish_for_own_post($post)
2015 2015
 {
2016
-    $user_id = get_current_user_id();
2016
+	$user_id = get_current_user_id();
2017 2017
 
2018
-    if(!$user_id){return $post;}
2018
+	if(!$user_id){return $post;}
2019 2019
 
2020
-    $gd_post_types = geodir_get_posttypes();
2020
+	$gd_post_types = geodir_get_posttypes();
2021 2021
 
2022
-    if (!empty($post) && $post[0]->post_author == $user_id && in_array($post[0]->post_type, $gd_post_types) && !isset($_REQUEST['fl_builder'])) {
2023
-        $post[0]->post_status = 'publish';
2024
-    }
2025
-    return $post;
2022
+	if (!empty($post) && $post[0]->post_author == $user_id && in_array($post[0]->post_type, $gd_post_types) && !isset($_REQUEST['fl_builder'])) {
2023
+		$post[0]->post_status = 'publish';
2024
+	}
2025
+	return $post;
2026 2026
 }
2027 2027
 
2028 2028
 
@@ -2114,33 +2114,33 @@  discard block
 block discarded – undo
2114 2114
  */
2115 2115
 function geodir_detail_page_tab_headings_change($tabs_arr)
2116 2116
 {
2117
-    global $wpdb;
2117
+	global $wpdb;
2118 2118
 
2119
-    $post_type = geodir_get_current_posttype();
2119
+	$post_type = geodir_get_current_posttype();
2120 2120
 
2121
-    $all_postypes = geodir_get_posttypes();
2121
+	$all_postypes = geodir_get_posttypes();
2122 2122
 
2123
-    if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes)) {
2123
+	if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes)) {
2124 2124
 
2125
-        if (array_key_exists('post_video', $tabs_arr)) {
2125
+		if (array_key_exists('post_video', $tabs_arr)) {
2126 2126
 
2127
-            $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)));
2127
+			$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)));
2128 2128
 
2129
-            if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '')
2130
-                $tabs_arr['post_video']['heading_text'] = $field_title;
2131
-        }
2129
+			if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '')
2130
+				$tabs_arr['post_video']['heading_text'] = $field_title;
2131
+		}
2132 2132
 
2133
-        if (array_key_exists('special_offers', $tabs_arr)) {
2133
+		if (array_key_exists('special_offers', $tabs_arr)) {
2134 2134
 
2135
-            $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)));
2135
+			$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)));
2136 2136
 
2137
-            if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '')
2138
-                $tabs_arr['special_offers']['heading_text'] = $field_title;
2139
-        }
2137
+			if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '')
2138
+				$tabs_arr['special_offers']['heading_text'] = $field_title;
2139
+		}
2140 2140
 
2141
-    }
2141
+	}
2142 2142
 
2143
-    return $tabs_arr;
2143
+	return $tabs_arr;
2144 2144
 
2145 2145
 }
2146 2146
 
@@ -2153,10 +2153,10 @@  discard block
 block discarded – undo
2153 2153
  */
2154 2154
 function geodir_remove_template_redirect_actions()
2155 2155
 {
2156
-    if (geodir_is_page('login')){
2157
-        remove_all_actions('template_redirect');
2158
-        remove_action('init', 'avia_modify_front', 10);
2159
-    }
2156
+	if (geodir_is_page('login')){
2157
+		remove_all_actions('template_redirect');
2158
+		remove_action('init', 'avia_modify_front', 10);
2159
+	}
2160 2160
 }
2161 2161
 
2162 2162
 
@@ -2178,51 +2178,51 @@  discard block
 block discarded – undo
2178 2178
 function geodirectory_before_featured_image_delete($attachment_id)
2179 2179
 {
2180 2180
 
2181
-    global $wpdb, $plugin_prefix;
2181
+	global $wpdb, $plugin_prefix;
2182 2182
 
2183
-    $post_id = get_post_field('post_parent', $attachment_id);
2183
+	$post_id = get_post_field('post_parent', $attachment_id);
2184 2184
 
2185
-    $attachment_url = wp_get_attachment_url($attachment_id);
2185
+	$attachment_url = wp_get_attachment_url($attachment_id);
2186 2186
 
2187
-    if ($post_id > 0 && (isset($_REQUEST['action']) && $_REQUEST['action'] == 'delete')) {
2187
+	if ($post_id > 0 && (isset($_REQUEST['action']) && $_REQUEST['action'] == 'delete')) {
2188 2188
 
2189
-        $post_type = get_post_type($post_id);
2189
+		$post_type = get_post_type($post_id);
2190 2190
 
2191
-        $all_postypes = geodir_get_posttypes();
2191
+		$all_postypes = geodir_get_posttypes();
2192 2192
 
2193
-        if (!in_array($post_type, $all_postypes) || !is_admin())
2194
-            return false;
2193
+		if (!in_array($post_type, $all_postypes) || !is_admin())
2194
+			return false;
2195 2195
 
2196
-        $uploads = wp_upload_dir();
2196
+		$uploads = wp_upload_dir();
2197 2197
 
2198
-        $split_img_path = explode($uploads['baseurl'], $attachment_url);
2198
+		$split_img_path = explode($uploads['baseurl'], $attachment_url);
2199 2199
 
2200
-        $split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : '';
2200
+		$split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : '';
2201 2201
 
2202
-        $wpdb->query(
2203
-            $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d AND file=%s ",
2204
-                array($post_id, $split_img_file_path)
2205
-            )
2206
-        );
2202
+		$wpdb->query(
2203
+			$wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d AND file=%s ",
2204
+				array($post_id, $split_img_file_path)
2205
+			)
2206
+		);
2207 2207
 
2208
-        $attachment_data = $wpdb->get_row(
2209
-            $wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=%d",
2210
-                array($post_id)
2211
-            )
2212
-        );
2208
+		$attachment_data = $wpdb->get_row(
2209
+			$wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=%d",
2210
+				array($post_id)
2211
+			)
2212
+		);
2213 2213
 
2214
-        if (!empty($attachment_data)) {
2215
-            $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
2216
-        }
2214
+		if (!empty($attachment_data)) {
2215
+			$wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
2216
+		}
2217 2217
 
2218 2218
 
2219
-        $table_name = $plugin_prefix . $post_type . '_detail';
2219
+		$table_name = $plugin_prefix . $post_type . '_detail';
2220 2220
 
2221
-        $wpdb->query("UPDATE " . $table_name . " SET featured_image='' WHERE post_id =" . $post_id);
2221
+		$wpdb->query("UPDATE " . $table_name . " SET featured_image='' WHERE post_id =" . $post_id);
2222 2222
 
2223
-        geodir_set_wp_featured_image($post_id);
2223
+		geodir_set_wp_featured_image($post_id);
2224 2224
 
2225
-    }
2225
+	}
2226 2226
 
2227 2227
 }
2228 2228
 
@@ -2240,79 +2240,79 @@  discard block
 block discarded – undo
2240 2240
 function geodir_temp_set_post_attachment()
2241 2241
 {
2242 2242
 
2243
-    global $wpdb, $plugin_prefix;
2243
+	global $wpdb, $plugin_prefix;
2244 2244
 
2245
-    $all_postypes = geodir_get_posttypes();
2245
+	$all_postypes = geodir_get_posttypes();
2246 2246
 
2247
-    foreach ($all_postypes as $posttype) {
2247
+	foreach ($all_postypes as $posttype) {
2248 2248
 
2249
-        $tablename = $plugin_prefix . $posttype . '_detail';
2249
+		$tablename = $plugin_prefix . $posttype . '_detail';
2250 2250
 
2251
-        $get_post_data = $wpdb->get_results("SELECT post_id FROM " . $tablename);
2251
+		$get_post_data = $wpdb->get_results("SELECT post_id FROM " . $tablename);
2252 2252
 
2253
-        if (!empty($get_post_data)) {
2253
+		if (!empty($get_post_data)) {
2254 2254
 
2255
-            foreach ($get_post_data as $data) {
2255
+			foreach ($get_post_data as $data) {
2256 2256
 
2257
-                $post_id = $data->post_id;
2257
+				$post_id = $data->post_id;
2258 2258
 
2259
-                $attachment_data = $wpdb->get_results("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id =" . $post_id . " AND file!=''");
2259
+				$attachment_data = $wpdb->get_results("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id =" . $post_id . " AND file!=''");
2260 2260
 
2261
-                if (!empty($attachment_data)) {
2261
+				if (!empty($attachment_data)) {
2262 2262
 
2263
-                    foreach ($attachment_data as $attach) {
2263
+					foreach ($attachment_data as $attach) {
2264 2264
 
2265
-                        $file_info = pathinfo($attach->file);
2265
+						$file_info = pathinfo($attach->file);
2266 2266
 
2267
-                        $sub_dir = '';
2268
-                        if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
2269
-                            $sub_dir = stripslashes_deep($file_info['dirname']);
2267
+						$sub_dir = '';
2268
+						if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
2269
+							$sub_dir = stripslashes_deep($file_info['dirname']);
2270 2270
 
2271
-                        $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
2272
-                        $uploads_path = $uploads['basedir'];
2271
+						$uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
2272
+						$uploads_path = $uploads['basedir'];
2273 2273
 
2274
-                        $file_name = $file_info['basename'];
2274
+						$file_name = $file_info['basename'];
2275 2275
 
2276
-                        $img_arr['path'] = $uploads_path . $sub_dir . '/' . $file_name;
2276
+						$img_arr['path'] = $uploads_path . $sub_dir . '/' . $file_name;
2277 2277
 
2278
-                        if (!file_exists($img_arr['path'])) {
2278
+						if (!file_exists($img_arr['path'])) {
2279 2279
 
2280
-                            $wpdb->query("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE ID=" . $attach->ID);
2280
+							$wpdb->query("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE ID=" . $attach->ID);
2281 2281
 
2282
-                        }
2282
+						}
2283 2283
 
2284
-                    }
2284
+					}
2285 2285
 
2286
-                    $attachment_data = $wpdb->get_row("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=" . $post_id . " GROUP BY post_id");
2286
+					$attachment_data = $wpdb->get_row("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=" . $post_id . " GROUP BY post_id");
2287 2287
 
2288
-                    if (!empty($attachment_data)) {
2288
+					if (!empty($attachment_data)) {
2289 2289
 
2290
-                        if ($attachment_data->ID)
2291
-                            $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
2290
+						if ($attachment_data->ID)
2291
+							$wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
2292 2292
 
2293
-                    } else {
2293
+					} else {
2294 2294
 
2295
-                        if (has_post_thumbnail($post_id)) {
2295
+						if (has_post_thumbnail($post_id)) {
2296 2296
 
2297
-                            $post_thumbnail_id = get_post_thumbnail_id($post_id);
2297
+							$post_thumbnail_id = get_post_thumbnail_id($post_id);
2298 2298
 
2299
-                            wp_delete_attachment($post_thumbnail_id);
2299
+							wp_delete_attachment($post_thumbnail_id);
2300 2300
 
2301
-                        }
2301
+						}
2302 2302
 
2303
-                    }
2303
+					}
2304 2304
 
2305
-                    $wpdb->query("UPDATE " . $tablename . " SET featured_image='' WHERE post_id =" . $post_id);
2305
+					$wpdb->query("UPDATE " . $tablename . " SET featured_image='' WHERE post_id =" . $post_id);
2306 2306
 
2307
-                    geodir_set_wp_featured_image($post_id);
2307
+					geodir_set_wp_featured_image($post_id);
2308 2308
 
2309
-                }
2309
+				}
2310 2310
 
2311
-            }
2311
+			}
2312 2312
 
2313
-        }
2313
+		}
2314 2314
 
2315
-    }
2315
+	}
2316 2316
 
2317 2317
 }
2318 2318
 
@@ -2330,9 +2330,9 @@  discard block
 block discarded – undo
2330 2330
 function geodir_default_rating_star_icon()
2331 2331
 {
2332 2332
 
2333
-    if (!get_option('geodir_default_rating_star_icon')) {
2334
-        update_option('geodir_default_rating_star_icon', geodir_plugin_url() . '/geodirectory-assets/images/stars.png');
2335
-    }
2333
+	if (!get_option('geodir_default_rating_star_icon')) {
2334
+		update_option('geodir_default_rating_star_icon', geodir_plugin_url() . '/geodirectory-assets/images/stars.png');
2335
+	}
2336 2336
 
2337 2337
 }
2338 2338
 
@@ -2350,27 +2350,27 @@  discard block
 block discarded – undo
2350 2350
  */
2351 2351
 function geodir_user_post_listing_count($user_id=null)
2352 2352
 {
2353
-    global $wpdb, $plugin_prefix, $current_user;
2354
-    if(!$user_id){
2355
-        $user_id = $current_user->ID;
2356
-    }
2353
+	global $wpdb, $plugin_prefix, $current_user;
2354
+	if(!$user_id){
2355
+		$user_id = $current_user->ID;
2356
+	}
2357 2357
 
2358
-    $user_id = $current_user->ID;
2359
-    $all_postypes = geodir_get_posttypes();
2360
-    $all_posts = get_option('geodir_listing_link_user_dashboard');
2358
+	$user_id = $current_user->ID;
2359
+	$all_postypes = geodir_get_posttypes();
2360
+	$all_posts = get_option('geodir_listing_link_user_dashboard');
2361 2361
 
2362
-    $user_listing = array();
2363
-    if (is_array($all_posts) && !empty($all_posts)) {
2364
-        foreach ($all_posts as $ptype) {
2365
-            $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' )");
2362
+	$user_listing = array();
2363
+	if (is_array($all_posts) && !empty($all_posts)) {
2364
+		foreach ($all_posts as $ptype) {
2365
+			$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' )");
2366 2366
 
2367
-            if ($total_posts > 0) {
2368
-                $user_listing[$ptype] = $total_posts;
2369
-            }
2370
-        }
2371
-    }
2367
+			if ($total_posts > 0) {
2368
+				$user_listing[$ptype] = $total_posts;
2369
+			}
2370
+		}
2371
+	}
2372 2372
 
2373
-    return $user_listing;
2373
+	return $user_listing;
2374 2374
 }
2375 2375
 
2376 2376
 
@@ -2390,189 +2390,189 @@  discard block
 block discarded – undo
2390 2390
  */
2391 2391
 function geodir_detail_page_custom_field_tab($tabs_arr)
2392 2392
 {
2393
-    global $post;
2394
-
2395
-    $post_type = geodir_get_current_posttype();
2396
-    $all_postypes = geodir_get_posttypes();
2397
-
2398
-    if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes) && (geodir_is_page('detail') || geodir_is_page('preview'))) {
2399
-        $package_info = array();
2400
-        $package_info = geodir_post_package_info($package_info, $post);
2401
-        $post_package_id = !empty($package_info->pid) ? $package_info->pid : '';
2402
-        $fields_location = 'owntab';
2403
-
2404
-        $custom_fields = geodir_post_custom_fields($post_package_id, 'all', $post_type, $fields_location);
2405
-        //remove video and special offers if it is already set to show
2406
-        if(isset($tabs_arr['post_video']['is_display']) && $tabs_arr['post_video']['is_display']){
2407
-            $unset_video = true;
2408
-        }
2409
-
2410
-        if(isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']){
2411
-            $unset_special_offers = true;
2412
-        }
2413
-        if(isset($unset_video) || isset($unset_special_offers) && !empty($custom_fields)){
2414
-            foreach($custom_fields as $key => $custom_field){
2415
-                if($custom_field['name']=='geodir_video' && isset($unset_video)){
2416
-                    unset($custom_fields[$key]);
2417
-                }
2418
-                if($custom_field['name']=='geodir_special_offers' && isset($unset_special_offers)){
2419
-                    unset($custom_fields[$key]);
2420
-                }
2421
-            }
2422
-        }
2393
+	global $post;
2423 2394
 
2395
+	$post_type = geodir_get_current_posttype();
2396
+	$all_postypes = geodir_get_posttypes();
2424 2397
 
2425
-        if (!empty($custom_fields)) {
2426
-            $parse_custom_fields = array();
2427
-            foreach ($custom_fields as $field) {
2428
-                $field = stripslashes_deep($field); // strip slashes
2429
-                $type = $field;
2430
-                $field_name = $field['htmlvar_name'];
2431
-                if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
2432
-                    $post->{$field_name} = $_REQUEST[$field_name];
2433
-                }
2434
-
2435
-                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'))) {
2436
-                    if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
2437
-                        continue;
2438
-                    }
2398
+	if (!empty($tabs_arr) && $post_type != '' && in_array($post_type, $all_postypes) && (geodir_is_page('detail') || geodir_is_page('preview'))) {
2399
+		$package_info = array();
2400
+		$package_info = geodir_post_package_info($package_info, $post);
2401
+		$post_package_id = !empty($package_info->pid) ? $package_info->pid : '';
2402
+		$fields_location = 'owntab';
2439 2403
 
2440
-                    $parse_custom_fields[] = $field;
2441
-                }
2442
-            }
2443
-            $custom_fields = $parse_custom_fields;
2444
-        }
2445
-        //print_r($custom_fields);
2446
-        if (!empty($custom_fields)) {
2447
-
2448
-            global $field_set_start;
2404
+		$custom_fields = geodir_post_custom_fields($post_package_id, 'all', $post_type, $fields_location);
2405
+		//remove video and special offers if it is already set to show
2406
+		if(isset($tabs_arr['post_video']['is_display']) && $tabs_arr['post_video']['is_display']){
2407
+			$unset_video = true;
2408
+		}
2449 2409
 
2450
-            $post = stripslashes_deep($post); // strip slashes
2451
-            
2452
-            $field_set_start = 0;
2453
-            $fieldset_count = 0;
2454
-            $fieldset = '';
2455
-            $total_fields = count($custom_fields);
2456
-            $count_field = 0;
2457
-            $fieldset_arr = array();
2458
-            $i = 0;
2459
-            $geodir_post_info = isset($post->ID) && !empty($post->ID) ? geodir_get_post_info($post->ID) : NULL;
2460
-
2461
-            foreach ($custom_fields as $field) {
2462
-                $count_field++;
2463
-                $field_name = $field['htmlvar_name'];
2464
-                if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
2465
-                    $post->{$field_name} = $_REQUEST[$field_name];
2466
-                }
2410
+		if(isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']){
2411
+			$unset_special_offers = true;
2412
+		}
2413
+		if(isset($unset_video) || isset($unset_special_offers) && !empty($custom_fields)){
2414
+			foreach($custom_fields as $key => $custom_field){
2415
+				if($custom_field['name']=='geodir_video' && isset($unset_video)){
2416
+					unset($custom_fields[$key]);
2417
+				}
2418
+				if($custom_field['name']=='geodir_special_offers' && isset($unset_special_offers)){
2419
+					unset($custom_fields[$key]);
2420
+				}
2421
+			}
2422
+		}
2467 2423
 
2468
-                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'))) {
2469
-                    $label = $field['site_title'] != '' ? $field['site_title'] : $field['admin_title'];
2470
-                    $site_title = trim($field['site_title']);
2471
-                    $type = $field;
2472
-                    $variables_array = array();
2473 2424
 
2474
-                    if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
2475
-                        continue;
2476
-                    }
2425
+		if (!empty($custom_fields)) {
2426
+			$parse_custom_fields = array();
2427
+			foreach ($custom_fields as $field) {
2428
+				$field = stripslashes_deep($field); // strip slashes
2429
+				$type = $field;
2430
+				$field_name = $field['htmlvar_name'];
2431
+				if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
2432
+					$post->{$field_name} = $_REQUEST[$field_name];
2433
+				}
2477 2434
 
2478
-                    if ($type['type'] != 'fieldset') {
2479
-                        $i++;
2480
-                        $variables_array['post_id'] = $post->ID;
2481
-                        $variables_array['label'] = __($type['site_title'], 'geodirectory');
2482
-                        $variables_array['value'] = '';
2483
-                        $variables_array['value'] = $post->{$type['htmlvar_name']};
2484
-                    }else{
2485
-                        $i = 0;
2486
-                        $fieldset_count++;
2487
-                        $field_set_start = 1;
2488
-                        $fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_' . $fieldset_count;
2489
-                        $fieldset_arr[$fieldset_count]['label'] = $label;
2490
-                    }
2435
+				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'))) {
2436
+					if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
2437
+						continue;
2438
+					}
2491 2439
 
2440
+					$parse_custom_fields[] = $field;
2441
+				}
2442
+			}
2443
+			$custom_fields = $parse_custom_fields;
2444
+		}
2445
+		//print_r($custom_fields);
2446
+		if (!empty($custom_fields)) {
2492 2447
 
2493
-                    if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
2494
-                    $type = stripslashes_deep($type); // strip slashes
2495
-                    if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
2496
-                    $html = '';
2497
-                    $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : '';
2498
-                    if($html_var=='post'){$html_var='post_address';}
2499
-                    $field_icon = geodir_field_icon_proccess($type);
2500
-                    $filed_type = $type['type'];
2501
-
2502
-                    /**
2503
-                     * Filter the output for custom fields.
2504
-                     *
2505
-                     * Here we can remove or add new functions depending on the field type.
2506
-                     *
2507
-                     * @param string $html The html to be filtered (blank).
2508
-                     * @param string $fields_location The location the field is to be show.
2509
-                     * @param array $type The array of field values.
2510
-                     */
2511
-                    $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
2512
-
2513
-
2514
-                    /**
2515
-                     * Filter custom field output in tab.
2516
-                     *
2517
-                     * @since 1.5.6
2518
-                     *
2519
-                     * @param string $html_var The HTML variable name for the field.
2520
-                     * @param string $html Custom field unfiltered HTML.
2521
-                     * @param array $variables_array Custom field variables array.
2522
-                     */
2523
-                    $html = apply_filters("geodir_tab_show_{$html_var}", $html, $variables_array);
2524
-
2525
-                    $fieldset_html = '';
2526
-                    if ($field_set_start == 1) {
2527
-                        $add_html = false;
2528
-                        if ($type['type'] == 'fieldset' && $fieldset_count > 1) {
2529
-                            if ($fieldset != '') {
2530
-                                $add_html = true;
2531
-                                $label = $fieldset_arr[$fieldset_count - 1]['label'];
2532
-                                $htmlvar_name = $fieldset_arr[$fieldset_count - 1]['htmlvar_name'];
2533
-                            }
2534
-                            $fieldset_html = $fieldset;
2535
-                            $fieldset = '';
2536
-                        } else {
2537
-                            $fieldset .= $html;
2538
-                            if ($total_fields == $count_field && $fieldset != '') {
2539
-                                $add_html = true;
2540
-                                $label = $fieldset_arr[$fieldset_count]['label'];
2541
-                                $htmlvar_name = $fieldset_arr[$fieldset_count]['htmlvar_name'];
2542
-                                $fieldset_html = $fieldset;
2543
-                            }
2544
-                        }
2448
+			global $field_set_start;
2545 2449
 
2546
-                        if ($add_html) {
2547
-                            $tabs_arr[$htmlvar_name] = array(
2548
-                                'heading_text' => __($label, 'geodirectory'),
2549
-                                'is_active_tab' => false,
2550
-                                /**
2551
-                                 * Filter if a custom field should be displayed on the details page tab.
2552
-                                 *
2553
-                                 * @since 1.0.0
2554
-                                 * @param string $htmlvar_name The field HTML var name.
2555
-                                 */
2556
-                                'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $htmlvar_name),
2557
-                                'tab_content' => '<div class="geodir-company_info field-group xxx">' . $fieldset_html . '</div>'
2558
-                            );
2559
-                        }
2560
-                    } else {
2561
-                        if ($html != '') {
2562
-                            $tabs_arr[$html_var] = array(
2563
-                                'heading_text' => __($label, 'geodirectory'),
2564
-                                'is_active_tab' => false,
2565
-                                /** This action is documented in geodirectory_hooks_actions.php */
2566
-                                'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $field['htmlvar_name']),
2567
-                                'tab_content' => $html
2568
-                            );
2569
-                        }
2570
-                    }
2571
-                }
2572
-            }
2573
-        }
2574
-    }
2575
-    return $tabs_arr;
2450
+			$post = stripslashes_deep($post); // strip slashes
2451
+            
2452
+			$field_set_start = 0;
2453
+			$fieldset_count = 0;
2454
+			$fieldset = '';
2455
+			$total_fields = count($custom_fields);
2456
+			$count_field = 0;
2457
+			$fieldset_arr = array();
2458
+			$i = 0;
2459
+			$geodir_post_info = isset($post->ID) && !empty($post->ID) ? geodir_get_post_info($post->ID) : NULL;
2460
+
2461
+			foreach ($custom_fields as $field) {
2462
+				$count_field++;
2463
+				$field_name = $field['htmlvar_name'];
2464
+				if (empty($geodir_post_info) && geodir_is_page('preview') && $field_name != '' && !isset($post->{$field_name}) && isset($_REQUEST[$field_name])) {
2465
+					$post->{$field_name} = $_REQUEST[$field_name];
2466
+				}
2467
+
2468
+				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'))) {
2469
+					$label = $field['site_title'] != '' ? $field['site_title'] : $field['admin_title'];
2470
+					$site_title = trim($field['site_title']);
2471
+					$type = $field;
2472
+					$variables_array = array();
2473
+
2474
+					if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
2475
+						continue;
2476
+					}
2477
+
2478
+					if ($type['type'] != 'fieldset') {
2479
+						$i++;
2480
+						$variables_array['post_id'] = $post->ID;
2481
+						$variables_array['label'] = __($type['site_title'], 'geodirectory');
2482
+						$variables_array['value'] = '';
2483
+						$variables_array['value'] = $post->{$type['htmlvar_name']};
2484
+					}else{
2485
+						$i = 0;
2486
+						$fieldset_count++;
2487
+						$field_set_start = 1;
2488
+						$fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_' . $fieldset_count;
2489
+						$fieldset_arr[$fieldset_count]['label'] = $label;
2490
+					}
2491
+
2492
+
2493
+					if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
2494
+					$type = stripslashes_deep($type); // strip slashes
2495
+					if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
2496
+					$html = '';
2497
+					$html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : '';
2498
+					if($html_var=='post'){$html_var='post_address';}
2499
+					$field_icon = geodir_field_icon_proccess($type);
2500
+					$filed_type = $type['type'];
2501
+
2502
+					/**
2503
+					 * Filter the output for custom fields.
2504
+					 *
2505
+					 * Here we can remove or add new functions depending on the field type.
2506
+					 *
2507
+					 * @param string $html The html to be filtered (blank).
2508
+					 * @param string $fields_location The location the field is to be show.
2509
+					 * @param array $type The array of field values.
2510
+					 */
2511
+					$html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
2512
+
2513
+
2514
+					/**
2515
+					 * Filter custom field output in tab.
2516
+					 *
2517
+					 * @since 1.5.6
2518
+					 *
2519
+					 * @param string $html_var The HTML variable name for the field.
2520
+					 * @param string $html Custom field unfiltered HTML.
2521
+					 * @param array $variables_array Custom field variables array.
2522
+					 */
2523
+					$html = apply_filters("geodir_tab_show_{$html_var}", $html, $variables_array);
2524
+
2525
+					$fieldset_html = '';
2526
+					if ($field_set_start == 1) {
2527
+						$add_html = false;
2528
+						if ($type['type'] == 'fieldset' && $fieldset_count > 1) {
2529
+							if ($fieldset != '') {
2530
+								$add_html = true;
2531
+								$label = $fieldset_arr[$fieldset_count - 1]['label'];
2532
+								$htmlvar_name = $fieldset_arr[$fieldset_count - 1]['htmlvar_name'];
2533
+							}
2534
+							$fieldset_html = $fieldset;
2535
+							$fieldset = '';
2536
+						} else {
2537
+							$fieldset .= $html;
2538
+							if ($total_fields == $count_field && $fieldset != '') {
2539
+								$add_html = true;
2540
+								$label = $fieldset_arr[$fieldset_count]['label'];
2541
+								$htmlvar_name = $fieldset_arr[$fieldset_count]['htmlvar_name'];
2542
+								$fieldset_html = $fieldset;
2543
+							}
2544
+						}
2545
+
2546
+						if ($add_html) {
2547
+							$tabs_arr[$htmlvar_name] = array(
2548
+								'heading_text' => __($label, 'geodirectory'),
2549
+								'is_active_tab' => false,
2550
+								/**
2551
+								 * Filter if a custom field should be displayed on the details page tab.
2552
+								 *
2553
+								 * @since 1.0.0
2554
+								 * @param string $htmlvar_name The field HTML var name.
2555
+								 */
2556
+								'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $htmlvar_name),
2557
+								'tab_content' => '<div class="geodir-company_info field-group xxx">' . $fieldset_html . '</div>'
2558
+							);
2559
+						}
2560
+					} else {
2561
+						if ($html != '') {
2562
+							$tabs_arr[$html_var] = array(
2563
+								'heading_text' => __($label, 'geodirectory'),
2564
+								'is_active_tab' => false,
2565
+								/** This action is documented in geodirectory_hooks_actions.php */
2566
+								'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $field['htmlvar_name']),
2567
+								'tab_content' => $html
2568
+							);
2569
+						}
2570
+					}
2571
+				}
2572
+			}
2573
+		}
2574
+	}
2575
+	return $tabs_arr;
2576 2576
 }
2577 2577
 
2578 2578
 /* display add listing page for wpml */
@@ -2596,39 +2596,39 @@  discard block
 block discarded – undo
2596 2596
  */
2597 2597
 function geodir_add_post_status_author_page()
2598 2598
 {
2599
-    global $wpdb, $post;
2600
-
2601
-    $html = '';
2602
-    if (get_current_user_id()) {
2603
-
2604
-        $is_author_page = apply_filters('geodir_post_status_is_author_page', geodir_is_page('author'));
2605
-        if ($is_author_page && !empty($post) && isset($post->post_author) && $post->post_author == get_current_user_id()) {
2606
-
2607
-            // 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.
2608
-            $real_status = $wpdb->get_var("SELECT post_status from $wpdb->posts WHERE ID=$post->ID");
2609
-            $status = "<strong>(";
2610
-            $status_icon = '<i class="fa fa-play"></i>';
2611
-            if ($real_status == 'publish') {
2612
-                $status .= __('Published', 'geodirectory');
2613
-            } else {
2614
-                $status .= __('Not published', 'geodirectory');
2615
-                $status_icon = '<i class="fa fa-pause"></i>';
2616
-            }
2617
-            $status .= ")</strong>";
2599
+	global $wpdb, $post;
2600
+
2601
+	$html = '';
2602
+	if (get_current_user_id()) {
2603
+
2604
+		$is_author_page = apply_filters('geodir_post_status_is_author_page', geodir_is_page('author'));
2605
+		if ($is_author_page && !empty($post) && isset($post->post_author) && $post->post_author == get_current_user_id()) {
2606
+
2607
+			// 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.
2608
+			$real_status = $wpdb->get_var("SELECT post_status from $wpdb->posts WHERE ID=$post->ID");
2609
+			$status = "<strong>(";
2610
+			$status_icon = '<i class="fa fa-play"></i>';
2611
+			if ($real_status == 'publish') {
2612
+				$status .= __('Published', 'geodirectory');
2613
+			} else {
2614
+				$status .= __('Not published', 'geodirectory');
2615
+				$status_icon = '<i class="fa fa-pause"></i>';
2616
+			}
2617
+			$status .= ")</strong>";
2618 2618
 
2619
-            $html = '<span class="geodir-post-status">' . $status_icon . ' <font class="geodir-status-label">' . __('Status: ', 'geodirectory') . '</font>' . $status . '</span>';
2620
-        }
2621
-    }
2619
+			$html = '<span class="geodir-post-status">' . $status_icon . ' <font class="geodir-status-label">' . __('Status: ', 'geodirectory') . '</font>' . $status . '</span>';
2620
+		}
2621
+	}
2622 2622
 
2623
-    if ($html != '') {
2624
-        /**
2625
-         * Filter the post status text on the author page.
2626
-         *
2627
-         * @since 1.0.0
2628
-         * @param string $html The HTML of the status.
2629
-         */
2630
-        echo apply_filters('geodir_filter_status_text_on_author_page', $html);
2631
-    }
2623
+	if ($html != '') {
2624
+		/**
2625
+		 * Filter the post status text on the author page.
2626
+		 *
2627
+		 * @since 1.0.0
2628
+		 * @param string $html The HTML of the status.
2629
+		 */
2630
+		echo apply_filters('geodir_filter_status_text_on_author_page', $html);
2631
+	}
2632 2632
 
2633 2633
 
2634 2634
 }
@@ -2642,9 +2642,9 @@  discard block
 block discarded – undo
2642 2642
  * @package GeoDirectory
2643 2643
  */
2644 2644
 function geodir_init_no_rating() {
2645
-    if (geodir_rating_disabled_post_types()) {
2646
-        add_filter('geodir_get_sort_options', 'geodir_no_rating_get_sort_options', 100, 2);
2647
-    }
2645
+	if (geodir_rating_disabled_post_types()) {
2646
+		add_filter('geodir_get_sort_options', 'geodir_no_rating_get_sort_options', 100, 2);
2647
+	}
2648 2648
 }
2649 2649
 
2650 2650
 /**
@@ -2658,22 +2658,22 @@  discard block
 block discarded – undo
2658 2658
  * @return array Modified sort options array.
2659 2659
  */
2660 2660
 function geodir_no_rating_get_sort_options($options, $post_type = '') {
2661
-    if (!empty($post_type) && geodir_cpt_has_rating_disabled($post_type)) {
2662
-        $new_options = array();
2661
+	if (!empty($post_type) && geodir_cpt_has_rating_disabled($post_type)) {
2662
+		$new_options = array();
2663 2663
         
2664
-        if (!empty($options)) {
2665
-            foreach ($options as $option) {
2666
-                if (is_object($option) && isset($option->htmlvar_name) && $option->htmlvar_name == 'overall_rating') {
2667
-                    continue;
2668
-                }
2669
-                $new_options[] = $option;
2670
-            }
2664
+		if (!empty($options)) {
2665
+			foreach ($options as $option) {
2666
+				if (is_object($option) && isset($option->htmlvar_name) && $option->htmlvar_name == 'overall_rating') {
2667
+					continue;
2668
+				}
2669
+				$new_options[] = $option;
2670
+			}
2671 2671
 
2672
-            $options = $new_options;
2673
-        }
2674
-    }
2672
+			$options = $new_options;
2673
+		}
2674
+	}
2675 2675
 
2676
-    return $options;
2676
+	return $options;
2677 2677
 }
2678 2678
 
2679 2679
 /**
@@ -2685,9 +2685,9 @@  discard block
 block discarded – undo
2685 2685
  * @return array Modified class array.
2686 2686
  */
2687 2687
 function geodir_body_class_active_map($classes = array()) {
2688
-    $classes[] = 'gd-map-' . geodir_map_name();
2688
+	$classes[] = 'gd-map-' . geodir_map_name();
2689 2689
 
2690
-    return $classes;
2690
+	return $classes;
2691 2691
 }
2692 2692
 add_filter('body_class', 'geodir_body_class_active_map', 100);
2693 2693
 
@@ -2700,9 +2700,9 @@  discard block
 block discarded – undo
2700 2700
  * @return string Modified class string.
2701 2701
  */
2702 2702
 function geodir_admin_body_class_active_map($class = '') {    
2703
-    $class .= ' gd-map-' . geodir_map_name();
2703
+	$class .= ' gd-map-' . geodir_map_name();
2704 2704
 
2705
-    return $class;
2705
+	return $class;
2706 2706
 }
2707 2707
 add_filter('admin_body_class', 'geodir_admin_body_class_active_map', 100);
2708 2708
 
@@ -2720,36 +2720,36 @@  discard block
 block discarded – undo
2720 2720
  * @return array Translation texts.
2721 2721
  */
2722 2722
 function geodir_load_gd_options_text_translation($translation_texts = array()) {
2723
-    $translation_texts = !empty( $translation_texts ) && is_array( $translation_texts ) ? $translation_texts : array();
2724
-
2725
-    $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');
2726
-
2727
-    /**
2728
-     * Filters the geodirectory option names that requires to add for translation.
2729
-     *
2730
-     * @since 1.5.7
2731
-     * @package GeoDirectory
2732
-     *
2733
-     * @param  array $gd_options Array of option names.
2734
-     */
2735
-    $gd_options = apply_filters('geodir_gd_options_for_translation', $gd_options);
2736
-    $gd_options = array_unique($gd_options);
2737
-
2738
-    if (!empty($gd_options)) {
2739
-        foreach ($gd_options as $gd_option) {
2740
-            if ($gd_option != '' && $option_value = get_option($gd_option)) {
2741
-                $option_value = is_string($option_value) ? stripslashes_deep($option_value) : '';
2723
+	$translation_texts = !empty( $translation_texts ) && is_array( $translation_texts ) ? $translation_texts : array();
2724
+
2725
+	$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');
2726
+
2727
+	/**
2728
+	 * Filters the geodirectory option names that requires to add for translation.
2729
+	 *
2730
+	 * @since 1.5.7
2731
+	 * @package GeoDirectory
2732
+	 *
2733
+	 * @param  array $gd_options Array of option names.
2734
+	 */
2735
+	$gd_options = apply_filters('geodir_gd_options_for_translation', $gd_options);
2736
+	$gd_options = array_unique($gd_options);
2737
+
2738
+	if (!empty($gd_options)) {
2739
+		foreach ($gd_options as $gd_option) {
2740
+			if ($gd_option != '' && $option_value = get_option($gd_option)) {
2741
+				$option_value = is_string($option_value) ? stripslashes_deep($option_value) : '';
2742 2742
                 
2743
-                if ($option_value != '' && !in_array($option_value, $translation_texts)) {
2744
-                    $translation_texts[] = stripslashes_deep($option_value);
2745
-                }
2746
-            }
2747
-        }
2748
-    }
2743
+				if ($option_value != '' && !in_array($option_value, $translation_texts)) {
2744
+					$translation_texts[] = stripslashes_deep($option_value);
2745
+				}
2746
+			}
2747
+		}
2748
+	}
2749 2749
 
2750
-    $translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts;
2750
+	$translation_texts = !empty($translation_texts) ? array_unique($translation_texts) : $translation_texts;
2751 2751
 
2752
-    return $translation_texts;
2752
+	return $translation_texts;
2753 2753
 }
2754 2754
 
2755 2755
 add_filter('geodir_load_db_language', 'geodir_load_gd_options_text_translation');
@@ -2763,15 +2763,15 @@  discard block
 block discarded – undo
2763 2763
 
2764 2764
 add_filter('get_comments_link', 'gd_get_comments_link', 10, 2);
2765 2765
 function gd_get_comments_link($comments_link, $post_id) {
2766
-    $post_type = get_post_type($post_id);
2766
+	$post_type = get_post_type($post_id);
2767 2767
 
2768
-    $all_postypes = geodir_get_posttypes();
2769
-    if (in_array($post_type, $all_postypes)) {
2770
-        $comments_link = str_replace('#comments', '#reviews', $comments_link);
2771
-        $comments_link = str_replace('#respond', '#reviews', $comments_link);
2772
-    }
2768
+	$all_postypes = geodir_get_posttypes();
2769
+	if (in_array($post_type, $all_postypes)) {
2770
+		$comments_link = str_replace('#comments', '#reviews', $comments_link);
2771
+		$comments_link = str_replace('#respond', '#reviews', $comments_link);
2772
+	}
2773 2773
 
2774
-    return $comments_link;
2774
+	return $comments_link;
2775 2775
 }
2776 2776
 
2777 2777
 
@@ -2789,11 +2789,11 @@  discard block
 block discarded – undo
2789 2789
 function geodir_add_nav_menu_class( $args )
2790 2790
 {
2791 2791
 
2792
-        if(isset($args['menu_class'])){
2793
-            $args['menu_class'] = $args['menu_class']." gd-menu-z";
2794
-        }
2792
+		if(isset($args['menu_class'])){
2793
+			$args['menu_class'] = $args['menu_class']." gd-menu-z";
2794
+		}
2795 2795
     
2796
-    return $args;
2796
+	return $args;
2797 2797
 }
2798 2798
 
2799 2799
 add_filter( 'wp_nav_menu_args', 'geodir_add_nav_menu_class' );
@@ -2810,15 +2810,15 @@  discard block
 block discarded – undo
2810 2810
  * @return string Filtered locale ID.
2811 2811
  */
2812 2812
 function geodir_wpml_filter_locale($locale) {
2813
-    global $sitepress;
2813
+	global $sitepress;
2814 2814
     
2815
-    $post_type = !empty($_REQUEST['post_type']) ? $_REQUEST['post_type'] : (!empty($_REQUEST['post']) ? get_post_type($_REQUEST['post']) : '');
2815
+	$post_type = !empty($_REQUEST['post_type']) ? $_REQUEST['post_type'] : (!empty($_REQUEST['post']) ? get_post_type($_REQUEST['post']) : '');
2816 2816
     
2817
-    if (!empty($sitepress) && $sitepress->is_post_edit_screen() && $post_type && in_array($post_type, geodir_get_posttypes()) && $current_lang = $sitepress->get_current_language()) {
2818
-        $locale = $sitepress->get_locale($current_lang);
2819
-    }
2817
+	if (!empty($sitepress) && $sitepress->is_post_edit_screen() && $post_type && in_array($post_type, geodir_get_posttypes()) && $current_lang = $sitepress->get_current_language()) {
2818
+		$locale = $sitepress->get_locale($current_lang);
2819
+	}
2820 2820
     
2821
-    return $locale;
2821
+	return $locale;
2822 2822
 }
2823 2823
 
2824 2824
 /**
@@ -2828,16 +2828,16 @@  discard block
 block discarded – undo
2828 2828
  * @package GeoDirectory
2829 2829
  */
2830 2830
 function geodir_wpml_set_filter() {
2831
-    if (function_exists('icl_object_id')) {
2832
-        global $sitepress;
2831
+	if (function_exists('icl_object_id')) {
2832
+		global $sitepress;
2833 2833
         
2834
-        if ($sitepress->get_setting('sync_comments_on_duplicates')) {
2835
-            add_action('comment_post', 'gepdir_wpml_sync_comment', 100, 1);
2836
-        }
2834
+		if ($sitepress->get_setting('sync_comments_on_duplicates')) {
2835
+			add_action('comment_post', 'gepdir_wpml_sync_comment', 100, 1);
2836
+		}
2837 2837
         
2838
-        add_action('geodir_after_save_listing', 'geodir_wpml_duplicate_listing', 100, 2);
2839
-        add_action( 'geodir_edit_post_link_html', 'geodir_wpml_frontend_duplicate_listing', 0, 1 );
2840
-    }
2838
+		add_action('geodir_after_save_listing', 'geodir_wpml_duplicate_listing', 100, 2);
2839
+		add_action( 'geodir_edit_post_link_html', 'geodir_wpml_frontend_duplicate_listing', 0, 1 );
2840
+	}
2841 2841
 }
2842 2842
 add_filter('plugins_loaded', 'geodir_wpml_set_filter');
2843 2843
 
@@ -2850,38 +2850,38 @@  discard block
 block discarded – undo
2850 2850
  * @return array Filtered languages.
2851 2851
  */
2852 2852
 function geodir_wpml_filter_ls_languages($languages) {    
2853
-    if (geodir_is_geodir_page()) {        
2854
-        $keep_vars = array();
2853
+	if (geodir_is_geodir_page()) {        
2854
+		$keep_vars = array();
2855 2855
         
2856
-        if (geodir_is_page('add-listing')) {
2857
-            $keep_vars = array('listing_type', 'package_id');
2858
-        } else if (geodir_is_page('search')) {
2859
-            $keep_vars = array('geodir_search', 'stype', 'snear', 'set_location_type', 'set_location_val', 'sgeo_lat', 'sgeo_lon');
2860
-        } else if (geodir_is_page('author')) {
2861
-            $keep_vars = array('geodir_dashbord', 'stype', 'list');
2862
-        } else if (geodir_is_page('login')) {
2863
-            $keep_vars = array('forgot', 'signup');
2864
-        }        
2856
+		if (geodir_is_page('add-listing')) {
2857
+			$keep_vars = array('listing_type', 'package_id');
2858
+		} else if (geodir_is_page('search')) {
2859
+			$keep_vars = array('geodir_search', 'stype', 'snear', 'set_location_type', 'set_location_val', 'sgeo_lat', 'sgeo_lon');
2860
+		} else if (geodir_is_page('author')) {
2861
+			$keep_vars = array('geodir_dashbord', 'stype', 'list');
2862
+		} else if (geodir_is_page('login')) {
2863
+			$keep_vars = array('forgot', 'signup');
2864
+		}        
2865 2865
         
2866
-        if (!empty($keep_vars)) {
2867
-            foreach ( $languages as $code => $url) {
2868
-                $filter_url = $url['url'];
2866
+		if (!empty($keep_vars)) {
2867
+			foreach ( $languages as $code => $url) {
2868
+				$filter_url = $url['url'];
2869 2869
                 
2870
-                foreach ($keep_vars as $var) {
2871
-                    if (isset($_GET[$var]) && !is_array($_GET[$var])) {
2872
-                        $filter_url = remove_query_arg(array($var), $filter_url);
2873
-                        $filter_url = add_query_arg(array($var => $_GET[$var]), $filter_url);
2874
-                    }
2875
-                }
2870
+				foreach ($keep_vars as $var) {
2871
+					if (isset($_GET[$var]) && !is_array($_GET[$var])) {
2872
+						$filter_url = remove_query_arg(array($var), $filter_url);
2873
+						$filter_url = add_query_arg(array($var => $_GET[$var]), $filter_url);
2874
+					}
2875
+				}
2876 2876
                 
2877
-                if ($filter_url != $url['url']) {
2878
-                    $languages[$code]['url'] = $filter_url;
2879
-                }
2880
-            }
2881
-        }
2882
-    }
2877
+				if ($filter_url != $url['url']) {
2878
+					$languages[$code]['url'] = $filter_url;
2879
+				}
2880
+			}
2881
+		}
2882
+	}
2883 2883
 
2884
-    return $languages;
2884
+	return $languages;
2885 2885
 }
2886 2886
 add_filter( 'icl_ls_languages', 'geodir_wpml_filter_ls_languages', 11, 1 );
2887 2887
 
@@ -2892,18 +2892,18 @@  discard block
 block discarded – undo
2892 2892
  *
2893 2893
  */
2894 2894
 function geodir_remove_yoast_seo_metas(){
2895
-    if ( class_exists( 'WPSEO_Frontend' ) && geodir_is_geodir_page() && geodir_disable_yoast_seo_metas() ) {
2896
-        $wpseo = WPSEO_Frontend::get_instance();
2895
+	if ( class_exists( 'WPSEO_Frontend' ) && geodir_is_geodir_page() && geodir_disable_yoast_seo_metas() ) {
2896
+		$wpseo = WPSEO_Frontend::get_instance();
2897 2897
         
2898
-        remove_action( 'wp_head', array( $wpseo, 'metadesc' ), 6 );
2899
-        remove_action( 'wp_head', array( $wpseo, 'metakeywords' ), 11 );
2900
-        remove_filter( 'pre_get_document_title', array( $wpseo, 'title' ), 15 );
2901
-        remove_filter( 'wp_title', array( $wpseo, 'title' ), 15, 3 );
2902
-        remove_filter( 'thematic_doctitle', array( $wpseo, 'title' ), 15 );
2903
-        remove_filter( 'woo_title', array( $wpseo, 'fix_woo_title' ), 99 );
2898
+		remove_action( 'wp_head', array( $wpseo, 'metadesc' ), 6 );
2899
+		remove_action( 'wp_head', array( $wpseo, 'metakeywords' ), 11 );
2900
+		remove_filter( 'pre_get_document_title', array( $wpseo, 'title' ), 15 );
2901
+		remove_filter( 'wp_title', array( $wpseo, 'title' ), 15, 3 );
2902
+		remove_filter( 'thematic_doctitle', array( $wpseo, 'title' ), 15 );
2903
+		remove_filter( 'woo_title', array( $wpseo, 'fix_woo_title' ), 99 );
2904 2904
         
2905
-        remove_action( 'template_redirect', 'wpseo_frontend_head_init', 999 );
2906
-    }
2905
+		remove_action( 'template_redirect', 'wpseo_frontend_head_init', 999 );
2906
+	}
2907 2907
 }
2908 2908
 
2909 2909
 /**
@@ -2917,20 +2917,20 @@  discard block
 block discarded – undo
2917 2917
  *
2918 2918
  */
2919 2919
  function geodir_wpml_ajax_set_guest_lang() {    
2920
-    if ( geodir_is_wpml() && wpml_is_ajax() && !is_user_logged_in() ) {
2921
-        if ( empty( $_GET['lang'] ) && !( !empty( $_SERVER['REQUEST_URI'] ) && preg_match( '@\.(css|js|png|jpg|gif|jpeg|bmp)@i', basename( preg_replace( '@\?.*$@', '', $_SERVER['REQUEST_URI'] ) ) ) ) ) {
2922
-            global $sitepress;
2920
+	if ( geodir_is_wpml() && wpml_is_ajax() && !is_user_logged_in() ) {
2921
+		if ( empty( $_GET['lang'] ) && !( !empty( $_SERVER['REQUEST_URI'] ) && preg_match( '@\.(css|js|png|jpg|gif|jpeg|bmp)@i', basename( preg_replace( '@\?.*$@', '', $_SERVER['REQUEST_URI'] ) ) ) ) ) {
2922
+			global $sitepress;
2923 2923
             
2924
-            $referer = wp_get_referer();
2924
+			$referer = wp_get_referer();
2925 2925
             
2926
-            $current_lang = $sitepress->get_current_language();
2927
-            $referrer_lang = $sitepress->get_language_from_url( $referer );
2926
+			$current_lang = $sitepress->get_current_language();
2927
+			$referrer_lang = $sitepress->get_language_from_url( $referer );
2928 2928
             
2929
-            if ( $referrer_lang && $current_lang != $referrer_lang ) {
2930
-                $_GET['lang'] = $referrer_lang;
2931
-            }
2932
-        }
2933
-    }
2929
+			if ( $referrer_lang && $current_lang != $referrer_lang ) {
2930
+				$_GET['lang'] = $referrer_lang;
2931
+			}
2932
+		}
2933
+	}
2934 2934
 }
2935 2935
 add_action( 'plugins_loaded', 'geodir_wpml_ajax_set_guest_lang', -1 );
2936 2936
 
@@ -2942,35 +2942,35 @@  discard block
 block discarded – undo
2942 2942
  * @param object $wp The WordPress object.
2943 2943
  */
2944 2944
 function geodir_check_redirect($wp) {
2945
-    if (is_404() || (!empty($wp->query_vars['error']) && $wp->query_vars['error'] == '404')) {
2946
-        $current_url = geodir_curPageURL();
2947
-        $search = 'czech-republic';
2948
-        $replace = 'czechia';        
2945
+	if (is_404() || (!empty($wp->query_vars['error']) && $wp->query_vars['error'] == '404')) {
2946
+		$current_url = geodir_curPageURL();
2947
+		$search = 'czech-republic';
2948
+		$replace = 'czechia';        
2949 2949
         
2950
-        $has_slash = substr($current_url, -1);
2951
-        if ($has_slash != "/") {
2952
-            $current_url .= '/';
2953
-        }
2950
+		$has_slash = substr($current_url, -1);
2951
+		if ($has_slash != "/") {
2952
+			$current_url .= '/';
2953
+		}
2954 2954
         
2955
-        $redirect = false;
2956
-        if (strpos($current_url, '/' . $search . '/') !== false) {
2957
-            $redirect = true;
2958
-            $current_url = preg_replace('/\/' . $search . '\//', '/' . $replace . '/', $current_url, 1);
2959
-        }
2955
+		$redirect = false;
2956
+		if (strpos($current_url, '/' . $search . '/') !== false) {
2957
+			$redirect = true;
2958
+			$current_url = preg_replace('/\/' . $search . '\//', '/' . $replace . '/', $current_url, 1);
2959
+		}
2960 2960
         
2961
-        if ($has_slash != "/") {
2962
-            $current_url = trim($current_url, '/');
2963
-        }
2961
+		if ($has_slash != "/") {
2962
+			$current_url = trim($current_url, '/');
2963
+		}
2964 2964
         
2965
-        if (strpos($current_url, 'gd_country=' . $search) !== false) {
2966
-            $redirect = true;
2967
-            $current_url = str_replace('gd_country=' . $search, 'gd_country=' . $replace, $current_url);
2968
-        }
2969
-
2970
-        if ($redirect) {
2971
-            wp_redirect($current_url);
2972
-            exit;
2973
-        }
2974
-    }
2965
+		if (strpos($current_url, 'gd_country=' . $search) !== false) {
2966
+			$redirect = true;
2967
+			$current_url = str_replace('gd_country=' . $search, 'gd_country=' . $replace, $current_url);
2968
+		}
2969
+
2970
+		if ($redirect) {
2971
+			wp_redirect($current_url);
2972
+			exit;
2973
+		}
2974
+	}
2975 2975
 }
2976 2976
 add_action('parse_request', 'geodir_check_redirect', 101, 1);
2977 2977
\ No newline at end of file
Please login to merge, or discard this patch.
geodirectory-functions/custom_functions.php 1 patch
Indentation   +274 added lines, -274 removed lines patch added patch discarded remove patch
@@ -2363,10 +2363,10 @@  discard block
 block discarded – undo
2363 2363
 	?>
2364 2364
 	<input class="search_text" name="s"
2365 2365
 	       value="<?php if ( isset( $_REQUEST['s'] ) && trim( $_REQUEST['s'] ) != '' ) {
2366
-		       echo esc_attr( stripslashes_deep( $_REQUEST['s'] ) );
2367
-	       } else {
2368
-		       echo $default_search_for_text;
2369
-	       } ?>" type="text"
2366
+			   echo esc_attr( stripslashes_deep( $_REQUEST['s'] ) );
2367
+		   } else {
2368
+			   echo $default_search_for_text;
2369
+		   } ?>" type="text"
2370 2370
 	       onblur="if (this.value.trim() == '') {this.value = '<?php echo esc_sql( $default_search_for_text ); ?>';}"
2371 2371
 	       onfocus="if (this.value == '<?php echo esc_sql( $default_search_for_text ); ?>') {this.value = '';}"
2372 2372
 	       onkeydown="javascript: if(event.keyCode == 13) geodir_click_search(this);">
@@ -2493,11 +2493,11 @@  discard block
 block discarded – undo
2493 2493
  * @return True if WPML is active else False.
2494 2494
  */
2495 2495
 function geodir_is_wpml() {
2496
-    if (function_exists('icl_object_id')) {
2497
-        return true;
2498
-    }
2496
+	if (function_exists('icl_object_id')) {
2497
+		return true;
2498
+	}
2499 2499
 
2500
-    return false;
2500
+	return false;
2501 2501
 }
2502 2502
 
2503 2503
 /**
@@ -2512,9 +2512,9 @@  discard block
 block discarded – undo
2512 2512
  * @return Language code.
2513 2513
  */
2514 2514
 function geodir_get_language_for_element($element_id, $element_type) {
2515
-    global $sitepress;
2515
+	global $sitepress;
2516 2516
 
2517
-    return $sitepress->get_language_for_element($element_id, $element_type);
2517
+	return $sitepress->get_language_for_element($element_id, $element_type);
2518 2518
 }
2519 2519
 
2520 2520
 /**
@@ -2531,31 +2531,31 @@  discard block
 block discarded – undo
2531 2531
  *                         Added to fix duplicate transaltion for front end.
2532 2532
  */
2533 2533
 function geodir_icl_make_duplicate($master_post_id, $lang, $postarr, $tr_post_id, $after_save = false) {
2534
-    global $sitepress;
2534
+	global $sitepress;
2535 2535
     
2536
-    $post_type = get_post_type($master_post_id);
2537
-    $icl_ajx_action = !empty($_REQUEST['icl_ajx_action']) && $_REQUEST['icl_ajx_action'] == 'make_duplicates' ? true : false;
2538
-    if (!empty($_REQUEST['action']) && $_REQUEST['action'] == 'wpml_duplicate_dashboard' && !empty($_REQUEST['duplicate_post_ids'])) {
2539
-        $icl_ajx_action = true;
2540
-    }
2536
+	$post_type = get_post_type($master_post_id);
2537
+	$icl_ajx_action = !empty($_REQUEST['icl_ajx_action']) && $_REQUEST['icl_ajx_action'] == 'make_duplicates' ? true : false;
2538
+	if (!empty($_REQUEST['action']) && $_REQUEST['action'] == 'wpml_duplicate_dashboard' && !empty($_REQUEST['duplicate_post_ids'])) {
2539
+		$icl_ajx_action = true;
2540
+	}
2541 2541
     
2542
-    if (in_array($post_type, geodir_get_posttypes())) {
2543
-        if ($icl_ajx_action || $after_save) {
2544
-            // Duplicate post details
2545
-            geodir_icl_duplicate_post_details($master_post_id, $tr_post_id, $lang);
2542
+	if (in_array($post_type, geodir_get_posttypes())) {
2543
+		if ($icl_ajx_action || $after_save) {
2544
+			// Duplicate post details
2545
+			geodir_icl_duplicate_post_details($master_post_id, $tr_post_id, $lang);
2546 2546
             
2547
-            // Duplicate taxonomies
2548
-            geodir_icl_duplicate_taxonomies($master_post_id, $tr_post_id, $lang);
2547
+			// Duplicate taxonomies
2548
+			geodir_icl_duplicate_taxonomies($master_post_id, $tr_post_id, $lang);
2549 2549
             
2550
-            // Duplicate post images
2551
-            geodir_icl_duplicate_post_images($master_post_id, $tr_post_id, $lang);
2552
-        }
2550
+			// Duplicate post images
2551
+			geodir_icl_duplicate_post_images($master_post_id, $tr_post_id, $lang);
2552
+		}
2553 2553
         
2554
-        // Sync post reviews
2555
-        if ($sitepress->get_setting('sync_comments_on_duplicates')) {
2556
-            geodir_wpml_duplicate_post_reviews($master_post_id, $tr_post_id, $lang);
2557
-        }
2558
-    }
2554
+		// Sync post reviews
2555
+		if ($sitepress->get_setting('sync_comments_on_duplicates')) {
2556
+			geodir_wpml_duplicate_post_reviews($master_post_id, $tr_post_id, $lang);
2557
+		}
2558
+	}
2559 2559
 }
2560 2560
 add_filter( 'icl_make_duplicate', 'geodir_icl_make_duplicate', 11, 4 );
2561 2561
 
@@ -2569,18 +2569,18 @@  discard block
 block discarded – undo
2569 2569
  * @param array $request_info The post details in an array.
2570 2570
  */
2571 2571
 function geodir_wpml_duplicate_listing($post_id, $request_info) {
2572
-    global $sitepress;
2572
+	global $sitepress;
2573 2573
     
2574
-    $icl_ajx_action = !empty($_REQUEST['icl_ajx_action']) && $_REQUEST['icl_ajx_action'] == 'make_duplicates' ? true : false;
2575
-    if (!empty($_REQUEST['action']) && $_REQUEST['action'] == 'wpml_duplicate_dashboard' && !empty($_REQUEST['duplicate_post_ids'])) {
2576
-        $icl_ajx_action = true;
2577
-    }
2574
+	$icl_ajx_action = !empty($_REQUEST['icl_ajx_action']) && $_REQUEST['icl_ajx_action'] == 'make_duplicates' ? true : false;
2575
+	if (!empty($_REQUEST['action']) && $_REQUEST['action'] == 'wpml_duplicate_dashboard' && !empty($_REQUEST['duplicate_post_ids'])) {
2576
+		$icl_ajx_action = true;
2577
+	}
2578 2578
     
2579
-    if (!$icl_ajx_action && in_array(get_post_type($post_id), geodir_get_posttypes()) && $post_duplicates = $sitepress->get_duplicates($post_id)) {
2580
-        foreach ($post_duplicates as $lang => $dup_post_id) {
2581
-            geodir_icl_make_duplicate($post_id, $lang, $request_info, $dup_post_id, true);
2582
-        }
2583
-    }
2579
+	if (!$icl_ajx_action && in_array(get_post_type($post_id), geodir_get_posttypes()) && $post_duplicates = $sitepress->get_duplicates($post_id)) {
2580
+		foreach ($post_duplicates as $lang => $dup_post_id) {
2581
+			geodir_icl_make_duplicate($post_id, $lang, $request_info, $dup_post_id, true);
2582
+		}
2583
+	}
2584 2584
 }
2585 2585
 
2586 2586
 /**
@@ -2596,17 +2596,17 @@  discard block
 block discarded – undo
2596 2596
  * @return bool True for success, False for fail.
2597 2597
  */
2598 2598
 function geodir_wpml_duplicate_post_reviews($master_post_id, $tr_post_id, $lang) {
2599
-    global $wpdb;
2599
+	global $wpdb;
2600 2600
 
2601
-    $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);
2601
+	$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);
2602 2602
 
2603
-    if (!empty($reviews)) {
2604
-        foreach ($reviews as $review) {
2605
-            geodir_wpml_duplicate_post_review($review['comment_id'], $master_post_id, $tr_post_id, $lang);
2606
-        }
2607
-    }
2603
+	if (!empty($reviews)) {
2604
+		foreach ($reviews as $review) {
2605
+			geodir_wpml_duplicate_post_review($review['comment_id'], $master_post_id, $tr_post_id, $lang);
2606
+		}
2607
+	}
2608 2608
 
2609
-    return false;
2609
+	return false;
2610 2610
 }
2611 2611
 
2612 2612
 /**
@@ -2623,22 +2623,22 @@  discard block
 block discarded – undo
2623 2623
  * @return bool True for success, False for fail.
2624 2624
  */
2625 2625
 function geodir_icl_duplicate_post_details($master_post_id, $tr_post_id, $lang) {
2626
-    global $wpdb, $plugin_prefix;
2626
+	global $wpdb, $plugin_prefix;
2627 2627
 
2628
-    $post_type = get_post_type($master_post_id);
2629
-    $post_table = $plugin_prefix . $post_type . '_detail';
2628
+	$post_type = get_post_type($master_post_id);
2629
+	$post_table = $plugin_prefix . $post_type . '_detail';
2630 2630
 
2631
-    $query = $wpdb->prepare("SELECT * FROM " . $post_table . " WHERE post_id = %d", array($master_post_id));
2632
-    $data = (array)$wpdb->get_row($query);
2631
+	$query = $wpdb->prepare("SELECT * FROM " . $post_table . " WHERE post_id = %d", array($master_post_id));
2632
+	$data = (array)$wpdb->get_row($query);
2633 2633
 
2634
-    if ( !empty( $data ) ) {
2635
-        $data['post_id'] = $tr_post_id;
2636
-        unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type . 'category']);
2637
-        $wpdb->update($post_table, $data, array('post_id' => $tr_post_id));
2638
-        return true;
2639
-    }
2634
+	if ( !empty( $data ) ) {
2635
+		$data['post_id'] = $tr_post_id;
2636
+		unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type . 'category']);
2637
+		$wpdb->update($post_table, $data, array('post_id' => $tr_post_id));
2638
+		return true;
2639
+	}
2640 2640
 
2641
-    return false;
2641
+	return false;
2642 2642
 }
2643 2643
 
2644 2644
 /**
@@ -2655,40 +2655,40 @@  discard block
 block discarded – undo
2655 2655
  * @return bool True for success, False for fail.
2656 2656
  */
2657 2657
 function geodir_icl_duplicate_taxonomies($master_post_id, $tr_post_id, $lang) {
2658
-    global $sitepress, $wpdb;
2659
-    $post_type = get_post_type($master_post_id);
2658
+	global $sitepress, $wpdb;
2659
+	$post_type = get_post_type($master_post_id);
2660 2660
 
2661
-    remove_filter('get_term', array($sitepress,'get_term_adjust_id')); // AVOID filtering to current language
2661
+	remove_filter('get_term', array($sitepress,'get_term_adjust_id')); // AVOID filtering to current language
2662 2662
 
2663
-    $taxonomies = get_object_taxonomies($post_type);
2664
-    foreach ($taxonomies as $taxonomy) {
2665
-        $terms = get_the_terms($master_post_id, $taxonomy);
2666
-        $terms_array = array();
2663
+	$taxonomies = get_object_taxonomies($post_type);
2664
+	foreach ($taxonomies as $taxonomy) {
2665
+		$terms = get_the_terms($master_post_id, $taxonomy);
2666
+		$terms_array = array();
2667 2667
         
2668
-        if ($terms) {
2669
-            foreach ($terms as $term) {
2670
-                $tr_id = apply_filters( 'translate_object_id',$term->term_id, $taxonomy, false, $lang);
2668
+		if ($terms) {
2669
+			foreach ($terms as $term) {
2670
+				$tr_id = apply_filters( 'translate_object_id',$term->term_id, $taxonomy, false, $lang);
2671 2671
                 
2672
-                if (!is_null($tr_id)){
2673
-                    // not using get_term - unfiltered get_term
2674
-                    $translated_term = $wpdb->get_row($wpdb->prepare("
2672
+				if (!is_null($tr_id)){
2673
+					// not using get_term - unfiltered get_term
2674
+					$translated_term = $wpdb->get_row($wpdb->prepare("
2675 2675
                         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));
2676 2676
 
2677
-                    $terms_array[] = $translated_term->term_id;
2678
-                }
2679
-            }
2677
+					$terms_array[] = $translated_term->term_id;
2678
+				}
2679
+			}
2680 2680
 
2681
-            if (!is_taxonomy_hierarchical($taxonomy)){
2682
-                $terms_array = array_unique( array_map( 'intval', $terms_array ) );
2683
-            }
2681
+			if (!is_taxonomy_hierarchical($taxonomy)){
2682
+				$terms_array = array_unique( array_map( 'intval', $terms_array ) );
2683
+			}
2684 2684
 
2685
-            wp_set_post_terms($tr_post_id, $terms_array, $taxonomy);
2685
+			wp_set_post_terms($tr_post_id, $terms_array, $taxonomy);
2686 2686
             
2687
-            if ($taxonomy == $post_type . 'category') {
2688
-                geodir_set_postcat_structure($tr_post_id, $post_type . 'category');
2689
-            }
2690
-        }
2691
-    }
2687
+			if ($taxonomy == $post_type . 'category') {
2688
+				geodir_set_postcat_structure($tr_post_id, $post_type . 'category');
2689
+			}
2690
+		}
2691
+	}
2692 2692
 }
2693 2693
 
2694 2694
 /**
@@ -2704,29 +2704,29 @@  discard block
 block discarded – undo
2704 2704
  * @return bool True for success, False for fail.
2705 2705
  */
2706 2706
 function geodir_icl_duplicate_post_images($master_post_id, $tr_post_id, $lang) {
2707
-    global $wpdb;
2707
+	global $wpdb;
2708 2708
 
2709
-    $query = $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id));
2710
-    $wpdb->query($query);
2709
+	$query = $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id));
2710
+	$wpdb->query($query);
2711 2711
 
2712
-    $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));
2713
-    $post_images = $wpdb->get_results($query);
2712
+	$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));
2713
+	$post_images = $wpdb->get_results($query);
2714 2714
 
2715
-    if ( !empty( $post_images ) ) {
2716
-        foreach ( $post_images as $post_image) {
2717
-            $image_data = (array)$post_image;
2718
-            unset($image_data['ID']);
2719
-            $image_data['post_id'] = $tr_post_id;
2715
+	if ( !empty( $post_images ) ) {
2716
+		foreach ( $post_images as $post_image) {
2717
+			$image_data = (array)$post_image;
2718
+			unset($image_data['ID']);
2719
+			$image_data['post_id'] = $tr_post_id;
2720 2720
             
2721
-            $wpdb->insert(GEODIR_ATTACHMENT_TABLE, $image_data);
2721
+			$wpdb->insert(GEODIR_ATTACHMENT_TABLE, $image_data);
2722 2722
             
2723
-            geodir_set_wp_featured_image($tr_post_id);
2724
-        }
2723
+			geodir_set_wp_featured_image($tr_post_id);
2724
+		}
2725 2725
         
2726
-        return true;
2727
-    }
2726
+		return true;
2727
+	}
2728 2728
 
2729
-    return false;
2729
+	return false;
2730 2730
 }
2731 2731
 
2732 2732
 
@@ -2745,73 +2745,73 @@  discard block
 block discarded – undo
2745 2745
  * @return bool True for success, False for fail.
2746 2746
  */
2747 2747
 function geodir_wpml_duplicate_post_review($master_comment_id, $master_post_id, $tr_post_id, $lang) {
2748
-    global $wpdb, $plugin_prefix, $sitepress;
2749
-
2750
-    $review = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_id=%d ORDER BY id ASC", $master_comment_id), ARRAY_A);
2751
-
2752
-    if (empty($review)) {
2753
-        return false;
2754
-    }
2755
-    if ($review['post_id'] != $master_post_id) {
2756
-        $wpdb->query($wpdb->prepare("UPDATE " . GEODIR_REVIEW_TABLE . " SET post_id=%d WHERE comment_id=%d", $master_post_id, $master_comment_id));
2757
-        geodir_update_postrating($master_post_id, $post_type);
2758
-    }
2759
-
2760
-    $tr_comment_id = geodir_wpml_duplicate_comment_exists($tr_post_id, $master_comment_id);
2761
-
2762
-    if (empty($tr_comment_id)) {
2763
-        return false;
2764
-    }
2765
-
2766
-    $post_type = get_post_type($master_post_id);
2767
-    $post_table = $plugin_prefix . $post_type . '_detail';
2768
-
2769
-    $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);
2770
-    if (empty($translated_post)) {
2771
-        return false;
2772
-    }
2773
-
2774
-    $review['comment_id'] = $tr_comment_id;
2775
-    $review['post_id'] = $tr_post_id;
2776
-    $review['post_title'] = $translated_post['post_title'];
2777
-    $review['post_city'] = $translated_post['post_city'];
2778
-    $review['post_region'] = $translated_post['post_region'];
2779
-    $review['post_country'] = $translated_post['post_country'];
2780
-    $review['post_latitude'] = $translated_post['post_latitude'];
2781
-    $review['post_longitude'] = $translated_post['post_longitude'];
2782
-
2783
-    if (isset($review['id'])) {
2784
-        unset($review['id']);
2785
-    }
2786
-
2787
-    $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));
2788
-
2789
-    if ($tr_review_id) { // update review
2790
-        $wpdb->update(GEODIR_REVIEW_TABLE, $review, array('id' => $tr_review_id));
2791
-    } else { // insert review
2792
-        $wpdb->insert(GEODIR_REVIEW_TABLE, $review);
2793
-        $tr_review_id = $wpdb->insert_id;
2794
-    }
2795
-
2796
-    if ($tr_post_id) {
2797
-        geodir_update_postrating($tr_post_id, $post_type);
2748
+	global $wpdb, $plugin_prefix, $sitepress;
2749
+
2750
+	$review = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_id=%d ORDER BY id ASC", $master_comment_id), ARRAY_A);
2751
+
2752
+	if (empty($review)) {
2753
+		return false;
2754
+	}
2755
+	if ($review['post_id'] != $master_post_id) {
2756
+		$wpdb->query($wpdb->prepare("UPDATE " . GEODIR_REVIEW_TABLE . " SET post_id=%d WHERE comment_id=%d", $master_post_id, $master_comment_id));
2757
+		geodir_update_postrating($master_post_id, $post_type);
2758
+	}
2759
+
2760
+	$tr_comment_id = geodir_wpml_duplicate_comment_exists($tr_post_id, $master_comment_id);
2761
+
2762
+	if (empty($tr_comment_id)) {
2763
+		return false;
2764
+	}
2765
+
2766
+	$post_type = get_post_type($master_post_id);
2767
+	$post_table = $plugin_prefix . $post_type . '_detail';
2768
+
2769
+	$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);
2770
+	if (empty($translated_post)) {
2771
+		return false;
2772
+	}
2773
+
2774
+	$review['comment_id'] = $tr_comment_id;
2775
+	$review['post_id'] = $tr_post_id;
2776
+	$review['post_title'] = $translated_post['post_title'];
2777
+	$review['post_city'] = $translated_post['post_city'];
2778
+	$review['post_region'] = $translated_post['post_region'];
2779
+	$review['post_country'] = $translated_post['post_country'];
2780
+	$review['post_latitude'] = $translated_post['post_latitude'];
2781
+	$review['post_longitude'] = $translated_post['post_longitude'];
2782
+
2783
+	if (isset($review['id'])) {
2784
+		unset($review['id']);
2785
+	}
2786
+
2787
+	$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));
2788
+
2789
+	if ($tr_review_id) { // update review
2790
+		$wpdb->update(GEODIR_REVIEW_TABLE, $review, array('id' => $tr_review_id));
2791
+	} else { // insert review
2792
+		$wpdb->insert(GEODIR_REVIEW_TABLE, $review);
2793
+		$tr_review_id = $wpdb->insert_id;
2794
+	}
2795
+
2796
+	if ($tr_post_id) {
2797
+		geodir_update_postrating($tr_post_id, $post_type);
2798 2798
         
2799
-        if (defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_review') && $sitepress->get_setting('sync_comments_on_duplicates')) {
2800
-            $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_COMMENTS_REVIEWS_TABLE . " WHERE comment_id = %d", array($tr_comment_id)));
2801
-            $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);
2802
-
2803
-            if (!empty($likes)) {
2804
-                foreach ($likes as $like) {
2805
-                    unset($like['like_id']);
2806
-                    $like['comment_id'] = $tr_comment_id;
2799
+		if (defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_review') && $sitepress->get_setting('sync_comments_on_duplicates')) {
2800
+			$wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_COMMENTS_REVIEWS_TABLE . " WHERE comment_id = %d", array($tr_comment_id)));
2801
+			$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);
2802
+
2803
+			if (!empty($likes)) {
2804
+				foreach ($likes as $like) {
2805
+					unset($like['like_id']);
2806
+					$like['comment_id'] = $tr_comment_id;
2807 2807
                     
2808
-                    $wpdb->insert(GEODIR_COMMENTS_REVIEWS_TABLE, $like);
2809
-                }
2810
-            }
2811
-        }
2812
-    }
2808
+					$wpdb->insert(GEODIR_COMMENTS_REVIEWS_TABLE, $like);
2809
+				}
2810
+			}
2811
+		}
2812
+	}
2813 2813
 
2814
-    return $tr_review_id;
2814
+	return $tr_review_id;
2815 2815
 }
2816 2816
 
2817 2817
 /**
@@ -2826,36 +2826,36 @@  discard block
 block discarded – undo
2826 2826
  * @param int $comment_id The Comment ID.
2827 2827
  */
2828 2828
 function gepdir_wpml_sync_comment($comment_id) {
2829
-    global $wpdb, $sitepress, $gd_wpml_posttypes;
2830
-
2831
-    if (empty($gd_post_types)) {
2832
-        $gd_wpml_posttypes = geodir_get_posttypes();
2833
-    }
2834
-
2835
-    $comment = $wpdb->get_row($wpdb->prepare("SELECT * FROM {$wpdb->comments} WHERE comment_ID=%d", $comment_id), ARRAY_A);
2836
-    if (empty($comment)) {
2837
-        return;
2838
-    }
2839
-
2840
-    $post_id = $comment['comment_post_ID'];
2841
-    $post_type = $post_id ? get_post_type($post_id) : NULL;
2842
-
2843
-    if (!($post_type && in_array($post_type, $gd_wpml_posttypes))) {
2844
-        return;
2845
-    }
2846
-
2847
-    $post_duplicates = $sitepress->get_duplicates($post_id);
2848
-    if (empty($post_duplicates)) {
2849
-        return;
2850
-    }
2851
-
2852
-    foreach ($post_duplicates as $lang => $dup_post_id) {
2853
-        if (empty($comment['comment_parent'])) {
2854
-            geodir_wpml_duplicate_post_review($comment_id, $post_id, $dup_post_id, $lang);
2855
-        }
2856
-    }
2829
+	global $wpdb, $sitepress, $gd_wpml_posttypes;
2830
+
2831
+	if (empty($gd_post_types)) {
2832
+		$gd_wpml_posttypes = geodir_get_posttypes();
2833
+	}
2834
+
2835
+	$comment = $wpdb->get_row($wpdb->prepare("SELECT * FROM {$wpdb->comments} WHERE comment_ID=%d", $comment_id), ARRAY_A);
2836
+	if (empty($comment)) {
2837
+		return;
2838
+	}
2839
+
2840
+	$post_id = $comment['comment_post_ID'];
2841
+	$post_type = $post_id ? get_post_type($post_id) : NULL;
2842
+
2843
+	if (!($post_type && in_array($post_type, $gd_wpml_posttypes))) {
2844
+		return;
2845
+	}
2846
+
2847
+	$post_duplicates = $sitepress->get_duplicates($post_id);
2848
+	if (empty($post_duplicates)) {
2849
+		return;
2850
+	}
2851
+
2852
+	foreach ($post_duplicates as $lang => $dup_post_id) {
2853
+		if (empty($comment['comment_parent'])) {
2854
+			geodir_wpml_duplicate_post_review($comment_id, $post_id, $dup_post_id, $lang);
2855
+		}
2856
+	}
2857 2857
     
2858
-    return true;
2858
+	return true;
2859 2859
 }
2860 2860
 
2861 2861
 /**
@@ -2870,11 +2870,11 @@  discard block
 block discarded – undo
2870 2870
  * @return int The duplicate comment ID.
2871 2871
  */
2872 2872
 function geodir_wpml_duplicate_comment_exists($dup_post_id, $original_cid) {
2873
-    global $wpdb;
2873
+	global $wpdb;
2874 2874
 
2875
-    $duplicate = $wpdb->get_var(
2876
-        $wpdb->prepare(
2877
-            "   SELECT comm.comment_ID
2875
+	$duplicate = $wpdb->get_var(
2876
+		$wpdb->prepare(
2877
+			"   SELECT comm.comment_ID
2878 2878
                 FROM {$wpdb->comments} comm
2879 2879
                 JOIN {$wpdb->commentmeta} cm
2880 2880
                     ON comm.comment_ID = cm.comment_id
@@ -2882,12 +2882,12 @@  discard block
 block discarded – undo
2882 2882
                     AND cm.meta_key = '_icl_duplicate_of'
2883 2883
                     AND cm.meta_value = %d
2884 2884
                 LIMIT 1",
2885
-            $dup_post_id,
2886
-            $original_cid
2887
-        )
2888
-    );
2885
+			$dup_post_id,
2886
+			$original_cid
2887
+		)
2888
+	);
2889 2889
 
2890
-    return $duplicate;
2890
+	return $duplicate;
2891 2891
 }
2892 2892
 
2893 2893
 /**
@@ -2959,7 +2959,7 @@  discard block
 block discarded – undo
2959 2959
  * @return bool True if Yoast SEO disabled on GD pages.
2960 2960
  */
2961 2961
 function geodir_disable_yoast_seo_metas() {
2962
-    return (bool)get_option( 'geodir_disable_yoast_meta' );
2962
+	return (bool)get_option( 'geodir_disable_yoast_meta' );
2963 2963
 }
2964 2964
 
2965 2965
 /**
@@ -2971,33 +2971,33 @@  discard block
 block discarded – undo
2971 2971
  * @return bool True if allowed.
2972 2972
  */
2973 2973
 function geodir_wpml_allowed_to_duplicate( $post_id ) {
2974
-    $allowed = false;
2974
+	$allowed = false;
2975 2975
     
2976
-    if ( !geodir_is_wpml() || empty( $post_id ) ) {
2977
-        return $allowed;
2978
-    }
2976
+	if ( !geodir_is_wpml() || empty( $post_id ) ) {
2977
+		return $allowed;
2978
+	}
2979 2979
     
2980
-    $user_id = (int)get_current_user_id();
2980
+	$user_id = (int)get_current_user_id();
2981 2981
     
2982
-    if ( empty( $user_id ) ) {
2983
-        return $allowed;
2984
-    }
2982
+	if ( empty( $user_id ) ) {
2983
+		return $allowed;
2984
+	}
2985 2985
     
2986
-    if ( !is_post_type_translated( get_post_type( $post_id ) ) || get_post_meta( $post_id, '_icl_lang_duplicate_of', true ) ) {
2987
-        return $allowed;
2988
-    }
2986
+	if ( !is_post_type_translated( get_post_type( $post_id ) ) || get_post_meta( $post_id, '_icl_lang_duplicate_of', true ) ) {
2987
+		return $allowed;
2988
+	}
2989 2989
     
2990
-    if ( geodir_listing_belong_to_current_user( $post_id ) ) {
2991
-        $allowed = true;
2992
-    }
2990
+	if ( geodir_listing_belong_to_current_user( $post_id ) ) {
2991
+		$allowed = true;
2992
+	}
2993 2993
     
2994
-    /**
2995
-     * Filter the user allowed to duplicate listing or not for WPML.
2996
-     *
2997
-     * @param bool $allowed True if allowed.
2998
-     * @param int $post_id The post ID.
2999
-     */
3000
-    return apply_filters( 'geodir_wpml_allowed_to_duplicate', $allowed, $post_id );
2994
+	/**
2995
+	 * Filter the user allowed to duplicate listing or not for WPML.
2996
+	 *
2997
+	 * @param bool $allowed True if allowed.
2998
+	 * @param int $post_id The post ID.
2999
+	 */
3000
+	return apply_filters( 'geodir_wpml_allowed_to_duplicate', $allowed, $post_id );
3001 3001
 }
3002 3002
 
3003 3003
 /**
@@ -3013,69 +3013,69 @@  discard block
 block discarded – undo
3013 3013
  * @return string Filtered html of the geodir_edit_post_link() function.
3014 3014
  */
3015 3015
 function geodir_wpml_frontend_duplicate_listing( $content_html ) {
3016
-    global $post, $preview, $sitepress;
3016
+	global $post, $preview, $sitepress;
3017 3017
     
3018
-    if ( !empty( $post->ID ) && !$preview && geodir_is_page( 'detail' ) && geodir_wpml_allowed_to_duplicate( $post->ID ) ) {
3019
-        $post_id = $post->ID;
3020
-        $element_type = 'post_' . get_post_type( $post_id );
3021
-        $original_post_id = $sitepress->get_original_element_id( $post_id, $element_type );
3018
+	if ( !empty( $post->ID ) && !$preview && geodir_is_page( 'detail' ) && geodir_wpml_allowed_to_duplicate( $post->ID ) ) {
3019
+		$post_id = $post->ID;
3020
+		$element_type = 'post_' . get_post_type( $post_id );
3021
+		$original_post_id = $sitepress->get_original_element_id( $post_id, $element_type );
3022 3022
         
3023
-        if ( $original_post_id == $post_id ) {
3024
-            $wpml_languages = $sitepress->get_active_languages();
3025
-            $post_language = $sitepress->get_language_for_element( $post_id, $element_type );
3023
+		if ( $original_post_id == $post_id ) {
3024
+			$wpml_languages = $sitepress->get_active_languages();
3025
+			$post_language = $sitepress->get_language_for_element( $post_id, $element_type );
3026 3026
             
3027
-            if ( !empty( $wpml_languages ) && isset( $wpml_languages[ $post_language ] ) ) {
3028
-                unset( $wpml_languages[ $post_language ] );
3029
-            }
3027
+			if ( !empty( $wpml_languages ) && isset( $wpml_languages[ $post_language ] ) ) {
3028
+				unset( $wpml_languages[ $post_language ] );
3029
+			}
3030 3030
             
3031
-            if ( !empty( $wpml_languages ) ) {
3032
-                $trid  = $sitepress->get_element_trid( $post_id, $element_type );
3033
-                $element_translations = $sitepress->get_element_translations( $trid, $element_type );
3034
-                $duplicates = $sitepress->get_duplicates( $post_id );
3031
+			if ( !empty( $wpml_languages ) ) {
3032
+				$trid  = $sitepress->get_element_trid( $post_id, $element_type );
3033
+				$element_translations = $sitepress->get_element_translations( $trid, $element_type );
3034
+				$duplicates = $sitepress->get_duplicates( $post_id );
3035 3035
                 
3036
-                $wpml_content = '<div class="geodir-company_info gd-detail-duplicate"><h3 class="widget-title">' . __( 'Translate Listing', 'geodirectory' ) . '</h3>';
3037
-                $wpml_content .= '<table class="gd-duplicate-table" style="width:100%;margin:0"><tbody>';
3038
-                $wpml_content .= '<tr style="border-bottom:solid 1px #efefef"><th style="padding:0 2px 2px 2px">' . __( 'Language', 'geodirectory' ) . '</th><th style="width:25px;"></th><th style="width:5em;text-align:center">' . __( 'Translate', 'geodirectory' ) . '</th></tr>';
3036
+				$wpml_content = '<div class="geodir-company_info gd-detail-duplicate"><h3 class="widget-title">' . __( 'Translate Listing', 'geodirectory' ) . '</h3>';
3037
+				$wpml_content .= '<table class="gd-duplicate-table" style="width:100%;margin:0"><tbody>';
3038
+				$wpml_content .= '<tr style="border-bottom:solid 1px #efefef"><th style="padding:0 2px 2px 2px">' . __( 'Language', 'geodirectory' ) . '</th><th style="width:25px;"></th><th style="width:5em;text-align:center">' . __( 'Translate', 'geodirectory' ) . '</th></tr>';
3039 3039
                 
3040
-                $needs_translation = false;
3040
+				$needs_translation = false;
3041 3041
                 
3042
-                foreach ( $wpml_languages as $lang_code => $lang ) {
3043
-                    $duplicates_text = '';
3044
-                    $translated = false;
3042
+				foreach ( $wpml_languages as $lang_code => $lang ) {
3043
+					$duplicates_text = '';
3044
+					$translated = false;
3045 3045
                     
3046
-                    if ( !empty( $element_translations ) && isset( $element_translations[$lang_code] ) ) {
3047
-                        $translated = true;
3046
+					if ( !empty( $element_translations ) && isset( $element_translations[$lang_code] ) ) {
3047
+						$translated = true;
3048 3048
                         
3049
-                        if ( !empty( $duplicates ) && isset( $duplicates[$lang_code] ) ) {
3050
-                            $duplicates_text = ' ' . __( '(duplicate)', 'geodirectory' );
3051
-                        }
3052
-                    } else {
3053
-                        $needs_translation = true;
3054
-                    }
3049
+						if ( !empty( $duplicates ) && isset( $duplicates[$lang_code] ) ) {
3050
+							$duplicates_text = ' ' . __( '(duplicate)', 'geodirectory' );
3051
+						}
3052
+					} else {
3053
+						$needs_translation = true;
3054
+					}
3055 3055
                     
3056
-                    $wpml_content .= '<tr><td style="padding:4px">' . $lang['english_name'] . $duplicates_text . '</td><td>&nbsp;</td><td style="text-align:center;">';
3056
+					$wpml_content .= '<tr><td style="padding:4px">' . $lang['english_name'] . $duplicates_text . '</td><td>&nbsp;</td><td style="text-align:center;">';
3057 3057
                     
3058
-                    if ( $translated ) {
3059
-                        $wpml_content .= '<i class="fa fa-check" style="color:orange"></i>';
3060
-                    } else {
3061
-                        $wpml_content .= '<input name="gd_icl_dup[]" value="' . $lang_code . '" title="' . esc_attr__( 'Create duplicate', 'geodirectory' ) . '" type="checkbox">';
3062
-                    }
3058
+					if ( $translated ) {
3059
+						$wpml_content .= '<i class="fa fa-check" style="color:orange"></i>';
3060
+					} else {
3061
+						$wpml_content .= '<input name="gd_icl_dup[]" value="' . $lang_code . '" title="' . esc_attr__( 'Create duplicate', 'geodirectory' ) . '" type="checkbox">';
3062
+					}
3063 3063
                     
3064
-                    $wpml_content .= '</td></tr>';
3065
-                }
3064
+					$wpml_content .= '</td></tr>';
3065
+				}
3066 3066
                 
3067
-                if ( $needs_translation ) {
3068
-                    $nonce = wp_create_nonce( 'geodir_duplicate_nonce' );
3069
-                    $wpml_content .= '<tr><td>&nbsp;</td><td style="vertical-align:middle;padding-top:13px"><i style="display:none" class="fa fa-spin fa-refresh"></i></td><td style="padding:15px 3px 3px 3px;text-align:right"><button data-nonce="' . esc_attr( $nonce ) . '" data-post-id="' . $post_id . '" id="gd_make_duplicates" class="button-secondary">' . __( 'Duplicate', 'geodirectory' ) . '</button></td></tr>';
3070
-                }
3067
+				if ( $needs_translation ) {
3068
+					$nonce = wp_create_nonce( 'geodir_duplicate_nonce' );
3069
+					$wpml_content .= '<tr><td>&nbsp;</td><td style="vertical-align:middle;padding-top:13px"><i style="display:none" class="fa fa-spin fa-refresh"></i></td><td style="padding:15px 3px 3px 3px;text-align:right"><button data-nonce="' . esc_attr( $nonce ) . '" data-post-id="' . $post_id . '" id="gd_make_duplicates" class="button-secondary">' . __( 'Duplicate', 'geodirectory' ) . '</button></td></tr>';
3070
+				}
3071 3071
                 
3072
-                $wpml_content .= '</tbody></table>';
3073
-                $wpml_content .= '</div>';
3072
+				$wpml_content .= '</tbody></table>';
3073
+				$wpml_content .= '</div>';
3074 3074
                 
3075
-                $content_html .= $wpml_content;
3076
-            }
3077
-        }
3078
-    }
3075
+				$content_html .= $wpml_content;
3076
+			}
3077
+		}
3078
+	}
3079 3079
     
3080
-    return $content_html;
3080
+	return $content_html;
3081 3081
 }
3082 3082
\ No newline at end of file
Please login to merge, or discard this patch.
geodirectory-functions/ajax_handler_functions.php 1 patch
Indentation   +343 added lines, -343 removed lines patch added patch discarded remove patch
@@ -16,22 +16,22 @@  discard block
 block discarded – undo
16 16
  */
17 17
 function geodir_on_wp_loaded()
18 18
 {
19
-    /**
20
-     * Called on the wp_loaded WP hook and used to send the send inquiry and send to friend forms.
21
-     *
22
-     * @since 1.0.0
23
-     */
24
-    do_action('giodir_handle_request_plugins_loaded');
25
-    global $wpdb;
19
+	/**
20
+	 * Called on the wp_loaded WP hook and used to send the send inquiry and send to friend forms.
21
+	 *
22
+	 * @since 1.0.0
23
+	 */
24
+	do_action('giodir_handle_request_plugins_loaded');
25
+	global $wpdb;
26 26
 
27 27
 
28
-    if (isset($_POST['sendact']) && $_POST['sendact'] == 'send_inqury') {
29
-        geodir_send_inquiry($_REQUEST); // function in custom_functions.php
28
+	if (isset($_POST['sendact']) && $_POST['sendact'] == 'send_inqury') {
29
+		geodir_send_inquiry($_REQUEST); // function in custom_functions.php
30 30
 
31
-    } elseif (isset($_POST['sendact']) && $_POST['sendact'] == 'email_frnd') {
32
-        geodir_send_friend($_REQUEST); // function in custom_functions.php
31
+	} elseif (isset($_POST['sendact']) && $_POST['sendact'] == 'email_frnd') {
32
+		geodir_send_friend($_REQUEST); // function in custom_functions.php
33 33
 
34
-    }
34
+	}
35 35
 
36 36
 }
37 37
 
@@ -44,9 +44,9 @@  discard block
 block discarded – undo
44 44
  */
45 45
 function geodir_on_wp()
46 46
 {
47
-    if(geodir_is_page('login')) {
48
-        geodir_user_signup();
49
-    }
47
+	if(geodir_is_page('login')) {
48
+		geodir_user_signup();
49
+	}
50 50
 
51 51
 }
52 52
 
@@ -60,36 +60,36 @@  discard block
 block discarded – undo
60 60
  */
61 61
 function geodir_on_init()
62 62
 {
63
-    /**
64
-     * Called on the wp_init WP hook at the start of the geodir_on_init() function.
65
-     *
66
-     * @since 1.0.0
67
-     */
68
-    do_action('giodir_handle_request');
69
-    global $wpdb;
63
+	/**
64
+	 * Called on the wp_init WP hook at the start of the geodir_on_init() function.
65
+	 *
66
+	 * @since 1.0.0
67
+	 */
68
+	do_action('giodir_handle_request');
69
+	global $wpdb;
70 70
 
71 71
 
72 72
 
73 73
 
74
-    if (get_option('geodir_allow_wpadmin') == '0' && is_user_logged_in() && !current_user_can('manage_options') && !class_exists('BuddyPress')) {
75
-        show_admin_bar(false);
76
-    }
74
+	if (get_option('geodir_allow_wpadmin') == '0' && is_user_logged_in() && !current_user_can('manage_options') && !class_exists('BuddyPress')) {
75
+		show_admin_bar(false);
76
+	}
77 77
 
78 78
 
79
-    if (isset($_REQUEST['ptype']) && $_REQUEST['ptype'] == 'get_markers') {
80
-        /**
81
-         * Contains map marker functions.
82
-         *
83
-         * @since 1.0.0
84
-         * @package GeoDirectory
85
-         */
86
-        include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php');
87
-        die;
88
-    }
79
+	if (isset($_REQUEST['ptype']) && $_REQUEST['ptype'] == 'get_markers') {
80
+		/**
81
+		 * Contains map marker functions.
82
+		 *
83
+		 * @since 1.0.0
84
+		 * @package GeoDirectory
85
+		 */
86
+		include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php');
87
+		die;
88
+	}
89 89
     
90
-    if ( class_exists( 'WPSEO_Frontend' ) && !is_admin() ) {
91
-        add_action( 'template_redirect', 'geodir_remove_yoast_seo_metas' );
92
-    }
90
+	if ( class_exists( 'WPSEO_Frontend' ) && !is_admin() ) {
91
+		add_action( 'template_redirect', 'geodir_remove_yoast_seo_metas' );
92
+	}
93 93
 }
94 94
 
95 95
 
@@ -106,328 +106,328 @@  discard block
 block discarded – undo
106 106
  * @todo check if nonce is required here and if so add one.
107 107
  */
108 108
 function geodir_ajax_handler() {
109
-    global $wpdb, $gd_session,$post;
109
+	global $wpdb, $gd_session,$post;
110 110
 
111
-    if (isset($_REQUEST['gd_listing_view']) && $_REQUEST['gd_listing_view'] != '') {
111
+	if (isset($_REQUEST['gd_listing_view']) && $_REQUEST['gd_listing_view'] != '') {
112 112
 		$gd_session->set('gd_listing_view', $_REQUEST['gd_listing_view']);
113
-        echo '1';
114
-    }
115
-
116
-    if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'category_ajax') {
117
-        if (isset($_REQUEST['main_catid']) && isset($_REQUEST['cat_tax']) && isset($_REQUEST['exclude']))
118
-            geodir_addpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['main_catid'], '', '', '', $_REQUEST['exclude']);
119
-        else if (isset($_REQUEST['catpid']) && isset($_REQUEST['cat_tax']))
120
-            geodir_editpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['catpid']);
121
-    }
122
-
123
-    if ((isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'admin_ajax') || isset($_REQUEST['create_field']) || isset($_REQUEST['sort_create_field'])) {
124
-        if (current_user_can('manage_options')) {
125
-            /**
126
-             * Contains admin ajax handling functions.
127
-             *
128
-             * @since 1.0.0
129
-             * @package GeoDirectory
130
-             */
131
-            include_once(geodir_plugin_path() . '/geodirectory-admin/geodir_admin_ajax.php');
132
-        } else {
133
-            wp_redirect(geodir_login_url());
134
-            gd_die();
135
-        }
136
-    }
137
-
138
-    if (isset($_REQUEST['geodir_autofill']) && $_REQUEST['geodir_autofill'] != '' && isset($_REQUEST['_wpnonce'])) {
139
-        if (current_user_can('manage_options')) {
140
-            switch ($_REQUEST['geodir_autofill']):
141
-                case "geodir_dummy_delete" :
142
-                    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename'))
143
-                        return;
144
-
145
-                    $datatype = isset($_REQUEST['datatype']) ? sanitize_key($_REQUEST['datatype']) : '';
146
-                    if (isset($_REQUEST['posttype']))
147
-                        /**
148
-                         * Used to delete the dummy post data per post type.
149
-                         *
150
-                         * Uses dynamic hook, geodir_delete_dummy_posts_$_REQUEST['posttype'].
151
-                         *
152
-                         * @since 1.6.11
153
-                         * @param string $posttype The post type to insert.
154
-                         * @param string $datatype The type of dummy data to insert.
155
-                         */
156
-                        do_action('geodir_delete_dummy_posts' ,sanitize_key($_REQUEST['posttype']),$datatype);
157
-                    break;
158
-                case "geodir_dummy_insert" :
159
-                    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename'))
160
-                        return;
161
-
162
-                    global $city_bound_lat1, $city_bound_lng1, $city_bound_lat2, $city_bound_lng2;
163
-                    $city_bound_lat1 = $_REQUEST['city_bound_lat1'];
164
-                    $city_bound_lng1 = $_REQUEST['city_bound_lng1'];
165
-                    $city_bound_lat2 = $_REQUEST['city_bound_lat2'];
166
-                    $city_bound_lng2 = $_REQUEST['city_bound_lng2'];
167
-
168
-                    if (isset($_REQUEST['posttype'])){
169
-                        /**
170
-                         * Used to insert the dummy post data per post type.
171
-                         *
172
-                         * Uses dynamic hook, geodir_insert_dummy_posts_$_REQUEST['posttype'].
173
-                         *
174
-                         * @since 1.6.11
175
-                         * @param string $posttype The post type to insert.
176
-                         * @param string $datatype The type of dummy data to insert.
177
-                         * @param int $post_index The item number to insert.
178
-                         */
179
-                        do_action('geodir_insert_dummy_posts',sanitize_key($_REQUEST['posttype']),sanitize_key($_REQUEST['datatype']),absint($_REQUEST['insert_dummy_post_index']));
180
-                    }
181
-
182
-
183
-                    break;
184
-            endswitch;
185
-        } else {
186
-            wp_redirect(geodir_login_url());
187
-            exit();
188
-        }
189
-    }
190
-
191
-    if (isset($_REQUEST['popuptype']) && $_REQUEST['popuptype'] != '' && isset($_REQUEST['post_id']) && $_REQUEST['post_id'] != '') {
192
-
193
-        if ($_REQUEST['popuptype'] == 'b_send_inquiry' || $_REQUEST['popuptype'] == 'b_sendtofriend') {
194
-            $template = locate_template(array("geodirectory/popup-forms.php"));
195
-            if (!$template) {
196
-                $template = geodir_plugin_path() . '/geodirectory-templates/popup-forms.php';
197
-            }
198
-            require_once($template);
199
-        }
200
-
201
-        gd_die();
202
-    }
203
-
204
-    /*if(isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'filter_ajax'){
113
+		echo '1';
114
+	}
115
+
116
+	if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'category_ajax') {
117
+		if (isset($_REQUEST['main_catid']) && isset($_REQUEST['cat_tax']) && isset($_REQUEST['exclude']))
118
+			geodir_addpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['main_catid'], '', '', '', $_REQUEST['exclude']);
119
+		else if (isset($_REQUEST['catpid']) && isset($_REQUEST['cat_tax']))
120
+			geodir_editpost_categories_html($_REQUEST['cat_tax'], $_REQUEST['catpid']);
121
+	}
122
+
123
+	if ((isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'admin_ajax') || isset($_REQUEST['create_field']) || isset($_REQUEST['sort_create_field'])) {
124
+		if (current_user_can('manage_options')) {
125
+			/**
126
+			 * Contains admin ajax handling functions.
127
+			 *
128
+			 * @since 1.0.0
129
+			 * @package GeoDirectory
130
+			 */
131
+			include_once(geodir_plugin_path() . '/geodirectory-admin/geodir_admin_ajax.php');
132
+		} else {
133
+			wp_redirect(geodir_login_url());
134
+			gd_die();
135
+		}
136
+	}
137
+
138
+	if (isset($_REQUEST['geodir_autofill']) && $_REQUEST['geodir_autofill'] != '' && isset($_REQUEST['_wpnonce'])) {
139
+		if (current_user_can('manage_options')) {
140
+			switch ($_REQUEST['geodir_autofill']):
141
+				case "geodir_dummy_delete" :
142
+					if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename'))
143
+						return;
144
+
145
+					$datatype = isset($_REQUEST['datatype']) ? sanitize_key($_REQUEST['datatype']) : '';
146
+					if (isset($_REQUEST['posttype']))
147
+						/**
148
+						 * Used to delete the dummy post data per post type.
149
+						 *
150
+						 * Uses dynamic hook, geodir_delete_dummy_posts_$_REQUEST['posttype'].
151
+						 *
152
+						 * @since 1.6.11
153
+						 * @param string $posttype The post type to insert.
154
+						 * @param string $datatype The type of dummy data to insert.
155
+						 */
156
+						do_action('geodir_delete_dummy_posts' ,sanitize_key($_REQUEST['posttype']),$datatype);
157
+					break;
158
+				case "geodir_dummy_insert" :
159
+					if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename'))
160
+						return;
161
+
162
+					global $city_bound_lat1, $city_bound_lng1, $city_bound_lat2, $city_bound_lng2;
163
+					$city_bound_lat1 = $_REQUEST['city_bound_lat1'];
164
+					$city_bound_lng1 = $_REQUEST['city_bound_lng1'];
165
+					$city_bound_lat2 = $_REQUEST['city_bound_lat2'];
166
+					$city_bound_lng2 = $_REQUEST['city_bound_lng2'];
167
+
168
+					if (isset($_REQUEST['posttype'])){
169
+						/**
170
+						 * Used to insert the dummy post data per post type.
171
+						 *
172
+						 * Uses dynamic hook, geodir_insert_dummy_posts_$_REQUEST['posttype'].
173
+						 *
174
+						 * @since 1.6.11
175
+						 * @param string $posttype The post type to insert.
176
+						 * @param string $datatype The type of dummy data to insert.
177
+						 * @param int $post_index The item number to insert.
178
+						 */
179
+						do_action('geodir_insert_dummy_posts',sanitize_key($_REQUEST['posttype']),sanitize_key($_REQUEST['datatype']),absint($_REQUEST['insert_dummy_post_index']));
180
+					}
181
+
182
+
183
+					break;
184
+			endswitch;
185
+		} else {
186
+			wp_redirect(geodir_login_url());
187
+			exit();
188
+		}
189
+	}
190
+
191
+	if (isset($_REQUEST['popuptype']) && $_REQUEST['popuptype'] != '' && isset($_REQUEST['post_id']) && $_REQUEST['post_id'] != '') {
192
+
193
+		if ($_REQUEST['popuptype'] == 'b_send_inquiry' || $_REQUEST['popuptype'] == 'b_sendtofriend') {
194
+			$template = locate_template(array("geodirectory/popup-forms.php"));
195
+			if (!$template) {
196
+				$template = geodir_plugin_path() . '/geodirectory-templates/popup-forms.php';
197
+			}
198
+			require_once($template);
199
+		}
200
+
201
+		gd_die();
202
+	}
203
+
204
+	/*if(isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'filter_ajax'){
205 205
         include_once ( geodir_plugin_path() . '/geodirectory-templates/advance-search-form.php');
206 206
     }*/
207 207
 
208
-    if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'map_ajax') {
209
-        /**
210
-         * Contains map marker functions.
211
-         *
212
-         * @since 1.0.0
213
-         * @package GeoDirectory
214
-         */
215
-        include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php');
216
-    }
217
-
218
-    if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'favorite') {
219
-        if (is_user_logged_in()) {
220
-            switch ($_REQUEST['ajax_action']):
221
-                case "add" :
222
-                    geodir_add_to_favorite((int)$_REQUEST['pid']);
223
-                    break;
224
-                case "remove" :
225
-                    geodir_remove_from_favorite((int)$_REQUEST['pid']);
226
-                    break;
227
-            endswitch;
228
-        } else {
229
-            wp_redirect(geodir_login_url());
230
-            exit();
231
-        }
232
-    }
233
-
234
-    if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'add_listing') {
235
-
236
-        $is_current_user_owner = true;
237
-        if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
238
-            $is_current_user_owner = geodir_listing_belong_to_current_user((int)$_REQUEST['pid']);
239
-        }
240
-
241
-        $request = $gd_session->get('listing');
242
-
243
-        if (is_user_logged_in() && $is_current_user_owner) {
244
-
245
-            switch ($_REQUEST['ajax_action']):
246
-                case "add":
247
-                case "update":
248
-
249
-                    if (isset($request['geodir_spamblocker']) && $request['geodir_spamblocker'] == '64' && isset($request['geodir_filled_by_spam_bot']) && $request['geodir_filled_by_spam_bot'] == '') {
250
-                        $last_id = geodir_save_listing();
251
-
252
-                        if ($last_id) {
253
-                            //$redirect_to = get_permalink( $last_id );
254
-                            $redirect_to = geodir_getlink(get_permalink(geodir_success_page_id()), array('pid' => $last_id));
255
-
256
-                        } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
257
-                            $redirect_to = get_permalink(geodir_add_listing_page_id());
258
-                            $redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false);
259
-                        } else
260
-                            $redirect_to = get_permalink(geodir_add_listing_page_id());
261
-
262
-                        wp_redirect($redirect_to);
263
-                    } else {
264
-                        $gd_session->un_set('listing');
265
-                        wp_redirect(home_url());
266
-                    }
267
-
268
-                    break;
269
-                case "cancel" :
270
-
271
-                    $gd_session->un_set('listing');
272
-
273
-                    if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '' && get_permalink($_REQUEST['pid']))
274
-                        wp_redirect(get_permalink($_REQUEST['pid']));
275
-                    else {
276
-                        geodir_remove_temp_images();
277
-                        wp_redirect(geodir_getlink(get_permalink(geodir_add_listing_page_id()), array('listing_type' => $_REQUEST['listing_type'])));
278
-                    }
279
-
280
-                    break;
281
-
282
-                case "publish" :
283
-
284
-                    if (isset($request['geodir_spamblocker']) && $request['geodir_spamblocker'] == '64' && isset($request['geodir_filled_by_spam_bot']) && $request['geodir_filled_by_spam_bot'] == '') {
285
-
286
-                        if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
287
-                            $new_post = array();
288
-                            $new_post['ID'] = $_REQUEST['pid'];
289
-
290
-                            $lastid = wp_update_post($new_post);
291
-
292
-                            $gd_session->un_set('listing');
293
-                            wp_redirect(get_permalink($lastid));
294
-                        } else {
295
-                            $last_id = geodir_save_listing();
296
-
297
-                            if ($last_id) {
298
-                                //$redirect_to = get_permalink( $last_id );
299
-                                $redirect_to = geodir_getlink(get_permalink(geodir_success_page_id()), array('pid' => $last_id));
300
-                            } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
301
-                                $redirect_to = get_permalink(geodir_add_listing_page_id());
302
-                                $redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false);
303
-                            } else
304
-                                $redirect_to = get_permalink(geodir_add_listing_page_id());
305
-
306
-                            $gd_session->un_set('listing');
307
-                            wp_redirect($redirect_to);
308
-                        }
309
-                    } else {
310
-                        $gd_session->un_set('listing');
311
-                        wp_redirect(home_url());
312
-                    }
313
-
314
-                    break;
315
-                case "delete" :
316
-                    if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
317
-                        global $current_user;
318
-
319
-                        if (get_option('geodir_disable_perm_delete')) {
320
-                            $lastid = wp_trash_post($_REQUEST['pid']);
321
-                        } else {
322
-                            $lastid = wp_delete_post($_REQUEST['pid']);
323
-                        }
324
-
325
-                        if ($lastid && !is_wp_error($lastid))
326
-                            wp_redirect($_SERVER['HTTP_REFERER']);
327
-
328
-                        //wp_redirect( geodir_getlink(get_author_posts_url($current_user->ID),array('geodir_dashbord'=>'true','stype'=>$post_type ),false) );
329
-                    }
330
-                    break;
331
-            endswitch;
332
-
333
-            $gd_session->un_set('listing');
334
-        } else {
335
-            $gd_session->un_set('listing');
336
-            wp_redirect(geodir_login_url());
337
-            exit();
338
-        }
339
-    }
340
-
341
-    if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'user_login') {
342
-        /**
343
-         * Contains registration and login functions.
344
-         * @todo Fix the file path.
345
-         *
346
-         * @since 1.0.0
347
-         * @package GeoDirectory
348
-         */
349
-        include_once(geodir_plugin_path() . '/geodirectory-functions/geodirectory_reg.php');
350
-    }
351
-
352
-    if (isset($_REQUEST['ajax_action']) && $_REQUEST['ajax_action'] == 'geodir_get_term_list') {
353
-        $args = array('taxonomy' => sanitize_text_field($_REQUEST['term']));
354
-        if (!empty($_REQUEST['parent_only'])) {
355
-            $args['parent'] = 0;
356
-        }
357
-        $terms_o = get_terms($args);
358
-
359
-        // Skip terms which has no listing
360
-        if (!empty($terms_o)) {
361
-            $filter_terms = array();
362
-
363
-            foreach ($terms_o as $term) {
364
-                if (isset($term->count) && $term->count > 0) {
365
-                    $filter_terms[] = $term;
366
-                }
367
-            }
368
-            $terms_o = $filter_terms;
369
-        }
370
-
371
-        $terms = geodir_sort_terms($terms_o, 'count');
372
-        geodir_helper_cat_list_output($terms, intval($_REQUEST['limit']));
373
-        exit();
374
-    }
208
+	if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'map_ajax') {
209
+		/**
210
+		 * Contains map marker functions.
211
+		 *
212
+		 * @since 1.0.0
213
+		 * @package GeoDirectory
214
+		 */
215
+		include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php');
216
+	}
217
+
218
+	if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'favorite') {
219
+		if (is_user_logged_in()) {
220
+			switch ($_REQUEST['ajax_action']):
221
+				case "add" :
222
+					geodir_add_to_favorite((int)$_REQUEST['pid']);
223
+					break;
224
+				case "remove" :
225
+					geodir_remove_from_favorite((int)$_REQUEST['pid']);
226
+					break;
227
+			endswitch;
228
+		} else {
229
+			wp_redirect(geodir_login_url());
230
+			exit();
231
+		}
232
+	}
233
+
234
+	if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'add_listing') {
235
+
236
+		$is_current_user_owner = true;
237
+		if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
238
+			$is_current_user_owner = geodir_listing_belong_to_current_user((int)$_REQUEST['pid']);
239
+		}
240
+
241
+		$request = $gd_session->get('listing');
242
+
243
+		if (is_user_logged_in() && $is_current_user_owner) {
244
+
245
+			switch ($_REQUEST['ajax_action']):
246
+				case "add":
247
+				case "update":
248
+
249
+					if (isset($request['geodir_spamblocker']) && $request['geodir_spamblocker'] == '64' && isset($request['geodir_filled_by_spam_bot']) && $request['geodir_filled_by_spam_bot'] == '') {
250
+						$last_id = geodir_save_listing();
251
+
252
+						if ($last_id) {
253
+							//$redirect_to = get_permalink( $last_id );
254
+							$redirect_to = geodir_getlink(get_permalink(geodir_success_page_id()), array('pid' => $last_id));
255
+
256
+						} elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
257
+							$redirect_to = get_permalink(geodir_add_listing_page_id());
258
+							$redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false);
259
+						} else
260
+							$redirect_to = get_permalink(geodir_add_listing_page_id());
261
+
262
+						wp_redirect($redirect_to);
263
+					} else {
264
+						$gd_session->un_set('listing');
265
+						wp_redirect(home_url());
266
+					}
267
+
268
+					break;
269
+				case "cancel" :
270
+
271
+					$gd_session->un_set('listing');
272
+
273
+					if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '' && get_permalink($_REQUEST['pid']))
274
+						wp_redirect(get_permalink($_REQUEST['pid']));
275
+					else {
276
+						geodir_remove_temp_images();
277
+						wp_redirect(geodir_getlink(get_permalink(geodir_add_listing_page_id()), array('listing_type' => $_REQUEST['listing_type'])));
278
+					}
279
+
280
+					break;
281
+
282
+				case "publish" :
283
+
284
+					if (isset($request['geodir_spamblocker']) && $request['geodir_spamblocker'] == '64' && isset($request['geodir_filled_by_spam_bot']) && $request['geodir_filled_by_spam_bot'] == '') {
285
+
286
+						if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
287
+							$new_post = array();
288
+							$new_post['ID'] = $_REQUEST['pid'];
289
+
290
+							$lastid = wp_update_post($new_post);
291
+
292
+							$gd_session->un_set('listing');
293
+							wp_redirect(get_permalink($lastid));
294
+						} else {
295
+							$last_id = geodir_save_listing();
296
+
297
+							if ($last_id) {
298
+								//$redirect_to = get_permalink( $last_id );
299
+								$redirect_to = geodir_getlink(get_permalink(geodir_success_page_id()), array('pid' => $last_id));
300
+							} elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
301
+								$redirect_to = get_permalink(geodir_add_listing_page_id());
302
+								$redirect_to = geodir_getlink($redirect_to, array('pid' => $post->pid), false);
303
+							} else
304
+								$redirect_to = get_permalink(geodir_add_listing_page_id());
305
+
306
+							$gd_session->un_set('listing');
307
+							wp_redirect($redirect_to);
308
+						}
309
+					} else {
310
+						$gd_session->un_set('listing');
311
+						wp_redirect(home_url());
312
+					}
313
+
314
+					break;
315
+				case "delete" :
316
+					if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
317
+						global $current_user;
318
+
319
+						if (get_option('geodir_disable_perm_delete')) {
320
+							$lastid = wp_trash_post($_REQUEST['pid']);
321
+						} else {
322
+							$lastid = wp_delete_post($_REQUEST['pid']);
323
+						}
324
+
325
+						if ($lastid && !is_wp_error($lastid))
326
+							wp_redirect($_SERVER['HTTP_REFERER']);
327
+
328
+						//wp_redirect( geodir_getlink(get_author_posts_url($current_user->ID),array('geodir_dashbord'=>'true','stype'=>$post_type ),false) );
329
+					}
330
+					break;
331
+			endswitch;
332
+
333
+			$gd_session->un_set('listing');
334
+		} else {
335
+			$gd_session->un_set('listing');
336
+			wp_redirect(geodir_login_url());
337
+			exit();
338
+		}
339
+	}
340
+
341
+	if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'user_login') {
342
+		/**
343
+		 * Contains registration and login functions.
344
+		 * @todo Fix the file path.
345
+		 *
346
+		 * @since 1.0.0
347
+		 * @package GeoDirectory
348
+		 */
349
+		include_once(geodir_plugin_path() . '/geodirectory-functions/geodirectory_reg.php');
350
+	}
351
+
352
+	if (isset($_REQUEST['ajax_action']) && $_REQUEST['ajax_action'] == 'geodir_get_term_list') {
353
+		$args = array('taxonomy' => sanitize_text_field($_REQUEST['term']));
354
+		if (!empty($_REQUEST['parent_only'])) {
355
+			$args['parent'] = 0;
356
+		}
357
+		$terms_o = get_terms($args);
358
+
359
+		// Skip terms which has no listing
360
+		if (!empty($terms_o)) {
361
+			$filter_terms = array();
362
+
363
+			foreach ($terms_o as $term) {
364
+				if (isset($term->count) && $term->count > 0) {
365
+					$filter_terms[] = $term;
366
+				}
367
+			}
368
+			$terms_o = $filter_terms;
369
+		}
370
+
371
+		$terms = geodir_sort_terms($terms_o, 'count');
372
+		geodir_helper_cat_list_output($terms, intval($_REQUEST['limit']));
373
+		exit();
374
+	}
375 375
     
376
-    if ( !empty($_REQUEST['geodir_ajax'] ) && $_REQUEST['geodir_ajax'] == 'duplicate' && geodir_is_wpml() ) {
377
-        if ( !empty( $_REQUEST['_nonce'] ) && wp_verify_nonce( $_REQUEST['_nonce'], 'geodir_duplicate_nonce' ) ) {
378
-            $json = array();
379
-            $json['success'] = false;
376
+	if ( !empty($_REQUEST['geodir_ajax'] ) && $_REQUEST['geodir_ajax'] == 'duplicate' && geodir_is_wpml() ) {
377
+		if ( !empty( $_REQUEST['_nonce'] ) && wp_verify_nonce( $_REQUEST['_nonce'], 'geodir_duplicate_nonce' ) ) {
378
+			$json = array();
379
+			$json['success'] = false;
380 380
             
381
-            $post_id = !empty( $_REQUEST['post_id'] ) ? absint( $_REQUEST['post_id'] ) : 0;
382
-            $langs = !empty( $_REQUEST['dups'] ) ? explode( ',', sanitize_text_field( $_REQUEST['dups'] ) ) : array();
381
+			$post_id = !empty( $_REQUEST['post_id'] ) ? absint( $_REQUEST['post_id'] ) : 0;
382
+			$langs = !empty( $_REQUEST['dups'] ) ? explode( ',', sanitize_text_field( $_REQUEST['dups'] ) ) : array();
383 383
             
384
-            if ( !empty( $post_id ) && !empty( $langs ) ) {
385
-                if ( geodir_wpml_allowed_to_duplicate( $post_id ) ) {
386
-                    global $sitepress;
384
+			if ( !empty( $post_id ) && !empty( $langs ) ) {
385
+				if ( geodir_wpml_allowed_to_duplicate( $post_id ) ) {
386
+					global $sitepress;
387 387
                     
388
-                    $element_type = 'post_' . get_post_type( $post_id );
389
-                    $master_post_id = $sitepress->get_original_element_id( $post_id, $element_type );
388
+					$element_type = 'post_' . get_post_type( $post_id );
389
+					$master_post_id = $sitepress->get_original_element_id( $post_id, $element_type );
390 390
                     
391
-                    if ( $master_post_id == $post_id ) {
392
-                        $_REQUEST['icl_ajx_action'] = 'make_duplicates';
391
+					if ( $master_post_id == $post_id ) {
392
+						$_REQUEST['icl_ajx_action'] = 'make_duplicates';
393 393
                         
394
-                        foreach ( $langs as $lang ) {
395
-                            $return = $sitepress->make_duplicate( $master_post_id, $lang );
396
-                        }
397
-                        $json['success'] = true;
398
-                    } else {
399
-                        $json['error'] = __( 'Translation can be done from original listing only.', 'geodirectory' );
400
-                    }
401
-                } else {
402
-                    $json['error'] = __( 'You are not allowed to translate this listing.', 'geodirectory' );
403
-                }
404
-            }
394
+						foreach ( $langs as $lang ) {
395
+							$return = $sitepress->make_duplicate( $master_post_id, $lang );
396
+						}
397
+						$json['success'] = true;
398
+					} else {
399
+						$json['error'] = __( 'Translation can be done from original listing only.', 'geodirectory' );
400
+					}
401
+				} else {
402
+					$json['error'] = __( 'You are not allowed to translate this listing.', 'geodirectory' );
403
+				}
404
+			}
405 405
             
406
-            wp_send_json( $json );
407
-        }
408
-    }
406
+			wp_send_json( $json );
407
+		}
408
+	}
409 409
 
410
-    gd_die();
410
+	gd_die();
411 411
 }
412 412
 
413 413
 
414 414
 function geodir_show_ga_stats(){
415
-    if (isset($_REQUEST['ga_start'])) {
416
-        $ga_start = $_REQUEST['ga_start'];
417
-    } else {
418
-        $ga_start = '';
419
-    }
420
-    if (isset($_REQUEST['ga_end'])) {
421
-        $ga_end = $_REQUEST['ga_end'];
422
-    } else {
423
-        $ga_end = '';
424
-    }
425
-    try {
426
-        geodir_getGoogleAnalytics($_REQUEST['ga_page'], $ga_start, $ga_end);
427
-    } catch (Exception $e) {
428
-        geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) );
429
-    }
430
-    die;
415
+	if (isset($_REQUEST['ga_start'])) {
416
+		$ga_start = $_REQUEST['ga_start'];
417
+	} else {
418
+		$ga_start = '';
419
+	}
420
+	if (isset($_REQUEST['ga_end'])) {
421
+		$ga_end = $_REQUEST['ga_end'];
422
+	} else {
423
+		$ga_end = '';
424
+	}
425
+	try {
426
+		geodir_getGoogleAnalytics($_REQUEST['ga_page'], $ga_start, $ga_end);
427
+	} catch (Exception $e) {
428
+		geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) );
429
+	}
430
+	die;
431 431
 }
432 432
 add_action( 'wp_ajax_gdga', 'geodir_show_ga_stats' );
433 433
 add_action( 'wp_ajax_nopriv_gdga', 'geodir_show_ga_stats' );
434 434
\ No newline at end of file
Please login to merge, or discard this patch.