Test Failed
Push — master ( f5f5fe...9630d5 )
by Stiofan
04:13
created
geodirectory-admin/admin_functions.php 2 patches
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.
Spacing   +939 added lines, -939 removed lines patch added patch discarded remove patch
@@ -28,31 +28,31 @@  discard block
 block discarded – undo
28 28
      * @package GeoDirectory
29 29
      */
30 30
     function geodir_admin_styles() {
31
-        wp_register_style('geodirectory-admin-css', geodir_plugin_url() . '/geodirectory-assets/css/admin.css', array(), GEODIRECTORY_VERSION);
31
+        wp_register_style('geodirectory-admin-css', geodir_plugin_url().'/geodirectory-assets/css/admin.css', array(), GEODIRECTORY_VERSION);
32 32
         wp_enqueue_style('geodirectory-admin-css');
33 33
 
34
-        wp_register_style('geodirectory-frontend-style', geodir_plugin_url() . '/geodirectory-assets/css/style.css', array(), GEODIRECTORY_VERSION);
34
+        wp_register_style('geodirectory-frontend-style', geodir_plugin_url().'/geodirectory-assets/css/style.css', array(), GEODIRECTORY_VERSION);
35 35
         wp_enqueue_style('geodirectory-frontend-style');
36 36
 
37
-        wp_register_style('geodir-chosen-style', geodir_plugin_url() . '/geodirectory-assets/css/chosen.css', array(), GEODIRECTORY_VERSION);
37
+        wp_register_style('geodir-chosen-style', geodir_plugin_url().'/geodirectory-assets/css/chosen.css', array(), GEODIRECTORY_VERSION);
38 38
         wp_enqueue_style('geodir-chosen-style');
39 39
 
40
-        wp_register_style('geodirectory-jquery-ui-timepicker-css', geodir_plugin_url() . '/geodirectory-assets/css/jquery.ui.timepicker.css', array(), GEODIRECTORY_VERSION);
40
+        wp_register_style('geodirectory-jquery-ui-timepicker-css', geodir_plugin_url().'/geodirectory-assets/css/jquery.ui.timepicker.css', array(), GEODIRECTORY_VERSION);
41 41
         wp_enqueue_style('geodirectory-jquery-ui-timepicker-css');
42 42
 
43
-        wp_register_style('geodirectory-jquery-ui-css', geodir_plugin_url() . '/geodirectory-assets/css/jquery-ui.css', array(), GEODIRECTORY_VERSION);
43
+        wp_register_style('geodirectory-jquery-ui-css', geodir_plugin_url().'/geodirectory-assets/css/jquery-ui.css', array(), GEODIRECTORY_VERSION);
44 44
         wp_enqueue_style('geodirectory-jquery-ui-css');
45 45
 
46
-        wp_register_style('geodirectory-custom-fields-css', geodir_plugin_url() . '/geodirectory-assets/css/custom_field.css', array(), GEODIRECTORY_VERSION);
46
+        wp_register_style('geodirectory-custom-fields-css', geodir_plugin_url().'/geodirectory-assets/css/custom_field.css', array(), GEODIRECTORY_VERSION);
47 47
         wp_enqueue_style('geodirectory-custom-fields-css');
48 48
 
49
-        wp_register_style('geodirectory-pluplodar-css', geodir_plugin_url() . '/geodirectory-assets/css/pluploader.css', array(), GEODIRECTORY_VERSION);
49
+        wp_register_style('geodirectory-pluplodar-css', geodir_plugin_url().'/geodirectory-assets/css/pluploader.css', array(), GEODIRECTORY_VERSION);
50 50
         wp_enqueue_style('geodirectory-pluplodar-css');
51 51
 
52
-        wp_register_style('geodir-rating-style', geodir_plugin_url() . '/geodirectory-assets/css/jRating.jquery.css', array(), GEODIRECTORY_VERSION);
52
+        wp_register_style('geodir-rating-style', geodir_plugin_url().'/geodirectory-assets/css/jRating.jquery.css', array(), GEODIRECTORY_VERSION);
53 53
         wp_enqueue_style('geodir-rating-style');
54 54
 
55
-        wp_register_style('geodir-rtl-style', geodir_plugin_url() . '/geodirectory-assets/css/rtl.css', array(), GEODIRECTORY_VERSION);
55
+        wp_register_style('geodir-rtl-style', geodir_plugin_url().'/geodirectory-assets/css/rtl.css', array(), GEODIRECTORY_VERSION);
56 56
         wp_enqueue_style('geodir-rtl-style');
57 57
     }
58 58
 }
@@ -70,7 +70,7 @@  discard block
 block discarded – undo
70 70
         wp_register_style('font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css', array(), GEODIRECTORY_VERSION);
71 71
         wp_enqueue_style('font-awesome');
72 72
 
73
-        wp_register_script('geodirectory-admin', geodir_plugin_url() . '/geodirectory-assets/js/admin-req.min.js', array('jquery'), GEODIRECTORY_VERSION);
73
+        wp_register_script('geodirectory-admin', geodir_plugin_url().'/geodirectory-assets/js/admin-req.min.js', array('jquery'), GEODIRECTORY_VERSION);
74 74
         wp_enqueue_script('geodirectory-admin');
75 75
 
76 76
     }
@@ -89,60 +89,60 @@  discard block
 block discarded – undo
89 89
         
90 90
         wp_enqueue_script('jquery');
91 91
 
92
-        wp_enqueue_script('geodirectory-jquery-ui-timepicker-js', geodir_plugin_url() . '/geodirectory-assets/js/jquery.ui.timepicker.js', array('jquery-ui-datepicker', 'jquery-ui-slider'), '', true);
92
+        wp_enqueue_script('geodirectory-jquery-ui-timepicker-js', geodir_plugin_url().'/geodirectory-assets/js/jquery.ui.timepicker.js', array('jquery-ui-datepicker', 'jquery-ui-slider'), '', true);
93 93
 
94
-        wp_register_script('chosen', geodir_plugin_url() . '/geodirectory-assets/js/chosen.jquery.js', array('jquery'), GEODIRECTORY_VERSION);
94
+        wp_register_script('chosen', geodir_plugin_url().'/geodirectory-assets/js/chosen.jquery.js', array('jquery'), GEODIRECTORY_VERSION);
95 95
         wp_enqueue_script('chosen');
96 96
 
97
-        wp_register_script('geodirectory-choose-ajax', geodir_plugin_url() . '/geodirectory-assets/js/ajax-chosen.js', array(), GEODIRECTORY_VERSION);
97
+        wp_register_script('geodirectory-choose-ajax', geodir_plugin_url().'/geodirectory-assets/js/ajax-chosen.js', array(), GEODIRECTORY_VERSION);
98 98
         wp_enqueue_script('geodirectory-choose-ajax');
99 99
 
100 100
         if (isset($_REQUEST['listing_type'])) {
101
-            wp_register_script('geodirectory-custom-fields-script', geodir_plugin_url() . '/geodirectory-assets/js/custom_fields.js', array(), GEODIRECTORY_VERSION);
101
+            wp_register_script('geodirectory-custom-fields-script', geodir_plugin_url().'/geodirectory-assets/js/custom_fields.js', array(), GEODIRECTORY_VERSION);
102 102
         }
103 103
 
104 104
         wp_enqueue_script('geodirectory-custom-fields-script');
105
-        $plugin_path = geodir_plugin_url() . '/geodirectory-functions/cat-meta-functions';
105
+        $plugin_path = geodir_plugin_url().'/geodirectory-functions/cat-meta-functions';
106 106
 
107
-        wp_enqueue_script('tax-meta-clss', $plugin_path . '/js/tax-meta-clss.js', array('jquery'), null, true);
107
+        wp_enqueue_script('tax-meta-clss', $plugin_path.'/js/tax-meta-clss.js', array('jquery'), null, true);
108 108
 
109 109
         if (in_array($geodir_map_name, array('auto', 'google'))) {
110
-            $map_lang = "&language=" . geodir_get_map_default_language();
111
-            $map_key = "&key=" . geodir_get_map_api_key();
110
+            $map_lang = "&language=".geodir_get_map_default_language();
111
+            $map_key = "&key=".geodir_get_map_api_key();
112 112
             /** This filter is documented in geodirectory_template_tags.php */
113 113
             $map_extra = apply_filters('geodir_googlemap_script_extra', '');
114
-            wp_enqueue_script('geodirectory-googlemap-script', 'https://maps.google.com/maps/api/js?' . $map_lang . $map_key . $map_extra, '', NULL);
114
+            wp_enqueue_script('geodirectory-googlemap-script', 'https://maps.google.com/maps/api/js?'.$map_lang.$map_key.$map_extra, '', NULL);
115 115
         }
116 116
         
117 117
         if ($geodir_map_name == 'osm') {
118 118
             // Leaflet OpenStreetMap
119
-            wp_register_style('geodirectory-leaflet-style', geodir_plugin_url() . '/geodirectory-assets/leaflet/leaflet.css', array(), GEODIRECTORY_VERSION);
119
+            wp_register_style('geodirectory-leaflet-style', geodir_plugin_url().'/geodirectory-assets/leaflet/leaflet.css', array(), GEODIRECTORY_VERSION);
120 120
             wp_enqueue_style('geodirectory-leaflet-style');
121 121
                 
122
-            wp_register_script('geodirectory-leaflet-script', geodir_plugin_url() . '/geodirectory-assets/leaflet/leaflet.min.js', array(), GEODIRECTORY_VERSION);
122
+            wp_register_script('geodirectory-leaflet-script', geodir_plugin_url().'/geodirectory-assets/leaflet/leaflet.min.js', array(), GEODIRECTORY_VERSION);
123 123
             wp_enqueue_script('geodirectory-leaflet-script');
124 124
             
125
-            wp_register_script('geodirectory-leaflet-geo-script', geodir_plugin_url() . '/geodirectory-assets/leaflet/osm.geocode.js', array('geodirectory-leaflet-script'), GEODIRECTORY_VERSION);
125
+            wp_register_script('geodirectory-leaflet-geo-script', geodir_plugin_url().'/geodirectory-assets/leaflet/osm.geocode.js', array('geodirectory-leaflet-script'), GEODIRECTORY_VERSION);
126 126
             wp_enqueue_script('geodirectory-leaflet-geo-script');
127 127
         }
128
-        wp_enqueue_script( 'jquery-ui-autocomplete' );
128
+        wp_enqueue_script('jquery-ui-autocomplete');
129 129
         
130
-        wp_register_script('geodirectory-goMap-script', geodir_plugin_url() . '/geodirectory-assets/js/goMap.min.js', array(), GEODIRECTORY_VERSION,true);
130
+        wp_register_script('geodirectory-goMap-script', geodir_plugin_url().'/geodirectory-assets/js/goMap.min.js', array(), GEODIRECTORY_VERSION, true);
131 131
         wp_enqueue_script('geodirectory-goMap-script');
132 132
 
133
-        wp_register_script('geodirectory-goMap-script', geodir_plugin_url() . '/geodirectory-assets/js/goMap.js', array(), GEODIRECTORY_VERSION);
133
+        wp_register_script('geodirectory-goMap-script', geodir_plugin_url().'/geodirectory-assets/js/goMap.js', array(), GEODIRECTORY_VERSION);
134 134
         wp_enqueue_script('geodirectory-goMap-script');
135 135
 
136 136
 		// font awesome rating script
137 137
 		if (get_option('geodir_reviewrating_enable_font_awesome')) {
138
-			wp_register_script('geodir-barrating-js', geodir_plugin_url() . '/geodirectory-assets/js/jquery.barrating.min.js', array(), GEODIRECTORY_VERSION);
138
+			wp_register_script('geodir-barrating-js', geodir_plugin_url().'/geodirectory-assets/js/jquery.barrating.min.js', array(), GEODIRECTORY_VERSION);
139 139
 			wp_enqueue_script('geodir-barrating-js');
140 140
 		} else { // default rating script
141
-			wp_register_script('geodir-jRating-js', geodir_plugin_url() . '/geodirectory-assets/js/jRating.jquery.js', array(), GEODIRECTORY_VERSION);
141
+			wp_register_script('geodir-jRating-js', geodir_plugin_url().'/geodirectory-assets/js/jRating.jquery.js', array(), GEODIRECTORY_VERSION);
142 142
 			wp_enqueue_script('geodir-jRating-js');
143 143
 		}
144 144
 
145
-        wp_register_script('geodir-on-document-load', geodir_plugin_url() . '/geodirectory-assets/js/on_document_load.min.js', array(), GEODIRECTORY_VERSION);
145
+        wp_register_script('geodir-on-document-load', geodir_plugin_url().'/geodirectory-assets/js/on_document_load.min.js', array(), GEODIRECTORY_VERSION);
146 146
         wp_enqueue_script('geodir-on-document-load');
147 147
 
148 148
 
@@ -150,7 +150,7 @@  discard block
 block discarded – undo
150 150
         wp_enqueue_script('plupload-all');
151 151
         wp_enqueue_script('jquery-ui-sortable');
152 152
 
153
-        wp_register_script('geodirectory-plupload-script', geodir_plugin_url() . '/geodirectory-assets/js/geodirectory-plupload.js', array(), GEODIRECTORY_VERSION);
153
+        wp_register_script('geodirectory-plupload-script', geodir_plugin_url().'/geodirectory-assets/js/geodirectory-plupload.js', array(), GEODIRECTORY_VERSION);
154 154
         wp_enqueue_script('geodirectory-plupload-script');
155 155
 
156 156
         // SCRIPT FOR UPLOAD END
@@ -204,7 +204,7 @@  discard block
 block discarded – undo
204 204
         wp_localize_script('geodirectory-custom-fields-script', 'geodir_admin_ajax', $ajax_cons_data);
205 205
 
206 206
 
207
-        wp_register_script('geodirectory-admin-script', geodir_plugin_url() . '/geodirectory-assets/js/admin.js', array(), GEODIRECTORY_VERSION);
207
+        wp_register_script('geodirectory-admin-script', geodir_plugin_url().'/geodirectory-assets/js/admin.js', array(), GEODIRECTORY_VERSION);
208 208
         wp_enqueue_script('geodirectory-admin-script');
209 209
 
210 210
         wp_enqueue_style('farbtastic');
@@ -212,10 +212,10 @@  discard block
 block discarded – undo
212 212
 
213 213
         $screen = get_current_screen();
214 214
         if ($screen->base == 'post' && in_array($screen->post_type, geodir_get_posttypes())) {
215
-            wp_enqueue_script('geodirectory-listing-validation-script', geodir_plugin_url() . '/geodirectory-assets/js/listing_validation_admin.js');
215
+            wp_enqueue_script('geodirectory-listing-validation-script', geodir_plugin_url().'/geodirectory-assets/js/listing_validation_admin.js');
216 216
         }
217 217
 
218
-        $ajax_cons_data = array('url' => esc_url(__(get_option('siteurl') . '?geodir_ajax=true')));
218
+        $ajax_cons_data = array('url' => esc_url(__(get_option('siteurl').'?geodir_ajax=true')));
219 219
         wp_localize_script('geodirectory-admin-script', 'geodir_ajax', $ajax_cons_data);
220 220
 
221 221
     }
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
 
239 239
         if (current_user_can('manage_options')) $menu[] = array('', 'read', 'separator-geodirectory', '', 'wp-menu-separator geodirectory');
240 240
 
241
-        add_menu_page(__('Geodirectory', 'geodirectory'), __('Geodirectory', 'geodirectory'), 'manage_options', 'geodirectory', 'geodir_admin_panel', geodir_plugin_url() . '/geodirectory-assets/images/favicon.ico', '55.1984');
241
+        add_menu_page(__('Geodirectory', 'geodirectory'), __('Geodirectory', 'geodirectory'), 'manage_options', 'geodirectory', 'geodir_admin_panel', geodir_plugin_url().'/geodirectory-assets/images/favicon.ico', '55.1984');
242 242
 
243 243
 
244 244
     }
@@ -272,7 +272,7 @@  discard block
 block discarded – undo
272 272
                 $geodir_menu_order[] = 'separator-geodirectory';
273 273
                 if (!empty($post_types)) {
274 274
                     foreach ($post_types as $post_type) {
275
-                        $geodir_menu_order[] = 'edit.php?post_type=' . $post_type;
275
+                        $geodir_menu_order[] = 'edit.php?post_type='.$post_type;
276 276
                     }
277 277
                 }
278 278
                 $geodir_menu_order[] = $item;
@@ -315,8 +315,8 @@  discard block
 block discarded – undo
315 315
 {
316 316
     if (isset($_REQUEST['installed']) && $_REQUEST['installed'] != '') {
317 317
         echo '<div id="message" class="updated fade">
318
-                        <p style="float:right;">' . __('Like Geodirectory?', 'geodirectory') . ' <a href="http://wordpress.org/extend/plugins/Geodirectory/" target="_blank">' . __('Support us by leaving a rating!', 'geodirectory') . '</a></p>
319
-                        <p><strong>' . __('Geodirectory has been installed and setup. Enjoy :)', 'geodirectory') . '</strong></p>
318
+                        <p style="float:right;">' . __('Like Geodirectory?', 'geodirectory').' <a href="http://wordpress.org/extend/plugins/Geodirectory/" target="_blank">'.__('Support us by leaving a rating!', 'geodirectory').'</a></p>
319
+                        <p><strong>' . __('Geodirectory has been installed and setup. Enjoy :)', 'geodirectory').'</strong></p>
320 320
                 </div>';
321 321
 
322 322
     }
@@ -324,7 +324,7 @@  discard block
 block discarded – undo
324 324
     if (isset($_REQUEST['msg']) && $_REQUEST['msg'] != '') {
325 325
         switch ($_REQUEST['msg']) {
326 326
             case 'success':
327
-                echo '<div id="message" class="updated fade"><p><strong>' . __('Your settings have been saved.', 'geodirectory') . '</strong></p></div>';
327
+                echo '<div id="message" class="updated fade"><p><strong>'.__('Your settings have been saved.', 'geodirectory').'</strong></p></div>';
328 328
                 flush_rewrite_rules(false);
329 329
 
330 330
                 break;
@@ -332,30 +332,30 @@  discard block
 block discarded – undo
332 332
 				$gderr = isset($_REQUEST['gderr']) ? $_REQUEST['gderr'] : '';
333 333
 				
334 334
 				if ($gderr == 21)
335
-			    	echo '<div id="message" class="error fade"><p><strong>' . __('Error: You can not add same permalinks for both Listing and Location, please try again.', 'geodirectory') . '</strong></p></div>';
335
+			    	echo '<div id="message" class="error fade"><p><strong>'.__('Error: You can not add same permalinks for both Listing and Location, please try again.', 'geodirectory').'</strong></p></div>';
336 336
 				else
337
-					echo '<div id="message" class="error fade"><p><strong>' . __('Error: Your settings have not been saved, please try again.', 'geodirectory') . '</strong></p></div>';
337
+					echo '<div id="message" class="error fade"><p><strong>'.__('Error: Your settings have not been saved, please try again.', 'geodirectory').'</strong></p></div>';
338 338
                 break;
339 339
         }
340 340
     }
341 341
 
342 342
     $geodir_load_map = get_option('geodir_load_map');
343 343
     $need_map_key = false;
344
-    if($geodir_load_map=='' || $geodir_load_map=='google' || $geodir_load_map=='auto' ){
344
+    if ($geodir_load_map == '' || $geodir_load_map == 'google' || $geodir_load_map == 'auto') {
345 345
         $need_map_key = true;
346 346
     }
347 347
 
348 348
     if (!geodir_get_map_api_key() && $need_map_key) {
349
-        echo '<div class="error"><p><strong>' . sprintf(__('Google Maps API KEY not set, %sclick here%s to set one OR use Open Street Maps instead.', 'geodirectory'), '<a href=\'' . admin_url('admin.php?page=geodirectory&tab=design_settings&active_tab=geodir_map_settings') . '\'>', '</a>') . '</strong></p></div>';
349
+        echo '<div class="error"><p><strong>'.sprintf(__('Google Maps API KEY not set, %sclick here%s to set one OR use Open Street Maps instead.', 'geodirectory'), '<a href=\''.admin_url('admin.php?page=geodirectory&tab=design_settings&active_tab=geodir_map_settings').'\'>', '</a>').'</strong></p></div>';
350 350
     }
351 351
 
352 352
     if (!geodir_is_default_location_set()) {
353
-        echo '<div class="updated fade"><p><strong>' . sprintf(__('Please %sclick here%s to set a default location, this will make the plugin work properly.', 'geodirectory'), '<a href=\'' . admin_url('admin.php?page=geodirectory&tab=default_location_settings') . '\'>', '</a>') . '</strong></p></div>';
353
+        echo '<div class="updated fade"><p><strong>'.sprintf(__('Please %sclick here%s to set a default location, this will make the plugin work properly.', 'geodirectory'), '<a href=\''.admin_url('admin.php?page=geodirectory&tab=default_location_settings').'\'>', '</a>').'</strong></p></div>';
354 354
 
355 355
     }
356 356
 
357 357
     if (!function_exists('curl_init')) {
358
-        echo '<div class="error"><p><strong>' . __('CURL is not installed on this server, this can cause problems, please ask your server admin to install it.', 'geodirectory') . '</strong></p></div>';
358
+        echo '<div class="error"><p><strong>'.__('CURL is not installed on this server, this can cause problems, please ask your server admin to install it.', 'geodirectory').'</strong></p></div>';
359 359
 
360 360
     }
361 361
 
@@ -375,18 +375,18 @@  discard block
 block discarded – undo
375 375
 function geodir_handle_option_form_submit($current_tab)
376 376
 {
377 377
     global $geodir_settings;
378
-    if (file_exists(dirname(__FILE__) . '/option-pages/' . $current_tab . '_array.php')) {
378
+    if (file_exists(dirname(__FILE__).'/option-pages/'.$current_tab.'_array.php')) {
379 379
         /**
380 380
          * Contains settings array for current tab.
381 381
          *
382 382
          * @since 1.0.0
383 383
          * @package GeoDirectory
384 384
          */
385
-        include_once('option-pages/' . $current_tab . '_array.php');
385
+        include_once('option-pages/'.$current_tab.'_array.php');
386 386
     }
387 387
     if (isset($_POST) && $_POST && isset($_REQUEST['page']) && $_REQUEST['page'] == 'geodirectory') :
388 388
         if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir-settings')) die(__('Action failed. Please refresh the page and retry.', 'geodirectory'));
389
-        if (!wp_verify_nonce($_REQUEST['_wpnonce-' . $current_tab], 'geodir-settings-' . $current_tab)) die(__('Action failed. Please refresh the page and retry.', 'geodirectory'));
389
+        if (!wp_verify_nonce($_REQUEST['_wpnonce-'.$current_tab], 'geodir-settings-'.$current_tab)) die(__('Action failed. Please refresh the page and retry.', 'geodirectory'));
390 390
 		
391 391
 		/**
392 392
 		 * Fires before updating geodirectory admin settings.
@@ -419,13 +419,13 @@  discard block
 block discarded – undo
419 419
          * @param string $current_tab The current settings tab name.
420 420
          * @param array $geodir_settings[$current_tab] The array of settings for the current settings tab.
421 421
          */
422
-        do_action('geodir_update_options_' . $current_tab, $geodir_settings[$current_tab]);
422
+        do_action('geodir_update_options_'.$current_tab, $geodir_settings[$current_tab]);
423 423
 
424 424
         flush_rewrite_rules(false);
425 425
 
426 426
         $current_tab = isset($_REQUEST['tab']) ? $_REQUEST['tab'] : '';
427 427
 
428
-        $redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $_REQUEST['active_tab'] . '&msg=success');
428
+        $redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$_REQUEST['active_tab'].'&msg=success');
429 429
 
430 430
         wp_redirect($redirect_url);
431 431
         exit();
@@ -464,18 +464,18 @@  discard block
 block discarded – undo
464 464
 
465 465
         elseif (isset($value['type']) && $value['type'] == 'image_width') :
466 466
 
467
-            if (isset($value['id']) && isset($_POST[$value['id'] . '_width'])) {
468
-                update_option($value['id'] . '_width', $_POST[$value['id'] . '_width']);
469
-                update_option($value['id'] . '_height', $_POST[$value['id'] . '_height']);
470
-                if (isset($_POST[$value['id'] . '_crop'])) :
471
-                    update_option($value['id'] . '_crop', 1);
467
+            if (isset($value['id']) && isset($_POST[$value['id'].'_width'])) {
468
+                update_option($value['id'].'_width', $_POST[$value['id'].'_width']);
469
+                update_option($value['id'].'_height', $_POST[$value['id'].'_height']);
470
+                if (isset($_POST[$value['id'].'_crop'])) :
471
+                    update_option($value['id'].'_crop', 1);
472 472
                 else :
473
-                    update_option($value['id'] . '_crop', 0);
473
+                    update_option($value['id'].'_crop', 0);
474 474
                 endif;
475 475
             } else {
476
-                update_option($value['id'] . '_width', $value['std']);
477
-                update_option($value['id'] . '_height', $value['std']);
478
-                update_option($value['id'] . '_crop', 1);
476
+                update_option($value['id'].'_width', $value['std']);
477
+                update_option($value['id'].'_height', $value['std']);
478
+                update_option($value['id'].'_crop', 1);
479 479
             }
480 480
 
481 481
         elseif (isset($value['type']) && $value['type'] == 'map') :
@@ -517,12 +517,12 @@  discard block
 block discarded – undo
517 517
         elseif (isset($value['type']) && $value['type'] == 'file') :
518 518
 
519 519
 
520
-            if (isset($_POST[$value['id'] . '_remove']) && $_POST[$value['id'] . '_remove']) {// if remove is set then remove the file
520
+            if (isset($_POST[$value['id'].'_remove']) && $_POST[$value['id'].'_remove']) {// if remove is set then remove the file
521 521
 
522 522
                 if (get_option($value['id'])) {
523 523
                     $image_name_arr = explode('/', get_option($value['id']));
524 524
                     $noimg_name = end($image_name_arr);
525
-                    $img_path = $uploads['path'] . '/' . $noimg_name;
525
+                    $img_path = $uploads['path'].'/'.$noimg_name;
526 526
                     if (file_exists($img_path))
527 527
                         unlink($img_path);
528 528
                 }
@@ -550,7 +550,7 @@  discard block
 block discarded – undo
550 550
                 if (get_option($value['id'])) {
551 551
                     $image_name_arr = explode('/', get_option($value['id']));
552 552
                     $noimg_name = end($image_name_arr);
553
-                    $img_path = $uploads['path'] . '/' . $noimg_name;
553
+                    $img_path = $uploads['path'].'/'.$noimg_name;
554 554
                     if (file_exists($img_path))
555 555
                         unlink($img_path);
556 556
                 }
@@ -571,7 +571,7 @@  discard block
 block discarded – undo
571 571
             // same menu setting per theme.
572 572
             if (isset($value['id']) && $value['id'] == 'geodir_theme_location_nav' && isset($_POST[$value['id']])) {
573 573
                 $theme = wp_get_theme();
574
-                update_option('geodir_theme_location_nav_' . $theme->name, $_POST[$value['id']]);
574
+                update_option('geodir_theme_location_nav_'.$theme->name, $_POST[$value['id']]);
575 575
             }
576 576
 
577 577
             if (isset($value['id']) && isset($_POST[$value['id']])) {
@@ -641,7 +641,7 @@  discard block
 block discarded – undo
641 641
 
642 642
             $listing_slug = __($geodir_posttype_info['labels']['singular_name'], 'geodirectory');
643 643
 
644
-            $tabs[$geodir_post_type . '_fields_settings'] = array(
644
+            $tabs[$geodir_post_type.'_fields_settings'] = array(
645 645
                 'label' => wp_sprintf(__('%s Settings', 'geodirectory'), $listing_slug),
646 646
                 'subtabs' => array(
647 647
                     array('subtab' => 'custom_fields',
@@ -675,7 +675,7 @@  discard block
 block discarded – undo
675 675
  */
676 676
 function geodir_tools_setting_tab($tabs)
677 677
 {
678
-    wp_enqueue_script( 'jquery-ui-progressbar' );
678
+    wp_enqueue_script('jquery-ui-progressbar');
679 679
     $tabs['tools_settings'] = array('label' => __('GD Tools', 'geodirectory'));
680 680
     return $tabs;
681 681
 }
@@ -709,7 +709,7 @@  discard block
 block discarded – undo
709 709
  */
710 710
 function geodir_extend_geodirectory_setting_tab($tabs)
711 711
 {
712
-    $tabs['extend_geodirectory_settings'] = array('label' => __('Extend Geodirectory', 'geodirectory'). ' <i class="fa fa-plug"></i>', 'url' => 'https://wpgeodirectory.com', 'target' => '_blank');
712
+    $tabs['extend_geodirectory_settings'] = array('label' => __('Extend Geodirectory', 'geodirectory').' <i class="fa fa-plug"></i>', 'url' => 'https://wpgeodirectory.com', 'target' => '_blank');
713 713
     return $tabs;
714 714
 }
715 715
 
@@ -769,8 +769,8 @@  discard block
 block discarded – undo
769 769
                     _e('Unknown', 'geodirectory');
770 770
                 } else {
771 771
                     /* If there is a city id, append 'city name' to the text string. */
772
-                    $add_location_id = $location_id > 0 ? ' (' . $location_id . ')' : '';
773
-                    echo(__($location->country, 'geodirectory') . '-' . $location->region . '-' . $location->city . $add_location_id);
772
+                    $add_location_id = $location_id > 0 ? ' ('.$location_id.')' : '';
773
+                    echo(__($location->country, 'geodirectory').'-'.$location->region.'-'.$location->city.$add_location_id);
774 774
                 }
775 775
                 break;
776 776
 
@@ -788,14 +788,14 @@  discard block
 block discarded – undo
788 788
                         $expire_class = 'expire_over';
789 789
                     }
790 790
                     $date_diff = round(abs(strtotime($d1) - strtotime($d2)) / 86400); // get the difference in days
791
-                    $date_diff_text = '<br /><span class="' . $expire_class . '">(' . $date_diff . ' ' . $state . ')</span>';
791
+                    $date_diff_text = '<br /><span class="'.$expire_class.'">('.$date_diff.' '.$state.')</span>';
792 792
                 }
793 793
                 /* If no expire_date is found, output a default message. */
794 794
                 if (empty($expire_date))
795 795
                     echo __('Unknown', 'geodirectory');
796 796
                 /* If there is a expire_date, append 'days left' to the text string. */
797 797
                 else
798
-                    echo $expire_date . $date_diff_text;
798
+                    echo $expire_date.$date_diff_text;
799 799
                 break;
800 800
 
801 801
             /* If displaying the 'categorys' column. */
@@ -862,7 +862,7 @@  discard block
 block discarded – undo
862 862
 function geodir_post_information_save($post_id, $post) {
863 863
     global $wpdb, $current_user;
864 864
 
865
-    if (isset($post->post_type) && ($post->post_type=='nav_menu_item' || $post->post_type=='page' || $post->post_type=='post')) {
865
+    if (isset($post->post_type) && ($post->post_type == 'nav_menu_item' || $post->post_type == 'page' || $post->post_type == 'post')) {
866 866
         return;
867 867
     }
868 868
 
@@ -930,7 +930,7 @@  discard block
 block discarded – undo
930 930
                     $tab_id = $value['id'];
931 931
 
932 932
                 if (isset($value['desc']) && $value['desc'])
933
-                    $desc = '<span style=" text-transform:none;">:- ' . $value['desc'] . '</span>';
933
+                    $desc = '<span style=" text-transform:none;">:- '.$value['desc'].'</span>';
934 934
 
935 935
                 if (isset($value['name']) && $value['name']) {
936 936
                     if ($first_title === true) {
@@ -938,9 +938,9 @@  discard block
 block discarded – undo
938 938
                     } else {
939 939
                         echo '</div>';
940 940
                     }
941
-                    echo '<dd id="' . trim($tab_id) . '" class="geodir_option_tabs" ><a href="javascript:void(0);">' . $value['name'] . '</a></dd>';
941
+                    echo '<dd id="'.trim($tab_id).'" class="geodir_option_tabs" ><a href="javascript:void(0);">'.$value['name'].'</a></dd>';
942 942
 
943
-                    echo '<div id="sub_' . trim($tab_id) . '" class="gd-content-heading" style=" margin-bottom:10px;" >';
943
+                    echo '<div id="sub_'.trim($tab_id).'" class="gd-content-heading" style=" margin-bottom:10px;" >';
944 944
                 }
945 945
 
946 946
                 /**
@@ -950,21 +950,21 @@  discard block
 block discarded – undo
950 950
                  *
951 951
                  * @since 1.0.0
952 952
                  */
953
-                do_action('geodir_settings_' . sanitize_title($value['id']));
953
+                do_action('geodir_settings_'.sanitize_title($value['id']));
954 954
                 break;
955 955
 
956 956
             case 'no_tabs':
957 957
 
958 958
                 echo '<div class="inner_content_tab_main">';
959
-                echo '<div id="sub_' . trim($tab_id) . '" class="gd-content-heading" style=" margin-bottom:10px;" >';
959
+                echo '<div id="sub_'.trim($tab_id).'" class="gd-content-heading" style=" margin-bottom:10px;" >';
960 960
 
961 961
                 break;
962 962
 
963 963
             case 'sectionstart':
964 964
                 if (isset($value['desc']) && $value['desc'])
965
-                    $desc = '<span style=" text-transform:none;"> - ' . $value['desc'] . '</span>';
965
+                    $desc = '<span style=" text-transform:none;"> - '.$value['desc'].'</span>';
966 966
                 if (isset($value['name']) && $value['name'])
967
-                    echo '<h3>' . $value['name'] . $desc . '</h3>';
967
+                    echo '<h3>'.$value['name'].$desc.'</h3>';
968 968
                 /**
969 969
                  * Called after a GeoDirectory settings sectionstart is output in the GD settings page.
970 970
                  *
@@ -972,8 +972,8 @@  discard block
 block discarded – undo
972 972
                  *
973 973
                  * @since 1.0.0
974 974
                  */
975
-                if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_start');
976
-                echo '<table class="form-table">' . "\n\n";
975
+                if (isset($value['id']) && $value['id']) do_action('geodir_settings_'.sanitize_title($value['id']).'_start');
976
+                echo '<table class="form-table">'."\n\n";
977 977
 
978 978
                 break;
979 979
             case 'sectionend':
@@ -984,7 +984,7 @@  discard block
 block discarded – undo
984 984
                  *
985 985
                  * @since 1.0.0
986 986
                  */
987
-                if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_end');
987
+                if (isset($value['id']) && $value['id']) do_action('geodir_settings_'.sanitize_title($value['id']).'_end');
988 988
                 echo '</table>';
989 989
                 /**
990 990
                  * Called after a GeoDirectory settings sectionend is output in the GD settings page.
@@ -993,7 +993,7 @@  discard block
 block discarded – undo
993 993
                  *
994 994
                  * @since 1.0.0
995 995
                  */
996
-                if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_after');
996
+                if (isset($value['id']) && $value['id']) do_action('geodir_settings_'.sanitize_title($value['id']).'_after');
997 997
                 break;
998 998
             case 'text':
999 999
                 ?>
@@ -1002,7 +1002,7 @@  discard block
 block discarded – undo
1002 1002
                 <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>"
1003 1003
                                            id="<?php echo esc_attr($value['id']); ?>"
1004 1004
                                            type="<?php echo esc_attr($value['type']); ?>"
1005
-                                           <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1005
+                                           <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1006 1006
                                            style=" <?php echo esc_attr($value['css']); ?>"
1007 1007
                                            value="<?php if (get_option($value['id']) !== false && get_option($value['id']) !== null) {
1008 1008
                                                echo esc_attr(stripslashes(get_option($value['id'])));
@@ -1019,14 +1019,14 @@  discard block
 block discarded – undo
1019 1019
                 <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>"
1020 1020
                                            id="<?php echo esc_attr($value['id']); ?>"
1021 1021
                                            type="<?php echo esc_attr($value['type']); ?>"
1022
-                                           <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1022
+                                           <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1023 1023
                                            style=" <?php echo esc_attr($value['css']); ?>"
1024 1024
                                            value="<?php if (get_option($value['id']) !== false && get_option($value['id']) !== null) {
1025 1025
                                                echo esc_attr(stripslashes(get_option($value['id'])));
1026 1026
                                            } else {
1027 1027
                                                echo esc_attr($value['std']);
1028 1028
                                            } ?>"/>
1029
-                    <a href='https://console.developers.google.com/henhouse/?pb=["hh-1","maps_backend",null,[],"https://developers.google.com",null,["static_maps_backend","street_view_image_backend","maps_embed_backend","places_backend","geocoding_backend","directions_backend","distance_matrix_backend","geolocation","elevation_backend","timezone_backend","maps_backend"],null]&TB_iframe=true&width=600&height=400' class="thickbox button-primary" name="<?php _e('Generate API Key - ( MUST be logged in to your Google account )','geodirectory');?>" ><?php _e('Generate API Key','geodirectory');?></a>
1029
+                    <a href='https://console.developers.google.com/henhouse/?pb=["hh-1","maps_backend",null,[],"https://developers.google.com",null,["static_maps_backend","street_view_image_backend","maps_embed_backend","places_backend","geocoding_backend","directions_backend","distance_matrix_backend","geolocation","elevation_backend","timezone_backend","maps_backend"],null]&TB_iframe=true&width=600&height=400' class="thickbox button-primary" name="<?php _e('Generate API Key - ( MUST be logged in to your Google account )', 'geodirectory'); ?>" ><?php _e('Generate API Key', 'geodirectory'); ?></a>
1030 1030
                     <span class="description"><?php echo $value['desc']; ?></span></td>
1031 1031
                 </tr><?php
1032 1032
                 break;
@@ -1038,7 +1038,7 @@  discard block
 block discarded – undo
1038 1038
                 <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>"
1039 1039
                                            id="<?php echo esc_attr($value['id']); ?>"
1040 1040
                                            type="<?php echo esc_attr($value['type']); ?>"
1041
-                                           <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1041
+                                           <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1042 1042
                                            style="<?php echo esc_attr($value['css']); ?>"
1043 1043
                                            value="<?php if (get_option($value['id']) !== false && get_option($value['id']) !== null) {
1044 1044
                                                echo esc_attr(stripslashes(get_option($value['id'])));
@@ -1084,17 +1084,17 @@  discard block
 block discarded – undo
1084 1084
                     <?php _e('Width', 'geodirectory'); ?> <input
1085 1085
                         name="<?php echo esc_attr($value['id']); ?>_width"
1086 1086
                         id="<?php echo esc_attr($value['id']); ?>_width" type="text" size="3"
1087
-                        value="<?php if ($size = get_option($value['id'] . '_width')) echo stripslashes($size); else echo $value['std']; ?>"/>
1087
+                        value="<?php if ($size = get_option($value['id'].'_width')) echo stripslashes($size); else echo $value['std']; ?>"/>
1088 1088
 
1089 1089
                     <?php _e('Height', 'geodirectory'); ?> <input
1090 1090
                         name="<?php echo esc_attr($value['id']); ?>_height"
1091 1091
                         id="<?php echo esc_attr($value['id']); ?>_height" type="text" size="3"
1092
-                        value="<?php if ($size = get_option($value['id'] . '_height')) echo stripslashes($size); else echo $value['std']; ?>"/>
1092
+                        value="<?php if ($size = get_option($value['id'].'_height')) echo stripslashes($size); else echo $value['std']; ?>"/>
1093 1093
 
1094 1094
                     <label><?php _e('Hard Crop', 'geodirectory'); ?> <input
1095 1095
                             name="<?php echo esc_attr($value['id']); ?>_crop"
1096 1096
                             id="<?php echo esc_attr($value['id']); ?>_crop"
1097
-                            type="checkbox" <?php if (get_option($value['id'] . '_crop') != '') checked(get_option($value['id'] . '_crop'), 1); else checked(1); ?> /></label>
1097
+                            type="checkbox" <?php if (get_option($value['id'].'_crop') != '') checked(get_option($value['id'].'_crop'), 1); else checked(1); ?> /></label>
1098 1098
 
1099 1099
                     <span class="description"><?php echo $value['desc'] ?></span></td>
1100 1100
                 </tr><?php
@@ -1144,7 +1144,7 @@  discard block
 block discarded – undo
1144 1144
                                             id="<?php echo esc_attr($value['id']); ?>"
1145 1145
                                             style="<?php echo esc_attr($value['css']); ?>"
1146 1146
                                             class="<?php if (isset($value['class'])) echo $value['class']; ?>"
1147
-                                            data-placeholder="<?php if (isset($value['placeholder_text'])) echo $value['placeholder_text'];?>"
1147
+                                            data-placeholder="<?php if (isset($value['placeholder_text'])) echo $value['placeholder_text']; ?>"
1148 1148
                                             option-ajaxchosen="false">
1149 1149
                         <?php
1150 1150
                         foreach ($value['options'] as $key => $val) {
@@ -1154,7 +1154,7 @@  discard block
 block discarded – undo
1154 1154
                                 ?></optgroup><?php
1155 1155
                             } else {
1156 1156
                                 ?>
1157
-                                <option value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values)));?>>
1157
+                                <option value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values))); ?>>
1158 1158
                                     <?php echo geodir_utf8_ucfirst($val) ?>
1159 1159
                                 </option>
1160 1160
                             <?php
@@ -1191,7 +1191,7 @@  discard block
 block discarded – undo
1191 1191
                 ?>
1192 1192
 
1193 1193
                 <tr valign="top">
1194
-                    <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory');?></th>
1194
+                    <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory'); ?></th>
1195 1195
                     <td width="60%">
1196 1196
                         <select name="geodir_default_map_language" style="width:60%">
1197 1197
                             <?php
@@ -1273,7 +1273,7 @@  discard block
 block discarded – undo
1273 1273
 
1274 1274
                 <tr valign="top">
1275 1275
                     <th class="titledesc"
1276
-                        width="40%"><?php _e('Default post type search on map', 'geodirectory');?></th>
1276
+                        width="40%"><?php _e('Default post type search on map', 'geodirectory'); ?></th>
1277 1277
                     <td width="60%">
1278 1278
                         <select name="geodir_default_map_search_pt" style="width:60%">
1279 1279
                             <?php
@@ -1314,7 +1314,7 @@  discard block
 block discarded – undo
1314 1314
                         $cat_display = 'checkbox';
1315 1315
                         $gd_post_types = get_option('geodir_exclude_post_type_on_map');
1316 1316
                         $gd_cats = get_option('geodir_exclude_cat_on_map');
1317
-                        $gd_cats_upgrade = (int)get_option('geodir_exclude_cat_on_map_upgrade');
1317
+                        $gd_cats_upgrade = (int) get_option('geodir_exclude_cat_on_map_upgrade');
1318 1318
                         $count = 1;
1319 1319
                         ?>
1320 1320
                         <table width="70%" class="widefat">
@@ -1343,7 +1343,7 @@  discard block
 block discarded – undo
1343 1343
                                                                                            name="home_map_post_types[]"
1344 1344
                                                                                            id="<?php echo esc_attr($value['id']); ?>"
1345 1345
                                                                                            value="<?php echo $key; ?>"
1346
-                                                                                           class="map_post_type" <?php echo $checked;?> />
1346
+                                                                                           class="map_post_type" <?php echo $checked; ?> />
1347 1347
                                         <?php echo __($post_types_obj->labels->singular_name, 'geodirectory'); ?></td>
1348 1348
                                     <td width="40%">
1349 1349
                                         <div class="home_map_category" style="overflow:auto;width:200px;height:100px;"
@@ -1401,12 +1401,12 @@  discard block
 block discarded – undo
1401 1401
                 ?>
1402 1402
                 <fieldset>
1403 1403
                     <legend class="screen-reader-text"><span><?php echo $value['name'] ?></span></legend>
1404
-                    <label for="<?php echo $value['id'];?>">
1404
+                    <label for="<?php echo $value['id']; ?>">
1405 1405
                         <input name="<?php echo esc_attr($value['id']); ?>"
1406
-                               id="<?php echo esc_attr($value['id'] . $value['value']); ?>" type="radio"
1406
+                               id="<?php echo esc_attr($value['id'].$value['value']); ?>" type="radio"
1407 1407
                                value="<?php echo $value['value'] ?>" <?php if (get_option($value['id']) == $value['value']) {
1408 1408
                             echo 'checked="checked"';
1409
-                        }elseif(get_option($value['id'])=='' && $value['std']==$value['value']){echo 'checked="checked"';} ?> />
1409
+                        }elseif (get_option($value['id']) == '' && $value['std'] == $value['value']) {echo 'checked="checked"'; } ?> />
1410 1410
                         <?php echo $value['desc']; ?></label><br>
1411 1411
                 </fieldset>
1412 1412
                 <?php
@@ -1426,9 +1426,9 @@  discard block
 block discarded – undo
1426 1426
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1427 1427
                 <td class="forminp">
1428 1428
                     <textarea
1429
-                        <?php if (isset($value['args'])) echo $value['args'] . ' '; ?>name="<?php echo esc_attr($value['id']); ?>"
1429
+                        <?php if (isset($value['args'])) echo $value['args'].' '; ?>name="<?php echo esc_attr($value['id']); ?>"
1430 1430
                         id="<?php echo esc_attr($value['id']); ?>"
1431
-                        <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1431
+                        <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
1432 1432
                         style="<?php echo esc_attr($value['css']); ?>"><?php if (get_option($value['id'])) echo esc_textarea(stripslashes(get_option($value['id']))); else echo esc_textarea($value['std']); ?></textarea><span
1433 1433
                         class="description"><?php echo $value['desc'] ?></span>
1434 1434
 
@@ -1473,7 +1473,7 @@  discard block
 block discarded – undo
1473 1473
 					}
1474 1474
 				}
1475 1475
 				//
1476
-				$page_setting = (int)get_option($value['id']);
1476
+				$page_setting = (int) get_option($value['id']);
1477 1477
 
1478 1478
                 $args = array('name' => $value['id'],
1479 1479
                     'id' => $value['id'],
@@ -1490,7 +1490,7 @@  discard block
 block discarded – undo
1490 1490
                 <tr valign="top" class="single_select_page">
1491 1491
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
1492 1492
                 <td class="forminp">
1493
-                    <?php echo str_replace(' id=', " data-placeholder='" . __('Select a page...', 'geodirectory') . "' style='" . $value['css'] . "' class='" . $value['class'] . "' " . $disabled . " id=", wp_dropdown_pages($args)); ?>
1493
+                    <?php echo str_replace(' id=', " data-placeholder='".__('Select a page...', 'geodirectory')."' style='".$value['css']."' class='".$value['class']."' ".$disabled." id=", wp_dropdown_pages($args)); ?>
1494 1494
                     <span class="description"><?php echo $value['desc'] ?></span>
1495 1495
                 </td>
1496 1496
                 </tr><?php
@@ -1499,7 +1499,7 @@  discard block
 block discarded – undo
1499 1499
 				}
1500 1500
                 break;
1501 1501
             case 'single_select_country' :
1502
-                $country_setting = (string)get_option($value['id']);
1502
+                $country_setting = (string) get_option($value['id']);
1503 1503
                 if (strstr($country_setting, ':')) :
1504 1504
                     $country = current(explode(':', $country_setting));
1505 1505
                     $state = end(explode(':', $country_setting));
@@ -1522,7 +1522,7 @@  discard block
 block discarded – undo
1522 1522
             case 'multi_select_countries' :
1523 1523
                 $countries = $geodirectory->countries->countries;
1524 1524
                 asort($countries);
1525
-                $selections = (array)get_option($value['id']);
1525
+                $selections = (array) get_option($value['id']);
1526 1526
                 ?>
1527 1527
                 <tr valign="top">
1528 1528
                 <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
@@ -1532,7 +1532,7 @@  discard block
 block discarded – undo
1532 1532
                             title="Country" class="chosen_select">
1533 1533
                         <?php
1534 1534
                         if ($countries) foreach ($countries as $key => $val) :
1535
-                            echo '<option value="' . $key . '" ' . selected(in_array($key, $selections), true, false) . '>' . $val . '</option>';
1535
+                            echo '<option value="'.$key.'" '.selected(in_array($key, $selections), true, false).'>'.$val.'</option>';
1536 1536
                         endforeach;
1537 1537
                         ?>
1538 1538
                     </select>
@@ -1544,7 +1544,7 @@  discard block
 block discarded – undo
1544 1544
                 break;
1545 1545
 
1546 1546
             case 'google_analytics' :
1547
-                $selections = (array)get_option($value['id']);
1547
+                $selections = (array) get_option($value['id']);
1548 1548
                     ?>
1549 1549
                     <tr valign="top">
1550 1550
                         <th scope="row" class="titledesc"><?php echo $value['name'] ?></th>
@@ -1555,30 +1555,30 @@  discard block
 block discarded – undo
1555 1555
 
1556 1556
                             $oAuthURL = "https://accounts.google.com/o/oauth2/auth?";
1557 1557
                             $scope = "scope=https://www.googleapis.com/auth/analytics.readonly";
1558
-                            $state = "&state=123";//any string
1559
-                            $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
1558
+                            $state = "&state=123"; //any string
1559
+                            $redirect_uri = "&redirect_uri=".admin_url('admin-ajax.php')."?action=geodir_ga_callback";
1560 1560
                             $response_type = "&response_type=code";
1561 1561
                             $client_id = "&client_id=".get_option('geodir_ga_client_id');
1562 1562
                             $access_type = "&access_type=offline";
1563 1563
                             $approval_prompt = "&approval_prompt=force";
1564 1564
 
1565
-                            $auth_url = $oAuthURL . $scope . $state . $redirect_uri . $response_type . $client_id . $access_type . $approval_prompt;
1565
+                            $auth_url = $oAuthURL.$scope.$state.$redirect_uri.$response_type.$client_id.$access_type.$approval_prompt;
1566 1566
 
1567 1567
 
1568 1568
                             if (get_option('geodir_ga_auth_token')) {
1569 1569
                                 ?>
1570 1570
                                 <span class="button-primary"
1571
-                                      onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize');?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span>
1571
+                                      onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize'); ?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span>
1572 1572
                                 <span style="color: green; font-weight: bold;"><?php _e('Authorized', 'geodirectory'); ?></span>
1573 1573
                             <?php
1574 1574
                                 global $gd_ga_errors;
1575
-                                if(!empty($gd_ga_errors)){
1575
+                                if (!empty($gd_ga_errors)) {
1576 1576
                                     print_r($gd_ga_errors);
1577 1577
                                 }
1578 1578
                             } else {
1579 1579
                                 ?>
1580 1580
                                 <span class="button-primary"
1581
-                                      onclick="window.open('<?php echo  geodir_ga_activation_url();?>', 'activate','width=700, height=600, menubar=0, status=0, location=0, toolbar=0')"><?php _e('Authorize', 'geodirectory');?></span>
1581
+                                      onclick="window.open('<?php echo  geodir_ga_activation_url(); ?>', 'activate','width=700, height=600, menubar=0, status=0, location=0, toolbar=0')"><?php _e('Authorize', 'geodirectory'); ?></span>
1582 1582
                             <?php
1583 1583
                             }
1584 1584
                             ?>
@@ -1649,9 +1649,9 @@  discard block
 block discarded – undo
1649 1649
 
1650 1650
             <?php if (isset($_REQUEST['active_tab']) && $_REQUEST['active_tab'] != '') { ?>
1651 1651
             jQuery('.geodir_option_tabs').removeClass('gd-tab-active');
1652
-            jQuery('#<?php echo sanitize_text_field($_REQUEST['active_tab']);?>').addClass('gd-tab-active');
1652
+            jQuery('#<?php echo sanitize_text_field($_REQUEST['active_tab']); ?>').addClass('gd-tab-active');
1653 1653
             jQuery('.gd-content-heading').hide();
1654
-            jQuery('#sub_<?php echo sanitize_text_field($_REQUEST['active_tab']);?>').show();
1654
+            jQuery('#sub_<?php echo sanitize_text_field($_REQUEST['active_tab']); ?>').show();
1655 1655
             <?php } ?>
1656 1656
         });
1657 1657
     </script>
@@ -1737,7 +1737,7 @@  discard block
 block discarded – undo
1737 1737
     wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_attachments_noncename');
1738 1738
 
1739 1739
     if (geodir_get_featured_image($post_id, 'thumbnail')) {
1740
-        echo '<h4>' . __('Featured Image', 'geodirectory') . '</h4>';
1740
+        echo '<h4>'.__('Featured Image', 'geodirectory').'</h4>';
1741 1741
         geodir_show_featured_image($post_id, 'thumbnail');
1742 1742
     }
1743 1743
 
@@ -1748,13 +1748,13 @@  discard block
 block discarded – undo
1748 1748
 
1749 1749
     <h5 class="form_title">
1750 1750
         <?php if ($image_limit != 0 && $image_limit == 1) {
1751
-            echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('image with this package', 'geodirectory') . ')</small>';
1751
+            echo '<br /><small>('.__('You can upload', 'geodirectory').' '.$image_limit.' '.__('image with this package', 'geodirectory').')</small>';
1752 1752
         } ?>
1753 1753
         <?php if ($image_limit != 0 && $image_limit > 1) {
1754
-            echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('images with this package', 'geodirectory') . ')</small>';
1754
+            echo '<br /><small>('.__('You can upload', 'geodirectory').' '.$image_limit.' '.__('images with this package', 'geodirectory').')</small>';
1755 1755
         } ?>
1756 1756
         <?php if ($image_limit == 0) {
1757
-            echo '<br /><small>(' . __('You can upload unlimited images with this package', 'geodirectory') . ')</small>';
1757
+            echo '<br /><small>('.__('You can upload unlimited images with this package', 'geodirectory').')</small>';
1758 1758
         } ?>
1759 1759
     </h5>
1760 1760
 
@@ -1793,10 +1793,10 @@  discard block
 block discarded – undo
1793 1793
         <div
1794 1794
             class="plupload-upload-uic hide-if-no-js <?php if ($multiple): ?>plupload-upload-uic-multiple<?php endif; ?>"
1795 1795
             id="<?php echo $id; ?>plupload-upload-ui">
1796
-            <h4><?php _e('Drop files to upload', 'geodirectory');?></h4>
1796
+            <h4><?php _e('Drop files to upload', 'geodirectory'); ?></h4>
1797 1797
             <input id="<?php echo $id; ?>plupload-browse-button" type="button"
1798 1798
                    value="<?php _e('Select Files', 'geodirectory'); ?>" class="button"/>
1799
-            <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce($id . 'pluploadan'); ?>"></span>
1799
+            <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce($id.'pluploadan'); ?>"></span>
1800 1800
             <?php if ($width && $height): ?>
1801 1801
                 <span class="plupload-resize"></span>
1802 1802
                 <span class="plupload-width" id="plupload-width<?php echo $width; ?>"></span>
@@ -1808,7 +1808,7 @@  discard block
 block discarded – undo
1808 1808
              id="<?php echo $id; ?>plupload-thumbs" style="border-top:1px solid #ccc; padding-top:10px;">
1809 1809
         </div>
1810 1810
         <span
1811
-            id="upload-msg"><?php _e('Please drag &amp; drop the images to rearrange the order', 'geodirectory');?></span>
1811
+            id="upload-msg"><?php _e('Please drag &amp; drop the images to rearrange the order', 'geodirectory'); ?></span>
1812 1812
         <span id="<?php echo $id; ?>upload-error" style="display:none"></span>
1813 1813
     </div>
1814 1814
 
@@ -2018,9 +2018,9 @@  discard block
 block discarded – undo
2018 2018
     $plugin = 'avada-nag';
2019 2019
     $timestamp = 'avada-nag1234';
2020 2020
     $message = __('Welcome to GeoDirectory, please have a look <a href="https://docs.wpgeodirectory.com/category/getting-started/" target="_blank">here</a> to get started. :)', 'geodirectory');
2021
-    echo '<div id="' . $timestamp . '"  class="error">';
2022
-    echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\'' . $plugin . '\',\'' . $timestamp . '\');" ><i class="fa fa-times"></i></span>';
2023
-    echo "<img class='gd-icon-noti' src='" . plugin_dir_url('') . "geodirectory/geodirectory-assets/images/favicon.ico' > ";
2021
+    echo '<div id="'.$timestamp.'"  class="error">';
2022
+    echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\''.$plugin.'\',\''.$timestamp.'\');" ><i class="fa fa-times"></i></span>';
2023
+    echo "<img class='gd-icon-noti' src='".plugin_dir_url('')."geodirectory/geodirectory-assets/images/favicon.ico' > ";
2024 2024
     echo "<p>$message</p>";
2025 2025
     echo "</div>";
2026 2026
 
@@ -2154,7 +2154,7 @@  discard block
 block discarded – undo
2154 2154
 		
2155 2155
 		// Don't allow same slug url for listing and location
2156 2156
 		if (geodir_strtolower($listing_prefix) == geodir_strtolower($location_prefix)) {
2157
-			$redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab . '&msg=fail&gderr=21');
2157
+			$redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$active_tab.'&msg=fail&gderr=21');
2158 2158
         	wp_redirect($redirect_url);
2159 2159
 			exit;
2160 2160
 		}
@@ -2166,7 +2166,7 @@  discard block
 block discarded – undo
2166 2166
 			$default_language = $sitepress->get_default_language();
2167 2167
 			
2168 2168
 			if ($current_language != 'all' && $current_language != $default_language) {
2169
-				$redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab);
2169
+				$redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$active_tab);
2170 2170
 				wp_redirect($redirect_url);
2171 2171
 				exit;
2172 2172
 			}
@@ -2187,11 +2187,11 @@  discard block
 block discarded – undo
2187 2187
 function geodir_hide_admin_preview_button() {
2188 2188
     global $post_type;
2189 2189
     $post_types = geodir_get_posttypes();
2190
-    if(in_array($post_type, $post_types))
2190
+    if (in_array($post_type, $post_types))
2191 2191
         echo '<style type="text/css">#post-preview, #view-post-btn{display: none;}</style>';
2192 2192
 }
2193
-add_action( 'admin_head-post-new.php', 'geodir_hide_admin_preview_button' );
2194
-add_action( 'admin_head-post.php', 'geodir_hide_admin_preview_button' );
2193
+add_action('admin_head-post-new.php', 'geodir_hide_admin_preview_button');
2194
+add_action('admin_head-post.php', 'geodir_hide_admin_preview_button');
2195 2195
 
2196 2196
 /**
2197 2197
  * Add the tab in left sidebar menu fro import & export page.
@@ -2201,8 +2201,8 @@  discard block
 block discarded – undo
2201 2201
  *
2202 2202
  * @return array Array of tab data.
2203 2203
  */
2204
-function geodir_import_export_tab( $tabs ) {
2205
-	$tabs['import_export'] = array( 'label' => __( 'Import & Export', 'geodirectory' ) );
2204
+function geodir_import_export_tab($tabs) {
2205
+	$tabs['import_export'] = array('label' => __('Import & Export', 'geodirectory'));
2206 2206
     return $tabs;
2207 2207
 }
2208 2208
 
@@ -2216,8 +2216,8 @@  discard block
 block discarded – undo
2216 2216
  * @return string Html content.
2217 2217
  */
2218 2218
 function geodir_import_export_page() {
2219
-	$nonce = wp_create_nonce( 'geodir_import_export_nonce' );
2220
-	$gd_cats_sample_csv = geodir_plugin_url() . '/geodirectory-assets/gd_sample_categories.csv';
2219
+	$nonce = wp_create_nonce('geodir_import_export_nonce');
2220
+	$gd_cats_sample_csv = geodir_plugin_url().'/geodirectory-assets/gd_sample_categories.csv';
2221 2221
     /**
2222 2222
      * Filter sample category data csv file url.
2223 2223
      *
@@ -2226,9 +2226,9 @@  discard block
 block discarded – undo
2226 2226
      *
2227 2227
      * @param string $gd_cats_sample_csv Sample category data csv file url.
2228 2228
      */
2229
-	$gd_cats_sample_csv = apply_filters( 'geodir_export_cats_sample_csv', $gd_cats_sample_csv );
2229
+	$gd_cats_sample_csv = apply_filters('geodir_export_cats_sample_csv', $gd_cats_sample_csv);
2230 2230
 	
2231
-	$gd_posts_sample_csv = geodir_plugin_url() . '/geodirectory-assets/place_listing.csv';
2231
+	$gd_posts_sample_csv = geodir_plugin_url().'/geodirectory-assets/place_listing.csv';
2232 2232
     /**
2233 2233
      * Filter sample post data csv file url.
2234 2234
      *
@@ -2237,15 +2237,15 @@  discard block
 block discarded – undo
2237 2237
      *
2238 2238
      * @param string $gd_posts_sample_csv Sample post data csv file url.
2239 2239
      */
2240
-    $gd_posts_sample_csv = apply_filters( 'geodir_export_posts_sample_csv', $gd_posts_sample_csv );
2240
+    $gd_posts_sample_csv = apply_filters('geodir_export_posts_sample_csv', $gd_posts_sample_csv);
2241 2241
 	
2242
-	$gd_posttypes = geodir_get_posttypes( 'array' );
2242
+	$gd_posttypes = geodir_get_posttypes('array');
2243 2243
 	
2244 2244
 	$gd_posttypes_option = '';
2245
-	foreach ( $gd_posttypes as $gd_posttype => $row ) {
2246
-		$gd_posttypes_option .= '<option value="' . $gd_posttype . '" data-cats="' . (int)geodir_get_terms_count( $gd_posttype ) . '" data-posts="' . (int)geodir_get_posts_count( $gd_posttype ) . '">' . __( $row['labels']['name'], 'geodirectory' ) . '</option>';
2245
+	foreach ($gd_posttypes as $gd_posttype => $row) {
2246
+		$gd_posttypes_option .= '<option value="'.$gd_posttype.'" data-cats="'.(int) geodir_get_terms_count($gd_posttype).'" data-posts="'.(int) geodir_get_posts_count($gd_posttype).'">'.__($row['labels']['name'], 'geodirectory').'</option>';
2247 2247
 	}
2248
-	wp_enqueue_script( 'jquery-ui-progressbar' );
2248
+	wp_enqueue_script('jquery-ui-progressbar');
2249 2249
 	
2250 2250
 	$gd_chunksize_options = array();
2251 2251
 	$gd_chunksize_options[100] = 100;
@@ -2267,50 +2267,50 @@  discard block
 block discarded – undo
2267 2267
      *
2268 2268
      * @param string $gd_chunksize_options Entries options.
2269 2269
      */
2270
-    $gd_chunksize_options = apply_filters( 'geodir_export_csv_chunksize_options', $gd_chunksize_options );
2270
+    $gd_chunksize_options = apply_filters('geodir_export_csv_chunksize_options', $gd_chunksize_options);
2271 2271
 	
2272 2272
 	$gd_chunksize_option = '';
2273 2273
 	foreach ($gd_chunksize_options as $value => $title) {
2274
-		$gd_chunksize_option .= '<option value="' . $value . '" ' . selected($value, 5000, false) . '>' . $title . '</option>';
2274
+		$gd_chunksize_option .= '<option value="'.$value.'" '.selected($value, 5000, false).'>'.$title.'</option>';
2275 2275
 	}
2276 2276
 	
2277 2277
 	$uploads = wp_upload_dir();
2278
-	$upload_dir = wp_sprintf( CSV_TRANSFER_IMG_FOLDER, str_replace( ABSPATH, '', $uploads['path'] ) );
2278
+	$upload_dir = wp_sprintf(CSV_TRANSFER_IMG_FOLDER, str_replace(ABSPATH, '', $uploads['path']));
2279 2279
 ?>
2280 2280
 </form>
2281 2281
 <div class="inner_content_tab_main gd-import-export">
2282
-  <h3><?php _e( 'GD Import & Export CSV', 'geodirectory' ) ;?></h3>
2283
-  <span class="description"><?php _e( 'Import & export csv for GD listings & categories.', 'geodirectory' ) ;?></span>
2282
+  <h3><?php _e('GD Import & Export CSV', 'geodirectory'); ?></h3>
2283
+  <span class="description"><?php _e('Import & export csv for GD listings & categories.', 'geodirectory'); ?></span>
2284 2284
   <div class="gd-content-heading">
2285 2285
 
2286 2286
   <?php
2287 2287
     ini_set('max_execution_time', 999999);
2288
-    $ini_max_execution_time_check = @ini_get( 'max_execution_time' );
2288
+    $ini_max_execution_time_check = @ini_get('max_execution_time');
2289 2289
     ini_restore('max_execution_time');
2290 2290
 
2291
-    if($ini_max_execution_time_check != 999999){ // only show these setting to the user if we can't change the ini setting
2291
+    if ($ini_max_execution_time_check != 999999) { // only show these setting to the user if we can't change the ini setting
2292 2292
         ?>
2293 2293
 	<div id="gd_ie_reqs" class="metabox-holder">
2294 2294
       <div class="meta-box-sortables ui-sortable">
2295 2295
         <div class="postbox">
2296
-          <h3 class="hndle"><span style='vertical-align:top;'><?php echo __( 'PHP Requirements for GD Import & Export CSV', 'geodirectory' );?></span></h3>
2296
+          <h3 class="hndle"><span style='vertical-align:top;'><?php echo __('PHP Requirements for GD Import & Export CSV', 'geodirectory'); ?></span></h3>
2297 2297
           <div class="inside">
2298
-            <span class="description"><?php echo __( 'Note: In case GD import & export csv not working for larger data then please check and configure following php settings.', 'geodirectory' );?></span>
2298
+            <span class="description"><?php echo __('Note: In case GD import & export csv not working for larger data then please check and configure following php settings.', 'geodirectory'); ?></span>
2299 2299
 			<table class="form-table">
2300 2300
 				<thead>
2301 2301
 				  <tr>
2302
-				  	<th><?php _e( 'PHP Settings', 'geodirectory' );?></th><th><?php _e( 'Current Value', 'geodirectory' );?></th><th><?php _e( 'Recommended Value', 'geodirectory' );?></th>
2302
+				  	<th><?php _e('PHP Settings', 'geodirectory'); ?></th><th><?php _e('Current Value', 'geodirectory'); ?></th><th><?php _e('Recommended Value', 'geodirectory'); ?></th>
2303 2303
 				  </tr>
2304 2304
 				</thead>
2305 2305
 				<tbody>
2306 2306
 				  <tr>
2307
-				  	<td>max_input_time</td><td><?php echo @ini_get( 'max_input_time' );?></td><td>3000</td>
2307
+				  	<td>max_input_time</td><td><?php echo @ini_get('max_input_time'); ?></td><td>3000</td>
2308 2308
 				  </tr>
2309 2309
 				  <tr>
2310
-				  	<td>max_execution_time</td><td><?php  echo @ini_get( 'max_execution_time' );?></td><td>3000</td>
2310
+				  	<td>max_execution_time</td><td><?php  echo @ini_get('max_execution_time'); ?></td><td>3000</td>
2311 2311
 				  </tr>
2312 2312
 				  <tr>
2313
-				  	<td>memory_limit</td><td><?php echo @ini_get( 'memory_limit' );?></td><td>256M</td>
2313
+				  	<td>memory_limit</td><td><?php echo @ini_get('memory_limit'); ?></td><td>256M</td>
2314 2314
 				  </tr>
2315 2315
 				</tbody>
2316 2316
 		    </table>
@@ -2322,21 +2322,21 @@  discard block
 block discarded – undo
2322 2322
 	<div id="gd_ie_imposts" class="metabox-holder">
2323 2323
       <div class="meta-box-sortables ui-sortable">
2324 2324
         <div id="gd_ie_im_posts" class="postbox gd-hndle-pbox">
2325
-          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Listings: Import CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2326
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Listings: Import CSV', 'geodirectory' );?></span></h3>
2325
+          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Listings: Import CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2326
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Listings: Import CSV', 'geodirectory'); ?></span></h3>
2327 2327
           <div class="inside">
2328 2328
             <table class="form-table">
2329 2329
 				<tbody>
2330 2330
 				  <tr>
2331 2331
 					<td class="gd-imex-box">
2332 2332
 						<div class="gd-im-choices">
2333
-						<p><input type="radio" value="update" name="gd_im_choicepost" id="gd_im_pchoice_u" /><label for="gd_im_pchoice_u"><?php _e( 'Update listing if post with post_id already exists.', 'geodirectory' );?></label></p>
2334
-						<p><input type="radio" checked="checked" value="skip" name="gd_im_choicepost" id="gd_im_pchoice_s" /><label for="gd_im_pchoice_s"><?php _e( 'Ignore listing if post with post_id already exists.', 'geodirectory' );?></label></p>
2333
+						<p><input type="radio" value="update" name="gd_im_choicepost" id="gd_im_pchoice_u" /><label for="gd_im_pchoice_u"><?php _e('Update listing if post with post_id already exists.', 'geodirectory'); ?></label></p>
2334
+						<p><input type="radio" checked="checked" value="skip" name="gd_im_choicepost" id="gd_im_pchoice_s" /><label for="gd_im_pchoice_s"><?php _e('Ignore listing if post with post_id already exists.', 'geodirectory'); ?></label></p>
2335 2335
 						</div>
2336 2336
 						<div class="plupload-upload-uic hide-if-no-js" id="gd_im_postplupload-upload-ui">
2337 2337
 							<input type="text" readonly="readonly" name="gd_im_post_file" class="gd-imex-file gd_im_post_file" id="gd_im_post" onclick="jQuery('#gd_im_postplupload-browse-button').trigger('click');" />
2338
-							<input id="gd_im_postplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-pupload button-primary" /><input type="button" value="<?php echo esc_attr( __( 'Download Sample CSV', 'geodirectory' ) );?>" class="button-secondary" name="gd_ie_imposts_sample" id="gd_ie_imposts_sample">
2339
-						<input type="hidden" id="gd_ie_imposts_csv" value="<?php echo $gd_posts_sample_csv;?>" />
2338
+							<input id="gd_im_postplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-pupload button-primary" /><input type="button" value="<?php echo esc_attr(__('Download Sample CSV', 'geodirectory')); ?>" class="button-secondary" name="gd_ie_imposts_sample" id="gd_ie_imposts_sample">
2339
+						<input type="hidden" id="gd_ie_imposts_csv" value="<?php echo $gd_posts_sample_csv; ?>" />
2340 2340
 						<input type="hidden" id="gd_im_post_allowed_types" data-exts=".csv" value="csv" />
2341 2341
 							<?php
2342 2342
 							/**
@@ -2346,7 +2346,7 @@  discard block
 block discarded – undo
2346 2346
 							 */
2347 2347
 							do_action('geodir_sample_csv_download_link');
2348 2348
 							?>
2349
-							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce( 'gd_im_postpluploadan' ); ?>"></span>
2349
+							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce('gd_im_postpluploadan'); ?>"></span>
2350 2350
 							<div class="filelist"></div>
2351 2351
 						</div>
2352 2352
 						<span id="gd_im_postupload-error" style="display:none"></span>
@@ -2364,7 +2364,7 @@  discard block
 block discarded – undo
2364 2364
 							<input type="hidden" id="gd_terminateaction" value="continue"/>
2365 2365
 						</div>
2366 2366
 						<div class="gd-import-progress" id="gd-import-progress" style="display:none">
2367
-							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory');?> </b><font
2367
+							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory'); ?> </b><font
2368 2368
 									id="gd-import-done">0</font> / <font id="gd-import-total">0</font>&nbsp;( <font
2369 2369
 									id="gd-import-perc">0%</font> )
2370 2370
 								<div class="gd-fileprogress"></div>
@@ -2376,10 +2376,10 @@  discard block
 block discarded – undo
2376 2376
                     	<div class="gd-imex-btns" style="display:none;">
2377 2377
                         	<input type="hidden" class="geodir_import_file" name="geodir_import_file" value="save"/>
2378 2378
                         	<input onclick="gd_imex_PrepareImport(this, 'post')" type="button" value="<?php echo CSV_IMPORT_DATA; ?>" id="gd_import_data" class="button-primary" />
2379
-                        	<input onclick="gd_imex_ContinueImport(this, 'post')" type="button" value="<?php _e( "Continue Import Data", 'geodirectory' );?>" id="gd_continue_data" class="button-primary" style="display:none"/>
2380
-                        	<input type="button" value="<?php _e("Terminate Import Data", 'geodirectory');?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'post')"/>
2379
+                        	<input onclick="gd_imex_ContinueImport(this, 'post')" type="button" value="<?php _e("Continue Import Data", 'geodirectory'); ?>" id="gd_continue_data" class="button-primary" style="display:none"/>
2380
+                        	<input type="button" value="<?php _e("Terminate Import Data", 'geodirectory'); ?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'post')"/>
2381 2381
 							<div id="gd_process_data" style="display:none">
2382
-								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory');?>
2382
+								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory'); ?>
2383 2383
 							</div>
2384 2384
 						</div>
2385 2385
 					</td>
@@ -2393,30 +2393,30 @@  discard block
 block discarded – undo
2393 2393
 	<div id="gd_ie_excategs" class="metabox-holder">
2394 2394
 	  <div class="meta-box-sortables ui-sortable">
2395 2395
 		<div id="gd_ie_ex_posts" class="postbox gd-hndle-pbox">
2396
-		  <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - Listings: Export CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2397
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Listings: Export CSV', 'geodirectory' );?></span></h3>
2396
+		  <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - Listings: Export CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2397
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Listings: Export CSV', 'geodirectory'); ?></span></h3>
2398 2398
 		  <div class="inside">
2399 2399
 			<table class="form-table">
2400 2400
 			  <tbody>
2401 2401
 				<tr>
2402 2402
 				  <td class="fld"><label for="gd_post_type">
2403
-					<?php _e( 'Post Type:', 'geodirectory' );?>
2403
+					<?php _e('Post Type:', 'geodirectory'); ?>
2404 2404
 					</label></td>
2405 2405
 				  <td><select name="gd_post_type" id="gd_post_type" style="min-width:140px">
2406
-					  <?php echo $gd_posttypes_option;?>
2406
+					  <?php echo $gd_posttypes_option; ?>
2407 2407
 					</select></td>
2408 2408
 				</tr>
2409 2409
 				<tr>
2410
-					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e( 'Max entries per csv file:', 'geodirectory' );?></label></td>
2411
-					<td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option;?></select><span class="description"><?php _e( 'Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory' );?></span></td>
2410
+					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e('Max entries per csv file:', 'geodirectory'); ?></label></td>
2411
+					<td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option; ?></select><span class="description"><?php _e('Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory'); ?></span></td>
2412 2412
 				</tr>
2413 2413
                 <tr class="gd-imex-dates">
2414
-					<td class="fld"><label><?php _e( 'Published Date:', 'geodirectory' );?></label></td>
2415
-					<td><label><span class="label-responsive"><?php _e( 'Start date:', 'geodirectory' );?></span><input type="text" id="gd_imex_start_date" name="gd_imex[start_date]" data-type="date" /></label><label><span class="label-responsive"><?php _e( 'End date:', 'geodirectory' );?></span><input type="text" id="gd_imex_end_date" name="gd_imex[end_date]" data-type="date" /></label></td>
2414
+					<td class="fld"><label><?php _e('Published Date:', 'geodirectory'); ?></label></td>
2415
+					<td><label><span class="label-responsive"><?php _e('Start date:', 'geodirectory'); ?></span><input type="text" id="gd_imex_start_date" name="gd_imex[start_date]" data-type="date" /></label><label><span class="label-responsive"><?php _e('End date:', 'geodirectory'); ?></span><input type="text" id="gd_imex_end_date" name="gd_imex[end_date]" data-type="date" /></label></td>
2416 2416
 				</tr>
2417 2417
 				<tr>
2418 2418
 				  <td class="fld" style="vertical-align:top"><label>
2419
-					<?php _e( 'Progress:', 'geodirectory' );?>
2419
+					<?php _e('Progress:', 'geodirectory'); ?>
2420 2420
 					</label></td>
2421 2421
 				  <td><div id='gd_progressbar_box'>
2422 2422
 					  <div id="gd_progressbar" class="gd_progressbar">
@@ -2424,13 +2424,13 @@  discard block
 block discarded – undo
2424 2424
 					  </div>
2425 2425
 					</div>
2426 2426
 					<p style="display:inline-block">
2427
-					  <?php _e( 'Elapsed Time:', 'geodirectory' );?>
2427
+					  <?php _e('Elapsed Time:', 'geodirectory'); ?>
2428 2428
 					</p>
2429 2429
 					  
2430 2430
 					<p id="gd_timer" class="gd_timer">00:00:00</p></td>
2431 2431
 				</tr>
2432 2432
 				<tr class="gd-ie-actions">
2433
-				  <td style="vertical-align:top"><input type="submit" value="<?php echo esc_attr( __( 'Export CSV', 'geodirectory' ) );?>" class="button-primary" name="gd_ie_exposts_submit" id="gd_ie_exposts_submit">
2433
+				  <td style="vertical-align:top"><input type="submit" value="<?php echo esc_attr(__('Export CSV', 'geodirectory')); ?>" class="button-primary" name="gd_ie_exposts_submit" id="gd_ie_exposts_submit">
2434 2434
 				  </td>
2435 2435
 				  <td id="gd_ie_ex_files" class="gd-ie-files"></td>
2436 2436
 				</tr>
@@ -2443,21 +2443,21 @@  discard block
 block discarded – undo
2443 2443
 	<div id="gd_ie_imcategs" class="metabox-holder">
2444 2444
       <div class="meta-box-sortables ui-sortable">
2445 2445
         <div id="gd_ie_imcats" class="postbox gd-hndle-pbox">
2446
-          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Categories: Import CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2447
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Categories: Import CSV', 'geodirectory' );?></span></h3>
2446
+          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Categories: Import CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2447
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Categories: Import CSV', 'geodirectory'); ?></span></h3>
2448 2448
           <div class="inside">
2449 2449
             <table class="form-table">
2450 2450
 				<tbody>
2451 2451
 				  <tr>
2452 2452
 					<td class="gd-imex-box">
2453 2453
 						<div class="gd-im-choices">
2454
-						<p><input type="radio" value="update" name="gd_im_choicecat" id="gd_im_cchoice_u" /><label for="gd_im_cchoice_u"><?php _e( 'Update item if item with cat_id/cat_slug already exists.', 'geodirectory' );?></label></p>
2455
-						<p><input type="radio" checked="checked" value="skip" name="gd_im_choicecat" id="gd_im_cchoice_s" /><label for="gd_im_cchoice_s"><?php _e( 'Ignore item if item with cat_id/cat_slug already exists.', 'geodirectory' );?></label></p>
2454
+						<p><input type="radio" value="update" name="gd_im_choicecat" id="gd_im_cchoice_u" /><label for="gd_im_cchoice_u"><?php _e('Update item if item with cat_id/cat_slug already exists.', 'geodirectory'); ?></label></p>
2455
+						<p><input type="radio" checked="checked" value="skip" name="gd_im_choicecat" id="gd_im_cchoice_s" /><label for="gd_im_cchoice_s"><?php _e('Ignore item if item with cat_id/cat_slug already exists.', 'geodirectory'); ?></label></p>
2456 2456
 						</div>
2457 2457
 						<div class="plupload-upload-uic hide-if-no-js" id="gd_im_catplupload-upload-ui">
2458 2458
 							<input type="text" readonly="readonly" name="gd_im_cat_file" class="gd-imex-file gd_im_cat_file" id="gd_im_cat" onclick="jQuery('#gd_im_catplupload-browse-button').trigger('click');" />
2459
-							<input id="gd_im_catplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-cupload button-primary" /><input type="button" value="<?php echo esc_attr( __( 'Download Sample CSV', 'geodirectory' ) );?>" class="button-secondary" name="gd_ie_imcats_sample" id="gd_ie_imcats_sample">
2460
-						<input type="hidden" id="gd_ie_imcats_csv" value="<?php echo $gd_cats_sample_csv;?>" />
2459
+							<input id="gd_im_catplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-cupload button-primary" /><input type="button" value="<?php echo esc_attr(__('Download Sample CSV', 'geodirectory')); ?>" class="button-secondary" name="gd_ie_imcats_sample" id="gd_ie_imcats_sample">
2460
+						<input type="hidden" id="gd_ie_imcats_csv" value="<?php echo $gd_cats_sample_csv; ?>" />
2461 2461
 						<input type="hidden" id="gd_im_cat_allowed_types" data-exts=".csv" value="csv" />
2462 2462
 						<?php
2463 2463
 						/**
@@ -2468,7 +2468,7 @@  discard block
 block discarded – undo
2468 2468
 						 */
2469 2469
 						do_action('geodir_sample_cats_csv_download_link');
2470 2470
 						?>
2471
-							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce( 'gd_im_catpluploadan' ); ?>"></span>
2471
+							<span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce('gd_im_catpluploadan'); ?>"></span>
2472 2472
 							<div class="filelist"></div>
2473 2473
 						</div>
2474 2474
 						<span id="gd_im_catupload-error" style="display:none"></span>
@@ -2485,7 +2485,7 @@  discard block
 block discarded – undo
2485 2485
 							<input type="hidden" id="gd_terminateaction" value="continue"/>
2486 2486
 						</div>
2487 2487
 						<div class="gd-import-progress" id="gd-import-progress" style="display:none">
2488
-							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory');?> </b><font
2488
+							<div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory'); ?> </b><font
2489 2489
 									id="gd-import-done">0</font> / <font id="gd-import-total">0</font>&nbsp;( <font
2490 2490
 									id="gd-import-perc">0%</font> )
2491 2491
 								<div class="gd-fileprogress"></div>
@@ -2497,10 +2497,10 @@  discard block
 block discarded – undo
2497 2497
                     	<div class="gd-imex-btns" style="display:none;">
2498 2498
                         	<input type="hidden" class="geodir_import_file" name="geodir_import_file" value="save"/>
2499 2499
                         	<input onclick="gd_imex_PrepareImport(this, 'cat')" type="button" value="<?php echo CSV_IMPORT_DATA; ?>" id="gd_import_data" class="button-primary" />
2500
-                        	<input onclick="gd_imex_ContinueImport(this, 'cat')" type="button" value="<?php _e( "Continue Import Data", 'geodirectory' );?>" id="gd_continue_data" class="button-primary" style="display:none"/>
2501
-                        	<input type="button" value="<?php _e("Terminate Import Data", 'geodirectory');?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'cat')"/>
2500
+                        	<input onclick="gd_imex_ContinueImport(this, 'cat')" type="button" value="<?php _e("Continue Import Data", 'geodirectory'); ?>" id="gd_continue_data" class="button-primary" style="display:none"/>
2501
+                        	<input type="button" value="<?php _e("Terminate Import Data", 'geodirectory'); ?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'cat')"/>
2502 2502
 							<div id="gd_process_data" style="display:none">
2503
-								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory');?>
2503
+								<span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory'); ?>
2504 2504
 							</div>
2505 2505
 						</div>
2506 2506
 					</td>
@@ -2514,26 +2514,26 @@  discard block
 block discarded – undo
2514 2514
 	<div id="gd_ie_excategs" class="metabox-holder">
2515 2515
       <div class="meta-box-sortables ui-sortable">
2516 2516
         <div id="gd_ie_ex_cats" class="postbox gd-hndle-pbox">
2517
-          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Categories: Export CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2518
-          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Categories: Export CSV', 'geodirectory' );?></span></h3>
2517
+          <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Categories: Export CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
2518
+          <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Categories: Export CSV', 'geodirectory'); ?></span></h3>
2519 2519
           <div class="inside">
2520 2520
             <table class="form-table">
2521 2521
 				<tbody>
2522 2522
 				  <tr>
2523
-					<td class="fld"><label for="gd_post_type"><?php _e( 'Post Type:', 'geodirectory' );?></label></td>
2524
-					<td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"><?php echo $gd_posttypes_option;?></select></td>
2523
+					<td class="fld"><label for="gd_post_type"><?php _e('Post Type:', 'geodirectory'); ?></label></td>
2524
+					<td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"><?php echo $gd_posttypes_option; ?></select></td>
2525 2525
 				  </tr>
2526 2526
 				   <tr>
2527
-					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e( 'Max entries per csv file:', 'geodirectory' );?></label></td>
2528
-					<td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option;?></select><span class="description"><?php _e( 'Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory' );?></span></td>
2527
+					<td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e('Max entries per csv file:', 'geodirectory'); ?></label></td>
2528
+					<td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option; ?></select><span class="description"><?php _e('Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory'); ?></span></td>
2529 2529
 				  </tr>
2530 2530
 				  <tr>
2531
-					<td class="fld" style="vertical-align:top"><label><?php _e( 'Progress:', 'geodirectory' );?></label></td>
2532
-					<td><div id='gd_progressbar_box'><div id="gd_progressbar" class="gd_progressbar"><div class="gd-progress-label"></div></div></div><p style="display:inline-block"><?php _e( 'Elapsed Time:', 'geodirectory' );?></p>&nbsp;&nbsp;<p id="gd_timer" class="gd_timer">00:00:00</p></td>
2531
+					<td class="fld" style="vertical-align:top"><label><?php _e('Progress:', 'geodirectory'); ?></label></td>
2532
+					<td><div id='gd_progressbar_box'><div id="gd_progressbar" class="gd_progressbar"><div class="gd-progress-label"></div></div></div><p style="display:inline-block"><?php _e('Elapsed Time:', 'geodirectory'); ?></p>&nbsp;&nbsp;<p id="gd_timer" class="gd_timer">00:00:00</p></td>
2533 2533
 				  </tr>
2534 2534
 				  <tr class="gd-ie-actions">
2535 2535
 					<td style="vertical-align:top">
2536
-						<input type="submit" value="<?php echo esc_attr( __( 'Export CSV', 'geodirectory' ) );?>" class="button-primary" name="gd_ie_excats_submit" id="gd_ie_excats_submit">
2536
+						<input type="submit" value="<?php echo esc_attr(__('Export CSV', 'geodirectory')); ?>" class="button-primary" name="gd_ie_excats_submit" id="gd_ie_excats_submit">
2537 2537
 					</td>
2538 2538
 					<td id="gd_ie_ex_files" class="gd-ie-files"></td>
2539 2539
 				  </tr>
@@ -2555,7 +2555,7 @@  discard block
 block discarded – undo
2555 2555
      * @param array $gd_chunksize_options File chunk size options.
2556 2556
      * @param string $nonce Wordpress security token for GD import & export.
2557 2557
 	 */
2558
-	do_action( 'geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce );
2558
+	do_action('geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce);
2559 2559
 	?>
2560 2560
   </div>
2561 2561
 </div>
@@ -2574,7 +2574,7 @@  discard block
 block discarded – undo
2574 2574
         jQuery.ajax({
2575 2575
             url: ajaxurl,
2576 2576
             type: "POST",
2577
-            data: 'action=geodir_import_export&task=prepare_import&_pt=' + type + '&_file=' + uploadedFile + '&_nonce=<?php echo $nonce;?>',
2577
+            data: 'action=geodir_import_export&task=prepare_import&_pt=' + type + '&_file=' + uploadedFile + '&_nonce=<?php echo $nonce; ?>',
2578 2578
             dataType: 'json',
2579 2579
             cache: false,
2580 2580
             success: function(data) {
@@ -2626,7 +2626,7 @@  discard block
 block discarded – undo
2626 2626
 
2627 2627
         jQuery(cont).find('.filelist .file').remove();
2628 2628
         
2629
-        jQuery('#gd-import-msg', cont).find('#message').removeClass('updated').addClass('error').html("<p><?php echo esc_attr( PLZ_SELECT_CSV_FILE );?></p>");
2629
+        jQuery('#gd-import-msg', cont).find('#message').removeClass('updated').addClass('error').html("<p><?php echo esc_attr(PLZ_SELECT_CSV_FILE); ?></p>");
2630 2630
         jQuery('#gd-import-msg', cont).show();
2631 2631
         
2632 2632
         return false;
@@ -2685,7 +2685,7 @@  discard block
 block discarded – undo
2685 2685
     jQuery.ajax({
2686 2686
         url: ajaxurl,
2687 2687
         type: "POST",
2688
-        data: 'action=geodir_import_export&task=import_' + type + '&_pt=' + type + '&_file=' + uploadedFile + gddata + '&_ch=' + choice + '&_nonce=<?php echo $nonce;?>',
2688
+        data: 'action=geodir_import_export&task=import_' + type + '&_pt=' + type + '&_file=' + uploadedFile + gddata + '&_ch=' + choice + '&_nonce=<?php echo $nonce; ?>',
2689 2689
         dataType : 'json',
2690 2690
         cache: false,
2691 2691
         success: function (data) {
@@ -2874,27 +2874,27 @@  discard block
 block discarded – undo
2874 2874
 
2875 2875
     var gdMsg = '<p></p>';
2876 2876
     if ( processed > 0 ) {
2877
-        var msgParse = '<p><?php echo addslashes( sprintf( __( 'Total %s item(s) found.', 'geodirectory' ), '%s' ) );?></p>';
2877
+        var msgParse = '<p><?php echo addslashes(sprintf(__('Total %s item(s) found.', 'geodirectory'), '%s')); ?></p>';
2878 2878
         msgParse = msgParse.replace("%s", processed);
2879 2879
         gdMsg += msgParse;
2880 2880
     }
2881 2881
 
2882 2882
     if ( updated > 0 ) {
2883
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) updated.', 'geodirectory' ), '%s', '%d' ) );?></p>';
2883
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) updated.', 'geodirectory'), '%s', '%d')); ?></p>';
2884 2884
         msgParse = msgParse.replace("%s", updated);
2885 2885
         msgParse = msgParse.replace("%d", processed);
2886 2886
         gdMsg += msgParse;
2887 2887
     }
2888 2888
 
2889 2889
     if ( created > 0 ) {
2890
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) added.', 'geodirectory' ), '%s', '%d' ) );?></p>';
2890
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) added.', 'geodirectory'), '%s', '%d')); ?></p>';
2891 2891
         msgParse = msgParse.replace("%s", created);
2892 2892
         msgParse = msgParse.replace("%d", processed);
2893 2893
         gdMsg += msgParse;
2894 2894
     }
2895 2895
 
2896 2896
     if ( skipped > 0 ) {
2897
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) ignored due to already exists.', 'geodirectory' ), '%s', '%d' ) );?></p>';
2897
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) ignored due to already exists.', 'geodirectory'), '%s', '%d')); ?></p>';
2898 2898
         msgParse = msgParse.replace("%s", skipped);
2899 2899
         msgParse = msgParse.replace("%d", processed);
2900 2900
         gdMsg += msgParse;
@@ -2904,17 +2904,17 @@  discard block
 block discarded – undo
2904 2904
         if (type=='loc') {
2905 2905
             invalid_addr = invalid;
2906 2906
         }
2907
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ), '%s', '%d' ) );?></p>';
2907
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory'), '%s', '%d')); ?></p>';
2908 2908
         msgParse = msgParse.replace("%s", invalid_addr);
2909 2909
         msgParse = msgParse.replace("%d", total);
2910 2910
         gdMsg += msgParse;
2911 2911
     }
2912 2912
 
2913 2913
     if (invalid > 0 && type!='loc') {
2914
-        var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to blank title/invalid post type/invalid characters used in data.', 'geodirectory' ), '%s', '%d' ) );?></p>';
2914
+        var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to blank title/invalid post type/invalid characters used in data.', 'geodirectory'), '%s', '%d')); ?></p>';
2915 2915
         
2916 2916
         if (type=='hood') {
2917
-            msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory' ), '%s', '%d' ) );?></p>';
2917
+            msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory'), '%s', '%d')); ?></p>';
2918 2918
         }
2919 2919
         msgParse = msgParse.replace("%s", invalid);
2920 2920
         msgParse = msgParse.replace("%d", total);
@@ -2922,7 +2922,7 @@  discard block
 block discarded – undo
2922 2922
     }
2923 2923
 
2924 2924
     if (images > 0) {
2925
-        gdMsg += '<p><?php echo addslashes( $upload_dir );?></p>';
2925
+        gdMsg += '<p><?php echo addslashes($upload_dir); ?></p>';
2926 2926
     }
2927 2927
     gdMsg += '<p></p>';
2928 2928
     jQuery('#gd-import-msg', cont).find('#message').removeClass('error').addClass('updated').html(gdMsg);
@@ -3086,9 +3086,9 @@  discard block
 block discarded – undo
3086 3086
             if (typeof filters !== 'undefined' && filters && doFilter) {
3087 3087
                 getTotal = true;
3088 3088
                 attach += '&_c=1';
3089
-                gd_progressbar(el, 0, '<i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Preparing...', 'geodirectory' ) );?>');
3089
+                gd_progressbar(el, 0, '<i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Preparing...', 'geodirectory')); ?>');
3090 3090
             } else {
3091
-                gd_progressbar(el, 0, '0% (0 / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>');
3091
+                gd_progressbar(el, 0, '0% (0 / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
3092 3092
             }
3093 3093
             jQuery(el).find('#gd_timer').text('00:00:01');
3094 3094
             jQuery('#gd_ie_ex_files', el).html('');
@@ -3097,7 +3097,7 @@  discard block
 block discarded – undo
3097 3097
         jQuery.ajax({
3098 3098
             url: ajaxurl,
3099 3099
             type: "POST",
3100
-            data: 'action=geodir_import_export&task=export_posts&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce;?>&_p=' + page + attach,
3100
+            data: 'action=geodir_import_export&task=export_posts&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce; ?>&_p=' + page + attach,
3101 3101
             dataType : 'json',
3102 3102
             cache: false,
3103 3103
             beforeSend: function (jqXHR, settings) {},
@@ -3122,11 +3122,11 @@  discard block
 block discarded – undo
3122 3122
                         } else {
3123 3123
                             if (pages < page || pages == page) {
3124 3124
                                 window.clearInterval(timer_posts);
3125
-                                gd_progressbar(el, 100, '100% (' + total_posts + ' / ' + total_posts + ') <i class="fa fa-check"></i><?php echo esc_attr( __( 'Complete!', 'geodirectory' ) );?>');
3125
+                                gd_progressbar(el, 100, '100% (' + total_posts + ' / ' + total_posts + ') <i class="fa fa-check"></i><?php echo esc_attr(__('Complete!', 'geodirectory')); ?>');
3126 3126
                             } else {
3127 3127
                                 var percentage = Math.round(((page * chunk_size) / total_posts) * 100);
3128 3128
                                 percentage = percentage > 100 ? 100 : percentage;
3129
-                                gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>');
3129
+                                gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
3130 3130
                             }
3131 3131
                             if (typeof data.files != 'undefined' && jQuery(data.files).length ) {
3132 3132
                                 var obj_files = data.files;
@@ -3157,7 +3157,7 @@  discard block
 block discarded – undo
3157 3157
 
3158 3158
     function gd_process_export_cats(el, post_type, total_cats, chunk_size, pages, page) {
3159 3159
         if (page < 2) {
3160
-            gd_progressbar(el, 0, '0% (0 / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>');
3160
+            gd_progressbar(el, 0, '0% (0 / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
3161 3161
             jQuery(el).find('#gd_timer').text('00:00:01');
3162 3162
             jQuery('#gd_ie_ex_files', el).html('');
3163 3163
         }
@@ -3165,7 +3165,7 @@  discard block
 block discarded – undo
3165 3165
         jQuery.ajax({
3166 3166
             url: ajaxurl,
3167 3167
             type: "POST",
3168
-            data: 'action=geodir_import_export&task=export_cats&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce;?>&_p=' + page,
3168
+            data: 'action=geodir_import_export&task=export_cats&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce; ?>&_p=' + page,
3169 3169
             dataType : 'json',
3170 3170
             cache: false,
3171 3171
             beforeSend: function (jqXHR, settings) {},
@@ -3179,11 +3179,11 @@  discard block
 block discarded – undo
3179 3179
                     } else {
3180 3180
                         if (pages < page || pages == page) {
3181 3181
                             window.clearInterval(timer_cats);
3182
-                            gd_progressbar(el, 100, '100% (' + total_cats + ' / ' + total_cats + ') <i class="fa fa-check"></i><?php echo esc_attr( __( 'Complete!', 'geodirectory' ) );?>');
3182
+                            gd_progressbar(el, 100, '100% (' + total_cats + ' / ' + total_cats + ') <i class="fa fa-check"></i><?php echo esc_attr(__('Complete!', 'geodirectory')); ?>');
3183 3183
                         } else {
3184 3184
                             var percentage = Math.round(((page * chunk_size) / total_cats) * 100);
3185 3185
                             percentage = percentage > 100 ? 100 : percentage;
3186
-                            gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php esc_attr_e( 'Exporting...', 'geodirectory' );?>');
3186
+                            gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php esc_attr_e('Exporting...', 'geodirectory'); ?>');
3187 3187
                         }
3188 3188
                         if (typeof data.files != 'undefined' && jQuery(data.files).length ) {
3189 3189
                             var obj_files = data.files;
@@ -3240,13 +3240,13 @@  discard block
 block discarded – undo
3240 3240
 function geodir_init_filesystem()
3241 3241
 {
3242 3242
 
3243
-    if(!function_exists('get_filesystem_method')){
3243
+    if (!function_exists('get_filesystem_method')) {
3244 3244
         require_once(ABSPATH."/wp-admin/includes/file.php");
3245 3245
     }
3246 3246
     $access_type = get_filesystem_method();
3247 3247
     if ($access_type === 'direct') {
3248 3248
         /* you can safely run request_filesystem_credentials() without any issues and don't need to worry about passing in a URL */
3249
-        $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3249
+        $creds = request_filesystem_credentials(trailingslashit(site_url()).'wp-admin/', '', false, false, array());
3250 3250
 
3251 3251
         /* initialize the API */
3252 3252
         if (!WP_Filesystem($creds)) {
@@ -3259,7 +3259,7 @@  discard block
 block discarded – undo
3259 3259
         return $wp_filesystem;
3260 3260
         /* do our file manipulations below */
3261 3261
     } elseif (defined('FTP_USER')) {
3262
-        $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array());
3262
+        $creds = request_filesystem_credentials(trailingslashit(site_url()).'wp-admin/', '', false, false, array());
3263 3263
 
3264 3264
         /* initialize the API */
3265 3265
         if (!WP_Filesystem($creds)) {
@@ -3294,7 +3294,7 @@  discard block
 block discarded – undo
3294 3294
  * @package GeoDirectory
3295 3295
  */
3296 3296
 function geodir_filesystem_notice()
3297
-{   if ( defined( 'DOING_AJAX' ) ){return;}
3297
+{   if (defined('DOING_AJAX')) {return; }
3298 3298
     $access_type = get_filesystem_method();
3299 3299
     if ($access_type === 'direct') {
3300 3300
     } elseif (!defined('FTP_USER')) {
@@ -3335,64 +3335,64 @@  discard block
 block discarded – undo
3335 3335
     // try to set higher limits for import
3336 3336
     $max_input_time = ini_get('max_input_time');
3337 3337
     $max_execution_time = ini_get('max_execution_time');
3338
-    $memory_limit= ini_get('memory_limit');
3338
+    $memory_limit = ini_get('memory_limit');
3339 3339
 
3340
-    if(!$max_input_time || $max_input_time<3000){
3340
+    if (!$max_input_time || $max_input_time < 3000) {
3341 3341
         ini_set('max_input_time', 3000);
3342 3342
     }
3343 3343
 
3344
-    if(!$max_execution_time || $max_execution_time<3000){
3344
+    if (!$max_execution_time || $max_execution_time < 3000) {
3345 3345
         ini_set('max_execution_time', 3000);
3346 3346
     }
3347 3347
 
3348
-    if($memory_limit && str_replace('M','',$memory_limit)){
3349
-        if(str_replace('M','',$memory_limit)<256){
3348
+    if ($memory_limit && str_replace('M', '', $memory_limit)) {
3349
+        if (str_replace('M', '', $memory_limit) < 256) {
3350 3350
             ini_set('memory_limit', '256M');
3351 3351
         }
3352 3352
     }
3353 3353
 
3354 3354
     $json = array();
3355 3355
 
3356
-    if ( !current_user_can( 'manage_options' ) ) {
3357
-        wp_send_json( $json );
3356
+    if (!current_user_can('manage_options')) {
3357
+        wp_send_json($json);
3358 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 );
3364
+    if (!wp_verify_nonce($nonce, 'geodir_import_export_nonce')) {
3365
+        wp_send_json($json);
3366 3366
     }
3367 3367
 
3368
-    $post_type = isset( $_REQUEST['_pt'] ) ? $_REQUEST['_pt'] : NULL;
3369
-    $chunk_per_page = isset( $_REQUEST['_n'] ) ? absint($_REQUEST['_n']) : NULL;
3368
+    $post_type = isset($_REQUEST['_pt']) ? $_REQUEST['_pt'] : NULL;
3369
+    $chunk_per_page = isset($_REQUEST['_n']) ? absint($_REQUEST['_n']) : NULL;
3370 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;
3371
+    $chunk_page_no = isset($_REQUEST['_p']) ? absint($_REQUEST['_p']) : 1;
3372 3372
 
3373 3373
     $wp_filesystem = geodir_init_filesystem();
3374 3374
     if (!$wp_filesystem) {
3375
-        $json['error'] = __( 'Filesystem ERROR: Could not access filesystem.', 'geodirectory' );
3376
-        wp_send_json( $json );
3375
+        $json['error'] = __('Filesystem ERROR: Could not access filesystem.', 'geodirectory');
3376
+        wp_send_json($json);
3377 3377
     }
3378 3378
 
3379 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 );
3380
+        $json['error'] = __('Filesystem ERROR: '.$wp_filesystem->errors->get_error_message(), 'geodirectory');
3381
+        wp_send_json($json);
3382 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 );
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 3389
         }
3390 3390
     }
3391 3391
     
3392 3392
     $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
3393 3393
     $neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
3394 3394
 
3395
-    switch ( $task ) {
3395
+    switch ($task) {
3396 3396
         case 'export_posts': {
3397 3397
             // WPML
3398 3398
             $is_wpml = geodir_is_wpml();
@@ -3403,36 +3403,36 @@  discard block
 block discarded – undo
3403 3403
                 $sitepress->switch_lang('all', true);
3404 3404
             }
3405 3405
             // WPML
3406
-            if ( $post_type == 'gd_event' ) {
3407
-                add_filter( 'geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2 );
3406
+            if ($post_type == 'gd_event') {
3407
+                add_filter('geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2);
3408 3408
             }
3409
-            $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL;
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'] ) );
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 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';
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 3421
             $chunk_file_paths = array();
3422 3422
 
3423
-            if ( isset( $_REQUEST['_c'] ) ) {
3423
+            if (isset($_REQUEST['_c'])) {
3424 3424
                 $json['total'] = $posts_count;
3425 3425
                 // WPML
3426 3426
                 if ($is_wpml) {
3427 3427
                     $sitepress->switch_lang($active_lang, true);
3428 3428
                 }
3429 3429
                 // WPML
3430
-                wp_send_json( $json );
3430
+                wp_send_json($json);
3431 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 );
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 3437
                 $json['percentage'] = $percentage;
3438 3438
                 // WPML
@@ -3440,45 +3440,45 @@  discard block
 block discarded – undo
3440 3440
                     $sitepress->switch_lang($active_lang, true);
3441 3441
                 }
3442 3442
                 // WPML
3443
-                wp_send_json( $json );
3443
+                wp_send_json($json);
3444 3444
                 gd_die();
3445 3445
             } else {
3446
-                if ( !$posts_count > 0 ) {
3447
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3446
+                if (!$posts_count > 0) {
3447
+                    $json['error'] = __('No records to export.', 'geodirectory');
3448 3448
                 } else {
3449 3449
                     $total_posts = $posts_count;
3450 3450
                     if ($chunk_per_page > $total_posts) {
3451 3451
                         $chunk_per_page = $total_posts;
3452 3452
                     }
3453
-                    $chunk_total_pages = ceil( $total_posts / $chunk_per_page );
3453
+                    $chunk_total_pages = ceil($total_posts / $chunk_per_page);
3454 3454
                     
3455 3455
                     $j = $chunk_page_no;
3456
-                    $chunk_save_posts = geodir_imex_get_posts( $post_type, $chunk_per_page, $j );
3456
+                    $chunk_save_posts = geodir_imex_get_posts($post_type, $chunk_per_page, $j);
3457 3457
                     
3458 3458
                     $per_page = 500;
3459 3459
                     if ($per_page > $chunk_per_page) {
3460 3460
                         $per_page = $chunk_per_page;
3461 3461
                     }
3462
-                    $total_pages = ceil( $chunk_per_page / $per_page );
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 3467
                         $clear = $i == 0 ? true : false;
3468
-                        geodir_save_csv_data( $file_path_temp, $save_posts, $clear );
3468
+                        geodir_save_csv_data($file_path_temp, $save_posts, $clear);
3469 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));
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 3479
                     }
3480 3480
                     
3481
-                    if ( !empty($chunk_file_paths) ) {
3481
+                    if (!empty($chunk_file_paths)) {
3482 3482
                         $json['total'] = $posts_count;
3483 3483
                         $json['files'] = $chunk_file_paths;
3484 3484
                     } else {
@@ -3486,7 +3486,7 @@  discard block
 block discarded – undo
3486 3486
                             $json['total'] = $posts_count;
3487 3487
                             $json['files'] = array();
3488 3488
                         } else {
3489
-                            $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3489
+                            $json['error'] = __('ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory');
3490 3490
                         }
3491 3491
                     }
3492 3492
                 }
@@ -3495,7 +3495,7 @@  discard block
 block discarded – undo
3495 3495
                     $sitepress->switch_lang($active_lang, true);
3496 3496
                 }
3497 3497
                 // WPML
3498
-                wp_send_json( $json );
3498
+                wp_send_json($json);
3499 3499
             }
3500 3500
         }
3501 3501
         break;
@@ -3509,20 +3509,20 @@  discard block
 block discarded – undo
3509 3509
                 $sitepress->switch_lang('all', true);
3510 3510
             }
3511 3511
             // WPML
3512
-            $file_name = $post_type . 'category_' . date( 'dmyHi' );
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 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 3527
                 $json['percentage'] = $percentage;
3528 3528
                 // WPML
@@ -3530,48 +3530,48 @@  discard block
 block discarded – undo
3530 3530
                     $sitepress->switch_lang($active_lang, true);
3531 3531
                 }
3532 3532
                 // WPML
3533
-                wp_send_json( $json );
3533
+                wp_send_json($json);
3534 3534
             } else {
3535
-                if ( !$terms_count > 0 ) {
3536
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3535
+                if (!$terms_count > 0) {
3536
+                    $json['error'] = __('No records to export.', 'geodirectory');
3537 3537
                 } else {
3538 3538
                     $total_terms = $terms_count;
3539 3539
                     if ($chunk_per_page > $terms_count) {
3540 3540
                         $chunk_per_page = $terms_count;
3541 3541
                     }
3542
-                    $chunk_total_pages = ceil( $total_terms / $chunk_per_page );
3542
+                    $chunk_total_pages = ceil($total_terms / $chunk_per_page);
3543 3543
                     
3544 3544
                     $j = $chunk_page_no;
3545
-                    $chunk_save_terms = geodir_imex_get_terms( $post_type, $chunk_per_page, $j );
3545
+                    $chunk_save_terms = geodir_imex_get_terms($post_type, $chunk_per_page, $j);
3546 3546
                     
3547 3547
                     $per_page = 500;
3548 3548
                     if ($per_page > $chunk_per_page) {
3549 3549
                         $per_page = $chunk_per_page;
3550 3550
                     }
3551
-                    $total_pages = ceil( $chunk_per_page / $per_page );
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 3556
                         $clear = $i == 0 ? true : false;
3557
-                        geodir_save_csv_data( $file_path_temp, $save_terms, $clear );
3557
+                        geodir_save_csv_data($file_path_temp, $save_terms, $clear);
3558 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));
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 3568
                     }
3569 3569
                     
3570
-                    if ( !empty($chunk_file_paths) ) {
3570
+                    if (!empty($chunk_file_paths)) {
3571 3571
                         $json['total'] = $terms_count;
3572 3572
                         $json['files'] = $chunk_file_paths;
3573 3573
                     } else {
3574
-                        $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' );
3574
+                        $json['error'] = __('ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory');
3575 3575
                     }
3576 3576
                 }
3577 3577
                 // WPML
@@ -3579,127 +3579,127 @@  discard block
 block discarded – undo
3579 3579
                     $sitepress->switch_lang($active_lang, true);
3580 3580
                 }
3581 3581
                 // WPML
3582
-                wp_send_json( $json );
3582
+                wp_send_json($json);
3583 3583
             }
3584 3584
         }
3585 3585
         break;
3586 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';
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 3600
                 $json['percentage'] = $percentage;
3601
-                wp_send_json( $json );
3601
+                wp_send_json($json);
3602 3602
             } else {
3603 3603
                 $chunk_file_paths = array();
3604 3604
                 
3605
-                if ( !$items_count > 0 ) {
3606
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3605
+                if (!$items_count > 0) {
3606
+                    $json['error'] = __('No records to export.', 'geodirectory');
3607 3607
                 } else {
3608
-                    $chunk_per_page = min( $chunk_per_page, $items_count );
3609
-                    $chunk_total_pages = ceil( $items_count / $chunk_per_page );
3608
+                    $chunk_per_page = min($chunk_per_page, $items_count);
3609
+                    $chunk_total_pages = ceil($items_count / $chunk_per_page);
3610 3610
                     
3611 3611
                     $j = $chunk_page_no;
3612
-                    $chunk_save_items = geodir_location_imex_locations_data( $chunk_per_page, $j );
3612
+                    $chunk_save_items = geodir_location_imex_locations_data($chunk_per_page, $j);
3613 3613
                     
3614 3614
                     $per_page = 500;
3615
-                    $per_page = min( $per_page, $chunk_per_page );
3616
-                    $total_pages = ceil( $chunk_per_page / $per_page );
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 3621
                         $clear = $i == 0 ? true : false;
3622
-                        geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3622
+                        geodir_save_csv_data($file_path_temp, $save_items, $clear);
3623 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));
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 3633
                     }
3634 3634
                     
3635
-                    if ( !empty($chunk_file_paths) ) {
3635
+                    if (!empty($chunk_file_paths)) {
3636 3636
                         $json['total'] = $items_count;
3637 3637
                         $json['files'] = $chunk_file_paths;
3638 3638
                     } else {
3639
-                        $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3639
+                        $json['error'] = __('Fail, something wrong to create csv file.', 'geodirectory');
3640 3640
                     }
3641 3641
                 }
3642
-                wp_send_json( $json );
3642
+                wp_send_json($json);
3643 3643
             }
3644 3644
         }
3645 3645
         break;
3646 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';
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 3660
                 $json['percentage'] = $percentage;
3661
-                wp_send_json( $json );
3661
+                wp_send_json($json);
3662 3662
             } else {
3663 3663
                 $chunk_file_paths = array();
3664 3664
                 
3665
-                if ( !$items_count > 0 ) {
3666
-                    $json['error'] = __( 'No records to export.', 'geodirectory' );
3665
+                if (!$items_count > 0) {
3666
+                    $json['error'] = __('No records to export.', 'geodirectory');
3667 3667
                 } else {
3668
-                    $chunk_per_page = min( $chunk_per_page, $items_count );
3669
-                    $chunk_total_pages = ceil( $items_count / $chunk_per_page );
3668
+                    $chunk_per_page = min($chunk_per_page, $items_count);
3669
+                    $chunk_total_pages = ceil($items_count / $chunk_per_page);
3670 3670
                     
3671 3671
                     $j = $chunk_page_no;
3672
-                    $chunk_save_items = geodir_location_imex_neighbourhoods_data( $chunk_per_page, $j );
3672
+                    $chunk_save_items = geodir_location_imex_neighbourhoods_data($chunk_per_page, $j);
3673 3673
                     
3674 3674
                     $per_page = 500;
3675
-                    $per_page = min( $per_page, $chunk_per_page );
3676
-                    $total_pages = ceil( $chunk_per_page / $per_page );
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 3681
                         $clear = $i == 0 ? true : false;
3682
-                        geodir_save_csv_data( $file_path_temp, $save_items, $clear );
3682
+                        geodir_save_csv_data($file_path_temp, $save_items, $clear);
3683 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));
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 3693
                     }
3694 3694
                     
3695
-                    if ( !empty($chunk_file_paths) ) {
3695
+                    if (!empty($chunk_file_paths)) {
3696 3696
                         $json['total'] = $items_count;
3697 3697
                         $json['files'] = $chunk_file_paths;
3698 3698
                     } else {
3699
-                        $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' );
3699
+                        $json['error'] = __('Fail, something wrong to create csv file.', 'geodirectory');
3700 3700
                     }
3701 3701
                 }
3702
-                wp_send_json( $json );
3702
+                wp_send_json($json);
3703 3703
             }
3704 3704
         }
3705 3705
         break;
@@ -3716,25 +3716,25 @@  discard block
 block discarded – undo
3716 3716
             }
3717 3717
             // WPML
3718 3718
             
3719
-            ini_set( 'auto_detect_line_endings', true );
3719
+            ini_set('auto_detect_line_endings', true);
3720 3720
             
3721 3721
             $uploads = wp_upload_dir();
3722 3722
             $uploads_dir = $uploads['path'];
3723 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 3732
             $json['file'] = $csv_file;
3733
-            $json['error'] = __( 'The uploaded file is not a valid csv file. Please try again.', 'geodirectory' );
3733
+            $json['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
3734 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 3739
                 if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
3740 3740
                     $json['error'] = NULL;
@@ -3742,9 +3742,9 @@  discard block
 block discarded – undo
3742 3742
                     
3743 3743
                     $lc_all = setlocale(LC_ALL, 0); // Fix issue of fgetcsv ignores special characters when they are at the beginning of line
3744 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 ) ) {
3745
+                    if (($handle = fopen($target_path, "r")) !== FALSE) {
3746
+                        while (($data = fgetcsv($handle, 100000, ",")) !== FALSE) {
3747
+                            if (!empty($data)) {
3748 3748
                                 $file[] = $data;
3749 3749
                             }
3750 3750
                         }
@@ -3758,19 +3758,19 @@  discard block
 block discarded – undo
3758 3758
                         $json['error'] = __('No data found in csv file.', 'geodirectory');
3759 3759
                     }
3760 3760
                 } else {
3761
-                    wp_send_json( $json );
3761
+                    wp_send_json($json);
3762 3762
                 }
3763 3763
             } else {
3764
-                wp_send_json( $json );
3764
+                wp_send_json($json);
3765 3765
             }
3766 3766
             
3767
-            if ( $task == 'prepare_import' || !empty( $json['error'] ) ) {
3768
-                wp_send_json( $json );
3767
+            if ($task == 'prepare_import' || !empty($json['error'])) {
3768
+                wp_send_json($json);
3769 3769
             }
3770 3770
             
3771 3771
             $total = $json['rows'];
3772
-            $limit = isset($_POST['limit']) ? (int)$_POST['limit'] : 1;
3773
-            $processed = isset($_POST['processed']) ? (int)$_POST['processed'] : 0;
3772
+            $limit = isset($_POST['limit']) ? (int) $_POST['limit'] : 1;
3773
+            $processed = isset($_POST['processed']) ? (int) $_POST['processed'] : 0;
3774 3774
             
3775 3775
             $count = $limit;
3776 3776
             
@@ -3795,13 +3795,13 @@  discard block
 block discarded – undo
3795 3795
             
3796 3796
             $post_types = geodir_get_posttypes();
3797 3797
 
3798
-            if ( $task == 'import_cat' ) {
3798
+            if ($task == 'import_cat') {
3799 3799
                 if (!empty($file)) {
3800 3800
                     $columns = isset($file[0]) ? $file[0] : NULL;
3801 3801
                     
3802 3802
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
3803 3803
                         $json['error'] = CSV_INVAILD_FILE;
3804
-                        wp_send_json( $json );
3804
+                        wp_send_json($json);
3805 3805
                         exit;
3806 3806
                     }
3807 3807
                     
@@ -3812,7 +3812,7 @@  discard block
 block discarded – undo
3812 3812
                         
3813 3813
                         if (isset($file[$index])) {
3814 3814
                             $row = $file[$index];
3815
-                            $row = array_map( 'trim', $row );
3815
+                            $row = array_map('trim', $row);
3816 3816
                             //$row = array_map( 'utf8_encode', $row );
3817 3817
                             
3818 3818
                             $cat_id = '';
@@ -3829,42 +3829,42 @@  discard block
 block discarded – undo
3829 3829
                             $cat_id_original = '';
3830 3830
                             
3831 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' ) {
3832
+                            foreach ($columns as $column) {
3833
+                                if ($column == 'cat_id') {
3834
+                                    $cat_id = (int) $row[$c];
3835
+                                } else if ($column == 'cat_name') {
3836 3836
                                     $cat_name = $row[$c];
3837
-                                } else if ( $column == 'cat_slug' ) {
3837
+                                } else if ($column == 'cat_slug') {
3838 3838
                                     $cat_slug = $row[$c];
3839
-                                } else if ( $column == 'cat_posttype' ) {
3839
+                                } else if ($column == 'cat_posttype') {
3840 3840
                                     $cat_posttype = $row[$c];
3841
-                                } else if ( $column == 'cat_parent' ) {
3841
+                                } else if ($column == 'cat_parent') {
3842 3842
                                     $cat_parent = trim($row[$c]);
3843
-                                } else if ( $column == 'cat_schema' && $row[$c] != '' ) {
3843
+                                } else if ($column == 'cat_schema' && $row[$c] != '') {
3844 3844
                                     $cat_schema = $row[$c];
3845
-                                } else if ( $column == 'cat_description' ) {
3845
+                                } else if ($column == 'cat_description') {
3846 3846
                                     $cat_description = $row[$c];
3847
-                                } else if ( $column == 'cat_top_description' ) {
3847
+                                } else if ($column == 'cat_top_description') {
3848 3848
                                     $cat_top_description = $row[$c];
3849
-                                } else if ( $column == 'cat_image' ) {
3849
+                                } else if ($column == 'cat_image') {
3850 3850
                                     $cat_image = $row[$c];
3851
-                                } else if ( $column == 'cat_icon' ) {
3851
+                                } else if ($column == 'cat_icon') {
3852 3852
                                     $cat_icon = $row[$c];
3853 3853
                                 }
3854 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];
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 3860
                                     }
3861 3861
                                 }
3862 3862
                                 // WPML
3863 3863
                                 $c++;
3864 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 3869
                                 $invalid++;
3870 3870
                                 continue;
@@ -3882,24 +3882,24 @@  discard block
 block discarded – undo
3882 3882
                             $term_data['description'] = $cat_description;
3883 3883
                             $term_data['cat_schema'] = $cat_schema;
3884 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 ) : '';
3885
+                            $term_data['image'] = $cat_image != '' ? basename($cat_image) : '';
3886
+                            $term_data['icon'] = $cat_icon != '' ? basename($cat_icon) : '';
3887 3887
                             
3888 3888
                             //$term_data = array_map( 'utf8_encode', $term_data );
3889 3889
                             
3890
-                            $taxonomy = $cat_posttype . 'category';
3890
+                            $taxonomy = $cat_posttype.'category';
3891 3891
                             
3892 3892
                             $term_data['taxonomy'] = $taxonomy;
3893 3893
 
3894 3894
                             $term_parent_id = 0;
3895
-                            if ($cat_parent != "" || (int)$cat_parent > 0) {
3895
+                            if ($cat_parent != "" || (int) $cat_parent > 0) {
3896 3896
                                 $term_parent = '';
3897 3897
                                 
3898
-                                if ( $term_parent = get_term_by( 'name', $cat_parent, $taxonomy ) ) {
3898
+                                if ($term_parent = get_term_by('name', $cat_parent, $taxonomy)) {
3899 3899
                                     //
3900
-                                } else if ( $term_parent = get_term_by( 'slug', $cat_parent, $taxonomy ) ) {
3900
+                                } else if ($term_parent = get_term_by('slug', $cat_parent, $taxonomy)) {
3901 3901
                                     //
3902
-                                } else if ( $term_parent = get_term_by( 'id', $cat_parent, $taxonomy ) ) {
3902
+                                } else if ($term_parent = get_term_by('id', $cat_parent, $taxonomy)) {
3903 3903
                                     //
3904 3904
                                 } else {
3905 3905
                                     $term_parent_data = array();
@@ -3907,104 +3907,104 @@  discard block
 block discarded – undo
3907 3907
                                     //$term_parent_data = array_map( 'utf8_encode', $term_parent_data );
3908 3908
                                     $term_parent_data['taxonomy'] = $taxonomy;
3909 3909
                                     
3910
-                                    $term_parent_id = (int)geodir_imex_insert_term( $taxonomy, $term_parent_data );
3910
+                                    $term_parent_id = (int) geodir_imex_insert_term($taxonomy, $term_parent_data);
3911 3911
                                 }
3912 3912
                                 
3913
-                                if ( !empty( $term_parent ) && !is_wp_error( $term_parent ) ) {
3914
-                                    $term_parent_id = (int)$term_parent->term_id;
3913
+                                if (!empty($term_parent) && !is_wp_error($term_parent)) {
3914
+                                    $term_parent_id = (int) $term_parent->term_id;
3915 3915
                                 }
3916 3916
                             }
3917
-                            $term_data['parent'] = (int)$term_parent_id;
3917
+                            $term_data['parent'] = (int) $term_parent_id;
3918 3918
 
3919 3919
                             $term_id = NULL;
3920
-                            if ( $import_choice == 'update' ) {
3921
-                                if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3920
+                            if ($import_choice == 'update') {
3921
+                                if ($cat_id > 0 && $term = (array) term_exists($cat_id, $taxonomy)) {
3922 3922
                                     $term_data['term_id'] = $term['term_id'];
3923 3923
                                     
3924
-                                    if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3924
+                                    if ($term_id = geodir_imex_update_term($taxonomy, $term_data)) {
3925 3925
                                         $updated++;
3926 3926
                                     } else {
3927 3927
                                         $invalid++;
3928
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) );
3928
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory'));
3929 3929
                                     }
3930
-                                } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3930
+                                } else if ($term_data['slug'] != '' && $term = (array) term_exists($term_data['slug'], $taxonomy)) {
3931 3931
                                     $term_data['term_id'] = $term['term_id'];
3932 3932
                                     
3933
-                                    if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
3933
+                                    if ($term_id = geodir_imex_update_term($taxonomy, $term_data)) {
3934 3934
                                         $updated++;
3935 3935
                                     } else {
3936 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' ) );
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 3938
                                     }
3939 3939
                                 } else {
3940
-                                    if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3940
+                                    if ($term_id = geodir_imex_insert_term($taxonomy, $term_data)) {
3941 3941
                                         $created++;
3942 3942
                                     } else {
3943 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' ) );
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 3945
                                     }
3946 3946
                                 }
3947
-                            } else if ( $import_choice == 'skip' ) {
3948
-                                if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
3947
+                            } else if ($import_choice == 'skip') {
3948
+                                if ($cat_id > 0 && $term = (array) term_exists($cat_id, $taxonomy)) {
3949 3949
                                     $skipped++;
3950
-                                } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
3950
+                                } else if ($term_data['slug'] != '' && $term = (array) term_exists($term_data['slug'], $taxonomy)) {
3951 3951
                                     $skipped++;
3952 3952
                                 } else {
3953
-                                    if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
3953
+                                    if ($term_id = geodir_imex_insert_term($taxonomy, $term_data)) {
3954 3954
                                         $created++;
3955 3955
                                     } else {
3956 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' ) );
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 3958
                                     }
3959 3959
                                 }
3960 3960
                             } else {
3961 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' ) );
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 3963
                             }
3964 3964
                             
3965
-                            if ( $term_id ) {
3965
+                            if ($term_id) {
3966 3966
                                 // WPML
3967 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 );
3968
+                                    $wpml_element_type = 'tax_'.$taxonomy;
3969
+                                    $source_language = geodir_get_language_for_element($cat_id_original, $wpml_element_type);
3970 3970
                                     $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
3971 3971
 
3972
-                                    $trid = $sitepress->get_element_trid( $cat_id_original, $wpml_element_type );
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 );
3974
+                                    $sitepress->set_element_language_details($term_id, $wpml_element_type, $trid, $cat_language, $source_language);
3975 3975
                                 }
3976 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 );
3978
+                                if (isset($term_data['top_description'])) {
3979
+                                    update_tax_meta($term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype);
3980 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 );
3982
+                                if (isset($term_data['cat_schema'])) {
3983
+                                    update_tax_meta($term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype);
3984 3984
                                 }
3985 3985
             
3986 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'] : '';
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'] ) {
3991
+                                    if (basename($cat_image) != $term_data['image']) {
3992 3992
                                         $attachment = true;
3993
-                                        update_tax_meta( $term_id, 'ct_cat_default_img', array( 'id' => 'image', 'src' => $uploads['url'] . '/' . $term_data['image'] ), $cat_posttype );
3993
+                                        update_tax_meta($term_id, 'ct_cat_default_img', array('id' => 'image', 'src' => $uploads['url'].'/'.$term_data['image']), $cat_posttype);
3994 3994
                                     }
3995 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'] : '';
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 4000
 
4001
-                                    if ( basename($cat_icon) != $term_data['icon'] ) {
4001
+                                    if (basename($cat_icon) != $term_data['icon']) {
4002 4002
                                         $attachment = true;
4003
-                                        update_tax_meta( $term_id, 'ct_cat_icon', array( 'id' => 'icon', 'src' => $uploads['url'] . '/' . $term_data['icon'] ), $cat_posttype );
4003
+                                        update_tax_meta($term_id, 'ct_cat_icon', array('id' => 'icon', 'src' => $uploads['url'].'/'.$term_data['icon']), $cat_posttype);
4004 4004
                                     }
4005 4005
                                 }
4006 4006
                                 
4007
-                                if ( $attachment ) {
4007
+                                if ($attachment) {
4008 4008
                                     $images++;
4009 4009
                                 }
4010 4010
                             }
@@ -4026,35 +4026,35 @@  discard block
 block discarded – undo
4026 4026
                 $json['invalid'] = $invalid;
4027 4027
                 $json['images'] = $images;
4028 4028
                 
4029
-                wp_send_json( $json );
4029
+                wp_send_json($json);
4030 4030
                 exit;
4031
-            } else if ( $task == 'import_post' ) {
4032
-                $xtimings['###1'] = microtime(true)-$xstart;
4031
+            } else if ($task == 'import_post') {
4032
+                $xtimings['###1'] = microtime(true) - $xstart;
4033 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;' );
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 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;
4043
+                    $is_claim_active = is_plugin_active('geodir_claim_listing/geodir_claim_listing.php') && get_option('geodir_claim_enable') === 'yes' ? true : false;
4044 4044
                     $wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses.
4045 4045
                     $default_status = 'publish';
4046
-                    $current_date = date_i18n( 'Y-m-d', time() );
4046
+                    $current_date = date_i18n('Y-m-d', time());
4047 4047
                     
4048 4048
                     $columns = isset($file[0]) ? $file[0] : NULL;
4049 4049
                     
4050 4050
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4051 4051
                         $json['error'] = CSV_INVAILD_FILE;
4052
-                        wp_send_json( $json );
4052
+                        wp_send_json($json);
4053 4053
                         exit;
4054 4054
                     }
4055
-                    $xtimings['###2'] = microtime(true)-$xstart;
4055
+                    $xtimings['###2'] = microtime(true) - $xstart;
4056 4056
                     $gd_error_log = __('GD IMPORT LISTINGS [ROW %d]:', 'geodirectory');
4057
-                    $wp_chars_error = __( '(check & remove if any invalid characters used in data)', 'geodirectory' );
4057
+                    $wp_chars_error = __('(check & remove if any invalid characters used in data)', 'geodirectory');
4058 4058
                     $processed_actual = 0;
4059 4059
                     for ($i = 1; $i <= $limit; $i++) {
4060 4060
                         $index = $processed + $i;
@@ -4063,9 +4063,9 @@  discard block
 block discarded – undo
4063 4063
                         if (isset($file[$index])) {
4064 4064
                             $processed_actual++;
4065 4065
                             $row = $file[$index];
4066
-                            $row = array_map( 'trim', $row );
4066
+                            $row = array_map('trim', $row);
4067 4067
                             //$row = array_map( 'utf8_encode', $row );
4068
-                            $row = array_map( 'addslashes_gpc', $row );
4068
+                            $row = array_map('addslashes_gpc', $row);
4069 4069
                             
4070 4070
                             $post_id = '';
4071 4071
                             $post_title = '';
@@ -4104,82 +4104,82 @@  discard block
 block discarded – undo
4104 4104
                             $original_post_id = '';
4105 4105
                             
4106 4106
                             $c = 0;
4107
-                            foreach ($columns as $column ) {
4107
+                            foreach ($columns as $column) {
4108 4108
                                 $gd_post[$column] = $row[$c];
4109 4109
                                 
4110
-                                if ( $column == 'post_id' ) {
4110
+                                if ($column == 'post_id') {
4111 4111
                                     $post_id = $row[$c];
4112
-                                } else if ( $column == 'post_title' ) {
4112
+                                } else if ($column == 'post_title') {
4113 4113
                                     $post_title = sanitize_text_field($row[$c]);
4114
-                                } else if ( $column == 'post_author' ) {
4114
+                                } else if ($column == 'post_author') {
4115 4115
                                     $post_author = $row[$c];
4116
-                                } else if ( $column == 'post_date' ) {
4116
+                                } else if ($column == 'post_date') {
4117 4117
                                     $post_date = $row[$c];
4118
-                                } else if ( $column == 'post_content' ) {
4118
+                                } else if ($column == 'post_content') {
4119 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' ) {
4120
+                                } else if ($column == 'post_category' && $row[$c] != '') {
4121
+                                    $post_category_arr = explode(',', $row[$c]);
4122
+                                } else if ($column == 'default_category') {
4123 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' ) {
4124
+                                } else if ($column == 'post_tags' && $row[$c] != '') {
4125
+                                    $post_tags = explode(',', sanitize_text_field($row[$c]));
4126
+                                } else if ($column == 'post_type') {
4127 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' ) {
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 4133
                                     $geodir_video = $row[$c];
4134
-                                } else if ( $column == 'post_address' ) {
4134
+                                } else if ($column == 'post_address') {
4135 4135
                                     $post_address = sanitize_text_field($row[$c]);
4136
-                                } else if ( $column == 'post_city' ) {
4136
+                                } else if ($column == 'post_city') {
4137 4137
                                     $post_city = sanitize_text_field($row[$c]);
4138
-                                } else if ( $column == 'post_region' ) {
4138
+                                } else if ($column == 'post_region') {
4139 4139
                                     $post_region = sanitize_text_field($row[$c]);
4140
-                                } else if ( $column == 'post_country' ) {
4140
+                                } else if ($column == 'post_country') {
4141 4141
                                     $post_country = sanitize_text_field($row[$c]);
4142
-                                } else if ( $column == 'post_zip' ) {
4142
+                                } else if ($column == 'post_zip') {
4143 4143
                                     $post_zip = sanitize_text_field($row[$c]);
4144
-                                } else if ( $column == 'post_latitude' ) {
4144
+                                } else if ($column == 'post_latitude') {
4145 4145
                                     $post_latitude = sanitize_text_field($row[$c]);
4146
-                                } else if ( $column == 'post_longitude' ) {
4146
+                                } else if ($column == 'post_longitude') {
4147 4147
                                     $post_longitude = sanitize_text_field($row[$c]);
4148
-                                } else if ( $column == 'post_neighbourhood' ) {
4148
+                                } else if ($column == 'post_neighbourhood') {
4149 4149
                                     $post_neighbourhood = sanitize_text_field($row[$c]);
4150 4150
                                     unset($gd_post[$column]);
4151
-                                } else if ( $column == 'neighbourhood_latitude' ) {
4151
+                                } else if ($column == 'neighbourhood_latitude') {
4152 4152
                                     $neighbourhood_latitude = sanitize_text_field($row[$c]);
4153
-                                } else if ( $column == 'neighbourhood_longitude' ) {
4153
+                                } else if ($column == 'neighbourhood_longitude') {
4154 4154
                                     $neighbourhood_longitude = sanitize_text_field($row[$c]);
4155
-                                } else if ( $column == 'geodir_timing' ) {
4155
+                                } else if ($column == 'geodir_timing') {
4156 4156
                                     $geodir_timing = sanitize_text_field($row[$c]);
4157
-                                } else if ( $column == 'geodir_contact' ) {
4157
+                                } else if ($column == 'geodir_contact') {
4158 4158
                                     $geodir_contact = sanitize_text_field($row[$c]);
4159
-                                } else if ( $column == 'geodir_email' ) {
4159
+                                } else if ($column == 'geodir_email') {
4160 4160
                                     $geodir_email = sanitize_email($row[$c]);
4161
-                                } else if ( $column == 'geodir_website' ) {
4161
+                                } else if ($column == 'geodir_website') {
4162 4162
                                     $geodir_website = sanitize_text_field($row[$c]);
4163
-                                } else if ( $column == 'geodir_twitter' ) {
4163
+                                } else if ($column == 'geodir_twitter') {
4164 4164
                                     $geodir_twitter = sanitize_text_field($row[$c]);
4165
-                                } else if ( $column == 'geodir_facebook' ) {
4165
+                                } else if ($column == 'geodir_facebook') {
4166 4166
                                     $geodir_facebook = sanitize_text_field($row[$c]);
4167
-                                } else if ( $column == 'IMAGE' && !empty( $row[$c] ) && $row[$c] != '' ) {
4167
+                                } else if ($column == 'IMAGE' && !empty($row[$c]) && $row[$c] != '') {
4168 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' ) {
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 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];
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 4176
                                 }
4177 4177
                                 // WPML
4178 4178
                                 if ($is_wpml) {
4179 4179
                                     if ($column == 'language') {
4180 4180
                                         $language = geodir_strtolower(trim($row[$c]));
4181 4181
                                     } else if ($column == 'original_post_id') {
4182
-                                        $original_post_id = (int)$row[$c];
4182
+                                        $original_post_id = (int) $row[$c];
4183 4183
                                     }
4184 4184
                                 }
4185 4185
                                 // WPML
@@ -4187,7 +4187,7 @@  discard block
 block discarded – undo
4187 4187
                             }
4188 4188
                             // listing claimed or not
4189 4189
                             if ($is_claim_active && isset($gd_post['claimed'])) {
4190
-                                $gd_post['claimed'] = (int)$gd_post['claimed'] == 1 ? 1 : 0;
4190
+                                $gd_post['claimed'] = (int) $gd_post['claimed'] == 1 ? 1 : 0;
4191 4191
                             }
4192 4192
                             
4193 4193
                             // WPML
@@ -4198,43 +4198,43 @@  discard block
 block discarded – undo
4198 4198
 
4199 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 4204
                             $valid = true;
4205 4205
                             
4206
-                            if ( $post_title == '' || !in_array( $post_type, $post_types ) ) {
4206
+                            if ($post_title == '' || !in_array($post_type, $post_types)) {
4207 4207
                                 $invalid++;
4208 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' ) );
4209
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank title/invalid post type', 'geodirectory'));
4210 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 ) {
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 4214
                                 $location_result = geodir_get_default_location();
4215
-                                if ( $post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '' ) {
4215
+                                if ($post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '') {
4216 4216
                                     $invalid_addr++;
4217 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 ) ) ) {
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 4221
                                         $invalid_addr++;
4222 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' ) );
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 4224
                                     } else {
4225 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.
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 4227
                                         }
4228 4228
                                     }
4229 4229
                                 }
4230 4230
                             }
4231
-                            $xtimings['###4']   = microtime(true)-$xstart;
4232
-                            if ( !$valid ) {
4231
+                            $xtimings['###4'] = microtime(true) - $xstart;
4232
+                            if (!$valid) {
4233 4233
                                 continue;
4234 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 4239
                             if ($default_category != '' && !in_array($default_category, $post_category_arr)) {
4240 4240
                                 $post_category_arr = array_merge(array($default_category), $post_category_arr);
@@ -4242,29 +4242,29 @@  discard block
 block discarded – undo
4242 4242
 
4243 4243
                             $post_category = array();
4244 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 ) );
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 != '' ) {
4249
+                                    if ($category_name != '') {
4250 4250
                                         $term_category = array();
4251 4251
                                         
4252
-                                        if ( $term = get_term_by( 'name', $category_name, $cat_taxonomy ) ) {
4252
+                                        if ($term = get_term_by('name', $category_name, $cat_taxonomy)) {
4253 4253
                                             $term_category = $term;
4254
-                                        } else if ( $term = get_term_by( 'slug', $category_name, $cat_taxonomy ) ) {
4254
+                                        } else if ($term = get_term_by('slug', $category_name, $cat_taxonomy)) {
4255 4255
                                             $term_category = $term;
4256 4256
                                         } else {
4257 4257
                                             $term_data = array();
4258 4258
                                             $term_data['name'] = $category_name;
4259 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 );
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 4264
                                             }
4265 4265
                                         }
4266 4266
                                         
4267
-                                        if ( !empty( $term_category ) && !is_wp_error( $term_category ) ) {
4267
+                                        if (!empty($term_category) && !is_wp_error($term_category)) {
4268 4268
                                             $post_category[] = intval($term_category->term_id);
4269 4269
                                             
4270 4270
                                             if ($category_name == $default_category) {
@@ -4274,14 +4274,14 @@  discard block
 block discarded – undo
4274 4274
                                     }
4275 4275
                                 }
4276 4276
                             }
4277
-                            $xtimings['###5'] = microtime(true)-$xstart;
4277
+                            $xtimings['###5'] = microtime(true) - $xstart;
4278 4278
                             $save_post = array();
4279 4279
                             $save_post['post_title'] = $post_title;
4280 4280
                             if (!empty($post_date)) {
4281
-                                $post_date = geodir_date( $post_date, 'Y-m-d H:i:s' ); // convert to mysql date format.
4281
+                                $post_date = geodir_date($post_date, 'Y-m-d H:i:s'); // convert to mysql date format.
4282 4282
                                 
4283 4283
                                 $save_post['post_date'] = $post_date;
4284
-                                $save_post['post_date_gmt'] = get_gmt_from_date( $post_date );
4284
+                                $save_post['post_date_gmt'] = get_gmt_from_date($post_date);
4285 4285
                             }
4286 4286
                             $save_post['post_content'] = $post_content;
4287 4287
                             $save_post['post_type'] = $post_type;
@@ -4291,15 +4291,15 @@  discard block
 block discarded – undo
4291 4291
                             $save_post['post_tags'] = $post_tags;
4292 4292
 
4293 4293
                             $saved_post_id = NULL;
4294
-                            if ( $import_choice == 'update' ) {
4295
-                                $gd_wp_error = __( 'Unable to add listing, please check the listing data.', 'geodirectory' );
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 ) ) {
4297
+                                if ($post_id > 0 && get_post($post_id)) {
4298 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;
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 4303
                                             $saved_post_id = 0;
4304 4304
                                         } else {
4305 4305
                                             $saved_post_id = $post_id;
@@ -4307,9 +4307,9 @@  discard block
 block discarded – undo
4307 4307
                                         }
4308 4308
                                     }
4309 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;
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 4313
                                             $saved_post_id = 0;
4314 4314
                                         } else {
4315 4315
                                             $created++;
@@ -4317,19 +4317,19 @@  discard block
 block discarded – undo
4317 4317
                                     }
4318 4318
                                 }
4319 4319
                                 
4320
-                                if ( !$saved_post_id > 0 ) {
4320
+                                if (!$saved_post_id > 0) {
4321 4321
                                     $invalid++;
4322
-                                    geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_wp_error );
4322
+                                    geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_wp_error);
4323 4323
                                 }
4324
-                            } else if ( $import_choice == 'skip' ) {
4325
-                                if ( $post_id > 0 && get_post( $post_id ) ) {
4324
+                            } else if ($import_choice == 'skip') {
4325
+                                if ($post_id > 0 && get_post($post_id)) {
4326 4326
                                     $skipped++;	
4327 4327
                                 } else {
4328
-                                    if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
4329
-                                        if ( is_wp_error( $saved_post_id ) ) {
4328
+                                    if ($saved_post_id = wp_insert_post($save_post, true)) {
4329
+                                        if (is_wp_error($saved_post_id)) {
4330 4330
                                             $invalid++;
4331 4331
                                             
4332
-                                            geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $saved_post_id->get_error_message() . ' ' . $wp_chars_error );
4332
+                                            geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$saved_post_id->get_error_message().' '.$wp_chars_error);
4333 4333
                                             $saved_post_id = 0;
4334 4334
                                         } else {
4335 4335
                                             $created++;
@@ -4337,28 +4337,28 @@  discard block
 block discarded – undo
4337 4337
                                     } else {
4338 4338
                                         $invalid++;
4339 4339
                                         
4340
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4340
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$wp_chars_error);
4341 4341
                                     }
4342 4342
                                 }
4343 4343
                             } else {
4344 4344
                                 $invalid++;
4345 4345
                                 
4346
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error );
4346
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$wp_chars_error);
4347 4347
                             }
4348
-                            $xtimings['###6'] = microtime(true)-$xstart;
4349
-                            if ( (int)$saved_post_id > 0 ) {
4348
+                            $xtimings['###6'] = microtime(true) - $xstart;
4349
+                            if ((int) $saved_post_id > 0) {
4350 4350
                                 // WPML
4351 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 );
4352
+                                    $wpml_post_type = 'post_'.$post_type;
4353
+                                    $source_language = geodir_get_language_for_element($original_post_id, $wpml_post_type);
4354 4354
                                     $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language();
4355 4355
 
4356
-                                    $trid = $sitepress->get_element_trid( $original_post_id, $wpml_post_type );
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 );
4358
+                                    $sitepress->set_element_language_details($saved_post_id, $wpml_post_type, $trid, $language, $source_language);
4359 4359
                                 }
4360 4360
                                 // WPML
4361
-                                $gd_post_info = geodir_get_post_info( $saved_post_id );
4361
+                                $gd_post_info = geodir_get_post_info($saved_post_id);
4362 4362
                                 
4363 4363
                                 $gd_post['post_id'] = $saved_post_id;
4364 4364
                                 $gd_post['ID'] = $saved_post_id;
@@ -4370,7 +4370,7 @@  discard block
 block discarded – undo
4370 4370
                                                     
4371 4371
                                 // post location
4372 4372
                                 $post_location_id = 0;
4373
-                                if ( $location_allowed && !empty( $location_result ) && $location_result->location_id > 0 ) {
4373
+                                if ($location_allowed && !empty($location_result) && $location_result->location_id > 0) {
4374 4374
                                     $gd_post['post_neighbourhood'] = '';
4375 4375
                                     
4376 4376
                                     $post_location_info = array(
@@ -4380,7 +4380,7 @@  discard block
 block discarded – undo
4380 4380
                                                                 'geo_lat' => $post_latitude,
4381 4381
                                                                 'geo_lng' => $post_longitude
4382 4382
                                                             );
4383
-                                    if ( $location_id = (int)geodir_add_new_location( $post_location_info ) ) {
4383
+                                    if ($location_id = (int) geodir_add_new_location($post_location_info)) {
4384 4384
                                         $post_location_id = $location_id;
4385 4385
                                     }
4386 4386
                                     
@@ -4422,14 +4422,14 @@  discard block
 block discarded – undo
4422 4422
                                 }
4423 4423
                                 
4424 4424
                                 // post package info
4425
-                                $package_id = isset( $gd_post['package_id'] ) && !empty( $gd_post['package_id'] ) ? (int)$gd_post['package_id'] : 0;
4425
+                                $package_id = isset($gd_post['package_id']) && !empty($gd_post['package_id']) ? (int) $gd_post['package_id'] : 0;
4426 4426
                                 if (!$package_id && !empty($gd_post_info) && isset($gd_post_info->package_id) && $gd_post_info->package_id) {
4427 4427
                                     $package_id = $gd_post_info->package_id;
4428 4428
                                 }
4429 4429
                                 
4430 4430
                                 $package_info = array();
4431 4431
                                 if ($package_id && function_exists('geodir_get_package_info_by_id')) {
4432
-                                    $package_info = (array)geodir_get_package_info_by_id($package_id);
4432
+                                    $package_info = (array) geodir_get_package_info_by_id($package_id);
4433 4433
                                     
4434 4434
                                     if (!(!empty($package_info) && isset($package_info['post_type']) && $package_info['post_type'] == $post_type)) {
4435 4435
                                         $package_info = array();
@@ -4437,18 +4437,18 @@  discard block
 block discarded – undo
4437 4437
                                 }
4438 4438
                                 
4439 4439
                                 if (empty($package_info)) {
4440
-                                    $package_info = (array)geodir_post_package_info( array(), '', $post_type );
4440
+                                    $package_info = (array) geodir_post_package_info(array(), '', $post_type);
4441 4441
                                 }
4442 4442
                                  
4443
-                                if (!empty($package_info))	 {
4443
+                                if (!empty($package_info)) {
4444 4444
                                     $package_id = $package_info['pid'];
4445 4445
                                     
4446 4446
                                     if (isset($gd_post['alive_days']) || isset($gd_post['expire_date'])) {
4447 4447
                                         $gd_post['expire_date'] = $expire_date;
4448 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' ) );
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 4452
                                         } else {
4453 4453
                                             $gd_post['expire_date'] = 'Never';
4454 4454
                                         }
@@ -4457,7 +4457,7 @@  discard block
 block discarded – undo
4457 4457
                                     $gd_post['package_id'] = $package_id;
4458 4458
                                 }
4459 4459
 
4460
-                                $table = $plugin_prefix . $post_type . '_detail';
4460
+                                $table = $plugin_prefix.$post_type.'_detail';
4461 4461
                                 
4462 4462
                                 if ($post_type == 'gd_event') {
4463 4463
                                     $gd_post = geodir_imex_process_event_data($gd_post);
@@ -4468,65 +4468,65 @@  discard block
 block discarded – undo
4468 4468
                                 }
4469 4469
 
4470 4470
                                 // Export franchise fields
4471
-                                $is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false;
4471
+                                $is_franchise_active = is_plugin_active('geodir_franchise/geodir_franchise.php') && geodir_franchise_enabled($post_type) ? true : false;
4472 4472
                                 if ($is_franchise_active) {
4473
-                                    if ( isset( $gd_post['gd_is_franchise'] ) && (int)$gd_post['gd_is_franchise'] == 1 ) {
4473
+                                    if (isset($gd_post['gd_is_franchise']) && (int) $gd_post['gd_is_franchise'] == 1) {
4474 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 );
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 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 );
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 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'] );
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 4487
                                         }
4488 4488
                                     }
4489 4489
                                 }
4490 4490
                                 
4491 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'] ) );
4492
+                                    $save_post['post_category'] = array_unique(array_map('intval', $save_post['post_category']));
4493 4493
                                     if ($default_category_id) {
4494 4494
                                         $save_post['post_default_category'] = $default_category_id;
4495 4495
                                         $gd_post['default_category'] = $default_category_id;
4496 4496
                                     }
4497 4497
                                     $gd_post[$cat_taxonomy] = $save_post['post_category'];
4498 4498
                                 }
4499
-                                $xtimings['###7'] = microtime(true)-$xstart;
4499
+                                $xtimings['###7'] = microtime(true) - $xstart;
4500 4500
                                 // Save post info
4501
-                                geodir_save_post_info( $saved_post_id, $gd_post );
4502
-                                $xtimings['###8'] = microtime(true)-$xstart;
4501
+                                geodir_save_post_info($saved_post_id, $gd_post);
4502
+                                $xtimings['###8'] = microtime(true) - $xstart;
4503 4503
                                 // post taxonomies
4504
-                                if ( !empty( $save_post['post_category'] ) ) {
4505
-                                    wp_set_object_terms( $saved_post_id, $save_post['post_category'], $cat_taxonomy );
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'] : '';
4507
+                                    $post_default_category = isset($save_post['post_default_category']) ? $save_post['post_default_category'] : '';
4508 4508
                                     if ($default_category_id) {
4509 4509
                                         $post_default_category = $default_category_id;
4510 4510
                                     }
4511 4511
                                     $post_cat_ids = geodir_get_post_meta($saved_post_id, $cat_taxonomy);
4512 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:' : '';
4513
+                                    $post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']).',y:' : '';
4514 4514
                                     
4515 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);
4516
+                                        $post_category_str = str_replace($post_default_category.',y:', $post_default_category.',y,d:', $post_category_str);
4517 4517
                                     }
4518 4518
                                     
4519 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 );
4521
+                                    geodir_set_postcat_structure($saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str);
4522 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 );
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 4526
                                 }
4527
-                                $xtimings['###9'] = microtime(true)-$xstart;
4527
+                                $xtimings['###9'] = microtime(true) - $xstart;
4528 4528
                                 // Post images
4529
-                                if ( !empty( $post_images ) ) {
4529
+                                if (!empty($post_images)) {
4530 4530
                                     $post_images = array_unique($post_images);
4531 4531
                                     
4532 4532
                                     $old_post_images_arr = array();
@@ -4534,65 +4534,65 @@  discard block
 block discarded – undo
4534 4534
                                     
4535 4535
                                     $order = 1;
4536 4536
                                     
4537
-                                    $old_post_images = geodir_get_images( $saved_post_id );
4538
-                                    $xtimings['###9.1'] = microtime(true)-$xstart;
4537
+                                    $old_post_images = geodir_get_images($saved_post_id);
4538
+                                    $xtimings['###9.1'] = microtime(true) - $xstart;
4539 4539
                                     if (!empty($old_post_images)) {
4540
-                                        foreach( $old_post_images as $old_post_image ) {
4540
+                                        foreach ($old_post_images as $old_post_image) {
4541 4541
                                             if (!empty($old_post_image) && isset($old_post_image->file) && $old_post_image->file != '') {
4542 4542
                                                 $old_post_images_arr[] = $old_post_image->file;
4543 4543
                                             }
4544 4544
                                         }
4545 4545
                                     }
4546 4546
 
4547
-                                    foreach ( $post_images as $post_image ) {
4548
-                                        $image_name = basename( $post_image );
4547
+                                    foreach ($post_images as $post_image) {
4548
+                                        $image_name = basename($post_image);
4549 4549
                                         $saved_post_images_arr[] = $image_name;
4550 4550
                                         
4551
-                                        if (!empty($old_post_images_arr) && in_array( $image_name, $old_post_images_arr) ) {
4551
+                                        if (!empty($old_post_images_arr) && in_array($image_name, $old_post_images_arr)) {
4552 4552
                                             continue; // Skip if image already exists.
4553 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 ) ) {
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 4562
                                             $uploaded_file_type = $arr_file_type['type'];
4563 4563
                                             
4564 4564
                                             $attachment = array();
4565 4565
                                             $attachment['post_id'] = $saved_post_id;
4566 4566
                                             $attachment['title'] = $proper_image_name;
4567 4567
                                             $attachment['content'] = '';
4568
-                                            $attachment['file'] = $uploads_subdir . '/' . $image_name;
4568
+                                            $attachment['file'] = $uploads_subdir.'/'.$image_name;
4569 4569
                                             $attachment['mime_type'] = $uploaded_file_type;
4570 4570
                                             $attachment['menu_order'] = $order;
4571 4571
                                             $attachment['is_featured'] = 0;
4572 4572
 
4573 4573
                                             $attachment_set = '';
4574
-                                            foreach ( $attachment as $key => $val ) {
4575
-                                                if ( $val != '' ) {
4576
-                                                    $attachment_set .= $key . " = '" . $val . "', ";
4574
+                                            foreach ($attachment as $key => $val) {
4575
+                                                if ($val != '') {
4576
+                                                    $attachment_set .= $key." = '".$val."', ";
4577 4577
                                                 }
4578 4578
                                             }
4579
-                                            $attachment_set = trim( $attachment_set, ", " );
4579
+                                            $attachment_set = trim($attachment_set, ", ");
4580 4580
                                                                                         
4581 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;
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 4585
                                             $order++;
4586 4586
                                         }
4587 4587
                                     }
4588 4588
 
4589
-                                    $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/" . implode("' AND file NOT LIKE '%/",  $saved_post_images_arr) . "' )" : '';
4589
+                                    $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/".implode("' AND file NOT LIKE '%/", $saved_post_images_arr)."' )" : '';
4590 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 ) ) {
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 4594
                                         geodir_set_wp_featured_image($saved_post_id);
4595
-                                        $xtimings['###9.7'] = microtime(true)-$xstart;
4595
+                                        $xtimings['###9.7'] = microtime(true) - $xstart;
4596 4596
                                         /*
4597 4597
                                         $menu_order = 1;
4598 4598
                                         
@@ -4608,14 +4608,14 @@  discard block
 block discarded – undo
4608 4608
                                         }*/
4609 4609
                                     }
4610 4610
                                     
4611
-                                    if ( $order > 1 ) {
4611
+                                    if ($order > 1) {
4612 4612
                                         $images++;
4613 4613
                                     }
4614 4614
                                 }
4615
-                                $xtimings['###10'] = microtime(true)-$xstart;
4615
+                                $xtimings['###10'] = microtime(true) - $xstart;
4616 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;
4617
+                                do_action('geodir_after_save_listing', $saved_post_id, $gd_post);
4618
+                                $xtimings['###11'] = microtime(true) - $xstart;
4619 4619
                                 if (isset($is_featured)) {
4620 4620
                                     geodir_save_post_meta($saved_post_id, 'is_featured', $is_featured);
4621 4621
                                 }
@@ -4625,7 +4625,7 @@  discard block
 block discarded – undo
4625 4625
                                 if (isset($gd_post['expire_date'])) {
4626 4626
                                     geodir_save_post_meta($saved_post_id, 'expire_date', $gd_post['expire_date']);
4627 4627
                                 }
4628
-                                $xtimings['###12'] = microtime(true)-$xstart;
4628
+                                $xtimings['###12'] = microtime(true) - $xstart;
4629 4629
                             }
4630 4630
                             
4631 4631
                             // WPML
@@ -4638,11 +4638,11 @@  discard block
 block discarded – undo
4638 4638
                 }
4639 4639
 
4640 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;
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 4646
                 $json = array();
4647 4647
                 $json['processed'] = $processed_actual;
4648 4648
                 $json['created'] = $created;
@@ -4651,13 +4651,13 @@  discard block
 block discarded – undo
4651 4651
                 $json['invalid'] = $invalid;
4652 4652
                 $json['invalid_addr'] = $invalid_addr;
4653 4653
                 $json['images'] = $images;
4654
-                $json['timing'] = microtime(true)-$xstart;
4654
+                $json['timing'] = microtime(true) - $xstart;
4655 4655
                 $json['timings'] = $xtimings;
4656 4656
                 
4657 4657
 
4658
-                wp_send_json( $json );
4658
+                wp_send_json($json);
4659 4659
                 exit;
4660
-            } else if ( $task == 'import_loc' ) {
4660
+            } else if ($task == 'import_loc') {
4661 4661
                 global $gd_post_types;
4662 4662
                 $gd_post_types = $post_types;
4663 4663
                 
@@ -4666,82 +4666,82 @@  discard block
 block discarded – undo
4666 4666
                     
4667 4667
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4668 4668
                         $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4669
-                        wp_send_json( $json );
4669
+                        wp_send_json($json);
4670 4670
                     }
4671 4671
                     
4672 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' );
4673
+                    $gd_error_location = __('Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory');
4674 4674
                     for ($i = 1; $i <= $limit; $i++) {
4675 4675
                         $index = $processed + $i;
4676 4676
                         
4677 4677
                         if (isset($file[$index])) {
4678 4678
                             $row = $file[$index];
4679
-                            $row = array_map( 'trim', $row );
4679
+                            $row = array_map('trim', $row);
4680 4680
                             $data = array();
4681 4681
                             
4682
-                            foreach ($columns as $c => $column ) {
4682
+                            foreach ($columns as $c => $column) {
4683 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 4684
                                     $data[$column] = $row[$c];
4685 4685
                                 }
4686 4686
                             }
4687 4687
 
4688
-                            if ( empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude']) ) {
4688
+                            if (empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude'])) {
4689 4689
                                 $invalid++;
4690
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4690
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4691 4691
                                 continue;
4692 4692
                             }
4693 4693
                             
4694 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 ) ) {
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 4699
                                         $updated++;
4700 4700
                                     } else {
4701 4701
                                         $invalid++;
4702
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4702
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4703 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;
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;
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 4713
                                     }
4714 4714
                                     
4715
-                                    if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
4715
+                                    if ($location_id = geodir_location_update_city($data, true, $location)) {
4716 4716
                                         $updated++;
4717 4717
                                     } else {
4718 4718
                                         $invalid++;
4719
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4719
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4720 4720
                                     }
4721 4721
                                 } else {
4722
-                                    if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4722
+                                    if ($location_id = geodir_location_insert_city($data, true)) {
4723 4723
                                         $created++;
4724 4724
                                     } else {
4725 4725
                                         $invalid++;
4726
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4726
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4727 4727
                                     }
4728 4728
                                 }
4729
-                            } elseif ( $import_choice == 'skip' ) {
4730
-                                if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
4729
+                            } elseif ($import_choice == 'skip') {
4730
+                                if ((int) $data['location_id'] > 0 && $location = geodir_get_location_by_id('', (int) $data['location_id'])) {
4731 4731
                                     $skipped++;
4732
-                                } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
4732
+                                } else if (!empty($data['city_slug']) && $location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug']))) {
4733 4733
                                     $skipped++;
4734 4734
                                 } else {
4735
-                                    if ( $location_id = geodir_location_insert_city( $data, true ) ) {
4735
+                                    if ($location_id = geodir_location_insert_city($data, true)) {
4736 4736
                                         $created++;
4737 4737
                                     } else {
4738 4738
                                         $invalid++;
4739
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4739
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4740 4740
                                     }
4741 4741
                                 }
4742 4742
                             } else {
4743 4743
                                 $invalid++;
4744
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location );
4744
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location);
4745 4745
                             }
4746 4746
                         }
4747 4747
                     }
@@ -4755,24 +4755,24 @@  discard block
 block discarded – undo
4755 4755
                 $json['invalid'] = $invalid;
4756 4756
                 $json['images'] = $images;
4757 4757
                 
4758
-                wp_send_json( $json );
4759
-            } else if ( $task == 'import_hood' ) {               
4758
+                wp_send_json($json);
4759
+            } else if ($task == 'import_hood') {               
4760 4760
                 if (!empty($file)) {
4761 4761
                     $columns = isset($file[0]) ? $file[0] : NULL;
4762 4762
                     
4763 4763
                     if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
4764 4764
                         $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
4765
-                        wp_send_json( $json );
4765
+                        wp_send_json($json);
4766 4766
                     }
4767 4767
                     
4768 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' );
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 4770
                     for ($i = 1; $i <= $limit; $i++) {
4771 4771
                         $index = $processed + $i;
4772 4772
                         
4773 4773
                         if (isset($file[$index])) {
4774 4774
                             $row = $file[$index];
4775
-                            $row = array_map( 'trim', $row );
4775
+                            $row = array_map('trim', $row);
4776 4776
                             $data = array();
4777 4777
                             
4778 4778
                             foreach ($columns as $c => $column) {
@@ -4783,20 +4783,20 @@  discard block
 block discarded – undo
4783 4783
 
4784 4784
                             if (empty($data['neighbourhood_name']) || empty($data['latitude']) || empty($data['longitude'])) {
4785 4785
                                 $invalid++;
4786
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4786
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4787 4787
                                 continue;
4788 4788
                             }
4789 4789
                             
4790 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']);
4791
+                            if (!empty($data['location_id']) && (int) $data['location_id'] > 0) {
4792
+                                $location_info = geodir_get_location_by_id('', (int) $data['location_id']);
4793 4793
                             } else if (!empty($data['city']) && !empty($data['region']) && !empty($data['country'])) {
4794 4794
                                 $location_info = geodir_get_location_by_slug('city', array('fields' => 'location_id', 'city' => $data['city'], 'country' => $data['country'], 'region' => $data['region']));
4795 4795
                             }
4796 4796
 
4797 4797
                             if (empty($location_info)) {
4798 4798
                                 $invalid++;
4799
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4799
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4800 4800
                                 continue;
4801 4801
                             }
4802 4802
                             
@@ -4811,35 +4811,35 @@  discard block
 block discarded – undo
4811 4811
                             $hood_data['hood_longitude'] = $data['longitude'];
4812 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 4818
                                     if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4819 4819
                                         $updated++;
4820 4820
                                     } else {
4821 4821
                                         $invalid++;
4822
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4822
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4823 4823
                                     }
4824 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;
4825
+                                    $hood_data['hood_id'] = (int) $neighbourhood->hood_id;
4826 4826
                                     
4827 4827
                                     if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4828 4828
                                         $updated++;
4829 4829
                                     } else {
4830 4830
                                         $invalid++;
4831
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4831
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4832 4832
                                     }
4833 4833
                                 } else {
4834 4834
                                     if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
4835 4835
                                         $created++;
4836 4836
                                     } else {
4837 4837
                                         $invalid++;
4838
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4838
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4839 4839
                                     }
4840 4840
                                 }
4841
-                            } elseif ( $import_choice == 'skip' ) {
4842
-                                if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
4841
+                            } elseif ($import_choice == 'skip') {
4842
+                                if ((int) $data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int) $data['neighbourhood_id']))) {
4843 4843
                                     $skipped++;
4844 4844
                                 } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
4845 4845
                                     $skipped++;
@@ -4849,12 +4849,12 @@  discard block
 block discarded – undo
4849 4849
                                         $created++;
4850 4850
                                     } else {
4851 4851
                                         $invalid++;
4852
-                                        geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4852
+                                        geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4853 4853
                                     }
4854 4854
                                 }
4855 4855
                             } else {
4856 4856
                                 $invalid++;
4857
-                                geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood );
4857
+                                geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood);
4858 4858
                             }
4859 4859
                         }
4860 4860
                     }
@@ -4868,7 +4868,7 @@  discard block
 block discarded – undo
4868 4868
                 $json['invalid'] = $invalid;
4869 4869
                 $json['images'] = $images;
4870 4870
                 
4871
-                wp_send_json( $json );
4871
+                wp_send_json($json);
4872 4872
             }
4873 4873
         }
4874 4874
         break;
@@ -4912,29 +4912,29 @@  discard block
 block discarded – undo
4912 4912
  * }
4913 4913
  * @return int|bool Term id when success, false when fail.
4914 4914
  */
4915
-function geodir_imex_insert_term( $taxonomy, $term_data ) {
4916
-	if ( empty( $taxonomy ) || empty( $term_data ) ) {
4915
+function geodir_imex_insert_term($taxonomy, $term_data) {
4916
+	if (empty($taxonomy) || empty($term_data)) {
4917 4917
 		return false;
4918 4918
 	}
4919 4919
 	
4920
-	$term = isset( $term_data['name'] ) && !empty( $term_data['name'] ) ? $term_data['name'] : '';
4920
+	$term = isset($term_data['name']) && !empty($term_data['name']) ? $term_data['name'] : '';
4921 4921
 	$args = array();
4922
-	$args['description'] = isset( $term_data['description'] ) ? $term_data['description'] : '';
4923
-	$args['slug'] = isset( $term_data['slug'] ) ? $term_data['slug'] : '';
4924
-	$args['parent'] = isset( $term_data['parent'] ) ? (int)$term_data['parent'] : '';
4922
+	$args['description'] = isset($term_data['description']) ? $term_data['description'] : '';
4923
+	$args['slug'] = isset($term_data['slug']) ? $term_data['slug'] : '';
4924
+	$args['parent'] = isset($term_data['parent']) ? (int) $term_data['parent'] : '';
4925 4925
 	
4926
-	if ( ( !empty( $args['slug'] ) && term_exists( $args['slug'], $taxonomy ) ) || empty( $args['slug'] ) ) {
4927
-		$term_args = array_merge( $term_data, $args );
4928
-		$defaults = array( 'alias_of' => '', 'description' => '', 'parent' => 0, 'slug' => '');
4929
-		$term_args = wp_parse_args( $term_args, $defaults );
4930
-		$term_args = sanitize_term( $term_args, $taxonomy, 'db' );
4931
-		$args['slug'] = wp_unique_term_slug( $args['slug'], (object)$term_args );
4926
+	if ((!empty($args['slug']) && term_exists($args['slug'], $taxonomy)) || empty($args['slug'])) {
4927
+		$term_args = array_merge($term_data, $args);
4928
+		$defaults = array('alias_of' => '', 'description' => '', 'parent' => 0, 'slug' => '');
4929
+		$term_args = wp_parse_args($term_args, $defaults);
4930
+		$term_args = sanitize_term($term_args, $taxonomy, 'db');
4931
+		$args['slug'] = wp_unique_term_slug($args['slug'], (object) $term_args);
4932 4932
 	}
4933 4933
 	
4934
-    if( !empty( $term ) ) {
4935
-		$result = wp_insert_term( $term, $taxonomy, $args );
4936
-        if( !is_wp_error( $result ) ) {
4937
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4934
+    if (!empty($term)) {
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 4938
         }
4939 4939
     }
4940 4940
 	
@@ -4964,36 +4964,36 @@  discard block
 block discarded – undo
4964 4964
  * }
4965 4965
  * @return int|bool Term id when success, false when fail.
4966 4966
  */
4967
-function geodir_imex_update_term( $taxonomy, $term_data ) {
4968
-	if ( empty( $taxonomy ) || empty( $term_data ) ) {
4967
+function geodir_imex_update_term($taxonomy, $term_data) {
4968
+	if (empty($taxonomy) || empty($term_data)) {
4969 4969
 		return false;
4970 4970
 	}
4971 4971
 	
4972
-	$term_id = isset( $term_data['term_id'] ) && !empty( $term_data['term_id'] ) ? $term_data['term_id'] : 0;
4972
+	$term_id = isset($term_data['term_id']) && !empty($term_data['term_id']) ? $term_data['term_id'] : 0;
4973 4973
 	
4974 4974
 	$args = array();
4975
-	$args['description'] = isset( $term_data['description'] ) ? $term_data['description'] : '';
4976
-	$args['slug'] = isset( $term_data['slug'] ) ? $term_data['slug'] : '';
4977
-	$args['parent'] = isset( $term_data['parent'] ) ? (int)$term_data['parent'] : '';
4975
+	$args['description'] = isset($term_data['description']) ? $term_data['description'] : '';
4976
+	$args['slug'] = isset($term_data['slug']) ? $term_data['slug'] : '';
4977
+	$args['parent'] = isset($term_data['parent']) ? (int) $term_data['parent'] : '';
4978 4978
 	
4979
-	if ( $term_id > 0 && $term_info = (array)get_term( $term_id, $taxonomy ) ) {
4979
+	if ($term_id > 0 && $term_info = (array) get_term($term_id, $taxonomy)) {
4980 4980
 		$term_data['term_id'] = $term_info['term_id'];
4981 4981
 		
4982
-		$result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data );
4982
+		$result = wp_update_term($term_data['term_id'], $taxonomy, $term_data);
4983 4983
 		
4984
-		if( !is_wp_error( $result ) ) {
4985
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4984
+		if (!is_wp_error($result)) {
4985
+            return isset($result['term_id']) ? $result['term_id'] : 0;
4986 4986
         }
4987
-	} else if ( $term_data['slug'] != '' && $term_info = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
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
-		$result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data );
4990
+		$result = wp_update_term($term_data['term_id'], $taxonomy, $term_data);
4991 4991
 		
4992
-		if( !is_wp_error( $result ) ) {
4993
-            return isset( $result['term_id'] ) ? $result['term_id'] : 0;
4992
+		if (!is_wp_error($result)) {
4993
+            return isset($result['term_id']) ? $result['term_id'] : 0;
4994 4994
         }
4995 4995
 	} else {
4996
-		return geodir_imex_insert_term( $taxonomy, $term_data );
4996
+		return geodir_imex_insert_term($taxonomy, $term_data);
4997 4997
 	}
4998 4998
 	
4999 4999
 	return false;
@@ -5012,20 +5012,20 @@  discard block
 block discarded – undo
5012 5012
  * @param string $post_type Post type.
5013 5013
  * @return int Posts count.
5014 5014
  */
5015
-function geodir_get_posts_count( $post_type ) {
5015
+function geodir_get_posts_count($post_type) {
5016 5016
     global $wpdb, $plugin_prefix;
5017 5017
 
5018
-    if ( !post_type_exists( $post_type ) ) {
5018
+    if (!post_type_exists($post_type)) {
5019 5019
         return 0;
5020 5020
     }
5021 5021
         
5022
-    $table = $plugin_prefix . $post_type . '_detail';
5022
+    $table = $plugin_prefix.$post_type.'_detail';
5023 5023
 
5024 5024
     // Skip listing with statuses trash, auto-draft etc...
5025 5025
     $skip_statuses = geodir_imex_export_skip_statuses();
5026 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 ) . "')";
5027
+    if (!empty($skip_statuses) && is_array($skip_statuses)) {
5028
+        $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
5029 5029
     }
5030 5030
     
5031 5031
     /**
@@ -5036,11 +5036,11 @@  discard block
 block discarded – undo
5036 5036
      *
5037 5037
      * @param string $where SQL where clause part.
5038 5038
      */
5039
-    $where_statuses = apply_filters( 'geodir_get_posts_count', $where_statuses, $post_type );
5039
+    $where_statuses = apply_filters('geodir_get_posts_count', $where_statuses, $post_type);
5040 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 );
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 5042
 
5043
-    $posts_count = (int)$wpdb->get_var( $query );
5043
+    $posts_count = (int) $wpdb->get_var($query);
5044 5044
     
5045 5045
     /**
5046 5046
      * Modify returned post counts for the current post type.
@@ -5051,7 +5051,7 @@  discard block
 block discarded – undo
5051 5051
      * @param int $posts_count Post counts.
5052 5052
      * @param string $post_type Post type.
5053 5053
      */
5054
-    $posts_count = apply_filters( 'geodir_imex_count_posts', $posts_count, $post_type );
5054
+    $posts_count = apply_filters('geodir_imex_count_posts', $posts_count, $post_type);
5055 5055
 
5056 5056
     return $posts_count;
5057 5057
 }
@@ -5073,19 +5073,19 @@  discard block
 block discarded – undo
5073 5073
  * @param int $page_no Page number. Default 0.
5074 5074
  * @return array Array of posts data.
5075 5075
  */
5076
-function geodir_imex_get_posts( $post_type, $per_page = 0, $page_no = 0 ) {	
5076
+function geodir_imex_get_posts($post_type, $per_page = 0, $page_no = 0) {	
5077 5077
 	global $wp_filesystem;
5078 5078
 
5079
-	$posts = geodir_get_export_posts( $post_type, $per_page, $page_no );
5079
+	$posts = geodir_get_export_posts($post_type, $per_page, $page_no);
5080 5080
 
5081 5081
 	$csv_rows = array();
5082 5082
 	
5083
-	if ( !empty( $posts ) ) {
5084
-		$is_payment_plugin = is_plugin_active( 'geodir_payment_manager/geodir_payment_manager.php' );
5083
+	if (!empty($posts)) {
5084
+		$is_payment_plugin = is_plugin_active('geodir_payment_manager/geodir_payment_manager.php');
5085 5085
 		$location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
5086
-		$location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true;
5086
+		$location_allowed = function_exists('geodir_cpt_no_location') && geodir_cpt_no_location($post_type) ? false : true;
5087 5087
 		$neighbourhood_active = $location_manager && $location_allowed && get_option('location_neighbourhoods') ? true : false;
5088
-		$is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
5088
+		$is_claim_active = is_plugin_active('geodir_claim_listing/geodir_claim_listing.php') && get_option('geodir_claim_enable') === 'yes' ? true : false;
5089 5089
 		$is_events_active = function_exists('geodir_event_plugin_activated') ? true : false;
5090 5090
 		$is_custom_posts_active = function_exists('geodir_custom_post_type_plugin_activated') ? true : false;
5091 5091
 		
@@ -5100,7 +5100,7 @@  discard block
 block discarded – undo
5100 5100
 		$csv_row[] = 'default_category';
5101 5101
 		$csv_row[] = 'post_tags';
5102 5102
 		$csv_row[] = 'post_type';
5103
-		if ( $post_type == 'gd_event' ) {
5103
+		if ($post_type == 'gd_event') {
5104 5104
 			$csv_row[] = 'event_date';
5105 5105
 			$csv_row[] = 'event_enddate';
5106 5106
 			$csv_row[] = 'starttime';
@@ -5152,7 +5152,7 @@  discard block
 block discarded – undo
5152 5152
 		$csv_row[] = 'geodir_video';
5153 5153
 		$csv_row[] = 'geodir_special_offers';
5154 5154
 		if ($is_events_active || $is_custom_posts_active) {
5155
-			$csv_row[] = !empty($post_ypes[$post_type]['linkable_to']) ? 'linked_' . $post_ypes[$post_type]['linkable_to'] . '_ID' : 'linked_cpt_ID';
5155
+			$csv_row[] = !empty($post_ypes[$post_type]['linkable_to']) ? 'linked_'.$post_ypes[$post_type]['linkable_to'].'_ID' : 'linked_cpt_ID';
5156 5156
 		}
5157 5157
 		// WPML
5158 5158
 		$is_wpml = geodir_is_wpml();
@@ -5162,15 +5162,15 @@  discard block
 block discarded – undo
5162 5162
 		}
5163 5163
 		// WPML
5164 5164
 
5165
-		$custom_fields = geodir_imex_get_custom_fields( $post_type );
5166
-		if ( !empty( $custom_fields ) ) {
5167
-			foreach ( $custom_fields as $custom_field ) {
5165
+		$custom_fields = geodir_imex_get_custom_fields($post_type);
5166
+		if (!empty($custom_fields)) {
5167
+			foreach ($custom_fields as $custom_field) {
5168 5168
 				$csv_row[] = $custom_field->htmlvar_name;
5169 5169
 			}
5170 5170
 		}
5171 5171
 
5172 5172
 		// Export franchise fields
5173
-		$is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false;
5173
+		$is_franchise_active = is_plugin_active('geodir_franchise/geodir_franchise.php') && geodir_franchise_enabled($post_type) ? true : false;
5174 5174
 		if ($is_franchise_active) {
5175 5175
 			$csv_row[] = 'gd_is_franchise';
5176 5176
 			$csv_row[] = 'gd_franchise_lock';
@@ -5191,28 +5191,28 @@  discard block
 block discarded – undo
5191 5191
 		$csv_rows[] = $csv_row;
5192 5192
 
5193 5193
 		$images_count = 5;
5194
-        $xx=0;
5195
-		foreach ( $posts as $post ) {$xx++;
5194
+        $xx = 0;
5195
+		foreach ($posts as $post) {$xx++;
5196 5196
 			$post_id = $post['ID'];
5197 5197
 			
5198
-			$gd_post_info = geodir_get_post_info( $post_id );
5199
-			$post_info = (array)$gd_post_info;
5198
+			$gd_post_info = geodir_get_post_info($post_id);
5199
+			$post_info = (array) $gd_post_info;
5200 5200
 			
5201
-			$taxonomy_category = $post_type . 'category';
5202
-			$taxonomy_tags = $post_type . '_tags';
5201
+			$taxonomy_category = $post_type.'category';
5202
+			$taxonomy_tags = $post_type.'_tags';
5203 5203
 			
5204 5204
 			$post_category = '';
5205 5205
 			$default_category_id = $gd_post_info->default_category;
5206 5206
 			$default_category = '';
5207 5207
 			$post_tags = '';
5208
-			$terms = wp_get_post_terms( $post_id, array( $taxonomy_category, $taxonomy_tags ) );
5208
+			$terms = wp_get_post_terms($post_id, array($taxonomy_category, $taxonomy_tags));
5209 5209
 			
5210
-			if ( !empty( $terms ) && !is_wp_error( $terms ) ) {
5210
+			if (!empty($terms) && !is_wp_error($terms)) {
5211 5211
 				$post_category = array();
5212 5212
 				$post_tags = array();
5213 5213
 			
5214
-				foreach ( $terms as $term ) {
5215
-					if ( $term->taxonomy == $taxonomy_category ) {
5214
+				foreach ($terms as $term) {
5215
+					if ($term->taxonomy == $taxonomy_category) {
5216 5216
 						$post_category[] = $term->name;
5217 5217
 						
5218 5218
 						if ($default_category_id == $term->term_id) {
@@ -5220,7 +5220,7 @@  discard block
 block discarded – undo
5220 5220
 						}
5221 5221
 					}
5222 5222
 					
5223
-					if ( $term->taxonomy == $taxonomy_tags ) {
5223
+					if ($term->taxonomy == $taxonomy_tags) {
5224 5224
 						$post_tags[] = $term->name;
5225 5225
 					}
5226 5226
 				}
@@ -5228,47 +5228,47 @@  discard block
 block discarded – undo
5228 5228
 				if (empty($default_category) && !empty($post_category)) {
5229 5229
 					$default_category = $post_category[0]; // Set first one as default category.
5230 5230
 				}
5231
-				$post_category = !empty( $post_category ) ? implode( ',', $post_category ) : '';
5232
-				$post_tags = !empty( $post_tags ) ? implode( ',', $post_tags ) : '';
5231
+				$post_category = !empty($post_category) ? implode(',', $post_category) : '';
5232
+				$post_tags = !empty($post_tags) ? implode(',', $post_tags) : '';
5233 5233
 			}
5234 5234
 
5235 5235
 			// Franchise data
5236
-			if ($is_franchise_active && isset($post_info['franchise']) && (int)$post_info['franchise'] > 0 && geodir_franchise_check((int)$post_info['franchise'])) {
5236
+			if ($is_franchise_active && isset($post_info['franchise']) && (int) $post_info['franchise'] > 0 && geodir_franchise_check((int) $post_info['franchise'])) {
5237 5237
 				$franchise_id = $post_info['franchise'];
5238 5238
 				$gd_franchise_info = geodir_get_post_info($franchise_id);
5239 5239
 
5240 5240
 				if (geodir_franchise_pkg_is_active($gd_franchise_info)) {
5241
-					$franchise_info = (array)$gd_franchise_info;
5241
+					$franchise_info = (array) $gd_franchise_info;
5242 5242
 					$locked_fields = geodir_franchise_get_locked_fields($franchise_id, true);
5243 5243
 					
5244 5244
 					if (!empty($locked_fields)) {
5245
-						foreach( $locked_fields as $locked_field) {
5245
+						foreach ($locked_fields as $locked_field) {
5246 5246
 							if (isset($post_info[$locked_field]) && isset($franchise_info[$locked_field])) {
5247 5247
 								$post_info[$locked_field] = $franchise_info[$locked_field];
5248 5248
 							}
5249 5249
 							
5250 5250
 							if (in_array($taxonomy_category, $locked_fields) || in_array('post_tags', $locked_fields)) {
5251
-								$franchise_terms = wp_get_post_terms( $franchise_id, array( $taxonomy_category, $taxonomy_tags ) );
5251
+								$franchise_terms = wp_get_post_terms($franchise_id, array($taxonomy_category, $taxonomy_tags));
5252 5252
 			
5253
-								if ( !empty( $franchise_terms ) && !is_wp_error( $franchise_terms ) ) {
5253
+								if (!empty($franchise_terms) && !is_wp_error($franchise_terms)) {
5254 5254
 									$franchise_post_category = array();
5255 5255
 									$franchise_post_tags = array();
5256 5256
 								
5257
-									foreach ( $franchise_terms as $franchise_term ) {
5258
-										if ( $franchise_term->taxonomy == $taxonomy_category ) {
5257
+									foreach ($franchise_terms as $franchise_term) {
5258
+										if ($franchise_term->taxonomy == $taxonomy_category) {
5259 5259
 											$franchise_post_category[] = $franchise_term->name;
5260 5260
 										}
5261 5261
 										
5262
-										if ( $franchise_term->taxonomy == $taxonomy_tags ) {
5262
+										if ($franchise_term->taxonomy == $taxonomy_tags) {
5263 5263
 											$franchise_post_tags[] = $franchise_term->name;
5264 5264
 										}
5265 5265
 									}
5266 5266
 									
5267 5267
 									if (in_array($taxonomy_category, $locked_fields)) {
5268
-										$post_category = !empty( $franchise_post_category ) ? implode( ',', $franchise_post_category ) : '';
5268
+										$post_category = !empty($franchise_post_category) ? implode(',', $franchise_post_category) : '';
5269 5269
 									}
5270 5270
 									if (in_array('post_tags', $locked_fields)) {
5271
-										$post_tags = !empty( $franchise_post_tags ) ? implode( ',', $franchise_post_tags ) : '';
5271
+										$post_tags = !empty($franchise_post_tags) ? implode(',', $franchise_post_tags) : '';
5272 5272
 									}
5273 5273
 								}
5274 5274
 							}
@@ -5277,18 +5277,18 @@  discard block
 block discarded – undo
5277 5277
 				}
5278 5278
 			}
5279 5279
 						
5280
-			$post_images = geodir_get_images( $post_id );
5280
+			$post_images = geodir_get_images($post_id);
5281 5281
 			$current_images = array();
5282
-			if ( !empty( $post_images ) ) {
5283
-				foreach ( $post_images as $post_image ) {
5284
-					$post_image = (array)$post_image;
5285
-					$image = !empty( $post_image ) && isset( $post_image['path'] ) && $wp_filesystem->is_file( $post_image['path'] ) && $wp_filesystem->exists( $post_image['path'] ) ? $post_image['src'] : '';
5286
-					if ( $image ) {
5282
+			if (!empty($post_images)) {
5283
+				foreach ($post_images as $post_image) {
5284
+					$post_image = (array) $post_image;
5285
+					$image = !empty($post_image) && isset($post_image['path']) && $wp_filesystem->is_file($post_image['path']) && $wp_filesystem->exists($post_image['path']) ? $post_image['src'] : '';
5286
+					if ($image) {
5287 5287
 						$current_images[] = $image;
5288 5288
 					}
5289 5289
 				}
5290 5290
 				
5291
-				$images_count = max( $images_count, count( $current_images ) );
5291
+				$images_count = max($images_count, count($current_images));
5292 5292
 			}
5293 5293
 
5294 5294
 			$csv_row = array();
@@ -5300,7 +5300,7 @@  discard block
 block discarded – undo
5300 5300
 			$csv_row[] = $default_category; // default_category
5301 5301
 			$csv_row[] = $post_tags; // post_tags
5302 5302
 			$csv_row[] = $post_type; // post_type
5303
-			if ( $post_type == 'gd_event' ) {
5303
+			if ($post_type == 'gd_event') {
5304 5304
 				$event_data = geodir_imex_get_event_data($post, $gd_post_info);
5305 5305
 				$csv_row[] = $event_data['event_date']; // event_date
5306 5306
 				$csv_row[] = $event_data['event_enddate']; // enddate
@@ -5321,12 +5321,12 @@  discard block
 block discarded – undo
5321 5321
 				$csv_row[] = $event_data['recurring_end_date']; // repeat_end
5322 5322
 			}
5323 5323
 			$csv_row[] = $post_info['post_status']; // post_status
5324
-			$csv_row[] = (int)$post_info['is_featured'] == 1 ? 1 : ''; // is_featured
5324
+			$csv_row[] = (int) $post_info['is_featured'] == 1 ? 1 : ''; // is_featured
5325 5325
             if ($is_claim_active) {
5326
-                $csv_row[] = !empty($post_info['claimed']) && (int)$post_info['claimed'] == 1 ? 1 : ''; // claimed
5326
+                $csv_row[] = !empty($post_info['claimed']) && (int) $post_info['claimed'] == 1 ? 1 : ''; // claimed
5327 5327
             }
5328 5328
 			if ($is_payment_plugin) {
5329
-				$csv_row[] = (int)$post_info['package_id']; // package_id
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
 			}
@@ -5362,18 +5362,18 @@  discard block
 block discarded – undo
5362 5362
 			$csv_row[] = stripslashes($post_info['geodir_video']); // geodir_video
5363 5363
 			$csv_row[] = stripslashes($post_info['geodir_special_offers']); // geodir_special_offers
5364 5364
 			if ($is_events_active || $is_custom_posts_active) {
5365
-				$csv_row[] = !empty($post_info['geodir_link_business']) ? (int)$post_info['geodir_link_business'] : ''; // linked business
5365
+				$csv_row[] = !empty($post_info['geodir_link_business']) ? (int) $post_info['geodir_link_business'] : ''; // linked business
5366 5366
 			}
5367 5367
 			// WPML
5368 5368
 			if ($is_wpml) {
5369
-				$csv_row[] = geodir_get_language_for_element( $post_id, 'post_' . $post_type );
5370
-				$csv_row[] = geodir_imex_original_post_id( $post_id, 'post_' . $post_type );
5369
+				$csv_row[] = geodir_get_language_for_element($post_id, 'post_'.$post_type);
5370
+				$csv_row[] = geodir_imex_original_post_id($post_id, 'post_'.$post_type);
5371 5371
 			}
5372 5372
 			// WPML
5373 5373
 			
5374
-			if ( !empty( $custom_fields ) ) {
5375
-				foreach ( $custom_fields as $custom_field ) {
5376
-					$csv_row[] = isset( $post_info[$custom_field->htmlvar_name] ) ? $post_info[$custom_field->htmlvar_name] : '';
5374
+			if (!empty($custom_fields)) {
5375
+				foreach ($custom_fields as $custom_field) {
5376
+					$csv_row[] = isset($post_info[$custom_field->htmlvar_name]) ? $post_info[$custom_field->htmlvar_name] : '';
5377 5377
 				}
5378 5378
 			}
5379 5379
 			
@@ -5384,15 +5384,15 @@  discard block
 block discarded – undo
5384 5384
 				$franchise = '';
5385 5385
 					
5386 5386
 				if (geodir_franchise_pkg_is_active($gd_post_info)) {
5387
-					$gd_is_franchise = (int)get_post_meta( $post_id, 'gd_is_franchise', true );
5388
-					$locaked_fields = $gd_is_franchise ? get_post_meta( $post_id, 'gd_franchise_lock', true ) : '';
5387
+					$gd_is_franchise = (int) get_post_meta($post_id, 'gd_is_franchise', true);
5388
+					$locaked_fields = $gd_is_franchise ? get_post_meta($post_id, 'gd_franchise_lock', true) : '';
5389 5389
 					$locaked_fields = (is_array($locaked_fields) && !empty($locaked_fields) ? implode(",", $locaked_fields) : '');
5390
-					$franchise = !$gd_is_franchise && isset($post_info['franchise']) && (int)$post_info['franchise'] > 0 ? (int)$post_info['franchise'] : 0; // franchise id
5390
+					$franchise = !$gd_is_franchise && isset($post_info['franchise']) && (int) $post_info['franchise'] > 0 ? (int) $post_info['franchise'] : 0; // franchise id
5391 5391
 				}
5392 5392
 				
5393
-				$csv_row[] = (int)$gd_is_franchise; // gd_is_franchise
5393
+				$csv_row[] = (int) $gd_is_franchise; // gd_is_franchise
5394 5394
 				$csv_row[] = $locaked_fields; // gd_franchise_lock fields
5395
-				$csv_row[] = (int)$franchise; // franchise id
5395
+				$csv_row[] = (int) $franchise; // franchise id
5396 5396
 			}
5397 5397
             
5398 5398
             /**
@@ -5406,15 +5406,15 @@  discard block
 block discarded – undo
5406 5406
              */
5407 5407
             $csv_row = apply_filters('geodir_export_listing_csv_column_values', $csv_row, $post_info);
5408 5408
 			
5409
-			for ( $c = 0; $c < $images_count; $c++ ) {
5410
-				$csv_row[] = isset( $current_images[$c] ) ? $current_images[$c] : ''; // IMAGE
5409
+			for ($c = 0; $c < $images_count; $c++) {
5410
+				$csv_row[] = isset($current_images[$c]) ? $current_images[$c] : ''; // IMAGE
5411 5411
 			}
5412 5412
 			
5413 5413
 			$csv_rows[] = $csv_row;
5414 5414
 
5415 5415
 		}
5416 5416
 
5417
-		for ( $c = 0; $c < $images_count; $c++ ) {
5417
+		for ($c = 0; $c < $images_count; $c++) {
5418 5418
 			$csv_rows[0][] = 'IMAGE';
5419 5419
 		}
5420 5420
 	}
@@ -5436,30 +5436,30 @@  discard block
 block discarded – undo
5436 5436
  * @param int $page_no Page number. Default 0.
5437 5437
  * @return array Array of posts data.
5438 5438
  */
5439
-function geodir_get_export_posts( $post_type, $per_page = 0, $page_no = 0 ) {
5439
+function geodir_get_export_posts($post_type, $per_page = 0, $page_no = 0) {
5440 5440
     global $wpdb, $plugin_prefix;
5441 5441
 
5442
-    if ( ! post_type_exists( $post_type ) )
5442
+    if (!post_type_exists($post_type))
5443 5443
         return new stdClass;
5444 5444
         
5445
-    $table = $plugin_prefix . $post_type . '_detail';
5445
+    $table = $plugin_prefix.$post_type.'_detail';
5446 5446
 
5447 5447
     $limit = '';
5448
-    if ( $per_page > 0 && $page_no > 0 ) {
5449
-        $offset = ( $page_no - 1 ) * $per_page;
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;
5451
+        if ($offset > 0) {
5452
+            $limit = " LIMIT ".$offset.",".$per_page;
5453 5453
         } else {
5454
-            $limit = " LIMIT " . $per_page;
5454
+            $limit = " LIMIT ".$per_page;
5455 5455
         }
5456 5456
     }
5457 5457
 
5458 5458
     // Skip listing with statuses trash, auto-draft etc...
5459 5459
     $skip_statuses = geodir_imex_export_skip_statuses();
5460 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 ) . "')";
5461
+    if (!empty($skip_statuses) && is_array($skip_statuses)) {
5462
+        $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
5463 5463
     }
5464 5464
     
5465 5465
     /**
@@ -5470,9 +5470,9 @@  discard block
 block discarded – undo
5470 5470
      *
5471 5471
      * @param string $where SQL where clause part.
5472 5472
      */
5473
-    $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type );
5473
+    $where_statuses = apply_filters('geodir_get_export_posts', $where_statuses, $post_type);
5474 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 );
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 5476
     /**
5477 5477
      * Modify returned posts SQL query for the current post type.
5478 5478
      *
@@ -5482,8 +5482,8 @@  discard block
 block discarded – undo
5482 5482
      * @param int $query The SQL query.
5483 5483
      * @param string $post_type Post type.
5484 5484
      */
5485
-    $query = apply_filters( 'geodir_imex_export_posts_query', $query, $post_type );
5486
-    $results = (array)$wpdb->get_results( $query, ARRAY_A );
5485
+    $query = apply_filters('geodir_imex_export_posts_query', $query, $post_type);
5486
+    $results = (array) $wpdb->get_results($query, ARRAY_A);
5487 5487
 
5488 5488
     /**
5489 5489
      * Modify returned post results for the current post type.
@@ -5494,7 +5494,7 @@  discard block
 block discarded – undo
5494 5494
      * @param object $results An object containing all post ids.
5495 5495
      * @param string $post_type Post type.
5496 5496
      */
5497
-    return apply_filters( 'geodir_export_posts', $results, $post_type );
5497
+    return apply_filters('geodir_export_posts', $results, $post_type);
5498 5498
 }
5499 5499
 
5500 5500
 /**
@@ -5512,24 +5512,24 @@  discard block
 block discarded – undo
5512 5512
  * @param string $post_type Post type.
5513 5513
  * @return string The SQL query.
5514 5514
  */
5515
-function geodir_imex_get_events_query( $query, $post_type ) {
5516
-    if ( $post_type == 'gd_event' ) {
5515
+function geodir_imex_get_events_query($query, $post_type) {
5516
+    if ($post_type == 'gd_event') {
5517 5517
         global $wpdb, $plugin_prefix;
5518 5518
         
5519
-        $table = $plugin_prefix . $post_type . '_detail';
5519
+        $table = $plugin_prefix.$post_type.'_detail';
5520 5520
         $schedule_table = EVENT_SCHEDULE;
5521 5521
         
5522 5522
         // Skip listing with statuses trash, auto-draft etc...
5523 5523
         $skip_statuses = geodir_imex_export_skip_statuses();
5524 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 ) . "')";
5525
+        if (!empty($skip_statuses) && is_array($skip_statuses)) {
5526
+            $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
5527 5527
         }
5528 5528
         
5529 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 );
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 );
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 5533
     }
5534 5534
 
5535 5535
     return $query;
@@ -5553,35 +5553,35 @@  discard block
 block discarded – undo
5553 5553
  * @param  string $post_type Post type.
5554 5554
  * @return int Total terms count.
5555 5555
  */
5556
-function geodir_get_terms_count( $post_type ) {
5557
-    $args = array( 'hide_empty' => 0 );
5556
+function geodir_get_terms_count($post_type) {
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 5563
     // WPML
5564 5564
     $is_wpml = geodir_is_wpml();
5565 5565
     $active_lang = 'all';
5566
-    if ( $is_wpml ) {
5566
+    if ($is_wpml) {
5567 5567
         global $sitepress;
5568 5568
         $active_lang = $sitepress->get_current_language();
5569 5569
         
5570
-        if ( $active_lang != 'all' ) {
5571
-            $sitepress->switch_lang( 'all', true );
5570
+        if ($active_lang != 'all') {
5571
+            $sitepress->switch_lang('all', true);
5572 5572
         }
5573 5573
     }
5574 5574
     // WPML
5575 5575
             
5576
-    $count_terms = wp_count_terms( $taxonomy, $args );
5576
+    $count_terms = wp_count_terms($taxonomy, $args);
5577 5577
 
5578 5578
     // WPML
5579
-    if ( $is_wpml && $active_lang !== 'all' ) {
5579
+    if ($is_wpml && $active_lang !== 'all') {
5580 5580
         global $sitepress;
5581
-        $sitepress->switch_lang( $active_lang, true );
5581
+        $sitepress->switch_lang($active_lang, true);
5582 5582
     }
5583 5583
     // WPML
5584
-    $count_terms = !is_wp_error( $count_terms ) ? $count_terms : 0;
5584
+    $count_terms = !is_wp_error($count_terms) ? $count_terms : 0;
5585 5585
      
5586 5586
     return $count_terms;
5587 5587
 }
@@ -5598,23 +5598,23 @@  discard block
 block discarded – undo
5598 5598
  * @param int $page_no Page number. Default 0.
5599 5599
  * @return array Array of terms data.
5600 5600
  */
5601
-function geodir_imex_get_terms( $post_type, $per_page = 0, $page_no = 0 ) {
5602
-	$args = array( 'hide_empty' => 0, 'orderby' => 'id' );
5601
+function geodir_imex_get_terms($post_type, $per_page = 0, $page_no = 0) {
5602
+	$args = array('hide_empty' => 0, 'orderby' => 'id');
5603 5603
 	
5604
-	remove_all_filters( 'get_terms' );
5604
+	remove_all_filters('get_terms');
5605 5605
 	
5606
-	$taxonomy = $post_type . 'category';
5606
+	$taxonomy = $post_type.'category';
5607 5607
 	
5608
-	if ( $per_page > 0 && $page_no > 0 ) {
5609
-		$args['offset'] = ( $page_no - 1 ) * $per_page;
5608
+	if ($per_page > 0 && $page_no > 0) {
5609
+		$args['offset'] = ($page_no - 1) * $per_page;
5610 5610
 		$args['number'] = $per_page;
5611 5611
 	}
5612 5612
 	
5613
-	$terms = get_terms( $taxonomy, $args );
5613
+	$terms = get_terms($taxonomy, $args);
5614 5614
 
5615 5615
 	$csv_rows = array();
5616 5616
 	
5617
-	if ( !empty( $terms ) ) {
5617
+	if (!empty($terms)) {
5618 5618
 		$csv_row = array();
5619 5619
 		$csv_row[] = 'cat_id';
5620 5620
 		$csv_row[] = 'cat_name';
@@ -5636,16 +5636,16 @@  discard block
 block discarded – undo
5636 5636
 		
5637 5637
 		$csv_rows[] = $csv_row;
5638 5638
 		
5639
-		foreach ( $terms as $term ) {
5640
-			$cat_icon = get_tax_meta( $term->term_id, 'ct_cat_icon', false, $post_type );
5641
-			$cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : '';
5639
+		foreach ($terms as $term) {
5640
+			$cat_icon = get_tax_meta($term->term_id, 'ct_cat_icon', false, $post_type);
5641
+			$cat_icon = !empty($cat_icon) && isset($cat_icon['src']) ? $cat_icon['src'] : '';
5642 5642
 			
5643
-			$cat_image = geodir_get_default_catimage( $term->term_id, $post_type );
5644
-			$cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : ''; 
5643
+			$cat_image = geodir_get_default_catimage($term->term_id, $post_type);
5644
+			$cat_image = !empty($cat_image) && isset($cat_image['src']) ? $cat_image['src'] : ''; 
5645 5645
 			
5646 5646
 			$cat_parent = '';
5647
-			if (isset($term->parent) && (int)$term->parent > 0 && term_exists((int)$term->parent, $taxonomy)) {
5648
-				$parent_term = (array)get_term_by( 'id', (int)$term->parent, $taxonomy );
5647
+			if (isset($term->parent) && (int) $term->parent > 0 && term_exists((int) $term->parent, $taxonomy)) {
5648
+				$parent_term = (array) get_term_by('id', (int) $term->parent, $taxonomy);
5649 5649
 				$cat_parent = !empty($parent_term) && isset($parent_term['name']) ? $parent_term['name'] : '';
5650 5650
 			}
5651 5651
 			
@@ -5655,15 +5655,15 @@  discard block
 block discarded – undo
5655 5655
 			$csv_row[] = $term->slug;
5656 5656
 			$csv_row[] = $post_type;
5657 5657
 			$csv_row[] = $cat_parent;
5658
-			$csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_schema', false, $post_type );
5658
+			$csv_row[] = get_tax_meta($term->term_id, 'ct_cat_schema', false, $post_type);
5659 5659
             // WPML
5660 5660
 			if ($is_wpml) {
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 );
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);
5663 5663
 			}
5664 5664
 			// WPML
5665 5665
 			$csv_row[] = $term->description;
5666
-			$csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_top_desc', false, $post_type );
5666
+			$csv_row[] = get_tax_meta($term->term_id, 'ct_cat_top_desc', false, $post_type);
5667 5667
 			$csv_row[] = $cat_image;
5668 5668
 			$csv_row[] = $cat_icon;
5669 5669
 			
@@ -5682,10 +5682,10 @@  discard block
 block discarded – undo
5682 5682
  * @param  bool $relative True for relative path & False for absolute path.
5683 5683
  * @return string Path to the cache directory.
5684 5684
  */
5685
-function geodir_path_import_export( $relative = true ) {
5685
+function geodir_path_import_export($relative = true) {
5686 5686
 	$upload_dir = wp_upload_dir();
5687 5687
 	
5688
-	return $relative ? $upload_dir['baseurl'] . '/cache' : $upload_dir['basedir'] . '/cache';
5688
+	return $relative ? $upload_dir['baseurl'].'/cache' : $upload_dir['basedir'].'/cache';
5689 5689
 }
5690 5690
 
5691 5691
 /**
@@ -5701,8 +5701,8 @@  discard block
 block discarded – undo
5701 5701
  * @param  bool $clear If true then it overwrite data otherwise add rows at the end of file.
5702 5702
  * @return bool true if success otherwise false.
5703 5703
  */
5704
-function geodir_save_csv_data( $file_path, $csv_data = array(), $clear = true ) {
5705
-	if ( empty( $csv_data ) ) {
5704
+function geodir_save_csv_data($file_path, $csv_data = array(), $clear = true) {
5705
+	if (empty($csv_data)) {
5706 5706
 		return false;
5707 5707
 	}
5708 5708
 	
@@ -5710,17 +5710,17 @@  discard block
 block discarded – undo
5710 5710
 	
5711 5711
 	$mode = $clear ? 'w+' : 'a+';
5712 5712
 	
5713
-	if ( function_exists( 'fputcsv' ) ) {
5714
-		$file = fopen( $file_path, $mode );
5715
-		foreach( $csv_data as $csv_row ) {
5713
+	if (function_exists('fputcsv')) {
5714
+		$file = fopen($file_path, $mode);
5715
+		foreach ($csv_data as $csv_row) {
5716 5716
 			//$csv_row = array_map( 'utf8_decode', $csv_row );
5717
-			$write_successful = fputcsv( $file, $csv_row, ",", $enclosure = '"' );
5717
+			$write_successful = fputcsv($file, $csv_row, ",", $enclosure = '"');
5718 5718
 		}
5719
-		fclose( $file );
5719
+		fclose($file);
5720 5720
 	} else {
5721
-		foreach( $csv_data as $csv_row ) {
5721
+		foreach ($csv_data as $csv_row) {
5722 5722
 			//$csv_row = array_map( 'utf8_decode', $csv_row );
5723
-			$wp_filesystem->put_contents( $file_path, $csv_row );
5723
+			$wp_filesystem->put_contents($file_path, $csv_row);
5724 5724
 		}
5725 5725
 	}
5726 5726
 		
@@ -5738,14 +5738,14 @@  discard block
 block discarded – undo
5738 5738
  * @param  string $file Full path to file.
5739 5739
  * @return int No of file rows.
5740 5740
  */
5741
-function geodir_import_export_line_count( $file ) {
5741
+function geodir_import_export_line_count($file) {
5742 5742
 	global $wp_filesystem;
5743 5743
 	
5744
-	if ( $wp_filesystem->is_file( $file ) && $wp_filesystem->exists( $file ) ) {
5745
-		$contents = $wp_filesystem->get_contents_array( $file );
5744
+	if ($wp_filesystem->is_file($file) && $wp_filesystem->exists($file)) {
5745
+		$contents = $wp_filesystem->get_contents_array($file);
5746 5746
 		
5747
-		if ( !empty( $contents ) && is_array( $contents ) ) {
5748
-			return count( $contents ) - 1;
5747
+		if (!empty($contents) && is_array($contents)) {
5748
+			return count($contents) - 1;
5749 5749
 		}
5750 5750
 	}
5751 5751
 	
@@ -5762,11 +5762,11 @@  discard block
 block discarded – undo
5762 5762
  * @param string $post_type The post type.
5763 5763
  * @return object Queried object.
5764 5764
  */
5765
-function geodir_imex_get_custom_fields( $post_type ) {
5765
+function geodir_imex_get_custom_fields($post_type) {
5766 5766
 	global $wpdb;
5767 5767
 	 
5768
-	$sql = $wpdb->prepare("SELECT htmlvar_name FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND is_active='1' AND is_admin!='1' AND field_type != 'fieldset' AND htmlvar_name != '' ORDER BY id ASC", array( $post_type ) );
5769
-	$rows = $wpdb->get_results( $sql );
5768
+	$sql = $wpdb->prepare("SELECT htmlvar_name FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE post_type=%s AND is_active='1' AND is_admin!='1' AND field_type != 'fieldset' AND htmlvar_name != '' ORDER BY id ASC", array($post_type));
5769
+	$rows = $wpdb->get_results($sql);
5770 5770
 	 
5771 5771
 	return $rows;
5772 5772
 }
@@ -5782,10 +5782,10 @@  discard block
 block discarded – undo
5782 5782
  * @return array Event data array.
5783 5783
  */
5784 5784
 function geodir_imex_get_event_data($post, $gd_post_info) {
5785
-	$event_date = isset( $post['event_date'] ) && $post['event_date'] != '' && $post['event_date'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $post['event_date'] ) ) : '';
5785
+	$event_date = isset($post['event_date']) && $post['event_date'] != '' && $post['event_date'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($post['event_date'])) : '';
5786 5786
 	$event_enddate = $event_date;
5787
-	$starttime = isset( $post['starttime'] ) && $post['starttime'] != '' && $post['starttime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $post['starttime'] ) ) : '';
5788
-	$endtime = isset( $post['endtime'] ) && $post['endtime'] != '' && $post['endtime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $post['endtime'] ) ) : '';
5787
+	$starttime = isset($post['starttime']) && $post['starttime'] != '' && $post['starttime'] != '00:00:00' ? date_i18n('H:i', strtotime($post['starttime'])) : '';
5788
+	$endtime = isset($post['endtime']) && $post['endtime'] != '' && $post['endtime'] != '00:00:00' ? date_i18n('H:i', strtotime($post['endtime'])) : '';
5789 5789
 	
5790 5790
 	$is_recurring_event = '';
5791 5791
 	$event_duration_days = '';
@@ -5802,15 +5802,15 @@  discard block
 block discarded – undo
5802 5802
 		
5803 5803
 	$recurring_data = isset($gd_post_info->recurring_dates) ? maybe_unserialize($gd_post_info->recurring_dates) : array();
5804 5804
 	if (!empty($recurring_data)) {
5805
-		$event_date = isset( $recurring_data['event_start'] ) && $recurring_data['event_start'] != '' && $recurring_data['event_start'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['event_start'] ) ) : $event_date;
5806
-		$event_enddate = isset( $recurring_data['event_end'] ) && $recurring_data['event_end'] != '' && $recurring_data['event_end'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['event_end'] ) ) : $event_date;
5807
-		$starttime = isset( $recurring_data['starttime'] ) && $recurring_data['starttime'] != '' && $recurring_data['starttime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $recurring_data['starttime'] ) ) : $starttime;
5808
-		$endtime = isset( $recurring_data['endtime'] ) && $recurring_data['endtime'] != '' && $recurring_data['endtime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $recurring_data['endtime'] ) ) : $endtime;
5805
+		$event_date = isset($recurring_data['event_start']) && $recurring_data['event_start'] != '' && $recurring_data['event_start'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['event_start'])) : $event_date;
5806
+		$event_enddate = isset($recurring_data['event_end']) && $recurring_data['event_end'] != '' && $recurring_data['event_end'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['event_end'])) : $event_date;
5807
+		$starttime = isset($recurring_data['starttime']) && $recurring_data['starttime'] != '' && $recurring_data['starttime'] != '00:00:00' ? date_i18n('H:i', strtotime($recurring_data['starttime'])) : $starttime;
5808
+		$endtime = isset($recurring_data['endtime']) && $recurring_data['endtime'] != '' && $recurring_data['endtime'] != '00:00:00' ? date_i18n('H:i', strtotime($recurring_data['endtime'])) : $endtime;
5809 5809
 		$is_whole_day_event = !empty($recurring_data['all_day']) ? 1 : '';
5810 5810
 		$different_times = !empty($recurring_data['different_times']) ? true : false;
5811 5811
 	
5812
-		$recurring_pkg = geodir_event_recurring_pkg( $gd_post_info );
5813
-		$is_recurring = isset( $gd_post_info->is_recurring ) && (int)$gd_post_info->is_recurring == 0 ? false : true;
5812
+		$recurring_pkg = geodir_event_recurring_pkg($gd_post_info);
5813
+		$is_recurring = isset($gd_post_info->is_recurring) && (int) $gd_post_info->is_recurring == 0 ? false : true;
5814 5814
 			
5815 5815
 		if ($recurring_pkg && $is_recurring) {
5816 5816
 			$recurring_dates = $event_date;
@@ -5820,13 +5820,13 @@  discard block
 block discarded – undo
5820 5820
 			$recurring_type = !empty($recurring_data['repeat_type']) && in_array($recurring_data['repeat_type'], array('day', 'week', 'month', 'year', 'custom')) ? $recurring_data['repeat_type'] : 'custom';
5821 5821
 			
5822 5822
 			if (!empty($recurring_data['event_recurring_dates'])) {
5823
-				$event_recurring_dates = explode( ',', $recurring_data['event_recurring_dates'] );
5823
+				$event_recurring_dates = explode(',', $recurring_data['event_recurring_dates']);
5824 5824
 				
5825 5825
 				if (!empty($event_recurring_dates)) {
5826 5826
 					$recurring_dates = array();
5827 5827
 					
5828 5828
 					foreach ($event_recurring_dates as $date) {
5829
-						$recurring_dates[] = date_i18n( 'd/m/Y', strtotime( $date ) );
5829
+						$recurring_dates[] = date_i18n('d/m/Y', strtotime($date));
5830 5830
 					}
5831 5831
 					
5832 5832
 					$recurring_dates = implode(",", $recurring_dates);
@@ -5842,7 +5842,7 @@  discard block
 block discarded – undo
5842 5842
 						$times = array();
5843 5843
 						
5844 5844
 						foreach ($recurring_data['starttimes'] as $time) {
5845
-							$times[] = $time != '00:00:00' ? date_i18n( 'H:i', strtotime( $time ) ) : '00:00';
5845
+							$times[] = $time != '00:00:00' ? date_i18n('H:i', strtotime($time)) : '00:00';
5846 5846
 						}
5847 5847
 						
5848 5848
 						$event_starttimes = implode(",", $times);
@@ -5852,7 +5852,7 @@  discard block
 block discarded – undo
5852 5852
 						$times = array();
5853 5853
 						
5854 5854
 						foreach ($recurring_data['endtimes'] as $time) {
5855
-							$times[] = $time != '00:00:00' ? date_i18n( 'H:i', strtotime( $time ) ) : '00:00';
5855
+							$times[] = $time != '00:00:00' ? date_i18n('H:i', strtotime($time)) : '00:00';
5856 5856
 						}
5857 5857
 						
5858 5858
 						$event_endtimes = implode(",", $times);
@@ -5864,8 +5864,8 @@  discard block
 block discarded – undo
5864 5864
 					}
5865 5865
 				}
5866 5866
 			} else {
5867
-				$event_duration_days = isset($recurring_data['duration_x']) ? (int)$recurring_data['duration_x'] : 1;
5868
-				$recurring_interval = !empty($recurring_data['repeat_x']) && (int)$recurring_data['repeat_x'] > 0 ? $recurring_data['repeat_x'] : 1;
5867
+				$event_duration_days = isset($recurring_data['duration_x']) ? (int) $recurring_data['duration_x'] : 1;
5868
+				$recurring_interval = !empty($recurring_data['repeat_x']) && (int) $recurring_data['repeat_x'] > 0 ? $recurring_data['repeat_x'] : 1;
5869 5869
 				
5870 5870
 				if (($recurring_type == 'week' || $recurring_type == 'month') && !empty($recurring_data['repeat_days'])) {
5871 5871
 					$week_days = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
@@ -5881,11 +5881,11 @@  discard block
 block discarded – undo
5881 5881
 				}
5882 5882
 				
5883 5883
 				$recurring_week_nos = $recurring_type == 'month' && !empty($recurring_data['repeat_weeks']) ? implode(",", $recurring_data['repeat_weeks']) : $recurring_week_nos;
5884
-				if (!empty($recurring_data['repeat_end_type']) && (int)$recurring_data['repeat_end_type'] == 1) {
5885
-					$recurring_end_date = isset($recurring_data['repeat_end']) && $recurring_data['repeat_end'] != '' && $recurring_data['repeat_end'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['repeat_end'] ) ) : '';
5884
+				if (!empty($recurring_data['repeat_end_type']) && (int) $recurring_data['repeat_end_type'] == 1) {
5885
+					$recurring_end_date = isset($recurring_data['repeat_end']) && $recurring_data['repeat_end'] != '' && $recurring_data['repeat_end'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['repeat_end'])) : '';
5886 5886
 					$max_recurring_count = empty($recurring_end_date) ? 1 : '';
5887 5887
 				} else {
5888
-					$max_recurring_count = (!empty($recurring_data['max_repeat']) && (int)$recurring_data['max_repeat'] > 0 ? (int)$recurring_data['max_repeat'] : 1);
5888
+					$max_recurring_count = (!empty($recurring_data['max_repeat']) && (int) $recurring_data['max_repeat'] > 0 ? (int) $recurring_data['max_repeat'] : 1);
5889 5889
 				}
5890 5890
 			}
5891 5891
 		}
@@ -5949,9 +5949,9 @@  discard block
 block discarded – undo
5949 5949
  * @return array Event data array.
5950 5950
  */
5951 5951
 function geodir_imex_process_event_data($gd_post) {
5952
-	$recurring_pkg = geodir_event_recurring_pkg( (object)$gd_post );
5952
+	$recurring_pkg = geodir_event_recurring_pkg((object) $gd_post);
5953 5953
 
5954
-	$is_recurring = isset( $gd_post['is_recurring_event'] ) && (int)$gd_post['is_recurring_event'] == 0 ? false : true;
5954
+	$is_recurring = isset($gd_post['is_recurring_event']) && (int) $gd_post['is_recurring_event'] == 0 ? false : true;
5955 5955
 	$event_date = isset($gd_post['event_date']) && $gd_post['event_date'] != '' ? geodir_date($gd_post['event_date'], 'Y-m-d') : '';
5956 5956
 	$event_enddate = isset($gd_post['event_enddate']) && $gd_post['event_enddate'] != '' ? geodir_date($gd_post['event_enddate'], 'Y-m-d') : $event_date;
5957 5957
 	$all_day = isset($gd_post['is_whole_day_event']) && !empty($gd_post['is_whole_day_event']) ? true : false;
@@ -5998,17 +5998,17 @@  discard block
 block discarded – undo
5998 5998
 				$event_recurring_dates = implode(",", $event_recurring_dates);
5999 5999
 			}
6000 6000
 		} else {
6001
-			$duration_x = !empty( $gd_post['event_duration_days'] ) ? (int)$gd_post['event_duration_days'] : 1;
6002
-			$repeat_x = !empty( $gd_post['recurring_interval'] ) ? (int)$gd_post['recurring_interval'] : 1;
6003
-			$max_repeat = !empty( $gd_post['max_recurring_count'] ) ? (int)$gd_post['max_recurring_count'] : 1;
6004
-			$repeat_end = !empty( $gd_post['recurring_end_date'] ) ? geodir_date($gd_post['recurring_end_date'], 'Y-m-d') : '';
6001
+			$duration_x = !empty($gd_post['event_duration_days']) ? (int) $gd_post['event_duration_days'] : 1;
6002
+			$repeat_x = !empty($gd_post['recurring_interval']) ? (int) $gd_post['recurring_interval'] : 1;
6003
+			$max_repeat = !empty($gd_post['max_recurring_count']) ? (int) $gd_post['max_recurring_count'] : 1;
6004
+			$repeat_end = !empty($gd_post['recurring_end_date']) ? geodir_date($gd_post['recurring_end_date'], 'Y-m-d') : '';
6005 6005
 			
6006 6006
 			$repeat_end_type = $repeat_end != '' ? 1 : 0;
6007 6007
 			$max_repeat = $repeat_end != '' ? '' : $max_repeat;
6008 6008
 			
6009 6009
 			$week_days = array_flip(array('sun', 'mon', 'tue', 'wed', 'thu', 'fri', 'sat'));
6010 6010
 			
6011
-			$a_repeat_days = isset($gd_post['recurring_week_days']) && trim($gd_post['recurring_week_days'])!='' ? explode(',', trim($gd_post['recurring_week_days'])) : array();
6011
+			$a_repeat_days = isset($gd_post['recurring_week_days']) && trim($gd_post['recurring_week_days']) != '' ? explode(',', trim($gd_post['recurring_week_days'])) : array();
6012 6012
 			$repeat_days = array();
6013 6013
 			if (!empty($a_repeat_days)) {
6014 6014
 				foreach ($a_repeat_days as $repeat_day) {
@@ -6026,7 +6026,7 @@  discard block
 block discarded – undo
6026 6026
 			$repeat_weeks = array();
6027 6027
 			if (!empty($a_repeat_weeks)) {
6028 6028
 				foreach ($a_repeat_weeks as $repeat_week) {
6029
-					$repeat_weeks[] = (int)$repeat_week;
6029
+					$repeat_weeks[] = (int) $repeat_week;
6030 6030
 				}
6031 6031
 				
6032 6032
 				$repeat_weeks = array_unique($repeat_weeks);
@@ -6090,7 +6090,7 @@  discard block
 block discarded – undo
6090 6090
 
6091 6091
     $page_found = $wpdb->get_var(
6092 6092
         $wpdb->prepare(
6093
-            "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;",
6093
+            "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s LIMIT 1;",
6094 6094
             array($slug)
6095 6095
         )
6096 6096
     );
@@ -6145,7 +6145,7 @@  discard block
 block discarded – undo
6145 6145
  */
6146 6146
 function geodir_admin_upgrade_notice() {
6147 6147
     $class = "error";
6148
-    $message = __("Please update core GeoDirectory or some addons may not function correctly.","geodirectory");
6148
+    $message = __("Please update core GeoDirectory or some addons may not function correctly.", "geodirectory");
6149 6149
     echo"<div class=\"$class\"> <p>$message</p></div>";
6150 6150
 }
6151 6151
 
@@ -6157,7 +6157,7 @@  discard block
 block discarded – undo
6157 6157
  * @param (object) $r
6158 6158
  * @return (string) $output
6159 6159
  */
6160
-function geodire_admin_upgrade_notice( $plugin_data, $r )
6160
+function geodire_admin_upgrade_notice($plugin_data, $r)
6161 6161
 {
6162 6162
     // readme contents
6163 6163
     $args = array(
@@ -6165,7 +6165,7 @@  discard block
 block discarded – undo
6165 6165
         'redirection' => 5
6166 6166
     );
6167 6167
     $url = "http://plugins.svn.wordpress.org/geodirectory/trunk/readme.txt";
6168
-    $data       = wp_remote_get( $url, $args );
6168
+    $data = wp_remote_get($url, $args);
6169 6169
 
6170 6170
     if (!is_wp_error($data) && $data['response']['code'] == 200) {
6171 6171
 
@@ -6180,20 +6180,20 @@  discard block
 block discarded – undo
6180 6180
 function geodir_in_plugin_update_message($content) {
6181 6181
     // Output Upgrade Notice
6182 6182
     $matches        = null;
6183
-    $regexp         = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*' . preg_quote( GEODIRECTORY_VERSION ) . '\s*=|$)~Uis';
6183
+    $regexp         = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*'.preg_quote(GEODIRECTORY_VERSION).'\s*=|$)~Uis';
6184 6184
     $upgrade_notice = '';
6185
-    if ( preg_match( $regexp, $content, $matches ) ) {
6186
-        if(empty($matches)){return;}
6185
+    if (preg_match($regexp, $content, $matches)) {
6186
+        if (empty($matches)) {return; }
6187 6187
 
6188
-        $version = trim( $matches[1] );
6189
-        if($version && $version>GEODIRECTORY_VERSION){
6188
+        $version = trim($matches[1]);
6189
+        if ($version && $version > GEODIRECTORY_VERSION) {
6190 6190
 
6191 6191
 
6192
-        $notices = (array) preg_split('~[\r\n]+~', trim( $matches[2] ) );
6193
-        if ( version_compare( GEODIRECTORY_VERSION, $version, '<' ) ) {
6192
+        $notices = (array) preg_split('~[\r\n]+~', trim($matches[2]));
6193
+        if (version_compare(GEODIRECTORY_VERSION, $version, '<')) {
6194 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 ) );
6195
+            foreach ($notices as $index => $line) {
6196
+                $upgrade_notice .= wp_kses_post(preg_replace('~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line));
6197 6197
             }
6198 6198
             $upgrade_notice .= '</div> ';
6199 6199
         }
@@ -6217,7 +6217,7 @@  discard block
 block discarded – undo
6217 6217
 		$default_language = $sitepress->get_default_language();
6218 6218
 		if ($current_language != 'all' && $current_language != $default_language) {
6219 6219
 	?>
6220
-	<div class="updated error notice-success" id="message"><p style="color:red"><strong><?php _e('Saving GeoDirectory pages settings on a different language breaks pages settings. Try to save after switching to default language.', 'geodirectory');?></strong></p></div>
6220
+	<div class="updated error notice-success" id="message"><p style="color:red"><strong><?php _e('Saving GeoDirectory pages settings on a different language breaks pages settings. Try to save after switching to default language.', 'geodirectory'); ?></strong></p></div>
6221 6221
 	<?php
6222 6222
 		}
6223 6223
 	}
@@ -6232,7 +6232,7 @@  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 6237
     /**
6238 6238
      * Filter the statuses to skip during GD export listings.
@@ -6242,7 +6242,7 @@  discard block
 block discarded – undo
6242 6242
      *
6243 6243
      * @param array $statuses Listing statuses to be skipped.
6244 6244
      */
6245
-    $statuses = apply_filters( 'geodir_imex_export_skip_statuses', $statuses );
6245
+    $statuses = apply_filters('geodir_imex_export_skip_statuses', $statuses);
6246 6246
      
6247 6247
     return $statuses;
6248 6248
 }
@@ -6313,16 +6313,16 @@  discard block
 block discarded – undo
6313 6313
 function geodir_imex_get_filter_where($where = '', $post_type = '') {
6314 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 ) {
6318
+    if (!empty($filters)) {
6319
+        foreach ($filters as $field => $value) {
6320 6320
             switch ($field) {
6321 6321
                 case 'start_date':
6322
-                    $where .= " AND `" . $wpdb->posts . "`.`post_date` >= '" . sanitize_text_field( $value ) . " 00:00:00'";
6322
+                    $where .= " AND `".$wpdb->posts."`.`post_date` >= '".sanitize_text_field($value)." 00:00:00'";
6323 6323
                 break;
6324 6324
                 case 'end_date':
6325
-                    $where .= " AND `" . $wpdb->posts . "`.`post_date` <= '" . sanitize_text_field( $value ) . " 23:59:59'";
6325
+                    $where .= " AND `".$wpdb->posts."`.`post_date` <= '".sanitize_text_field($value)." 23:59:59'";
6326 6326
                 break;
6327 6327
             }
6328 6328
         }
@@ -6334,25 +6334,25 @@  discard block
 block discarded – undo
6334 6334
 add_filter('geodir_get_export_posts', 'geodir_imex_get_filter_where', 10, 2);
6335 6335
 
6336 6336
 
6337
-function geodir_fix_for_primer_theme(){
6338
-    if(!defined( 'PRIMER_VERSION' )){return;}
6337
+function geodir_fix_for_primer_theme() {
6338
+    if (!defined('PRIMER_VERSION')) {return; }
6339 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 6345
         $post_types = geodir_get_posttypes();
6346
-        if ($post_type && in_array($post_type, $post_types) ) {
6346
+        if ($post_type && in_array($post_type, $post_types)) {
6347 6347
             global $primer_customizer_layouts;
6348
-            remove_action( 'add_meta_boxes', array( $primer_customizer_layouts, 'add_meta_box' ), 10);
6348
+            remove_action('add_meta_boxes', array($primer_customizer_layouts, 'add_meta_box'), 10);
6349 6349
         }
6350 6350
     }
6351 6351
 
6352 6352
 }
6353 6353
 
6354
-if(is_admin()){
6355
-    add_action('add_meta_boxes','geodir_fix_for_primer_theme',0);  
6354
+if (is_admin()) {
6355
+    add_action('add_meta_boxes', 'geodir_fix_for_primer_theme', 0);  
6356 6356
 }
6357 6357
 
6358 6358
 
@@ -6485,32 +6485,32 @@  discard block
 block discarded – undo
6485 6485
 
6486 6486
 function geodir_ga_activation_url() {
6487 6487
 
6488
-    return add_query_arg( array(
6488
+    return add_query_arg(array(
6489 6489
         'next'          => admin_url("admin.php?page=geodirectory&active_tab=google_analytic_settings"),
6490 6490
         'scope'         => GEODIR_GA_SCOPE,
6491 6491
         'response_type' => 'code',
6492 6492
         'redirect_uri'  => GEODIR_GA_REDIRECT,
6493 6493
         'client_id'     => GEODIR_GA_CLIENTID,
6494
-    ), 'https://accounts.google.com/o/oauth2/auth' );
6494
+    ), 'https://accounts.google.com/o/oauth2/auth');
6495 6495
 
6496 6496
     return $url;
6497 6497
 }
6498 6498
 
6499
-function geodir_gd_accounts(){
6499
+function geodir_gd_accounts() {
6500 6500
     $accounts = array();
6501
-    $useAuth = ( get_option( 'geodir_ga_auth_code' ) == '' ? false : true );
6502
-    if($useAuth){
6501
+    $useAuth = (get_option('geodir_ga_auth_code') == '' ? false : true);
6502
+    if ($useAuth) {
6503 6503
         try {
6504 6504
             $accounts = geodir_ga_get_analytics_accounts();
6505 6505
         } catch (Exception $e) {
6506
-            geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) );
6506
+            geodir_error_log(wp_sprintf(__('GD Google Analytics API Error(%s) : %s', 'geodirectory'), $e->getCode(), $e->getMessage()));
6507 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')){
6509
+        if (is_array($accounts)) {
6510
+            $accounts = array_merge(array(__('Select Account', 'geodirectory')), $accounts);
6511
+        }elseif (get_option('geodir_ga_account_id')) {
6512 6512
             $accounts = array();
6513
-            $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required','geodirectory').' ('.get_option('geodir_ga_account_id').')';
6513
+            $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required', 'geodirectory').' ('.get_option('geodir_ga_account_id').')';
6514 6514
         }
6515 6515
     }
6516 6516
     return $accounts;
@@ -6521,21 +6521,21 @@  discard block
 block discarded – undo
6521 6521
     global $gd_ga_errors;
6522 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'])){
6527
+    if (get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])) {
6528 6528
       return get_option('geodir_gd_uids');
6529 6529
     }
6530 6530
 
6531 6531
     # Create a new Gdata call
6532
-    if ( trim(get_option('geodir_ga_auth_code')) != '' )
6532
+    if (trim(get_option('geodir_ga_auth_code')) != '')
6533 6533
         $stats = new GDGoogleAnalyticsStats();
6534 6534
     else
6535 6535
         return false;
6536 6536
 
6537 6537
     # Check if Google sucessfully logged in
6538
-    if ( ! $stats->checkLogin() )
6538
+    if (!$stats->checkLogin())
6539 6539
         return false;
6540 6540
 
6541 6541
     # Get a list of accounts
@@ -6547,28 +6547,28 @@  discard block
 block discarded – undo
6547 6547
     }
6548 6548
 
6549 6549
 
6550
-    natcasesort ($accounts);
6550
+    natcasesort($accounts);
6551 6551
 
6552 6552
     # Return the account array if there are accounts
6553
-    if ( count($accounts) > 0 ){
6554
-        update_option('geodir_gd_uids',$accounts);
6553
+    if (count($accounts) > 0) {
6554
+        update_option('geodir_gd_uids', $accounts);
6555 6555
         return $accounts;
6556 6556
     }
6557 6557
     else
6558 6558
         return false;
6559 6559
 }
6560 6560
 
6561
-add_action( 'wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize' );
6562
-function geodir_ga_deauthorize(){
6561
+add_action('wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize');
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 6568
     } else {
6569
-        update_option('geodir_ga_auth_token','');
6570
-        update_option('geodir_ga_auth_code','');
6571
-        update_option('geodir_gd_uids','');
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 6574
         echo admin_url('?page=geodirectory&active_tab=google_analytic_settings');
Please login to merge, or discard this patch.
geodirectory_hooks_actions.php 2 patches
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.
Spacing   +170 added lines, -170 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@  discard block
 block discarded – undo
136 136
 /* ON TEMPLATE INCLUDE */
137 137
 /////////////////////////
138 138
 
139
-add_filter('template_include', 'geodir_template_loader',9);
139
+add_filter('template_include', 'geodir_template_loader', 9);
140 140
 
141 141
 /////////////////////////
142 142
 /* CATEGORY / TAXONOMY / CUSTOM POST ACTIONS */
@@ -176,9 +176,9 @@  discard block
 block discarded – undo
176 176
 /* WP REVIEW COUNT ACTIONS */
177 177
 ////////////////////////
178 178
 
179
-add_action('geodir_update_postrating', 'geodir_term_review_count_force_update_single_post', 100,1);
179
+add_action('geodir_update_postrating', 'geodir_term_review_count_force_update_single_post', 100, 1);
180 180
 //add_action('geodir_update_postrating', 'geodir_term_review_count_force_update', 100);
181
-add_action('transition_post_status', 'geodir_term_review_count_force_update', 100,3);
181
+add_action('transition_post_status', 'geodir_term_review_count_force_update', 100, 3);
182 182
 //add_action('created_term', 'geodir_term_review_count_force_update', 100);
183 183
 add_action('edited_term', 'geodir_term_review_count_force_update', 100);
184 184
 add_action('delete_term', 'geodir_term_review_count_force_update', 100);
@@ -223,7 +223,7 @@  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);
226
+    $geodir_theme_location = get_option('geodir_theme_location_nav_'.$newname);
227 227
     if ($geodir_theme_location) {
228 228
         update_option('geodir_theme_location_nav', $geodir_theme_location);
229 229
     } else {
@@ -321,8 +321,8 @@  discard block
 block discarded – undo
321 321
 
322 322
 /////// GEO DIRECOTORY CUSTOM HOOKS ///
323 323
 
324
-add_action('geodir_before_tab_content', 'geodir_before_tab_content');// this function is in custom_functions.php and it is used to wrap detail page tab content 
325
-add_action('geodir_after_tab_content', 'geodir_after_tab_content');// this function is in custom_functions.php and it is used to wrap detail page tab content
324
+add_action('geodir_before_tab_content', 'geodir_before_tab_content'); // this function is in custom_functions.php and it is used to wrap detail page tab content 
325
+add_action('geodir_after_tab_content', 'geodir_after_tab_content'); // this function is in custom_functions.php and it is used to wrap detail page tab content
326 326
 
327 327
 // Detail page sidebar content 
328 328
 add_action('geodir_detail_page_sidebar', 'geodir_detail_page_sidebar_content_sorting', 1);
@@ -422,8 +422,8 @@  discard block
 block discarded – undo
422 422
     do_action('geodir_after_social_sharing_buttons');
423 423
     $content_html = ob_get_clean();
424 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) {
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 427
         /**
428 428
          * Filter the geodir_social_sharing_buttons() function content.
429 429
          *
@@ -463,12 +463,12 @@  discard block
 block discarded – undo
463 463
             $post_id = $post->ID;
464 464
             
465 465
             if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
466
-                $post_id = (int)$_REQUEST['pid'];
466
+                $post_id = (int) $_REQUEST['pid'];
467 467
             }
468 468
 
469 469
             $postlink = get_permalink(geodir_add_listing_page_id());
470 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>';
471
+            echo ' <p class="edit_link"><i class="fa fa-pencil"></i> <a href="'.esc_url($editlink).'">'.__('Edit this Post', 'geodirectory').'</a></p>';
472 472
         }
473 473
     }// end of if, if its a preview or not
474 474
     /**
@@ -479,8 +479,8 @@  discard block
 block discarded – undo
479 479
     do_action('geodir_after_edit_post_link');
480 480
     $content_html = ob_get_clean();
481 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) {
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 484
         /**
485 485
          * Filter the geodir_edit_post_link() function content.
486 486
          *
@@ -501,8 +501,8 @@  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 '';}
504
+    global $post, $preview;
505
+    if ($preview) {return ''; }
506 506
     $package_info = array();
507 507
     $package_info = geodir_post_package_info($package_info, $post);
508 508
 
@@ -534,14 +534,14 @@  discard block
 block discarded – undo
534 534
     $hide_refresh = get_option('geodir_ga_auto_refresh');
535 535
     
536 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' )) ) {
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 538
         $page_url = urlencode($_SERVER['REQUEST_URI']);
539 539
         ?>
540 540
         <script type="text/javascript">
541 541
             var gd_gaTimeOut;
542
-            var gd_gaTime = parseInt('<?php echo $refresh_time;?>');
543
-            var gd_gaHideRefresh = <?php echo (int)$hide_refresh;?>;
544
-            var gd_gaAutoRefresh = <?php echo $auto_refresh;?>;
542
+            var gd_gaTime = parseInt('<?php echo $refresh_time; ?>');
543
+            var gd_gaHideRefresh = <?php echo (int) $hide_refresh; ?>;
544
+            var gd_gaAutoRefresh = <?php echo $auto_refresh; ?>;
545 545
             ga_data1 = false;
546 546
             ga_data2 = false;
547 547
             ga_data3 = false;
@@ -682,7 +682,7 @@  discard block
 block discarded – undo
682 682
             }
683 683
 
684 684
             function gdga_noResults() {
685
-                jQuery('#gdga-chart-container').html('<?php _e('No results available','geodirectory');?>');
685
+                jQuery('#gdga-chart-container').html('<?php _e('No results available', 'geodirectory'); ?>');
686 686
                 jQuery('#gdga-legend-container').html('');
687 687
             }
688 688
 
@@ -714,18 +714,18 @@  discard block
 block discarded – undo
714 714
                     var data2 = results[1].rows.map(function(row) { return +row[2]; });
715 715
                     //var labelsN = results[0].rows.map(function(row) { return +row[1]; });
716 716
 
717
-                    var labels = ['<?php _e('Jan', 'geodirectory');?>',
718
-                        '<?php _e('Feb', 'geodirectory');?>',
719
-                        '<?php _e('Mar', 'geodirectory');?>',
720
-                        '<?php _e('Apr', 'geodirectory');?>',
721
-                        '<?php _e('May', 'geodirectory');?>',
722
-                        '<?php _e('Jun', 'geodirectory');?>',
723
-                        '<?php _e('Jul', 'geodirectory');?>',
724
-                        '<?php _e('Aug', 'geodirectory');?>',
725
-                        '<?php _e('Sep', 'geodirectory');?>',
726
-                        '<?php _e('Oct', 'geodirectory');?>',
727
-                        '<?php _e('Nov', 'geodirectory');?>',
728
-                        '<?php _e('Dec', 'geodirectory');?>'];
717
+                    var labels = ['<?php _e('Jan', 'geodirectory'); ?>',
718
+                        '<?php _e('Feb', 'geodirectory'); ?>',
719
+                        '<?php _e('Mar', 'geodirectory'); ?>',
720
+                        '<?php _e('Apr', 'geodirectory'); ?>',
721
+                        '<?php _e('May', 'geodirectory'); ?>',
722
+                        '<?php _e('Jun', 'geodirectory'); ?>',
723
+                        '<?php _e('Jul', 'geodirectory'); ?>',
724
+                        '<?php _e('Aug', 'geodirectory'); ?>',
725
+                        '<?php _e('Sep', 'geodirectory'); ?>',
726
+                        '<?php _e('Oct', 'geodirectory'); ?>',
727
+                        '<?php _e('Nov', 'geodirectory'); ?>',
728
+                        '<?php _e('Dec', 'geodirectory'); ?>'];
729 729
 
730 730
                     // Ensure the data arrays are at least as long as the labels array.
731 731
                     // Chart.js bar charts don't (yet) accept sparse datasets.
@@ -738,13 +738,13 @@  discard block
 block discarded – undo
738 738
                         labels : labels,
739 739
                         datasets : [
740 740
                             {
741
-                                label: '<?php _e('Last Year', 'geodirectory');?>',
741
+                                label: '<?php _e('Last Year', 'geodirectory'); ?>',
742 742
                                 fillColor : "rgba(220,220,220,0.5)",
743 743
                                 strokeColor : "rgba(220,220,220,1)",
744 744
                                 data : data2
745 745
                             },
746 746
                             {
747
-                                label: '<?php _e('This Year', 'geodirectory');?>',
747
+                                label: '<?php _e('This Year', 'geodirectory'); ?>',
748 748
                                 fillColor : "rgba(151,187,205,0.5)",
749 749
                                 strokeColor : "rgba(151,187,205,1)",
750 750
                                 data : data1
@@ -789,30 +789,30 @@  discard block
 block discarded – undo
789 789
 
790 790
                     <?php
791 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');
792
+                    __("Mon", 'geodirectory');
793
+                    __("Tue", 'geodirectory');
794
+                    __("Wed", 'geodirectory');
795
+                    __("Thu", 'geodirectory');
796
+                    __("Fri", 'geodirectory');
797
+                    __("Sat", 'geodirectory');
798
+                    __("Sun", 'geodirectory');
799 799
                     ?>
800 800
 
801 801
                     labels = [
802
-                        "<?php _e(date('D', strtotime("+1 day")),'geodirectory'); ?>",
803
-                        "<?php _e(date('D', strtotime("+2 day")),'geodirectory'); ?>",
804
-                        "<?php _e(date('D', strtotime("+3 day")),'geodirectory'); ?>",
805
-                        "<?php _e(date('D', strtotime("+4 day")),'geodirectory'); ?>",
806
-                        "<?php _e(date('D', strtotime("+5 day")),'geodirectory'); ?>",
807
-                        "<?php _e(date('D', strtotime("+6 day")),'geodirectory'); ?>",
808
-                        "<?php _e(date('D', strtotime("+7 day")),'geodirectory'); ?>"
802
+                        "<?php _e(date('D', strtotime("+1 day")), 'geodirectory'); ?>",
803
+                        "<?php _e(date('D', strtotime("+2 day")), 'geodirectory'); ?>",
804
+                        "<?php _e(date('D', strtotime("+3 day")), 'geodirectory'); ?>",
805
+                        "<?php _e(date('D', strtotime("+4 day")), 'geodirectory'); ?>",
806
+                        "<?php _e(date('D', strtotime("+5 day")), 'geodirectory'); ?>",
807
+                        "<?php _e(date('D', strtotime("+6 day")), 'geodirectory'); ?>",
808
+                        "<?php _e(date('D', strtotime("+7 day")), 'geodirectory'); ?>"
809 809
                     ];
810 810
 
811 811
                     var data = {
812 812
                         labels : labels,
813 813
                         datasets : [
814 814
                             {
815
-                                label: '<?php _e('Last Week', 'geodirectory');?>',
815
+                                label: '<?php _e('Last Week', 'geodirectory'); ?>',
816 816
                                 fillColor : "rgba(220,220,220,0.5)",
817 817
                                 strokeColor : "rgba(220,220,220,1)",
818 818
                                 pointColor : "rgba(220,220,220,1)",
@@ -820,7 +820,7 @@  discard block
 block discarded – undo
820 820
                                 data : data2
821 821
                             },
822 822
                             {
823
-                                label: '<?php _e('This Week', 'geodirectory');?>',
823
+                                label: '<?php _e('This Week', 'geodirectory'); ?>',
824 824
                                 fillColor : "rgba(151,187,205,0.5)",
825 825
                                 strokeColor : "rgba(151,187,205,1)",
826 826
                                 pointColor : "rgba(151,187,205,1)",
@@ -1027,18 +1027,18 @@  discard block
 block discarded – undo
1027 1027
         </style>
1028 1028
         <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js"></script>
1029 1029
         <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.2/moment.min.js"></script>
1030
-        <button type="button" class="gdga-show-analytics"><?php _e('Show Google Analytics', 'geodirectory');?></button>
1030
+        <button type="button" class="gdga-show-analytics"><?php _e('Show Google Analytics', 'geodirectory'); ?></button>
1031 1031
         <span id="ga_stats" class="gdga-analytics-box" style="display:none">
1032
-            <div id="ga-analytics-title"><?php _e("Analytics", 'geodirectory');?></div>
1032
+            <div id="ga-analytics-title"><?php _e("Analytics", 'geodirectory'); ?></div>
1033 1033
             <div id="gd-active-users-container">
1034
-                <div class="gd-ActiveUsers"><i id="gdga-loader-icon" class="fa fa-refresh fa-spin" title="<?php esc_attr_e("Refresh", 'geodirectory');?>"></i><?php _e("Active Users:", 'geodirectory');?>
1034
+                <div class="gd-ActiveUsers"><i id="gdga-loader-icon" class="fa fa-refresh fa-spin" title="<?php esc_attr_e("Refresh", 'geodirectory'); ?>"></i><?php _e("Active Users:", 'geodirectory'); ?>
1035 1035
                     <b class="gd-ActiveUsers-value">0</b>
1036 1036
                 </div>
1037 1037
             </div>
1038 1038
             <select id="gdga-select-analytic" onchange="gdga_select_option();" style="display: none;">
1039
-                <option value="weeks"><?php _e("Last Week vs This Week", 'geodirectory');?></option>
1040
-                <option value="years"><?php _e("This Year vs Last Year", 'geodirectory');?></option>
1041
-                <option value="country"><?php _e("Top Countries", 'geodirectory');?></option>
1039
+                <option value="weeks"><?php _e("Last Week vs This Week", 'geodirectory'); ?></option>
1040
+                <option value="years"><?php _e("This Year vs Last Year", 'geodirectory'); ?></option>
1041
+                <option value="country"><?php _e("Top Countries", 'geodirectory'); ?></option>
1042 1042
             </select>
1043 1043
             <div class="Chartjs-figure" id="gdga-chart-container"></div>
1044 1044
             <ol class="Chartjs-legend" id="gdga-legend-container"></ol>
@@ -1054,8 +1054,8 @@  discard block
 block discarded – undo
1054 1054
     do_action('geodir_after_google_analytics');
1055 1055
     $content_html = ob_get_clean();
1056 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) {
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 1059
         /**
1060 1060
          * Filter the geodir_edit_post_link() function content.
1061 1061
          *
@@ -1081,7 +1081,7 @@  discard block
 block discarded – undo
1081 1081
 {
1082 1082
     global $post, $preview, $post_images;
1083 1083
     
1084
-    if (!empty($post->ID) && geodir_cpt_has_rating_disabled((int)$post->ID)) {
1084
+    if (!empty($post->ID) && geodir_cpt_has_rating_disabled((int) $post->ID)) {
1085 1085
         return;
1086 1086
     }
1087 1087
     ob_start(); // Start  buffering;
@@ -1116,10 +1116,10 @@  discard block
 block discarded – undo
1116 1116
        
1117 1117
 	   $reviews_text = $comment_count > 1 ? __("reviews", 'geodirectory') : __("review", 'geodirectory');
1118 1118
 	   
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 />';
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 1121
         $html .= '<span class="item">';
1122
-        $html .= '<span class="fn" itemprop="itemreviewed">' . $post->post_title . '</span>';
1122
+        $html .= '<span class="fn" itemprop="itemreviewed">'.$post->post_title.'</span>';
1123 1123
 
1124 1124
         if ($post_images) {
1125 1125
             foreach ($post_images as $img) {
@@ -1129,7 +1129,7 @@  discard block
 block discarded – undo
1129 1129
         }
1130 1130
 
1131 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" />';
1132
+            $html .= '<br /><img src="'.$post_img.'" class="photo" alt="'.esc_attr($post->post_title).'" itemprop="photo" content="'.$post_img.'" class="photo" />';
1133 1133
         }
1134 1134
 
1135 1135
         $html .= '</span>';
@@ -1156,9 +1156,9 @@  discard block
 block discarded – undo
1156 1156
     do_action('geodir_after_detail_page_review_rating');
1157 1157
     $content_html = ob_get_clean();
1158 1158
     if (trim($content_html) != '') {
1159
-        $content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">' . $content_html . '</div>';
1159
+        $content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">'.$content_html.'</div>';
1160 1160
     }
1161
-    if ((int)get_option('geodir_disable_rating_info_section') != 1) {
1161
+    if ((int) get_option('geodir_disable_rating_info_section') != 1) {
1162 1162
         /**
1163 1163
          * Filter the geodir_detail_page_review_rating() function content.
1164 1164
          *
@@ -1197,8 +1197,8 @@  discard block
 block discarded – undo
1197 1197
 
1198 1198
     $content_html = ob_get_clean();
1199 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) {
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 1202
         /**
1203 1203
          * Filter the output html for function geodir_detail_page_more_info().
1204 1204
          *
@@ -1297,7 +1297,7 @@  discard block
 block discarded – undo
1297 1297
 		'gd_allowed_img_types' => !empty($allowed_img_types) ? implode(',', $allowed_img_types) : '',
1298 1298
 		'geodir_txt_form_wait' => __('Wait...', 'geodirectory'),
1299 1299
 		'geodir_txt_form_searching' => __('Searching...', 'geodirectory'),
1300
-		'fa_rating' => (int)get_option('geodir_reviewrating_enable_font_awesome') == 1 ? 1 : '',
1300
+		'fa_rating' => (int) get_option('geodir_reviewrating_enable_font_awesome') == 1 ? 1 : '',
1301 1301
 		'reviewrating' => defined('GEODIRREVIEWRATING_VERSION') ? 1 : '',
1302 1302
         'multirating' => defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_rating') ? true : false,
1303 1303
         'geodir_map_name' => geodir_map_name(),
@@ -1326,10 +1326,10 @@  discard block
 block discarded – undo
1326 1326
     foreach ($arr_alert_msg as $key => $value) {
1327 1327
         if (!is_scalar($value))
1328 1328
             continue;
1329
-        $arr_alert_msg[$key] = html_entity_decode((string)$value, ENT_QUOTES, 'UTF-8');
1329
+        $arr_alert_msg[$key] = html_entity_decode((string) $value, ENT_QUOTES, 'UTF-8');
1330 1330
     }
1331 1331
 
1332
-    $script = "var geodir_all_js_msg = " . json_encode($arr_alert_msg) . ';';
1332
+    $script = "var geodir_all_js_msg = ".json_encode($arr_alert_msg).';';
1333 1333
     echo '<script>';
1334 1334
     echo $script;
1335 1335
     echo '</script>';
@@ -1419,7 +1419,7 @@  discard block
 block discarded – undo
1419 1419
         $geodir_old_sidebars = get_option('geodir_sidebars');
1420 1420
         if (is_array($geodir_old_sidebars)) {
1421 1421
             foreach ($geodir_old_sidebars as $key => $val) {
1422
-                if(0 === strpos($key, 'geodir_'))// if gd widget
1422
+                if (0 === strpos($key, 'geodir_'))// if gd widget
1423 1423
                 {
1424 1424
                     $sidebars_widgets[$key] = $geodir_old_sidebars[$key];
1425 1425
                 }
@@ -1498,7 +1498,7 @@  discard block
 block discarded – undo
1498 1498
         global $post;
1499 1499
         $term_condition = '';
1500 1500
         if (isset($_REQUEST['backandedit'])) {
1501
-            $post = (object)$gd_session->get('listing');
1501
+            $post = (object) $gd_session->get('listing');
1502 1502
             $term_condition = isset($post->geodir_accept_term_condition) ? $post->geodir_accept_term_condition : '';
1503 1503
         }
1504 1504
 
@@ -1512,7 +1512,7 @@  discard block
 block discarded – undo
1512 1512
                     echo 'checked="checked"';
1513 1513
                 } ?> field_type="checkbox" name="geodir_accept_term_condition" id="geodir_accept_term_condition"
1514 1514
                        class="geodir_textfield" value="1"
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>
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)) {
@@ -1552,7 +1552,7 @@  discard block
 block discarded – undo
1552 1552
         /** This action is documented in geodirectory_template_actions.php */
1553 1553
         $desc_limit = apply_filters('geodir_description_field_desc_limit', '');
1554 1554
         
1555
-        if (!($desc_limit === '' || (int)$desc_limit > 0)) {
1555
+        if (!($desc_limit === '' || (int) $desc_limit > 0)) {
1556 1556
             $is_display = false;
1557 1557
         }
1558 1558
     }
@@ -1600,16 +1600,16 @@  discard block
 block discarded – undo
1600 1600
     global $wpdb, $plugin_prefix;
1601 1601
 	
1602 1602
 	// Remove unused virtual page
1603
-	$listings_page_id = (int)get_option('geodir_listing_page');
1603
+	$listings_page_id = (int) get_option('geodir_listing_page');
1604 1604
 	if ($listings_page_id) {
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')));
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 1606
         delete_option('geodir_listing_page');
1607 1607
 	}
1608 1608
 
1609 1609
     if (!get_option('geodir_changes_in_custom_fields_table')) {
1610 1610
         $wpdb->query(
1611 1611
             $wpdb->prepare(
1612
-                "UPDATE " . GEODIR_CUSTOM_FIELDS_TABLE . " SET is_default=%s, is_admin=%s WHERE is_default=%s",
1612
+                "UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET is_default=%s, is_admin=%s WHERE is_default=%s",
1613 1613
                 array('1', '1', 'admin')
1614 1614
             )
1615 1615
         );
@@ -1617,9 +1617,9 @@  discard block
 block discarded – undo
1617 1617
 
1618 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 1624
         if (!empty($options_data)) {
1625 1625
 
@@ -1627,7 +1627,7 @@  discard block
 block discarded – undo
1627 1627
 
1628 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 1632
                 if (!empty($taxonomies_data)) {
1633 1633
 
@@ -1636,17 +1636,17 @@  discard block
 block discarded – undo
1636 1636
                         $taxObject = get_taxonomy($taxobj->taxonomy);
1637 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 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 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
 
@@ -1680,14 +1680,14 @@  discard block
 block discarded – undo
1680 1680
 
1681 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 1685
     if ($slug_exists) {
1686 1686
 
1687 1687
         $suffix = 1;
1688 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)));
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 1691
             $suffix++;
1692 1692
         } while ($location_slug_check && $suffix < 100);
1693 1693
 
@@ -1741,7 +1741,7 @@  discard block
 block discarded – undo
1741 1741
 
1742 1742
         $suffix = 1;
1743 1743
         do {
1744
-            $new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix";
1744
+            $new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1))."-$suffix";
1745 1745
 
1746 1746
             /** This action is documented in geodirectory_hooks_actions.php */
1747 1747
             $term_slug_check = apply_filters('geodir_term_slug_is_exists', false, $new_slug, $term_id);
@@ -1753,7 +1753,7 @@  discard block
 block discarded – undo
1753 1753
 
1754 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
 	
@@ -1762,18 +1762,18 @@  discard block
 block discarded – undo
1762 1762
 	$post_type = !empty($taxonomy_obj) ? $taxonomy_obj->object_type[0] : NULL;
1763 1763
 	
1764 1764
 	$post_types = geodir_get_posttypes();
1765
-	if ($post_type && in_array($post_type, $post_types) && $post_type . '_tags' == $taxonomy) {		
1766
-		$posts_obj = $wpdb->get_results($wpdb->prepare("SELECT object_id FROM " . $wpdb->term_relationships . " WHERE term_taxonomy_id = %d", array($tt_id)));
1765
+	if ($post_type && in_array($post_type, $post_types) && $post_type.'_tags' == $taxonomy) {		
1766
+		$posts_obj = $wpdb->get_results($wpdb->prepare("SELECT object_id FROM ".$wpdb->term_relationships." WHERE term_taxonomy_id = %d", array($tt_id)));
1767 1767
 		
1768 1768
 		if (!empty($posts_obj)) {
1769 1769
 			foreach ($posts_obj as $post_obj) {
1770 1770
 				$post_id = $post_obj->object_id;
1771 1771
 				
1772
-				$raw_tags = wp_get_object_terms($post_id, $post_type . '_tags', array('fields' => 'names'));
1772
+				$raw_tags = wp_get_object_terms($post_id, $post_type.'_tags', array('fields' => 'names'));
1773 1773
 				$post_tags = !empty($raw_tags) ? implode(',', $raw_tags) : '';
1774 1774
 				
1775
-				$listing_table = $plugin_prefix . $post_type . '_detail';
1776
-				$wpdb->query($wpdb->prepare("UPDATE " . $listing_table . " SET post_tags=%s WHERE post_id =%d", array($post_tags, $post_id)));
1775
+				$listing_table = $plugin_prefix.$post_type.'_detail';
1776
+				$wpdb->query($wpdb->prepare("UPDATE ".$listing_table." SET post_tags=%s WHERE post_id =%d", array($post_tags, $post_id)));
1777 1777
 			}
1778 1778
 		}
1779 1779
 	}
@@ -1807,7 +1807,7 @@  discard block
 block discarded – undo
1807 1807
     if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug)
1808 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))))
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 1811
         return $slug_exists = true;
1812 1812
 
1813 1813
     return $slug_exists;
@@ -1848,43 +1848,43 @@  discard block
 block discarded – undo
1848 1848
 
1849 1849
 
1850 1850
     $gd_page = '';
1851
-    if(geodir_is_page('home')){
1851
+    if (geodir_is_page('home')) {
1852 1852
         $gd_page = 'home';
1853 1853
         $title = (get_option('geodir_meta_title_homepage')) ? get_option('geodir_meta_title_homepage') : $title;
1854 1854
     }
1855
-    elseif(geodir_is_page('detail')){
1855
+    elseif (geodir_is_page('detail')) {
1856 1856
         $gd_page = 'detail';
1857 1857
         $title = (get_option('geodir_meta_title_detail')) ? get_option('geodir_meta_title_detail') : $title;
1858 1858
     }
1859
-    elseif(geodir_is_page('pt')){
1859
+    elseif (geodir_is_page('pt')) {
1860 1860
         $gd_page = 'pt';
1861 1861
         $title = (get_option('geodir_meta_title_pt')) ? get_option('geodir_meta_title_pt') : $title;
1862 1862
     }
1863
-    elseif(geodir_is_page('listing')){
1863
+    elseif (geodir_is_page('listing')) {
1864 1864
         $gd_page = 'listing';
1865 1865
         $title = (get_option('geodir_meta_title_listing')) ? get_option('geodir_meta_title_listing') : $title;
1866 1866
     }
1867
-    elseif(geodir_is_page('location')){
1867
+    elseif (geodir_is_page('location')) {
1868 1868
         $gd_page = 'location';
1869 1869
         $title = (get_option('geodir_meta_title_location')) ? get_option('geodir_meta_title_location') : $title;
1870 1870
     }
1871
-    elseif(geodir_is_page('search')){
1871
+    elseif (geodir_is_page('search')) {
1872 1872
         $gd_page = 'search';
1873 1873
         $title = (get_option('geodir_meta_title_search')) ? get_option('geodir_meta_title_search') : $title;
1874 1874
     }
1875
-    elseif(geodir_is_page('add-listing')){
1875
+    elseif (geodir_is_page('add-listing')) {
1876 1876
         $gd_page = 'add-listing';
1877 1877
         $title = (get_option('geodir_meta_title_add-listing')) ? get_option('geodir_meta_title_add-listing') : $title;
1878 1878
     }
1879
-    elseif(geodir_is_page('author')){
1879
+    elseif (geodir_is_page('author')) {
1880 1880
         $gd_page = 'author';
1881 1881
         $title = (get_option('geodir_meta_title_author')) ? get_option('geodir_meta_title_author') : $title;
1882 1882
     }
1883
-    elseif(geodir_is_page('login')){
1883
+    elseif (geodir_is_page('login')) {
1884 1884
         $gd_page = 'login';
1885 1885
         $title = (get_option('geodir_meta_title_login')) ? get_option('geodir_meta_title_login') : $title;
1886 1886
     }
1887
-    elseif(geodir_is_page('listing-success')){
1887
+    elseif (geodir_is_page('listing-success')) {
1888 1888
         $gd_page = 'listing-success';
1889 1889
         $title = (get_option('geodir_meta_title_listing-success')) ? get_option('geodir_meta_title_listing-success') : $title;
1890 1890
     }
@@ -1916,12 +1916,12 @@  discard block
 block discarded – undo
1916 1916
 
1917 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 1922
         $all_postypes = geodir_get_posttypes();
1923 1923
 
1924
-        foreach($all_postypes as $post_type){
1924
+        foreach ($all_postypes as $post_type) {
1925 1925
             $args = array(
1926 1926
                 'posts_per_page' => -1,
1927 1927
                 'post_type' => $post_type,
@@ -2015,7 +2015,7 @@  discard block
 block discarded – undo
2015 2015
 {
2016 2016
     $user_id = get_current_user_id();
2017 2017
 
2018
-    if(!$user_id){return $post;}
2018
+    if (!$user_id) {return $post; }
2019 2019
 
2020 2020
     $gd_post_types = geodir_get_posttypes();
2021 2021
 
@@ -2124,7 +2124,7 @@  discard block
 block discarded – undo
2124 2124
 
2125 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 2129
             if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '')
2130 2130
                 $tabs_arr['post_video']['heading_text'] = $field_title;
@@ -2132,7 +2132,7 @@  discard block
 block discarded – undo
2132 2132
 
2133 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 2137
             if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '')
2138 2138
                 $tabs_arr['special_offers']['heading_text'] = $field_title;
@@ -2153,7 +2153,7 @@  discard block
 block discarded – undo
2153 2153
  */
2154 2154
 function geodir_remove_template_redirect_actions()
2155 2155
 {
2156
-    if (geodir_is_page('login')){
2156
+    if (geodir_is_page('login')) {
2157 2157
         remove_all_actions('template_redirect');
2158 2158
         remove_action('init', 'avia_modify_front', 10);
2159 2159
     }
@@ -2200,25 +2200,25 @@  discard block
 block discarded – undo
2200 2200
         $split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : '';
2201 2201
 
2202 2202
         $wpdb->query(
2203
-            $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d AND file=%s ",
2203
+            $wpdb->prepare("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id = %d AND file=%s ",
2204 2204
                 array($post_id, $split_img_file_path)
2205 2205
             )
2206 2206
         );
2207 2207
 
2208 2208
         $attachment_data = $wpdb->get_row(
2209
-            $wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=%d",
2209
+            $wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id=%d",
2210 2210
                 array($post_id)
2211 2211
             )
2212 2212
         );
2213 2213
 
2214 2214
         if (!empty($attachment_data)) {
2215
-            $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
2215
+            $wpdb->query("UPDATE ".GEODIR_ATTACHMENT_TABLE." SET menu_order=1 WHERE ID=".$attachment_data->ID);
2216 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 2223
         geodir_set_wp_featured_image($post_id);
2224 2224
 
@@ -2246,9 +2246,9 @@  discard block
 block discarded – undo
2246 2246
 
2247 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 2253
         if (!empty($get_post_data)) {
2254 2254
 
@@ -2256,7 +2256,7 @@  discard block
 block discarded – undo
2256 2256
 
2257 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 2261
                 if (!empty($attachment_data)) {
2262 2262
 
@@ -2273,22 +2273,22 @@  discard block
 block discarded – undo
2273 2273
 
2274 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 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 2288
                     if (!empty($attachment_data)) {
2289 2289
 
2290 2290
                         if ($attachment_data->ID)
2291
-                            $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
2291
+                            $wpdb->query("UPDATE ".GEODIR_ATTACHMENT_TABLE." SET menu_order=1 WHERE ID=".$attachment_data->ID);
2292 2292
 
2293 2293
                     } else {
2294 2294
 
@@ -2302,7 +2302,7 @@  discard block
 block discarded – undo
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 2307
                     geodir_set_wp_featured_image($post_id);
2308 2308
 
@@ -2331,7 +2331,7 @@  discard block
 block discarded – undo
2331 2331
 {
2332 2332
 
2333 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');
2334
+        update_option('geodir_default_rating_star_icon', geodir_plugin_url().'/geodirectory-assets/images/stars.png');
2335 2335
     }
2336 2336
 
2337 2337
 }
@@ -2348,10 +2348,10 @@  discard block
 block discarded – undo
2348 2348
  * @global string $plugin_prefix Geodirectory plugin table prefix.
2349 2349
  * @return array User listing count for each post type.
2350 2350
  */
2351
-function geodir_user_post_listing_count($user_id=null)
2351
+function geodir_user_post_listing_count($user_id = null)
2352 2352
 {
2353 2353
     global $wpdb, $plugin_prefix, $current_user;
2354
-    if(!$user_id){
2354
+    if (!$user_id) {
2355 2355
         $user_id = $current_user->ID;
2356 2356
     }
2357 2357
 
@@ -2362,7 +2362,7 @@  discard block
 block discarded – undo
2362 2362
     $user_listing = array();
2363 2363
     if (is_array($all_posts) && !empty($all_posts)) {
2364 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' )");
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 2367
             if ($total_posts > 0) {
2368 2368
                 $user_listing[$ptype] = $total_posts;
@@ -2403,19 +2403,19 @@  discard block
 block discarded – undo
2403 2403
 
2404 2404
         $custom_fields = geodir_post_custom_fields($post_package_id, 'all', $post_type, $fields_location);
2405 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']){
2406
+        if (isset($tabs_arr['post_video']['is_display']) && $tabs_arr['post_video']['is_display']) {
2407 2407
             $unset_video = true;
2408 2408
         }
2409 2409
 
2410
-        if(isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']){
2410
+        if (isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']) {
2411 2411
             $unset_special_offers = true;
2412 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)){
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 2416
                     unset($custom_fields[$key]);
2417 2417
                 }
2418
-                if($custom_field['name']=='geodir_special_offers' && isset($unset_special_offers)){
2418
+                if ($custom_field['name'] == 'geodir_special_offers' && isset($unset_special_offers)) {
2419 2419
                     unset($custom_fields[$key]);
2420 2420
                 }
2421 2421
             }
@@ -2432,7 +2432,7 @@  discard block
 block discarded – undo
2432 2432
                     $post->{$field_name} = $_REQUEST[$field_name];
2433 2433
                 }
2434 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'))) {
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 2436
                     if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
2437 2437
                         continue;
2438 2438
                     }
@@ -2465,7 +2465,7 @@  discard block
 block discarded – undo
2465 2465
                     $post->{$field_name} = $_REQUEST[$field_name];
2466 2466
                 }
2467 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'))) {
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 2469
                     $label = $field['site_title'] != '' ? $field['site_title'] : $field['admin_title'];
2470 2470
                     $site_title = trim($field['site_title']);
2471 2471
                     $type = $field;
@@ -2481,21 +2481,21 @@  discard block
 block discarded – undo
2481 2481
                         $variables_array['label'] = __($type['site_title'], 'geodirectory');
2482 2482
                         $variables_array['value'] = '';
2483 2483
                         $variables_array['value'] = $post->{$type['htmlvar_name']};
2484
-                    }else{
2484
+                    } else {
2485 2485
                         $i = 0;
2486 2486
                         $fieldset_count++;
2487 2487
                         $field_set_start = 1;
2488
-                        $fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_' . $fieldset_count;
2488
+                        $fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_'.$fieldset_count;
2489 2489
                         $fieldset_arr[$fieldset_count]['label'] = $label;
2490 2490
                     }
2491 2491
 
2492 2492
 
2493
-                    if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
2493
+                    if (isset($type['extra_fields'])) {$extra_fields = $type['extra_fields']; }
2494 2494
                     $type = stripslashes_deep($type); // strip slashes
2495
-                    if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
2495
+                    if (isset($type['extra_fields'])) {$type['extra_fields'] = $extra_fields; }
2496 2496
                     $html = '';
2497 2497
                     $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : '';
2498
-                    if($html_var=='post'){$html_var='post_address';}
2498
+                    if ($html_var == 'post') {$html_var = 'post_address'; }
2499 2499
                     $field_icon = geodir_field_icon_proccess($type);
2500 2500
                     $filed_type = $type['type'];
2501 2501
 
@@ -2508,7 +2508,7 @@  discard block
 block discarded – undo
2508 2508
                      * @param string $fields_location The location the field is to be show.
2509 2509
                      * @param array $type The array of field values.
2510 2510
                      */
2511
-                    $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
2511
+                    $html = apply_filters("geodir_custom_field_output_{$filed_type}", $html, $fields_location, $type);
2512 2512
 
2513 2513
 
2514 2514
                     /**
@@ -2554,7 +2554,7 @@  discard block
 block discarded – undo
2554 2554
                                  * @param string $htmlvar_name The field HTML var name.
2555 2555
                                  */
2556 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>'
2557
+                                'tab_content' => '<div class="geodir-company_info field-group xxx">'.$fieldset_html.'</div>'
2558 2558
                             );
2559 2559
                         }
2560 2560
                     } else {
@@ -2616,7 +2616,7 @@  discard block
 block discarded – undo
2616 2616
             }
2617 2617
             $status .= ")</strong>";
2618 2618
 
2619
-            $html = '<span class="geodir-post-status">' . $status_icon . ' <font class="geodir-status-label">' . __('Status: ', 'geodirectory') . '</font>' . $status . '</span>';
2619
+            $html = '<span class="geodir-post-status">'.$status_icon.' <font class="geodir-status-label">'.__('Status: ', 'geodirectory').'</font>'.$status.'</span>';
2620 2620
         }
2621 2621
     }
2622 2622
 
@@ -2685,7 +2685,7 @@  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 2690
     return $classes;
2691 2691
 }
@@ -2700,7 +2700,7 @@  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 2705
     return $class;
2706 2706
 }
@@ -2720,7 +2720,7 @@  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();
2723
+    $translation_texts = !empty($translation_texts) && is_array($translation_texts) ? $translation_texts : array();
2724 2724
 
2725 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 2726
 
@@ -2786,17 +2786,17 @@  discard block
 block discarded – undo
2786 2786
  * @param array $args The array of menu arguments.
2787 2787
  * @return array The modified arguments.
2788 2788
  */
2789
-function geodir_add_nav_menu_class( $args )
2789
+function geodir_add_nav_menu_class($args)
2790 2790
 {
2791 2791
 
2792
-        if(isset($args['menu_class'])){
2792
+        if (isset($args['menu_class'])) {
2793 2793
             $args['menu_class'] = $args['menu_class']." gd-menu-z";
2794 2794
         }
2795 2795
     
2796 2796
     return $args;
2797 2797
 }
2798 2798
 
2799
-add_filter( 'wp_nav_menu_args', 'geodir_add_nav_menu_class' );
2799
+add_filter('wp_nav_menu_args', 'geodir_add_nav_menu_class');
2800 2800
 
2801 2801
 /**
2802 2802
  * Filters WordPress locale ID.
@@ -2836,7 +2836,7 @@  discard block
 block discarded – undo
2836 2836
         }
2837 2837
         
2838 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 );
2839
+        add_action('geodir_edit_post_link_html', 'geodir_wpml_frontend_duplicate_listing', 0, 1);
2840 2840
     }
2841 2841
 }
2842 2842
 add_filter('plugins_loaded', 'geodir_wpml_set_filter');
@@ -2864,7 +2864,7 @@  discard block
 block discarded – undo
2864 2864
         }        
2865 2865
         
2866 2866
         if (!empty($keep_vars)) {
2867
-            foreach ( $languages as $code => $url) {
2867
+            foreach ($languages as $code => $url) {
2868 2868
                 $filter_url = $url['url'];
2869 2869
                 
2870 2870
                 foreach ($keep_vars as $var) {
@@ -2883,7 +2883,7 @@  discard block
 block discarded – undo
2883 2883
 
2884 2884
     return $languages;
2885 2885
 }
2886
-add_filter( 'icl_ls_languages', 'geodir_wpml_filter_ls_languages', 11, 1 );
2886
+add_filter('icl_ls_languages', 'geodir_wpml_filter_ls_languages', 11, 1);
2887 2887
 
2888 2888
 /**
2889 2889
  * Remove Yoast SEO hook if disabled on GD pages.
@@ -2891,18 +2891,18 @@  discard block
 block discarded – undo
2891 2891
  * @since 1.6.18
2892 2892
  *
2893 2893
  */
2894
-function geodir_remove_yoast_seo_metas(){
2895
-    if ( class_exists( 'WPSEO_Frontend' ) && geodir_is_geodir_page() && geodir_disable_yoast_seo_metas() ) {
2894
+function geodir_remove_yoast_seo_metas() {
2895
+    if (class_exists('WPSEO_Frontend') && geodir_is_geodir_page() && geodir_disable_yoast_seo_metas()) {
2896 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 );
2905
+        remove_action('template_redirect', 'wpseo_frontend_head_init', 999);
2906 2906
     }
2907 2907
 }
2908 2908
 
@@ -2917,22 +2917,22 @@  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'] ) ) ) ) ) {
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 2922
             global $sitepress;
2923 2923
             
2924 2924
             $referer = wp_get_referer();
2925 2925
             
2926 2926
             $current_lang = $sitepress->get_current_language();
2927
-            $referrer_lang = $sitepress->get_language_from_url( $referer );
2927
+            $referrer_lang = $sitepress->get_language_from_url($referer);
2928 2928
             
2929
-            if ( $referrer_lang && $current_lang != $referrer_lang ) {
2929
+            if ($referrer_lang && $current_lang != $referrer_lang) {
2930 2930
                 $_GET['lang'] = $referrer_lang;
2931 2931
             }
2932 2932
         }
2933 2933
     }
2934 2934
 }
2935
-add_action( 'plugins_loaded', 'geodir_wpml_ajax_set_guest_lang', -1 );
2935
+add_action('plugins_loaded', 'geodir_wpml_ajax_set_guest_lang', -1);
2936 2936
 
2937 2937
 /**
2938 2938
  * Change country slug czech-republic to czechia and redirect.
@@ -2953,18 +2953,18 @@  discard block
 block discarded – undo
2953 2953
         }
2954 2954
         
2955 2955
         $redirect = false;
2956
-        if (strpos($current_url, '/' . $search . '/') !== false) {
2956
+        if (strpos($current_url, '/'.$search.'/') !== false) {
2957 2957
             $redirect = true;
2958
-            $current_url = preg_replace('/\/' . $search . '\//', '/' . $replace . '/', $current_url, 1);
2958
+            $current_url = preg_replace('/\/'.$search.'\//', '/'.$replace.'/', $current_url, 1);
2959 2959
         }
2960 2960
         
2961 2961
         if ($has_slash != "/") {
2962 2962
             $current_url = trim($current_url, '/');
2963 2963
         }
2964 2964
         
2965
-        if (strpos($current_url, 'gd_country=' . $search) !== false) {
2965
+        if (strpos($current_url, 'gd_country='.$search) !== false) {
2966 2966
             $redirect = true;
2967
-            $current_url = str_replace('gd_country=' . $search, 'gd_country=' . $replace, $current_url);
2967
+            $current_url = str_replace('gd_country='.$search, 'gd_country='.$replace, $current_url);
2968 2968
         }
2969 2969
 
2970 2970
         if ($redirect) {
Please login to merge, or discard this patch.
geodirectory-functions/custom_functions.php 2 patches
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.
Spacing   +700 added lines, -700 removed lines patch added patch discarded remove patch
@@ -52,31 +52,31 @@  discard block
 block discarded – undo
52 52
 				jQuery(listSel).children('li').switchClass('gridview_onehalf gridview_onethird gridview_onefourth', 'gridview_onefifth', 600);
53 53
 			}
54 54
 
55
-			jQuery.post("<?php echo geodir_get_ajax_url();?>&gd_listing_view=" + val, function (data) {
55
+			jQuery.post("<?php echo geodir_get_ajax_url(); ?>&gd_listing_view=" + val, function (data) {
56 56
 				//alert(data );
57 57
 			});
58 58
 		}
59 59
 	</script>
60 60
 	<div class="geodir-list-view-select">
61 61
 		<select name="gd_list_view" id="gd_list_view" onchange="geodir_list_view_select(this);">
62
-			<?php $listing_view = (int) $gd_session->get( 'gd_listing_view' ); ?>
63
-			<option value=""><?php _e( 'View:', 'geodirectory' ); ?></option>
62
+			<?php $listing_view = (int) $gd_session->get('gd_listing_view'); ?>
63
+			<option value=""><?php _e('View:', 'geodirectory'); ?></option>
64 64
 			<option
65
-				value="1" <?php selected( 1, $listing_view ); ?>><?php _e( 'View: List', 'geodirectory' ); ?></option>
65
+				value="1" <?php selected(1, $listing_view); ?>><?php _e('View: List', 'geodirectory'); ?></option>
66 66
 			<option
67
-				value="2" <?php selected( 2, $listing_view ); ?>><?php _e( 'View: Grid 2', 'geodirectory' ); ?></option>
67
+				value="2" <?php selected(2, $listing_view); ?>><?php _e('View: Grid 2', 'geodirectory'); ?></option>
68 68
 			<option
69
-				value="3" <?php selected( 3, $listing_view ); ?>><?php _e( 'View: Grid 3', 'geodirectory' ); ?></option>
69
+				value="3" <?php selected(3, $listing_view); ?>><?php _e('View: Grid 3', 'geodirectory'); ?></option>
70 70
 			<option
71
-				value="4" <?php selected( 4, $listing_view ); ?>><?php _e( 'View: Grid 4', 'geodirectory' ); ?></option>
71
+				value="4" <?php selected(4, $listing_view); ?>><?php _e('View: Grid 4', 'geodirectory'); ?></option>
72 72
 			<option
73
-				value="5" <?php selected( 5, $listing_view ); ?>><?php _e( 'View: Grid 5', 'geodirectory' ); ?></option>
73
+				value="5" <?php selected(5, $listing_view); ?>><?php _e('View: Grid 5', 'geodirectory'); ?></option>
74 74
 		</select>
75 75
 	</div>
76 76
 	<?php
77 77
 }
78 78
 
79
-add_action( 'geodir_before_listing', 'geodir_list_view_select', 100 );
79
+add_action('geodir_before_listing', 'geodir_list_view_select', 100);
80 80
 
81 81
 /**
82 82
  * Limit the listing excerpt.
@@ -91,9 +91,9 @@  discard block
 block discarded – undo
91 91
  * @global object $post          The current post object.
92 92
  * @return string The modified excerpt.
93 93
  */
94
-function geodir_max_excerpt( $charlength ) {
94
+function geodir_max_excerpt($charlength) {
95 95
 	global $post;
96
-	if ( $charlength == '0' ) {
96
+	if ($charlength == '0') {
97 97
 		return;
98 98
 	}
99 99
 	$out = '';
@@ -101,46 +101,46 @@  discard block
 block discarded – undo
101 101
 	$temp_post = $post;
102 102
 	$excerpt   = get_the_excerpt();
103 103
 
104
-	$charlength ++;
105
-	$excerpt_more = function_exists( 'geodirf_excerpt_more' ) ? geodirf_excerpt_more( '' ) : geodir_excerpt_more( '' );
106
-	if ( geodir_utf8_strlen( $excerpt ) > $charlength ) {
107
-		if ( geodir_utf8_strlen( $excerpt_more ) > 0 && geodir_utf8_strpos( $excerpt, $excerpt_more ) !== false ) {
108
-			$excut = - ( geodir_utf8_strlen( $excerpt_more ) );
109
-			$subex = geodir_utf8_substr( $excerpt, 0, $excut );
110
-			if ( $charlength > 0 && geodir_utf8_strlen( $subex ) > $charlength ) {
111
-				$subex = geodir_utf8_substr( $subex, 0, $charlength );
104
+	$charlength++;
105
+	$excerpt_more = function_exists('geodirf_excerpt_more') ? geodirf_excerpt_more('') : geodir_excerpt_more('');
106
+	if (geodir_utf8_strlen($excerpt) > $charlength) {
107
+		if (geodir_utf8_strlen($excerpt_more) > 0 && geodir_utf8_strpos($excerpt, $excerpt_more) !== false) {
108
+			$excut = - (geodir_utf8_strlen($excerpt_more));
109
+			$subex = geodir_utf8_substr($excerpt, 0, $excut);
110
+			if ($charlength > 0 && geodir_utf8_strlen($subex) > $charlength) {
111
+				$subex = geodir_utf8_substr($subex, 0, $charlength);
112 112
 			}
113 113
 			$out .= $subex;
114 114
 		} else {
115
-			$subex   = geodir_utf8_substr( $excerpt, 0, $charlength - 5 );
116
-			$exwords = explode( ' ', $subex );
117
-			$excut   = - ( geodir_utf8_strlen( $exwords[ count( $exwords ) - 1 ] ) );
118
-			if ( $excut < 0 ) {
119
-				$out .= geodir_utf8_substr( $subex, 0, $excut );
115
+			$subex   = geodir_utf8_substr($excerpt, 0, $charlength - 5);
116
+			$exwords = explode(' ', $subex);
117
+			$excut   = - (geodir_utf8_strlen($exwords[count($exwords) - 1]));
118
+			if ($excut < 0) {
119
+				$out .= geodir_utf8_substr($subex, 0, $excut);
120 120
 			} else {
121 121
 				$out .= $subex;
122 122
 			}
123 123
 		}
124
-		$out .= ' <a class="excerpt-read-more" href="' . get_permalink() . '" title="' . get_the_title() . '">';
124
+		$out .= ' <a class="excerpt-read-more" href="'.get_permalink().'" title="'.get_the_title().'">';
125 125
 		/**
126 126
 		 * Filter excerpt read more text.
127 127
 		 *
128 128
 		 * @since 1.0.0
129 129
 		 */
130
-		$out .= apply_filters( 'geodir_max_excerpt_end', __( 'Read more [...]', 'geodirectory' ) );
130
+		$out .= apply_filters('geodir_max_excerpt_end', __('Read more [...]', 'geodirectory'));
131 131
 		$out .= '</a>';
132 132
 
133 133
 	} else {
134
-		if ( geodir_utf8_strlen( $excerpt_more ) > 0 && geodir_utf8_strpos( $excerpt, $excerpt_more ) !== false ) {
135
-			$excut = - ( geodir_utf8_strlen( $excerpt_more ) );
136
-			$out .= geodir_utf8_substr( $excerpt, 0, $excut );
137
-			$out .= ' <a class="excerpt-read-more" href="' . get_permalink() . '" title="' . get_the_title() . '">';
134
+		if (geodir_utf8_strlen($excerpt_more) > 0 && geodir_utf8_strpos($excerpt, $excerpt_more) !== false) {
135
+			$excut = - (geodir_utf8_strlen($excerpt_more));
136
+			$out .= geodir_utf8_substr($excerpt, 0, $excut);
137
+			$out .= ' <a class="excerpt-read-more" href="'.get_permalink().'" title="'.get_the_title().'">';
138 138
 			/**
139 139
 			 * Filter excerpt read more text.
140 140
 			 *
141 141
 			 * @since 1.0.0
142 142
 			 */
143
-			$out .= apply_filters( 'geodir_max_excerpt_end', __( 'Read more [...]', 'geodirectory' ) );
143
+			$out .= apply_filters('geodir_max_excerpt_end', __('Read more [...]', 'geodirectory'));
144 144
 			$out .= '</a>';
145 145
 		} else {
146 146
 			$out .= $excerpt;
@@ -163,7 +163,7 @@  discard block
 block discarded – undo
163 163
  *
164 164
  * @return object Returns filtered package info as an object.
165 165
  */
166
-function geodir_post_package_info( $package_info, $post = '', $post_type = '' ) {
166
+function geodir_post_package_info($package_info, $post = '', $post_type = '') {
167 167
 	$package_info['pid']              = 0;
168 168
 	$package_info['days']             = 0;
169 169
 	$package_info['amount']           = 0;
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
 	 * @param object|string $post  The post object.
193 193
 	 * @param string $post_type    The post type.
194 194
 	 */
195
-	return (object) apply_filters( 'geodir_post_package_info', $package_info, $post, $post_type );
195
+	return (object) apply_filters('geodir_post_package_info', $package_info, $post, $post_type);
196 196
 
197 197
 }
198 198
 
@@ -220,11 +220,11 @@  discard block
 block discarded – undo
220 220
  *
221 221
  * }
222 222
  */
223
-function geodir_send_inquiry( $request ) {
223
+function geodir_send_inquiry($request) {
224 224
 	global $wpdb;
225 225
 
226 226
 	// strip slashes from text
227
-	$request = ! empty( $request ) ? stripslashes_deep( $request ) : $request;
227
+	$request = !empty($request) ? stripslashes_deep($request) : $request;
228 228
 
229 229
 	$yourname      = $request['inq_name'];
230 230
 	$youremail     = $request['inq_email'];
@@ -235,26 +235,26 @@  discard block
 block discarded – undo
235 235
 	$author_id  = '';
236 236
 	$post_title = '';
237 237
 
238
-	if ( $request['pid'] ) {
238
+	if ($request['pid']) {
239 239
 
240 240
 		$productinfosql = $wpdb->prepare(
241 241
 			"select ID,post_author,post_title from $wpdb->posts where ID =%d",
242
-			array( $request['pid'] )
242
+			array($request['pid'])
243 243
 		);
244
-		$productinfo    = $wpdb->get_row( $productinfosql );
244
+		$productinfo = $wpdb->get_row($productinfosql);
245 245
 
246 246
 		$author_id  = $productinfo->post_author;
247 247
 		$post_title = $productinfo->post_title;
248 248
 	}
249 249
 
250
-	$post_title = '<a href="' . get_permalink( $pid ) . '">' . $post_title . '</a>';
250
+	$post_title = '<a href="'.get_permalink($pid).'">'.$post_title.'</a>';
251 251
 
252
-	$user_info = get_userdata( $author_id );
253
-	$to_email  = geodir_get_post_meta( $pid, 'geodir_email', true );
254
-	$to_name   = geodir_get_client_name( $author_id );
252
+	$user_info = get_userdata($author_id);
253
+	$to_email  = geodir_get_post_meta($pid, 'geodir_email', true);
254
+	$to_name   = geodir_get_client_name($author_id);
255 255
 
256
-	if ( $to_email == '' ) {
257
-		$to_email = get_option( 'admin_email' );
256
+	if ($to_email == '') {
257
+		$to_email = get_option('admin_email');
258 258
 	}
259 259
 
260 260
 	/**
@@ -275,10 +275,10 @@  discard block
 block discarded – undo
275 275
 	 * }
276 276
 	 * @param string $type     The form type, default: `Enquiry`.
277 277
 	 */
278
-	do_action( 'geodir_after_send_enquiry', $request, 'Enquiry' );
278
+	do_action('geodir_after_send_enquiry', $request, 'Enquiry');
279 279
 
280 280
 	$client_message = $frnd_comments;
281
-	$client_message .= '<br>' . __( 'From :', 'geodirectory' ) . ' ' . $yourname . '<br>' . __( 'Phone :', 'geodirectory' ) . ' ' . $inq_phone . '<br>' . __( 'Email :', 'geodirectory' ) . ' ' . $youremail . '<br><br>' . __( 'Sent from', 'geodirectory' ) . ' - <b><a href="' . trailingslashit( home_url() ) . '">' . get_option( 'blogname' ) . '</a></b>.';
281
+	$client_message .= '<br>'.__('From :', 'geodirectory').' '.$yourname.'<br>'.__('Phone :', 'geodirectory').' '.$inq_phone.'<br>'.__('Email :', 'geodirectory').' '.$youremail.'<br><br>'.__('Sent from', 'geodirectory').' - <b><a href="'.trailingslashit(home_url()).'">'.get_option('blogname').'</a></b>.';
282 282
 	/**
283 283
 	 * Filter client message text.
284 284
 	 *
@@ -286,7 +286,7 @@  discard block
 block discarded – undo
286 286
 	 *
287 287
 	 * @param string $client_message Client message text.
288 288
 	 */
289
-	$client_message = apply_filters( 'geodir_inquiry_email_msg', $client_message );
289
+	$client_message = apply_filters('geodir_inquiry_email_msg', $client_message);
290 290
 
291 291
 	/**
292 292
 	 * Called before the send enquiry email is sent.
@@ -305,12 +305,12 @@  discard block
 block discarded – undo
305 305
 	 *
306 306
 	 * }
307 307
 	 */
308
-	do_action( 'geodir_before_send_enquiry_email', $request );
309
-	if ( $to_email ) {
308
+	do_action('geodir_before_send_enquiry_email', $request);
309
+	if ($to_email) {
310 310
 		// strip slashes message
311
-		$client_message = stripslashes_deep( $client_message );
311
+		$client_message = stripslashes_deep($client_message);
312 312
 
313
-		geodir_sendEmail( $youremail, $yourname, $to_email, $to_name, '', $client_message, $extra = '', 'send_enquiry', $request['pid'] );//To client email
313
+		geodir_sendEmail($youremail, $yourname, $to_email, $to_name, '', $client_message, $extra = '', 'send_enquiry', $request['pid']); //To client email
314 314
 	}
315 315
 
316 316
 	/**
@@ -330,12 +330,12 @@  discard block
 block discarded – undo
330 330
 	 *
331 331
 	 * }
332 332
 	 */
333
-	do_action( 'geodir_after_send_enquiry_email', $request );
334
-	$url = get_permalink( $pid );
335
-	if ( strstr( $url, '?' ) ) {
336
-		$url = $url . "&send_inquiry=success";
333
+	do_action('geodir_after_send_enquiry_email', $request);
334
+	$url = get_permalink($pid);
335
+	if (strstr($url, '?')) {
336
+		$url = $url."&send_inquiry=success";
337 337
 	} else {
338
-		$url = $url . "?send_inquiry=success";
338
+		$url = $url."?send_inquiry=success";
339 339
 	}
340 340
 	/**
341 341
 	 * Filter redirect url after the send enquiry email is sent.
@@ -344,8 +344,8 @@  discard block
 block discarded – undo
344 344
 	 *
345 345
 	 * @param string $url Redirect url.
346 346
 	 */
347
-	$url = apply_filters( 'geodir_send_enquiry_after_submit_redirect', $url );
348
-	wp_redirect( $url );
347
+	$url = apply_filters('geodir_send_enquiry_after_submit_redirect', $url);
348
+	wp_redirect($url);
349 349
 	gd_die();
350 350
 
351 351
 }
@@ -374,11 +374,11 @@  discard block
 block discarded – undo
374 374
  * }
375 375
  * @global object $wpdb        WordPress Database object.
376 376
  */
377
-function geodir_send_friend( $request ) {
377
+function geodir_send_friend($request) {
378 378
 	global $wpdb;
379 379
 
380 380
 	// strip slashes from text
381
-	$request = ! empty( $request ) ? stripslashes_deep( $request ) : $request;
381
+	$request = !empty($request) ? stripslashes_deep($request) : $request;
382 382
 
383 383
 	$yourname      = $request['yourname'];
384 384
 	$youremail     = $request['youremail'];
@@ -387,13 +387,13 @@  discard block
 block discarded – undo
387 387
 	$pid           = $request['pid'];
388 388
 	$to_email      = $request['to_email'];
389 389
 	$to_name       = $request['to_name'];
390
-	if ( $request['pid'] ) {
390
+	if ($request['pid']) {
391 391
 		$productinfosql = $wpdb->prepare(
392 392
 			"select ID,post_title from $wpdb->posts where ID =%d",
393
-			array( $request['pid'] )
393
+			array($request['pid'])
394 394
 		);
395
-		$productinfo    = $wpdb->get_results( $productinfosql );
396
-		foreach ( $productinfo as $productinfoObj ) {
395
+		$productinfo = $wpdb->get_results($productinfosql);
396
+		foreach ($productinfo as $productinfoObj) {
397 397
 			$post_title = $productinfoObj->post_title;
398 398
 		}
399 399
 	}
@@ -417,8 +417,8 @@  discard block
 block discarded – undo
417 417
 	 *
418 418
 	 * }
419 419
 	 */
420
-	do_action( 'geodir_before_send_to_friend_email', $request );
421
-	geodir_sendEmail( $youremail, $yourname, $to_email, $to_name, $frnd_subject, $frnd_comments, $extra = '', 'send_friend', $request['pid'] );//To client email
420
+	do_action('geodir_before_send_to_friend_email', $request);
421
+	geodir_sendEmail($youremail, $yourname, $to_email, $to_name, $frnd_subject, $frnd_comments, $extra = '', 'send_friend', $request['pid']); //To client email
422 422
 
423 423
 	/**
424 424
 	 * Called after the send to friend email is sent.
@@ -439,13 +439,13 @@  discard block
 block discarded – undo
439 439
 	 *
440 440
 	 * }
441 441
 	 */
442
-	do_action( 'geodir_after_send_to_friend_email', $request );
442
+	do_action('geodir_after_send_to_friend_email', $request);
443 443
 
444
-	$url = get_permalink( $pid );
445
-	if ( strstr( $url, '?' ) ) {
446
-		$url = $url . "&sendtofrnd=success";
444
+	$url = get_permalink($pid);
445
+	if (strstr($url, '?')) {
446
+		$url = $url."&sendtofrnd=success";
447 447
 	} else {
448
-		$url = $url . "?sendtofrnd=success";
448
+		$url = $url."?sendtofrnd=success";
449 449
 	}
450 450
 	/**
451 451
 	 * Filter redirect url after the send to friend email is sent.
@@ -454,8 +454,8 @@  discard block
 block discarded – undo
454 454
 	 *
455 455
 	 * @param string $url Redirect url.
456 456
 	 */
457
-	$url = apply_filters( 'geodir_send_to_friend_after_submit_redirect', $url );
458
-	wp_redirect( $url );
457
+	$url = apply_filters('geodir_send_to_friend_after_submit_redirect', $url);
458
+	wp_redirect($url);
459 459
 	gd_die();
460 460
 }
461 461
 
@@ -469,8 +469,8 @@  discard block
 block discarded – undo
469 469
  *
470 470
  * @param string $hash_key
471 471
  */
472
-function geodir_before_tab_content( $hash_key ) {
473
-	switch ( $hash_key ) {
472
+function geodir_before_tab_content($hash_key) {
473
+	switch ($hash_key) {
474 474
 		case 'post_info' :
475 475
 			echo '<div class="geodir-company_info field-group">';
476 476
 			break;
@@ -480,7 +480,7 @@  discard block
 block discarded – undo
480 480
 			 *
481 481
 			 * @since 1.0.0
482 482
 			 */
483
-			echo ' <div id="' . apply_filters( 'geodir_post_gallery_id', 'geodir-post-gallery' ) . '" class="clearfix" >';
483
+			echo ' <div id="'.apply_filters('geodir_post_gallery_id', 'geodir-post-gallery').'" class="clearfix" >';
484 484
 			break;
485 485
 		case 'reviews' :
486 486
 			echo '<div id="reviews-wrap" class="clearfix"> ';
@@ -504,8 +504,8 @@  discard block
 block discarded – undo
504 504
  *
505 505
  * @param string $hash_key
506 506
  */
507
-function geodir_after_tab_content( $hash_key ) {
508
-	switch ( $hash_key ) {
507
+function geodir_after_tab_content($hash_key) {
508
+	switch ($hash_key) {
509 509
 		case 'post_info' :
510 510
 			echo '</div>';
511 511
 			break;
@@ -536,25 +536,25 @@  discard block
 block discarded – undo
536 536
  * @global object $wpdb     WordPress Database object.
537 537
  * @return bool|null|string Returns default sort results, when the post type is valid. Otherwise returns false.
538 538
  */
539
-function geodir_get_posts_default_sort( $post_type ) {
539
+function geodir_get_posts_default_sort($post_type) {
540 540
 
541 541
 	global $wpdb;
542 542
 
543
-	if ( $post_type != '' ) {
543
+	if ($post_type != '') {
544 544
 
545 545
 		$all_postypes = geodir_get_posttypes();
546 546
 
547
-		if ( ! in_array( $post_type, $all_postypes ) ) {
547
+		if (!in_array($post_type, $all_postypes)) {
548 548
 			return false;
549 549
 		}
550 550
 
551
-		$sort_field_info = $wpdb->get_var( $wpdb->prepare( "select default_order from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where	post_type= %s and is_active=%d and is_default=%d", array(
551
+		$sort_field_info = $wpdb->get_var($wpdb->prepare("select default_order from ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." where	post_type= %s and is_active=%d and is_default=%d", array(
552 552
 			$post_type,
553 553
 			1,
554 554
 			1
555
-		) ) );
555
+		)));
556 556
 
557
-		if ( ! empty( $sort_field_info ) ) {
557
+		if (!empty($sort_field_info)) {
558 558
 			return $sort_field_info;
559 559
 		}
560 560
 
@@ -574,20 +574,20 @@  discard block
 block discarded – undo
574 574
  * @global object $wpdb     WordPress Database object.
575 575
  * @return bool|mixed|void Returns sort results, when the post type is valid. Otherwise returns false.
576 576
  */
577
-function geodir_get_sort_options( $post_type ) {
577
+function geodir_get_sort_options($post_type) {
578 578
 	global $wpdb;
579 579
 
580
-	if ( $post_type != '' ) {
580
+	if ($post_type != '') {
581 581
 		$all_postypes = geodir_get_posttypes();
582 582
 
583
-		if ( ! in_array( $post_type, $all_postypes ) ) {
583
+		if (!in_array($post_type, $all_postypes)) {
584 584
 			return false;
585 585
 		}
586 586
 
587
-		$sort_field_info = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE post_type=%s AND is_active=%d AND (sort_asc=1 || sort_desc=1 || field_type='random') AND field_type != 'address' ORDER BY sort_order ASC", array(
587
+		$sort_field_info = $wpdb->get_results($wpdb->prepare("SELECT * FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." WHERE post_type=%s AND is_active=%d AND (sort_asc=1 || sort_desc=1 || field_type='random') AND field_type != 'address' ORDER BY sort_order ASC", array(
588 588
 			$post_type,
589 589
 			1
590
-		) ) );
590
+		)));
591 591
 
592 592
 		/**
593 593
 		 * Filter post sort options.
@@ -597,7 +597,7 @@  discard block
 block discarded – undo
597 597
 		 * @param array $sort_field_info Unfiltered sort field array.
598 598
 		 * @param string $post_type      Post type.
599 599
 		 */
600
-		return apply_filters( 'geodir_get_sort_options', $sort_field_info, $post_type );
600
+		return apply_filters('geodir_get_sort_options', $sort_field_info, $post_type);
601 601
 	}
602 602
 
603 603
 }
@@ -618,63 +618,63 @@  discard block
 block discarded – undo
618 618
 	 *
619 619
 	 * @since 1.4.4
620 620
 	 */
621
-	if ( is_search() ) {
621
+	if (is_search()) {
622 622
 		return;
623 623
 	}
624 624
 
625 625
 	$sort_by = '';
626 626
 
627
-	if ( isset( $_REQUEST['sort_by'] ) ) {
627
+	if (isset($_REQUEST['sort_by'])) {
628 628
 		$sort_by = $_REQUEST['sort_by'];
629 629
 	}
630 630
 
631 631
 	$gd_post_type = geodir_get_current_posttype();
632 632
 
633
-	$sort_options = geodir_get_sort_options( $gd_post_type );
633
+	$sort_options = geodir_get_sort_options($gd_post_type);
634 634
 
635 635
 
636 636
 	$sort_field_options = '';
637 637
 
638
-	if ( ! empty( $sort_options ) ) {
639
-		foreach ( $sort_options as $sort ) {
640
-			$sort = stripslashes_deep( $sort ); // strip slashes
638
+	if (!empty($sort_options)) {
639
+		foreach ($sort_options as $sort) {
640
+			$sort = stripslashes_deep($sort); // strip slashes
641 641
 
642
-			$label = __( $sort->site_title, 'geodirectory' );
642
+			$label = __($sort->site_title, 'geodirectory');
643 643
 
644
-			if ( $sort->field_type == 'random' ) {
644
+			if ($sort->field_type == 'random') {
645 645
 				$key = $sort->field_type;
646
-				( $sort_by == $key || ( $sort->is_default == '1' && ! isset( $_REQUEST['sort_by'] ) ) ) ? $selected = 'selected="selected"' : $selected = '';
647
-				$sort_field_options .= '<option ' . $selected . ' value="' . esc_url( add_query_arg( 'sort_by', $key ) ) . '">' . __( $label, 'geodirectory' ) . '</option>';
646
+				($sort_by == $key || ($sort->is_default == '1' && !isset($_REQUEST['sort_by']))) ? $selected = 'selected="selected"' : $selected = '';
647
+				$sort_field_options .= '<option '.$selected.' value="'.esc_url(add_query_arg('sort_by', $key)).'">'.__($label, 'geodirectory').'</option>';
648 648
 			}
649 649
 
650
-			if ( $sort->htmlvar_name == 'comment_count' ) {
650
+			if ($sort->htmlvar_name == 'comment_count') {
651 651
 				$sort->htmlvar_name = 'rating_count';
652 652
 			}
653 653
 
654
-			if ( $sort->sort_asc ) {
655
-				$key   = $sort->htmlvar_name . '_asc';
654
+			if ($sort->sort_asc) {
655
+				$key   = $sort->htmlvar_name.'_asc';
656 656
 				$label = $sort->site_title;
657
-				if ( $sort->asc_title ) {
657
+				if ($sort->asc_title) {
658 658
 					$label = $sort->asc_title;
659 659
 				}
660
-				( $sort_by == $key || ( $sort->is_default == '1' && $sort->default_order == $key && ! isset( $_REQUEST['sort_by'] ) ) ) ? $selected = 'selected="selected"' : $selected = '';
661
-				$sort_field_options .= '<option ' . $selected . ' value="' . esc_url( add_query_arg( 'sort_by', $key ) ) . '">' . __( $label, 'geodirectory' ) . '</option>';
660
+				($sort_by == $key || ($sort->is_default == '1' && $sort->default_order == $key && !isset($_REQUEST['sort_by']))) ? $selected = 'selected="selected"' : $selected = '';
661
+				$sort_field_options .= '<option '.$selected.' value="'.esc_url(add_query_arg('sort_by', $key)).'">'.__($label, 'geodirectory').'</option>';
662 662
 			}
663 663
 
664
-			if ( $sort->sort_desc ) {
665
-				$key   = $sort->htmlvar_name . '_desc';
664
+			if ($sort->sort_desc) {
665
+				$key   = $sort->htmlvar_name.'_desc';
666 666
 				$label = $sort->site_title;
667
-				if ( $sort->desc_title ) {
667
+				if ($sort->desc_title) {
668 668
 					$label = $sort->desc_title;
669 669
 				}
670
-				( $sort_by == $key || ( $sort->is_default == '1' && $sort->default_order == $key && ! isset( $_REQUEST['sort_by'] ) ) ) ? $selected = 'selected="selected"' : $selected = '';
671
-				$sort_field_options .= '<option ' . $selected . ' value="' . esc_url( add_query_arg( 'sort_by', $key ) ) . '">' . __( $label, 'geodirectory' ) . '</option>';
670
+				($sort_by == $key || ($sort->is_default == '1' && $sort->default_order == $key && !isset($_REQUEST['sort_by']))) ? $selected = 'selected="selected"' : $selected = '';
671
+				$sort_field_options .= '<option '.$selected.' value="'.esc_url(add_query_arg('sort_by', $key)).'">'.__($label, 'geodirectory').'</option>';
672 672
 			}
673 673
 
674 674
 		}
675 675
 	}
676 676
 
677
-	if ( $sort_field_options != '' ) {
677
+	if ($sort_field_options != '') {
678 678
 
679 679
 		?>
680 680
 
@@ -683,9 +683,9 @@  discard block
 block discarded – undo
683 683
 			<select name="sort_by" id="sort_by" onchange="javascript:window.location=this.value;">
684 684
 
685 685
 				<option
686
-					value="<?php echo esc_url( add_query_arg( 'sort_by', '' ) ); ?>" <?php if ( $sort_by == '' ) {
686
+					value="<?php echo esc_url(add_query_arg('sort_by', '')); ?>" <?php if ($sort_by == '') {
687 687
 					echo 'selected="selected"';
688
-				} ?>><?php _e( 'Sort By', 'geodirectory' ); ?></option><?php
688
+				} ?>><?php _e('Sort By', 'geodirectory'); ?></option><?php
689 689
 
690 690
 				echo $sort_field_options; ?>
691 691
 
@@ -713,9 +713,9 @@  discard block
 block discarded – undo
713 713
  *
714 714
  * @return string Returns the section title.
715 715
  */
716
-function geodir_advance_customfields_heading( $title, $field_type ) {
716
+function geodir_advance_customfields_heading($title, $field_type) {
717 717
 
718
-	if ( in_array( $field_type, array( 'multiselect', 'textarea', 'taxonomy' ) ) ) {
718
+	if (in_array($field_type, array('multiselect', 'textarea', 'taxonomy'))) {
719 719
 		$title = '';
720 720
 	}
721 721
 
@@ -737,19 +737,19 @@  discard block
 block discarded – undo
737 737
  * @global object $gd_session       GeoDirectory Session object.
738 738
  * @return string Returns related posts html.
739 739
  */
740
-function geodir_related_posts_display( $request ) {
741
-	if ( ! empty( $request ) ) {
742
-		$before_title = ( isset( $request['before_title'] ) && ! empty( $request['before_title'] ) ) ? $request['before_title'] : '';
743
-		$after_title  = ( isset( $request['after_title'] ) && ! empty( $request['after_title'] ) ) ? $request['after_title'] : '';
744
-
745
-		$title               = ( isset( $request['title'] ) && ! empty( $request['title'] ) ) ? $request['title'] : __( 'Related Listings', 'geodirectory' );
746
-		$post_number         = ( isset( $request['post_number'] ) && ! empty( $request['post_number'] ) ) ? $request['post_number'] : '5';
747
-		$relate_to           = ( isset( $request['relate_to'] ) && ! empty( $request['relate_to'] ) ) ? $request['relate_to'] : 'category';
748
-		$layout              = ( isset( $request['layout'] ) && ! empty( $request['layout'] ) ) ? $request['layout'] : 'gridview_onehalf';
749
-		$add_location_filter = ( isset( $request['add_location_filter'] ) && ! empty( $request['add_location_filter'] ) ) ? $request['add_location_filter'] : '0';
750
-		$listing_width       = ( isset( $request['listing_width'] ) && ! empty( $request['listing_width'] ) ) ? $request['listing_width'] : '';
751
-		$list_sort           = ( isset( $request['list_sort'] ) && ! empty( $request['list_sort'] ) ) ? $request['list_sort'] : 'latest';
752
-		$character_count     = ( isset( $request['character_count'] ) && ! empty( $request['character_count'] ) ) ? $request['character_count'] : '';
740
+function geodir_related_posts_display($request) {
741
+	if (!empty($request)) {
742
+		$before_title = (isset($request['before_title']) && !empty($request['before_title'])) ? $request['before_title'] : '';
743
+		$after_title  = (isset($request['after_title']) && !empty($request['after_title'])) ? $request['after_title'] : '';
744
+
745
+		$title               = (isset($request['title']) && !empty($request['title'])) ? $request['title'] : __('Related Listings', 'geodirectory');
746
+		$post_number         = (isset($request['post_number']) && !empty($request['post_number'])) ? $request['post_number'] : '5';
747
+		$relate_to           = (isset($request['relate_to']) && !empty($request['relate_to'])) ? $request['relate_to'] : 'category';
748
+		$layout              = (isset($request['layout']) && !empty($request['layout'])) ? $request['layout'] : 'gridview_onehalf';
749
+		$add_location_filter = (isset($request['add_location_filter']) && !empty($request['add_location_filter'])) ? $request['add_location_filter'] : '0';
750
+		$listing_width       = (isset($request['listing_width']) && !empty($request['listing_width'])) ? $request['listing_width'] : '';
751
+		$list_sort           = (isset($request['list_sort']) && !empty($request['list_sort'])) ? $request['list_sort'] : 'latest';
752
+		$character_count     = (isset($request['character_count']) && !empty($request['character_count'])) ? $request['character_count'] : '';
753 753
 
754 754
 		global $wpdb, $post, $gd_session, $related_nearest, $related_parent_lat, $related_parent_lon;
755 755
 		$related_parent_lat   = !empty($post->post_latitude) ? $post->post_latitude : '';
@@ -757,10 +757,10 @@  discard block
 block discarded – undo
757 757
 		$arr_detail_page_tabs = geodir_detail_page_tabs_list();
758 758
 
759 759
 		$related_listing_array = array();
760
-		if ( get_option( 'geodir_add_related_listing_posttypes' ) ) {
761
-			$related_listing_array = get_option( 'geodir_add_related_listing_posttypes' );
760
+		if (get_option('geodir_add_related_listing_posttypes')) {
761
+			$related_listing_array = get_option('geodir_add_related_listing_posttypes');
762 762
 		}
763
-		if ( isset($post->post_type) && in_array( $post->post_type, $related_listing_array ) ) {
763
+		if (isset($post->post_type) && in_array($post->post_type, $related_listing_array)) {
764 764
 			$arr_detail_page_tabs['related_listing']['is_display'] = true;
765 765
 		}
766 766
 
@@ -772,90 +772,90 @@  discard block
 block discarded – undo
772 772
 		$tax_field         = 'id';
773 773
 		$category          = array();
774 774
 
775
-		if ( isset( $_REQUEST['backandedit'] ) ) {
776
-			$post      = (object) $gd_session->get( 'listing' );
775
+		if (isset($_REQUEST['backandedit'])) {
776
+			$post      = (object) $gd_session->get('listing');
777 777
 			$post_type = $post->listing_type;
778
-			if ( isset( $_REQUEST['pid'] ) && $_REQUEST['pid'] != '' ) {
778
+			if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
779 779
 				$post_id = $_REQUEST['pid'];
780 780
 			}
781
-		} elseif ( isset( $_REQUEST['pid'] ) && $_REQUEST['pid'] != '' ) {
782
-			$post      = geodir_get_post_info( $_REQUEST['pid'] );
781
+		} elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
782
+			$post      = geodir_get_post_info($_REQUEST['pid']);
783 783
 			$post_type = $post->post_type;
784 784
 			$post_id   = $_REQUEST['pid'];
785
-		} elseif ( isset( $post->post_type ) && $post->post_type != '' ) {
785
+		} elseif (isset($post->post_type) && $post->post_type != '') {
786 786
 			$post_type = $post->post_type;
787 787
 			$post_id   = $post->ID;
788 788
 		}
789 789
 
790
-		if ( $relate_to == 'category' ) {
790
+		if ($relate_to == 'category') {
791 791
 
792
-			$category_taxonomy = $post_type . $relate_to;
793
-			if ( isset( $post->{$category_taxonomy} ) && $post->{$category_taxonomy} != '' ) {
794
-				$category = explode( ',', trim( $post->{$category_taxonomy}, ',' ) );
792
+			$category_taxonomy = $post_type.$relate_to;
793
+			if (isset($post->{$category_taxonomy} ) && $post->{$category_taxonomy} != '') {
794
+				$category = explode(',', trim($post->{$category_taxonomy}, ','));
795 795
 			}
796 796
 
797
-		} elseif ( $relate_to == 'tags' ) {
797
+		} elseif ($relate_to == 'tags') {
798 798
 
799
-			$category_taxonomy = $post_type . '_' . $relate_to;
800
-			if ( $post->post_tags != '' ) {
801
-				$category = explode( ',', trim( $post->post_tags, ',' ) );
799
+			$category_taxonomy = $post_type.'_'.$relate_to;
800
+			if ($post->post_tags != '') {
801
+				$category = explode(',', trim($post->post_tags, ','));
802 802
 			}
803 803
 			$tax_field = 'name';
804 804
 		}
805 805
 
806 806
 		/* --- return false in invalid request --- */
807
-		if ( empty( $category ) ) {
807
+		if (empty($category)) {
808 808
 			return false;
809 809
 		}
810 810
 
811 811
 		$all_postypes = geodir_get_posttypes();
812 812
 
813
-		if ( ! in_array( $post_type, $all_postypes ) ) {
813
+		if (!in_array($post_type, $all_postypes)) {
814 814
 			return false;
815 815
 		}
816 816
 
817 817
 		/* --- return false in invalid request --- */
818 818
 
819 819
 		$location_url = '';
820
-		if ( $add_location_filter != '0' ) {
820
+		if ($add_location_filter != '0') {
821 821
 			$location_url             = array();
822
-			$geodir_show_location_url = get_option( 'geodir_show_location_url' );
822
+			$geodir_show_location_url = get_option('geodir_show_location_url');
823 823
 
824
-			$gd_city = get_query_var( 'gd_city' );
824
+			$gd_city = get_query_var('gd_city');
825 825
 
826
-			if ( $gd_city ) {
827
-				$gd_country = get_query_var( 'gd_country' );
828
-				$gd_region  = get_query_var( 'gd_region' );
826
+			if ($gd_city) {
827
+				$gd_country = get_query_var('gd_country');
828
+				$gd_region  = get_query_var('gd_region');
829 829
 			} else {
830 830
 				$location = geodir_get_default_location();
831 831
 
832
-				$gd_country = isset( $location->country_slug ) ? $location->country_slug : '';
833
-				$gd_region  = isset( $location->region_slug ) ? $location->region_slug : '';
834
-				$gd_city    = isset( $location->city_slug ) ? $location->city_slug : '';
832
+				$gd_country = isset($location->country_slug) ? $location->country_slug : '';
833
+				$gd_region  = isset($location->region_slug) ? $location->region_slug : '';
834
+				$gd_city    = isset($location->city_slug) ? $location->city_slug : '';
835 835
 			}
836 836
 
837
-			if ( $geodir_show_location_url == 'all' ) {
837
+			if ($geodir_show_location_url == 'all') {
838 838
 				$location_url[] = $gd_country;
839 839
 				$location_url[] = $gd_region;
840
-			} else if ( $geodir_show_location_url == 'country_city' ) {
840
+			} else if ($geodir_show_location_url == 'country_city') {
841 841
 				$location_url[] = $gd_country;
842
-			} else if ( $geodir_show_location_url == 'region_city' ) {
842
+			} else if ($geodir_show_location_url == 'region_city') {
843 843
 				$location_url[] = $gd_region;
844 844
 			}
845 845
 
846 846
 			$location_url[] = $gd_city;
847 847
 
848
-			$location_url = implode( '/', $location_url );
848
+			$location_url = implode('/', $location_url);
849 849
 		}
850 850
 
851 851
 
852
-		if ( ! empty( $category ) ) {
852
+		if (!empty($category)) {
853 853
 			global $geodir_add_location_url;
854 854
 			$geodir_add_location_url = '0';
855
-			if ( $add_location_filter != '0' ) {
855
+			if ($add_location_filter != '0') {
856 856
 				$geodir_add_location_url = '1';
857 857
 			}
858
-			$viewall_url             = get_term_link( (int) $category[0], $post_type . $category_taxonomy );
858
+			$viewall_url             = get_term_link((int) $category[0], $post_type.$category_taxonomy);
859 859
 			$geodir_add_location_url = null;
860 860
 		}
861 861
 		ob_start();
@@ -865,24 +865,24 @@  discard block
 block discarded – undo
865 865
 		<div class="geodir_locations geodir_location_listing">
866 866
 
867 867
 			<?php
868
-			if ( isset( $request['is_widget'] ) && $request['is_widget'] == '1' ) {
868
+			if (isset($request['is_widget']) && $request['is_widget'] == '1') {
869 869
 				/** geodir_before_title filter Documented in geodirectory_widgets.php */
870
-				$before_title = isset( $before_title ) ? $before_title : apply_filters( 'geodir_before_title', '<h3 class="widget-title">' );
870
+				$before_title = isset($before_title) ? $before_title : apply_filters('geodir_before_title', '<h3 class="widget-title">');
871 871
 				/** geodir_after_title filter Documented in geodirectory_widgets.php */
872
-				$after_title = isset( $after_title ) ? $after_title : apply_filters( 'geodir_after_title', '</h3>' );
872
+				$after_title = isset($after_title) ? $after_title : apply_filters('geodir_after_title', '</h3>');
873 873
 				?>
874 874
 				<div class="location_list_heading clearfix">
875
-					<?php echo $before_title . $title . $after_title; ?>
875
+					<?php echo $before_title.$title.$after_title; ?>
876 876
 				</div>
877 877
 				<?php
878 878
 			}
879 879
 			$query_args = array(
880 880
 				'posts_per_page'   => $post_number,
881 881
 				'is_geodir_loop'   => true,
882
-				'gd_location'      => ( $add_location_filter ) ? true : false,
882
+				'gd_location'      => ($add_location_filter) ? true : false,
883 883
 				'post_type'        => $post_type,
884 884
 				'order_by'         => $list_sort,
885
-				'post__not_in'     => array( $post_id ),
885
+				'post__not_in'     => array($post_id),
886 886
 				'excerpt_length'   => $character_count,
887 887
 				'related_listings' => $is_display
888 888
 			);
@@ -893,7 +893,7 @@  discard block
 block discarded – undo
893 893
 				'terms'    => $category
894 894
 			);
895 895
 
896
-			$query_args['tax_query'] = array( $tax_query );
896
+			$query_args['tax_query'] = array($tax_query);
897 897
 
898 898
 			global $gridview_columns, $post;
899 899
 
@@ -905,21 +905,21 @@  discard block
 block discarded – undo
905 905
 			 * @param array $query_args The query array.
906 906
 			 * @param array $request Related posts request array.
907 907
 			 */
908
-			$query_args = apply_filters( 'geodir_related_posts_widget_query_args', $query_args, $request );
908
+			$query_args = apply_filters('geodir_related_posts_widget_query_args', $query_args, $request);
909 909
 
910
-			query_posts( $query_args );
910
+			query_posts($query_args);
911 911
 
912
-			if ( strstr( $layout, 'gridview' ) ) {
913
-				$listing_view_exp = explode( '_', $layout );
912
+			if (strstr($layout, 'gridview')) {
913
+				$listing_view_exp = explode('_', $layout);
914 914
 				$gridview_columns = $layout;
915 915
 				$layout           = $listing_view_exp[0];
916
-			} else if ( $layout == 'list' ) {
916
+			} else if ($layout == 'list') {
917 917
 				$gridview_columns = '';
918 918
 			}
919 919
 			$related_posts = true;
920 920
 
921 921
 			$related_nearest = false;
922
-			if ( $list_sort == 'nearest' ) {
922
+			if ($list_sort == 'nearest') {
923 923
 				$related_nearest = true;
924 924
 			}
925 925
 
@@ -929,14 +929,14 @@  discard block
 block discarded – undo
929 929
 			 *
930 930
 			 * @since 1.0.0
931 931
 			 */
932
-			$template = apply_filters( "geodir_template_part-related-listing-listview", geodir_locate_template( 'listing-listview' ) );
932
+			$template = apply_filters("geodir_template_part-related-listing-listview", geodir_locate_template('listing-listview'));
933 933
 
934 934
 			/**
935 935
 			 * Includes related listing listview template.
936 936
 			 *
937 937
 			 * @since 1.0.0
938 938
 			 */
939
-			include( $template );
939
+			include($template);
940 940
 
941 941
 			wp_reset_query();
942 942
 			$post            = $origi_post;
@@ -964,12 +964,12 @@  discard block
 block discarded – undo
964 964
 function geodir_category_count_script() {
965 965
 	global $geodir_post_category_str;
966 966
 
967
-	if ( ! empty( $geodir_post_category_str ) ) {
968
-		$geodir_post_category_str = serialize( $geodir_post_category_str );
967
+	if (!empty($geodir_post_category_str)) {
968
+		$geodir_post_category_str = serialize($geodir_post_category_str);
969 969
 	}
970 970
 
971
-	$all_var['post_category_array'] = html_entity_decode( (string) $geodir_post_category_str, ENT_QUOTES, 'UTF-8' );
972
-	$script                         = "var post_category_array = " . json_encode( $all_var ) . ';';
971
+	$all_var['post_category_array'] = html_entity_decode((string) $geodir_post_category_str, ENT_QUOTES, 'UTF-8');
972
+	$script                         = "var post_category_array = ".json_encode($all_var).';';
973 973
 	echo '<script>';
974 974
 	echo $script;
975 975
 	echo '</script>';
@@ -984,8 +984,8 @@  discard block
 block discarded – undo
984 984
  * @return string Returns the default language.
985 985
  */
986 986
 function geodir_get_map_default_language() {
987
-	$geodir_default_map_language = get_option( 'geodir_default_map_language' );
988
-	if ( empty( $geodir_default_map_language ) ) {
987
+	$geodir_default_map_language = get_option('geodir_default_map_language');
988
+	if (empty($geodir_default_map_language)) {
989 989
 		$geodir_default_map_language = 'en';
990 990
 	}
991 991
 
@@ -996,7 +996,7 @@  discard block
 block discarded – undo
996 996
 	 *
997 997
 	 * @param string $geodir_default_map_language Default map language.
998 998
 	 */
999
-	return apply_filters( 'geodir_default_map_language', $geodir_default_map_language );
999
+	return apply_filters('geodir_default_map_language', $geodir_default_map_language);
1000 1000
 }
1001 1001
 
1002 1002
 /**
@@ -1007,7 +1007,7 @@  discard block
 block discarded – undo
1007 1007
  * @return string Returns the api key.
1008 1008
  */
1009 1009
 function geodir_get_map_api_key() {
1010
-	$key = get_option( 'geodir_google_api_key' );
1010
+	$key = get_option('geodir_google_api_key');
1011 1011
 
1012 1012
 	/**
1013 1013
 	 * Filter Google maps api key.
@@ -1016,7 +1016,7 @@  discard block
 block discarded – undo
1016 1016
 	 *
1017 1017
 	 * @param string $key Google maps api key.
1018 1018
 	 */
1019
-	return apply_filters( 'geodir_google_api_key', $key );
1019
+	return apply_filters('geodir_google_api_key', $key);
1020 1020
 }
1021 1021
 
1022 1022
 
@@ -1036,20 +1036,20 @@  discard block
 block discarded – undo
1036 1036
 	global $wp, $post, $wp_query, $wpdb, $geodir_addon_list;
1037 1037
 
1038 1038
 	$is_geodir_page = geodir_is_geodir_page();
1039
-	if ( ! $is_geodir_page ) {
1039
+	if (!$is_geodir_page) {
1040 1040
 		return;
1041 1041
 	}// if non GD page, bail
1042 1042
 
1043 1043
 	$use_gd_meta = true;
1044
-	if ( ( class_exists( 'WPSEO_Frontend' ) || class_exists( 'All_in_One_SEO_Pack' ) ) && !geodir_disable_yoast_seo_metas() ) {
1044
+	if ((class_exists('WPSEO_Frontend') || class_exists('All_in_One_SEO_Pack')) && !geodir_disable_yoast_seo_metas()) {
1045 1045
 		$use_gd_meta = false;
1046 1046
 
1047
-		if ( geodir_is_page( 'search' ) ) {
1047
+		if (geodir_is_page('search')) {
1048 1048
 			$use_gd_meta = true;
1049 1049
 		}
1050 1050
 	}
1051 1051
 
1052
-	if ( ! $use_gd_meta ) {
1052
+	if (!$use_gd_meta) {
1053 1053
 		return;
1054 1054
 	}// bail if Yoast Wordpress SEO or All_in_One_SEO_Pack active.
1055 1055
 
@@ -1057,170 +1057,170 @@  discard block
 block discarded – undo
1057 1057
 
1058 1058
 	$all_postypes = geodir_get_posttypes();
1059 1059
 
1060
-	$geodir_taxonomies = geodir_get_taxonomies( '', true );
1060
+	$geodir_taxonomies = geodir_get_taxonomies('', true);
1061 1061
 
1062 1062
 	$meta_desc = '';
1063 1063
 	$meta_key  = '';
1064
-	if ( isset( $current_term->ID ) && $current_term->ID == geodir_location_page_id() ) {
1064
+	if (isset($current_term->ID) && $current_term->ID == geodir_location_page_id()) {
1065 1065
 		/**
1066 1066
 		 * Filter SEO meta location description.
1067 1067
 		 *
1068 1068
 		 * @since 1.0.0
1069 1069
 		 */
1070
-		$meta_desc = apply_filters( 'geodir_seo_meta_location_description', '' );
1070
+		$meta_desc = apply_filters('geodir_seo_meta_location_description', '');
1071 1071
 		$meta_desc .= '';
1072 1072
 	}
1073
-	if ( have_posts() && is_single() OR is_page() ) {
1074
-		while ( have_posts() ) {
1073
+	if (have_posts() && is_single() OR is_page()) {
1074
+		while (have_posts()) {
1075 1075
 			the_post();
1076 1076
 
1077
-			if ( has_excerpt() ) {
1078
-				$out_excerpt = strip_tags( strip_shortcodes( get_the_excerpt() ) );
1079
-				if ( empty( $out_excerpt ) ) {
1080
-					$out_excerpt = strip_tags( do_shortcode( get_the_excerpt() ) );
1077
+			if (has_excerpt()) {
1078
+				$out_excerpt = strip_tags(strip_shortcodes(get_the_excerpt()));
1079
+				if (empty($out_excerpt)) {
1080
+					$out_excerpt = strip_tags(do_shortcode(get_the_excerpt()));
1081 1081
 				}
1082
-				$out_excerpt = str_replace( array( "\r\n", "\r", "\n" ), "", $out_excerpt );
1082
+				$out_excerpt = str_replace(array("\r\n", "\r", "\n"), "", $out_excerpt);
1083 1083
 			} else {
1084
-				$out_excerpt = str_replace( array( "\r\n", "\r", "\n" ), "", $post->post_content );
1085
-				$out_excerpt = strip_tags( strip_shortcodes( $out_excerpt ) );
1086
-				if ( empty( $out_excerpt ) ) {
1087
-					$out_excerpt = strip_tags( do_shortcode( $out_excerpt ) ); // parse short code from content
1084
+				$out_excerpt = str_replace(array("\r\n", "\r", "\n"), "", $post->post_content);
1085
+				$out_excerpt = strip_tags(strip_shortcodes($out_excerpt));
1086
+				if (empty($out_excerpt)) {
1087
+					$out_excerpt = strip_tags(do_shortcode($out_excerpt)); // parse short code from content
1088 1088
 				}
1089
-				$out_excerpt = trim( wp_trim_words( $out_excerpt, 35, '' ), '.!?,;:-' );
1089
+				$out_excerpt = trim(wp_trim_words($out_excerpt, 35, ''), '.!?,;:-');
1090 1090
 			}
1091 1091
 
1092 1092
 			$meta_desc .= $out_excerpt;
1093 1093
 		}
1094
-	} elseif ( ( is_category() || is_tag() ) && isset( $current_term->taxonomy ) && in_array( $current_term->taxonomy, $geodir_taxonomies ) ) {
1095
-		if ( is_category() ) {
1096
-			$meta_desc .= __( "Posts related to Category:", 'geodirectory' ) . " " . geodir_utf8_ucfirst( single_cat_title( "", false ) );
1097
-		} elseif ( is_tag() ) {
1098
-			$meta_desc .= __( "Posts related to Tag:", 'geodirectory' ) . " " . geodir_utf8_ucfirst( single_tag_title( "", false ) );
1094
+	} elseif ((is_category() || is_tag()) && isset($current_term->taxonomy) && in_array($current_term->taxonomy, $geodir_taxonomies)) {
1095
+		if (is_category()) {
1096
+			$meta_desc .= __("Posts related to Category:", 'geodirectory')." ".geodir_utf8_ucfirst(single_cat_title("", false));
1097
+		} elseif (is_tag()) {
1098
+			$meta_desc .= __("Posts related to Tag:", 'geodirectory')." ".geodir_utf8_ucfirst(single_tag_title("", false));
1099 1099
 		}
1100
-	} elseif ( isset( $current_term->taxonomy ) && in_array( $current_term->taxonomy, $geodir_taxonomies ) ) {
1101
-		$meta_desc .= isset( $current_term->description ) ? $current_term->description : '';
1100
+	} elseif (isset($current_term->taxonomy) && in_array($current_term->taxonomy, $geodir_taxonomies)) {
1101
+		$meta_desc .= isset($current_term->description) ? $current_term->description : '';
1102 1102
 	}
1103 1103
 
1104 1104
 
1105 1105
 	$geodir_post_type       = geodir_get_current_posttype();
1106
-	$geodir_post_type_info  = get_post_type_object( $geodir_post_type );
1107
-	$geodir_is_page_listing = geodir_is_page( 'listing' ) ? true : false;
1108
-
1109
-	$category_taxonomy = geodir_get_taxonomies( $geodir_post_type );
1110
-	$tag_taxonomy      = geodir_get_taxonomies( $geodir_post_type, true );
1111
-
1112
-	$geodir_is_category = isset( $category_taxonomy[0] ) && get_query_var( $category_taxonomy[0] ) ? get_query_var( $category_taxonomy[0] ) : false;
1113
-	$geodir_is_tag      = isset( $tag_taxonomy[0] ) && get_query_var( $tag_taxonomy[0] ) ? true : false;
1114
-
1115
-	$geodir_is_search        = geodir_is_page( 'search' ) ? true : false;
1116
-	$geodir_is_location      = geodir_is_page( 'location' ) ? true : false;
1117
-	$geodir_location_manager = isset( $geodir_addon_list['geodir_location_manager'] ) && $geodir_addon_list['geodir_location_manager'] = 'yes' ? true : false;
1118
-	$godir_location_terms    = geodir_get_current_location_terms( 'query_vars' );
1119
-	$gd_city                 = $geodir_location_manager && isset( $godir_location_terms['gd_city'] ) ? $godir_location_terms['gd_city'] : null;
1120
-	$gd_region               = $geodir_location_manager && isset( $godir_location_terms['gd_region'] ) ? $godir_location_terms['gd_region'] : null;
1121
-	$gd_country              = $geodir_location_manager && isset( $godir_location_terms['gd_country'] ) ? $godir_location_terms['gd_country'] : null;
1122
-	$replace_location        = __( 'Everywhere', 'geodirectory' );
1106
+	$geodir_post_type_info  = get_post_type_object($geodir_post_type);
1107
+	$geodir_is_page_listing = geodir_is_page('listing') ? true : false;
1108
+
1109
+	$category_taxonomy = geodir_get_taxonomies($geodir_post_type);
1110
+	$tag_taxonomy      = geodir_get_taxonomies($geodir_post_type, true);
1111
+
1112
+	$geodir_is_category = isset($category_taxonomy[0]) && get_query_var($category_taxonomy[0]) ? get_query_var($category_taxonomy[0]) : false;
1113
+	$geodir_is_tag      = isset($tag_taxonomy[0]) && get_query_var($tag_taxonomy[0]) ? true : false;
1114
+
1115
+	$geodir_is_search        = geodir_is_page('search') ? true : false;
1116
+	$geodir_is_location      = geodir_is_page('location') ? true : false;
1117
+	$geodir_location_manager = isset($geodir_addon_list['geodir_location_manager']) && $geodir_addon_list['geodir_location_manager'] = 'yes' ? true : false;
1118
+	$godir_location_terms    = geodir_get_current_location_terms('query_vars');
1119
+	$gd_city                 = $geodir_location_manager && isset($godir_location_terms['gd_city']) ? $godir_location_terms['gd_city'] : null;
1120
+	$gd_region               = $geodir_location_manager && isset($godir_location_terms['gd_region']) ? $godir_location_terms['gd_region'] : null;
1121
+	$gd_country              = $geodir_location_manager && isset($godir_location_terms['gd_country']) ? $godir_location_terms['gd_country'] : null;
1122
+	$replace_location        = __('Everywhere', 'geodirectory');
1123 1123
 	$location_id             = null;
1124
-	if ( $geodir_location_manager ) {
1125
-		$sql           = $wpdb->prepare( "SELECT location_id FROM " . POST_LOCATION_TABLE . " WHERE city_slug=%s ORDER BY location_id ASC LIMIT 1", array( $gd_city ) );
1126
-		$location_id   = (int) $wpdb->get_var( $sql );
1124
+	if ($geodir_location_manager) {
1125
+		$sql           = $wpdb->prepare("SELECT location_id FROM ".POST_LOCATION_TABLE." WHERE city_slug=%s ORDER BY location_id ASC LIMIT 1", array($gd_city));
1126
+		$location_id   = (int) $wpdb->get_var($sql);
1127 1127
 		$location_type = geodir_what_is_current_location();
1128
-		if ( $location_type == 'city' ) {
1129
-			$replace_location = geodir_get_current_location( array( 'what' => 'city', 'echo' => false ) );
1130
-		} elseif ( $location_type == 'region' ) {
1131
-			$replace_location = geodir_get_current_location( array( 'what' => 'region', 'echo' => false ) );
1132
-		} elseif ( $location_type == 'country' ) {
1133
-			$replace_location = geodir_get_current_location( array( 'what' => 'country', 'echo' => false ) );
1134
-			$replace_location = __( $replace_location, 'geodirectory' );
1128
+		if ($location_type == 'city') {
1129
+			$replace_location = geodir_get_current_location(array('what' => 'city', 'echo' => false));
1130
+		} elseif ($location_type == 'region') {
1131
+			$replace_location = geodir_get_current_location(array('what' => 'region', 'echo' => false));
1132
+		} elseif ($location_type == 'country') {
1133
+			$replace_location = geodir_get_current_location(array('what' => 'country', 'echo' => false));
1134
+			$replace_location = __($replace_location, 'geodirectory');
1135 1135
 		}
1136
-		$country          = get_query_var( 'gd_country' );
1137
-		$region           = get_query_var( 'gd_region' );
1138
-		$city             = get_query_var( 'gd_city' );
1136
+		$country          = get_query_var('gd_country');
1137
+		$region           = get_query_var('gd_region');
1138
+		$city             = get_query_var('gd_city');
1139 1139
 		$current_location = '';
1140
-		if ( $country != '' ) {
1141
-			$current_location = get_actual_location_name( 'country', $country, true );
1140
+		if ($country != '') {
1141
+			$current_location = get_actual_location_name('country', $country, true);
1142 1142
 		}
1143
-		if ( $region != '' ) {
1144
-			$current_location = get_actual_location_name( 'region', $region );
1143
+		if ($region != '') {
1144
+			$current_location = get_actual_location_name('region', $region);
1145 1145
 		}
1146
-		if ( $city != '' ) {
1147
-			$current_location = get_actual_location_name( 'city', $city );
1146
+		if ($city != '') {
1147
+			$current_location = get_actual_location_name('city', $city);
1148 1148
 		}
1149 1149
 		$replace_location = $current_location != '' ? $current_location : $replace_location;
1150 1150
 	}
1151 1151
 
1152 1152
 	$geodir_meta_keys = '';
1153 1153
 	$geodir_meta_desc = '';
1154
-	if ( $is_geodir_page && ! empty( $geodir_post_type_info ) ) {
1155
-		if ( $geodir_is_page_listing || $geodir_is_search || geodir_is_page( 'add-listing' ) ) {
1156
-			$geodir_meta_keys = isset( $geodir_post_type_info->seo['meta_keyword'] ) && $geodir_post_type_info->seo['meta_keyword'] != '' ? $geodir_post_type_info->seo['meta_keyword'] : $geodir_meta_keys;
1154
+	if ($is_geodir_page && !empty($geodir_post_type_info)) {
1155
+		if ($geodir_is_page_listing || $geodir_is_search || geodir_is_page('add-listing')) {
1156
+			$geodir_meta_keys = isset($geodir_post_type_info->seo['meta_keyword']) && $geodir_post_type_info->seo['meta_keyword'] != '' ? $geodir_post_type_info->seo['meta_keyword'] : $geodir_meta_keys;
1157 1157
 
1158
-			$geodir_meta_desc = isset( $geodir_post_type_info->description ) ? $geodir_post_type_info->description : $geodir_meta_desc;
1159
-			$geodir_meta_desc = isset( $geodir_post_type_info->seo['meta_description'] ) && $geodir_post_type_info->seo['meta_description'] != '' ? $geodir_post_type_info->seo['meta_description'] : $geodir_meta_desc;
1158
+			$geodir_meta_desc = isset($geodir_post_type_info->description) ? $geodir_post_type_info->description : $geodir_meta_desc;
1159
+			$geodir_meta_desc = isset($geodir_post_type_info->seo['meta_description']) && $geodir_post_type_info->seo['meta_description'] != '' ? $geodir_post_type_info->seo['meta_description'] : $geodir_meta_desc;
1160 1160
 
1161
-			if ( $geodir_is_category ) {
1162
-				$category = $geodir_is_category ? get_term_by( 'slug', $geodir_is_category, $category_taxonomy[0] ) : null;
1163
-				if ( isset( $category->term_id ) && ! empty( $category->term_id ) ) {
1161
+			if ($geodir_is_category) {
1162
+				$category = $geodir_is_category ? get_term_by('slug', $geodir_is_category, $category_taxonomy[0]) : null;
1163
+				if (isset($category->term_id) && !empty($category->term_id)) {
1164 1164
 					$category_id   = $category->term_id;
1165
-					$category_desc = trim( $category->description ) != '' ? trim( $category->description ) : get_tax_meta( $category_id, 'ct_cat_top_desc', false, $geodir_post_type );
1166
-					if ( $location_id ) {
1167
-						$option_name    = 'geodir_cat_loc_' . $geodir_post_type . '_' . $category_id;
1168
-						$cat_loc_option = get_option( $option_name );
1169
-
1170
-						$gd_cat_loc_default = ! empty( $cat_loc_option ) && isset( $cat_loc_option['gd_cat_loc_default'] ) && $cat_loc_option['gd_cat_loc_default'] > 0 ? true : false;
1171
-						if ( ! $gd_cat_loc_default ) {
1172
-							$option_name   = 'geodir_cat_loc_' . $geodir_post_type . '_' . $category_id . '_' . $location_id;
1173
-							$option        = get_option( $option_name );
1174
-							$category_desc = isset( $option['gd_cat_loc_desc'] ) && trim( $option['gd_cat_loc_desc'] ) != '' ? trim( $option['gd_cat_loc_desc'] ) : $category_desc;
1165
+					$category_desc = trim($category->description) != '' ? trim($category->description) : get_tax_meta($category_id, 'ct_cat_top_desc', false, $geodir_post_type);
1166
+					if ($location_id) {
1167
+						$option_name    = 'geodir_cat_loc_'.$geodir_post_type.'_'.$category_id;
1168
+						$cat_loc_option = get_option($option_name);
1169
+
1170
+						$gd_cat_loc_default = !empty($cat_loc_option) && isset($cat_loc_option['gd_cat_loc_default']) && $cat_loc_option['gd_cat_loc_default'] > 0 ? true : false;
1171
+						if (!$gd_cat_loc_default) {
1172
+							$option_name   = 'geodir_cat_loc_'.$geodir_post_type.'_'.$category_id.'_'.$location_id;
1173
+							$option        = get_option($option_name);
1174
+							$category_desc = isset($option['gd_cat_loc_desc']) && trim($option['gd_cat_loc_desc']) != '' ? trim($option['gd_cat_loc_desc']) : $category_desc;
1175 1175
 						}
1176 1176
 					}
1177
-					$geodir_meta_desc = __( "Posts related to Category:", 'geodirectory' ) . " " . geodir_utf8_ucfirst( single_cat_title( "", false ) ) . '. ' . $category_desc;
1177
+					$geodir_meta_desc = __("Posts related to Category:", 'geodirectory')." ".geodir_utf8_ucfirst(single_cat_title("", false)).'. '.$category_desc;
1178 1178
 				}
1179
-			} else if ( $geodir_is_tag ) {
1180
-				$geodir_meta_desc = __( "Posts related to Tag:", 'geodirectory' ) . " " . geodir_utf8_ucfirst( single_tag_title( "", false ) ) . '. ' . $geodir_meta_desc;
1179
+			} else if ($geodir_is_tag) {
1180
+				$geodir_meta_desc = __("Posts related to Tag:", 'geodirectory')." ".geodir_utf8_ucfirst(single_tag_title("", false)).'. '.$geodir_meta_desc;
1181 1181
 			}
1182 1182
 		}
1183 1183
 	}
1184 1184
 
1185 1185
 
1186 1186
 	$gd_page = '';
1187
-	if ( geodir_is_page( 'home' ) ) {
1187
+	if (geodir_is_page('home')) {
1188 1188
 		$gd_page   = 'home';
1189
-		$meta_desc = ( get_option( 'geodir_meta_desc_homepage' ) ) ? get_option( 'geodir_meta_desc_homepage' ) : $meta_desc;
1190
-	} elseif ( geodir_is_page( 'detail' ) ) {
1189
+		$meta_desc = (get_option('geodir_meta_desc_homepage')) ? get_option('geodir_meta_desc_homepage') : $meta_desc;
1190
+	} elseif (geodir_is_page('detail')) {
1191 1191
 		$gd_page   = 'detail';
1192
-		$meta_desc = ( get_option( 'geodir_meta_desc_detail' ) ) ? get_option( 'geodir_meta_desc_detail' ) : $meta_desc;
1193
-	} elseif ( geodir_is_page( 'pt' ) ) {
1192
+		$meta_desc = (get_option('geodir_meta_desc_detail')) ? get_option('geodir_meta_desc_detail') : $meta_desc;
1193
+	} elseif (geodir_is_page('pt')) {
1194 1194
 		$gd_page   = 'pt';
1195
-		$meta_desc = ( get_option( 'geodir_meta_desc_pt' ) ) ? get_option( 'geodir_meta_desc_pt' ) : $meta_desc;
1196
-	} elseif ( geodir_is_page( 'listing' ) ) {
1195
+		$meta_desc = (get_option('geodir_meta_desc_pt')) ? get_option('geodir_meta_desc_pt') : $meta_desc;
1196
+	} elseif (geodir_is_page('listing')) {
1197 1197
 		$gd_page   = 'listing';
1198
-		$meta_desc = ( get_option( 'geodir_meta_desc_listing' ) ) ? get_option( 'geodir_meta_desc_listing' ) : $meta_desc;
1199
-	} elseif ( geodir_is_page( 'location' ) ) {
1198
+		$meta_desc = (get_option('geodir_meta_desc_listing')) ? get_option('geodir_meta_desc_listing') : $meta_desc;
1199
+	} elseif (geodir_is_page('location')) {
1200 1200
 		$gd_page   = 'location';
1201
-		$meta_desc = ( get_option( 'geodir_meta_desc_location' ) ) ? get_option( 'geodir_meta_desc_location' ) : $meta_desc;
1202
-		$meta_desc = apply_filters( 'geodir_seo_meta_location_description', $meta_desc );
1201
+		$meta_desc = (get_option('geodir_meta_desc_location')) ? get_option('geodir_meta_desc_location') : $meta_desc;
1202
+		$meta_desc = apply_filters('geodir_seo_meta_location_description', $meta_desc);
1203 1203
 
1204
-	} elseif ( geodir_is_page( 'search' ) ) {
1204
+	} elseif (geodir_is_page('search')) {
1205 1205
 		$gd_page   = 'search';
1206
-		$meta_desc = ( get_option( 'geodir_meta_desc_search' ) ) ? get_option( 'geodir_meta_desc_search' ) : $meta_desc;
1207
-	} elseif ( geodir_is_page( 'add-listing' ) ) {
1206
+		$meta_desc = (get_option('geodir_meta_desc_search')) ? get_option('geodir_meta_desc_search') : $meta_desc;
1207
+	} elseif (geodir_is_page('add-listing')) {
1208 1208
 		$gd_page   = 'add-listing';
1209
-		$meta_desc = ( get_option( 'geodir_meta_desc_add-listing' ) ) ? get_option( 'geodir_meta_desc_add-listing' ) : $meta_desc;
1210
-	} elseif ( geodir_is_page( 'author' ) ) {
1209
+		$meta_desc = (get_option('geodir_meta_desc_add-listing')) ? get_option('geodir_meta_desc_add-listing') : $meta_desc;
1210
+	} elseif (geodir_is_page('author')) {
1211 1211
 		$gd_page   = 'author';
1212
-		$meta_desc = ( get_option( 'geodir_meta_desc_author' ) ) ? get_option( 'geodir_meta_desc_author' ) : $meta_desc;
1213
-	} elseif ( geodir_is_page( 'login' ) ) {
1212
+		$meta_desc = (get_option('geodir_meta_desc_author')) ? get_option('geodir_meta_desc_author') : $meta_desc;
1213
+	} elseif (geodir_is_page('login')) {
1214 1214
 		$gd_page   = 'login';
1215
-		$meta_desc = ( get_option( 'geodir_meta_desc_login' ) ) ? get_option( 'geodir_meta_desc_login' ) : $meta_desc;
1216
-	} elseif ( geodir_is_page( 'listing-success' ) ) {
1215
+		$meta_desc = (get_option('geodir_meta_desc_login')) ? get_option('geodir_meta_desc_login') : $meta_desc;
1216
+	} elseif (geodir_is_page('listing-success')) {
1217 1217
 		$gd_page   = 'listing-success';
1218
-		$meta_desc = ( get_option( 'geodir_meta_desc_listing-success' ) ) ? get_option( 'geodir_meta_desc_listing-success' ) : $meta_desc;
1218
+		$meta_desc = (get_option('geodir_meta_desc_listing-success')) ? get_option('geodir_meta_desc_listing-success') : $meta_desc;
1219 1219
 	}
1220 1220
 
1221 1221
 
1222
-	if ( $meta_desc ) {
1223
-		$meta_desc = stripslashes_deep( $meta_desc );
1222
+	if ($meta_desc) {
1223
+		$meta_desc = stripslashes_deep($meta_desc);
1224 1224
 		/**
1225 1225
 		 * Filter page description to replace variables.
1226 1226
 		 *
@@ -1229,7 +1229,7 @@  discard block
 block discarded – undo
1229 1229
 		 * @param string $title   The page description including variables.
1230 1230
 		 * @param string $gd_page The GeoDirectory page type if any.
1231 1231
 		 */
1232
-		$meta_desc = apply_filters( 'geodir_seo_meta_description_pre', __( $meta_desc, 'geodirectory' ), $gd_page, '' );
1232
+		$meta_desc = apply_filters('geodir_seo_meta_description_pre', __($meta_desc, 'geodirectory'), $gd_page, '');
1233 1233
 
1234 1234
 		/**
1235 1235
 		 * Filter SEO meta description.
@@ -1238,49 +1238,49 @@  discard block
 block discarded – undo
1238 1238
 		 *
1239 1239
 		 * @param string $meta_desc Meta description content.
1240 1240
 		 */
1241
-		echo apply_filters( 'geodir_seo_meta_description', '<meta name="description" content="' . $meta_desc . '" />', $meta_desc );
1241
+		echo apply_filters('geodir_seo_meta_description', '<meta name="description" content="'.$meta_desc.'" />', $meta_desc);
1242 1242
 	}
1243 1243
 
1244 1244
 	// meta keywords
1245
-	if ( isset( $post->post_type ) && in_array( $post->post_type, $all_postypes ) ) {
1246
-		$place_tags = wp_get_post_terms( $post->ID, $post->post_type . '_tags', array( "fields" => "names" ) );
1247
-		$place_cats = wp_get_post_terms( $post->ID, $post->post_type . 'category', array( "fields" => "names" ) );
1245
+	if (isset($post->post_type) && in_array($post->post_type, $all_postypes)) {
1246
+		$place_tags = wp_get_post_terms($post->ID, $post->post_type.'_tags', array("fields" => "names"));
1247
+		$place_cats = wp_get_post_terms($post->ID, $post->post_type.'category', array("fields" => "names"));
1248 1248
 
1249
-		$meta_key .= implode( ", ", array_merge( (array) $place_cats, (array) $place_tags ) );
1249
+		$meta_key .= implode(", ", array_merge((array) $place_cats, (array) $place_tags));
1250 1250
 	} else {
1251 1251
 		$posttags = get_the_tags();
1252
-		if ( $posttags ) {
1253
-			foreach ( $posttags as $tag ) {
1254
-				$meta_key .= $tag->name . ' ';
1252
+		if ($posttags) {
1253
+			foreach ($posttags as $tag) {
1254
+				$meta_key .= $tag->name.' ';
1255 1255
 			}
1256 1256
 		} else {
1257
-			$tags = get_tags( array( 'orderby' => 'count', 'order' => 'DESC' ) );
1257
+			$tags = get_tags(array('orderby' => 'count', 'order' => 'DESC'));
1258 1258
 			$xt   = 1;
1259 1259
 
1260
-			foreach ( $tags as $tag ) {
1261
-				if ( $xt <= 20 ) {
1262
-					$meta_key .= $tag->name . ", ";
1260
+			foreach ($tags as $tag) {
1261
+				if ($xt <= 20) {
1262
+					$meta_key .= $tag->name.", ";
1263 1263
 				}
1264 1264
 
1265
-				$xt ++;
1265
+				$xt++;
1266 1266
 			}
1267 1267
 		}
1268 1268
 	}
1269 1269
 
1270
-	$meta_key         = $meta_key != '' ? rtrim( trim( $meta_key ), "," ) : $meta_key;
1271
-	$geodir_meta_keys = $geodir_meta_keys != '' ? ( $meta_key != '' ? $meta_key . ', ' . $geodir_meta_keys : $geodir_meta_keys ) : $meta_key;
1272
-	if ( $geodir_meta_keys != '' ) {
1273
-		$geodir_meta_keys = strip_tags( $geodir_meta_keys );
1274
-		$geodir_meta_keys = esc_html( $geodir_meta_keys );
1275
-		$geodir_meta_keys = geodir_strtolower( $geodir_meta_keys );
1276
-		$geodir_meta_keys = wp_html_excerpt( $geodir_meta_keys, 1000, '' );
1277
-		$geodir_meta_keys = str_replace( '%location%', $replace_location, $geodir_meta_keys );
1270
+	$meta_key         = $meta_key != '' ? rtrim(trim($meta_key), ",") : $meta_key;
1271
+	$geodir_meta_keys = $geodir_meta_keys != '' ? ($meta_key != '' ? $meta_key.', '.$geodir_meta_keys : $geodir_meta_keys) : $meta_key;
1272
+	if ($geodir_meta_keys != '') {
1273
+		$geodir_meta_keys = strip_tags($geodir_meta_keys);
1274
+		$geodir_meta_keys = esc_html($geodir_meta_keys);
1275
+		$geodir_meta_keys = geodir_strtolower($geodir_meta_keys);
1276
+		$geodir_meta_keys = wp_html_excerpt($geodir_meta_keys, 1000, '');
1277
+		$geodir_meta_keys = str_replace('%location%', $replace_location, $geodir_meta_keys);
1278 1278
 
1279
-		$meta_key = rtrim( trim( $geodir_meta_keys ), "," );
1279
+		$meta_key = rtrim(trim($geodir_meta_keys), ",");
1280 1280
 	}
1281 1281
 
1282
-	if ( $meta_key ) {
1283
-		$meta_key = stripslashes_deep( $meta_key );
1282
+	if ($meta_key) {
1283
+		$meta_key = stripslashes_deep($meta_key);
1284 1284
 		/**
1285 1285
 		 * Filter SEO meta keywords.
1286 1286
 		 *
@@ -1288,7 +1288,7 @@  discard block
 block discarded – undo
1288 1288
 		 *
1289 1289
 		 * @param string $meta_desc Meta keywords.
1290 1290
 		 */
1291
-		echo apply_filters( 'geodir_seo_meta_keywords', '<meta name="keywords" content="' . $meta_key . '" />', $meta_key );
1291
+		echo apply_filters('geodir_seo_meta_keywords', '<meta name="keywords" content="'.$meta_key.'" />', $meta_key);
1292 1292
 	}
1293 1293
 
1294 1294
 }
@@ -1308,8 +1308,8 @@  discard block
 block discarded – undo
1308 1308
 
1309 1309
 	$geodir_detail_page_tabs_array = geodir_detail_page_tabs_array();
1310 1310
 
1311
-	foreach ( $geodir_detail_page_tabs_array as $key => $tabs_obj ) {
1312
-		$geodir_detail_page_tabs_key_value_array[ $key ] = $tabs_obj['heading_text'];
1311
+	foreach ($geodir_detail_page_tabs_array as $key => $tabs_obj) {
1312
+		$geodir_detail_page_tabs_key_value_array[$key] = $tabs_obj['heading_text'];
1313 1313
 	}
1314 1314
 
1315 1315
 	return $geodir_detail_page_tabs_key_value_array;
@@ -1331,57 +1331,57 @@  discard block
 block discarded – undo
1331 1331
 	 * @since 1.0.0
1332 1332
 	 */
1333 1333
 	$arr_tabs['post_profile'] = array(
1334
-		'heading_text'  => __( 'Profile', 'geodirectory' ),
1334
+		'heading_text'  => __('Profile', 'geodirectory'),
1335 1335
 		'is_active_tab' => true,
1336
-		'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_profile' ),
1336
+		'is_display'    => apply_filters('geodir_detail_page_tab_is_display', true, 'post_profile'),
1337 1337
 		'tab_content'   => ''
1338 1338
 	);
1339
-	$arr_tabs['post_info']    = array(
1340
-		'heading_text'  => __( 'More Info', 'geodirectory' ),
1339
+	$arr_tabs['post_info'] = array(
1340
+		'heading_text'  => __('More Info', 'geodirectory'),
1341 1341
 		'is_active_tab' => false,
1342
-		'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_info' ),
1342
+		'is_display'    => apply_filters('geodir_detail_page_tab_is_display', true, 'post_info'),
1343 1343
 		'tab_content'   => ''
1344 1344
 	);
1345 1345
 
1346 1346
 	$arr_tabs['post_images'] = array(
1347
-		'heading_text'  => __( 'Photos', 'geodirectory' ),
1347
+		'heading_text'  => __('Photos', 'geodirectory'),
1348 1348
 		'is_active_tab' => false,
1349
-		'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_images' ),
1349
+		'is_display'    => apply_filters('geodir_detail_page_tab_is_display', true, 'post_images'),
1350 1350
 		'tab_content'   => ''
1351 1351
 	);
1352 1352
 
1353 1353
 	$arr_tabs['post_video'] = array(
1354
-		'heading_text'  => __( 'Video', 'geodirectory' ),
1354
+		'heading_text'  => __('Video', 'geodirectory'),
1355 1355
 		'is_active_tab' => false,
1356
-		'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_video' ),
1356
+		'is_display'    => apply_filters('geodir_detail_page_tab_is_display', true, 'post_video'),
1357 1357
 		'tab_content'   => ''
1358 1358
 	);
1359 1359
 
1360 1360
 	$arr_tabs['special_offers'] = array(
1361
-		'heading_text'  => __( 'Special Offers', 'geodirectory' ),
1361
+		'heading_text'  => __('Special Offers', 'geodirectory'),
1362 1362
 		'is_active_tab' => false,
1363
-		'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'special_offers' ),
1363
+		'is_display'    => apply_filters('geodir_detail_page_tab_is_display', true, 'special_offers'),
1364 1364
 		'tab_content'   => ''
1365 1365
 	);
1366 1366
 
1367 1367
 	$arr_tabs['post_map'] = array(
1368
-		'heading_text'  => __( 'Map', 'geodirectory' ),
1368
+		'heading_text'  => __('Map', 'geodirectory'),
1369 1369
 		'is_active_tab' => false,
1370
-		'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_map' ),
1370
+		'is_display'    => apply_filters('geodir_detail_page_tab_is_display', true, 'post_map'),
1371 1371
 		'tab_content'   => ''
1372 1372
 	);
1373 1373
 
1374 1374
 	$arr_tabs['reviews'] = array(
1375
-		'heading_text'  => __( 'Reviews', 'geodirectory' ),
1375
+		'heading_text'  => __('Reviews', 'geodirectory'),
1376 1376
 		'is_active_tab' => false,
1377
-		'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'reviews' ),
1377
+		'is_display'    => apply_filters('geodir_detail_page_tab_is_display', true, 'reviews'),
1378 1378
 		'tab_content'   => 'review display'
1379 1379
 	);
1380 1380
 
1381 1381
 	$arr_tabs['related_listing'] = array(
1382
-		'heading_text'  => __( 'Related Listing', 'geodirectory' ),
1382
+		'heading_text'  => __('Related Listing', 'geodirectory'),
1383 1383
 		'is_active_tab' => false,
1384
-		'is_display'    => apply_filters( 'geodir_detail_page_tab_is_display', true, 'related_listing' ),
1384
+		'is_display'    => apply_filters('geodir_detail_page_tab_is_display', true, 'related_listing'),
1385 1385
 		'tab_content'   => ''
1386 1386
 	);
1387 1387
 
@@ -1390,7 +1390,7 @@  discard block
 block discarded – undo
1390 1390
 	 *
1391 1391
 	 * @since 1.0.0
1392 1392
 	 */
1393
-	return apply_filters( 'geodir_detail_page_tab_list_extend', $arr_tabs );
1393
+	return apply_filters('geodir_detail_page_tab_list_extend', $arr_tabs);
1394 1394
 
1395 1395
 
1396 1396
 }
@@ -1404,13 +1404,13 @@  discard block
 block discarded – undo
1404 1404
  * @return mixed|array Tabs array.
1405 1405
  */
1406 1406
 function geodir_detail_page_tabs_list() {
1407
-	$tabs_excluded = get_option( 'geodir_detail_page_tabs_excluded' );
1407
+	$tabs_excluded = get_option('geodir_detail_page_tabs_excluded');
1408 1408
 	$tabs_array    = geodir_detail_page_tabs_array();
1409 1409
 
1410
-	if ( ! empty( $tabs_excluded ) ) {
1411
-		foreach ( $tabs_excluded as $tab ) {
1412
-			if ( array_key_exists( $tab, $tabs_array ) ) {
1413
-				unset( $tabs_array[ $tab ] );
1410
+	if (!empty($tabs_excluded)) {
1411
+		foreach ($tabs_excluded as $tab) {
1412
+			if (array_key_exists($tab, $tabs_array)) {
1413
+				unset($tabs_array[$tab]);
1414 1414
 			}
1415 1415
 		}
1416 1416
 	}
@@ -1434,58 +1434,58 @@  discard block
 block discarded – undo
1434 1434
 function geodir_show_detail_page_tabs() {
1435 1435
 	global $post, $post_images, $video, $special_offers, $related_listing, $geodir_post_detail_fields, $preview;
1436 1436
 
1437
-	$post_id            = ! empty( $post ) && isset( $post->ID ) ? (int) $post->ID : 0;
1438
-	$request_post_id    = ! empty( $_REQUEST['p'] ) ? (int) $_REQUEST['p'] : 0;
1439
-	$is_backend_preview = ( is_single() && ! empty( $_REQUEST['post_type'] ) && ! empty( $_REQUEST['preview'] ) && ! empty( $_REQUEST['p'] ) ) && is_super_admin() ? true : false; // skip if preview from backend
1437
+	$post_id            = !empty($post) && isset($post->ID) ? (int) $post->ID : 0;
1438
+	$request_post_id    = !empty($_REQUEST['p']) ? (int) $_REQUEST['p'] : 0;
1439
+	$is_backend_preview = (is_single() && !empty($_REQUEST['post_type']) && !empty($_REQUEST['preview']) && !empty($_REQUEST['p'])) && is_super_admin() ? true : false; // skip if preview from backend
1440 1440
 
1441
-	if ( $is_backend_preview && ! $post_id > 0 && $request_post_id > 0 ) {
1442
-		$post = geodir_get_post_info( $request_post_id );
1443
-		setup_postdata( $post );
1441
+	if ($is_backend_preview && !$post_id > 0 && $request_post_id > 0) {
1442
+		$post = geodir_get_post_info($request_post_id);
1443
+		setup_postdata($post);
1444 1444
 	}
1445 1445
 
1446
-	$geodir_post_detail_fields = geodir_show_listing_info( 'moreinfo' );
1446
+	$geodir_post_detail_fields = geodir_show_listing_info('moreinfo');
1447 1447
 
1448 1448
 
1449
-	if ( geodir_is_page( 'detail' ) ) {
1450
-		$video                 = geodir_get_video( $post->ID );
1451
-		$special_offers        = geodir_get_special_offers( $post->ID );
1449
+	if (geodir_is_page('detail')) {
1450
+		$video                 = geodir_get_video($post->ID);
1451
+		$special_offers        = geodir_get_special_offers($post->ID);
1452 1452
 		$related_listing_array = array();
1453
-		if ( get_option( 'geodir_add_related_listing_posttypes' ) ) {
1454
-			$related_listing_array = get_option( 'geodir_add_related_listing_posttypes' );
1453
+		if (get_option('geodir_add_related_listing_posttypes')) {
1454
+			$related_listing_array = get_option('geodir_add_related_listing_posttypes');
1455 1455
 		}
1456 1456
 
1457 1457
 
1458
-		$excluded_tabs = get_option( 'geodir_detail_page_tabs_excluded' );
1459
-		if ( ! $excluded_tabs ) {
1458
+		$excluded_tabs = get_option('geodir_detail_page_tabs_excluded');
1459
+		if (!$excluded_tabs) {
1460 1460
 			$excluded_tabs = array();
1461 1461
 		}
1462 1462
 
1463 1463
 		$related_listing = '';
1464
-		if ( in_array( $post->post_type, $related_listing_array ) && ! in_array( 'related_listing', $excluded_tabs ) ) {
1464
+		if (in_array($post->post_type, $related_listing_array) && !in_array('related_listing', $excluded_tabs)) {
1465 1465
 			$request = array(
1466
-				'post_number'         => get_option( 'geodir_related_post_count' ),
1467
-				'relate_to'           => get_option( 'geodir_related_post_relate_to' ),
1468
-				'layout'              => get_option( 'geodir_related_post_listing_view' ),
1469
-				'add_location_filter' => get_option( 'geodir_related_post_location_filter' ),
1470
-				'list_sort'           => get_option( 'geodir_related_post_sortby' ),
1471
-				'character_count'     => get_option( 'geodir_related_post_excerpt' )
1466
+				'post_number'         => get_option('geodir_related_post_count'),
1467
+				'relate_to'           => get_option('geodir_related_post_relate_to'),
1468
+				'layout'              => get_option('geodir_related_post_listing_view'),
1469
+				'add_location_filter' => get_option('geodir_related_post_location_filter'),
1470
+				'list_sort'           => get_option('geodir_related_post_sortby'),
1471
+				'character_count'     => get_option('geodir_related_post_excerpt')
1472 1472
 			);
1473 1473
 
1474
-			if ( $post->post_type == 'gd_event' && defined( 'GDEVENTS_VERSION' ) ) {
1475
-				$related_listing = geodir_get_detail_page_related_events( $request );
1474
+			if ($post->post_type == 'gd_event' && defined('GDEVENTS_VERSION')) {
1475
+				$related_listing = geodir_get_detail_page_related_events($request);
1476 1476
 			} else {
1477
-				$related_listing = geodir_related_posts_display( $request );
1477
+				$related_listing = geodir_related_posts_display($request);
1478 1478
 			}
1479 1479
 
1480 1480
 		}
1481 1481
 
1482
-		$post_images = geodir_get_images( $post->ID, 'thumbnail' );
1482
+		$post_images = geodir_get_images($post->ID, 'thumbnail');
1483 1483
 		$thumb_image = '';
1484
-		if ( ! empty( $post_images ) ) {
1485
-			foreach ( $post_images as $image ) {
1486
-				$caption = ( ! empty( $image->caption ) ) ? $image->caption : '';
1487
-				$thumb_image .= '<a href="' . $image->src . '" title="' . $caption . '">';
1488
-				$thumb_image .= geodir_show_image( $image, 'thumbnail', true, false );
1484
+		if (!empty($post_images)) {
1485
+			foreach ($post_images as $image) {
1486
+				$caption = (!empty($image->caption)) ? $image->caption : '';
1487
+				$thumb_image .= '<a href="'.$image->src.'" title="'.$caption.'">';
1488
+				$thumb_image .= geodir_show_image($image, 'thumbnail', true, false);
1489 1489
 				$thumb_image .= '</a>';
1490 1490
 			}
1491 1491
 		}
@@ -1494,11 +1494,11 @@  discard block
 block discarded – undo
1494 1494
 		$map_args['map_canvas_name'] = 'detail_page_map_canvas';
1495 1495
 		$map_args['width']           = '600';
1496 1496
 		$map_args['height']          = '300';
1497
-		if ( $post->post_mapzoom ) {
1498
-			$map_args['zoom'] = '' . $post->post_mapzoom . '';
1497
+		if ($post->post_mapzoom) {
1498
+			$map_args['zoom'] = ''.$post->post_mapzoom.'';
1499 1499
 		}
1500 1500
 		$map_args['autozoom']                 = false;
1501
-		$map_args['scrollwheel']              = ( get_option( 'geodir_add_listing_mouse_scroll' ) ) ? 0 : 1;
1501
+		$map_args['scrollwheel']              = (get_option('geodir_add_listing_mouse_scroll')) ? 0 : 1;
1502 1502
 		$map_args['child_collapse']           = '0';
1503 1503
 		$map_args['enable_cat_filters']       = false;
1504 1504
 		$map_args['enable_text_search']       = false;
@@ -1507,43 +1507,43 @@  discard block
 block discarded – undo
1507 1507
 		$map_args['enable_jason_on_load']     = true;
1508 1508
 		$map_args['enable_map_direction']     = true;
1509 1509
 		$map_args['map_class_name']           = 'geodir-map-detail-page';
1510
-		$map_args['maptype']                  = ( ! empty( $post->post_mapview ) ) ? $post->post_mapview : 'ROADMAP';
1511
-	} else if ( geodir_is_page( 'preview' ) ) {
1512
-		$video          = isset( $post->geodir_video ) ? $post->geodir_video : '';
1513
-		$special_offers = isset( $post->geodir_special_offers ) ? $post->geodir_special_offers : '';
1510
+		$map_args['maptype']                  = (!empty($post->post_mapview)) ? $post->post_mapview : 'ROADMAP';
1511
+	} else if (geodir_is_page('preview')) {
1512
+		$video          = isset($post->geodir_video) ? $post->geodir_video : '';
1513
+		$special_offers = isset($post->geodir_special_offers) ? $post->geodir_special_offers : '';
1514 1514
 
1515
-		if ( isset( $post->post_images ) ) {
1516
-			$post->post_images = trim( $post->post_images, "," );
1515
+		if (isset($post->post_images)) {
1516
+			$post->post_images = trim($post->post_images, ",");
1517 1517
 		}
1518 1518
 
1519
-		if ( isset( $post->post_images ) && ! empty( $post->post_images ) ) {
1520
-			$post_images = explode( ",", $post->post_images );
1519
+		if (isset($post->post_images) && !empty($post->post_images)) {
1520
+			$post_images = explode(",", $post->post_images);
1521 1521
 		}
1522 1522
 
1523 1523
 		$thumb_image = '';
1524
-		if ( ! empty( $post_images ) ) {
1525
-			foreach ( $post_images as $image ) {
1526
-				if ( $image != '' ) {
1527
-					$thumb_image .= '<a href="' . $image . '">';
1528
-					$thumb_image .= geodir_show_image( array( 'src' => $image ), 'thumbnail', true, false );
1524
+		if (!empty($post_images)) {
1525
+			foreach ($post_images as $image) {
1526
+				if ($image != '') {
1527
+					$thumb_image .= '<a href="'.$image.'">';
1528
+					$thumb_image .= geodir_show_image(array('src' => $image), 'thumbnail', true, false);
1529 1529
 					$thumb_image .= '</a>';
1530 1530
 				}
1531 1531
 			}
1532 1532
 		}
1533 1533
 
1534 1534
 		global $map_jason;
1535
-		$marker_json      = $post->marker_json != '' ? json_decode( $post->marker_json, true ) : array();
1536
-		$marker_icon      = ( ! empty( $marker_json ) && ! empty( $marker_json['i'] ) ) ? $marker_json['i'] : '';
1537
-		$icon_size        = geodir_get_marker_size( $marker_icon );
1535
+		$marker_json      = $post->marker_json != '' ? json_decode($post->marker_json, true) : array();
1536
+		$marker_icon      = (!empty($marker_json) && !empty($marker_json['i'])) ? $marker_json['i'] : '';
1537
+		$icon_size        = geodir_get_marker_size($marker_icon);
1538 1538
 		$marker_json['w'] = $icon_size['w'];
1539 1539
 		$marker_json['h'] = $icon_size['h'];
1540
-		$map_jason[]      = json_encode( $marker_json );
1540
+		$map_jason[]      = json_encode($marker_json);
1541 1541
 
1542
-		$address_latitude  = isset( $post->post_latitude ) ? $post->post_latitude : '';
1543
-		$address_longitude = isset( $post->post_longitude ) ? $post->post_longitude : '';
1544
-		$mapview           = isset( $post->post_mapview ) ? $post->post_mapview : '';
1545
-		$mapzoom           = isset( $post->post_mapzoom ) ? $post->post_mapzoom : '';
1546
-		if ( ! $mapzoom ) {
1542
+		$address_latitude  = isset($post->post_latitude) ? $post->post_latitude : '';
1543
+		$address_longitude = isset($post->post_longitude) ? $post->post_longitude : '';
1544
+		$mapview           = isset($post->post_mapview) ? $post->post_mapview : '';
1545
+		$mapzoom           = isset($post->post_mapzoom) ? $post->post_mapzoom : '';
1546
+		if (!$mapzoom) {
1547 1547
 			$mapzoom = 12;
1548 1548
 		}
1549 1549
 
@@ -1566,37 +1566,37 @@  discard block
 block discarded – undo
1566 1566
 		$map_args['map_class_name']           = 'geodir-map-preview-page';
1567 1567
 	}
1568 1568
 
1569
-	$arr_detail_page_tabs = geodir_detail_page_tabs_list();// get this sooner so we can get the active tab for the user
1569
+	$arr_detail_page_tabs = geodir_detail_page_tabs_list(); // get this sooner so we can get the active tab for the user
1570 1570
 
1571 1571
 	$active_tab       = '';
1572 1572
 	$active_tab_name  = '';
1573 1573
 	$default_tab      = '';
1574 1574
 	$default_tab_name = '';
1575
-	foreach ( $arr_detail_page_tabs as $tab_index => $tabs ) {
1576
-		if ( isset( $tabs['is_active_tab'] ) && $tabs['is_active_tab'] && ! empty( $tabs['is_display'] ) && isset( $tabs['heading_text'] ) && $tabs['heading_text'] ) {
1575
+	foreach ($arr_detail_page_tabs as $tab_index => $tabs) {
1576
+		if (isset($tabs['is_active_tab']) && $tabs['is_active_tab'] && !empty($tabs['is_display']) && isset($tabs['heading_text']) && $tabs['heading_text']) {
1577 1577
 			$active_tab      = $tab_index;
1578
-			$active_tab_name = __( $tabs['heading_text'], 'geodirectory' );
1578
+			$active_tab_name = __($tabs['heading_text'], 'geodirectory');
1579 1579
 		}
1580 1580
 
1581
-		if ( $default_tab === '' && ! empty( $tabs['is_display'] ) && ! empty( $tabs['heading_text'] ) ) {
1581
+		if ($default_tab === '' && !empty($tabs['is_display']) && !empty($tabs['heading_text'])) {
1582 1582
 			$default_tab      = $tab_index;
1583
-			$default_tab_name = __( $tabs['heading_text'], 'geodirectory' );
1583
+			$default_tab_name = __($tabs['heading_text'], 'geodirectory');
1584 1584
 		}
1585 1585
 	}
1586 1586
 
1587
-	if ( $active_tab === '' && $default_tab !== '' ) { // Make first tab acs a active tab if not any tab is active.
1588
-		if ( isset( $arr_detail_page_tabs[ $active_tab ] ) && isset( $arr_detail_page_tabs[ $active_tab ]['is_active_tab'] ) ) {
1589
-			$arr_detail_page_tabs[ $active_tab ]['is_active_tab'] = false;
1587
+	if ($active_tab === '' && $default_tab !== '') { // Make first tab acs a active tab if not any tab is active.
1588
+		if (isset($arr_detail_page_tabs[$active_tab]) && isset($arr_detail_page_tabs[$active_tab]['is_active_tab'])) {
1589
+			$arr_detail_page_tabs[$active_tab]['is_active_tab'] = false;
1590 1590
 		}
1591 1591
 
1592
-		$arr_detail_page_tabs[ $default_tab ]['is_active_tab'] = true;
1592
+		$arr_detail_page_tabs[$default_tab]['is_active_tab'] = true;
1593 1593
 		$active_tab                                            = $default_tab;
1594 1594
 		$active_tab_name                                       = $default_tab_name;
1595 1595
 	}
1596
-	$tab_list = ( get_option( 'geodir_disable_tabs', false ) ) ? true : false;
1596
+	$tab_list = (get_option('geodir_disable_tabs', false)) ? true : false;
1597 1597
 	?>
1598 1598
 	<div class="geodir-tabs" id="gd-tabs" style="position:relative;">
1599
-		<?php if ( ! $tab_list ){ ?>
1599
+		<?php if (!$tab_list) { ?>
1600 1600
 		<div id="geodir-tab-mobile-menu">
1601 1601
 			<i class="fa fa-bars"></i>
1602 1602
 			<span class="geodir-mobile-active-tab"><?php echo $active_tab_name; ?></span>
@@ -1611,26 +1611,26 @@  discard block
 block discarded – undo
1611 1611
 			 * @since 1.0.0
1612 1612
 			 * @see   'geodir_after_tab_list'
1613 1613
 			 */
1614
-			do_action( 'geodir_before_tab_list' ); ?>
1614
+			do_action('geodir_before_tab_list'); ?>
1615 1615
 			<?php
1616 1616
 
1617
-			foreach ( $arr_detail_page_tabs as $tab_index => $detail_page_tab ) {
1618
-				if ( $detail_page_tab['is_display'] ) {
1617
+			foreach ($arr_detail_page_tabs as $tab_index => $detail_page_tab) {
1618
+				if ($detail_page_tab['is_display']) {
1619 1619
 
1620
-					if ( ! $tab_list ) {
1620
+					if (!$tab_list) {
1621 1621
 						?>
1622 1622
 						<dt></dt> <!-- added to comply with validation -->
1623
-						<dd <?php if ( $detail_page_tab['is_active_tab'] ){ ?>class="geodir-tab-active"<?php } ?> ><a
1623
+						<dd <?php if ($detail_page_tab['is_active_tab']) { ?>class="geodir-tab-active"<?php } ?> ><a
1624 1624
 								data-tab="#<?php echo $tab_index; ?>"
1625
-								data-status="enable"><?php _e( $detail_page_tab['heading_text'], 'geodirectory' ); ?></a>
1625
+								data-status="enable"><?php _e($detail_page_tab['heading_text'], 'geodirectory'); ?></a>
1626 1626
 						</dd>
1627 1627
 						<?php
1628 1628
 					}
1629 1629
 					ob_start() // start tab content buffering
1630 1630
 					?>
1631 1631
 					<li id="<?php echo $tab_index; ?>Tab">
1632
-						<?php if ( $tab_list ) {
1633
-							$tab_title = '<span class="gd-tab-list-title" ><a href="#' . $tab_index . '">' . __( $detail_page_tab['heading_text'], 'geodirectory' ) . '</a></span><hr />';
1632
+						<?php if ($tab_list) {
1633
+							$tab_title = '<span class="gd-tab-list-title" ><a href="#'.$tab_index.'">'.__($detail_page_tab['heading_text'], 'geodirectory').'</a></span><hr />';
1634 1634
 							/**
1635 1635
 							 * Filter the tab list title html.
1636 1636
 							 *
@@ -1640,7 +1640,7 @@  discard block
 block discarded – undo
1640 1640
 							 * @param string $tab_index      The tab index type.
1641 1641
 							 * @param array $detail_page_tab The array of values including title text.
1642 1642
 							 */
1643
-							echo apply_filters( 'geodir_tab_list_title', $tab_title, $tab_index, $detail_page_tab );
1643
+							echo apply_filters('geodir_tab_list_title', $tab_title, $tab_index, $detail_page_tab);
1644 1644
 						} ?>
1645 1645
 						<div id="<?php echo $tab_index; ?>" class="hash-offset"></div>
1646 1646
 						<?php
@@ -1651,7 +1651,7 @@  discard block
 block discarded – undo
1651 1651
 						 *
1652 1652
 						 * @param string $tab_index The tab name ID.
1653 1653
 						 */
1654
-						do_action( 'geodir_before_tab_content', $tab_index );
1654
+						do_action('geodir_before_tab_content', $tab_index);
1655 1655
 
1656 1656
 						/**
1657 1657
 						 * Called before the details tab content is output per tab.
@@ -1661,21 +1661,21 @@  discard block
 block discarded – undo
1661 1661
 						 * @since 1.0.0
1662 1662
 						 * @todo  do we need this if we have the hook above? 'geodir_before_tab_content'
1663 1663
 						 */
1664
-						do_action( 'geodir_before_' . $tab_index . '_tab_content' );
1664
+						do_action('geodir_before_'.$tab_index.'_tab_content');
1665 1665
 						/// write a code to generate content of each tab
1666
-						switch ( $tab_index ) {
1666
+						switch ($tab_index) {
1667 1667
 							case 'post_profile':
1668 1668
 								/**
1669 1669
 								 * Called before the listing description content on the details page tab.
1670 1670
 								 *
1671 1671
 								 * @since 1.0.0
1672 1672
 								 */
1673
-								do_action( 'geodir_before_description_on_listing_detail' );
1674
-								if ( geodir_is_page( 'detail' ) ) {
1673
+								do_action('geodir_before_description_on_listing_detail');
1674
+								if (geodir_is_page('detail')) {
1675 1675
 									the_content();
1676 1676
 								} else {
1677 1677
 									/** This action is documented in geodirectory_template_actions.php */
1678
-									echo apply_filters( 'the_content', stripslashes( $post->post_desc ) );
1678
+									echo apply_filters('the_content', stripslashes($post->post_desc));
1679 1679
 								}
1680 1680
 
1681 1681
 								/**
@@ -1683,7 +1683,7 @@  discard block
 block discarded – undo
1683 1683
 								 *
1684 1684
 								 * @since 1.0.0
1685 1685
 								 */
1686
-								do_action( 'geodir_after_description_on_listing_detail' );
1686
+								do_action('geodir_after_description_on_listing_detail');
1687 1687
 								break;
1688 1688
 							case 'post_info':
1689 1689
 								echo $geodir_post_detail_fields;
@@ -1693,32 +1693,32 @@  discard block
 block discarded – undo
1693 1693
 								break;
1694 1694
 							case 'post_video':
1695 1695
 								// some browsers hide $_POST data if used for embeds so we repalce with a placeholder
1696
-								if ( $preview ) {
1697
-									if ( $video ) {
1698
-										echo "<span class='gd-video-embed-preview' ><p class='gd-video-preview-text'><i class=\"fa fa-video-camera\" aria-hidden=\"true\"></i><br />" . __( 'Video Preview Placeholder', 'geodirectory' ) . "</p></span>";
1696
+								if ($preview) {
1697
+									if ($video) {
1698
+										echo "<span class='gd-video-embed-preview' ><p class='gd-video-preview-text'><i class=\"fa fa-video-camera\" aria-hidden=\"true\"></i><br />".__('Video Preview Placeholder', 'geodirectory')."</p></span>";
1699 1699
 									}
1700 1700
 								} else {
1701 1701
 
1702 1702
 									// stop payment manager filtering content length
1703
-									$filter_priority = has_filter( 'the_content', 'geodir_payments_the_content' );
1704
-									if ( false !== $filter_priority ) {
1705
-										remove_filter( 'the_content', 'geodir_payments_the_content', $filter_priority );
1703
+									$filter_priority = has_filter('the_content', 'geodir_payments_the_content');
1704
+									if (false !== $filter_priority) {
1705
+										remove_filter('the_content', 'geodir_payments_the_content', $filter_priority);
1706 1706
 									}
1707 1707
 
1708 1708
 									/** This action is documented in geodirectory_template_actions.php */
1709
-									echo apply_filters( 'the_content', stripslashes( $video ) );// we apply the_content filter so oembed works also;
1709
+									echo apply_filters('the_content', stripslashes($video)); // we apply the_content filter so oembed works also;
1710 1710
 
1711
-									if ( false !== $filter_priority ) {
1712
-										add_filter( 'the_content', 'geodir_payments_the_content', $filter_priority );
1711
+									if (false !== $filter_priority) {
1712
+										add_filter('the_content', 'geodir_payments_the_content', $filter_priority);
1713 1713
 									}
1714 1714
 								}
1715 1715
 								break;
1716 1716
 							case 'special_offers':
1717
-								echo apply_filters( 'gd_special_offers_content', wpautop( stripslashes( $special_offers ) ) );
1717
+								echo apply_filters('gd_special_offers_content', wpautop(stripslashes($special_offers)));
1718 1718
 
1719 1719
 								break;
1720 1720
 							case 'post_map':
1721
-								geodir_draw_map( $map_args );
1721
+								geodir_draw_map($map_args);
1722 1722
 								break;
1723 1723
 							case 'reviews':
1724 1724
 								comments_template();
@@ -1727,7 +1727,7 @@  discard block
 block discarded – undo
1727 1727
 								echo $related_listing;
1728 1728
 								break;
1729 1729
 							default: {
1730
-								if ( ( isset( $post->{$tab_index} ) || ( ! isset( $post->{$tab_index} ) && ( strpos( $tab_index, 'gd_tab_' ) !== false || $tab_index == 'link_business' ) ) ) && ! empty( $detail_page_tab['tab_content'] ) ) {
1730
+								if ((isset($post->{$tab_index} ) || (!isset($post->{$tab_index} ) && (strpos($tab_index, 'gd_tab_') !== false || $tab_index == 'link_business'))) && !empty($detail_page_tab['tab_content'])) {
1731 1731
 									echo $detail_page_tab['tab_content'];
1732 1732
 								}
1733 1733
 							}
@@ -1739,7 +1739,7 @@  discard block
 block discarded – undo
1739 1739
 						 *
1740 1740
 						 * @since 1.0.0
1741 1741
 						 */
1742
-						do_action( 'geodir_after_tab_content', $tab_index );
1742
+						do_action('geodir_after_tab_content', $tab_index);
1743 1743
 
1744 1744
 						/**
1745 1745
 						 * Called after the details tab content is output per tab.
@@ -1749,7 +1749,7 @@  discard block
 block discarded – undo
1749 1749
 						 * @since 1.0.0
1750 1750
 						 * @todo  do we need this if we have the hook above? 'geodir_after_tab_content'
1751 1751
 						 */
1752
-						do_action( 'geodir_after_' . $tab_index . '_tab_content' );
1752
+						do_action('geodir_after_'.$tab_index.'_tab_content');
1753 1753
 						?> </li>
1754 1754
 					<?php
1755 1755
 					/**
@@ -1757,7 +1757,7 @@  discard block
 block discarded – undo
1757 1757
 					 *
1758 1758
 					 * @since 1.0.0
1759 1759
 					 */
1760
-					$arr_detail_page_tabs[ $tab_index ]['tab_content'] = apply_filters( "geodir_modify_" . $detail_page_tab['tab_content'] . "_tab_content", ob_get_clean() );
1760
+					$arr_detail_page_tabs[$tab_index]['tab_content'] = apply_filters("geodir_modify_".$detail_page_tab['tab_content']."_tab_content", ob_get_clean());
1761 1761
 				} // end of if for is_display
1762 1762
 			}// end of foreach
1763 1763
 
@@ -1767,14 +1767,14 @@  discard block
 block discarded – undo
1767 1767
 			 * @since 1.0.0
1768 1768
 			 * @see   'geodir_before_tab_list'
1769 1769
 			 */
1770
-			do_action( 'geodir_after_tab_list' );
1770
+			do_action('geodir_after_tab_list');
1771 1771
 			?>
1772
-			<?php if ( ! $tab_list ){ ?></dl><?php } ?>
1773
-		<ul class="geodir-tabs-content entry-content <?php if ( $tab_list ) { ?>geodir-tabs-list<?php } ?>"
1772
+			<?php if (!$tab_list) { ?></dl><?php } ?>
1773
+		<ul class="geodir-tabs-content entry-content <?php if ($tab_list) { ?>geodir-tabs-list<?php } ?>"
1774 1774
 		    style="position:relative;">
1775 1775
 			<?php
1776
-			foreach ( $arr_detail_page_tabs as $detail_page_tab ) {
1777
-				if ( $detail_page_tab['is_display'] && ! empty( $detail_page_tab['tab_content'] ) ) {
1776
+			foreach ($arr_detail_page_tabs as $detail_page_tab) {
1777
+				if ($detail_page_tab['is_display'] && !empty($detail_page_tab['tab_content'])) {
1778 1778
 					echo $detail_page_tab['tab_content'];
1779 1779
 				}// end of if
1780 1780
 			}// end of foreach
@@ -1784,11 +1784,11 @@  discard block
 block discarded – undo
1784 1784
 			 *
1785 1785
 			 * @since 1.0.0
1786 1786
 			 */
1787
-			do_action( 'geodir_add_tab_content' ); ?>
1787
+			do_action('geodir_add_tab_content'); ?>
1788 1788
 		</ul>
1789 1789
 		<!--gd-tabs-content ul end-->
1790 1790
 	</div>
1791
-	<?php if ( ! $tab_list ) { ?>
1791
+	<?php if (!$tab_list) { ?>
1792 1792
 		<script>
1793 1793
 			if (window.location.hash && window.location.hash.indexOf('&') === -1 && jQuery(window.location.hash + 'Tab').length) {
1794 1794
 				hashVal = window.location.hash;
@@ -1820,31 +1820,31 @@  discard block
 block discarded – undo
1820 1820
  *
1821 1821
  * @return mixed Image file.
1822 1822
  */
1823
-function geodir_exif( $file ) {
1824
-	if ( empty( $file ) || ! is_array( $file ) ) {
1823
+function geodir_exif($file) {
1824
+	if (empty($file) || !is_array($file)) {
1825 1825
 		return $file;
1826 1826
 	}
1827 1827
 
1828
-	$file_path = ! empty( $file['tmp_name'] ) ? sanitize_text_field( $file['tmp_name'] ) : '';
1829
-	if ( ! ( $file_path && file_exists( $file_path ) ) ) {
1828
+	$file_path = !empty($file['tmp_name']) ? sanitize_text_field($file['tmp_name']) : '';
1829
+	if (!($file_path && file_exists($file_path))) {
1830 1830
 		return $file;
1831 1831
 	}
1832 1832
 	$file['file'] = $file_path;
1833 1833
 
1834
-	if ( ! file_is_valid_image( $file_path ) ) {
1834
+	if (!file_is_valid_image($file_path)) {
1835 1835
 		return $file; // Bail if file is not an image.
1836 1836
 	}
1837 1837
 
1838
-	if ( ! function_exists( 'wp_get_image_editor' ) ) {
1838
+	if (!function_exists('wp_get_image_editor')) {
1839 1839
 		return $file;
1840 1840
 	}
1841 1841
 
1842 1842
 	$mime_type = $file['type'];
1843 1843
 	$exif      = array();
1844
-	if ( $mime_type == 'image/jpeg' && function_exists( 'exif_read_data' ) ) {
1844
+	if ($mime_type == 'image/jpeg' && function_exists('exif_read_data')) {
1845 1845
 		try {
1846
-			$exif = exif_read_data( $file_path );
1847
-		} catch ( Exception $e ) {
1846
+			$exif = exif_read_data($file_path);
1847
+		} catch (Exception $e) {
1848 1848
 			$exif = array();
1849 1849
 		}
1850 1850
 	}
@@ -1853,13 +1853,13 @@  discard block
 block discarded – undo
1853 1853
 	$flip        = false;
1854 1854
 	$modify      = false;
1855 1855
 	$orientation = 0;
1856
-	if ( ! empty( $exif ) && isset( $exif['Orientation'] ) ) {
1857
-		switch ( (int) $exif['Orientation'] ) {
1856
+	if (!empty($exif) && isset($exif['Orientation'])) {
1857
+		switch ((int) $exif['Orientation']) {
1858 1858
 			case 1:
1859 1859
 				// do nothing
1860 1860
 				break;
1861 1861
 			case 2:
1862
-				$flip   = array( false, true );
1862
+				$flip   = array(false, true);
1863 1863
 				$modify = true;
1864 1864
 				break;
1865 1865
 			case 3:
@@ -1868,13 +1868,13 @@  discard block
 block discarded – undo
1868 1868
 				$modify      = true;
1869 1869
 				break;
1870 1870
 			case 4:
1871
-				$flip   = array( true, false );
1871
+				$flip   = array(true, false);
1872 1872
 				$modify = true;
1873 1873
 				break;
1874 1874
 			case 5:
1875 1875
 				$orientation = - 90;
1876 1876
 				$rotate      = true;
1877
-				$flip        = array( false, true );
1877
+				$flip        = array(false, true);
1878 1878
 				$modify      = true;
1879 1879
 				break;
1880 1880
 			case 6:
@@ -1885,7 +1885,7 @@  discard block
 block discarded – undo
1885 1885
 			case 7:
1886 1886
 				$orientation = - 270;
1887 1887
 				$rotate      = true;
1888
-				$flip        = array( false, true );
1888
+				$flip        = array(false, true);
1889 1889
 				$modify      = true;
1890 1890
 				break;
1891 1891
 			case 8:
@@ -1911,31 +1911,31 @@  discard block
 block discarded – undo
1911 1911
 	 * @param int|null $quality Image Compression quality between 1-100% scale. Default null.
1912 1912
 	 * @param string $quality   Image mime type.
1913 1913
 	 */
1914
-	$quality = apply_filters( 'geodir_image_upload_set_quality', $quality, $mime_type );
1915
-	if ( $quality !== null ) {
1914
+	$quality = apply_filters('geodir_image_upload_set_quality', $quality, $mime_type);
1915
+	if ($quality !== null) {
1916 1916
 		$modify = true;
1917 1917
 	}
1918 1918
 
1919
-	if ( ! $modify ) {
1919
+	if (!$modify) {
1920 1920
 		return $file; // no change
1921 1921
 	}
1922 1922
 
1923
-	$image = wp_get_image_editor( $file_path );
1924
-	if ( ! is_wp_error( $image ) ) {
1925
-		if ( $rotate ) {
1926
-			$image->rotate( $orientation );
1923
+	$image = wp_get_image_editor($file_path);
1924
+	if (!is_wp_error($image)) {
1925
+		if ($rotate) {
1926
+			$image->rotate($orientation);
1927 1927
 		}
1928 1928
 
1929
-		if ( ! empty( $flip ) ) {
1930
-			$image->flip( $flip[0], $flip[1] );
1929
+		if (!empty($flip)) {
1930
+			$image->flip($flip[0], $flip[1]);
1931 1931
 		}
1932 1932
 
1933
-		if ( $quality !== null ) {
1934
-			$image->set_quality( (int) $quality );
1933
+		if ($quality !== null) {
1934
+			$image->set_quality((int) $quality);
1935 1935
 		}
1936 1936
 
1937
-		$result = $image->save( $file_path );
1938
-		if ( ! is_wp_error( $result ) ) {
1937
+		$result = $image->save($file_path);
1938
+		if (!is_wp_error($result)) {
1939 1939
 			$file['file']     = $result['path'];
1940 1940
 			$file['tmp_name'] = $result['path'];
1941 1941
 		}
@@ -1962,7 +1962,7 @@  discard block
 block discarded – undo
1962 1962
  *
1963 1963
  * @return string Returns the recent reviews html.
1964 1964
  */
1965
-function geodir_get_recent_reviews( $g_size = 60, $no_comments = 10, $comment_lenth = 60, $show_pass_post = false ) {
1965
+function geodir_get_recent_reviews($g_size = 60, $no_comments = 10, $comment_lenth = 60, $show_pass_post = false) {
1966 1966
 	global $wpdb, $tablecomments, $tableposts, $rating_table_name, $gd_session;
1967 1967
 	$tablecomments = $wpdb->comments;
1968 1968
 	$tableposts    = $wpdb->posts;
@@ -1972,28 +1972,28 @@  discard block
 block discarded – undo
1972 1972
 	$region_filter  = '';
1973 1973
 	$country_filter = '';
1974 1974
 
1975
-	if ( $gd_session->get( 'gd_multi_location' ) ) {
1976
-		if ( $gd_ses_country = $gd_session->get( 'gd_country' ) ) {
1977
-			$country_filter = $wpdb->prepare( " AND r.post_country=%s ", str_replace( "-", " ", $gd_ses_country ) );
1975
+	if ($gd_session->get('gd_multi_location')) {
1976
+		if ($gd_ses_country = $gd_session->get('gd_country')) {
1977
+			$country_filter = $wpdb->prepare(" AND r.post_country=%s ", str_replace("-", " ", $gd_ses_country));
1978 1978
 		}
1979 1979
 
1980
-		if ( $gd_ses_region = $gd_session->get( 'gd_region' ) ) {
1981
-			$region_filter = $wpdb->prepare( " AND r.post_region=%s ", str_replace( "-", " ", $gd_ses_region ) );
1980
+		if ($gd_ses_region = $gd_session->get('gd_region')) {
1981
+			$region_filter = $wpdb->prepare(" AND r.post_region=%s ", str_replace("-", " ", $gd_ses_region));
1982 1982
 		}
1983 1983
 
1984
-		if ( $gd_ses_city = $gd_session->get( 'gd_city' ) ) {
1985
-			$city_filter = $wpdb->prepare( " AND r.post_city=%s ", str_replace( "-", " ", $gd_ses_city ) );
1984
+		if ($gd_ses_city = $gd_session->get('gd_city')) {
1985
+			$city_filter = $wpdb->prepare(" AND r.post_city=%s ", str_replace("-", " ", $gd_ses_city));
1986 1986
 		}
1987 1987
 	}
1988 1988
 
1989 1989
 	$review_table = GEODIR_REVIEW_TABLE;
1990 1990
 	$request      = "SELECT r.id as ID, r.post_type, r.comment_id as comment_ID, r.post_date as comment_date,r.overall_rating, r.user_id, r.post_id FROM $review_table as r WHERE r.post_status = 1 AND r.status =1 AND r.overall_rating>=1 $country_filter $region_filter $city_filter ORDER BY r.post_date DESC, r.id DESC LIMIT $no_comments";
1991 1991
 
1992
-	$comments = $wpdb->get_results( $request );
1992
+	$comments = $wpdb->get_results($request);
1993 1993
 
1994
-	foreach ( $comments as $comment ) {
1994
+	foreach ($comments as $comment) {
1995 1995
 		// Set the extra comment info needed.
1996
-		$comment_extra = $wpdb->get_row( "SELECT * FROM $wpdb->comments WHERE comment_ID =$comment->comment_ID" );
1996
+		$comment_extra = $wpdb->get_row("SELECT * FROM $wpdb->comments WHERE comment_ID =$comment->comment_ID");
1997 1997
 		//echo "SELECT * FROM $wpdb->comments WHERE comment_ID =$comment->comment_ID";
1998 1998
 		$comment->comment_content      = $comment_extra->comment_content;
1999 1999
 		$comment->comment_author       = $comment_extra->comment_author;
@@ -2001,75 +2001,75 @@  discard block
 block discarded – undo
2001 2001
 
2002 2002
 		$comment_id      = '';
2003 2003
 		$comment_id      = $comment->comment_ID;
2004
-		$comment_content = strip_tags( $comment->comment_content );
2004
+		$comment_content = strip_tags($comment->comment_content);
2005 2005
 
2006
-		$comment_content = preg_replace( '#(\\[img\\]).+(\\[\\/img\\])#', '', $comment_content );
2006
+		$comment_content = preg_replace('#(\\[img\\]).+(\\[\\/img\\])#', '', $comment_content);
2007 2007
 
2008
-		$permalink            = get_permalink( $comment->ID ) . "#comment-" . $comment->comment_ID;
2008
+		$permalink            = get_permalink($comment->ID)."#comment-".$comment->comment_ID;
2009 2009
 		$comment_author_email = $comment->comment_author_email;
2010 2010
 		$comment_post_ID      = $comment->post_id;
2011 2011
 
2012 2012
 		$na = true;
2013
-		if ( function_exists( 'icl_object_id' ) && icl_object_id( $comment_post_ID, $comment->post_type, true ) ) {
2014
-			$comment_post_ID2 = icl_object_id( $comment_post_ID, $comment->post_type, false );
2015
-			if ( $comment_post_ID == $comment_post_ID2 ) {
2013
+		if (function_exists('icl_object_id') && icl_object_id($comment_post_ID, $comment->post_type, true)) {
2014
+			$comment_post_ID2 = icl_object_id($comment_post_ID, $comment->post_type, false);
2015
+			if ($comment_post_ID == $comment_post_ID2) {
2016 2016
 			} else {
2017 2017
 				$na = false;
2018 2018
 			}
2019 2019
 		}
2020 2020
 
2021
-		$post_title        = get_the_title( $comment_post_ID );
2022
-		$permalink         = get_permalink( $comment_post_ID );
2023
-		$comment_permalink = $permalink . "#comment-" . $comment->comment_ID;
2024
-		$read_more         = '<a class="comment_excerpt" href="' . $comment_permalink . '">' . __( 'Read more', 'geodirectory' ) . '</a>';
2021
+		$post_title        = get_the_title($comment_post_ID);
2022
+		$permalink         = get_permalink($comment_post_ID);
2023
+		$comment_permalink = $permalink."#comment-".$comment->comment_ID;
2024
+		$read_more         = '<a class="comment_excerpt" href="'.$comment_permalink.'">'.__('Read more', 'geodirectory').'</a>';
2025 2025
 
2026
-		$comment_content_length = strlen( $comment_content );
2027
-		if ( $comment_content_length > $comment_lenth ) {
2028
-			$comment_excerpt = geodir_utf8_substr( $comment_content, 0, $comment_lenth ) . '... ' . $read_more;
2026
+		$comment_content_length = strlen($comment_content);
2027
+		if ($comment_content_length > $comment_lenth) {
2028
+			$comment_excerpt = geodir_utf8_substr($comment_content, 0, $comment_lenth).'... '.$read_more;
2029 2029
 		} else {
2030 2030
 			$comment_excerpt = $comment_content;
2031 2031
 		}
2032 2032
 
2033
-		if ( $comment->user_id ) {
2034
-			$user_profile_url = get_author_posts_url( $comment->user_id );
2033
+		if ($comment->user_id) {
2034
+			$user_profile_url = get_author_posts_url($comment->user_id);
2035 2035
 		} else {
2036 2036
 			$user_profile_url = '';
2037 2037
 		}
2038 2038
 
2039
-		if ( $comment_id && $na ) {
2039
+		if ($comment_id && $na) {
2040 2040
 			$comments_echo .= '<li class="clearfix">';
2041
-			$comments_echo .= "<span class=\"li" . $comment_id . " geodir_reviewer_image\">";
2042
-			if ( function_exists( 'get_avatar' ) ) {
2043
-				if ( ! isset( $comment->comment_type ) ) {
2044
-					if ( $user_profile_url ) {
2045
-						$comments_echo .= '<a href="' . $user_profile_url . '">';
2041
+			$comments_echo .= "<span class=\"li".$comment_id." geodir_reviewer_image\">";
2042
+			if (function_exists('get_avatar')) {
2043
+				if (!isset($comment->comment_type)) {
2044
+					if ($user_profile_url) {
2045
+						$comments_echo .= '<a href="'.$user_profile_url.'">';
2046 2046
 					}
2047
-					$comments_echo .= get_avatar( $comment->comment_author_email, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' );
2048
-					if ( $user_profile_url ) {
2047
+					$comments_echo .= get_avatar($comment->comment_author_email, $g_size, geodir_plugin_url().'/geodirectory-assets/images/gravatar2.png');
2048
+					if ($user_profile_url) {
2049 2049
 						$comments_echo .= '</a>';
2050 2050
 					}
2051
-				} elseif ( ( isset( $comment->comment_type ) && $comment->comment_type == 'trackback' ) || ( isset( $comment->comment_type ) && $comment->comment_type == 'pingback' ) ) {
2052
-					if ( $user_profile_url ) {
2053
-						$comments_echo .= '<a href="' . $user_profile_url . '">';
2051
+				} elseif ((isset($comment->comment_type) && $comment->comment_type == 'trackback') || (isset($comment->comment_type) && $comment->comment_type == 'pingback')) {
2052
+					if ($user_profile_url) {
2053
+						$comments_echo .= '<a href="'.$user_profile_url.'">';
2054 2054
 					}
2055
-					$comments_echo .= get_avatar( $comment->comment_author_url, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' );
2055
+					$comments_echo .= get_avatar($comment->comment_author_url, $g_size, geodir_plugin_url().'/geodirectory-assets/images/gravatar2.png');
2056 2056
 				}
2057
-			} elseif ( function_exists( 'gravatar' ) ) {
2058
-				if ( $user_profile_url ) {
2059
-					$comments_echo .= '<a href="' . $user_profile_url . '">';
2057
+			} elseif (function_exists('gravatar')) {
2058
+				if ($user_profile_url) {
2059
+					$comments_echo .= '<a href="'.$user_profile_url.'">';
2060 2060
 				}
2061 2061
 				$comments_echo .= "<img src=\"";
2062
-				if ( '' == $comment->comment_type ) {
2063
-					$comments_echo .= gravatar( $comment->comment_author_email, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' );
2064
-					if ( $user_profile_url ) {
2062
+				if ('' == $comment->comment_type) {
2063
+					$comments_echo .= gravatar($comment->comment_author_email, $g_size, geodir_plugin_url().'/geodirectory-assets/images/gravatar2.png');
2064
+					if ($user_profile_url) {
2065 2065
 						$comments_echo .= '</a>';
2066 2066
 					}
2067
-				} elseif ( ( 'trackback' == $comment->comment_type ) || ( 'pingback' == $comment->comment_type ) ) {
2068
-					if ( $user_profile_url ) {
2069
-						$comments_echo .= '<a href="' . $user_profile_url . '">';
2067
+				} elseif (('trackback' == $comment->comment_type) || ('pingback' == $comment->comment_type)) {
2068
+					if ($user_profile_url) {
2069
+						$comments_echo .= '<a href="'.$user_profile_url.'">';
2070 2070
 					}
2071
-					$comments_echo .= gravatar( $comment->comment_author_url, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' );
2072
-					if ( $user_profile_url ) {
2071
+					$comments_echo .= gravatar($comment->comment_author_url, $g_size, geodir_plugin_url().'/geodirectory-assets/images/gravatar2.png');
2072
+					if ($user_profile_url) {
2073 2073
 						$comments_echo .= '</a>';
2074 2074
 					}
2075 2075
 				}
@@ -2079,17 +2079,17 @@  discard block
 block discarded – undo
2079 2079
 			$comments_echo .= "</span>\n";
2080 2080
 
2081 2081
 			$comments_echo .= '<span class="geodir_reviewer_content">';
2082
-			if ( $comment->user_id ) {
2083
-				$comments_echo .= '<a href="' . get_author_posts_url( $comment->user_id ) . '">';
2082
+			if ($comment->user_id) {
2083
+				$comments_echo .= '<a href="'.get_author_posts_url($comment->user_id).'">';
2084 2084
 			}
2085
-			$comments_echo .= '<span class="geodir_reviewer_author">' . $comment->comment_author . '</span> ';
2086
-			if ( $comment->user_id ) {
2085
+			$comments_echo .= '<span class="geodir_reviewer_author">'.$comment->comment_author.'</span> ';
2086
+			if ($comment->user_id) {
2087 2087
 				$comments_echo .= '</a>';
2088 2088
 			}
2089
-			$comments_echo .= '<span class="geodir_reviewer_reviewed">' . __( 'reviewed', 'geodirectory' ) . '</span> ';
2090
-			$comments_echo .= '<a href="' . $permalink . '" class="geodir_reviewer_title">' . $post_title . '</a>';
2091
-			$comments_echo .= geodir_get_rating_stars( $comment->overall_rating, $comment_post_ID );
2092
-			$comments_echo .= '<p class="geodir_reviewer_text">' . $comment_excerpt . '';
2089
+			$comments_echo .= '<span class="geodir_reviewer_reviewed">'.__('reviewed', 'geodirectory').'</span> ';
2090
+			$comments_echo .= '<a href="'.$permalink.'" class="geodir_reviewer_title">'.$post_title.'</a>';
2091
+			$comments_echo .= geodir_get_rating_stars($comment->overall_rating, $comment_post_ID);
2092
+			$comments_echo .= '<p class="geodir_reviewer_text">'.$comment_excerpt.'';
2093 2093
 			//echo preg_replace('#(\\[img\\]).+(\\[\\/img\\])#', '', $comment_excerpt);
2094 2094
 			$comments_echo .= '</p>';
2095 2095
 
@@ -2109,25 +2109,25 @@  discard block
 block discarded – undo
2109 2109
  * @return array Returns post categories as an array.
2110 2110
  */
2111 2111
 function geodir_home_map_cats_key_value_array() {
2112
-	$post_types = geodir_get_posttypes( 'object' );
2112
+	$post_types = geodir_get_posttypes('object');
2113 2113
 
2114 2114
 	$return = array();
2115
-	if ( ! empty( $post_types ) ) {
2116
-		foreach ( $post_types as $key => $post_type ) {
2117
-			$cpt_name       = __( $post_type->labels->singular_name, 'geodirectory' );
2118
-			$post_type_name = sprintf( __( '%s Categories', 'geodirectory' ), $cpt_name );
2119
-			$taxonomies     = geodir_get_taxonomies( $key );
2120
-			$cat_taxonomy   = ! empty( $taxonomies[0] ) ? $taxonomies[0] : null;
2121
-			$cat_terms      = $cat_taxonomy ? get_terms( $cat_taxonomy ) : null;
2122
-
2123
-			if ( ! empty( $cat_terms ) ) {
2124
-				$return[ 'optgroup_start-' . $key ] = $post_type_name;
2125
-
2126
-				foreach ( $cat_terms as $cat_term ) {
2127
-					$return[ $key . '_' . $cat_term->term_id ] = $cat_term->name;
2115
+	if (!empty($post_types)) {
2116
+		foreach ($post_types as $key => $post_type) {
2117
+			$cpt_name       = __($post_type->labels->singular_name, 'geodirectory');
2118
+			$post_type_name = sprintf(__('%s Categories', 'geodirectory'), $cpt_name);
2119
+			$taxonomies     = geodir_get_taxonomies($key);
2120
+			$cat_taxonomy   = !empty($taxonomies[0]) ? $taxonomies[0] : null;
2121
+			$cat_terms      = $cat_taxonomy ? get_terms($cat_taxonomy) : null;
2122
+
2123
+			if (!empty($cat_terms)) {
2124
+				$return['optgroup_start-'.$key] = $post_type_name;
2125
+
2126
+				foreach ($cat_terms as $cat_term) {
2127
+					$return[$key.'_'.$cat_term->term_id] = $cat_term->name;
2128 2128
 				}
2129 2129
 
2130
-				$return[ 'optgroup_end-' . $key ] = $post_type_name;
2130
+				$return['optgroup_end-'.$key] = $post_type_name;
2131 2131
 			}
2132 2132
 		}
2133 2133
 	}
@@ -2143,14 +2143,14 @@  discard block
 block discarded – undo
2143 2143
  * @package GeoDirectory
2144 2144
  */
2145 2145
 function geodir_twitter_tweet_button() {
2146
-	if ( isset( $_GET['gde'] ) ) {
2147
-		$link = '?url=' . urlencode( geodir_curPageURL() );
2146
+	if (isset($_GET['gde'])) {
2147
+		$link = '?url='.urlencode(geodir_curPageURL());
2148 2148
 	} else {
2149 2149
 		$link = '';
2150 2150
 	}
2151 2151
 	?>
2152 2152
 	<a href="http://twitter.com/share<?php echo $link; ?>"
2153
-	   class="twitter-share-button"><?php _e( 'Tweet', 'geodirectory' ); ?></a>
2153
+	   class="twitter-share-button"><?php _e('Tweet', 'geodirectory'); ?></a>
2154 2154
 	<script type="text/javascript" src="//platform.twitter.com/widgets.js"></script>
2155 2155
 	<?php
2156 2156
 }
@@ -2167,10 +2167,10 @@  discard block
 block discarded – undo
2167 2167
 function geodir_fb_like_button() {
2168 2168
 	global $post;
2169 2169
 	?>
2170
-	<iframe <?php if ( isset( $_SERVER['HTTP_USER_AGENT'] ) && ( strpos( $_SERVER['HTTP_USER_AGENT'], 'MSIE' ) !== false ) ) {
2170
+	<iframe <?php if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) {
2171 2171
 		echo 'allowtransparency="true"';
2172 2172
 	} ?> class="facebook"
2173
-	     src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode( get_permalink( $post->ID ) ); ?>&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light"
2173
+	     src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;colorscheme=light"
2174 2174
 	     style="border:none; overflow:hidden; width:100px; height:20px"></iframe>
2175 2175
 	<?php
2176 2176
 }
@@ -2201,7 +2201,7 @@  discard block
 block discarded – undo
2201 2201
 
2202 2202
 
2203 2203
 function geodir_listing_bounce_map_pin_on_hover() {
2204
-	if ( get_option( 'geodir_listing_hover_bounce_map_pin', true ) ) {
2204
+	if (get_option('geodir_listing_hover_bounce_map_pin', true)) {
2205 2205
 		?>
2206 2206
 		<script>
2207 2207
 			jQuery(function ($) {
@@ -2224,44 +2224,44 @@  discard block
 block discarded – undo
2224 2224
 	}
2225 2225
 }
2226 2226
 
2227
-add_action( 'geodir_after_listing_listview', 'geodir_listing_bounce_map_pin_on_hover', 10 );
2227
+add_action('geodir_after_listing_listview', 'geodir_listing_bounce_map_pin_on_hover', 10);
2228 2228
 
2229
-add_action( 'geodir_after_favorite_html', 'geodir_output_favourite_html_listings', 1, 1 );
2230
-function geodir_output_favourite_html_listings( $post_id ) {
2231
-	geodir_favourite_html( '', $post_id );
2229
+add_action('geodir_after_favorite_html', 'geodir_output_favourite_html_listings', 1, 1);
2230
+function geodir_output_favourite_html_listings($post_id) {
2231
+	geodir_favourite_html('', $post_id);
2232 2232
 }
2233 2233
 
2234
-add_action( 'geodir_listing_after_pinpoint', 'geodir_output_pinpoint_html_listings', 1, 2 );
2235
-function geodir_output_pinpoint_html_listings( $post_id, $post ) {
2234
+add_action('geodir_listing_after_pinpoint', 'geodir_output_pinpoint_html_listings', 1, 2);
2235
+function geodir_output_pinpoint_html_listings($post_id, $post) {
2236 2236
 	global $wp_query;
2237 2237
 
2238 2238
 	$show_pin_point = $wp_query->is_main_query();
2239 2239
 
2240
-	if ( ! empty( $show_pin_point ) && is_active_widget( false, "", "geodir_map_v3_listing_map" ) ) {
2241
-		$term_icon_url = get_tax_meta( $post->default_category, 'ct_cat_icon', false, $post->post_type );
2242
-		$marker_icon   = isset( $term_icon_url['src'] ) ? $term_icon_url['src'] : get_option( 'geodir_default_marker_icon' );
2240
+	if (!empty($show_pin_point) && is_active_widget(false, "", "geodir_map_v3_listing_map")) {
2241
+		$term_icon_url = get_tax_meta($post->default_category, 'ct_cat_icon', false, $post->post_type);
2242
+		$marker_icon   = isset($term_icon_url['src']) ? $term_icon_url['src'] : get_option('geodir_default_marker_icon');
2243 2243
 		?>
2244 2244
 		<span class="geodir-pinpoint"
2245
-		      style="background:url('<?php echo $marker_icon; ?>') no-repeat scroll left top transparent;background-size:auto 100%; -webkit-background-size:auto 100%;-moz-background-size:auto 100%;height:9px;width:14px;"><?php echo apply_filters( 'geodir_listing_listview_pinpoint_inner_content', '', 'listing' ); ?></span>
2245
+		      style="background:url('<?php echo $marker_icon; ?>') no-repeat scroll left top transparent;background-size:auto 100%; -webkit-background-size:auto 100%;-moz-background-size:auto 100%;height:9px;width:14px;"><?php echo apply_filters('geodir_listing_listview_pinpoint_inner_content', '', 'listing'); ?></span>
2246 2246
 		<a class="geodir-pinpoint-link" href="javascript:void(0)"
2247 2247
 		   onclick="if(typeof openMarker=='function'){openMarker('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"
2248 2248
 		   onmouseover="if(typeof animate_marker=='function'){animate_marker('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"
2249
-		   onmouseout="if(typeof stop_marker_animation=='function'){stop_marker_animation('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"><?php _e( 'Pinpoint', 'geodirectory' ); ?></a>
2249
+		   onmouseout="if(typeof stop_marker_animation=='function'){stop_marker_animation('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"><?php _e('Pinpoint', 'geodirectory'); ?></a>
2250 2250
 		<?php
2251 2251
 	}
2252 2252
 }
2253 2253
 
2254 2254
 function geodir_search_form_submit_button() {
2255 2255
 
2256
-	$new_style = get_option( 'geodir_show_search_old_search_from' ) ? false : true;
2256
+	$new_style = get_option('geodir_show_search_old_search_from') ? false : true;
2257 2257
 
2258
-	if ( $new_style ) {
2258
+	if ($new_style) {
2259 2259
 		$default_search_button_label = '<i class="fa fa-search" aria-hidden="true"></i>';
2260
-	}else{
2260
+	} else {
2261 2261
 		$default_search_button_label = 'Search';
2262 2262
 	}
2263
-	if ( get_option( 'geodir_search_button_label' ) && get_option( 'geodir_search_button_label' ) != 'Search' ) {
2264
-		$default_search_button_label = __( get_option( 'geodir_search_button_label' ), 'geodirectory' );
2263
+	if (get_option('geodir_search_button_label') && get_option('geodir_search_button_label') != 'Search') {
2264
+		$default_search_button_label = __(get_option('geodir_search_button_label'), 'geodirectory');
2265 2265
 	}
2266 2266
 
2267 2267
 	/**
@@ -2273,78 +2273,78 @@  discard block
 block discarded – undo
2273 2273
 	 *
2274 2274
 	 * @param string $default_search_button_label The current search button text.
2275 2275
 	 */
2276
-	$default_search_button_label = apply_filters( 'geodir_search_default_search_button_text', $default_search_button_label );
2276
+	$default_search_button_label = apply_filters('geodir_search_default_search_button_text', $default_search_button_label);
2277 2277
 
2278 2278
 	$fa_class = '';
2279
-	if ( strpos( $default_search_button_label, '&#' ) !== false ) {
2279
+	if (strpos($default_search_button_label, '&#') !== false) {
2280 2280
 		$fa_class = 'fa';
2281 2281
 	}
2282 2282
 
2283 2283
 
2284
-	if ( $new_style ) {
2284
+	if ($new_style) {
2285 2285
 	?>
2286
-		<button class="geodir_submit_search <?php echo $fa_class; ?>"><?php _e( $default_search_button_label ,'geodirectory'); ?></button>
2287
-<?php }else{?>
2288
-		<input type="button" value="<?php esc_attr_e( $default_search_button_label ); ?>"
2286
+		<button class="geodir_submit_search <?php echo $fa_class; ?>"><?php _e($default_search_button_label, 'geodirectory'); ?></button>
2287
+<?php } else {?>
2288
+		<input type="button" value="<?php esc_attr_e($default_search_button_label); ?>"
2289 2289
 	       class="geodir_submit_search <?php echo $fa_class; ?>"/>
2290 2290
 	<?php }
2291 2291
 }
2292 2292
 
2293
-add_action( 'geodir_before_search_button', 'geodir_search_form_submit_button', 5000 );
2293
+add_action('geodir_before_search_button', 'geodir_search_form_submit_button', 5000);
2294 2294
 
2295 2295
 function geodir_search_form_post_type_input() {
2296 2296
 	global $geodir_search_post_type;
2297
-	$post_types     = apply_filters( 'geodir_search_form_post_types', geodir_get_posttypes( 'object' ) );
2297
+	$post_types     = apply_filters('geodir_search_form_post_types', geodir_get_posttypes('object'));
2298 2298
 	$curr_post_type = $geodir_search_post_type;
2299 2299
 
2300
-	if ( ! empty( $post_types ) && count( (array) $post_types ) > 1 ) {
2300
+	if (!empty($post_types) && count((array) $post_types) > 1) {
2301 2301
 
2302
-		foreach ( $post_types as $post_type => $info ){
2302
+		foreach ($post_types as $post_type => $info) {
2303 2303
 			global $wpdb;
2304
-			$has_posts = $wpdb->get_row( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_type = %s AND post_status='publish' LIMIT 1", $post_type ) );
2305
-			if ( ! $has_posts ) {
2304
+			$has_posts = $wpdb->get_row($wpdb->prepare("SELECT ID FROM $wpdb->posts WHERE post_type = %s AND post_status='publish' LIMIT 1", $post_type));
2305
+			if (!$has_posts) {
2306 2306
 				unset($post_types->{$post_type});
2307 2307
 			}
2308 2308
 		}
2309 2309
 
2310
-		if ( ! empty( $post_types ) && count( (array) $post_types ) > 1 ) {
2310
+		if (!empty($post_types) && count((array) $post_types) > 1) {
2311 2311
 
2312
-			$new_style = get_option( 'geodir_show_search_old_search_from' ) ? false : true;
2313
-			if ( $new_style ) {
2312
+			$new_style = get_option('geodir_show_search_old_search_from') ? false : true;
2313
+			if ($new_style) {
2314 2314
 				echo "<div class='gd-search-input-wrapper gd-search-field-cpt'>";
2315 2315
 			}
2316 2316
 			?>
2317 2317
 			<select name="stype" class="search_by_post">
2318
-				<?php foreach ( $post_types as $post_type => $info ):
2318
+				<?php foreach ($post_types as $post_type => $info):
2319 2319
 					global $wpdb;
2320 2320
 					?>
2321 2321
 
2322
-					<option data-label="<?php echo get_post_type_archive_link( $post_type ); ?>"
2323
-					        value="<?php echo $post_type; ?>" <?php if ( isset( $_REQUEST['stype'] ) ) {
2324
-						if ( $post_type == $_REQUEST['stype'] ) {
2322
+					<option data-label="<?php echo get_post_type_archive_link($post_type); ?>"
2323
+					        value="<?php echo $post_type; ?>" <?php if (isset($_REQUEST['stype'])) {
2324
+						if ($post_type == $_REQUEST['stype']) {
2325 2325
 							echo 'selected="selected"';
2326 2326
 						}
2327
-					} elseif ( $curr_post_type == $post_type ) {
2327
+					} elseif ($curr_post_type == $post_type) {
2328 2328
 						echo 'selected="selected"';
2329
-					} ?>><?php _e( geodir_utf8_ucfirst( $info->labels->name ), 'geodirectory' ); ?></option>
2329
+					} ?>><?php _e(geodir_utf8_ucfirst($info->labels->name), 'geodirectory'); ?></option>
2330 2330
 
2331 2331
 				<?php endforeach; ?>
2332 2332
 			</select>
2333 2333
 			<?php
2334
-			if ( $new_style ) {
2334
+			if ($new_style) {
2335 2335
 				echo "</div>";
2336 2336
 			}
2337
-		}else{
2338
-			if(! empty( $post_types )){
2339
-				$pt_arr = (array)$post_types;
2340
-				echo '<input type="hidden" name="stype" value="' . key( $pt_arr  ) . '"  />';
2341
-			}else{
2337
+		} else {
2338
+			if (!empty($post_types)) {
2339
+				$pt_arr = (array) $post_types;
2340
+				echo '<input type="hidden" name="stype" value="'.key($pt_arr).'"  />';
2341
+			} else {
2342 2342
 				echo '<input type="hidden" name="stype" value="gd_place"  />';
2343 2343
 			}
2344 2344
 
2345 2345
 		}
2346 2346
 
2347
-	}elseif ( ! empty( $post_types ) ) {
2347
+	}elseif (!empty($post_types)) {
2348 2348
 		echo '<input type="hidden" name="stype" value="gd_place"  />';
2349 2349
 	}
2350 2350
 }
@@ -2352,26 +2352,26 @@  discard block
 block discarded – undo
2352 2352
 function geodir_search_form_search_input() {
2353 2353
 
2354 2354
 	$default_search_for_text = SEARCH_FOR_TEXT;
2355
-	if ( get_option( 'geodir_search_field_default_text' ) ) {
2356
-		$default_search_for_text = __( get_option( 'geodir_search_field_default_text' ), 'geodirectory' );
2355
+	if (get_option('geodir_search_field_default_text')) {
2356
+		$default_search_for_text = __(get_option('geodir_search_field_default_text'), 'geodirectory');
2357 2357
 	}
2358 2358
 
2359 2359
 	$new_style = get_option('geodir_show_search_old_search_from') ? false : true;
2360
-	if($new_style){
2360
+	if ($new_style) {
2361 2361
 		echo "<div class='gd-search-input-wrapper gd-search-field-search'>";
2362 2362
 	}
2363 2363
 	?>
2364 2364
 	<input class="search_text" name="s"
2365
-	       value="<?php if ( isset( $_REQUEST['s'] ) && trim( $_REQUEST['s'] ) != '' ) {
2366
-		       echo esc_attr( stripslashes_deep( $_REQUEST['s'] ) );
2365
+	       value="<?php if (isset($_REQUEST['s']) && trim($_REQUEST['s']) != '') {
2366
+		       echo esc_attr(stripslashes_deep($_REQUEST['s']));
2367 2367
 	       } else {
2368 2368
 		       echo $default_search_for_text;
2369 2369
 	       } ?>" type="text"
2370
-	       onblur="if (this.value.trim() == '') {this.value = '<?php echo esc_sql( $default_search_for_text ); ?>';}"
2371
-	       onfocus="if (this.value == '<?php echo esc_sql( $default_search_for_text ); ?>') {this.value = '';}"
2370
+	       onblur="if (this.value.trim() == '') {this.value = '<?php echo esc_sql($default_search_for_text); ?>';}"
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);">
2373 2373
 	<?php
2374
-	if($new_style){
2374
+	if ($new_style) {
2375 2375
 		echo "</div>";
2376 2376
 	}
2377 2377
 }
@@ -2379,12 +2379,12 @@  discard block
 block discarded – undo
2379 2379
 function geodir_search_form_near_input() {
2380 2380
 
2381 2381
 	$default_near_text = NEAR_TEXT;
2382
-	if ( get_option( 'geodir_near_field_default_text' ) ) {
2383
-		$default_near_text = __( get_option( 'geodir_near_field_default_text' ), 'geodirectory' );
2382
+	if (get_option('geodir_near_field_default_text')) {
2383
+		$default_near_text = __(get_option('geodir_near_field_default_text'), 'geodirectory');
2384 2384
 	}
2385 2385
 
2386
-	if ( isset( $_REQUEST['snear'] ) && $_REQUEST['snear'] != '' ) {
2387
-		$near = esc_attr( stripslashes_deep( $_REQUEST['snear'] ) );
2386
+	if (isset($_REQUEST['snear']) && $_REQUEST['snear'] != '') {
2387
+		$near = esc_attr(stripslashes_deep($_REQUEST['snear']));
2388 2388
 	} else {
2389 2389
 		$near = $default_near_text;
2390 2390
 	}
@@ -2398,7 +2398,7 @@  discard block
 block discarded – undo
2398 2398
 	 * @since 1.6.9
2399 2399
 	 * @param string $curr_post_type The current post type.
2400 2400
 	 */
2401
-	$near_input_extra = apply_filters('geodir_near_input_extra','',$curr_post_type);
2401
+	$near_input_extra = apply_filters('geodir_near_input_extra', '', $curr_post_type);
2402 2402
 
2403 2403
 
2404 2404
 	/**
@@ -2411,7 +2411,7 @@  discard block
 block discarded – undo
2411 2411
 	 * @param string $near              The current near value.
2412 2412
 	 * @param string $default_near_text The default near value.
2413 2413
 	 */
2414
-	$near = apply_filters( 'geodir_search_near_text', $near, $default_near_text );
2414
+	$near = apply_filters('geodir_search_near_text', $near, $default_near_text);
2415 2415
 	/**
2416 2416
 	 * Filter the default "Near" text value for the search form.
2417 2417
 	 *
@@ -2422,7 +2422,7 @@  discard block
 block discarded – undo
2422 2422
 	 * @param string $near              The current near value.
2423 2423
 	 * @param string $default_near_text The default near value.
2424 2424
 	 */
2425
-	$default_near_text = apply_filters( 'geodir_search_default_near_text', $default_near_text, $near );
2425
+	$default_near_text = apply_filters('geodir_search_default_near_text', $default_near_text, $near);
2426 2426
 	/**
2427 2427
 	 * Filter the class for the near search input.
2428 2428
 	 *
@@ -2430,10 +2430,10 @@  discard block
 block discarded – undo
2430 2430
 	 *
2431 2431
 	 * @param string $class The class for the HTML near input, default is blank.
2432 2432
 	 */
2433
-	$near_class = apply_filters( 'geodir_search_near_class', '' );
2433
+	$near_class = apply_filters('geodir_search_near_class', '');
2434 2434
 
2435 2435
 	$new_style = get_option('geodir_show_search_old_search_from') ? false : true;
2436
-	if($new_style){
2436
+	if ($new_style) {
2437 2437
 		echo "<div class='gd-search-input-wrapper gd-search-field-near' $near_input_extra>";
2438 2438
 		
2439 2439
 		do_action('geodir_before_near_input');
@@ -2441,30 +2441,30 @@  discard block
 block discarded – undo
2441 2441
 
2442 2442
 	?>
2443 2443
 	<input name="snear" class="snear <?php echo $near_class; ?>" type="text" value="<?php echo $near; ?>"
2444
-	       onblur="if (this.value.trim() == '') {this.value = ('<?php echo esc_sql( $near ); ?>' != '' ? '<?php echo esc_sql( $near ); ?>' : '<?php echo $default_near_text; ?>');}"
2445
-	       onfocus="if (this.value == '<?php echo $default_near_text; ?>' || this.value =='<?php echo esc_sql( $near ); ?>') {this.value = '';}"
2446
-	       onkeydown="javascript: if(event.keyCode == 13) geodir_click_search(this);" <?php echo $near_input_extra;?>/>
2444
+	       onblur="if (this.value.trim() == '') {this.value = ('<?php echo esc_sql($near); ?>' != '' ? '<?php echo esc_sql($near); ?>' : '<?php echo $default_near_text; ?>');}"
2445
+	       onfocus="if (this.value == '<?php echo $default_near_text; ?>' || this.value =='<?php echo esc_sql($near); ?>') {this.value = '';}"
2446
+	       onkeydown="javascript: if(event.keyCode == 13) geodir_click_search(this);" <?php echo $near_input_extra; ?>/>
2447 2447
 	<?php
2448
-	if($new_style){
2448
+	if ($new_style) {
2449 2449
 		do_action('geodir_after_near_input');
2450 2450
 
2451 2451
 		echo "</div>";
2452 2452
 	}
2453 2453
 }
2454 2454
 
2455
-add_action( 'geodir_search_form_inputs', 'geodir_search_form_post_type_input', 10 );
2456
-add_action( 'geodir_search_form_inputs', 'geodir_search_form_search_input', 20 );
2457
-add_action( 'geodir_search_form_inputs', 'geodir_search_form_near_input', 30 );
2455
+add_action('geodir_search_form_inputs', 'geodir_search_form_post_type_input', 10);
2456
+add_action('geodir_search_form_inputs', 'geodir_search_form_search_input', 20);
2457
+add_action('geodir_search_form_inputs', 'geodir_search_form_near_input', 30);
2458 2458
 
2459
-function geodir_get_search_post_type($pt=''){
2459
+function geodir_get_search_post_type($pt = '') {
2460 2460
 	global $geodir_search_post_type;
2461 2461
 
2462
-	if($pt!=''){return $geodir_search_post_type = $pt;}
2463
-	if(!empty($geodir_search_post_type)){ return $geodir_search_post_type;}
2462
+	if ($pt != '') {return $geodir_search_post_type = $pt; }
2463
+	if (!empty($geodir_search_post_type)) { return $geodir_search_post_type; }
2464 2464
 
2465 2465
 	$geodir_search_post_type = geodir_get_current_posttype();
2466 2466
 
2467
-	if(!$geodir_search_post_type) {
2467
+	if (!$geodir_search_post_type) {
2468 2468
 		$geodir_search_post_type = geodir_get_default_posttype();
2469 2469
 	}
2470 2470
 
@@ -2472,7 +2472,7 @@  discard block
 block discarded – undo
2472 2472
 	return $geodir_search_post_type;
2473 2473
 }
2474 2474
 
2475
-function geodir_search_form(){
2475
+function geodir_search_form() {
2476 2476
 
2477 2477
 	geodir_get_search_post_type();
2478 2478
 
@@ -2482,8 +2482,8 @@  discard block
 block discarded – undo
2482 2482
 	die();
2483 2483
 }
2484 2484
 
2485
-add_action( 'wp_ajax_geodir_search_form', 'geodir_search_form' );
2486
-add_action( 'wp_ajax_nopriv_geodir_search_form', 'geodir_search_form' );
2485
+add_action('wp_ajax_geodir_search_form', 'geodir_search_form');
2486
+add_action('wp_ajax_nopriv_geodir_search_form', 'geodir_search_form');
2487 2487
 
2488 2488
 /**
2489 2489
  * Check wpml active or not.
@@ -2557,7 +2557,7 @@  discard block
 block discarded – undo
2557 2557
         }
2558 2558
     }
2559 2559
 }
2560
-add_filter( 'icl_make_duplicate', 'geodir_icl_make_duplicate', 11, 4 );
2560
+add_filter('icl_make_duplicate', 'geodir_icl_make_duplicate', 11, 4);
2561 2561
 
2562 2562
 /**
2563 2563
  * Duplicate post listing manually after listing saved.
@@ -2598,7 +2598,7 @@  discard block
 block discarded – undo
2598 2598
 function geodir_wpml_duplicate_post_reviews($master_post_id, $tr_post_id, $lang) {
2599 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 2603
     if (!empty($reviews)) {
2604 2604
         foreach ($reviews as $review) {
@@ -2626,14 +2626,14 @@  discard block
 block discarded – undo
2626 2626
     global $wpdb, $plugin_prefix;
2627 2627
 
2628 2628
     $post_type = get_post_type($master_post_id);
2629
-    $post_table = $plugin_prefix . $post_type . '_detail';
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 ) ) {
2634
+    if (!empty($data)) {
2635 2635
         $data['post_id'] = $tr_post_id;
2636
-        unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type . 'category']);
2636
+        unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type.'category']);
2637 2637
         $wpdb->update($post_table, $data, array('post_id' => $tr_post_id));
2638 2638
         return true;
2639 2639
     }
@@ -2658,7 +2658,7 @@  discard block
 block discarded – undo
2658 2658
     global $sitepress, $wpdb;
2659 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 2663
     $taxonomies = get_object_taxonomies($post_type);
2664 2664
     foreach ($taxonomies as $taxonomy) {
@@ -2667,9 +2667,9 @@  discard block
 block discarded – undo
2667 2667
         
2668 2668
         if ($terms) {
2669 2669
             foreach ($terms as $term) {
2670
-                $tr_id = apply_filters( 'translate_object_id',$term->term_id, $taxonomy, false, $lang);
2670
+                $tr_id = apply_filters('translate_object_id', $term->term_id, $taxonomy, false, $lang);
2671 2671
                 
2672
-                if (!is_null($tr_id)){
2672
+                if (!is_null($tr_id)) {
2673 2673
                     // not using get_term - unfiltered get_term
2674 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));
@@ -2678,14 +2678,14 @@  discard block
 block discarded – undo
2678 2678
                 }
2679 2679
             }
2680 2680
 
2681
-            if (!is_taxonomy_hierarchical($taxonomy)){
2682
-                $terms_array = array_unique( array_map( 'intval', $terms_array ) );
2681
+            if (!is_taxonomy_hierarchical($taxonomy)) {
2682
+                $terms_array = array_unique(array_map('intval', $terms_array));
2683 2683
             }
2684 2684
 
2685 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');
2687
+            if ($taxonomy == $post_type.'category') {
2688
+                geodir_set_postcat_structure($tr_post_id, $post_type.'category');
2689 2689
             }
2690 2690
         }
2691 2691
     }
@@ -2706,15 +2706,15 @@  discard block
 block discarded – undo
2706 2706
 function geodir_icl_duplicate_post_images($master_post_id, $tr_post_id, $lang) {
2707 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));
2709
+    $query = $wpdb->prepare("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id));
2710 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));
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 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;
2715
+    if (!empty($post_images)) {
2716
+        foreach ($post_images as $post_image) {
2717
+            $image_data = (array) $post_image;
2718 2718
             unset($image_data['ID']);
2719 2719
             $image_data['post_id'] = $tr_post_id;
2720 2720
             
@@ -2747,13 +2747,13 @@  discard block
 block discarded – undo
2747 2747
 function geodir_wpml_duplicate_post_review($master_comment_id, $master_post_id, $tr_post_id, $lang) {
2748 2748
     global $wpdb, $plugin_prefix, $sitepress;
2749 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);
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 2751
 
2752 2752
     if (empty($review)) {
2753 2753
         return false;
2754 2754
     }
2755 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));
2756
+        $wpdb->query($wpdb->prepare("UPDATE ".GEODIR_REVIEW_TABLE." SET post_id=%d WHERE comment_id=%d", $master_post_id, $master_comment_id));
2757 2757
         geodir_update_postrating($master_post_id, $post_type);
2758 2758
     }
2759 2759
 
@@ -2764,9 +2764,9 @@  discard block
 block discarded – undo
2764 2764
     }
2765 2765
 
2766 2766
     $post_type = get_post_type($master_post_id);
2767
-    $post_table = $plugin_prefix . $post_type . '_detail';
2767
+    $post_table = $plugin_prefix.$post_type.'_detail';
2768 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);
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 2770
     if (empty($translated_post)) {
2771 2771
         return false;
2772 2772
     }
@@ -2784,7 +2784,7 @@  discard block
 block discarded – undo
2784 2784
         unset($review['id']);
2785 2785
     }
2786 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));
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 2788
 
2789 2789
     if ($tr_review_id) { // update review
2790 2790
         $wpdb->update(GEODIR_REVIEW_TABLE, $review, array('id' => $tr_review_id));
@@ -2797,8 +2797,8 @@  discard block
 block discarded – undo
2797 2797
         geodir_update_postrating($tr_post_id, $post_type);
2798 2798
         
2799 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);
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 2802
 
2803 2803
             if (!empty($likes)) {
2804 2804
                 foreach ($likes as $like) {
@@ -2900,7 +2900,7 @@  discard block
 block discarded – undo
2900 2900
  * @return bool True if review star disabled, otherwise false.
2901 2901
  */ 
2902 2902
 function geodir_rating_disabled_post_types() {
2903
-	$post_types = get_option( 'geodir_disable_rating_cpt' );
2903
+	$post_types = get_option('geodir_disable_rating_cpt');
2904 2904
 	
2905 2905
 	/**
2906 2906
 	 * Filter the post types array which have rating disabled.
@@ -2909,7 +2909,7 @@  discard block
 block discarded – undo
2909 2909
 	 *
2910 2910
 	 * @param array $post_types Array of post types which have rating starts disabled.
2911 2911
 	 */
2912
-	return apply_filters( 'geodir_rating_disabled_post_types', $post_types );
2912
+	return apply_filters('geodir_rating_disabled_post_types', $post_types);
2913 2913
 }
2914 2914
 
2915 2915
 /**
@@ -2921,30 +2921,30 @@  discard block
 block discarded – undo
2921 2921
  * @param bool $taxonomy Whether $post_type is taxonomy or not.
2922 2922
  * @return bool True if review star disabled, otherwise false.
2923 2923
  */ 
2924
-function geodir_cpt_has_rating_disabled( $post_type = '', $taxonomy = false ) {
2924
+function geodir_cpt_has_rating_disabled($post_type = '', $taxonomy = false) {
2925 2925
 	$post_types = geodir_rating_disabled_post_types();
2926 2926
 	
2927
-	if ( empty( $post_types ) ) {
2927
+	if (empty($post_types)) {
2928 2928
 		return false;
2929 2929
 	}
2930 2930
 	
2931
-	if ( is_int( $post_type ) ) {
2932
-		$post_type = get_post_type( $post_type );
2931
+	if (is_int($post_type)) {
2932
+		$post_type = get_post_type($post_type);
2933 2933
 	}
2934 2934
 	
2935
-	if ( $taxonomy && !empty( $post_types ) ) {
2935
+	if ($taxonomy && !empty($post_types)) {
2936 2936
 		$posttypes = array();
2937 2937
 		
2938
-		foreach ( $post_types as $posttype ) {
2939
-			$posttypes[] = $posttype . 'category';
2940
-			$posttypes[] = $posttype . '_tags';
2938
+		foreach ($post_types as $posttype) {
2939
+			$posttypes[] = $posttype.'category';
2940
+			$posttypes[] = $posttype.'_tags';
2941 2941
 		}
2942 2942
 		
2943 2943
 		$post_types = $posttypes;
2944 2944
 	}
2945 2945
 
2946 2946
 	$return = false;
2947
-	if ( $post_type != '' && !empty( $post_types ) && in_array( $post_type, $post_types ) ) {
2947
+	if ($post_type != '' && !empty($post_types) && in_array($post_type, $post_types)) {
2948 2948
 		$return = true;
2949 2949
 	}
2950 2950
 
@@ -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
 /**
@@ -2970,24 +2970,24 @@  discard block
 block discarded – undo
2970 2970
  * @param int $post_id The post ID.
2971 2971
  * @return bool True if allowed.
2972 2972
  */
2973
-function geodir_wpml_allowed_to_duplicate( $post_id ) {
2973
+function geodir_wpml_allowed_to_duplicate($post_id) {
2974 2974
     $allowed = false;
2975 2975
     
2976
-    if ( !geodir_is_wpml() || empty( $post_id ) ) {
2976
+    if (!geodir_is_wpml() || empty($post_id)) {
2977 2977
         return $allowed;
2978 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 ) ) {
2982
+    if (empty($user_id)) {
2983 2983
         return $allowed;
2984 2984
     }
2985 2985
     
2986
-    if ( !is_post_type_translated( get_post_type( $post_id ) ) || get_post_meta( $post_id, '_icl_lang_duplicate_of', true ) ) {
2986
+    if (!is_post_type_translated(get_post_type($post_id)) || get_post_meta($post_id, '_icl_lang_duplicate_of', true)) {
2987 2987
         return $allowed;
2988 2988
     }
2989 2989
     
2990
-    if ( geodir_listing_belong_to_current_user( $post_id ) ) {
2990
+    if (geodir_listing_belong_to_current_user($post_id)) {
2991 2991
         $allowed = true;
2992 2992
     }
2993 2993
     
@@ -2997,7 +2997,7 @@  discard block
 block discarded – undo
2997 2997
      * @param bool $allowed True if allowed.
2998 2998
      * @param int $post_id The post ID.
2999 2999
      */
3000
-    return apply_filters( 'geodir_wpml_allowed_to_duplicate', $allowed, $post_id );
3000
+    return apply_filters('geodir_wpml_allowed_to_duplicate', $allowed, $post_id);
3001 3001
 }
3002 3002
 
3003 3003
 /**
@@ -3012,61 +3012,61 @@  discard block
 block discarded – undo
3012 3012
  * @param string $content_html The output html of the geodir_edit_post_link() function.
3013 3013
  * @return string Filtered html of the geodir_edit_post_link() function.
3014 3014
  */
3015
-function geodir_wpml_frontend_duplicate_listing( $content_html ) {
3015
+function geodir_wpml_frontend_duplicate_listing($content_html) {
3016 3016
     global $post, $preview, $sitepress;
3017 3017
     
3018
-    if ( !empty( $post->ID ) && !$preview && geodir_is_page( 'detail' ) && geodir_wpml_allowed_to_duplicate( $post->ID ) ) {
3018
+    if (!empty($post->ID) && !$preview && geodir_is_page('detail') && geodir_wpml_allowed_to_duplicate($post->ID)) {
3019 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 );
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 ) {
3023
+        if ($original_post_id == $post_id) {
3024 3024
             $wpml_languages = $sitepress->get_active_languages();
3025
-            $post_language = $sitepress->get_language_for_element( $post_id, $element_type );
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 ] );
3027
+            if (!empty($wpml_languages) && isset($wpml_languages[$post_language])) {
3028
+                unset($wpml_languages[$post_language]);
3029 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>';
3036
+                $wpml_content = '<div class="geodir-company_info gd-detail-duplicate"><h3 class="widget-title">'.__('Translate Listing', 'geodirectory').'</h3>';
3037 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>';
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 3040
                 $needs_translation = false;
3041 3041
                 
3042
-                foreach ( $wpml_languages as $lang_code => $lang ) {
3042
+                foreach ($wpml_languages as $lang_code => $lang) {
3043 3043
                     $duplicates_text = '';
3044 3044
                     $translated = false;
3045 3045
                     
3046
-                    if ( !empty( $element_translations ) && isset( $element_translations[$lang_code] ) ) {
3046
+                    if (!empty($element_translations) && isset($element_translations[$lang_code])) {
3047 3047
                         $translated = true;
3048 3048
                         
3049
-                        if ( !empty( $duplicates ) && isset( $duplicates[$lang_code] ) ) {
3050
-                            $duplicates_text = ' ' . __( '(duplicate)', 'geodirectory' );
3049
+                        if (!empty($duplicates) && isset($duplicates[$lang_code])) {
3050
+                            $duplicates_text = ' '.__('(duplicate)', 'geodirectory');
3051 3051
                         }
3052 3052
                     } else {
3053 3053
                         $needs_translation = true;
3054 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 ) {
3058
+                    if ($translated) {
3059 3059
                         $wpml_content .= '<i class="fa fa-check" style="color:orange"></i>';
3060 3060
                     } else {
3061
-                        $wpml_content .= '<input name="gd_icl_dup[]" value="' . $lang_code . '" title="' . esc_attr__( 'Create duplicate', 'geodirectory' ) . '" type="checkbox">';
3061
+                        $wpml_content .= '<input name="gd_icl_dup[]" value="'.$lang_code.'" title="'.esc_attr__('Create duplicate', 'geodirectory').'" type="checkbox">';
3062 3062
                     }
3063 3063
                     
3064 3064
                     $wpml_content .= '</td></tr>';
3065 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>';
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 3070
                 }
3071 3071
                 
3072 3072
                 $wpml_content .= '</tbody></table>';
Please login to merge, or discard this patch.
geodirectory-functions/ajax_handler_functions.php 2 patches
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.
Spacing   +33 added lines, -33 removed lines patch added patch discarded remove patch
@@ -44,7 +44,7 @@  discard block
 block discarded – undo
44 44
  */
45 45
 function geodir_on_wp()
46 46
 {
47
-    if(geodir_is_page('login')) {
47
+    if (geodir_is_page('login')) {
48 48
         geodir_user_signup();
49 49
     }
50 50
 
@@ -83,12 +83,12 @@  discard block
 block discarded – undo
83 83
          * @since 1.0.0
84 84
          * @package GeoDirectory
85 85
          */
86
-        include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php');
86
+        include_once(geodir_plugin_path().'/geodirectory-functions/map-functions/get_markers.php');
87 87
         die;
88 88
     }
89 89
     
90
-    if ( class_exists( 'WPSEO_Frontend' ) && !is_admin() ) {
91
-        add_action( 'template_redirect', 'geodir_remove_yoast_seo_metas' );
90
+    if (class_exists('WPSEO_Frontend') && !is_admin()) {
91
+        add_action('template_redirect', 'geodir_remove_yoast_seo_metas');
92 92
     }
93 93
 }
94 94
 
@@ -106,7 +106,7 @@  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 111
     if (isset($_REQUEST['gd_listing_view']) && $_REQUEST['gd_listing_view'] != '') {
112 112
 		$gd_session->set('gd_listing_view', $_REQUEST['gd_listing_view']);
@@ -128,7 +128,7 @@  discard block
 block discarded – undo
128 128
              * @since 1.0.0
129 129
              * @package GeoDirectory
130 130
              */
131
-            include_once(geodir_plugin_path() . '/geodirectory-admin/geodir_admin_ajax.php');
131
+            include_once(geodir_plugin_path().'/geodirectory-admin/geodir_admin_ajax.php');
132 132
         } else {
133 133
             wp_redirect(geodir_login_url());
134 134
             gd_die();
@@ -153,7 +153,7 @@  discard block
 block discarded – undo
153 153
                          * @param string $posttype The post type to insert.
154 154
                          * @param string $datatype The type of dummy data to insert.
155 155
                          */
156
-                        do_action('geodir_delete_dummy_posts' ,sanitize_key($_REQUEST['posttype']),$datatype);
156
+                        do_action('geodir_delete_dummy_posts', sanitize_key($_REQUEST['posttype']), $datatype);
157 157
                     break;
158 158
                 case "geodir_dummy_insert" :
159 159
                     if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename'))
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
                     $city_bound_lat2 = $_REQUEST['city_bound_lat2'];
166 166
                     $city_bound_lng2 = $_REQUEST['city_bound_lng2'];
167 167
 
168
-                    if (isset($_REQUEST['posttype'])){
168
+                    if (isset($_REQUEST['posttype'])) {
169 169
                         /**
170 170
                          * Used to insert the dummy post data per post type.
171 171
                          *
@@ -176,7 +176,7 @@  discard block
 block discarded – undo
176 176
                          * @param string $datatype The type of dummy data to insert.
177 177
                          * @param int $post_index The item number to insert.
178 178
                          */
179
-                        do_action('geodir_insert_dummy_posts',sanitize_key($_REQUEST['posttype']),sanitize_key($_REQUEST['datatype']),absint($_REQUEST['insert_dummy_post_index']));
179
+                        do_action('geodir_insert_dummy_posts', sanitize_key($_REQUEST['posttype']), sanitize_key($_REQUEST['datatype']), absint($_REQUEST['insert_dummy_post_index']));
180 180
                     }
181 181
 
182 182
 
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
         if ($_REQUEST['popuptype'] == 'b_send_inquiry' || $_REQUEST['popuptype'] == 'b_sendtofriend') {
194 194
             $template = locate_template(array("geodirectory/popup-forms.php"));
195 195
             if (!$template) {
196
-                $template = geodir_plugin_path() . '/geodirectory-templates/popup-forms.php';
196
+                $template = geodir_plugin_path().'/geodirectory-templates/popup-forms.php';
197 197
             }
198 198
             require_once($template);
199 199
         }
@@ -212,17 +212,17 @@  discard block
 block discarded – undo
212 212
          * @since 1.0.0
213 213
          * @package GeoDirectory
214 214
          */
215
-        include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php');
215
+        include_once(geodir_plugin_path().'/geodirectory-functions/map-functions/get_markers.php');
216 216
     }
217 217
 
218 218
     if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'favorite') {
219 219
         if (is_user_logged_in()) {
220 220
             switch ($_REQUEST['ajax_action']):
221 221
                 case "add" :
222
-                    geodir_add_to_favorite((int)$_REQUEST['pid']);
222
+                    geodir_add_to_favorite((int) $_REQUEST['pid']);
223 223
                     break;
224 224
                 case "remove" :
225
-                    geodir_remove_from_favorite((int)$_REQUEST['pid']);
225
+                    geodir_remove_from_favorite((int) $_REQUEST['pid']);
226 226
                     break;
227 227
             endswitch;
228 228
         } else {
@@ -235,7 +235,7 @@  discard block
 block discarded – undo
235 235
 
236 236
         $is_current_user_owner = true;
237 237
         if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
238
-            $is_current_user_owner = geodir_listing_belong_to_current_user((int)$_REQUEST['pid']);
238
+            $is_current_user_owner = geodir_listing_belong_to_current_user((int) $_REQUEST['pid']);
239 239
         }
240 240
 
241 241
         $request = $gd_session->get('listing');
@@ -346,7 +346,7 @@  discard block
 block discarded – undo
346 346
          * @since 1.0.0
347 347
          * @package GeoDirectory
348 348
          */
349
-        include_once(geodir_plugin_path() . '/geodirectory-functions/geodirectory_reg.php');
349
+        include_once(geodir_plugin_path().'/geodirectory-functions/geodirectory_reg.php');
350 350
     }
351 351
 
352 352
     if (isset($_REQUEST['ajax_action']) && $_REQUEST['ajax_action'] == 'geodir_get_term_list') {
@@ -373,37 +373,37 @@  discard block
 block discarded – undo
373 373
         exit();
374 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' ) ) {
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 378
             $json = array();
379 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 ) ) {
384
+            if (!empty($post_id) && !empty($langs)) {
385
+                if (geodir_wpml_allowed_to_duplicate($post_id)) {
386 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 ) {
391
+                    if ($master_post_id == $post_id) {
392 392
                         $_REQUEST['icl_ajx_action'] = 'make_duplicates';
393 393
                         
394
-                        foreach ( $langs as $lang ) {
395
-                            $return = $sitepress->make_duplicate( $master_post_id, $lang );
394
+                        foreach ($langs as $lang) {
395
+                            $return = $sitepress->make_duplicate($master_post_id, $lang);
396 396
                         }
397 397
                         $json['success'] = true;
398 398
                     } else {
399
-                        $json['error'] = __( 'Translation can be done from original listing only.', 'geodirectory' );
399
+                        $json['error'] = __('Translation can be done from original listing only.', 'geodirectory');
400 400
                     }
401 401
                 } else {
402
-                    $json['error'] = __( 'You are not allowed to translate this listing.', 'geodirectory' );
402
+                    $json['error'] = __('You are not allowed to translate this listing.', 'geodirectory');
403 403
                 }
404 404
             }
405 405
             
406
-            wp_send_json( $json );
406
+            wp_send_json($json);
407 407
         }
408 408
     }
409 409
 
@@ -411,7 +411,7 @@  discard block
 block discarded – undo
411 411
 }
412 412
 
413 413
 
414
-function geodir_show_ga_stats(){
414
+function geodir_show_ga_stats() {
415 415
     if (isset($_REQUEST['ga_start'])) {
416 416
         $ga_start = $_REQUEST['ga_start'];
417 417
     } else {
@@ -425,9 +425,9 @@  discard block
 block discarded – undo
425 425
     try {
426 426
         geodir_getGoogleAnalytics($_REQUEST['ga_page'], $ga_start, $ga_end);
427 427
     } catch (Exception $e) {
428
-        geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) );
428
+        geodir_error_log(wp_sprintf(__('GD Google Analytics API Error(%s) : %s', 'geodirectory'), $e->getCode(), $e->getMessage()));
429 429
     }
430 430
     die;
431 431
 }
432
-add_action( 'wp_ajax_gdga', 'geodir_show_ga_stats' );
433
-add_action( 'wp_ajax_nopriv_gdga', 'geodir_show_ga_stats' );
434 432
\ No newline at end of file
433
+add_action('wp_ajax_gdga', 'geodir_show_ga_stats');
434
+add_action('wp_ajax_nopriv_gdga', 'geodir_show_ga_stats');
435 435
\ No newline at end of file
Please login to merge, or discard this patch.