Test Failed
Pull Request — master (#274)
by Viruthagiri
10:39
created
geodirectory-widgets/geodirectory_related_listing_widget.php 3 patches
Spacing   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
     public function form($instance)
138 138
     {
139 139
         //widgetform in backend
140
-        $instance = wp_parse_args((array)$instance,
140
+        $instance = wp_parse_args((array) $instance,
141 141
             array('title' => '',
142 142
                 'list_sort' => '',
143 143
                 'list_order' => '',
@@ -169,7 +169,7 @@  discard block
 block discarded – undo
169 169
 
170 170
         ?>
171 171
         <p>
172
-            <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory');?>
172
+            <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory'); ?>
173 173
 
174 174
                 <input class="widefat" id="<?php echo $this->get_field_id('title'); ?>"
175 175
                        name="<?php echo $this->get_field_name('title'); ?>" type="text"
@@ -178,7 +178,7 @@  discard block
 block discarded – undo
178 178
         </p>
179 179
         <p>
180 180
             <label
181
-                for="<?php echo $this->get_field_id('list_sort'); ?>"><?php _e('Sort by:', 'geodirectory');?>
181
+                for="<?php echo $this->get_field_id('list_sort'); ?>"><?php _e('Sort by:', 'geodirectory'); ?>
182 182
 
183 183
                 <select class="widefat" id="<?php echo $this->get_field_id('list_sort'); ?>"
184 184
                         name="<?php echo $this->get_field_name('list_sort'); ?>">
@@ -208,7 +208,7 @@  discard block
 block discarded – undo
208 208
         </p>
209 209
         <p>
210 210
             <label
211
-                for="<?php echo $this->get_field_id('post_number'); ?>"><?php _e('Number of posts:', 'geodirectory');?>
211
+                for="<?php echo $this->get_field_id('post_number'); ?>"><?php _e('Number of posts:', 'geodirectory'); ?>
212 212
 
213 213
                 <input class="widefat" id="<?php echo $this->get_field_id('post_number'); ?>"
214 214
                        name="<?php echo $this->get_field_name('post_number'); ?>" type="text"
@@ -217,7 +217,7 @@  discard block
 block discarded – undo
217 217
         </p>
218 218
         <p>
219 219
             <label for="<?php echo $this->get_field_id('relate_to'); ?>">
220
-                <?php _e('Relate to:', 'geodirectory');?>
220
+                <?php _e('Relate to:', 'geodirectory'); ?>
221 221
                 <select class="widefat" id="<?php echo $this->get_field_id('relate_to'); ?>"
222 222
                         name="<?php echo $this->get_field_name('relate_to'); ?>">
223 223
                     <option <?php if ($relate_to == 'category') {
@@ -232,7 +232,7 @@  discard block
 block discarded – undo
232 232
         <p>
233 233
         <p>
234 234
             <label for="<?php echo $this->get_field_id('layout'); ?>">
235
-                <?php _e('Layout:', 'geodirectory');?>
235
+                <?php _e('Layout:', 'geodirectory'); ?>
236 236
                 <select class="widefat" id="<?php echo $this->get_field_id('layout'); ?>"
237 237
                         name="<?php echo $this->get_field_name('layout'); ?>">
238 238
                     <option <?php if ($layout == 'gridview_onehalf') {
@@ -260,7 +260,7 @@  discard block
 block discarded – undo
260 260
         </p>
261 261
         <p>
262 262
             <label
263
-                for="<?php echo $this->get_field_id('listing_width'); ?>"><?php _e('Listing width:', 'geodirectory');?>
263
+                for="<?php echo $this->get_field_id('listing_width'); ?>"><?php _e('Listing width:', 'geodirectory'); ?>
264 264
 
265 265
                 <input class="widefat" id="<?php echo $this->get_field_id('listing_width'); ?>"
266 266
                        name="<?php echo $this->get_field_name('listing_width'); ?>" type="text"
@@ -269,7 +269,7 @@  discard block
 block discarded – undo
269 269
         </p>
270 270
         <p>
271 271
             <label
272
-                for="<?php echo $this->get_field_id('character_count'); ?>"><?php _e('Post Content excerpt character count :', 'geodirectory');?>
272
+                for="<?php echo $this->get_field_id('character_count'); ?>"><?php _e('Post Content excerpt character count :', 'geodirectory'); ?>
273 273
                 <input class="widefat" id="<?php echo $this->get_field_id('character_count'); ?>"
274 274
                        name="<?php echo $this->get_field_name('character_count'); ?>" type="text"
275 275
                        value="<?php echo esc_attr($character_count); ?>"/>
@@ -277,9 +277,9 @@  discard block
 block discarded – undo
277 277
         </p>
278 278
         <p>
279 279
             <label for="<?php echo $this->get_field_id('add_location_filter'); ?>">
280
-                <?php _e('Enable Location Filter:', 'geodirectory');?>
280
+                <?php _e('Enable Location Filter:', 'geodirectory'); ?>
281 281
                 <input type="checkbox" id="<?php echo $this->get_field_id('add_location_filter'); ?>"
282
-                       name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"';?>
282
+                       name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"'; ?>
283 283
                        value="1"/>
284 284
             </label>
285 285
         </p>
Please login to merge, or discard this patch.
Indentation   +120 added lines, -120 removed lines patch added patch discarded remove patch
@@ -14,160 +14,160 @@  discard block
 block discarded – undo
14 14
  */
15 15
 class geodir_related_listing_postview extends WP_Widget
16 16
 {
17
-    /**
17
+	/**
18 18
 	 * Register the related listing widget.
19 19
 	 *
20 20
 	 * @since 1.0.0
21
-     * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct.
21
+	 * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct.
22 22
 	 */
23
-    public function __construct() {
24
-        $widget_ops = array('classname' => 'geodir_related_listing_post_view', 'description' => __('GD > Related Listing', 'geodirectory'));
25
-        parent::__construct(
26
-            'post_related_listing', // Base ID
27
-            __('GD > Related Listing', 'geodirectory'), // Name
28
-            $widget_ops// Args
29
-        );
30
-    }
23
+	public function __construct() {
24
+		$widget_ops = array('classname' => 'geodir_related_listing_post_view', 'description' => __('GD > Related Listing', 'geodirectory'));
25
+		parent::__construct(
26
+			'post_related_listing', // Base ID
27
+			__('GD > Related Listing', 'geodirectory'), // Name
28
+			$widget_ops// Args
29
+		);
30
+	}
31 31
 
32 32
 	/**
33 33
 	 * Front-end display content for related listing widget.
34 34
 	 *
35 35
 	 * @since 1.0.0
36
-     * @since 1.5.1 Declare function public.
36
+	 * @since 1.5.1 Declare function public.
37 37
 	 *
38 38
 	 * @param array $args     Widget arguments.
39 39
 	 * @param array $instance Saved values from database.
40 40
 	 */
41
-    public function widget($args, $instance)
42
-    {
41
+	public function widget($args, $instance)
42
+	{
43 43
 
44
-        // prints the widget
45
-        extract($args, EXTR_SKIP);
44
+		// prints the widget
45
+		extract($args, EXTR_SKIP);
46 46
 
47
-        /** This filter is documented in geodirectory_widgets.php */
48
-        $title = empty($instance['title']) ? __('Related Listing', 'geodirectory') : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
47
+		/** This filter is documented in geodirectory_widgets.php */
48
+		$title = empty($instance['title']) ? __('Related Listing', 'geodirectory') : apply_filters('widget_title', __($instance['title'], 'geodirectory'));
49 49
 
50
-        /** This filter is documented in geodirectory-functions/general_functions.php */
50
+		/** This filter is documented in geodirectory-functions/general_functions.php */
51 51
 		$post_number = empty($instance['post_number']) ? '5' : apply_filters('widget_post_number', $instance['post_number']);
52 52
 
53
-        /**
54
-         * Filter the relation type to get related listing.
55
-         *
56
-         * @since 1.0.0
57
-         * @param string $instance['relate_to'] Can be tags or category.
58
-         */
53
+		/**
54
+		 * Filter the relation type to get related listing.
55
+		 *
56
+		 * @since 1.0.0
57
+		 * @param string $instance['relate_to'] Can be tags or category.
58
+		 */
59 59
 		$relate_to = empty($instance['relate_to']) ? 'category' : apply_filters('widget_relate_to', $instance['relate_to']);
60 60
 
61
-        /** This filter is documented in geodirectory-functions/general_functions.php */
61
+		/** This filter is documented in geodirectory-functions/general_functions.php */
62 62
 		$layout = empty($instance['layout']) ? 'gridview_onehalf' : apply_filters('widget_layout', $instance['layout']);
63 63
 
64
-        /** This filter is documented in geodirectory-functions/general_functions.php */
64
+		/** This filter is documented in geodirectory-functions/general_functions.php */
65 65
 		$add_location_filter = empty($instance['add_location_filter']) ? '0' : apply_filters('widget_add_location_filter', $instance['add_location_filter']);
66 66
 
67
-        /** This filter is documented in geodirectory-functions/general_functions.php */
67
+		/** This filter is documented in geodirectory-functions/general_functions.php */
68 68
 		$listing_width = empty($instance['listing_width']) ? '' : apply_filters('widget_listing_width', $instance['listing_width']);
69 69
 
70
-        /** This filter is documented in geodirectory-functions/general_functions.php */
70
+		/** This filter is documented in geodirectory-functions/general_functions.php */
71 71
 		$list_sort = empty($instance['list_sort']) ? 'latest' : apply_filters('widget_list_sort', $instance['list_sort']);
72 72
 
73
-        /** This filter is documented in geodirectory-functions/general_functions.php */
73
+		/** This filter is documented in geodirectory-functions/general_functions.php */
74 74
 		$character_count = empty($instance['character_count']) ? 20 : apply_filters('widget_list_character_count', $instance['character_count']);
75 75
 
76
-        $arr = array(
77
-            'before_title' => $before_title,
78
-            'after_title' => $after_title,
79
-            'title' => $title,
80
-            'post_number' => $post_number,
81
-            'relate_to' => $relate_to,
82
-            'layout' => $layout,
83
-            'add_location_filter' => $add_location_filter,
84
-            'listing_width' => $listing_width,
85
-            'list_sort' => $list_sort,
86
-            'character_count' => $character_count,
87
-            'is_widget' => '1'
88
-        );
89
-
90
-        if ($widget_display = geodir_related_posts_display($arr)) {
91
-
92
-            echo $before_widget;
93
-            echo $widget_display;
94
-            echo $after_widget;
95
-        }
96
-    }
76
+		$arr = array(
77
+			'before_title' => $before_title,
78
+			'after_title' => $after_title,
79
+			'title' => $title,
80
+			'post_number' => $post_number,
81
+			'relate_to' => $relate_to,
82
+			'layout' => $layout,
83
+			'add_location_filter' => $add_location_filter,
84
+			'listing_width' => $listing_width,
85
+			'list_sort' => $list_sort,
86
+			'character_count' => $character_count,
87
+			'is_widget' => '1'
88
+		);
89
+
90
+		if ($widget_display = geodir_related_posts_display($arr)) {
91
+
92
+			echo $before_widget;
93
+			echo $widget_display;
94
+			echo $after_widget;
95
+		}
96
+	}
97 97
 
98 98
 	/**
99 99
 	 * Sanitize related listing widget form values as they are saved.
100 100
 	 *
101 101
 	 * @since 1.0.0
102
-     * @since 1.5.1 Declare function public.
102
+	 * @since 1.5.1 Declare function public.
103 103
 	 *
104 104
 	 * @param array $new_instance Values just sent to be saved.
105 105
 	 * @param array $old_instance Previously saved values from database.
106 106
 	 *
107 107
 	 * @return array Updated safe values to be saved.
108 108
 	 */
109
-    public function update($new_instance, $old_instance)
110
-    {
111
-        //save the widget
112
-        $instance = $old_instance;
113
-
114
-        $instance['title'] = strip_tags($new_instance['title']);
115
-        $instance['post_number'] = strip_tags($new_instance['post_number']);
116
-        $instance['relate_to'] = strip_tags($new_instance['relate_to']);
117
-        $instance['layout'] = strip_tags($new_instance['layout']);
118
-        $instance['listing_width'] = strip_tags($new_instance['listing_width']);
119
-        $instance['list_sort'] = strip_tags($new_instance['list_sort']);
120
-        $instance['character_count'] = $new_instance['character_count'];
121
-        if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '')
122
-            $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']);
123
-        else
124
-            $instance['add_location_filter'] = '0';
125
-
126
-        return $instance;
127
-    }
109
+	public function update($new_instance, $old_instance)
110
+	{
111
+		//save the widget
112
+		$instance = $old_instance;
113
+
114
+		$instance['title'] = strip_tags($new_instance['title']);
115
+		$instance['post_number'] = strip_tags($new_instance['post_number']);
116
+		$instance['relate_to'] = strip_tags($new_instance['relate_to']);
117
+		$instance['layout'] = strip_tags($new_instance['layout']);
118
+		$instance['listing_width'] = strip_tags($new_instance['listing_width']);
119
+		$instance['list_sort'] = strip_tags($new_instance['list_sort']);
120
+		$instance['character_count'] = $new_instance['character_count'];
121
+		if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '')
122
+			$instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']);
123
+		else
124
+			$instance['add_location_filter'] = '0';
125
+
126
+		return $instance;
127
+	}
128 128
 
129 129
 	/**
130 130
 	 * Back-end related listing widget settings form.
131 131
 	 *
132 132
 	 * @since 1.0.0
133
-     * @since 1.5.1 Declare function public.
133
+	 * @since 1.5.1 Declare function public.
134 134
 	 *
135 135
 	 * @param array $instance Previously saved values from database.
136 136
 	 */
137
-    public function form($instance)
138
-    {
139
-        //widgetform in backend
140
-        $instance = wp_parse_args((array)$instance,
141
-            array('title' => '',
142
-                'list_sort' => '',
143
-                'list_order' => '',
144
-                'post_number' => '5',
145
-                'relate_to' => '',
146
-                'layout' => 'gridview_onehalf',
147
-                'listing_width' => '',
148
-                'add_location_filter' => '1',
149
-                'character_count' => '20')
150
-        );
137
+	public function form($instance)
138
+	{
139
+		//widgetform in backend
140
+		$instance = wp_parse_args((array)$instance,
141
+			array('title' => '',
142
+				'list_sort' => '',
143
+				'list_order' => '',
144
+				'post_number' => '5',
145
+				'relate_to' => '',
146
+				'layout' => 'gridview_onehalf',
147
+				'listing_width' => '',
148
+				'add_location_filter' => '1',
149
+				'character_count' => '20')
150
+		);
151 151
 
152
-        $title = strip_tags($instance['title']);
152
+		$title = strip_tags($instance['title']);
153 153
 
154
-        $list_sort = strip_tags($instance['list_sort']);
154
+		$list_sort = strip_tags($instance['list_sort']);
155 155
 
156
-        $list_order = strip_tags($instance['list_order']);
156
+		$list_order = strip_tags($instance['list_order']);
157 157
 
158
-        $post_number = strip_tags($instance['post_number']);
158
+		$post_number = strip_tags($instance['post_number']);
159 159
 
160
-        $relate_to = strip_tags($instance['relate_to']);
160
+		$relate_to = strip_tags($instance['relate_to']);
161 161
 
162
-        $layout = strip_tags($instance['layout']);
162
+		$layout = strip_tags($instance['layout']);
163 163
 
164
-        $listing_width = strip_tags($instance['listing_width']);
164
+		$listing_width = strip_tags($instance['listing_width']);
165 165
 
166
-        $add_location_filter = strip_tags($instance['add_location_filter']);
166
+		$add_location_filter = strip_tags($instance['add_location_filter']);
167 167
 
168
-        $character_count = $instance['character_count'];
168
+		$character_count = $instance['character_count'];
169 169
 
170
-        ?>
170
+		?>
171 171
         <p>
172 172
             <label for="<?php echo $this->get_field_id('title'); ?>"><?php _e('Title:', 'geodirectory');?>
173 173
 
@@ -184,24 +184,24 @@  discard block
 block discarded – undo
184 184
                         name="<?php echo $this->get_field_name('list_sort'); ?>">
185 185
 
186 186
                     <option <?php if ($list_sort == 'latest') {
187
-                        echo 'selected="selected"';
188
-                    } ?> value="latest"><?php _e('Latest', 'geodirectory'); ?></option>
187
+						echo 'selected="selected"';
188
+					} ?> value="latest"><?php _e('Latest', 'geodirectory'); ?></option>
189 189
 
190 190
                     <option <?php if ($list_sort == 'featured') {
191
-                        echo 'selected="selected"';
192
-                    } ?> value="featured"><?php _e('Featured', 'geodirectory'); ?></option>
191
+						echo 'selected="selected"';
192
+					} ?> value="featured"><?php _e('Featured', 'geodirectory'); ?></option>
193 193
 
194 194
                     <option <?php if ($list_sort == 'high_review') {
195
-                        echo 'selected="selected"';
196
-                    } ?> value="high_review"><?php _e('Review', 'geodirectory'); ?></option>
195
+						echo 'selected="selected"';
196
+					} ?> value="high_review"><?php _e('Review', 'geodirectory'); ?></option>
197 197
 
198 198
                     <option <?php if ($list_sort == 'high_rating') {
199
-                        echo 'selected="selected"';
200
-                    } ?> value="high_rating"><?php _e('Rating', 'geodirectory'); ?></option>
199
+						echo 'selected="selected"';
200
+					} ?> value="high_rating"><?php _e('Rating', 'geodirectory'); ?></option>
201 201
 
202 202
                     <option <?php if ($list_sort == 'random') {
203
-                        echo 'selected="selected"';
204
-                    } ?> value="random"><?php _e('Random', 'geodirectory'); ?></option>
203
+						echo 'selected="selected"';
204
+					} ?> value="random"><?php _e('Random', 'geodirectory'); ?></option>
205 205
 
206 206
                 </select>
207 207
             </label>
@@ -221,11 +221,11 @@  discard block
 block discarded – undo
221 221
                 <select class="widefat" id="<?php echo $this->get_field_id('relate_to'); ?>"
222 222
                         name="<?php echo $this->get_field_name('relate_to'); ?>">
223 223
                     <option <?php if ($relate_to == 'category') {
224
-                        echo 'selected="selected"';
225
-                    } ?> value="category"><?php _e('Categories', 'geodirectory'); ?></option>
224
+						echo 'selected="selected"';
225
+					} ?> value="category"><?php _e('Categories', 'geodirectory'); ?></option>
226 226
                     <option <?php if ($relate_to == 'tags') {
227
-                        echo 'selected="selected"';
228
-                    } ?> value="tags"><?php _e('Tags', 'geodirectory'); ?></option>
227
+						echo 'selected="selected"';
228
+					} ?> value="tags"><?php _e('Tags', 'geodirectory'); ?></option>
229 229
                 </select>
230 230
             </label>
231 231
         </p>
@@ -236,24 +236,24 @@  discard block
 block discarded – undo
236 236
                 <select class="widefat" id="<?php echo $this->get_field_id('layout'); ?>"
237 237
                         name="<?php echo $this->get_field_name('layout'); ?>">
238 238
                     <option <?php if ($layout == 'gridview_onehalf') {
239
-                        echo 'selected="selected"';
240
-                    } ?>
239
+						echo 'selected="selected"';
240
+					} ?>
241 241
                         value="gridview_onehalf"><?php _e('Grid View (Two Columns)', 'geodirectory'); ?></option>
242 242
                     <option <?php if ($layout == 'gridview_onethird') {
243
-                        echo 'selected="selected"';
244
-                    } ?>
243
+						echo 'selected="selected"';
244
+					} ?>
245 245
                         value="gridview_onethird"><?php _e('Grid View (Three Columns)', 'geodirectory'); ?></option>
246 246
                     <option <?php if ($layout == 'gridview_onefourth') {
247
-                        echo 'selected="selected"';
248
-                    } ?>
247
+						echo 'selected="selected"';
248
+					} ?>
249 249
                         value="gridview_onefourth"><?php _e('Grid View (Four Columns)', 'geodirectory'); ?></option>
250 250
                     <option <?php if ($layout == 'gridview_onefifth') {
251
-                        echo 'selected="selected"';
252
-                    } ?>
251
+						echo 'selected="selected"';
252
+					} ?>
253 253
                         value="gridview_onefifth"><?php _e('Grid View (Five Columns)', 'geodirectory'); ?></option>
254 254
                     <option <?php if ($layout == 'list') {
255
-                        echo 'selected="selected"';
256
-                    } ?> value="list"><?php _e('List view', 'geodirectory'); ?></option>
255
+						echo 'selected="selected"';
256
+					} ?> value="list"><?php _e('List view', 'geodirectory'); ?></option>
257 257
 
258 258
                 </select>
259 259
             </label>
@@ -285,7 +285,7 @@  discard block
 block discarded – undo
285 285
         </p>
286 286
 
287 287
     <?php
288
-    }
288
+	}
289 289
 } // class geodir_related_listing_postview
290 290
 
291 291
 register_widget('geodir_related_listing_postview');
292 292
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +9 added lines, -5 removed lines patch added patch discarded remove patch
@@ -118,10 +118,11 @@  discard block
 block discarded – undo
118 118
         $instance['listing_width'] = strip_tags($new_instance['listing_width']);
119 119
         $instance['list_sort'] = strip_tags($new_instance['list_sort']);
120 120
         $instance['character_count'] = $new_instance['character_count'];
121
-        if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '')
122
-            $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']);
123
-        else
124
-            $instance['add_location_filter'] = '0';
121
+        if (isset($new_instance['add_location_filter']) && $new_instance['add_location_filter'] != '') {
122
+                    $instance['add_location_filter'] = strip_tags($new_instance['add_location_filter']);
123
+        } else {
124
+                    $instance['add_location_filter'] = '0';
125
+        }
125 126
 
126 127
         return $instance;
127 128
     }
@@ -279,7 +280,10 @@  discard block
 block discarded – undo
279 280
             <label for="<?php echo $this->get_field_id('add_location_filter'); ?>">
280 281
                 <?php _e('Enable Location Filter:', 'geodirectory');?>
281 282
                 <input type="checkbox" id="<?php echo $this->get_field_id('add_location_filter'); ?>"
282
-                       name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) echo 'checked="checked"';?>
283
+                       name="<?php echo $this->get_field_name('add_location_filter'); ?>" <?php if ($add_location_filter) {
284
+	echo 'checked="checked"';
285
+}
286
+?>
283 287
                        value="1"/>
284 288
             </label>
285 289
         </p>
Please login to merge, or discard this patch.
geodirectory-widgets/home_map_widget.php 3 patches
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -192,8 +192,9 @@
 block discarded – undo
192 192
 
193 193
                     foreach ($map_zoom_level as $level) {
194 194
                         $selected = '';
195
-                        if ($level == $zoom)
196
-                            $selected = 'selected="selected"';
195
+                        if ($level == $zoom) {
196
+                                                    $selected = 'selected="selected"';
197
+                        }
197 198
 
198 199
                         echo '<option ' . $selected . ' value="' . $level . '">' . $level . '</option>';
199 200
 
Please login to merge, or discard this patch.
Indentation   +104 added lines, -104 removed lines patch added patch discarded remove patch
@@ -16,126 +16,126 @@  discard block
 block discarded – undo
16 16
  */
17 17
 class geodir_homepage_map extends WP_Widget
18 18
 {
19
-    /**
19
+	/**
20 20
 	 * Register the home page map widget.
21 21
 	 *
22 22
 	 * @since 1.0.0
23
-     * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct.
23
+	 * @since 1.5.1 Changed from PHP4 style constructors to PHP5 __construct.
24 24
 	 */
25
-    public function __construct() {
26
-        $widget_ops = array('classname' => 'widget Google Map in Home page', 'description' => __('Google Map in Home page. It will show you google map V3 for Home page with category checkbox selection.', 'geodirectory'));
27
-        parent::__construct(
28
-            'geodir_map_v3_home_map', // Base ID
29
-            __('GD > GMap - Home page', 'geodirectory'), // Name
30
-            $widget_ops// Args
31
-        );
32
-    }
25
+	public function __construct() {
26
+		$widget_ops = array('classname' => 'widget Google Map in Home page', 'description' => __('Google Map in Home page. It will show you google map V3 for Home page with category checkbox selection.', 'geodirectory'));
27
+		parent::__construct(
28
+			'geodir_map_v3_home_map', // Base ID
29
+			__('GD > GMap - Home page', 'geodirectory'), // Name
30
+			$widget_ops// Args
31
+		);
32
+	}
33 33
 
34 34
 	/**
35 35
 	 * Front-end display content for home page map widget.
36 36
 	 *
37 37
 	 * @since 1.0.0
38
-     * @since 1.5.1 Declare function public.
38
+	 * @since 1.5.1 Declare function public.
39 39
 	 *
40 40
 	 * @param array $args     Widget arguments.
41 41
 	 * @param array $instance Saved values from database.
42 42
 	 */
43
-    public function widget($args, $instance)
44
-    {
45
-        extract($args, EXTR_SKIP);
46
-        /** This action is documented in geodirectory_shortcodes.php */
47
-        $width = empty($instance['width']) ? '100%' : apply_filters('widget_width', $instance['width']);
48
-        /** This action is documented in geodirectory_shortcodes.php */
49
-        $height = empty($instance['heigh']) ? '425' : apply_filters('widget_heigh', $instance['heigh']);
50
-        /** This action is documented in geodirectory_shortcodes.php */
51
-        $maptype = empty($instance['maptype']) ? 'ROADMAP' : apply_filters('widget_maptype', $instance['maptype']);
52
-        /** This action is documented in geodirectory_shortcodes.php */
53
-        $zoom = empty($instance['zoom']) ? '13' : apply_filters('widget_zoom', $instance['zoom']);
54
-        /** This action is documented in geodirectory_shortcodes.php */
55
-        $autozoom = empty($instance['autozoom']) ? '' : apply_filters('widget_autozoom', $instance['autozoom']);
56
-        /** This action is documented in geodirectory_shortcodes.php */
57
-        $child_collapse = empty($instance['child_collapse']) ? '0' : apply_filters('widget_child_collapse', $instance['child_collapse']);
58
-        /** This action is documented in geodirectory_shortcodes.php */
59
-        $scrollwheel = empty($instance['scrollwheel']) ? '0' : apply_filters('widget_scrollwheel', $instance['scrollwheel']);
43
+	public function widget($args, $instance)
44
+	{
45
+		extract($args, EXTR_SKIP);
46
+		/** This action is documented in geodirectory_shortcodes.php */
47
+		$width = empty($instance['width']) ? '100%' : apply_filters('widget_width', $instance['width']);
48
+		/** This action is documented in geodirectory_shortcodes.php */
49
+		$height = empty($instance['heigh']) ? '425' : apply_filters('widget_heigh', $instance['heigh']);
50
+		/** This action is documented in geodirectory_shortcodes.php */
51
+		$maptype = empty($instance['maptype']) ? 'ROADMAP' : apply_filters('widget_maptype', $instance['maptype']);
52
+		/** This action is documented in geodirectory_shortcodes.php */
53
+		$zoom = empty($instance['zoom']) ? '13' : apply_filters('widget_zoom', $instance['zoom']);
54
+		/** This action is documented in geodirectory_shortcodes.php */
55
+		$autozoom = empty($instance['autozoom']) ? '' : apply_filters('widget_autozoom', $instance['autozoom']);
56
+		/** This action is documented in geodirectory_shortcodes.php */
57
+		$child_collapse = empty($instance['child_collapse']) ? '0' : apply_filters('widget_child_collapse', $instance['child_collapse']);
58
+		/** This action is documented in geodirectory_shortcodes.php */
59
+		$scrollwheel = empty($instance['scrollwheel']) ? '0' : apply_filters('widget_scrollwheel', $instance['scrollwheel']);
60 60
 
61
-        $map_args = array();
62
-        $map_args['map_canvas_name'] = str_replace('-', '_', $args['widget_id']); //'home_map_canvas'.$str ;
63
-        $map_args['width'] = $width;
64
-        $map_args['height'] = $height;
65
-        $map_args['maptype'] = $maptype;
66
-        $map_args['scrollwheel'] = $scrollwheel;
67
-        $map_args['zoom'] = $zoom;
68
-        $map_args['autozoom'] = $autozoom;
69
-        $map_args['child_collapse'] = $child_collapse;
70
-        $map_args['enable_cat_filters'] = true;
71
-        $map_args['enable_text_search'] = true;
72
-        $map_args['enable_post_type_filters'] = true;
73
-        /** This action is documented in geodirectory_shortcodes.php */
74
-        $map_args['enable_location_filters'] = apply_filters('geodir_home_map_enable_location_filters', false);
75
-        $map_args['enable_jason_on_load'] = false;
76
-        $map_args['enable_marker_cluster'] = false;
77
-        $map_args['enable_map_resize_button'] = true;
78
-        $map_args['map_class_name'] = 'geodir-map-home-page';
61
+		$map_args = array();
62
+		$map_args['map_canvas_name'] = str_replace('-', '_', $args['widget_id']); //'home_map_canvas'.$str ;
63
+		$map_args['width'] = $width;
64
+		$map_args['height'] = $height;
65
+		$map_args['maptype'] = $maptype;
66
+		$map_args['scrollwheel'] = $scrollwheel;
67
+		$map_args['zoom'] = $zoom;
68
+		$map_args['autozoom'] = $autozoom;
69
+		$map_args['child_collapse'] = $child_collapse;
70
+		$map_args['enable_cat_filters'] = true;
71
+		$map_args['enable_text_search'] = true;
72
+		$map_args['enable_post_type_filters'] = true;
73
+		/** This action is documented in geodirectory_shortcodes.php */
74
+		$map_args['enable_location_filters'] = apply_filters('geodir_home_map_enable_location_filters', false);
75
+		$map_args['enable_jason_on_load'] = false;
76
+		$map_args['enable_marker_cluster'] = false;
77
+		$map_args['enable_map_resize_button'] = true;
78
+		$map_args['map_class_name'] = 'geodir-map-home-page';
79 79
 
80
-        $is_geodir_home_map_widget = true;
81
-        $map_args['is_geodir_home_map_widget'] = $is_geodir_home_map_widget;
80
+		$is_geodir_home_map_widget = true;
81
+		$map_args['is_geodir_home_map_widget'] = $is_geodir_home_map_widget;
82 82
 
83
-        geodir_draw_map($map_args);
83
+		geodir_draw_map($map_args);
84 84
 
85
-        /* home map post type slider */
86
-        if ($is_geodir_home_map_widget) {
87
-            add_action('wp_footer', array($this, 'geodir_home_map_add_script'), 100);
88
-        }
85
+		/* home map post type slider */
86
+		if ($is_geodir_home_map_widget) {
87
+			add_action('wp_footer', array($this, 'geodir_home_map_add_script'), 100);
88
+		}
89 89
 
90
-    }
90
+	}
91 91
 
92 92
 	/**
93 93
 	 * Sanitize home page map widget form values as they are saved.
94 94
 	 *
95 95
 	 * @since 1.0.0
96
-     * @since 1.5.1 Declare function public.
96
+	 * @since 1.5.1 Declare function public.
97 97
 	 *
98 98
 	 * @param array $new_instance Values just sent to be saved.
99 99
 	 * @param array $old_instance Previously saved values from database.
100 100
 	 *
101 101
 	 * @return array Updated safe values to be saved.
102 102
 	 */
103
-    public function update($new_instance, $old_instance)
104
-    {
105
-        //save the widget
106
-        $instance = $old_instance;
107
-        $instance['width'] = strip_tags($new_instance['width']);
108
-        $instance['heigh'] = ($new_instance['heigh']);
109
-        $instance['maptype'] = ($new_instance['maptype']);
110
-        $instance['zoom'] = ($new_instance['zoom']);
111
-        $instance['autozoom'] = isset($new_instance['autozoom']) ? $new_instance['autozoom'] : '';
112
-        $instance['child_collapse'] = isset($new_instance['child_collapse']) ? ($new_instance['child_collapse']) : '';
113
-        $instance['scrollwheel'] = isset($new_instance['scrollwheel']) ? ($new_instance['scrollwheel']) : '';
103
+	public function update($new_instance, $old_instance)
104
+	{
105
+		//save the widget
106
+		$instance = $old_instance;
107
+		$instance['width'] = strip_tags($new_instance['width']);
108
+		$instance['heigh'] = ($new_instance['heigh']);
109
+		$instance['maptype'] = ($new_instance['maptype']);
110
+		$instance['zoom'] = ($new_instance['zoom']);
111
+		$instance['autozoom'] = isset($new_instance['autozoom']) ? $new_instance['autozoom'] : '';
112
+		$instance['child_collapse'] = isset($new_instance['child_collapse']) ? ($new_instance['child_collapse']) : '';
113
+		$instance['scrollwheel'] = isset($new_instance['scrollwheel']) ? ($new_instance['scrollwheel']) : '';
114 114
 
115
-        return $instance;
116
-    }
115
+		return $instance;
116
+	}
117 117
 
118 118
 	/**
119 119
 	 * Back-end home page map widget settings form.
120 120
 	 *
121 121
 	 * @since 1.0.0
122
-     * @since 1.5.1 Declare function public.
122
+	 * @since 1.5.1 Declare function public.
123 123
 	 *
124 124
 	 * @param array $instance Previously saved values from database.
125 125
 	 */
126
-    public function form($instance)
127
-    {
128
-        //widgetform in backend
126
+	public function form($instance)
127
+	{
128
+		//widgetform in backend
129 129
 
130
-        $instance = wp_parse_args((array)$instance, array('width' => '', 'heigh' => '', 'maptype' => '', 'zoom' => '', 'autozoom' => '', 'child_collapse' => '0', 'scrollwheel' => '0'));
131
-        $width = strip_tags($instance['width']);
132
-        $heigh = strip_tags($instance['heigh']);
133
-        $maptype = strip_tags($instance['maptype']);
134
-        $zoom = strip_tags($instance['zoom']);
135
-        $autozoom = strip_tags($instance['autozoom']);
136
-        $child_collapse = strip_tags($instance['child_collapse']);
137
-        $scrollwheel = strip_tags($instance['scrollwheel']);
138
-        ?>
130
+		$instance = wp_parse_args((array)$instance, array('width' => '', 'heigh' => '', 'maptype' => '', 'zoom' => '', 'autozoom' => '', 'child_collapse' => '0', 'scrollwheel' => '0'));
131
+		$width = strip_tags($instance['width']);
132
+		$heigh = strip_tags($instance['heigh']);
133
+		$maptype = strip_tags($instance['maptype']);
134
+		$zoom = strip_tags($instance['zoom']);
135
+		$autozoom = strip_tags($instance['autozoom']);
136
+		$child_collapse = strip_tags($instance['child_collapse']);
137
+		$scrollwheel = strip_tags($instance['scrollwheel']);
138
+		?>
139 139
 
140 140
         <p>
141 141
             <label
@@ -164,14 +164,14 @@  discard block
 block discarded – undo
164 164
                         name="<?php echo $this->get_field_name('maptype'); ?>">
165 165
 
166 166
                     <option <?php if (isset($maptype) && $maptype == 'ROADMAP') {
167
-                        echo 'selected="selected"';
168
-                    } ?> value="ROADMAP"><?php _e('Road Map', 'geodirectory'); ?></option>
167
+						echo 'selected="selected"';
168
+					} ?> value="ROADMAP"><?php _e('Road Map', 'geodirectory'); ?></option>
169 169
                     <option <?php if (isset($maptype) && $maptype == 'SATELLITE') {
170
-                        echo 'selected="selected"';
171
-                    } ?> value="SATELLITE"><?php _e('Satellite Map', 'geodirectory'); ?></option>
170
+						echo 'selected="selected"';
171
+					} ?> value="SATELLITE"><?php _e('Satellite Map', 'geodirectory'); ?></option>
172 172
                     <option <?php if (isset($maptype) && $maptype == 'HYBRID') {
173
-                        echo 'selected="selected"';
174
-                    } ?> value="HYBRID"><?php _e('Hybrid Map', 'geodirectory'); ?></option>
173
+						echo 'selected="selected"';
174
+					} ?> value="HYBRID"><?php _e('Hybrid Map', 'geodirectory'); ?></option>
175 175
 					<option <?php selected($maptype, 'TERRAIN');?> 
176 176
 							value="TERRAIN"><?php _e('Terrain Map', 'geodirectory'); ?></option>
177 177
                 </select>
@@ -179,8 +179,8 @@  discard block
 block discarded – undo
179 179
         </p>
180 180
 
181 181
         <?php
182
-        $map_zoom_level = geodir_map_zoom_level();
183
-        ?>
182
+		$map_zoom_level = geodir_map_zoom_level();
183
+		?>
184 184
 
185 185
         <p>
186 186
             <label
@@ -189,14 +189,14 @@  discard block
 block discarded – undo
189 189
                 <select class="widefat" id="<?php echo $this->get_field_id('zoom'); ?>"
190 190
                         name="<?php echo $this->get_field_name('zoom'); ?>"> <?php
191 191
 
192
-                    foreach ($map_zoom_level as $level) {
193
-                        $selected = '';
194
-                        if ($level == $zoom)
195
-                            $selected = 'selected="selected"';
192
+					foreach ($map_zoom_level as $level) {
193
+						$selected = '';
194
+						if ($level == $zoom)
195
+							$selected = 'selected="selected"';
196 196
 
197
-                        echo '<option ' . $selected . ' value="' . $level . '">' . $level . '</option>';
197
+						echo '<option ' . $selected . ' value="' . $level . '">' . $level . '</option>';
198 198
 
199
-                    } ?>
199
+					} ?>
200 200
 
201 201
                 </select>
202 202
             </label>
@@ -209,8 +209,8 @@  discard block
 block discarded – undo
209 209
                 :
210 210
                 <input type="checkbox" class="checkbox" id="<?php echo $this->get_field_id('autozoom'); ?>"
211 211
                        name="<?php echo $this->get_field_name('autozoom'); ?>"<?php if ($autozoom) {
212
-                    echo 'checked="checked"';
213
-                } ?> /></label>
212
+					echo 'checked="checked"';
213
+				} ?> /></label>
214 214
         </p>
215 215
 
216 216
         <p>
@@ -234,17 +234,17 @@  discard block
 block discarded – undo
234 234
         </p>
235 235
 
236 236
     <?php
237
-    }
237
+	}
238 238
 
239
-    /**
239
+	/**
240 240
 	 * Adds the javascript in the footer for home page map widget.
241 241
 	 *
242 242
 	 * @since 1.0.0
243
-     * @since 1.5.1 Declare function public.
243
+	 * @since 1.5.1 Declare function public.
244 244
 	 */
245
-    public function geodir_home_map_add_script()
246
-    {
247
-        ?>
245
+	public function geodir_home_map_add_script()
246
+	{
247
+		?>
248 248
         <script type="text/javascript">
249 249
             jQuery(document).ready(function () {
250 250
                 geoDirMapSlide();
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
             }
318 318
         </script>
319 319
     <?php
320
-    }
320
+	}
321 321
 } // class geodir_homepage_map
322 322
 
323 323
 register_widget('geodir_homepage_map');
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
     {
128 128
         //widgetform in backend
129 129
 
130
-        $instance = wp_parse_args((array)$instance, array('width' => '', 'heigh' => '', 'maptype' => '', 'zoom' => '', 'autozoom' => '', 'child_collapse' => '0', 'scrollwheel' => '0'));
130
+        $instance = wp_parse_args((array) $instance, array('width' => '', 'heigh' => '', 'maptype' => '', 'zoom' => '', 'autozoom' => '', 'child_collapse' => '0', 'scrollwheel' => '0'));
131 131
         $width = strip_tags($instance['width']);
132 132
         $heigh = strip_tags($instance['heigh']);
133 133
         $maptype = strip_tags($instance['maptype']);
@@ -172,7 +172,7 @@  discard block
 block discarded – undo
172 172
                     <option <?php if (isset($maptype) && $maptype == 'HYBRID') {
173 173
                         echo 'selected="selected"';
174 174
                     } ?> value="HYBRID"><?php _e('Hybrid Map', 'geodirectory'); ?></option>
175
-					<option <?php selected($maptype, 'TERRAIN');?> 
175
+					<option <?php selected($maptype, 'TERRAIN'); ?> 
176 176
 							value="TERRAIN"><?php _e('Terrain Map', 'geodirectory'); ?></option>
177 177
                 </select>
178 178
             </label>
@@ -194,7 +194,7 @@  discard block
 block discarded – undo
194 194
                         if ($level == $zoom)
195 195
                             $selected = 'selected="selected"';
196 196
 
197
-                        echo '<option ' . $selected . ' value="' . $level . '">' . $level . '</option>';
197
+                        echo '<option '.$selected.' value="'.$level.'">'.$level.'</option>';
198 198
 
199 199
                     } ?>
200 200
 
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
                 :
220 220
                 <input id="<?php echo $this->get_field_id('child_collapse'); ?>"
221 221
                        name="<?php echo $this->get_field_name('child_collapse'); ?>" type="checkbox" value="1"
222
-                       <?php if ($child_collapse){ ?>checked="checked" <?php } ?> />
222
+                       <?php if ($child_collapse) { ?>checked="checked" <?php } ?> />
223 223
             </label>
224 224
         </p>
225 225
 
@@ -229,7 +229,7 @@  discard block
 block discarded – undo
229 229
                 :
230 230
                 <input id="<?php echo $this->get_field_id('scrollwheel'); ?>"
231 231
                        name="<?php echo $this->get_field_name('scrollwheel'); ?>" type="checkbox" value="1"
232
-                       <?php if ($scrollwheel){ ?>checked="checked" <?php } ?> />
232
+                       <?php if ($scrollwheel) { ?>checked="checked" <?php } ?> />
233 233
             </label>
234 234
         </p>
235 235
 
Please login to merge, or discard this patch.
geodirectory-functions/compatibility/Avada.php 4 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
  * @since 1.0.0
114 114
  * @package GeoDirectory
115 115
  * @param array $classes Class array.
116
- * @return array Modified class array.
116
+ * @return string[] Modified class array.
117 117
  */
118 118
 function geodir_x_body_class($classes)
119 119
 {
Please login to merge, or discard this patch.
Indentation   +107 added lines, -107 removed lines patch added patch discarded remove patch
@@ -18,10 +18,10 @@  discard block
 block discarded – undo
18 18
  */
19 19
 function gd_strip_breadcrumb_wrappers($breadcrumb)
20 20
 {
21
-    $breadcrumb = str_replace(array("<li>","</li>"), "", $breadcrumb);
22
-    $breadcrumb = str_replace('<div class="geodir-breadcrumb clearfix"><ul id="breadcrumbs">', '<ul class="fusion-breadcrumbs"><li>', $breadcrumb);
23
-    $breadcrumb = str_replace('</ul></div>', '</li></ul>', $breadcrumb);
24
-    return $breadcrumb;
21
+	$breadcrumb = str_replace(array("<li>","</li>"), "", $breadcrumb);
22
+	$breadcrumb = str_replace('<div class="geodir-breadcrumb clearfix"><ul id="breadcrumbs">', '<ul class="fusion-breadcrumbs"><li>', $breadcrumb);
23
+	$breadcrumb = str_replace('</ul></div>', '</li></ul>', $breadcrumb);
24
+	return $breadcrumb;
25 25
 }
26 26
 
27 27
 add_filter('geodir_breadcrumb_separator', 'gd_change_breadcrumb_separator');
@@ -35,8 +35,8 @@  discard block
 block discarded – undo
35 35
  */
36 36
 function gd_change_breadcrumb_separator($separator)
37 37
 {
38
-    $separator = ' / ';
39
-    return $separator;
38
+	$separator = ' / ';
39
+	return $separator;
40 40
 }
41 41
 
42 42
 add_action('avada_override_current_page_title_bar','gd_avada_current_page_title_bar_change');
@@ -49,11 +49,11 @@  discard block
 block discarded – undo
49 49
  */
50 50
 function gd_avada_current_page_title_bar_change($c_pageID)
51 51
 {
52
-    if (geodir_is_geodir_page()) {
53
-        gd_avada_current_page_title_bar();
54
-    }else{
55
-        avada_current_page_title_bar( $c_pageID );
56
-    }
52
+	if (geodir_is_geodir_page()) {
53
+		gd_avada_current_page_title_bar();
54
+	}else{
55
+		avada_current_page_title_bar( $c_pageID );
56
+	}
57 57
 
58 58
 }
59 59
 
@@ -65,50 +65,50 @@  discard block
 block discarded – undo
65 65
  */
66 66
 function gd_avada_current_page_title_bar()
67 67
 {
68
-    ob_start();
69
-    geodir_breadcrumb();
70
-    $secondary_content = ob_get_contents();
71
-    ob_get_clean();
72
-
73
-    $title = '';
74
-    $subtitle = '';
75
-
76
-    if (geodir_is_page('listing')) {
77
-        ob_start(); // Start buffering;
78
-        geodir_action_listings_title();
79
-        $title = ob_get_clean();
80
-        avada_page_title_bar($title, $subtitle, $secondary_content);
81
-    }
82
-
83
-    if (geodir_is_page('add-listing')) {
84
-        ob_start(); // Start buffering;
85
-        geodir_action_add_listing_page_title();
86
-        $title = ob_get_clean();
87
-        avada_page_title_bar($title, $subtitle, $secondary_content);
88
-    }
89
-
90
-    if (geodir_is_page('author')) {
91
-        ob_start(); // Start buffering;
92
-        geodir_action_author_page_title();
93
-        $title = ob_get_clean();
94
-        avada_page_title_bar($title, $subtitle, $secondary_content);
95
-    }
68
+	ob_start();
69
+	geodir_breadcrumb();
70
+	$secondary_content = ob_get_contents();
71
+	ob_get_clean();
72
+
73
+	$title = '';
74
+	$subtitle = '';
75
+
76
+	if (geodir_is_page('listing')) {
77
+		ob_start(); // Start buffering;
78
+		geodir_action_listings_title();
79
+		$title = ob_get_clean();
80
+		avada_page_title_bar($title, $subtitle, $secondary_content);
81
+	}
82
+
83
+	if (geodir_is_page('add-listing')) {
84
+		ob_start(); // Start buffering;
85
+		geodir_action_add_listing_page_title();
86
+		$title = ob_get_clean();
87
+		avada_page_title_bar($title, $subtitle, $secondary_content);
88
+	}
89
+
90
+	if (geodir_is_page('author')) {
91
+		ob_start(); // Start buffering;
92
+		geodir_action_author_page_title();
93
+		$title = ob_get_clean();
94
+		avada_page_title_bar($title, $subtitle, $secondary_content);
95
+	}
96 96
     
97 97
 
98
-    if (geodir_is_page('detail') || geodir_is_page('preview')) {
99
-        if ( $title = get_post_meta( get_the_ID(), 'pyre_page_title_custom_text', true ) ) {}
100
-        else {
101
-            $title = get_the_title();
102
-        }
103
-        avada_page_title_bar($title, $subtitle, $secondary_content);
104
-    }
105
-
106
-    if (geodir_is_page('search')) {
107
-        ob_start(); // Start buffering;
108
-        geodir_action_search_page_title();
109
-        $title = ob_get_clean();
110
-        avada_page_title_bar($title, $subtitle, $secondary_content);
111
-    }
98
+	if (geodir_is_page('detail') || geodir_is_page('preview')) {
99
+		if ( $title = get_post_meta( get_the_ID(), 'pyre_page_title_custom_text', true ) ) {}
100
+		else {
101
+			$title = get_the_title();
102
+		}
103
+		avada_page_title_bar($title, $subtitle, $secondary_content);
104
+	}
105
+
106
+	if (geodir_is_page('search')) {
107
+		ob_start(); // Start buffering;
108
+		geodir_action_search_page_title();
109
+		$title = ob_get_clean();
110
+		avada_page_title_bar($title, $subtitle, $secondary_content);
111
+	}
112 112
 }
113 113
 
114 114
 /**
@@ -119,34 +119,34 @@  discard block
 block discarded – undo
119 119
  */
120 120
 function gd_compat_php_avada()
121 121
 {
122
-    // change widget wrappers
123
-    //add_filter( 'geodir_before_widget', 'geodir_before_widget_compat',10,1 );
124
-    //add_filter( 'geodir_after_widget', 'geodir_after_widget_compat',10,1 );
125
-
126
-    // REMOVE BREADCRUMB
127
-    remove_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20);
128
-    remove_action('geodir_listings_before_main_content', 'geodir_breadcrumb', 20);
129
-    remove_action('geodir_author_before_main_content', 'geodir_breadcrumb', 20);
130
-    remove_action('geodir_search_before_main_content', 'geodir_breadcrumb', 20);
131
-    remove_action('geodir_home_before_main_content', 'geodir_breadcrumb', 20);
132
-    remove_action('geodir_location_before_main_content', 'geodir_breadcrumb', 20);
133
-
134
-    // REMOVE PAGE TITLES
135
-    remove_action('geodir_listings_page_title', 'geodir_action_listings_title', 10);
136
-    remove_action('geodir_add_listing_page_title', 'geodir_action_add_listing_page_title', 10);
137
-    remove_action('geodir_details_main_content', 'geodir_action_page_title', 20);
138
-    remove_action('geodir_search_page_title', 'geodir_action_search_page_title', 10);
139
-    remove_action('geodir_author_page_title', 'geodir_action_author_page_title', 10);
140
-
141
-    // make top section wide
142
-    remove_action('geodir_home_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
143
-    remove_action('geodir_location_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
144
-    remove_action('geodir_author_before_main_content', 'geodir_action_geodir_sidebar_author_top', 10);
145
-    remove_action('geodir_search_before_main_content', 'geodir_action_geodir_sidebar_search_top', 10);
146
-    remove_action('geodir_detail_before_main_content', 'geodir_action_geodir_sidebar_detail_top', 10);
147
-    remove_action('geodir_listings_before_main_content', 'geodir_action_geodir_sidebar_listings_top', 10);
148
-
149
-    //gd_compat_add_top_section_back();
122
+	// change widget wrappers
123
+	//add_filter( 'geodir_before_widget', 'geodir_before_widget_compat',10,1 );
124
+	//add_filter( 'geodir_after_widget', 'geodir_after_widget_compat',10,1 );
125
+
126
+	// REMOVE BREADCRUMB
127
+	remove_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20);
128
+	remove_action('geodir_listings_before_main_content', 'geodir_breadcrumb', 20);
129
+	remove_action('geodir_author_before_main_content', 'geodir_breadcrumb', 20);
130
+	remove_action('geodir_search_before_main_content', 'geodir_breadcrumb', 20);
131
+	remove_action('geodir_home_before_main_content', 'geodir_breadcrumb', 20);
132
+	remove_action('geodir_location_before_main_content', 'geodir_breadcrumb', 20);
133
+
134
+	// REMOVE PAGE TITLES
135
+	remove_action('geodir_listings_page_title', 'geodir_action_listings_title', 10);
136
+	remove_action('geodir_add_listing_page_title', 'geodir_action_add_listing_page_title', 10);
137
+	remove_action('geodir_details_main_content', 'geodir_action_page_title', 20);
138
+	remove_action('geodir_search_page_title', 'geodir_action_search_page_title', 10);
139
+	remove_action('geodir_author_page_title', 'geodir_action_author_page_title', 10);
140
+
141
+	// make top section wide
142
+	remove_action('geodir_home_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
143
+	remove_action('geodir_location_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
144
+	remove_action('geodir_author_before_main_content', 'geodir_action_geodir_sidebar_author_top', 10);
145
+	remove_action('geodir_search_before_main_content', 'geodir_action_geodir_sidebar_search_top', 10);
146
+	remove_action('geodir_detail_before_main_content', 'geodir_action_geodir_sidebar_detail_top', 10);
147
+	remove_action('geodir_listings_before_main_content', 'geodir_action_geodir_sidebar_listings_top', 10);
148
+
149
+	//gd_compat_add_top_section_back();
150 150
 
151 151
 }
152 152
 
@@ -160,17 +160,17 @@  discard block
 block discarded – undo
160 160
 function gd_compat_add_top_section_back()
161 161
 {
162 162
 
163
-    if (is_page_geodir_home() || geodir_is_page('location')) {
164
-        geodir_action_geodir_sidebar_home_top();
165
-    } elseif (geodir_is_page('listing')) {
166
-        geodir_action_geodir_sidebar_listings_top();
167
-    } elseif (geodir_is_page('detail')) {
168
-        geodir_action_geodir_sidebar_detail_top();
169
-    } elseif (geodir_is_page('search')) {
170
-        geodir_action_geodir_sidebar_search_top();
171
-    } elseif (geodir_is_page('author')) {
172
-        geodir_action_geodir_sidebar_author_top();
173
-    }
163
+	if (is_page_geodir_home() || geodir_is_page('location')) {
164
+		geodir_action_geodir_sidebar_home_top();
165
+	} elseif (geodir_is_page('listing')) {
166
+		geodir_action_geodir_sidebar_listings_top();
167
+	} elseif (geodir_is_page('detail')) {
168
+		geodir_action_geodir_sidebar_detail_top();
169
+	} elseif (geodir_is_page('search')) {
170
+		geodir_action_geodir_sidebar_search_top();
171
+	} elseif (geodir_is_page('author')) {
172
+		geodir_action_geodir_sidebar_author_top();
173
+	}
174 174
 
175 175
 
176 176
 }
@@ -187,12 +187,12 @@  discard block
 block discarded – undo
187 187
  */
188 188
 function gd_compat_body_class($classes)
189 189
 {
190
-    if (geodir_is_geodir_page()) {
191
-        $classes[] = 'wpgeo-avada';
192
-    } else {
193
-        $classes[] = '';
194
-    }
195
-    return $classes;
190
+	if (geodir_is_geodir_page()) {
191
+		$classes[] = 'wpgeo-avada';
192
+	} else {
193
+		$classes[] = '';
194
+	}
195
+	return $classes;
196 196
 }
197 197
 
198 198
 
@@ -206,7 +206,7 @@  discard block
 block discarded – undo
206 206
  */
207 207
 function geodir_before_widget_compat($var)
208 208
 {
209
-    return '<div id="%1$s" class="geodir-widget %2$s">';
209
+	return '<div id="%1$s" class="geodir-widget %2$s">';
210 210
 }
211 211
 
212 212
 /**
@@ -219,7 +219,7 @@  discard block
 block discarded – undo
219 219
  */
220 220
 function geodir_after_widget_compat($var)
221 221
 {
222
-    return '</div>';
222
+	return '</div>';
223 223
 }
224 224
 
225 225
 add_filter('geodir_search_form_class', 'geodir_search_form_class_avada');
@@ -233,8 +233,8 @@  discard block
 block discarded – undo
233 233
  */
234 234
 function geodir_search_form_class_avada($class)
235 235
 {
236
-    $class .= ' search';
237
-    return $class;
236
+	$class .= ' search';
237
+	return $class;
238 238
 }
239 239
 
240 240
 
@@ -243,11 +243,11 @@  discard block
 block discarded – undo
243 243
 
244 244
 // Avada sets the search page to use wither post or page, we need it to be 'any'
245 245
 function gd_avada_search_filter( $query ) {
246
-    if ( geodir_is_page('search') && is_search() && $query->is_search) {
247
-            $query->set('post_type', 'any');
248
-    }
249
-    return $query;
246
+	if ( geodir_is_page('search') && is_search() && $query->is_search) {
247
+			$query->set('post_type', 'any');
248
+	}
249
+	return $query;
250 250
 }
251 251
 if ( ! is_admin() ) {
252
-    add_filter( 'pre_get_posts', 'gd_avada_search_filter',11 );
252
+	add_filter( 'pre_get_posts', 'gd_avada_search_filter',11 );
253 253
 }
254 254
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -18,7 +18,7 @@  discard block
 block discarded – undo
18 18
  */
19 19
 function gd_strip_breadcrumb_wrappers($breadcrumb)
20 20
 {
21
-    $breadcrumb = str_replace(array("<li>","</li>"), "", $breadcrumb);
21
+    $breadcrumb = str_replace(array("<li>", "</li>"), "", $breadcrumb);
22 22
     $breadcrumb = str_replace('<div class="geodir-breadcrumb clearfix"><ul id="breadcrumbs">', '<ul class="fusion-breadcrumbs"><li>', $breadcrumb);
23 23
     $breadcrumb = str_replace('</ul></div>', '</li></ul>', $breadcrumb);
24 24
     return $breadcrumb;
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
     return $separator;
40 40
 }
41 41
 
42
-add_action('avada_override_current_page_title_bar','gd_avada_current_page_title_bar_change');
42
+add_action('avada_override_current_page_title_bar', 'gd_avada_current_page_title_bar_change');
43 43
 /**
44 44
  * new title bar functions for gd pages.
45 45
  *
@@ -51,8 +51,8 @@  discard block
 block discarded – undo
51 51
 {
52 52
     if (geodir_is_geodir_page()) {
53 53
         gd_avada_current_page_title_bar();
54
-    }else{
55
-        avada_current_page_title_bar( $c_pageID );
54
+    } else {
55
+        avada_current_page_title_bar($c_pageID);
56 56
     }
57 57
 
58 58
 }
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
     
97 97
 
98 98
     if (geodir_is_page('detail') || geodir_is_page('preview')) {
99
-        if ( $title = get_post_meta( get_the_ID(), 'pyre_page_title_custom_text', true ) ) {}
99
+        if ($title = get_post_meta(get_the_ID(), 'pyre_page_title_custom_text', true)) {}
100 100
         else {
101 101
             $title = get_the_title();
102 102
         }
@@ -242,12 +242,12 @@  discard block
 block discarded – undo
242 242
 gd_compat_php_avada();
243 243
 
244 244
 // Avada sets the search page to use wither post or page, we need it to be 'any'
245
-function gd_avada_search_filter( $query ) {
246
-    if ( geodir_is_page('search') && is_search() && $query->is_search) {
245
+function gd_avada_search_filter($query) {
246
+    if (geodir_is_page('search') && is_search() && $query->is_search) {
247 247
             $query->set('post_type', 'any');
248 248
     }
249 249
     return $query;
250 250
 }
251
-if ( ! is_admin() ) {
252
-    add_filter( 'pre_get_posts', 'gd_avada_search_filter',11 );
251
+if (!is_admin()) {
252
+    add_filter('pre_get_posts', 'gd_avada_search_filter', 11);
253 253
 }
254 254
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@  discard block
 block discarded – undo
51 51
 {
52 52
     if (geodir_is_geodir_page()) {
53 53
         gd_avada_current_page_title_bar();
54
-    }else{
54
+    } else{
55 55
         avada_current_page_title_bar( $c_pageID );
56 56
     }
57 57
 
@@ -96,8 +96,7 @@  discard block
 block discarded – undo
96 96
     
97 97
 
98 98
     if (geodir_is_page('detail') || geodir_is_page('preview')) {
99
-        if ( $title = get_post_meta( get_the_ID(), 'pyre_page_title_custom_text', true ) ) {}
100
-        else {
99
+        if ( $title = get_post_meta( get_the_ID(), 'pyre_page_title_custom_text', true ) ) {} else {
101 100
             $title = get_the_title();
102 101
         }
103 102
         avada_page_title_bar($title, $subtitle, $secondary_content);
Please login to merge, or discard this patch.
geodirectory-functions/compatibility/Enfold.php 3 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@
 block discarded – undo
113 113
  * @since 1.0.0
114 114
  * @package GeoDirectory
115 115
  * @param array $classes Class array.
116
- * @return array Modified class array.
116
+ * @return string[] Modified class array.
117 117
  */
118 118
 function geodir_x_body_class($classes)
119 119
 {
Please login to merge, or discard this patch.
Indentation   +135 added lines, -135 removed lines patch added patch discarded remove patch
@@ -17,84 +17,84 @@  discard block
 block discarded – undo
17 17
 function enfold_action_calls()
18 18
 {
19 19
 
20
-    /* ACTIONS
20
+	/* ACTIONS
21 21
     ****************************************************************************************/
22 22
 
23
-    // Add body class for styling purposes
24
-    add_filter('body_class', 'wpgeo_enfold_body_class');
23
+	// Add body class for styling purposes
24
+	add_filter('body_class', 'wpgeo_enfold_body_class');
25 25
 
26
-    // Pages using the page-builder shouldn't redirect on successful payment
27
-    if (isset($_REQUEST['pay_action'])) {
28
-        add_action('init', 'geodir_allow_payment_urls_enfold', 15);
29
-    }
26
+	// Pages using the page-builder shouldn't redirect on successful payment
27
+	if (isset($_REQUEST['pay_action'])) {
28
+		add_action('init', 'geodir_allow_payment_urls_enfold', 15);
29
+	}
30 30
 
31
-    // LOCATION MANAGER MENU ACTIONS - set the location menu item before the Enfold search
32
-    if (function_exists('geodir_location_menu_items')) {
33
-        remove_filter('wp_nav_menu_items', 'geodir_location_menu_items', 110);
34
-        add_filter('wp_nav_menu_items', 'geodir_location_menu_items', 8, 2);
35
-    }
36
-    // GEODIR MENU ACTIONS - set the GeoDir menu items before the Enfold search
37
-    remove_filter('wp_nav_menu_items', 'geodir_menu_items', 100);
38
-    add_filter('wp_nav_menu_items', 'geodir_menu_items', 7, 2);
31
+	// LOCATION MANAGER MENU ACTIONS - set the location menu item before the Enfold search
32
+	if (function_exists('geodir_location_menu_items')) {
33
+		remove_filter('wp_nav_menu_items', 'geodir_location_menu_items', 110);
34
+		add_filter('wp_nav_menu_items', 'geodir_location_menu_items', 8, 2);
35
+	}
36
+	// GEODIR MENU ACTIONS - set the GeoDir menu items before the Enfold search
37
+	remove_filter('wp_nav_menu_items', 'geodir_menu_items', 100);
38
+	add_filter('wp_nav_menu_items', 'geodir_menu_items', 7, 2);
39 39
 
40
-    // HOME TOP SIDEBAR
41
-    remove_action('geodir_home_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
42
-    remove_action('geodir_location_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
43
-    //add_action( 'ava_after_main_container', 'enfold_home_sidebar' );
40
+	// HOME TOP SIDEBAR
41
+	remove_action('geodir_home_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
42
+	remove_action('geodir_location_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
43
+	//add_action( 'ava_after_main_container', 'enfold_home_sidebar' );
44 44
 
45 45
 
46
-    // WRAPPER OPEN ACTIONS
47
-    remove_action('geodir_wrapper_open', 'geodir_action_wrapper_open', 10);
48
-    add_action('geodir_wrapper_open', 'enfold_action_wrapper_open', 9);
49
-    add_action('geodir_wrapper_open', 'enfold_detail_title', 8, 2); // ADD GEODIR TITLE
46
+	// WRAPPER OPEN ACTIONS
47
+	remove_action('geodir_wrapper_open', 'geodir_action_wrapper_open', 10);
48
+	add_action('geodir_wrapper_open', 'enfold_action_wrapper_open', 9);
49
+	add_action('geodir_wrapper_open', 'enfold_detail_title', 8, 2); // ADD GEODIR TITLE
50 50
 
51 51
 
52
-    // WRAPPER CONTENT OPEN ACTIONS
53
-    remove_action('geodir_wrapper_content_open', 'geodir_action_wrapper_content_open', 10);
54
-    add_action('geodir_wrapper_content_open', 'enfold_action_wrapper_content_open', 9, 3);
52
+	// WRAPPER CONTENT OPEN ACTIONS
53
+	remove_action('geodir_wrapper_content_open', 'geodir_action_wrapper_content_open', 10);
54
+	add_action('geodir_wrapper_content_open', 'enfold_action_wrapper_content_open', 9, 3);
55 55
 
56 56
 
57
-    // SIDEBAR RIGHT OPEN ACTIONS
58
-    remove_action('geodir_sidebar_right_open', 'geodir_action_sidebar_right_open', 10);
59
-    add_action('geodir_sidebar_right_open', 'enfold_action_sidebar_right_open', 10, 4);
57
+	// SIDEBAR RIGHT OPEN ACTIONS
58
+	remove_action('geodir_sidebar_right_open', 'geodir_action_sidebar_right_open', 10);
59
+	add_action('geodir_sidebar_right_open', 'enfold_action_sidebar_right_open', 10, 4);
60 60
 
61
-    // SIDEBAR LEFT OPEN ACTIONS
62
-    remove_action('geodir_sidebar_left_open', 'geodir_action_sidebar_left_open', 10);
63
-    add_action('geodir_sidebar_left_open', 'enfold_action_sidebar_left_open', 10, 4);
61
+	// SIDEBAR LEFT OPEN ACTIONS
62
+	remove_action('geodir_sidebar_left_open', 'geodir_action_sidebar_left_open', 10);
63
+	add_action('geodir_sidebar_left_open', 'enfold_action_sidebar_left_open', 10, 4);
64 64
 
65 65
 
66
-    // HOME PAGE BREADCRUMBS
67
-    remove_action('geodir_home_before_main_content', 'geodir_breadcrumb', 20);
68
-    remove_action('geodir_location_before_main_content', 'geodir_breadcrumb', 20);
66
+	// HOME PAGE BREADCRUMBS
67
+	remove_action('geodir_home_before_main_content', 'geodir_breadcrumb', 20);
68
+	remove_action('geodir_location_before_main_content', 'geodir_breadcrumb', 20);
69 69
 
70
-    // LISTINGS PAGE BREADCRUMBS & TITLES
71
-    remove_action('geodir_listings_before_main_content', 'geodir_breadcrumb', 20);
72
-    remove_action('geodir_listings_page_title', 'geodir_action_listings_title', 10);
70
+	// LISTINGS PAGE BREADCRUMBS & TITLES
71
+	remove_action('geodir_listings_before_main_content', 'geodir_breadcrumb', 20);
72
+	remove_action('geodir_listings_page_title', 'geodir_action_listings_title', 10);
73 73
 
74
-    // DETAILS PAGE BREADCRUMBS & TITLES
75
-    remove_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20);
76
-    remove_action('geodir_details_main_content', 'geodir_action_page_title', 20);
74
+	// DETAILS PAGE BREADCRUMBS & TITLES
75
+	remove_action('geodir_detail_before_main_content', 'geodir_breadcrumb', 20);
76
+	remove_action('geodir_details_main_content', 'geodir_action_page_title', 20);
77 77
 
78
-    // SEARCH PAGE BREADCRUMBS & TITLES
79
-    remove_action('geodir_search_before_main_content', 'geodir_breadcrumb', 20);
80
-    remove_action('geodir_search_page_title', 'geodir_action_search_page_title', 10);
78
+	// SEARCH PAGE BREADCRUMBS & TITLES
79
+	remove_action('geodir_search_before_main_content', 'geodir_breadcrumb', 20);
80
+	remove_action('geodir_search_page_title', 'geodir_action_search_page_title', 10);
81 81
 
82
-    // AUTHOR PAGE BREADCRUMBS & TITLES
83
-    remove_action('geodir_author_before_main_content', 'geodir_breadcrumb', 20);
84
-    remove_action('geodir_author_page_title', 'geodir_action_author_page_title', 10);
82
+	// AUTHOR PAGE BREADCRUMBS & TITLES
83
+	remove_action('geodir_author_before_main_content', 'geodir_breadcrumb', 20);
84
+	remove_action('geodir_author_page_title', 'geodir_action_author_page_title', 10);
85 85
 
86
-    // DISABLE ENFOLD MAPS CALL
87
-    add_filter('avf_load_google_map_api', 'gd_enfold_remove_maps_api', 10, 1);
86
+	// DISABLE ENFOLD MAPS CALL
87
+	add_filter('avf_load_google_map_api', 'gd_enfold_remove_maps_api', 10, 1);
88 88
 
89
-    // make top section wide
90
-    remove_action('geodir_home_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
91
-    remove_action('geodir_location_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
92
-    remove_action('geodir_author_before_main_content', 'geodir_action_geodir_sidebar_author_top', 10);
93
-    remove_action('geodir_search_before_main_content', 'geodir_action_geodir_sidebar_search_top', 10);
94
-    remove_action('geodir_detail_before_main_content', 'geodir_action_geodir_sidebar_detail_top', 10);
95
-    remove_action('geodir_listings_before_main_content', 'geodir_action_geodir_sidebar_listings_top', 10);
89
+	// make top section wide
90
+	remove_action('geodir_home_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
91
+	remove_action('geodir_location_before_main_content', 'geodir_action_geodir_sidebar_home_top', 10);
92
+	remove_action('geodir_author_before_main_content', 'geodir_action_geodir_sidebar_author_top', 10);
93
+	remove_action('geodir_search_before_main_content', 'geodir_action_geodir_sidebar_search_top', 10);
94
+	remove_action('geodir_detail_before_main_content', 'geodir_action_geodir_sidebar_detail_top', 10);
95
+	remove_action('geodir_listings_before_main_content', 'geodir_action_geodir_sidebar_listings_top', 10);
96 96
 
97
-    add_action('geodir_wrapper_open', 'gd_enfold_compat_add_top_section_back', 5);
97
+	add_action('geodir_wrapper_open', 'gd_enfold_compat_add_top_section_back', 5);
98 98
 
99 99
 } // Close enfold_action_calls
100 100
 
@@ -108,17 +108,17 @@  discard block
 block discarded – undo
108 108
 function gd_enfold_compat_add_top_section_back()
109 109
 {
110 110
 
111
-    if (is_page_geodir_home() || geodir_is_page('location')) {
112
-        add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_home_top', 8);
113
-    } elseif (geodir_is_page('listing')) {
114
-        add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_listings_top', 8);
115
-    } elseif (geodir_is_page('detail')) {
116
-        add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_detail_top', 8);
117
-    } elseif (geodir_is_page('search')) {
118
-        add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_search_top', 8);
119
-    } elseif (geodir_is_page('author')) {
120
-        add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_author_top', 8);
121
-    }
111
+	if (is_page_geodir_home() || geodir_is_page('location')) {
112
+		add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_home_top', 8);
113
+	} elseif (geodir_is_page('listing')) {
114
+		add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_listings_top', 8);
115
+	} elseif (geodir_is_page('detail')) {
116
+		add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_detail_top', 8);
117
+	} elseif (geodir_is_page('search')) {
118
+		add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_search_top', 8);
119
+	} elseif (geodir_is_page('author')) {
120
+		add_action('geodir_wrapper_open', 'geodir_action_geodir_sidebar_author_top', 8);
121
+	}
122 122
 
123 123
 
124 124
 }
@@ -137,8 +137,8 @@  discard block
 block discarded – undo
137 137
  */
138 138
 function wpgeo_enfold_body_class($classes)
139 139
 {
140
-    $classes[] = 'wpgeo-enfold';
141
-    return $classes;
140
+	$classes[] = 'wpgeo-enfold';
141
+	return $classes;
142 142
 }
143 143
 
144 144
 /**
@@ -149,8 +149,8 @@  discard block
 block discarded – undo
149 149
  */
150 150
 function geodir_allow_payment_urls_enfold()
151 151
 {
152
-    global $builder;
153
-    remove_action('template_redirect', array($builder, 'template_redirect'), 1000);
152
+	global $builder;
153
+	remove_action('template_redirect', array($builder, 'template_redirect'), 1000);
154 154
 }
155 155
 
156 156
 
@@ -162,8 +162,8 @@  discard block
 block discarded – undo
162 162
  */
163 163
 function enfold_action_wrapper_open()
164 164
 {
165
-    echo "<div class='container_wrap container_wrap_first main_color " . avia_layout_class('main', false) . "'>";
166
-    echo "<div class='container template-blog '>";
165
+	echo "<div class='container_wrap container_wrap_first main_color " . avia_layout_class('main', false) . "'>";
166
+	echo "<div class='container template-blog '>";
167 167
 }
168 168
 
169 169
 /**
@@ -177,38 +177,38 @@  discard block
 block discarded – undo
177 177
  */
178 178
 function enfold_detail_title($page, $class)
179 179
 {
180
-    //echo '###'.$page;
181
-    global $wp;
182
-    if (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_location_page_id() && !geodir_is_page('login')) {
183
-        add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
184
-        echo avia_title();
185
-    } elseif ($page == 'details-page') {
186
-        add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
187
-        echo avia_title();
188
-    } elseif ($page == 'listings-page' || $page == 'search-page') {
189
-        add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
190
-        ob_start(); // Start buffering;
191
-        geodir_action_listings_title();
192
-        $gd_title = ob_get_clean();
193
-        $title_p = explode('">', $gd_title);
194
-        $title = str_replace('</h1></header>', "", $title_p[2]);
195
-        //print_r($title_p);
196
-        echo avia_title(array('title' => $title));
197
-    } elseif ($page == 'author-page') {
198
-        add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
199
-        ob_start(); // Start buffering;
200
-        geodir_action_author_page_title();
201
-        $gd_title = ob_get_clean();
202
-        $gd_title = str_replace('<h1>', "", $gd_title);
203
-        $gd_title = str_replace('</h1>', "", $gd_title);
204
-        echo avia_title(array('title' => $gd_title));
205
-    } elseif ($page == 'add-listing-page') {
206
-        add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
207
-        echo avia_title();
208
-    } elseif ($page == 'add-listing-page') {
209
-        add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
210
-        echo avia_title();
211
-    }
180
+	//echo '###'.$page;
181
+	global $wp;
182
+	if (isset($wp->query_vars['page_id']) && $wp->query_vars['page_id'] == geodir_location_page_id() && !geodir_is_page('login')) {
183
+		add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
184
+		echo avia_title();
185
+	} elseif ($page == 'details-page') {
186
+		add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
187
+		echo avia_title();
188
+	} elseif ($page == 'listings-page' || $page == 'search-page') {
189
+		add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
190
+		ob_start(); // Start buffering;
191
+		geodir_action_listings_title();
192
+		$gd_title = ob_get_clean();
193
+		$title_p = explode('">', $gd_title);
194
+		$title = str_replace('</h1></header>', "", $title_p[2]);
195
+		//print_r($title_p);
196
+		echo avia_title(array('title' => $title));
197
+	} elseif ($page == 'author-page') {
198
+		add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
199
+		ob_start(); // Start buffering;
200
+		geodir_action_author_page_title();
201
+		$gd_title = ob_get_clean();
202
+		$gd_title = str_replace('<h1>', "", $gd_title);
203
+		$gd_title = str_replace('</h1>', "", $gd_title);
204
+		echo avia_title(array('title' => $gd_title));
205
+	} elseif ($page == 'add-listing-page') {
206
+		add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
207
+		echo avia_title();
208
+	} elseif ($page == 'add-listing-page') {
209
+		add_action('avia_breadcrumbs_trail', 'enfold_detail_breadcrum', 8, 2);
210
+		echo avia_title();
211
+	}
212 212
 
213 213
 }
214 214
 
@@ -223,22 +223,22 @@  discard block
 block discarded – undo
223 223
  */
224 224
 function enfold_detail_breadcrum($trail, $args)
225 225
 {
226
-    ob_start(); // Start buffering;
227
-    geodir_breadcrumb();
228
-    $gd_crums = ob_get_clean();
229
-    if ($gd_crums) {
230
-        $gd_crums = str_replace('<div class="geodir-breadcrumb clearfix"><ul id="breadcrumbs"><li>', "", $gd_crums);
231
-        $gd_crums = str_replace('</li></ul></div>', "", $gd_crums);
232
-        $gd_crums = str_replace('&nbsp;>&nbsp;', " > ", $gd_crums);
233
-        $gd_crums = str_replace('</li><li>', "", $gd_crums);
234
-        $gd_crums = explode(" > ", $gd_crums);
235
-        $trail_end = array_pop($gd_crums);
236
-        $gd_crums['trail_end'] = $trail_end;
237
-        //print_r($gd_crums);
238
-        //print_r($trail);
239
-        $trail = $gd_crums;
240
-    }
241
-    return $trail;
226
+	ob_start(); // Start buffering;
227
+	geodir_breadcrumb();
228
+	$gd_crums = ob_get_clean();
229
+	if ($gd_crums) {
230
+		$gd_crums = str_replace('<div class="geodir-breadcrumb clearfix"><ul id="breadcrumbs"><li>', "", $gd_crums);
231
+		$gd_crums = str_replace('</li></ul></div>', "", $gd_crums);
232
+		$gd_crums = str_replace('&nbsp;>&nbsp;', " > ", $gd_crums);
233
+		$gd_crums = str_replace('</li><li>', "", $gd_crums);
234
+		$gd_crums = explode(" > ", $gd_crums);
235
+		$trail_end = array_pop($gd_crums);
236
+		$gd_crums['trail_end'] = $trail_end;
237
+		//print_r($gd_crums);
238
+		//print_r($trail);
239
+		$trail = $gd_crums;
240
+	}
241
+	return $trail;
242 242
 }
243 243
 
244 244
 
@@ -253,12 +253,12 @@  discard block
 block discarded – undo
253 253
  */
254 254
 function enfold_action_wrapper_content_open($type = '', $id = '', $class = '')
255 255
 {
256
-    if (geodir_is_page('login')) {
257
-        echo "<main class='template-page content twelve alpha units " . $class . "' " . avia_markup_helper(array('context' => 'content', 'post_type' => 'page', 'echo' => false)) . ">";
258
-    } else {
259
-        echo "<main class='template-page content " . avia_layout_class('content', false) . " units " . $class . "' " . avia_markup_helper(array('context' => 'content', 'post_type' => 'page', 'echo' => false)) . ">";
260
-    }
261
-    echo '<div class="entry-content-wrapper">';
256
+	if (geodir_is_page('login')) {
257
+		echo "<main class='template-page content twelve alpha units " . $class . "' " . avia_markup_helper(array('context' => 'content', 'post_type' => 'page', 'echo' => false)) . ">";
258
+	} else {
259
+		echo "<main class='template-page content " . avia_layout_class('content', false) . " units " . $class . "' " . avia_markup_helper(array('context' => 'content', 'post_type' => 'page', 'echo' => false)) . ">";
260
+	}
261
+	echo '<div class="entry-content-wrapper">';
262 262
 }
263 263
 
264 264
 
@@ -274,9 +274,9 @@  discard block
 block discarded – undo
274 274
  */
275 275
 function enfold_action_sidebar_right_open($type = '', $id = '', $class = '', $itemtype = '')
276 276
 {
277
-    $sidebar_smartphone = avia_get_option('smartphones_sidebar') == 'smartphones_sidebar' ? 'smartphones_sidebar_active' : "";
278
-    echo "<aside class='sidebar sidebar_right " . $sidebar_smartphone . " " . avia_layout_class('sidebar', false) . " units' " . avia_markup_helper(array('context' => 'sidebar', 'echo' => false)) . ">";
279
-    echo "<div class='inner_sidebar extralight-border'>";
277
+	$sidebar_smartphone = avia_get_option('smartphones_sidebar') == 'smartphones_sidebar' ? 'smartphones_sidebar_active' : "";
278
+	echo "<aside class='sidebar sidebar_right " . $sidebar_smartphone . " " . avia_layout_class('sidebar', false) . " units' " . avia_markup_helper(array('context' => 'sidebar', 'echo' => false)) . ">";
279
+	echo "<div class='inner_sidebar extralight-border'>";
280 280
 }
281 281
 
282 282
 /**
@@ -291,9 +291,9 @@  discard block
 block discarded – undo
291 291
  */
292 292
 function enfold_action_sidebar_left_open($type = '', $id = '', $class = '', $itemtype = '')
293 293
 {
294
-    $sidebar_smartphone = avia_get_option('smartphones_sidebar') == 'smartphones_sidebar' ? 'smartphones_sidebar_active' : "";
295
-    echo "<aside class='sidebar sidebar_left " . $sidebar_smartphone . " " . avia_layout_class('sidebar', false) . " units' " . avia_markup_helper(array('context' => 'sidebar', 'echo' => false)) . ">";
296
-    echo "<div class='inner_sidebar extralight-border'>";
294
+	$sidebar_smartphone = avia_get_option('smartphones_sidebar') == 'smartphones_sidebar' ? 'smartphones_sidebar_active' : "";
295
+	echo "<aside class='sidebar sidebar_left " . $sidebar_smartphone . " " . avia_layout_class('sidebar', false) . " units' " . avia_markup_helper(array('context' => 'sidebar', 'echo' => false)) . ">";
296
+	echo "<div class='inner_sidebar extralight-border'>";
297 297
 }
298 298
 
299 299
 
@@ -307,7 +307,7 @@  discard block
 block discarded – undo
307 307
  */
308 308
 function gd_enfold_remove_maps_api($call)
309 309
 {
310
-    return false;
310
+	return false;
311 311
 }
312 312
 
313 313
 
Please login to merge, or discard this patch.
Spacing   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -162,7 +162,7 @@  discard block
 block discarded – undo
162 162
  */
163 163
 function enfold_action_wrapper_open()
164 164
 {
165
-    echo "<div class='container_wrap container_wrap_first main_color " . avia_layout_class('main', false) . "'>";
165
+    echo "<div class='container_wrap container_wrap_first main_color ".avia_layout_class('main', false)."'>";
166 166
     echo "<div class='container template-blog '>";
167 167
 }
168 168
 
@@ -254,9 +254,9 @@  discard block
 block discarded – undo
254 254
 function enfold_action_wrapper_content_open($type = '', $id = '', $class = '')
255 255
 {
256 256
     if (geodir_is_page('login')) {
257
-        echo "<main class='template-page content twelve alpha units " . $class . "' " . avia_markup_helper(array('context' => 'content', 'post_type' => 'page', 'echo' => false)) . ">";
257
+        echo "<main class='template-page content twelve alpha units ".$class."' ".avia_markup_helper(array('context' => 'content', 'post_type' => 'page', 'echo' => false)).">";
258 258
     } else {
259
-        echo "<main class='template-page content " . avia_layout_class('content', false) . " units " . $class . "' " . avia_markup_helper(array('context' => 'content', 'post_type' => 'page', 'echo' => false)) . ">";
259
+        echo "<main class='template-page content ".avia_layout_class('content', false)." units ".$class."' ".avia_markup_helper(array('context' => 'content', 'post_type' => 'page', 'echo' => false)).">";
260 260
     }
261 261
     echo '<div class="entry-content-wrapper">';
262 262
 }
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
 function enfold_action_sidebar_right_open($type = '', $id = '', $class = '', $itemtype = '')
276 276
 {
277 277
     $sidebar_smartphone = avia_get_option('smartphones_sidebar') == 'smartphones_sidebar' ? 'smartphones_sidebar_active' : "";
278
-    echo "<aside class='sidebar sidebar_right " . $sidebar_smartphone . " " . avia_layout_class('sidebar', false) . " units' " . avia_markup_helper(array('context' => 'sidebar', 'echo' => false)) . ">";
278
+    echo "<aside class='sidebar sidebar_right ".$sidebar_smartphone." ".avia_layout_class('sidebar', false)." units' ".avia_markup_helper(array('context' => 'sidebar', 'echo' => false)).">";
279 279
     echo "<div class='inner_sidebar extralight-border'>";
280 280
 }
281 281
 
@@ -292,7 +292,7 @@  discard block
 block discarded – undo
292 292
 function enfold_action_sidebar_left_open($type = '', $id = '', $class = '', $itemtype = '')
293 293
 {
294 294
     $sidebar_smartphone = avia_get_option('smartphones_sidebar') == 'smartphones_sidebar' ? 'smartphones_sidebar_active' : "";
295
-    echo "<aside class='sidebar sidebar_left " . $sidebar_smartphone . " " . avia_layout_class('sidebar', false) . " units' " . avia_markup_helper(array('context' => 'sidebar', 'echo' => false)) . ">";
295
+    echo "<aside class='sidebar sidebar_left ".$sidebar_smartphone." ".avia_layout_class('sidebar', false)." units' ".avia_markup_helper(array('context' => 'sidebar', 'echo' => false)).">";
296 296
     echo "<div class='inner_sidebar extralight-border'>";
297 297
 }
298 298
 
Please login to merge, or discard this patch.
geodirectory-functions/post_functions.php 4 patches
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -721,7 +721,7 @@  discard block
 block discarded – undo
721 721
      * @param int $post_id The post ID.
722 722
      * @param string $postmeta Detail table column name.
723 723
      * @param string $meta_value Detail table column value.
724
-     * @return void|bool
724
+     * @return null|false
725 725
      */
726 726
     function geodir_save_post_meta($post_id, $postmeta = '', $meta_value = '')
727 727
     {
@@ -775,7 +775,7 @@  discard block
 block discarded – undo
775 775
      * @param string $postmeta Detail table column name.
776 776
      * @todo check if this is depreciated
777 777
      * @todo Fix unknown variable mval
778
-     * @return bool
778
+     * @return boolean|null
779 779
      */
780 780
     function geodir_delete_post_meta($post_id, $postmeta)
781 781
     {
@@ -2124,7 +2124,7 @@  discard block
 block discarded – undo
2124 2124
      * @global string $plugin_prefix Geodirectory plugin table prefix.
2125 2125
      * @param int $deleted_postid The post ID.
2126 2126
      * @param bool $force Optional. Do you want to force delete it? Default: false.
2127
-     * @return bool|void
2127
+     * @return null|false
2128 2128
      */
2129 2129
     function geodir_delete_listing_info($deleted_postid, $force = false)
2130 2130
     {
@@ -2693,7 +2693,7 @@  discard block
 block discarded – undo
2693 2693
  * @since 1.0.0
2694 2694
  * @package GeoDirectory
2695 2695
  * @global object $current_user Current user object.
2696
- * @param int|string $listing_id The post ID.
2696
+ * @param integer $listing_id The post ID.
2697 2697
  * @param bool $exclude_admin Optional. Do you want to exclude admin from the check?. Default true.
2698 2698
  * @return bool
2699 2699
  */
Please login to merge, or discard this patch.
Braces   +174 added lines, -123 removed lines patch added patch discarded remove patch
@@ -21,12 +21,13 @@  discard block
 block discarded – undo
21 21
 {
22 22
 
23 23
     $post_cat_ids = geodir_get_post_meta($post_id, $taxonomy);
24
-    if (!empty($post_cat_ids))
25
-        $post_cat_array = explode(",", trim($post_cat_ids, ","));
24
+    if (!empty($post_cat_ids)) {
25
+            $post_cat_array = explode(",", trim($post_cat_ids, ","));
26
+    }
26 27
 
27 28
     if (!isset($default_cat) || empty($default_cat)) {
28 29
         $default_cat = isset($post_cat_array[0]) ? $post_cat_array[0] : '';
29
-    }else{
30
+    } else{
30 31
         if(!is_int($default_cat)){
31 32
             $category = get_term_by('name', $default_cat, $taxonomy);
32 33
             if(isset($category->term_id)){
@@ -372,8 +373,9 @@  discard block
 block discarded – undo
372 373
             } elseif (trim($type) == 'file') {
373 374
                 if (isset($request_info[$name])) {
374 375
                     $request_files = array();
375
-                    if ($request_info[$name] != '')
376
-                        $request_files = explode(",", $request_info[$name]);
376
+                    if ($request_info[$name] != '') {
377
+                                            $request_files = explode(",", $request_info[$name]);
378
+                    }
377 379
 
378 380
                     $extrafields = $extrafields != '' ? maybe_unserialize($extrafields) : NULL;
379 381
                     geodir_save_post_file_fields($last_post_id, $name, $request_files, $extrafields);
@@ -399,7 +401,7 @@  discard block
 block discarded – undo
399 401
 
400 402
                         $post_htmlvar_value = $date_format == 'd/m/Y' ? str_replace('/', '-', $request_info[$name]) : $request_info[$name];
401 403
 
402
-                    }else{
404
+                    } else{
403 405
                         $post_htmlvar_value = $request_info[$name];
404 406
                     }
405 407
 
@@ -439,15 +441,17 @@  discard block
 block discarded – undo
439 441
 
440 442
             foreach ($request_info['post_category'] as $taxonomy => $cat) {
441 443
 
442
-                if ($dummy)
443
-                    $post_category = $cat;
444
-                else {
444
+                if ($dummy) {
445
+                                    $post_category = $cat;
446
+                } else {
445 447
 
446
-                    if (!is_array($cat) && strstr($cat, ','))
447
-                        $cat = explode(',', $cat);
448
+                    if (!is_array($cat) && strstr($cat, ',')) {
449
+                                            $cat = explode(',', $cat);
450
+                    }
448 451
 
449
-                    if (!empty($cat) && is_array($cat))
450
-                        $post_category = array_map('intval', $cat);
452
+                    if (!empty($cat) && is_array($cat)) {
453
+                                            $post_category = array_map('intval', $cat);
454
+                    }
451 455
                 }
452 456
 
453 457
                 wp_set_object_terms($last_post_id, $post_category, $taxonomy);
@@ -465,11 +469,13 @@  discard block
 block discarded – undo
465 469
         if (isset($request_info['post_tags']) && !is_array($request_info['post_tags']) && !empty($request_info['post_tags'])) {
466 470
             $post_tags = explode(",", $request_info['post_tags']);
467 471
         } elseif (isset($request_info['post_tags']) && is_array($request_info['post_tags'])) {
468
-            if ($dummy)
469
-                $post_tags = $request_info['post_tags'];
472
+            if ($dummy) {
473
+                            $post_tags = $request_info['post_tags'];
474
+            }
470 475
         } else {
471
-            if ($dummy)
472
-                $post_tags = array($request_info['post_title']);
476
+            if ($dummy) {
477
+                            $post_tags = array($request_info['post_title']);
478
+            }
473 479
         }
474 480
 
475 481
         if (is_array($post_tags)) {
@@ -556,15 +562,17 @@  discard block
 block discarded – undo
556 562
 
557 563
     global $wpdb, $plugin_prefix, $post, $post_info;
558 564
 
559
-    if ($post_id == '' && !empty($post))
560
-        $post_id = $post->ID;
565
+    if ($post_id == '' && !empty($post)) {
566
+            $post_id = $post->ID;
567
+    }
561 568
 
562 569
     $post_type = get_post_type($post_id);
563 570
 
564 571
     $all_postypes = geodir_get_posttypes();
565 572
 
566
-    if (!in_array($post_type, $all_postypes))
567
-        return false;
573
+    if (!in_array($post_type, $all_postypes)) {
574
+            return false;
575
+    }
568 576
 
569 577
     $table = $plugin_prefix . $post_type . '_detail';
570 578
 
@@ -714,8 +722,9 @@  discard block
 block discarded – undo
714 722
             do_action('geodir_after_save_listinginfo', $postinfo_array, $post_id);
715 723
 
716 724
             return true;
717
-        } else
718
-            return false;
725
+        } else {
726
+                    return false;
727
+        }
719 728
 
720 729
     }
721 730
 }
@@ -769,8 +778,9 @@  discard block
 block discarded – undo
769 778
             }
770 779
 
771 780
 
772
-        } else
773
-            return false;
781
+        } else {
782
+                    return false;
783
+        }
774 784
     }
775 785
 }
776 786
 
@@ -801,8 +811,9 @@  discard block
 block discarded – undo
801 811
             $post_meta_set_query = '';
802 812
 
803 813
             foreach ($postmeta as $mkey) {
804
-                if ($mval != '')
805
-                    $post_meta_set_query .= $mkey . " = '', ";
814
+                if ($mval != '') {
815
+                                    $post_meta_set_query .= $mkey . " = '', ";
816
+                }
806 817
             }
807 818
 
808 819
             $post_meta_set_query = trim($post_meta_set_query, ", ");
@@ -832,8 +843,9 @@  discard block
 block discarded – undo
832 843
                 return true;
833 844
             }
834 845
 
835
-        } else
836
-            return false;
846
+        } else {
847
+                    return false;
848
+        }
837 849
     }
838 850
 }
839 851
 
@@ -863,8 +875,9 @@  discard block
 block discarded – undo
863 875
 
864 876
         $post_type = get_post_type($post_id);
865 877
 
866
-        if (!in_array($post_type, $all_postypes))
867
-            return false;
878
+        if (!in_array($post_type, $all_postypes)) {
879
+                    return false;
880
+        }
868 881
 
869 882
         $table = $plugin_prefix . $post_type . '_detail';
870 883
 
@@ -873,8 +886,9 @@  discard block
 block discarded – undo
873 886
             
874 887
             if ($meta_value && $meta_value !== '') {
875 888
                 return maybe_serialize($meta_value);
876
-            } else
877
-                return $meta_value;
889
+            } else {
890
+                            return $meta_value;
891
+            }
878 892
         } else {
879 893
             return false;
880 894
         }
@@ -1008,7 +1022,7 @@  discard block
 block discarded – undo
1008 1022
                             if (isset($uploaded['error']) && empty($uploaded['error'])) {
1009 1023
                                 $new_name = basename($uploaded['file']);
1010 1024
                                 $uploaded_file = $uploaded;
1011
-                            }else{
1025
+                            } else{
1012 1026
                                 print_r($uploaded);exit;
1013 1027
                             }
1014 1028
                             $external_img = false;
@@ -1033,8 +1047,9 @@  discard block
 block discarded – undo
1033 1047
                                 $file_path = $curr_img_dir . '/' . $filename;
1034 1048
                             }
1035 1049
 
1036
-                            if ($curr_img_dir != $geodir_uploaddir && file_exists($img_path))
1037
-                                unlink($img_path);
1050
+                            if ($curr_img_dir != $geodir_uploaddir && file_exists($img_path)) {
1051
+                                                            unlink($img_path);
1052
+                            }
1038 1053
                         }
1039 1054
 
1040 1055
                         if (!empty($uploaded_file)) {
@@ -1063,8 +1078,9 @@  discard block
 block discarded – undo
1063 1078
                             $attachment_set = '';
1064 1079
 
1065 1080
                             foreach ($attachment as $key => $val) {
1066
-                                if ($val != '')
1067
-                                    $attachment_set .= $key . " = '" . $val . "', ";
1081
+                                if ($val != '') {
1082
+                                                                    $attachment_set .= $key . " = '" . $val . "', ";
1083
+                                }
1068 1084
                             }
1069 1085
 
1070 1086
                             $attachment_set = trim($attachment_set, ", ");
@@ -1089,8 +1105,9 @@  discard block
 block discarded – undo
1089 1105
                         )
1090 1106
                     );
1091 1107
 
1092
-                    if ($menu_order == 1)
1093
-                        $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($split_img_path[1], $post_id)));
1108
+                    if ($menu_order == 1) {
1109
+                                            $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($split_img_path[1], $post_id)));
1110
+                    }
1094 1111
 
1095 1112
                 }
1096 1113
 
@@ -1131,8 +1148,9 @@  discard block
 block discarded – undo
1131 1148
 
1132 1149
         $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE " . $valid_files_condition . " post_id = %d", $remove_files));
1133 1150
 
1134
-        if (!empty($invalid_files))
1135
-            geodir_remove_attachments($invalid_files);
1151
+        if (!empty($invalid_files)) {
1152
+                    geodir_remove_attachments($invalid_files);
1153
+        }
1136 1154
     }
1137 1155
 
1138 1156
 }
@@ -1185,16 +1203,19 @@  discard block
 block discarded – undo
1185 1203
 function geodir_delete_directory($dirname)
1186 1204
 {
1187 1205
     $dir_handle = '';
1188
-    if (is_dir($dirname))
1189
-        $dir_handle = opendir($dirname);
1190
-    if (!$dir_handle)
1191
-        return false;
1206
+    if (is_dir($dirname)) {
1207
+            $dir_handle = opendir($dirname);
1208
+    }
1209
+    if (!$dir_handle) {
1210
+            return false;
1211
+    }
1192 1212
     while ($file = readdir($dir_handle)) {
1193 1213
         if ($file != "." && $file != "..") {
1194
-            if (!is_dir($dirname . "/" . $file))
1195
-                unlink($dirname . "/" . $file);
1196
-            else
1197
-                geodir_delete_directory($dirname . '/' . $file);
1214
+            if (!is_dir($dirname . "/" . $file)) {
1215
+                            unlink($dirname . "/" . $file);
1216
+            } else {
1217
+                            geodir_delete_directory($dirname . '/' . $file);
1218
+            }
1198 1219
         }
1199 1220
     }
1200 1221
     closedir($dir_handle);
@@ -1223,8 +1244,9 @@  discard block
 block discarded – undo
1223 1244
             foreach ($postcurr_images as $postimg) {
1224 1245
                 $image_name_arr = explode('/', $postimg->src);
1225 1246
                 $filename = end($image_name_arr);
1226
-                if (file_exists($uploads_dir . '/' . $filename))
1227
-                    unlink($uploads_dir . '/' . $filename);
1247
+                if (file_exists($uploads_dir . '/' . $filename)) {
1248
+                                    unlink($uploads_dir . '/' . $filename);
1249
+                }
1228 1250
             }
1229 1251
 
1230 1252
         } // endif
@@ -1283,8 +1305,9 @@  discard block
 block discarded – undo
1283 1305
 
1284 1306
             $file_info = pathinfo($file);
1285 1307
             $sub_dir = '';
1286
-            if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
1287
-                $sub_dir = stripslashes_deep($file_info['dirname']);
1308
+            if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..') {
1309
+                            $sub_dir = stripslashes_deep($file_info['dirname']);
1310
+            }
1288 1311
 
1289 1312
             $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
1290 1313
             $uploads_baseurl = $uploads['baseurl'];
@@ -1328,9 +1351,9 @@  discard block
 block discarded – undo
1328 1351
                 $default_cat = geodir_get_post_meta($post_id, 'default_category', true);
1329 1352
             }
1330 1353
 
1331
-            if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type))
1332
-                $default_img = $default_catimg['src'];
1333
-            elseif ($no_image) {
1354
+            if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type)) {
1355
+                            $default_img = $default_catimg['src'];
1356
+            } elseif ($no_image) {
1334 1357
                 $default_img = get_option('geodir_listing_no_img');
1335 1358
             }
1336 1359
 
@@ -1362,10 +1385,13 @@  discard block
 block discarded – undo
1362 1385
             }
1363 1386
         }
1364 1387
 
1365
-        if (!empty($img_arr))
1366
-            return (object)$img_arr;//return (object)array( 'src' => $file_url, 'path' => $file_path );
1367
-        else
1368
-            return false;
1388
+        if (!empty($img_arr)) {
1389
+                    return (object)$img_arr;
1390
+        }
1391
+        //return (object)array( 'src' => $file_url, 'path' => $file_path );
1392
+        else {
1393
+                    return false;
1394
+        }
1369 1395
     }
1370 1396
 }
1371 1397
 
@@ -1392,8 +1418,9 @@  discard block
 block discarded – undo
1392 1418
             echo $html;
1393 1419
         } elseif (!empty($html)) {
1394 1420
             return $html;
1395
-        } else
1396
-            return false;
1421
+        } else {
1422
+                    return false;
1423
+        }
1397 1424
     }
1398 1425
 }
1399 1426
 
@@ -1421,8 +1448,9 @@  discard block
 block discarded – undo
1421 1448
         }
1422 1449
         $not_featured = '';
1423 1450
         $sub_dir = '';
1424
-        if (!$add_featured)
1425
-            $not_featured = " AND is_featured = 0 ";
1451
+        if (!$add_featured) {
1452
+                    $not_featured = " AND is_featured = 0 ";
1453
+        }
1426 1454
 
1427 1455
         $arrImages = $wpdb->get_results(
1428 1456
             $wpdb->prepare(
@@ -1443,8 +1471,9 @@  discard block
 block discarded – undo
1443 1471
 
1444 1472
                 $file_info = pathinfo($attechment->file);
1445 1473
 
1446
-                if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
1447
-                    $sub_dir = stripslashes_deep($file_info['dirname']);
1474
+                if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..') {
1475
+                                    $sub_dir = stripslashes_deep($file_info['dirname']);
1476
+                }
1448 1477
 
1449 1478
                 $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
1450 1479
                 $uploads_baseurl = $uploads['baseurl'];
@@ -1489,9 +1518,9 @@  discard block
 block discarded – undo
1489 1518
             $default_img = '';
1490 1519
             $default_cat = geodir_get_post_meta($post_id, 'default_category', true);
1491 1520
             $post_type = get_post_type($post_id);
1492
-            if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type))
1493
-                $default_img = $default_catimg['src'];
1494
-            elseif ($no_images) {
1521
+            if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type)) {
1522
+                            $default_img = $default_catimg['src'];
1523
+            } elseif ($no_images) {
1495 1524
                 $default_img = get_option('geodir_listing_no_img');
1496 1525
             }
1497 1526
 
@@ -1526,8 +1555,9 @@  discard block
 block discarded – undo
1526 1555
                 $return_arr[] = (object)$img_arr;
1527 1556
 
1528 1557
                 return $return_arr;
1529
-            } else
1530
-                return false;
1558
+            } else {
1559
+                            return false;
1560
+            }
1531 1561
         }
1532 1562
     }
1533 1563
 }
@@ -1588,8 +1618,9 @@  discard block
 block discarded – undo
1588 1618
                         $width_per = round(((($image->width * ($max_size->h / $image->height)) / $max_size->w) * 100), 2);
1589 1619
                     } else if ($image->width < ($max_size->h)) {
1590 1620
                         $width_per = round((($image->width / $max_size->w) * 100), 2);
1591
-                    } else
1592
-                        $width_per = 100;
1621
+                    } else {
1622
+                                            $width_per = 100;
1623
+                    }
1593 1624
                 }
1594 1625
 
1595 1626
                 if (is_admin() && !isset($_REQUEST['geodir_ajax'])){
@@ -1597,7 +1628,7 @@  discard block
 block discarded – undo
1597 1628
                 } else {
1598 1629
                     if($size=='widget-thumb' || !get_option('geodir_lazy_load',1)){
1599 1630
                         $html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1600
-                    }else{
1631
+                    } else{
1601 1632
                         //$html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1602 1633
                         //$html = '<div data-src="'.$image->src.'" class="geodir_thumbnail" ></div>';
1603 1634
                         $html = '<div data-src="'.$image->src.'" class="geodir_thumbnail geodir_lazy_load_thumbnail" ></div>';
@@ -1612,8 +1643,9 @@  discard block
 block discarded – undo
1612 1643
             echo $html;
1613 1644
         } elseif (!empty($html)) {
1614 1645
             return $html;
1615
-        } else
1616
-            return false;
1646
+        } else {
1647
+                    return false;
1648
+        }
1617 1649
     }
1618 1650
 }
1619 1651
 
@@ -1651,8 +1683,9 @@  discard block
 block discarded – undo
1651 1683
                 $post_obj = get_post($post_id);
1652 1684
 
1653 1685
                 $cat_ids = array('0');
1654
-                if (is_array($tt_ids))
1655
-                    $cat_ids = $tt_ids;
1686
+                if (is_array($tt_ids)) {
1687
+                                    $cat_ids = $tt_ids;
1688
+                }
1656 1689
 
1657 1690
 
1658 1691
                 if (!empty($cat_ids)) {
@@ -1709,8 +1742,9 @@  discard block
 block discarded – undo
1709 1742
                         $json .= '}';
1710 1743
 
1711 1744
 
1712
-                        if ($cat_id == geodir_get_post_meta($post_id, 'default_category', true))
1713
-                            $post_marker_json = $json;
1745
+                        if ($cat_id == geodir_get_post_meta($post_id, 'default_category', true)) {
1746
+                                                    $post_marker_json = $json;
1747
+                        }
1714 1748
 
1715 1749
 
1716 1750
                         if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . GEODIR_ICON_TABLE . " WHERE post_id = %d AND cat_id = %d", array($post_id, $cat_id)))) {
@@ -1741,10 +1775,13 @@  discard block
 block discarded – undo
1741 1775
                 if (!empty($post_term) && is_array($post_term)) {
1742 1776
                     $categories = implode(',', $post_term);
1743 1777
 
1744
-                    if ($categories != '' && $categories != 0) $categories = ',' . $categories . ',';
1778
+                    if ($categories != '' && $categories != 0) {
1779
+                    	$categories = ',' . $categories . ',';
1780
+                    }
1745 1781
 
1746
-                    if (empty($post_marker_json))
1747
-                        $post_marker_json = isset($json) ? $json : '';
1782
+                    if (empty($post_marker_json)) {
1783
+                                            $post_marker_json = isset($json) ? $json : '';
1784
+                    }
1748 1785
 
1749 1786
                     if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
1750 1787
 
@@ -1783,8 +1820,9 @@  discard block
 block discarded – undo
1783 1820
 
1784 1821
                                 }
1785 1822
 
1786
-                                if ($default_category == '')
1787
-                                    $default_category = $categories[0];
1823
+                                if ($default_category == '') {
1824
+                                                                    $default_category = $categories[0];
1825
+                                }
1788 1826
 
1789 1827
                                 geodir_set_postcat_structure($post_id, $taxonomy, $default_category, '');
1790 1828
 
@@ -1928,7 +1966,7 @@  discard block
 block discarded – undo
1928 1966
                                     } ?>"><img alt="bubble image" style="max-height:50px;"
1929 1967
                                                src="<?php echo $post_images[0]; ?>"/></a></div>
1930 1968
                             <?php
1931
-                            }else{
1969
+                            } else{
1932 1970
                                 echo '<div class="geodir-bubble_image"></div>';
1933 1971
                             }
1934 1972
                         } else {
@@ -1936,7 +1974,7 @@  discard block
 block discarded – undo
1936 1974
                                 ?>
1937 1975
                                 <div class="geodir-bubble_image"><a href="<?php echo $plink; ?>"><?php echo $image; ?></a></div>
1938 1976
                             <?php
1939
-                            }else{
1977
+                            } else{
1940 1978
                                 echo '<div class="geodir-bubble_image"></div>';
1941 1979
                             }
1942 1980
                         }
@@ -2038,10 +2076,11 @@  discard block
 block discarded – undo
2038 2076
      */
2039 2077
     function geodir_new_post_default_status()
2040 2078
     {
2041
-        if (get_option('geodir_new_post_default_status'))
2042
-            return get_option('geodir_new_post_default_status');
2043
-        else
2044
-            return 'publish';
2079
+        if (get_option('geodir_new_post_default_status')) {
2080
+                    return get_option('geodir_new_post_default_status');
2081
+        } else {
2082
+                    return 'publish';
2083
+        }
2045 2084
 
2046 2085
     }
2047 2086
 }
@@ -2192,8 +2231,9 @@  discard block
 block discarded – undo
2192 2231
 
2193 2232
         $all_postypes = geodir_get_posttypes();
2194 2233
 
2195
-        if (!in_array($post_type, $all_postypes))
2196
-            return false;
2234
+        if (!in_array($post_type, $all_postypes)) {
2235
+                    return false;
2236
+        }
2197 2237
 
2198 2238
         $table = $plugin_prefix . $post_type . '_detail';
2199 2239
 
@@ -2461,8 +2501,9 @@  discard block
 block discarded – undo
2461 2501
         $unfavourite_icon = apply_filters('geodir_unfavourite_icon', 'fa fa-heart');
2462 2502
 
2463 2503
         $user_meta_data = '';
2464
-        if (isset($current_user->data->ID))
2465
-            $user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2504
+        if (isset($current_user->data->ID)) {
2505
+                    $user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2506
+        }
2466 2507
 
2467 2508
         if (!empty($user_meta_data) && in_array($post_id, $user_meta_data)) {
2468 2509
             ?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"  ><a
@@ -2475,8 +2516,9 @@  discard block
 block discarded – undo
2475 2516
 
2476 2517
             if (!isset($current_user->data->ID) || $current_user->data->ID == '') {
2477 2518
                 $script_text = 'javascript:window.location.href=\'' . geodir_login_url() . '\'';
2478
-            } else
2479
-                $script_text = 'javascript:addToFavourite(' . $post_id . ',\'add\')';
2519
+            } else {
2520
+                            $script_text = 'javascript:addToFavourite(' . $post_id . ',\'add\')';
2521
+            }
2480 2522
 
2481 2523
             ?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"><a class="geodir-addtofav-icon"
2482 2524
                                                                                         href="javascript:void(0);"
@@ -2539,14 +2581,16 @@  discard block
 block discarded – undo
2539 2581
 							WHERE pd.post_status='publish' AND FIND_IN_SET('" . $term->term_id . "'," . $term->taxonomy . ") " . $where;
2540 2582
 
2541 2583
             $cat_post_count = $wpdb->get_var($count_query);
2542
-            if (empty($cat_post_count) || is_wp_error($cat_post_count))
2543
-                $cat_post_count = 0;
2584
+            if (empty($cat_post_count) || is_wp_error($cat_post_count)) {
2585
+                            $cat_post_count = 0;
2586
+            }
2544 2587
 
2545 2588
             return $cat_post_count;
2546 2589
 
2547
-        } else
2548
-
2549
-            return $term->count;
2590
+        } else {
2591
+        
2592
+            return $term->count;
2593
+        }
2550 2594
     }
2551 2595
     return false;
2552 2596
 
@@ -2593,13 +2637,15 @@  discard block
 block discarded – undo
2593 2637
 		return $length;
2594 2638
 	}
2595 2639
 	
2596
-    if (isset($wp_query->query_vars['is_geodir_loop']) && $wp_query->query_vars['is_geodir_loop'] && get_option('geodir_desc_word_limit'))
2597
-        $length = get_option('geodir_desc_word_limit');
2598
-    elseif (get_query_var('excerpt_length'))
2599
-        $length = get_query_var('excerpt_length');
2640
+    if (isset($wp_query->query_vars['is_geodir_loop']) && $wp_query->query_vars['is_geodir_loop'] && get_option('geodir_desc_word_limit')) {
2641
+            $length = get_option('geodir_desc_word_limit');
2642
+    } elseif (get_query_var('excerpt_length')) {
2643
+            $length = get_query_var('excerpt_length');
2644
+    }
2600 2645
 
2601
-    if (geodir_is_page('author') && get_option('geodir_author_desc_word_limit'))
2602
-        $length = get_option('geodir_author_desc_word_limit');
2646
+    if (geodir_is_page('author') && get_option('geodir_author_desc_word_limit')) {
2647
+            $length = get_option('geodir_author_desc_word_limit');
2648
+    }
2603 2649
 
2604 2650
     return $length;
2605 2651
 }
@@ -2732,10 +2778,11 @@  discard block
 block discarded – undo
2732 2778
 function geodir_lisiting_belong_to_user($listing_id, $user_id)
2733 2779
 {
2734 2780
     $listing_author_id = geodir_get_listing_author($listing_id);
2735
-    if ($listing_author_id == $user_id)
2736
-        return true;
2737
-    else
2738
-        return false;
2781
+    if ($listing_author_id == $user_id) {
2782
+            return true;
2783
+    } else {
2784
+            return false;
2785
+    }
2739 2786
 
2740 2787
 }
2741 2788
 
@@ -2784,10 +2831,11 @@  discard block
 block discarded – undo
2784 2831
     $pattern = '/-\d+x\d+\./';
2785 2832
     preg_match($pattern, $file, $matches, PREG_OFFSET_CAPTURE);
2786 2833
 
2787
-    if (empty($matches))
2788
-        return '';
2789
-    else
2790
-        return $file;
2834
+    if (empty($matches)) {
2835
+            return '';
2836
+    } else {
2837
+            return $file;
2838
+    }
2791 2839
 
2792 2840
 }
2793 2841
 
@@ -2872,8 +2920,9 @@  discard block
 block discarded – undo
2872 2920
     } else {
2873 2921
         //set_post_thumbnail($post_id,-1);
2874 2922
 
2875
-        if (has_post_thumbnail($post_id) && $post_thumbnail_id != '' && (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'delete'))
2876
-            wp_delete_attachment($post_thumbnail_id);
2923
+        if (has_post_thumbnail($post_id) && $post_thumbnail_id != '' && (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'delete')) {
2924
+                    wp_delete_attachment($post_thumbnail_id);
2925
+        }
2877 2926
 
2878 2927
     }
2879 2928
 }
@@ -2958,8 +3007,9 @@  discard block
 block discarded – undo
2958 3007
 
2959 3008
     global $wpdb;
2960 3009
 
2961
-    if ($listing_type == '')
2962
-        $listing_type = 'gd_place';
3010
+    if ($listing_type == '') {
3011
+            $listing_type = 'gd_place';
3012
+    }
2963 3013
 
2964 3014
     $fields_info = array();
2965 3015
 
@@ -2982,8 +3032,9 @@  discard block
 block discarded – undo
2982 3032
 
2983 3033
                 $fields_info[$prefix . 'address'] = $data->field_type;
2984 3034
 
2985
-                if (isset($extra_fields['show_zip']) && $extra_fields['show_zip'])
2986
-                    $fields_info[$prefix . 'zip'] = $data->field_type;
3035
+                if (isset($extra_fields['show_zip']) && $extra_fields['show_zip']) {
3036
+                                    $fields_info[$prefix . 'zip'] = $data->field_type;
3037
+                }
2987 3038
 
2988 3039
             } else {
2989 3040
 
Please login to merge, or discard this patch.
Spacing   +205 added lines, -205 removed lines patch added patch discarded remove patch
@@ -26,11 +26,11 @@  discard block
 block discarded – undo
26 26
 
27 27
     if (!isset($default_cat) || empty($default_cat)) {
28 28
         $default_cat = isset($post_cat_array[0]) ? $post_cat_array[0] : '';
29
-    }else{
30
-        if(!is_int($default_cat)){
29
+    } else {
30
+        if (!is_int($default_cat)) {
31 31
             $category = get_term_by('name', $default_cat, $taxonomy);
32
-            if(isset($category->term_id)){
33
-                $default_cat =  $category->term_id;
32
+            if (isset($category->term_id)) {
33
+                $default_cat = $category->term_id;
34 34
             }
35 35
         }
36 36
 
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
 
59 59
     if ($default_pos === false) {
60 60
 
61
-        $change_cat_str = str_replace($default_cat . ',y:', $default_cat . ',y,d:', $change_cat_str);
61
+        $change_cat_str = str_replace($default_cat.',y:', $default_cat.',y,d:', $change_cat_str);
62 62
 
63 63
     }
64 64
 
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
         $send_post_submit_mail = false;
228 228
 
229 229
         // unhook this function so it doesn't loop infinitely
230
-        remove_action('save_post', 'geodir_post_information_save',10,2);
230
+        remove_action('save_post', 'geodir_post_information_save', 10, 2);
231 231
 
232 232
         if (isset($request_info['pid']) && $request_info['pid'] != '') {
233 233
             $post['ID'] = $request_info['pid'];
@@ -251,13 +251,13 @@  discard block
 block discarded – undo
251 251
         }
252 252
 
253 253
         // re-hook this function
254
-        add_action('save_post', 'geodir_post_information_save',10,2);
254
+        add_action('save_post', 'geodir_post_information_save', 10, 2);
255 255
 
256 256
         $post_tags = '';
257 257
         if (!isset($request_info['post_tags'])) {
258 258
 
259 259
             $post_type = $request_info['listing_type'];
260
-            $post_tags = implode(",", wp_get_object_terms($last_post_id, $post_type . '_tags', array('fields' => 'names')));
260
+            $post_tags = implode(",", wp_get_object_terms($last_post_id, $post_type.'_tags', array('fields' => 'names')));
261 261
 
262 262
         }
263 263
 
@@ -275,13 +275,13 @@  discard block
 block discarded – undo
275 275
         $payment_info = array();
276 276
         $package_info = array();
277 277
 
278
-        $package_info = (array)geodir_post_package_info($package_info, $post);
278
+        $package_info = (array) geodir_post_package_info($package_info, $post);
279 279
 
280 280
         $post_package_id = geodir_get_post_meta($last_post_id, 'package_id');
281 281
 
282 282
         if (!empty($package_info) && !$post_package_id) {
283 283
             if (isset($package_info['days']) && $package_info['days'] != 0) {
284
-                $payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['days'] . " days"));
284
+                $payment_info['expire_date'] = date('Y-m-d', strtotime("+".$package_info['days']." days"));
285 285
             } else {
286 286
                 $payment_info['expire_date'] = 'Never';
287 287
             }
@@ -302,8 +302,8 @@  discard block
 block discarded – undo
302 302
             $extrafields = $val['extra_fields'];
303 303
 
304 304
             if (trim($type) == 'address') {
305
-                $prefix = $name . '_';
306
-                $address = $prefix . 'address';
305
+                $prefix = $name.'_';
306
+                $address = $prefix.'address';
307 307
 
308 308
                 if (isset($request_info[$address]) && $request_info[$address] != '') {
309 309
                     $gd_post_info[$address] = wp_slash($request_info[$address]);
@@ -313,59 +313,59 @@  discard block
 block discarded – undo
313 313
                     $extrafields = unserialize($extrafields);
314 314
 
315 315
 
316
-                    if (!isset($request_info[$prefix . 'city']) || $request_info[$prefix . 'city'] == '') {
316
+                    if (!isset($request_info[$prefix.'city']) || $request_info[$prefix.'city'] == '') {
317 317
 
318 318
                         $location_result = geodir_get_default_location();
319 319
 
320
-                        $gd_post_info[$prefix . 'city'] = $location_result->city;
321
-                        $gd_post_info[$prefix . 'region'] = $location_result->region;
322
-                        $gd_post_info[$prefix . 'country'] = $location_result->country;
320
+                        $gd_post_info[$prefix.'city'] = $location_result->city;
321
+                        $gd_post_info[$prefix.'region'] = $location_result->region;
322
+                        $gd_post_info[$prefix.'country'] = $location_result->country;
323 323
 
324
-                        $gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
324
+                        $gd_post_info['post_locations'] = '['.$location_result->city_slug.'],['.$location_result->region_slug.'],['.$location_result->country_slug.']'; // set all overall post location
325 325
 
326 326
                     } else {
327 327
 
328
-                        $gd_post_info[$prefix . 'city'] = $request_info[$prefix . 'city'];
329
-                        $gd_post_info[$prefix . 'region'] = $request_info[$prefix . 'region'];
330
-                        $gd_post_info[$prefix . 'country'] = $request_info[$prefix . 'country'];
328
+                        $gd_post_info[$prefix.'city'] = $request_info[$prefix.'city'];
329
+                        $gd_post_info[$prefix.'region'] = $request_info[$prefix.'region'];
330
+                        $gd_post_info[$prefix.'country'] = $request_info[$prefix.'country'];
331 331
 
332 332
                         //----------set post locations when import dummy data-------
333 333
                         $location_result = geodir_get_default_location();
334 334
 
335
-                        $gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
335
+                        $gd_post_info['post_locations'] = '['.$location_result->city_slug.'],['.$location_result->region_slug.'],['.$location_result->country_slug.']'; // set all overall post location
336 336
                         //-----------------------------------------------------------------
337 337
 
338 338
                     }
339 339
 
340 340
 
341
-                    if (isset($extrafields['show_zip']) && $extrafields['show_zip'] && isset($request_info[$prefix . 'zip'])) {
342
-                        $gd_post_info[$prefix . 'zip'] = $request_info[$prefix . 'zip'];
341
+                    if (isset($extrafields['show_zip']) && $extrafields['show_zip'] && isset($request_info[$prefix.'zip'])) {
342
+                        $gd_post_info[$prefix.'zip'] = $request_info[$prefix.'zip'];
343 343
                     }
344 344
 
345 345
 
346 346
                     if (isset($extrafields['show_map']) && $extrafields['show_map']) {
347 347
 
348
-                        if (isset($request_info[$prefix . 'latitude']) && $request_info[$prefix . 'latitude'] != '') {
349
-                            $gd_post_info[$prefix . 'latitude'] = $request_info[$prefix . 'latitude'];
348
+                        if (isset($request_info[$prefix.'latitude']) && $request_info[$prefix.'latitude'] != '') {
349
+                            $gd_post_info[$prefix.'latitude'] = $request_info[$prefix.'latitude'];
350 350
                         }
351 351
 
352
-                        if (isset($request_info[$prefix . 'longitude']) && $request_info[$prefix . 'longitude'] != '') {
353
-                            $gd_post_info[$prefix . 'longitude'] = $request_info[$prefix . 'longitude'];
352
+                        if (isset($request_info[$prefix.'longitude']) && $request_info[$prefix.'longitude'] != '') {
353
+                            $gd_post_info[$prefix.'longitude'] = $request_info[$prefix.'longitude'];
354 354
                         }
355 355
 
356
-                        if (isset($request_info[$prefix . 'mapview']) && $request_info[$prefix . 'mapview'] != '') {
357
-                            $gd_post_info[$prefix . 'mapview'] = $request_info[$prefix . 'mapview'];
356
+                        if (isset($request_info[$prefix.'mapview']) && $request_info[$prefix.'mapview'] != '') {
357
+                            $gd_post_info[$prefix.'mapview'] = $request_info[$prefix.'mapview'];
358 358
                         }
359 359
 
360
-                        if (isset($request_info[$prefix . 'mapzoom']) && $request_info[$prefix . 'mapzoom'] != '') {
361
-                            $gd_post_info[$prefix . 'mapzoom'] = $request_info[$prefix . 'mapzoom'];
360
+                        if (isset($request_info[$prefix.'mapzoom']) && $request_info[$prefix.'mapzoom'] != '') {
361
+                            $gd_post_info[$prefix.'mapzoom'] = $request_info[$prefix.'mapzoom'];
362 362
                         }
363 363
 
364 364
                     }
365 365
 
366 366
                     // show lat lng
367
-                    if (isset($extrafields['show_latlng']) && $extrafields['show_latlng'] && isset($request_info[$prefix . 'latlng'])) {
368
-                        $gd_post_info[$prefix . 'latlng'] = $request_info[$prefix . 'latlng'];
367
+                    if (isset($extrafields['show_latlng']) && $extrafields['show_latlng'] && isset($request_info[$prefix.'latlng'])) {
368
+                        $gd_post_info[$prefix.'latlng'] = $request_info[$prefix.'latlng'];
369 369
                     }
370 370
                 }
371 371
 
@@ -390,20 +390,20 @@  discard block
 block discarded – undo
390 390
 
391 391
                     // check if we need to change the format or not
392 392
                     $date_format_len = strlen(str_replace(' ', '', $date_format));
393
-                    if($date_format_len>5){// if greater then 5 then it's the old style format.
393
+                    if ($date_format_len > 5) {// if greater then 5 then it's the old style format.
394 394
 
395
-                        $search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format
396
-                        $replace = array('d','j','l','m','n','F','Y');//PHP date format
395
+                        $search = array('dd', 'd', 'DD', 'mm', 'm', 'MM', 'yy'); //jQuery UI datepicker format
396
+                        $replace = array('d', 'j', 'l', 'm', 'n', 'F', 'Y'); //PHP date format
397 397
 
398 398
                         $date_format = str_replace($search, $replace, $date_format);
399 399
 
400 400
                         $post_htmlvar_value = $date_format == 'd/m/Y' ? str_replace('/', '-', $request_info[$name]) : $request_info[$name];
401 401
 
402
-                    }else{
402
+                    } else {
403 403
                         $post_htmlvar_value = $request_info[$name];
404 404
                     }
405 405
 
406
-                    $post_htmlvar_value =  geodir_maybe_untranslate_date($post_htmlvar_value); // maybe untranslate date string if it was translated
406
+                    $post_htmlvar_value = geodir_maybe_untranslate_date($post_htmlvar_value); // maybe untranslate date string if it was translated
407 407
 
408 408
                     $datetime = date("Y-m-d", strtotime($post_htmlvar_value)); // save as sql format Y-m-d
409 409
 
@@ -413,7 +413,7 @@  discard block
 block discarded – undo
413 413
                 if (isset($request_info[$name])) {
414 414
                     $gd_post_info[$name] = $request_info[$name];
415 415
                 } else {
416
-                    if (isset($request_info['gd_field_' . $name])) {
416
+                    if (isset($request_info['gd_field_'.$name])) {
417 417
                         $gd_post_info[$name] = ''; /* fix de-select for multiselect */
418 418
                     }
419 419
                 }
@@ -473,7 +473,7 @@  discard block
 block discarded – undo
473 473
         }
474 474
 
475 475
         if (is_array($post_tags)) {
476
-            $taxonomy = $request_info['listing_type'] . '_tags';
476
+            $taxonomy = $request_info['listing_type'].'_tags';
477 477
             wp_set_object_terms($last_post_id, $post_tags, $taxonomy);
478 478
         }
479 479
 
@@ -485,7 +485,7 @@  discard block
 block discarded – undo
485 485
                 $tmpimgArr = trim($request_info['post_images'], ",");
486 486
                 $tmpimgArr = explode(",", $tmpimgArr);
487 487
                 geodir_save_post_images($last_post_id, $tmpimgArr, $dummy);
488
-            } else{
488
+            } else {
489 489
                 geodir_save_post_images($last_post_id, $request_info['post_images'], $dummy);
490 490
             }
491 491
 
@@ -566,7 +566,7 @@  discard block
 block discarded – undo
566 566
     if (!in_array($post_type, $all_postypes))
567 567
         return false;
568 568
 
569
-    $table = $plugin_prefix . $post_type . '_detail';
569
+    $table = $plugin_prefix.$post_type.'_detail';
570 570
 
571 571
     /**
572 572
      * Apply Filter to change Post info
@@ -576,7 +576,7 @@  discard block
 block discarded – undo
576 576
      * @since 1.0.0
577 577
      * @package GeoDirectory
578 578
      */
579
-    $query = apply_filters('geodir_post_info_query', "SELECT p.*,pd.* FROM " . $wpdb->posts . " p," . $table . " pd
579
+    $query = apply_filters('geodir_post_info_query', "SELECT p.*,pd.* FROM ".$wpdb->posts." p,".$table." pd
580 580
 			  WHERE p.ID = pd.post_id
581 581
 			  AND post_id = " . $post_id);
582 582
 
@@ -639,7 +639,7 @@  discard block
 block discarded – undo
639 639
 
640 640
         $post_type = get_post_type($post_id);
641 641
 
642
-        $table = $plugin_prefix . $post_type . '_detail';
642
+        $table = $plugin_prefix.$post_type.'_detail';
643 643
 
644 644
         /**
645 645
          * Filter to change Post info
@@ -663,13 +663,13 @@  discard block
 block discarded – undo
663 663
                         $mval = implode(",", $mval);
664 664
                     }
665 665
 
666
-                    $post_meta_set_query .= $mkey . " = '" . $mval . "', ";
666
+                    $post_meta_set_query .= $mkey." = '".$mval."', ";
667 667
                 }
668 668
             }
669 669
 
670 670
             $post_meta_set_query = trim($post_meta_set_query, ", ");
671 671
 
672
-            $post_meta_set_query = str_replace('%', '%%', $post_meta_set_query);// escape %
672
+            $post_meta_set_query = str_replace('%', '%%', $post_meta_set_query); // escape %
673 673
 
674 674
             /**
675 675
              * Called before saving the listing info.
@@ -681,11 +681,11 @@  discard block
 block discarded – undo
681 681
              */
682 682
             do_action('geodir_before_save_listinginfo', $postinfo_array, $post_id);
683 683
 
684
-            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
684
+            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from ".$table." where post_id = %d", array($post_id)))) {
685 685
 
686 686
                 $wpdb->query(
687 687
                     $wpdb->prepare(
688
-                        "UPDATE " . $table . " SET " . $post_meta_set_query . " where post_id =%d",
688
+                        "UPDATE ".$table." SET ".$post_meta_set_query." where post_id =%d",
689 689
                         array($post_id)
690 690
                     )
691 691
                 );
@@ -695,7 +695,7 @@  discard block
 block discarded – undo
695 695
 
696 696
                 $wpdb->query(
697 697
                     $wpdb->prepare(
698
-                        "INSERT INTO " . $table . " SET post_id = %d," . $post_meta_set_query,
698
+                        "INSERT INTO ".$table." SET post_id = %d,".$post_meta_set_query,
699 699
                         array($post_id)
700 700
                     )
701 701
                 );
@@ -741,7 +741,7 @@  discard block
 block discarded – undo
741 741
 
742 742
         $post_type = get_post_type($post_id);
743 743
 
744
-        $table = $plugin_prefix . $post_type . '_detail';
744
+        $table = $plugin_prefix.$post_type.'_detail';
745 745
 
746 746
         if ($postmeta != '' && geodir_column_exist($table, $postmeta) && $post_id) {
747 747
 
@@ -749,11 +749,11 @@  discard block
 block discarded – undo
749 749
                 $meta_value = implode(",", $meta_value);
750 750
             }
751 751
 
752
-            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
752
+            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from ".$table." where post_id = %d", array($post_id)))) {
753 753
 
754 754
                 $wpdb->query(
755 755
                     $wpdb->prepare(
756
-                        "UPDATE " . $table . " SET " . $postmeta . " = '" . $meta_value . "' where post_id =%d",
756
+                        "UPDATE ".$table." SET ".$postmeta." = '".$meta_value."' where post_id =%d",
757 757
                         array($post_id)
758 758
                     )
759 759
                 );
@@ -762,7 +762,7 @@  discard block
 block discarded – undo
762 762
 
763 763
                 $wpdb->query(
764 764
                     $wpdb->prepare(
765
-                        "INSERT INTO " . $table . " SET post_id = %d, " . $postmeta . " = '" . $meta_value . "'",
765
+                        "INSERT INTO ".$table." SET post_id = %d, ".$postmeta." = '".$meta_value."'",
766 766
                         array($post_id)
767 767
                     )
768 768
                 );
@@ -795,23 +795,23 @@  discard block
 block discarded – undo
795 795
 
796 796
         $post_type = get_post_type($post_id);
797 797
 
798
-        $table = $plugin_prefix . $post_type . '_detail';
798
+        $table = $plugin_prefix.$post_type.'_detail';
799 799
 
800 800
         if (is_array($postmeta) && !empty($postmeta) && $post_id) {
801 801
             $post_meta_set_query = '';
802 802
 
803 803
             foreach ($postmeta as $mkey) {
804 804
                 if ($mval != '')
805
-                    $post_meta_set_query .= $mkey . " = '', ";
805
+                    $post_meta_set_query .= $mkey." = '', ";
806 806
             }
807 807
 
808 808
             $post_meta_set_query = trim($post_meta_set_query, ", ");
809 809
 
810
-            if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
810
+            if ($wpdb->get_var("SHOW COLUMNS FROM ".$table." WHERE field = '".$postmeta."'") != '') {
811 811
 
812 812
                 $wpdb->query(
813 813
                     $wpdb->prepare(
814
-                        "UPDATE " . $table . " SET " . $post_meta_set_query . " where post_id = %d",
814
+                        "UPDATE ".$table." SET ".$post_meta_set_query." where post_id = %d",
815 815
                         array($post_id)
816 816
                     )
817 817
                 );
@@ -820,11 +820,11 @@  discard block
 block discarded – undo
820 820
             }
821 821
 
822 822
         } elseif ($postmeta != '' && $post_id) {
823
-            if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
823
+            if ($wpdb->get_var("SHOW COLUMNS FROM ".$table." WHERE field = '".$postmeta."'") != '') {
824 824
 
825 825
                 $wpdb->query(
826 826
                     $wpdb->prepare(
827
-                        "UPDATE " . $table . " SET " . $postmeta . "= '' where post_id = %d",
827
+                        "UPDATE ".$table." SET ".$postmeta."= '' where post_id = %d",
828 828
                         array($post_id)
829 829
                     )
830 830
                 );
@@ -866,10 +866,10 @@  discard block
 block discarded – undo
866 866
         if (!in_array($post_type, $all_postypes))
867 867
             return false;
868 868
 
869
-        $table = $plugin_prefix . $post_type . '_detail';
869
+        $table = $plugin_prefix.$post_type.'_detail';
870 870
 
871
-        if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $meta_key . "'") != '') {
872
-            $meta_value = $wpdb->get_var($wpdb->prepare("SELECT " . $meta_key . " from " . $table . " where post_id = %d", array($post_id)));
871
+        if ($wpdb->get_var("SHOW COLUMNS FROM ".$table." WHERE field = '".$meta_key."'") != '') {
872
+            $meta_value = $wpdb->get_var($wpdb->prepare("SELECT ".$meta_key." from ".$table." where post_id = %d", array($post_id)));
873 873
             
874 874
             if ($meta_value && $meta_value !== '') {
875 875
                 return maybe_serialize($meta_value);
@@ -903,13 +903,13 @@  discard block
 block discarded – undo
903 903
 
904 904
         $post_type = get_post_type($post_id);
905 905
 
906
-        $table = $plugin_prefix . $post_type . '_detail';
906
+        $table = $plugin_prefix.$post_type.'_detail';
907 907
 
908 908
         $post_images = geodir_get_images($post_id);
909 909
 
910 910
         $wpdb->query(
911 911
             $wpdb->prepare(
912
-                "UPDATE " . $table . " SET featured_image = '' where post_id =%d",
912
+                "UPDATE ".$table." SET featured_image = '' where post_id =%d",
913 913
                 array($post_id)
914 914
             )
915 915
         );
@@ -939,12 +939,12 @@  discard block
 block discarded – undo
939 939
                 $file_path = '';
940 940
                 /* --------- start ------- */
941 941
 
942
-                $split_img_path = explode(str_replace(array('http://','https://'),'',$uploads['baseurl']), str_replace(array('http://','https://'),'',$post_image[$m]));
942
+                $split_img_path = explode(str_replace(array('http://', 'https://'), '', $uploads['baseurl']), str_replace(array('http://', 'https://'), '', $post_image[$m]));
943 943
 
944 944
                 $split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : '';
945 945
 
946 946
 
947
-                if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT ID FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE file=%s AND post_id = %d", array($split_img_file_path, $post_id)))) {
947
+                if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT ID FROM ".GEODIR_ATTACHMENT_TABLE." WHERE file=%s AND post_id = %d", array($split_img_file_path, $post_id)))) {
948 948
 
949 949
                     /* --------- end ------- */
950 950
                     $curr_img_url = $post_image[$m];
@@ -988,7 +988,7 @@  discard block
 block discarded – undo
988 988
                     // If the uploaded file is the right format
989 989
                     if (in_array($uploaded_file_type, $allowed_file_types)) {
990 990
                         if (!function_exists('wp_handle_upload')) {
991
-                            require_once(ABSPATH . 'wp-admin/includes/file.php');
991
+                            require_once(ABSPATH.'wp-admin/includes/file.php');
992 992
                         }
993 993
 
994 994
                         if (!is_dir($geodir_uploadpath)) {
@@ -996,41 +996,41 @@  discard block
 block discarded – undo
996 996
                         }
997 997
 
998 998
                         $external_img = false;
999
-                        if (strpos(str_replace(array('http://','https://'),'',$curr_img_url), str_replace(array('http://','https://'),'',$uploads['baseurl'])) !== false) {
999
+                        if (strpos(str_replace(array('http://', 'https://'), '', $curr_img_url), str_replace(array('http://', 'https://'), '', $uploads['baseurl'])) !== false) {
1000 1000
                         } else {
1001 1001
                             $external_img = true;
1002 1002
                         }
1003 1003
 
1004 1004
                         if ($dummy || $external_img) {
1005 1005
                             $uploaded_file = array();
1006
-                            $uploaded = (array)fetch_remote_file($curr_img_url);
1006
+                            $uploaded = (array) fetch_remote_file($curr_img_url);
1007 1007
 
1008 1008
                             if (isset($uploaded['error']) && empty($uploaded['error'])) {
1009 1009
                                 $new_name = basename($uploaded['file']);
1010 1010
                                 $uploaded_file = $uploaded;
1011
-                            }else{
1012
-                                print_r($uploaded);exit;
1011
+                            } else {
1012
+                                print_r($uploaded); exit;
1013 1013
                             }
1014 1014
                             $external_img = false;
1015 1015
                         } else {
1016
-                            $new_name = $post_id . '_' . $file_name;
1016
+                            $new_name = $post_id.'_'.$file_name;
1017 1017
 
1018 1018
                             if ($curr_img_dir == $sub_dir) {
1019
-                                $img_path = $geodir_uploadpath . '/' . $filename;
1020
-                                $img_url = $geodir_uploadurl . '/' . $filename;
1019
+                                $img_path = $geodir_uploadpath.'/'.$filename;
1020
+                                $img_url = $geodir_uploadurl.'/'.$filename;
1021 1021
                             } else {
1022
-                                $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename;
1023
-                                $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename;
1022
+                                $img_path = $uploads_dir.'/temp_'.$current_user->data->ID.'/'.$filename;
1023
+                                $img_url = $uploads['url'].'/temp_'.$current_user->data->ID.'/'.$filename;
1024 1024
                             }
1025 1025
 
1026 1026
                             $uploaded_file = '';
1027 1027
 
1028 1028
                             if (file_exists($img_path)) {
1029
-                                $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name);
1029
+                                $uploaded_file = copy($img_path, $geodir_uploadpath.'/'.$new_name);
1030 1030
                                 $file_path = '';
1031
-                            } else if (file_exists($uploads['basedir'] . $curr_img_dir . $filename)) {
1031
+                            } else if (file_exists($uploads['basedir'].$curr_img_dir.$filename)) {
1032 1032
                                 $uploaded_file = true;
1033
-                                $file_path = $curr_img_dir . '/' . $filename;
1033
+                                $file_path = $curr_img_dir.'/'.$filename;
1034 1034
                             }
1035 1035
 
1036 1036
                             if ($curr_img_dir != $geodir_uploaddir && file_exists($img_path))
@@ -1039,14 +1039,14 @@  discard block
 block discarded – undo
1039 1039
 
1040 1040
                         if (!empty($uploaded_file)) {
1041 1041
                             if (!isset($file_path) || !$file_path) {
1042
-                                $file_path = $sub_dir . '/' . $new_name;
1042
+                                $file_path = $sub_dir.'/'.$new_name;
1043 1043
                             }
1044 1044
 
1045
-                            $postcurr_images[] = str_replace(array('http://','https://'),'',$uploads['baseurl'] . $file_path);
1045
+                            $postcurr_images[] = str_replace(array('http://', 'https://'), '', $uploads['baseurl'].$file_path);
1046 1046
 
1047 1047
                             if ($menu_order == 1) {
1048 1048
 
1049
-                                $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($file_path, $post_id)));
1049
+                                $wpdb->query($wpdb->prepare("UPDATE ".$table." SET featured_image = %s where post_id =%d", array($file_path, $post_id)));
1050 1050
 
1051 1051
                             }
1052 1052
 
@@ -1064,12 +1064,12 @@  discard block
 block discarded – undo
1064 1064
 
1065 1065
                             foreach ($attachment as $key => $val) {
1066 1066
                                 if ($val != '')
1067
-                                    $attachment_set .= $key . " = '" . $val . "', ";
1067
+                                    $attachment_set .= $key." = '".$val."', ";
1068 1068
                             }
1069 1069
 
1070 1070
                             $attachment_set = trim($attachment_set, ", ");
1071 1071
 
1072
-                            $wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
1072
+                            $wpdb->query("INSERT INTO ".GEODIR_ATTACHMENT_TABLE." SET ".$attachment_set);
1073 1073
 
1074 1074
                             $valid_file_ids[] = $wpdb->insert_id;
1075 1075
                         }
@@ -1080,17 +1080,17 @@  discard block
 block discarded – undo
1080 1080
                 } else {
1081 1081
                     $valid_file_ids[] = $find_image;
1082 1082
 
1083
-                    $postcurr_images[] = str_replace(array('http://','https://'),'',$post_image[$m]);
1083
+                    $postcurr_images[] = str_replace(array('http://', 'https://'), '', $post_image[$m]);
1084 1084
 
1085 1085
                     $wpdb->query(
1086 1086
                         $wpdb->prepare(
1087
-                            "UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order = %d where file =%s AND post_id =%d",
1087
+                            "UPDATE ".GEODIR_ATTACHMENT_TABLE." SET menu_order = %d where file =%s AND post_id =%d",
1088 1088
                             array($menu_order, $split_img_path[1], $post_id)
1089 1089
                         )
1090 1090
                     );
1091 1091
 
1092 1092
                     if ($menu_order == 1)
1093
-                        $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($split_img_path[1], $post_id)));
1093
+                        $wpdb->query($wpdb->prepare("UPDATE ".$table." SET featured_image = %s where post_id =%d", array($split_img_path[1], $post_id)));
1094 1094
 
1095 1095
                 }
1096 1096
 
@@ -1114,9 +1114,9 @@  discard block
 block discarded – undo
1114 1114
 
1115 1115
                 foreach ($post_images as $img) {
1116 1116
 
1117
-                    if (!in_array(str_replace(array('http://','https://'),'',$img->src), $postcurr_images)) {
1117
+                    if (!in_array(str_replace(array('http://', 'https://'), '', $img->src), $postcurr_images)) {
1118 1118
 
1119
-                        $invalid_files[] = (object)array('src' => $img->src);
1119
+                        $invalid_files[] = (object) array('src' => $img->src);
1120 1120
 
1121 1121
                     }
1122 1122
 
@@ -1124,12 +1124,12 @@  discard block
 block discarded – undo
1124 1124
 
1125 1125
             }
1126 1126
 
1127
-            $invalid_files = (object)$invalid_files;
1127
+            $invalid_files = (object) $invalid_files;
1128 1128
         }
1129 1129
 
1130 1130
         $remove_files[] = $post_id;
1131 1131
 
1132
-        $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE " . $valid_files_condition . " post_id = %d", $remove_files));
1132
+        $wpdb->query($wpdb->prepare("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE ".$valid_files_condition." post_id = %d", $remove_files));
1133 1133
 
1134 1134
         if (!empty($invalid_files))
1135 1135
             geodir_remove_attachments($invalid_files);
@@ -1169,7 +1169,7 @@  discard block
 block discarded – undo
1169 1169
 			rmdir($dirPath);
1170 1170
 	}	*/
1171 1171
 
1172
-    $dirname = $uploads_dir . '/temp_' . $current_user->ID;
1172
+    $dirname = $uploads_dir.'/temp_'.$current_user->ID;
1173 1173
     geodir_delete_directory($dirname);
1174 1174
 }
1175 1175
 
@@ -1191,10 +1191,10 @@  discard block
 block discarded – undo
1191 1191
         return false;
1192 1192
     while ($file = readdir($dir_handle)) {
1193 1193
         if ($file != "." && $file != "..") {
1194
-            if (!is_dir($dirname . "/" . $file))
1195
-                unlink($dirname . "/" . $file);
1194
+            if (!is_dir($dirname."/".$file))
1195
+                unlink($dirname."/".$file);
1196 1196
             else
1197
-                geodir_delete_directory($dirname . '/' . $file);
1197
+                geodir_delete_directory($dirname.'/'.$file);
1198 1198
         }
1199 1199
     }
1200 1200
     closedir($dir_handle);
@@ -1223,8 +1223,8 @@  discard block
 block discarded – undo
1223 1223
             foreach ($postcurr_images as $postimg) {
1224 1224
                 $image_name_arr = explode('/', $postimg->src);
1225 1225
                 $filename = end($image_name_arr);
1226
-                if (file_exists($uploads_dir . '/' . $filename))
1227
-                    unlink($uploads_dir . '/' . $filename);
1226
+                if (file_exists($uploads_dir.'/'.$filename))
1227
+                    unlink($uploads_dir.'/'.$filename);
1228 1228
             }
1229 1229
 
1230 1230
         } // endif
@@ -1265,16 +1265,16 @@  discard block
 block discarded – undo
1265 1265
         }
1266 1266
 
1267 1267
         if (!in_array($post_type, geodir_get_posttypes())) {
1268
-            return false;// if not a GD CPT return;
1268
+            return false; // if not a GD CPT return;
1269 1269
         }
1270 1270
 
1271
-        $table = $plugin_prefix . $post_type . '_detail';
1271
+        $table = $plugin_prefix.$post_type.'_detail';
1272 1272
 
1273 1273
         if (!$file) {
1274 1274
             if (isset($post->featured_image)) {
1275 1275
                 $file = $post->featured_image;
1276 1276
             } else {
1277
-                $file = $wpdb->get_var($wpdb->prepare("SELECT featured_image FROM " . $table . " WHERE post_id = %d", array($post_id)));
1277
+                $file = $wpdb->get_var($wpdb->prepare("SELECT featured_image FROM ".$table." WHERE post_id = %d", array($post_id)));
1278 1278
             }
1279 1279
         }
1280 1280
 
@@ -1292,7 +1292,7 @@  discard block
 block discarded – undo
1292 1292
 
1293 1293
             $file_name = $file_info['basename'];
1294 1294
 
1295
-            $uploads_url = $uploads_baseurl . $sub_dir;
1295
+            $uploads_url = $uploads_baseurl.$sub_dir;
1296 1296
             /*
1297 1297
              * Allows the filter of image src for such things as CDN change.
1298 1298
              *
@@ -1302,8 +1302,8 @@  discard block
 block discarded – undo
1302 1302
              * @param string $uploads_url The server upload directory url.
1303 1303
              * @param string $uploads_baseurl The uploads dir base url.
1304 1304
              */
1305
-            $img_arr['src'] = apply_filters('geodir_get_featured_image_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1306
-            $img_arr['path'] = $uploads_path . '/' . $file_name;
1305
+            $img_arr['src'] = apply_filters('geodir_get_featured_image_src', $uploads_url.'/'.$file_name, $file_name, $uploads_url, $uploads_baseurl);
1306
+            $img_arr['path'] = $uploads_path.'/'.$file_name;
1307 1307
             $width = 0;
1308 1308
             $height = 0;
1309 1309
             if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
@@ -1346,7 +1346,7 @@  discard block
 block discarded – undo
1346 1346
                 $file_name = $file_info['basename'];
1347 1347
 
1348 1348
                 $img_arr['src'] = $default_img;
1349
-                $img_arr['path'] = $uploads_path . '/' . $file_name;
1349
+                $img_arr['path'] = $uploads_path.'/'.$file_name;
1350 1350
 
1351 1351
                 $width = 0;
1352 1352
                 $height = 0;
@@ -1363,7 +1363,7 @@  discard block
 block discarded – undo
1363 1363
         }
1364 1364
 
1365 1365
         if (!empty($img_arr))
1366
-            return (object)$img_arr;//return (object)array( 'src' => $file_url, 'path' => $file_path );
1366
+            return (object) $img_arr; //return (object)array( 'src' => $file_url, 'path' => $file_path );
1367 1367
         else
1368 1368
             return false;
1369 1369
     }
@@ -1426,7 +1426,7 @@  discard block
 block discarded – undo
1426 1426
 
1427 1427
         $arrImages = $wpdb->get_results(
1428 1428
             $wpdb->prepare(
1429
-                "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d" . $not_featured . " ORDER BY menu_order ASC, ID DESC $limit_q ",
1429
+                "SELECT * FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d".$not_featured." ORDER BY menu_order ASC, ID DESC $limit_q ",
1430 1430
                 array('%image%', $post_id)
1431 1431
             )
1432 1432
         );
@@ -1452,7 +1452,7 @@  discard block
 block discarded – undo
1452 1452
 
1453 1453
                 $file_name = $file_info['basename'];
1454 1454
 
1455
-                $uploads_url = $uploads_baseurl . $sub_dir;
1455
+                $uploads_url = $uploads_baseurl.$sub_dir;
1456 1456
                 /*
1457 1457
                 * Allows the filter of image src for such things as CDN change.
1458 1458
                 *
@@ -1462,8 +1462,8 @@  discard block
 block discarded – undo
1462 1462
                 * @param string $uploads_url The server upload directory url.
1463 1463
                 * @param string $uploads_baseurl The uploads dir base url.
1464 1464
                 */
1465
-                $img_arr['src'] = apply_filters('geodir_get_images_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1466
-                $img_arr['path'] = $uploads_path . '/' . $file_name;
1465
+                $img_arr['src'] = apply_filters('geodir_get_images_src', $uploads_url.'/'.$file_name, $file_name, $uploads_url, $uploads_baseurl);
1466
+                $img_arr['path'] = $uploads_path.'/'.$file_name;
1467 1467
                 $width = 0;
1468 1468
                 $height = 0;
1469 1469
                 if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
@@ -1480,11 +1480,11 @@  discard block
 block discarded – undo
1480 1480
                 $img_arr['content'] = $attechment->content; // add the description to the array
1481 1481
                 $img_arr['is_approved'] = isset($attechment->is_approved) ? $attechment->is_approved : ''; // used for user image moderation. For backward compatibility Default value is 1.
1482 1482
 
1483
-                $return_arr[] = (object)$img_arr;
1483
+                $return_arr[] = (object) $img_arr;
1484 1484
 
1485 1485
                 $counter++;
1486 1486
             }
1487
-            return (object)$return_arr;
1487
+            return (object) $return_arr;
1488 1488
         } else if ($no_images) {
1489 1489
             $default_img = '';
1490 1490
             $default_cat = geodir_get_post_meta($post_id, 'default_category', true);
@@ -1523,7 +1523,7 @@  discard block
 block discarded – undo
1523 1523
                 $img_arr['title'] = $file_info['filename']; // add the title to the array
1524 1524
                 $img_arr['content'] = $file_info['filename']; // add the description to the array
1525 1525
 
1526
-                $return_arr[] = (object)$img_arr;
1526
+                $return_arr[] = (object) $img_arr;
1527 1527
 
1528 1528
                 return $return_arr;
1529 1529
             } else
@@ -1550,8 +1550,8 @@  discard block
 block discarded – undo
1550 1550
 
1551 1551
         $html = '';
1552 1552
         if (!empty($request)) {
1553
-            if (!is_object($request)){
1554
-                $request = (object)$request;
1553
+            if (!is_object($request)) {
1554
+                $request = (object) $request;
1555 1555
             }
1556 1556
 
1557 1557
             if (isset($request->src) && !isset($request->path)) {
@@ -1565,7 +1565,7 @@  discard block
 block discarded – undo
1565 1565
             $img_no_http = str_replace(array("http://", "https://"), "", $request->path);
1566 1566
             $upload_no_http = str_replace(array("http://", "https://"), "", $upload_dir['baseurl']);
1567 1567
             if (strpos($img_no_http, $upload_no_http) !== false) {
1568
-                $request->path = str_replace( $img_no_http,$upload_dir['basedir'], $request->path);
1568
+                $request->path = str_replace($img_no_http, $upload_dir['basedir'], $request->path);
1569 1569
             }
1570 1570
             
1571 1571
             $width = 0;
@@ -1580,7 +1580,7 @@  discard block
 block discarded – undo
1580 1580
             $image->width = $width;
1581 1581
             $image->height = $height;
1582 1582
 
1583
-            $max_size = (object)geodir_get_imagesize($size);
1583
+            $max_size = (object) geodir_get_imagesize($size);
1584 1584
 
1585 1585
             if (!is_wp_error($max_size)) {
1586 1586
                 if ($image->width) {
@@ -1592,15 +1592,15 @@  discard block
 block discarded – undo
1592 1592
                         $width_per = 100;
1593 1593
                 }
1594 1594
 
1595
-                if (is_admin() && !isset($_REQUEST['geodir_ajax'])){
1596
-                    $html = '<div class="geodir_thumbnail"><img style="max-height:' . $max_size->h . 'px;" alt="place image" src="' . $image->src . '"  /></div>';
1595
+                if (is_admin() && !isset($_REQUEST['geodir_ajax'])) {
1596
+                    $html = '<div class="geodir_thumbnail"><img style="max-height:'.$max_size->h.'px;" alt="place image" src="'.$image->src.'"  /></div>';
1597 1597
                 } else {
1598
-                    if($size=='widget-thumb' || !get_option('geodir_lazy_load',1)){
1599
-                        $html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1600
-                    }else{
1598
+                    if ($size == 'widget-thumb' || !get_option('geodir_lazy_load', 1)) {
1599
+                        $html = '<div class="geodir_thumbnail" style="background-image:url(\''.$image->src.'\');"></div>';
1600
+                    } else {
1601 1601
                         //$html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1602 1602
                         //$html = '<div data-src="'.$image->src.'" class="geodir_thumbnail" ></div>';
1603
-                        $html = '<div data-src="'.str_replace(' ','%20',$image->src).'" class="geodir_thumbnail geodir_lazy_load_thumbnail" ></div>';
1603
+                        $html = '<div data-src="'.str_replace(' ', '%20', $image->src).'" class="geodir_thumbnail geodir_lazy_load_thumbnail" ></div>';
1604 1604
 
1605 1605
                     }
1606 1606
 
@@ -1636,15 +1636,15 @@  discard block
 block discarded – undo
1636 1636
 
1637 1637
         $post_type = get_post_type($post_id);
1638 1638
 
1639
-        $table = $plugin_prefix . $post_type . '_detail';
1639
+        $table = $plugin_prefix.$post_type.'_detail';
1640 1640
 
1641 1641
         if (in_array($post_type, geodir_get_posttypes()) && !wp_is_post_revision($post_id)) {
1642 1642
 
1643
-            if ($taxonomy == $post_type . '_tags') {
1643
+            if ($taxonomy == $post_type.'_tags') {
1644 1644
                 if (isset($_POST['action']) && $_POST['action'] == 'inline-save') {
1645 1645
                     geodir_save_post_meta($post_id, 'post_tags', $terms);
1646 1646
                 }
1647
-            } elseif ($taxonomy == $post_type . 'category') {
1647
+            } elseif ($taxonomy == $post_type.'category') {
1648 1648
                 $srcharr = array('"', '\\');
1649 1649
                 $replarr = array("&quot;", '');
1650 1650
 
@@ -1666,7 +1666,7 @@  discard block
 block discarded – undo
1666 1666
 
1667 1667
                     $wpdb->get_var(
1668 1668
                         $wpdb->prepare(
1669
-                            "DELETE from " . GEODIR_ICON_TABLE . " WHERE cat_id NOT IN ($format) AND post_id = %d ",
1669
+                            "DELETE from ".GEODIR_ICON_TABLE." WHERE cat_id NOT IN ($format) AND post_id = %d ",
1670 1670
                             $cat_ids_array_del
1671 1671
                         )
1672 1672
                     );
@@ -1674,7 +1674,7 @@  discard block
 block discarded – undo
1674 1674
 
1675 1675
                     $post_term = $wpdb->get_col(
1676 1676
                         $wpdb->prepare(
1677
-                            "SELECT term_id FROM " . $wpdb->term_taxonomy . " WHERE term_taxonomy_id IN($format) GROUP BY term_id",
1677
+                            "SELECT term_id FROM ".$wpdb->term_taxonomy." WHERE term_taxonomy_id IN($format) GROUP BY term_id",
1678 1678
                             $cat_ids_array
1679 1679
                         )
1680 1680
                     );
@@ -1696,16 +1696,16 @@  discard block
 block discarded – undo
1696 1696
                         $lat = geodir_get_post_meta($post_id, 'post_latitude', true);
1697 1697
                         $lng = geodir_get_post_meta($post_id, 'post_longitude', true);
1698 1698
 
1699
-                        $timing = ' - ' . date('D M j, Y', strtotime(geodir_get_post_meta($post_id, 'st_date', true)));
1700
-                        $timing .= ' - ' . geodir_get_post_meta($post_id, 'st_time', true);
1699
+                        $timing = ' - '.date('D M j, Y', strtotime(geodir_get_post_meta($post_id, 'st_date', true)));
1700
+                        $timing .= ' - '.geodir_get_post_meta($post_id, 'st_time', true);
1701 1701
 
1702 1702
                         $json = '{';
1703
-                        $json .= '"id":"' . $post_id . '",';
1704
-                        $json .= '"lat_pos": "' . $lat . '",';
1705
-                        $json .= '"long_pos": "' . $lng . '",';
1706
-                        $json .= '"marker_id":"' . $post_id . '_' . $cat_id . '",';
1707
-                        $json .= '"icon":"' . $term_icon . '",';
1708
-                        $json .= '"group":"catgroup' . $cat_id . '"';
1703
+                        $json .= '"id":"'.$post_id.'",';
1704
+                        $json .= '"lat_pos": "'.$lat.'",';
1705
+                        $json .= '"long_pos": "'.$lng.'",';
1706
+                        $json .= '"marker_id":"'.$post_id.'_'.$cat_id.'",';
1707
+                        $json .= '"icon":"'.$term_icon.'",';
1708
+                        $json .= '"group":"catgroup'.$cat_id.'"';
1709 1709
                         $json .= '}';
1710 1710
 
1711 1711
 
@@ -1713,9 +1713,9 @@  discard block
 block discarded – undo
1713 1713
                             $post_marker_json = $json;
1714 1714
 
1715 1715
 
1716
-                        if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . GEODIR_ICON_TABLE . " WHERE post_id = %d AND cat_id = %d", array($post_id, $cat_id)))) {
1716
+                        if ($wpdb->get_var($wpdb->prepare("SELECT post_id from ".GEODIR_ICON_TABLE." WHERE post_id = %d AND cat_id = %d", array($post_id, $cat_id)))) {
1717 1717
 
1718
-                            $json_query = $wpdb->prepare("UPDATE " . GEODIR_ICON_TABLE . " SET
1718
+                            $json_query = $wpdb->prepare("UPDATE ".GEODIR_ICON_TABLE." SET
1719 1719
 										post_title = %s,
1720 1720
 										json = %s
1721 1721
 										WHERE post_id = %d AND cat_id = %d ",
@@ -1723,7 +1723,7 @@  discard block
 block discarded – undo
1723 1723
 
1724 1724
                         } else {
1725 1725
 
1726
-                            $json_query = $wpdb->prepare("INSERT INTO " . GEODIR_ICON_TABLE . " SET
1726
+                            $json_query = $wpdb->prepare("INSERT INTO ".GEODIR_ICON_TABLE." SET
1727 1727
 										post_id = %d,
1728 1728
 										post_title = %s,
1729 1729
 										cat_id = %d,
@@ -1741,17 +1741,17 @@  discard block
 block discarded – undo
1741 1741
                 if (!empty($post_term) && is_array($post_term)) {
1742 1742
                     $categories = implode(',', $post_term);
1743 1743
 
1744
-                    if ($categories != '' && $categories != 0) $categories = ',' . $categories . ',';
1744
+                    if ($categories != '' && $categories != 0) $categories = ','.$categories.',';
1745 1745
 
1746 1746
                     if (empty($post_marker_json))
1747 1747
                         $post_marker_json = isset($json) ? $json : '';
1748 1748
 
1749
-                    if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
1749
+                    if ($wpdb->get_var($wpdb->prepare("SELECT post_id from ".$table." where post_id = %d", array($post_id)))) {
1750 1750
 
1751 1751
                         $wpdb->query(
1752 1752
                             $wpdb->prepare(
1753
-                                "UPDATE " . $table . " SET
1754
-								" . $taxonomy . " = %s,
1753
+                                "UPDATE ".$table." SET
1754
+								" . $taxonomy." = %s,
1755 1755
 								marker_json = %s
1756 1756
 								where post_id = %d",
1757 1757
                                 array($categories, $post_marker_json, $post_id)
@@ -1772,7 +1772,7 @@  discard block
 block discarded – undo
1772 1772
 
1773 1773
                                     $wpdb->query(
1774 1774
                                         $wpdb->prepare(
1775
-                                            "UPDATE " . $table . " SET
1775
+                                            "UPDATE ".$table." SET
1776 1776
 											default_category = %s
1777 1777
 											where post_id = %d",
1778 1778
                                             array($categories[0], $post_id)
@@ -1797,9 +1797,9 @@  discard block
 block discarded – undo
1797 1797
 
1798 1798
                         $wpdb->query(
1799 1799
                             $wpdb->prepare(
1800
-                                "INSERT INTO " . $table . " SET
1800
+                                "INSERT INTO ".$table." SET
1801 1801
 								post_id = %d,
1802
-								" . $taxonomy . " = %s,
1802
+								" . $taxonomy." = %s,
1803 1803
 								marker_json = %s ",
1804 1804
 
1805 1805
                                 array($post_id, $categories, $post_marker_json)
@@ -1928,7 +1928,7 @@  discard block
 block discarded – undo
1928 1928
                                     } ?>"><img alt="bubble image" style="max-height:50px;"
1929 1929
                                                src="<?php echo $post_images[0]; ?>"/></a></div>
1930 1930
                             <?php
1931
-                            }else{
1931
+                            } else {
1932 1932
                                 echo '<div class="geodir-bubble_image"></div>';
1933 1933
                             }
1934 1934
                         } else {
@@ -1936,7 +1936,7 @@  discard block
 block discarded – undo
1936 1936
                                 ?>
1937 1937
                                 <div class="geodir-bubble_image"><a href="<?php echo $plink; ?>"><?php echo $image; ?></a></div>
1938 1938
                             <?php
1939
-                            }else{
1939
+                            } else {
1940 1940
                                 echo '<div class="geodir-bubble_image"></div>';
1941 1941
                             }
1942 1942
                         }
@@ -1981,7 +1981,7 @@  discard block
 block discarded – undo
1981 1981
                              * @param object $postinfo_obj The posts info as an object.
1982 1982
                              * @param bool|string $post_preview True if currently in post preview page. Empty string if not.                           *
1983 1983
                              */
1984
-                            do_action('geodir_infowindow_meta_after',$postinfo_obj,$post_preview );
1984
+                            do_action('geodir_infowindow_meta_after', $postinfo_obj, $post_preview);
1985 1985
                             ?>
1986 1986
                         </div>
1987 1987
                         <?php
@@ -1993,10 +1993,10 @@  discard block
 block discarded – undo
1993 1993
                             <div class="geodir-bubble-meta-fade"></div>
1994 1994
 
1995 1995
                             <div class="geodir-bubble-meta-bottom">
1996
-                                <span class="geodir-bubble-rating"><?php echo $rating_star;?></span>
1996
+                                <span class="geodir-bubble-rating"><?php echo $rating_star; ?></span>
1997 1997
 
1998 1998
                                 <span
1999
-                                    class="geodir-bubble-fav"><?php echo geodir_favourite_html($post_author, $ID);?></span>
1999
+                                    class="geodir-bubble-fav"><?php echo geodir_favourite_html($post_author, $ID); ?></span>
2000 2000
                   <span class="geodir-bubble-reviews"><a href="<?php echo get_comments_link($ID); ?>"
2001 2001
                                                          class="geodir-pcomments"><i class="fa fa-comments"></i>
2002 2002
                           <?php echo get_comments_number($ID); ?>
@@ -2061,11 +2061,11 @@  discard block
 block discarded – undo
2061 2061
 
2062 2062
         $post_type = get_post_type($post_id);
2063 2063
 
2064
-        $table = $plugin_prefix . $post_type . '_detail';
2064
+        $table = $plugin_prefix.$post_type.'_detail';
2065 2065
 
2066 2066
         $wpdb->query(
2067 2067
             $wpdb->prepare(
2068
-                "UPDATE " . $table . " SET post_status=%s WHERE post_id=%d",
2068
+                "UPDATE ".$table." SET post_status=%s WHERE post_id=%d",
2069 2069
                 array($status, $post_id)
2070 2070
             )
2071 2071
         );
@@ -2137,18 +2137,18 @@  discard block
 block discarded – undo
2137 2137
 
2138 2138
         $post_type = get_post_type($post_id);
2139 2139
 
2140
-        $table = $plugin_prefix . $post_type . '_detail';
2140
+        $table = $plugin_prefix.$post_type.'_detail';
2141 2141
 
2142 2142
         $wpdb->query(
2143 2143
             $wpdb->prepare(
2144
-                "UPDATE " . $table . " SET `post_id` = %d WHERE `post_id` = %d",
2144
+                "UPDATE ".$table." SET `post_id` = %d WHERE `post_id` = %d",
2145 2145
                 array($updatingpost, $temppost)
2146 2146
             )
2147 2147
         );
2148 2148
 
2149 2149
         $wpdb->query(
2150 2150
             $wpdb->prepare(
2151
-                "UPDATE " . GEODIR_ICON_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2151
+                "UPDATE ".GEODIR_ICON_TABLE." SET `post_id` = %d WHERE `post_id` = %d",
2152 2152
                 array($updatingpost, $temppost)
2153 2153
             )
2154 2154
         );
@@ -2157,7 +2157,7 @@  discard block
 block discarded – undo
2157 2157
 
2158 2158
         $wpdb->query(
2159 2159
             $wpdb->prepare(
2160
-                "UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2160
+                "UPDATE ".GEODIR_ATTACHMENT_TABLE." SET `post_id` = %d WHERE `post_id` = %d",
2161 2161
                 array($updatingpost, $temppost)
2162 2162
             )
2163 2163
         );
@@ -2195,12 +2195,12 @@  discard block
 block discarded – undo
2195 2195
         if (!in_array($post_type, $all_postypes))
2196 2196
             return false;
2197 2197
 
2198
-        $table = $plugin_prefix . $post_type . '_detail';
2198
+        $table = $plugin_prefix.$post_type.'_detail';
2199 2199
 
2200 2200
         /* Delete custom post meta*/
2201 2201
         $wpdb->query(
2202 2202
             $wpdb->prepare(
2203
-                "DELETE FROM " . $table . " WHERE `post_id` = %d",
2203
+                "DELETE FROM ".$table." WHERE `post_id` = %d",
2204 2204
                 array($deleted_postid)
2205 2205
             )
2206 2206
         );
@@ -2209,7 +2209,7 @@  discard block
 block discarded – undo
2209 2209
 
2210 2210
         $wpdb->query(
2211 2211
             $wpdb->prepare(
2212
-                "DELETE FROM " . GEODIR_ICON_TABLE . " WHERE `post_id` = %d",
2212
+                "DELETE FROM ".GEODIR_ICON_TABLE." WHERE `post_id` = %d",
2213 2213
                 array($deleted_postid)
2214 2214
             )
2215 2215
         );
@@ -2219,7 +2219,7 @@  discard block
 block discarded – undo
2219 2219
 
2220 2220
         $wpdb->query(
2221 2221
             $wpdb->prepare(
2222
-                "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE `post_id` = %d",
2222
+                "DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE `post_id` = %d",
2223 2223
                 array($deleted_postid)
2224 2224
             )
2225 2225
         );
@@ -2291,7 +2291,7 @@  discard block
 block discarded – undo
2291 2291
          */
2292 2292
         do_action('geodir_before_add_from_favorite', $post_id);
2293 2293
 
2294
-        echo '<a href="javascript:void(0);" title="' . $remove_favourite_text . '" class="geodir-addtofav geodir-removetofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'remove\');"><i class="'. $favourite_icon .'"></i> ' . $unfavourite_text . '</a>';
2294
+        echo '<a href="javascript:void(0);" title="'.$remove_favourite_text.'" class="geodir-addtofav geodir-removetofav-icon" onclick="javascript:addToFavourite(\''.$post_id.'\',\'remove\');"><i class="'.$favourite_icon.'"></i> '.$unfavourite_text.'</a>';
2295 2295
 
2296 2296
         /**
2297 2297
          * Called after adding the post from favourites.
@@ -2370,7 +2370,7 @@  discard block
 block discarded – undo
2370 2370
          */
2371 2371
         do_action('geodir_before_remove_from_favorite', $post_id);
2372 2372
 
2373
-        echo '<a href="javascript:void(0);"  title="' . $add_favourite_text . '" class="geodir-addtofav geodir-addtofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'add\');"><i class="'. $favourite_icon .'"></i> ' . $favourite_text . '</a>';
2373
+        echo '<a href="javascript:void(0);"  title="'.$add_favourite_text.'" class="geodir-addtofav geodir-addtofav-icon" onclick="javascript:addToFavourite(\''.$post_id.'\',\'add\');"><i class="'.$favourite_icon.'"></i> '.$favourite_text.'</a>';
2374 2374
 
2375 2375
         /**
2376 2376
          * Called after removing the post from favourites.
@@ -2465,24 +2465,24 @@  discard block
 block discarded – undo
2465 2465
             $user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2466 2466
 
2467 2467
         if (!empty($user_meta_data) && in_array($post_id, $user_meta_data)) {
2468
-            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"  ><a
2468
+            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id; ?>"  ><a
2469 2469
                 class="geodir-removetofav-icon" href="javascript:void(0);"
2470
-                onclick="javascript:addToFavourite(<?php echo $post_id;?>,'remove');"
2471
-                title="<?php echo $remove_favourite_text;?>"><i class="<?php echo $unfavourite_icon; ?>"></i> <?php echo $unfavourite_text;?>
2470
+                onclick="javascript:addToFavourite(<?php echo $post_id; ?>,'remove');"
2471
+                title="<?php echo $remove_favourite_text; ?>"><i class="<?php echo $unfavourite_icon; ?>"></i> <?php echo $unfavourite_text; ?>
2472 2472
             </a>   </span><?php
2473 2473
 
2474 2474
         } else {
2475 2475
 
2476 2476
             if (!isset($current_user->data->ID) || $current_user->data->ID == '') {
2477
-                $script_text = 'javascript:window.location.href=\'' . geodir_login_url() . '\'';
2477
+                $script_text = 'javascript:window.location.href=\''.geodir_login_url().'\'';
2478 2478
             } else
2479
-                $script_text = 'javascript:addToFavourite(' . $post_id . ',\'add\')';
2479
+                $script_text = 'javascript:addToFavourite('.$post_id.',\'add\')';
2480 2480
 
2481
-            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"><a class="geodir-addtofav-icon"
2481
+            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id; ?>"><a class="geodir-addtofav-icon"
2482 2482
                                                                                         href="javascript:void(0);"
2483
-                                                                                        onclick="<?php echo $script_text;?>"
2484
-                                                                                        title="<?php echo $add_favourite_text;?>"><i
2485
-                    class="<?php echo $favourite_icon; ?>"></i> <?php echo $favourite_text;?></a></span>
2483
+                                                                                        onclick="<?php echo $script_text; ?>"
2484
+                                                                                        title="<?php echo $add_favourite_text; ?>"><i
2485
+                    class="<?php echo $favourite_icon; ?>"></i> <?php echo $favourite_text; ?></a></span>
2486 2486
         <?php }
2487 2487
     }
2488 2488
 }
@@ -2512,7 +2512,7 @@  discard block
 block discarded – undo
2512 2512
 
2513 2513
             $post_type = $taxonomy_obj->object_type[0];
2514 2514
 
2515
-            $table = $plugin_prefix . $post_type . '_detail';
2515
+            $table = $plugin_prefix.$post_type.'_detail';
2516 2516
 
2517 2517
             /**
2518 2518
              * Filter to modify the 'join' query
@@ -2535,8 +2535,8 @@  discard block
 block discarded – undo
2535 2535
             $where = apply_filters('geodir_cat_post_count_where', $where, $term);
2536 2536
 
2537 2537
             $count_query = "SELECT count(post_id) FROM
2538
-							" . $table . " as pd " . $join . "
2539
-							WHERE pd.post_status='publish' AND FIND_IN_SET('" . $term->term_id . "'," . $term->taxonomy . ") " . $where;
2538
+							" . $table." as pd ".$join."
2539
+							WHERE pd.post_status='publish' AND FIND_IN_SET('" . $term->term_id."',".$term->taxonomy.") ".$where;
2540 2540
 
2541 2541
             $cat_post_count = $wpdb->get_var($count_query);
2542 2542
             if (empty($cat_post_count) || is_wp_error($cat_post_count))
@@ -2619,7 +2619,7 @@  discard block
 block discarded – undo
2619 2619
     global $post;
2620 2620
     $all_postypes = geodir_get_posttypes();
2621 2621
     if (is_array($all_postypes) && in_array($post->post_type, $all_postypes)) {
2622
-        return ' <a href="' . get_permalink($post->ID) . '">' . READ_MORE_TXT . '</a>';
2622
+        return ' <a href="'.get_permalink($post->ID).'">'.READ_MORE_TXT.'</a>';
2623 2623
     }
2624 2624
 
2625 2625
     return $more;
@@ -2646,14 +2646,14 @@  discard block
 block discarded – undo
2646 2646
     if (is_array($gd_taxonomies) && in_array($taxonomy, $gd_taxonomies)) {
2647 2647
 
2648 2648
         $geodir_post_type = geodir_get_taxonomy_posttype($taxonomy);
2649
-        $table = $plugin_prefix . $geodir_post_type . '_detail';
2649
+        $table = $plugin_prefix.$geodir_post_type.'_detail';
2650 2650
 
2651 2651
         $path_parts = pathinfo($_REQUEST['ct_cat_icon']['src']);
2652
-        $term_icon = $path_parts['dirname'] . '/cat_icon_' . $term_id . '.png';
2652
+        $term_icon = $path_parts['dirname'].'/cat_icon_'.$term_id.'.png';
2653 2653
 
2654 2654
         $posts = $wpdb->get_results(
2655 2655
             $wpdb->prepare(
2656
-                "SELECT post_id,post_title,post_latitude,post_longitude,default_category FROM " . $table . " WHERE FIND_IN_SET(%s,%1\$s ) ",
2656
+                "SELECT post_id,post_title,post_latitude,post_longitude,default_category FROM ".$table." WHERE FIND_IN_SET(%s,%1\$s ) ",
2657 2657
                 array($term_id, $taxonomy)
2658 2658
             )
2659 2659
         );
@@ -2665,19 +2665,19 @@  discard block
 block discarded – undo
2665 2665
                 $lng = $post_obj->post_longitude;
2666 2666
 
2667 2667
                 $json = '{';
2668
-                $json .= '"id":"' . $post_obj->post_id . '",';
2669
-                $json .= '"lat_pos": "' . $lat . '",';
2670
-                $json .= '"long_pos": "' . $lng . '",';
2671
-                $json .= '"marker_id":"' . $post_obj->post_id . '_' . $term_id . '",';
2672
-                $json .= '"icon":"' . $term_icon . '",';
2673
-                $json .= '"group":"catgroup' . $term_id . '"';
2668
+                $json .= '"id":"'.$post_obj->post_id.'",';
2669
+                $json .= '"lat_pos": "'.$lat.'",';
2670
+                $json .= '"long_pos": "'.$lng.'",';
2671
+                $json .= '"marker_id":"'.$post_obj->post_id.'_'.$term_id.'",';
2672
+                $json .= '"icon":"'.$term_icon.'",';
2673
+                $json .= '"group":"catgroup'.$term_id.'"';
2674 2674
                 $json .= '}';
2675 2675
 
2676 2676
                 if ($post_obj->default_category == $term_id) {
2677 2677
 
2678 2678
                     $wpdb->query(
2679 2679
                         $wpdb->prepare(
2680
-                            "UPDATE " . $table . " SET marker_json = %s where post_id = %d",
2680
+                            "UPDATE ".$table." SET marker_json = %s where post_id = %d",
2681 2681
                             array($json, $post_obj->post_id)
2682 2682
                         )
2683 2683
                     );
@@ -2685,7 +2685,7 @@  discard block
 block discarded – undo
2685 2685
 
2686 2686
                 $wpdb->query(
2687 2687
                     $wpdb->prepare(
2688
-                        "UPDATE " . GEODIR_ICON_TABLE . " SET json = %s WHERE post_id = %d AND cat_id = %d",
2688
+                        "UPDATE ".GEODIR_ICON_TABLE." SET json = %s WHERE post_id = %d AND cat_id = %d",
2689 2689
                         array($json, $post_obj->post_id, $term_id)
2690 2690
                     )
2691 2691
                 );
@@ -2809,7 +2809,7 @@  discard block
 block discarded – undo
2809 2809
 //	print_r($uploads ) ;
2810 2810
     $post_first_image = $wpdb->get_results(
2811 2811
         $wpdb->prepare(
2812
-            "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d and menu_order = 1  ", array($post_id)
2812
+            "SELECT * FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id = %d and menu_order = 1  ", array($post_id)
2813 2813
         )
2814 2814
     );
2815 2815
 
@@ -2830,9 +2830,9 @@  discard block
 block discarded – undo
2830 2830
 
2831 2831
         $post_type = get_post_type($post_id);
2832 2832
 
2833
-        $table_name = $plugin_prefix . $post_type . '_detail';
2833
+        $table_name = $plugin_prefix.$post_type.'_detail';
2834 2834
 
2835
-        $wpdb->query("UPDATE " . $table_name . " SET featured_image='" . $post_first_image[0]->file . "' WHERE post_id =" . $post_id);
2835
+        $wpdb->query("UPDATE ".$table_name." SET featured_image='".$post_first_image[0]->file."' WHERE post_id =".$post_id);
2836 2836
 
2837 2837
         $new_attachment_name = basename($post_first_image[0]->file);
2838 2838
 
@@ -2845,11 +2845,11 @@  discard block
 block discarded – undo
2845 2845
                 wp_delete_attachment($post_thumbnail_id);
2846 2846
 
2847 2847
             }
2848
-            $filename = $uploads['basedir'] . $post_first_image[0]->file;
2848
+            $filename = $uploads['basedir'].$post_first_image[0]->file;
2849 2849
 
2850 2850
             $attachment = array(
2851 2851
                 'post_mime_type' => $post_first_image[0]->mime_type,
2852
-                'guid' => $uploads['baseurl'] . $post_first_image[0]->file,
2852
+                'guid' => $uploads['baseurl'].$post_first_image[0]->file,
2853 2853
                 'post_parent' => $post_id,
2854 2854
                 'post_title' => preg_replace('/\.[^.]+$/', '', $post_first_image[0]->title),
2855 2855
                 'post_content' => ''
@@ -2862,7 +2862,7 @@  discard block
 block discarded – undo
2862 2862
 
2863 2863
                 set_post_thumbnail($post_id, $id);
2864 2864
 
2865
-                require_once(ABSPATH . 'wp-admin/includes/image.php');
2865
+                require_once(ABSPATH.'wp-admin/includes/image.php');
2866 2866
                 wp_update_attachment_metadata($id, wp_generate_attachment_metadata($id, $filename));
2867 2867
 
2868 2868
             }
@@ -2895,35 +2895,35 @@  discard block
 block discarded – undo
2895 2895
         $post_id = absint($_POST['post_id']);
2896 2896
         $upload_dir = wp_upload_dir();
2897 2897
         $post_type = get_post_type($_POST['post_id']);
2898
-        $table = $plugin_prefix . $post_type . '_detail';
2898
+        $table = $plugin_prefix.$post_type.'_detail';
2899 2899
 
2900 2900
         $post_arr = $wpdb->get_results($wpdb->prepare(
2901
-            "SELECT * FROM $wpdb->posts p JOIN " . $table . " gd ON gd.post_id=p.ID WHERE p.ID=%d LIMIT 1",
2901
+            "SELECT * FROM $wpdb->posts p JOIN ".$table." gd ON gd.post_id=p.ID WHERE p.ID=%d LIMIT 1",
2902 2902
             array($post_id)
2903 2903
         )
2904 2904
             , ARRAY_A);
2905 2905
 
2906 2906
         $arrImages = $wpdb->get_results(
2907 2907
             $wpdb->prepare(
2908
-                "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC, ID DESC ",
2908
+                "SELECT * FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC, ID DESC ",
2909 2909
                 array('%image%', $post_id)
2910 2910
             )
2911 2911
         );
2912 2912
         if ($arrImages) {
2913 2913
             $image_arr = array();
2914 2914
             foreach ($arrImages as $img) {
2915
-                $image_arr[] = $upload_dir['baseurl'] . $img->file;
2915
+                $image_arr[] = $upload_dir['baseurl'].$img->file;
2916 2916
             }
2917 2917
             $comma_separated = implode(",", $image_arr);
2918 2918
             $post_arr[0]['post_images'] = $comma_separated;
2919 2919
         }
2920 2920
 
2921 2921
 
2922
-        $cats = $post_arr[0][$post_arr[0]['post_type'] . 'category'];
2922
+        $cats = $post_arr[0][$post_arr[0]['post_type'].'category'];
2923 2923
         $cat_arr = array_filter(explode(",", $cats));
2924 2924
         $trans_cat = array();
2925 2925
         foreach ($cat_arr as $cat) {
2926
-            $trans_cat[] = icl_object_id($cat, $post_arr[0]['post_type'] . 'category', false);
2926
+            $trans_cat[] = icl_object_id($cat, $post_arr[0]['post_type'].'category', false);
2927 2927
         }
2928 2928
 
2929 2929
 
@@ -2965,7 +2965,7 @@  discard block
 block discarded – undo
2965 2965
 
2966 2966
     $get_data = $wpdb->get_results(
2967 2967
         $wpdb->prepare(
2968
-            "SELECT htmlvar_name, field_type, extra_fields FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND is_active='1'",
2968
+            "SELECT htmlvar_name, field_type, extra_fields FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE post_type=%s AND is_active='1'",
2969 2969
             array($listing_type)
2970 2970
         )
2971 2971
     );
@@ -2978,12 +2978,12 @@  discard block
 block discarded – undo
2978 2978
 
2979 2979
                 $extra_fields = unserialize($data->extra_fields);
2980 2980
 
2981
-                $prefix = $data->htmlvar_name . '_';
2981
+                $prefix = $data->htmlvar_name.'_';
2982 2982
 
2983
-                $fields_info[$prefix . 'address'] = $data->field_type;
2983
+                $fields_info[$prefix.'address'] = $data->field_type;
2984 2984
 
2985 2985
                 if (isset($extra_fields['show_zip']) && $extra_fields['show_zip'])
2986
-                    $fields_info[$prefix . 'zip'] = $data->field_type;
2986
+                    $fields_info[$prefix.'zip'] = $data->field_type;
2987 2987
 
2988 2988
             } else {
2989 2989
 
@@ -3081,13 +3081,13 @@  discard block
 block discarded – undo
3081 3081
  * @since 1.4.9
3082 3082
  * @package GeoDirectory
3083 3083
  */
3084
-function geodir_fb_like_thumbnail(){
3084
+function geodir_fb_like_thumbnail() {
3085 3085
 
3086 3086
     // return if not a single post
3087
-    if(!is_single()){return;}
3087
+    if (!is_single()) {return; }
3088 3088
 
3089 3089
     global $post;
3090
-    if(isset($post->featured_image) && $post->featured_image){
3090
+    if (isset($post->featured_image) && $post->featured_image) {
3091 3091
         $upload_dir = wp_upload_dir();
3092 3092
         $thumb = $upload_dir['baseurl'].$post->featured_image;
3093 3093
         echo "\n\n<!-- GD Facebook Like Thumbnail -->\n<link rel=\"image_src\" href=\"$thumb\" />\n<!-- End GD Facebook Like Thumbnail -->\n\n";
Please login to merge, or discard this patch.
Indentation   +2212 added lines, -2212 removed lines patch added patch discarded remove patch
@@ -20,479 +20,479 @@  discard block
 block discarded – undo
20 20
 function geodir_set_postcat_structure($post_id, $taxonomy, $default_cat = '', $category_str = '')
21 21
 {
22 22
 
23
-    $post_cat_ids = geodir_get_post_meta($post_id, $taxonomy);
24
-    if (!empty($post_cat_ids))
25
-        $post_cat_array = explode(",", trim($post_cat_ids, ","));
26
-
27
-    if (!isset($default_cat) || empty($default_cat)) {
28
-        $default_cat = isset($post_cat_array[0]) ? $post_cat_array[0] : '';
29
-    }else{
30
-        if(!is_int($default_cat)){
31
-            $category = get_term_by('name', $default_cat, $taxonomy);
32
-            if(isset($category->term_id)){
33
-                $default_cat =  $category->term_id;
34
-            }
35
-        }
23
+	$post_cat_ids = geodir_get_post_meta($post_id, $taxonomy);
24
+	if (!empty($post_cat_ids))
25
+		$post_cat_array = explode(",", trim($post_cat_ids, ","));
26
+
27
+	if (!isset($default_cat) || empty($default_cat)) {
28
+		$default_cat = isset($post_cat_array[0]) ? $post_cat_array[0] : '';
29
+	}else{
30
+		if(!is_int($default_cat)){
31
+			$category = get_term_by('name', $default_cat, $taxonomy);
32
+			if(isset($category->term_id)){
33
+				$default_cat =  $category->term_id;
34
+			}
35
+		}
36 36
 
37
-    }
37
+	}
38 38
 
39 39
 
40
-    geodir_save_post_meta($post_id, 'default_category', $default_cat);
40
+	geodir_save_post_meta($post_id, 'default_category', $default_cat);
41 41
 
42
-    if (isset($category_str) && empty($category_str)) {
42
+	if (isset($category_str) && empty($category_str)) {
43 43
 
44
-        $post_cat_str = '';
45
-        $post_categories = array();
46
-        if (isset($post_cat_array) && is_array($post_cat_array) && !empty($post_cat_array)) {
47
-            $post_cat_str = implode(",y:#", $post_cat_array);
48
-            $post_cat_str .= ",y:";
49
-            $post_cat_str = substr_replace($post_cat_str, ',y,d:', strpos($post_cat_str, ',y:'), strlen(',y:'));
50
-        }
51
-        $post_categories[$taxonomy] = $post_cat_str;
52
-        $category_str = $post_categories;
53
-    }
44
+		$post_cat_str = '';
45
+		$post_categories = array();
46
+		if (isset($post_cat_array) && is_array($post_cat_array) && !empty($post_cat_array)) {
47
+			$post_cat_str = implode(",y:#", $post_cat_array);
48
+			$post_cat_str .= ",y:";
49
+			$post_cat_str = substr_replace($post_cat_str, ',y,d:', strpos($post_cat_str, ',y:'), strlen(',y:'));
50
+		}
51
+		$post_categories[$taxonomy] = $post_cat_str;
52
+		$category_str = $post_categories;
53
+	}
54 54
 
55
-    $change_cat_str = $category_str[$taxonomy];
55
+	$change_cat_str = $category_str[$taxonomy];
56 56
 
57
-    $default_pos = strpos($change_cat_str, 'd:');
57
+	$default_pos = strpos($change_cat_str, 'd:');
58 58
 
59
-    if ($default_pos === false) {
59
+	if ($default_pos === false) {
60 60
 
61
-        $change_cat_str = str_replace($default_cat . ',y:', $default_cat . ',y,d:', $change_cat_str);
61
+		$change_cat_str = str_replace($default_cat . ',y:', $default_cat . ',y,d:', $change_cat_str);
62 62
 
63
-    }
63
+	}
64 64
 
65
-    $category_str[$taxonomy] = $change_cat_str;
65
+	$category_str[$taxonomy] = $change_cat_str;
66 66
 
67
-    update_post_meta($post_id, 'post_categories', $category_str);
67
+	update_post_meta($post_id, 'post_categories', $category_str);
68 68
 
69 69
 }
70 70
 
71 71
 
72 72
 if (!function_exists('geodir_save_listing')) {
73
-    /**
74
-     * Saves listing in the database using given information.
75
-     *
76
-     * @since 1.0.0
77
-     * @since 1.5.4 New parameter $wp_error added.
78
-     * @package GeoDirectory
79
-     * @global object $wpdb WordPress Database object.
80
-     * @global object $post The current post object.
81
-     * @global object $current_user Current user object.
73
+	/**
74
+	 * Saves listing in the database using given information.
75
+	 *
76
+	 * @since 1.0.0
77
+	 * @since 1.5.4 New parameter $wp_error added.
78
+	 * @package GeoDirectory
79
+	 * @global object $wpdb WordPress Database object.
80
+	 * @global object $post The current post object.
81
+	 * @global object $current_user Current user object.
82 82
 	 * @global object $gd_session GeoDirectory Session object.
83
-     * @param array $request_info {
84
-     *    Array of request info arguments.
85
-     *
86
-     *    @type string $action                                  Ajax action name.
87
-     *    @type string $geodir_ajax                             Ajax type.
88
-     *    @type string $ajax_action                             Ajax action.
89
-     *    @type string $listing_type                            Listing type.
90
-     *    @type string $pid                                     Default Post ID.
91
-     *    @type string $preview                                 Todo Desc needed.
92
-     *    @type string $add_listing_page_id                     Add listing page ID.
93
-     *    @type string $post_title                              Listing title.
94
-     *    @type string $post_desc                               Listing Description.
95
-     *    @type string $post_tags                               Listing tags.
96
-     *    @type array  $cat_limit                               Category limit.
97
-     *    @type array  $post_category                           Category IDs.
98
-     *    @type array  $post_category_str                       Category string.
99
-     *    @type string $post_default_category                   Default category ID.
100
-     *    @type string $post_address                            Listing address.
101
-     *    @type string $geodir_location_add_listing_country_val Add listing country value.
102
-     *    @type string $post_country                            Listing country.
103
-     *    @type string $geodir_location_add_listing_region_val  Add listing region value.
104
-     *    @type string $post_region                             Listing region.
105
-     *    @type string $geodir_location_add_listing_city_val    Add listing city value.
106
-     *    @type string $post_city                               Listing city.
107
-     *    @type string $post_zip                                Listing zip.
108
-     *    @type string $post_latitude                           Listing latitude.
109
-     *    @type string $post_longitude                          Listing longitude.
110
-     *    @type string $post_mapview                            Listing mapview. Default "ROADMAP".
111
-     *    @type string $post_mapzoom                            Listing mapzoom Default "9".
112
-     *    @type string $geodir_timing                           Business timing info.
113
-     *    @type string $geodir_contact                          Contact number.
114
-     *    @type string $geodir_email                            Business contact email.
115
-     *    @type string $geodir_website                          Business website.
116
-     *    @type string $geodir_twitter                          Twitter link.
117
-     *    @type string $geodir_facebook                         Facebook link.
118
-     *    @type string $geodir_video                            Video link.
119
-     *    @type string $geodir_special_offers                   Speacial offers.
120
-     *    @type string $post_images                             Post image urls.
121
-     *    @type string $post_imagesimage_limit                  Post images limit.
122
-     *    @type string $post_imagestotImg                       Todo Desc needed.
123
-     *    @type string $geodir_accept_term_condition            Has accepted terms and conditions?.
124
-     *    @type string $geodir_spamblocker                      Todo Desc needed.
125
-     *    @type string $geodir_filled_by_spam_bot               Todo Desc needed.
126
-     *
127
-     * }
128
-     * @param bool $dummy Optional. Is this a dummy listing? Default false.
129
-     * @param bool $wp_error Optional. Allow return of WP_Error on failure. Default false.
130
-     * @return int|string|WP_Error Created post id or WP_Error on failure.
131
-     */
132
-    function geodir_save_listing($request_info = array(), $dummy = false, $wp_error = false)
133
-    {
134
-        global $wpdb, $current_user, $gd_session;
135
-
136
-        $last_post_id = '';
137
-
138
-        if ($gd_session->get('listing') && !$dummy) {
139
-            $request_info = array();
140
-            $request_session = $gd_session->get('listing');
141
-            $request_info = array_merge($_REQUEST, $request_session);
142
-        } else if (!$gd_session->get('listing') && !$dummy) {
143
-            global $post;
144
-            $request_info['pid'] = !empty($post->ID) ? $post->ID : (!empty($request_info['post_id']) ? $request_info['post_id'] : NULL);
145
-            $request_info['post_title'] = $request_info['post_title'];
146
-            $request_info['listing_type'] = $post->post_type;
147
-            $request_info['post_desc'] = $request_info['content'];
148
-        } else if (!$dummy) {
149
-            return false;
150
-        }
151
-
152
-        /**
153
-         * Filter the request_info array.
154
-         *
155
-         * You can use this filter to modify request_info array.
156
-         *
157
-         * @since 1.0.0
158
-         * @package GeoDirectory
159
-         * @param array $request_info See {@see geodir_save_listing()} for accepted args.
160
-         */
161
-        $request_info = apply_filters('geodir_action_get_request_info', $request_info);
162
-
163
-        // Check if we need to save post location as new location
164
-        $location_result = geodir_get_default_location();
165
-
166
-        if ($location_result->location_id > 0) {
167
-            if (isset($request_info['post_city']) && isset($request_info['post_region'])) {
168
-                $request_info['post_location'] = array(
169
-                    'city' => $request_info['post_city'],
170
-                    'region' => isset($request_info['post_region']) ? $request_info['post_region'] : '',
171
-                    'country' => isset($request_info['post_country']) ? $request_info['post_country'] : '',
172
-                    'geo_lat' => isset($request_info['post_latitude']) ? $request_info['post_latitude'] : '',
173
-                    'geo_lng' => isset($request_info['post_longitude']) ? $request_info['post_longitude'] : ''
174
-                );
175
-
176
-                $post_location_info = $request_info['post_location'];
177
-
178
-                if ($location_id = geodir_add_new_location($post_location_info)) {
179
-                    $post_location_id = $location_id;
180
-                }
181
-            } else {
182
-                $post_location_id = $location_result->location_id;
183
-            }
184
-        } else {
185
-            $post_location_id = $location_result->location_id;
186
-        }
187
-
188
-        if ($dummy) {
189
-            $post_status = 'publish';
190
-        } else {
191
-            $post_status = geodir_new_post_default_status();
192
-        }
193
-
194
-        if (isset($request_info['pid']) && $request_info['pid'] != '') {
195
-            $post_status = get_post_status($request_info['pid']);
196
-        }
197
-
198
-        /* fix change of slug on every title edit */
199
-        if (!isset($request_info['post_name'])) {
200
-            $request_info['post_name'] = $request_info['post_title'];
201
-
202
-            if (!empty($request_info['pid'])) {
203
-                $post_info = get_post($request_info['pid']);
204
-
205
-                if (!empty($post_info) && isset($post_info->post_name)) {
206
-                    $request_info['post_name'] = $post_info->post_name;
207
-                }
208
-            }
209
-        }
210
-
211
-        $post = array(
212
-            'post_content' => $request_info['post_desc'],
213
-            'post_status' => $post_status,
214
-            'post_title' => $request_info['post_title'],
215
-            'post_name' => $request_info['post_name'],
216
-            'post_type' => $request_info['listing_type']
217
-        );
218
-
219
-        /**
220
-         * Called before a listing is saved to the database.
221
-         *
222
-         * @since 1.0.0
223
-         * @param object $post The post object.
224
-         */
225
-        do_action_ref_array('geodir_before_save_listing', $post);
83
+	 * @param array $request_info {
84
+	 *    Array of request info arguments.
85
+	 *
86
+	 *    @type string $action                                  Ajax action name.
87
+	 *    @type string $geodir_ajax                             Ajax type.
88
+	 *    @type string $ajax_action                             Ajax action.
89
+	 *    @type string $listing_type                            Listing type.
90
+	 *    @type string $pid                                     Default Post ID.
91
+	 *    @type string $preview                                 Todo Desc needed.
92
+	 *    @type string $add_listing_page_id                     Add listing page ID.
93
+	 *    @type string $post_title                              Listing title.
94
+	 *    @type string $post_desc                               Listing Description.
95
+	 *    @type string $post_tags                               Listing tags.
96
+	 *    @type array  $cat_limit                               Category limit.
97
+	 *    @type array  $post_category                           Category IDs.
98
+	 *    @type array  $post_category_str                       Category string.
99
+	 *    @type string $post_default_category                   Default category ID.
100
+	 *    @type string $post_address                            Listing address.
101
+	 *    @type string $geodir_location_add_listing_country_val Add listing country value.
102
+	 *    @type string $post_country                            Listing country.
103
+	 *    @type string $geodir_location_add_listing_region_val  Add listing region value.
104
+	 *    @type string $post_region                             Listing region.
105
+	 *    @type string $geodir_location_add_listing_city_val    Add listing city value.
106
+	 *    @type string $post_city                               Listing city.
107
+	 *    @type string $post_zip                                Listing zip.
108
+	 *    @type string $post_latitude                           Listing latitude.
109
+	 *    @type string $post_longitude                          Listing longitude.
110
+	 *    @type string $post_mapview                            Listing mapview. Default "ROADMAP".
111
+	 *    @type string $post_mapzoom                            Listing mapzoom Default "9".
112
+	 *    @type string $geodir_timing                           Business timing info.
113
+	 *    @type string $geodir_contact                          Contact number.
114
+	 *    @type string $geodir_email                            Business contact email.
115
+	 *    @type string $geodir_website                          Business website.
116
+	 *    @type string $geodir_twitter                          Twitter link.
117
+	 *    @type string $geodir_facebook                         Facebook link.
118
+	 *    @type string $geodir_video                            Video link.
119
+	 *    @type string $geodir_special_offers                   Speacial offers.
120
+	 *    @type string $post_images                             Post image urls.
121
+	 *    @type string $post_imagesimage_limit                  Post images limit.
122
+	 *    @type string $post_imagestotImg                       Todo Desc needed.
123
+	 *    @type string $geodir_accept_term_condition            Has accepted terms and conditions?.
124
+	 *    @type string $geodir_spamblocker                      Todo Desc needed.
125
+	 *    @type string $geodir_filled_by_spam_bot               Todo Desc needed.
126
+	 *
127
+	 * }
128
+	 * @param bool $dummy Optional. Is this a dummy listing? Default false.
129
+	 * @param bool $wp_error Optional. Allow return of WP_Error on failure. Default false.
130
+	 * @return int|string|WP_Error Created post id or WP_Error on failure.
131
+	 */
132
+	function geodir_save_listing($request_info = array(), $dummy = false, $wp_error = false)
133
+	{
134
+		global $wpdb, $current_user, $gd_session;
135
+
136
+		$last_post_id = '';
137
+
138
+		if ($gd_session->get('listing') && !$dummy) {
139
+			$request_info = array();
140
+			$request_session = $gd_session->get('listing');
141
+			$request_info = array_merge($_REQUEST, $request_session);
142
+		} else if (!$gd_session->get('listing') && !$dummy) {
143
+			global $post;
144
+			$request_info['pid'] = !empty($post->ID) ? $post->ID : (!empty($request_info['post_id']) ? $request_info['post_id'] : NULL);
145
+			$request_info['post_title'] = $request_info['post_title'];
146
+			$request_info['listing_type'] = $post->post_type;
147
+			$request_info['post_desc'] = $request_info['content'];
148
+		} else if (!$dummy) {
149
+			return false;
150
+		}
151
+
152
+		/**
153
+		 * Filter the request_info array.
154
+		 *
155
+		 * You can use this filter to modify request_info array.
156
+		 *
157
+		 * @since 1.0.0
158
+		 * @package GeoDirectory
159
+		 * @param array $request_info See {@see geodir_save_listing()} for accepted args.
160
+		 */
161
+		$request_info = apply_filters('geodir_action_get_request_info', $request_info);
162
+
163
+		// Check if we need to save post location as new location
164
+		$location_result = geodir_get_default_location();
165
+
166
+		if ($location_result->location_id > 0) {
167
+			if (isset($request_info['post_city']) && isset($request_info['post_region'])) {
168
+				$request_info['post_location'] = array(
169
+					'city' => $request_info['post_city'],
170
+					'region' => isset($request_info['post_region']) ? $request_info['post_region'] : '',
171
+					'country' => isset($request_info['post_country']) ? $request_info['post_country'] : '',
172
+					'geo_lat' => isset($request_info['post_latitude']) ? $request_info['post_latitude'] : '',
173
+					'geo_lng' => isset($request_info['post_longitude']) ? $request_info['post_longitude'] : ''
174
+				);
175
+
176
+				$post_location_info = $request_info['post_location'];
177
+
178
+				if ($location_id = geodir_add_new_location($post_location_info)) {
179
+					$post_location_id = $location_id;
180
+				}
181
+			} else {
182
+				$post_location_id = $location_result->location_id;
183
+			}
184
+		} else {
185
+			$post_location_id = $location_result->location_id;
186
+		}
226 187
 
227
-        $send_post_submit_mail = false;
188
+		if ($dummy) {
189
+			$post_status = 'publish';
190
+		} else {
191
+			$post_status = geodir_new_post_default_status();
192
+		}
228 193
 
229
-        // unhook this function so it doesn't loop infinitely
230
-        remove_action('save_post', 'geodir_post_information_save',10,2);
194
+		if (isset($request_info['pid']) && $request_info['pid'] != '') {
195
+			$post_status = get_post_status($request_info['pid']);
196
+		}
231 197
 
232
-        if (isset($request_info['pid']) && $request_info['pid'] != '') {
233
-            $post['ID'] = $request_info['pid'];
198
+		/* fix change of slug on every title edit */
199
+		if (!isset($request_info['post_name'])) {
200
+			$request_info['post_name'] = $request_info['post_title'];
234 201
 
235
-            $last_post_id = wp_update_post($post, $wp_error);
236
-        } else {
237
-            $last_post_id = wp_insert_post($post, $wp_error);
202
+			if (!empty($request_info['pid'])) {
203
+				$post_info = get_post($request_info['pid']);
238 204
 
239
-            if (!$dummy && $last_post_id) {
240
-                $send_post_submit_mail = true; // we move post_submit email from here so the rest of the variables are added to the db first(was breaking permalink in email)
241
-                //geodir_sendEmail('','',$current_user->user_email,$current_user->display_name,'','',$request_info,'post_submit',$last_post_id,$current_user->ID);
242
-            }
243
-        }
205
+				if (!empty($post_info) && isset($post_info->post_name)) {
206
+					$request_info['post_name'] = $post_info->post_name;
207
+				}
208
+			}
209
+		}
210
+
211
+		$post = array(
212
+			'post_content' => $request_info['post_desc'],
213
+			'post_status' => $post_status,
214
+			'post_title' => $request_info['post_title'],
215
+			'post_name' => $request_info['post_name'],
216
+			'post_type' => $request_info['listing_type']
217
+		);
218
+
219
+		/**
220
+		 * Called before a listing is saved to the database.
221
+		 *
222
+		 * @since 1.0.0
223
+		 * @param object $post The post object.
224
+		 */
225
+		do_action_ref_array('geodir_before_save_listing', $post);
226
+
227
+		$send_post_submit_mail = false;
228
+
229
+		// unhook this function so it doesn't loop infinitely
230
+		remove_action('save_post', 'geodir_post_information_save',10,2);
231
+
232
+		if (isset($request_info['pid']) && $request_info['pid'] != '') {
233
+			$post['ID'] = $request_info['pid'];
234
+
235
+			$last_post_id = wp_update_post($post, $wp_error);
236
+		} else {
237
+			$last_post_id = wp_insert_post($post, $wp_error);
238
+
239
+			if (!$dummy && $last_post_id) {
240
+				$send_post_submit_mail = true; // we move post_submit email from here so the rest of the variables are added to the db first(was breaking permalink in email)
241
+				//geodir_sendEmail('','',$current_user->user_email,$current_user->display_name,'','',$request_info,'post_submit',$last_post_id,$current_user->ID);
242
+			}
243
+		}
244 244
 
245
-        if ($wp_error && is_wp_error($last_post_id)) {
246
-            return $last_post_id; // Return WP_Error on save failure.
247
-        }
245
+		if ($wp_error && is_wp_error($last_post_id)) {
246
+			return $last_post_id; // Return WP_Error on save failure.
247
+		}
248 248
 
249
-        if (!$last_post_id) {
250
-            return false; // Save failure.
251
-        }
249
+		if (!$last_post_id) {
250
+			return false; // Save failure.
251
+		}
252 252
 
253
-        // re-hook this function
254
-        add_action('save_post', 'geodir_post_information_save',10,2);
253
+		// re-hook this function
254
+		add_action('save_post', 'geodir_post_information_save',10,2);
255 255
 
256
-        $post_tags = '';
257
-        if (!isset($request_info['post_tags'])) {
256
+		$post_tags = '';
257
+		if (!isset($request_info['post_tags'])) {
258 258
 
259
-            $post_type = $request_info['listing_type'];
260
-            $post_tags = implode(",", wp_get_object_terms($last_post_id, $post_type . '_tags', array('fields' => 'names')));
259
+			$post_type = $request_info['listing_type'];
260
+			$post_tags = implode(",", wp_get_object_terms($last_post_id, $post_type . '_tags', array('fields' => 'names')));
261 261
 
262
-        }
262
+		}
263 263
 
264
-        $gd_post_info = array(
265
-            "post_title" => $request_info['post_title'],
266
-            "post_tags" => isset($request_info['post_tags']) ? $request_info['post_tags'] : $post_tags,
267
-            "post_status" => $post_status,
268
-            "post_location_id" => $post_location_id,
269
-            "claimed" => isset($request_info['claimed']) ? $request_info['claimed'] : '',
270
-            "businesses" => isset($request_info['a_businesses']) ? $request_info['a_businesses'] : '',
271
-            "submit_time" => time(),
272
-            "submit_ip" => $_SERVER['REMOTE_ADDR'],
273
-        );
264
+		$gd_post_info = array(
265
+			"post_title" => $request_info['post_title'],
266
+			"post_tags" => isset($request_info['post_tags']) ? $request_info['post_tags'] : $post_tags,
267
+			"post_status" => $post_status,
268
+			"post_location_id" => $post_location_id,
269
+			"claimed" => isset($request_info['claimed']) ? $request_info['claimed'] : '',
270
+			"businesses" => isset($request_info['a_businesses']) ? $request_info['a_businesses'] : '',
271
+			"submit_time" => time(),
272
+			"submit_ip" => $_SERVER['REMOTE_ADDR'],
273
+		);
274 274
 
275
-        $payment_info = array();
276
-        $package_info = array();
275
+		$payment_info = array();
276
+		$package_info = array();
277 277
 
278
-        $package_info = (array)geodir_post_package_info($package_info, $post);
278
+		$package_info = (array)geodir_post_package_info($package_info, $post);
279 279
 
280
-        $post_package_id = geodir_get_post_meta($last_post_id, 'package_id');
280
+		$post_package_id = geodir_get_post_meta($last_post_id, 'package_id');
281 281
 
282
-        if (!empty($package_info) && !$post_package_id) {
283
-            if (isset($package_info['days']) && $package_info['days'] != 0) {
284
-                $payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['days'] . " days"));
285
-            } else {
286
-                $payment_info['expire_date'] = 'Never';
287
-            }
282
+		if (!empty($package_info) && !$post_package_id) {
283
+			if (isset($package_info['days']) && $package_info['days'] != 0) {
284
+				$payment_info['expire_date'] = date('Y-m-d', strtotime("+" . $package_info['days'] . " days"));
285
+			} else {
286
+				$payment_info['expire_date'] = 'Never';
287
+			}
288 288
 
289
-            $payment_info['package_id'] = $package_info['pid'];
290
-            $payment_info['alive_days'] = $package_info['days'];
291
-            $payment_info['is_featured'] = $package_info['is_featured'];
289
+			$payment_info['package_id'] = $package_info['pid'];
290
+			$payment_info['alive_days'] = $package_info['days'];
291
+			$payment_info['is_featured'] = $package_info['is_featured'];
292 292
 
293
-            $gd_post_info = array_merge($gd_post_info, $payment_info);
294
-        }
293
+			$gd_post_info = array_merge($gd_post_info, $payment_info);
294
+		}
295 295
 
296
-        $custom_metaboxes = geodir_post_custom_fields('', 'all', $request_info['listing_type']);
296
+		$custom_metaboxes = geodir_post_custom_fields('', 'all', $request_info['listing_type']);
297 297
 
298
-        foreach ($custom_metaboxes as $key => $val):
298
+		foreach ($custom_metaboxes as $key => $val):
299 299
 
300
-            $name = $val['name'];
301
-            $type = $val['type'];
302
-            $extrafields = $val['extra_fields'];
300
+			$name = $val['name'];
301
+			$type = $val['type'];
302
+			$extrafields = $val['extra_fields'];
303 303
 
304
-            if (trim($type) == 'address') {
305
-                $prefix = $name . '_';
306
-                $address = $prefix . 'address';
304
+			if (trim($type) == 'address') {
305
+				$prefix = $name . '_';
306
+				$address = $prefix . 'address';
307 307
 
308
-                if (isset($request_info[$address]) && $request_info[$address] != '') {
309
-                    $gd_post_info[$address] = wp_slash($request_info[$address]);
310
-                }
308
+				if (isset($request_info[$address]) && $request_info[$address] != '') {
309
+					$gd_post_info[$address] = wp_slash($request_info[$address]);
310
+				}
311 311
 
312
-                if ($extrafields != '') {
313
-                    $extrafields = unserialize($extrafields);
312
+				if ($extrafields != '') {
313
+					$extrafields = unserialize($extrafields);
314 314
 
315 315
 
316
-                    if (!isset($request_info[$prefix . 'city']) || $request_info[$prefix . 'city'] == '') {
316
+					if (!isset($request_info[$prefix . 'city']) || $request_info[$prefix . 'city'] == '') {
317 317
 
318
-                        $location_result = geodir_get_default_location();
318
+						$location_result = geodir_get_default_location();
319 319
 
320
-                        $gd_post_info[$prefix . 'city'] = $location_result->city;
321
-                        $gd_post_info[$prefix . 'region'] = $location_result->region;
322
-                        $gd_post_info[$prefix . 'country'] = $location_result->country;
320
+						$gd_post_info[$prefix . 'city'] = $location_result->city;
321
+						$gd_post_info[$prefix . 'region'] = $location_result->region;
322
+						$gd_post_info[$prefix . 'country'] = $location_result->country;
323 323
 
324
-                        $gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
324
+						$gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
325 325
 
326
-                    } else {
326
+					} else {
327 327
 
328
-                        $gd_post_info[$prefix . 'city'] = $request_info[$prefix . 'city'];
329
-                        $gd_post_info[$prefix . 'region'] = $request_info[$prefix . 'region'];
330
-                        $gd_post_info[$prefix . 'country'] = $request_info[$prefix . 'country'];
328
+						$gd_post_info[$prefix . 'city'] = $request_info[$prefix . 'city'];
329
+						$gd_post_info[$prefix . 'region'] = $request_info[$prefix . 'region'];
330
+						$gd_post_info[$prefix . 'country'] = $request_info[$prefix . 'country'];
331 331
 
332
-                        //----------set post locations when import dummy data-------
333
-                        $location_result = geodir_get_default_location();
332
+						//----------set post locations when import dummy data-------
333
+						$location_result = geodir_get_default_location();
334 334
 
335
-                        $gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
336
-                        //-----------------------------------------------------------------
335
+						$gd_post_info['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // set all overall post location
336
+						//-----------------------------------------------------------------
337 337
 
338
-                    }
338
+					}
339 339
 
340 340
 
341
-                    if (isset($extrafields['show_zip']) && $extrafields['show_zip'] && isset($request_info[$prefix . 'zip'])) {
342
-                        $gd_post_info[$prefix . 'zip'] = $request_info[$prefix . 'zip'];
343
-                    }
341
+					if (isset($extrafields['show_zip']) && $extrafields['show_zip'] && isset($request_info[$prefix . 'zip'])) {
342
+						$gd_post_info[$prefix . 'zip'] = $request_info[$prefix . 'zip'];
343
+					}
344 344
 
345 345
 
346
-                    if (isset($extrafields['show_map']) && $extrafields['show_map']) {
346
+					if (isset($extrafields['show_map']) && $extrafields['show_map']) {
347 347
 
348
-                        if (isset($request_info[$prefix . 'latitude']) && $request_info[$prefix . 'latitude'] != '') {
349
-                            $gd_post_info[$prefix . 'latitude'] = $request_info[$prefix . 'latitude'];
350
-                        }
348
+						if (isset($request_info[$prefix . 'latitude']) && $request_info[$prefix . 'latitude'] != '') {
349
+							$gd_post_info[$prefix . 'latitude'] = $request_info[$prefix . 'latitude'];
350
+						}
351 351
 
352
-                        if (isset($request_info[$prefix . 'longitude']) && $request_info[$prefix . 'longitude'] != '') {
353
-                            $gd_post_info[$prefix . 'longitude'] = $request_info[$prefix . 'longitude'];
354
-                        }
352
+						if (isset($request_info[$prefix . 'longitude']) && $request_info[$prefix . 'longitude'] != '') {
353
+							$gd_post_info[$prefix . 'longitude'] = $request_info[$prefix . 'longitude'];
354
+						}
355 355
 
356
-                        if (isset($request_info[$prefix . 'mapview']) && $request_info[$prefix . 'mapview'] != '') {
357
-                            $gd_post_info[$prefix . 'mapview'] = $request_info[$prefix . 'mapview'];
358
-                        }
356
+						if (isset($request_info[$prefix . 'mapview']) && $request_info[$prefix . 'mapview'] != '') {
357
+							$gd_post_info[$prefix . 'mapview'] = $request_info[$prefix . 'mapview'];
358
+						}
359 359
 
360
-                        if (isset($request_info[$prefix . 'mapzoom']) && $request_info[$prefix . 'mapzoom'] != '') {
361
-                            $gd_post_info[$prefix . 'mapzoom'] = $request_info[$prefix . 'mapzoom'];
362
-                        }
360
+						if (isset($request_info[$prefix . 'mapzoom']) && $request_info[$prefix . 'mapzoom'] != '') {
361
+							$gd_post_info[$prefix . 'mapzoom'] = $request_info[$prefix . 'mapzoom'];
362
+						}
363 363
 
364
-                    }
364
+					}
365 365
 
366
-                    // show lat lng
367
-                    if (isset($extrafields['show_latlng']) && $extrafields['show_latlng'] && isset($request_info[$prefix . 'latlng'])) {
368
-                        $gd_post_info[$prefix . 'latlng'] = $request_info[$prefix . 'latlng'];
369
-                    }
370
-                }
366
+					// show lat lng
367
+					if (isset($extrafields['show_latlng']) && $extrafields['show_latlng'] && isset($request_info[$prefix . 'latlng'])) {
368
+						$gd_post_info[$prefix . 'latlng'] = $request_info[$prefix . 'latlng'];
369
+					}
370
+				}
371 371
 
372
-            } elseif (trim($type) == 'file') {
373
-                if (isset($request_info[$name])) {
374
-                    $request_files = array();
375
-                    if ($request_info[$name] != '')
376
-                        $request_files = explode(",", $request_info[$name]);
372
+			} elseif (trim($type) == 'file') {
373
+				if (isset($request_info[$name])) {
374
+					$request_files = array();
375
+					if ($request_info[$name] != '')
376
+						$request_files = explode(",", $request_info[$name]);
377 377
 
378
-                    $extrafields = $extrafields != '' ? maybe_unserialize($extrafields) : NULL;
379
-                    geodir_save_post_file_fields($last_post_id, $name, $request_files, $extrafields);
378
+					$extrafields = $extrafields != '' ? maybe_unserialize($extrafields) : NULL;
379
+					geodir_save_post_file_fields($last_post_id, $name, $request_files, $extrafields);
380 380
 
381
-                }
382
-            } elseif (trim($type) == 'datepicker') {
383
-                $datetime = '';
384
-                if (isset($request_info[$name]) && $request_info[$name] != '') {
385
-                    $date_format = geodir_default_date_format();
386
-                    if (isset($val['extra_fields']) && $val['extra_fields'] != '') {
387
-                        $extra_fields = unserialize($val['extra_fields']);
388
-                        $date_format = isset($extra_fields['date_format']) && $extra_fields['date_format'] != '' ? $extra_fields['date_format'] : $date_format;
389
-                    }
381
+				}
382
+			} elseif (trim($type) == 'datepicker') {
383
+				$datetime = '';
384
+				if (isset($request_info[$name]) && $request_info[$name] != '') {
385
+					$date_format = geodir_default_date_format();
386
+					if (isset($val['extra_fields']) && $val['extra_fields'] != '') {
387
+						$extra_fields = unserialize($val['extra_fields']);
388
+						$date_format = isset($extra_fields['date_format']) && $extra_fields['date_format'] != '' ? $extra_fields['date_format'] : $date_format;
389
+					}
390 390
 
391
-                    // check if we need to change the format or not
392
-                    $date_format_len = strlen(str_replace(' ', '', $date_format));
393
-                    if($date_format_len>5){// if greater then 5 then it's the old style format.
391
+					// check if we need to change the format or not
392
+					$date_format_len = strlen(str_replace(' ', '', $date_format));
393
+					if($date_format_len>5){// if greater then 5 then it's the old style format.
394 394
 
395
-                        $search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format
396
-                        $replace = array('d','j','l','m','n','F','Y');//PHP date format
395
+						$search = array('dd','d','DD','mm','m','MM','yy'); //jQuery UI datepicker format
396
+						$replace = array('d','j','l','m','n','F','Y');//PHP date format
397 397
 
398
-                        $date_format = str_replace($search, $replace, $date_format);
398
+						$date_format = str_replace($search, $replace, $date_format);
399 399
 
400
-                        $post_htmlvar_value = $date_format == 'd/m/Y' ? str_replace('/', '-', $request_info[$name]) : $request_info[$name];
400
+						$post_htmlvar_value = $date_format == 'd/m/Y' ? str_replace('/', '-', $request_info[$name]) : $request_info[$name];
401 401
 
402
-                    }else{
403
-                        $post_htmlvar_value = $request_info[$name];
404
-                    }
402
+					}else{
403
+						$post_htmlvar_value = $request_info[$name];
404
+					}
405 405
 
406
-                    $post_htmlvar_value =  geodir_maybe_untranslate_date($post_htmlvar_value); // maybe untranslate date string if it was translated
406
+					$post_htmlvar_value =  geodir_maybe_untranslate_date($post_htmlvar_value); // maybe untranslate date string if it was translated
407 407
 
408
-                    $datetime = date("Y-m-d", strtotime($post_htmlvar_value)); // save as sql format Y-m-d
408
+					$datetime = date("Y-m-d", strtotime($post_htmlvar_value)); // save as sql format Y-m-d
409 409
 
410
-                }
411
-                $gd_post_info[$name] = $datetime;
412
-            } else if ($type == 'multiselect') {
413
-                if (isset($request_info[$name])) {
414
-                    $gd_post_info[$name] = $request_info[$name];
415
-                } else {
416
-                    if (isset($request_info['gd_field_' . $name])) {
417
-                        $gd_post_info[$name] = ''; /* fix de-select for multiselect */
418
-                    }
419
-                }
420
-            } else if (isset($request_info[$name])) {
421
-                $gd_post_info[$name] = $request_info[$name];
422
-            }
410
+				}
411
+				$gd_post_info[$name] = $datetime;
412
+			} else if ($type == 'multiselect') {
413
+				if (isset($request_info[$name])) {
414
+					$gd_post_info[$name] = $request_info[$name];
415
+				} else {
416
+					if (isset($request_info['gd_field_' . $name])) {
417
+						$gd_post_info[$name] = ''; /* fix de-select for multiselect */
418
+					}
419
+				}
420
+			} else if (isset($request_info[$name])) {
421
+				$gd_post_info[$name] = $request_info[$name];
422
+			}
423 423
 
424
-        endforeach;
424
+		endforeach;
425 425
 
426
-        if (isset($request_info['post_dummy']) && $request_info['post_dummy'] != '') {
427
-            $gd_post_info['post_dummy'] = $request_info['post_dummy'];
428
-        }
426
+		if (isset($request_info['post_dummy']) && $request_info['post_dummy'] != '') {
427
+			$gd_post_info['post_dummy'] = $request_info['post_dummy'];
428
+		}
429 429
 
430
-        // Save post detail info in detail table
431
-        if (!empty($gd_post_info)) {
432
-            geodir_save_post_info($last_post_id, $gd_post_info);
433
-        }
430
+		// Save post detail info in detail table
431
+		if (!empty($gd_post_info)) {
432
+			geodir_save_post_info($last_post_id, $gd_post_info);
433
+		}
434 434
 
435 435
 
436
-        // Set categories to the listing
437
-        if (isset($request_info['post_category']) && !empty($request_info['post_category'])) {
438
-            $post_category = array();
436
+		// Set categories to the listing
437
+		if (isset($request_info['post_category']) && !empty($request_info['post_category'])) {
438
+			$post_category = array();
439 439
 
440
-            foreach ($request_info['post_category'] as $taxonomy => $cat) {
440
+			foreach ($request_info['post_category'] as $taxonomy => $cat) {
441 441
 
442
-                if ($dummy)
443
-                    $post_category = $cat;
444
-                else {
442
+				if ($dummy)
443
+					$post_category = $cat;
444
+				else {
445 445
 
446
-                    if (!is_array($cat) && strstr($cat, ','))
447
-                        $cat = explode(',', $cat);
446
+					if (!is_array($cat) && strstr($cat, ','))
447
+						$cat = explode(',', $cat);
448 448
 
449
-                    if (!empty($cat) && is_array($cat))
450
-                        $post_category = array_map('intval', $cat);
451
-                }
449
+					if (!empty($cat) && is_array($cat))
450
+						$post_category = array_map('intval', $cat);
451
+				}
452 452
 
453
-                wp_set_object_terms($last_post_id, $post_category, $taxonomy);
454
-            }
453
+				wp_set_object_terms($last_post_id, $post_category, $taxonomy);
454
+			}
455 455
 
456
-            $post_default_category = isset($request_info['post_default_category']) ? $request_info['post_default_category'] : '';
456
+			$post_default_category = isset($request_info['post_default_category']) ? $request_info['post_default_category'] : '';
457 457
 
458
-            $post_category_str = isset($request_info['post_category_str']) ? $request_info['post_category_str'] : '';
459
-            geodir_set_postcat_structure($last_post_id, $taxonomy, $post_default_category, $post_category_str);
458
+			$post_category_str = isset($request_info['post_category_str']) ? $request_info['post_category_str'] : '';
459
+			geodir_set_postcat_structure($last_post_id, $taxonomy, $post_default_category, $post_category_str);
460 460
 
461
-        }
461
+		}
462 462
 
463
-        $post_tags = '';
464
-        // Set tags to the listing
465
-        if (isset($request_info['post_tags']) && !is_array($request_info['post_tags']) && !empty($request_info['post_tags'])) {
466
-            $post_tags = explode(",", $request_info['post_tags']);
467
-        } elseif (isset($request_info['post_tags']) && is_array($request_info['post_tags'])) {
468
-            if ($dummy)
469
-                $post_tags = $request_info['post_tags'];
470
-        } else {
471
-            if ($dummy)
472
-                $post_tags = array($request_info['post_title']);
473
-        }
463
+		$post_tags = '';
464
+		// Set tags to the listing
465
+		if (isset($request_info['post_tags']) && !is_array($request_info['post_tags']) && !empty($request_info['post_tags'])) {
466
+			$post_tags = explode(",", $request_info['post_tags']);
467
+		} elseif (isset($request_info['post_tags']) && is_array($request_info['post_tags'])) {
468
+			if ($dummy)
469
+				$post_tags = $request_info['post_tags'];
470
+		} else {
471
+			if ($dummy)
472
+				$post_tags = array($request_info['post_title']);
473
+		}
474 474
 
475
-        if (is_array($post_tags)) {
476
-            $taxonomy = $request_info['listing_type'] . '_tags';
477
-            wp_set_object_terms($last_post_id, $post_tags, $taxonomy);
478
-        }
475
+		if (is_array($post_tags)) {
476
+			$taxonomy = $request_info['listing_type'] . '_tags';
477
+			wp_set_object_terms($last_post_id, $post_tags, $taxonomy);
478
+		}
479 479
 
480 480
 
481
-        // Insert attechment
481
+		// Insert attechment
482 482
 
483
-        if (isset($request_info['post_images']) && !is_wp_error($last_post_id)) {
484
-            if (!$dummy) {
485
-                $tmpimgArr = trim($request_info['post_images'], ",");
486
-                $tmpimgArr = explode(",", $tmpimgArr);
487
-                geodir_save_post_images($last_post_id, $tmpimgArr, $dummy);
488
-            } else{
489
-                geodir_save_post_images($last_post_id, $request_info['post_images'], $dummy);
490
-            }
483
+		if (isset($request_info['post_images']) && !is_wp_error($last_post_id)) {
484
+			if (!$dummy) {
485
+				$tmpimgArr = trim($request_info['post_images'], ",");
486
+				$tmpimgArr = explode(",", $tmpimgArr);
487
+				geodir_save_post_images($last_post_id, $tmpimgArr, $dummy);
488
+			} else{
489
+				geodir_save_post_images($last_post_id, $request_info['post_images'], $dummy);
490
+			}
491 491
 
492 492
 
493
-        } elseif (!isset($request_info['post_images']) || $request_info['post_images'] == '') {
493
+		} elseif (!isset($request_info['post_images']) || $request_info['post_images'] == '') {
494 494
 
495
-            /* Delete Attachments
495
+			/* Delete Attachments
496 496
 			$postcurr_images = geodir_get_images($last_post_id);
497 497
 
498 498
 			$wpdb->query(
@@ -508,34 +508,34 @@  discard block
 block discarded – undo
508 508
 			geodir_save_post_info($last_post_id, $gd_post_featured_img);
509 509
 			*/
510 510
 
511
-        }
511
+		}
512 512
 
513
-        geodir_remove_temp_images();
514
-        geodir_set_wp_featured_image($last_post_id);
513
+		geodir_remove_temp_images();
514
+		geodir_set_wp_featured_image($last_post_id);
515 515
 
516
-        /**
517
-         * Called after a listing is saved to the database and before any email have been sent.
518
-         *
519
-         * @since 1.0.0
520
-         * @param int $last_post_id The saved post ID.
521
-         * @param array $request_info The post details in an array.
522
-         * @see 'geodir_after_save_listinginfo'
523
-         */
524
-        do_action('geodir_after_save_listing', $last_post_id, $request_info);
516
+		/**
517
+		 * Called after a listing is saved to the database and before any email have been sent.
518
+		 *
519
+		 * @since 1.0.0
520
+		 * @param int $last_post_id The saved post ID.
521
+		 * @param array $request_info The post details in an array.
522
+		 * @see 'geodir_after_save_listinginfo'
523
+		 */
524
+		do_action('geodir_after_save_listing', $last_post_id, $request_info);
525 525
 
526
-        //die;
526
+		//die;
527 527
 
528
-        if ($send_post_submit_mail) { // if new post send out email
529
-            $to_name = geodir_get_client_name($current_user->ID);
530
-            geodir_sendEmail('', '', $current_user->user_email, $to_name, '', '', $request_info, 'post_submit', $last_post_id, $current_user->ID);
531
-        }
532
-        /*
528
+		if ($send_post_submit_mail) { // if new post send out email
529
+			$to_name = geodir_get_client_name($current_user->ID);
530
+			geodir_sendEmail('', '', $current_user->user_email, $to_name, '', '', $request_info, 'post_submit', $last_post_id, $current_user->ID);
531
+		}
532
+		/*
533 533
          * Unset the session so we don't loop.
534 534
          */
535
-        $gd_session->un_set('listing');
536
-        return $last_post_id;
535
+		$gd_session->un_set('listing');
536
+		return $last_post_id;
537 537
 
538
-    }
538
+	}
539 539
 
540 540
 }
541 541
 
@@ -554,585 +554,585 @@  discard block
 block discarded – undo
554 554
 function geodir_get_post_info($post_id = '')
555 555
 {
556 556
 
557
-    global $wpdb, $plugin_prefix, $post, $post_info;
557
+	global $wpdb, $plugin_prefix, $post, $post_info;
558 558
 
559
-    if ($post_id == '' && !empty($post))
560
-        $post_id = $post->ID;
559
+	if ($post_id == '' && !empty($post))
560
+		$post_id = $post->ID;
561 561
 
562
-    $post_type = get_post_type($post_id);
562
+	$post_type = get_post_type($post_id);
563 563
 
564
-    $all_postypes = geodir_get_posttypes();
564
+	$all_postypes = geodir_get_posttypes();
565 565
 
566
-    if (!in_array($post_type, $all_postypes))
567
-        return false;
566
+	if (!in_array($post_type, $all_postypes))
567
+		return false;
568 568
 
569
-    $table = $plugin_prefix . $post_type . '_detail';
569
+	$table = $plugin_prefix . $post_type . '_detail';
570 570
 
571
-    /**
572
-     * Apply Filter to change Post info
573
-     *
574
-     * You can use this filter to change Post info.
575
-     *
576
-     * @since 1.0.0
577
-     * @package GeoDirectory
578
-     */
579
-    $query = apply_filters('geodir_post_info_query', "SELECT p.*,pd.* FROM " . $wpdb->posts . " p," . $table . " pd
571
+	/**
572
+	 * Apply Filter to change Post info
573
+	 *
574
+	 * You can use this filter to change Post info.
575
+	 *
576
+	 * @since 1.0.0
577
+	 * @package GeoDirectory
578
+	 */
579
+	$query = apply_filters('geodir_post_info_query', "SELECT p.*,pd.* FROM " . $wpdb->posts . " p," . $table . " pd
580 580
 			  WHERE p.ID = pd.post_id
581 581
 			  AND post_id = " . $post_id);
582 582
 
583
-    $post_detail = $wpdb->get_row($query);
583
+	$post_detail = $wpdb->get_row($query);
584 584
 
585
-    return (!empty($post_detail)) ? $post_info = $post_detail : $post_info = false;
585
+	return (!empty($post_detail)) ? $post_info = $post_detail : $post_info = false;
586 586
 
587 587
 }
588 588
 
589 589
 
590 590
 if (!function_exists('geodir_save_post_info')) {
591
-    /**
592
-     * Saves post detail info in detail table.
593
-     *
594
-     * @since 1.0.0
595
-     * @package GeoDirectory
596
-     * @global object $wpdb WordPress Database object.
597
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
598
-     * @param int $post_id The post ID.
599
-     * @param array $postinfo_array {
600
-     *    Post info that needs to be saved in detail table.
601
-     *
602
-     *    @type string $post_title              Listing title.
603
-     *    @type string $post_tags               Listing tags.
604
-     *    @type string $post_status             Listing post status.
605
-     *    @type string $post_location_id        Listing location ID.
606
-     *    @type string $claimed                 Todo Desc needed.
607
-     *    @type string $businesses              Todo Desc needed.
608
-     *    @type int    $submit_time             Submitted time in unix timestamp.
609
-     *    @type string $submit_ip               Submitted IP.
610
-     *    @type string $expire_date             Listing expiration date.
611
-     *    @type int    $package_id              Listing package ID.
612
-     *    @type int    $alive_days              Todo Desc needed.
613
-     *    @type int    $is_featured             Is this a featured listing?.
614
-     *    @type string $post_address            Listing address.
615
-     *    @type string $post_city               Listing city.
616
-     *    @type string $post_region             Listing region.
617
-     *    @type string $post_country            Listing country.
618
-     *    @type string $post_locations          Listing locations.
619
-     *    @type string $post_zip                Listing zip.
620
-     *    @type string $post_latitude           Listing latitude.
621
-     *    @type string $post_longitude          Listing longitude.
622
-     *    @type string $post_mapview            Listing mapview. Default "ROADMAP".
623
-     *    @type string $post_mapzoom            Listing mapzoom Default "9".
624
-     *    @type string $geodir_timing           Business timing info.
625
-     *    @type string $geodir_contact          Contact number.
626
-     *    @type string $geodir_email            Business contact email.
627
-     *    @type string $geodir_website          Business website.
628
-     *    @type string $geodir_twitter          Twitter link.
629
-     *    @type string $geodir_facebook         Facebook link.
630
-     *    @type string $geodir_video            Video link.
631
-     *    @type string $geodir_special_offers   Speacial offers.
632
-     *
633
-     * }
634
-     * @return bool
635
-     */
636
-    function geodir_save_post_info($post_id, $postinfo_array = array())
637
-    {
638
-        global $wpdb, $plugin_prefix;
639
-
640
-        $post_type = get_post_type($post_id);
641
-
642
-        $table = $plugin_prefix . $post_type . '_detail';
643
-
644
-        /**
645
-         * Filter to change Post info
646
-         *
647
-         * You can use this filter to change Post info.
648
-         *
649
-         * @since 1.0.0
650
-         * @package GeoDirectory
651
-         * @param array $postinfo_array See {@see geodir_save_post_info()} for accepted args.
652
-         * @param int $post_id The post ID.
653
-         */
654
-        $postmeta = apply_filters('geodir_listinginfo_request', $postinfo_array, $post_id);
591
+	/**
592
+	 * Saves post detail info in detail table.
593
+	 *
594
+	 * @since 1.0.0
595
+	 * @package GeoDirectory
596
+	 * @global object $wpdb WordPress Database object.
597
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
598
+	 * @param int $post_id The post ID.
599
+	 * @param array $postinfo_array {
600
+	 *    Post info that needs to be saved in detail table.
601
+	 *
602
+	 *    @type string $post_title              Listing title.
603
+	 *    @type string $post_tags               Listing tags.
604
+	 *    @type string $post_status             Listing post status.
605
+	 *    @type string $post_location_id        Listing location ID.
606
+	 *    @type string $claimed                 Todo Desc needed.
607
+	 *    @type string $businesses              Todo Desc needed.
608
+	 *    @type int    $submit_time             Submitted time in unix timestamp.
609
+	 *    @type string $submit_ip               Submitted IP.
610
+	 *    @type string $expire_date             Listing expiration date.
611
+	 *    @type int    $package_id              Listing package ID.
612
+	 *    @type int    $alive_days              Todo Desc needed.
613
+	 *    @type int    $is_featured             Is this a featured listing?.
614
+	 *    @type string $post_address            Listing address.
615
+	 *    @type string $post_city               Listing city.
616
+	 *    @type string $post_region             Listing region.
617
+	 *    @type string $post_country            Listing country.
618
+	 *    @type string $post_locations          Listing locations.
619
+	 *    @type string $post_zip                Listing zip.
620
+	 *    @type string $post_latitude           Listing latitude.
621
+	 *    @type string $post_longitude          Listing longitude.
622
+	 *    @type string $post_mapview            Listing mapview. Default "ROADMAP".
623
+	 *    @type string $post_mapzoom            Listing mapzoom Default "9".
624
+	 *    @type string $geodir_timing           Business timing info.
625
+	 *    @type string $geodir_contact          Contact number.
626
+	 *    @type string $geodir_email            Business contact email.
627
+	 *    @type string $geodir_website          Business website.
628
+	 *    @type string $geodir_twitter          Twitter link.
629
+	 *    @type string $geodir_facebook         Facebook link.
630
+	 *    @type string $geodir_video            Video link.
631
+	 *    @type string $geodir_special_offers   Speacial offers.
632
+	 *
633
+	 * }
634
+	 * @return bool
635
+	 */
636
+	function geodir_save_post_info($post_id, $postinfo_array = array())
637
+	{
638
+		global $wpdb, $plugin_prefix;
639
+
640
+		$post_type = get_post_type($post_id);
641
+
642
+		$table = $plugin_prefix . $post_type . '_detail';
643
+
644
+		/**
645
+		 * Filter to change Post info
646
+		 *
647
+		 * You can use this filter to change Post info.
648
+		 *
649
+		 * @since 1.0.0
650
+		 * @package GeoDirectory
651
+		 * @param array $postinfo_array See {@see geodir_save_post_info()} for accepted args.
652
+		 * @param int $post_id The post ID.
653
+		 */
654
+		$postmeta = apply_filters('geodir_listinginfo_request', $postinfo_array, $post_id);
655
+
656
+		if (!empty($postmeta) && $post_id) {
657
+			$post_meta_set_query = '';
658
+
659
+			foreach ($postmeta as $mkey => $mval) {
660
+				if (geodir_column_exist($table, $mkey)) {
661
+					if (is_array($mval)) {
662
+						$mval = implode(",", $mval);
663
+					}
664
+
665
+					$post_meta_set_query .= $mkey . " = '" . $mval . "', ";
666
+				}
667
+			}
655 668
 
656
-        if (!empty($postmeta) && $post_id) {
657
-            $post_meta_set_query = '';
669
+			$post_meta_set_query = trim($post_meta_set_query, ", ");
658 670
 
659
-            foreach ($postmeta as $mkey => $mval) {
660
-                if (geodir_column_exist($table, $mkey)) {
661
-                    if (is_array($mval)) {
662
-                        $mval = implode(",", $mval);
663
-                    }
671
+			$post_meta_set_query = str_replace('%', '%%', $post_meta_set_query);// escape %
664 672
 
665
-                    $post_meta_set_query .= $mkey . " = '" . $mval . "', ";
666
-                }
667
-            }
673
+			/**
674
+			 * Called before saving the listing info.
675
+			 *
676
+			 * @since 1.0.0
677
+			 * @package GeoDirectory
678
+			 * @param array $postinfo_array See {@see geodir_save_post_info()} for accepted args.
679
+			 * @param int $post_id The post ID.
680
+			 */
681
+			do_action('geodir_before_save_listinginfo', $postinfo_array, $post_id);
668 682
 
669
-            $post_meta_set_query = trim($post_meta_set_query, ", ");
683
+			if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
670 684
 
671
-            $post_meta_set_query = str_replace('%', '%%', $post_meta_set_query);// escape %
685
+				$wpdb->query(
686
+					$wpdb->prepare(
687
+						"UPDATE " . $table . " SET " . $post_meta_set_query . " where post_id =%d",
688
+						array($post_id)
689
+					)
690
+				);
672 691
 
673
-            /**
674
-             * Called before saving the listing info.
675
-             *
676
-             * @since 1.0.0
677
-             * @package GeoDirectory
678
-             * @param array $postinfo_array See {@see geodir_save_post_info()} for accepted args.
679
-             * @param int $post_id The post ID.
680
-             */
681
-            do_action('geodir_before_save_listinginfo', $postinfo_array, $post_id);
682 692
 
683
-            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
693
+			} else {
684 694
 
685
-                $wpdb->query(
686
-                    $wpdb->prepare(
687
-                        "UPDATE " . $table . " SET " . $post_meta_set_query . " where post_id =%d",
688
-                        array($post_id)
689
-                    )
690
-                );
695
+				$wpdb->query(
696
+					$wpdb->prepare(
697
+						"INSERT INTO " . $table . " SET post_id = %d," . $post_meta_set_query,
698
+						array($post_id)
699
+					)
700
+				);
691 701
 
702
+			}
692 703
 
693
-            } else {
704
+			/**
705
+			 * Called after saving the listing info.
706
+			 *
707
+			 * @since 1.0.0
708
+			 * @package GeoDirectory
709
+			 * @param array $postinfo_array Post info that needs to be saved in detail table.
710
+			 * @param int $post_id The post ID.
711
+			 * @see 'geodir_after_save_listing'
712
+			 */
713
+			do_action('geodir_after_save_listinginfo', $postinfo_array, $post_id);
714
+
715
+			return true;
716
+		} else
717
+			return false;
694 718
 
695
-                $wpdb->query(
696
-                    $wpdb->prepare(
697
-                        "INSERT INTO " . $table . " SET post_id = %d," . $post_meta_set_query,
698
-                        array($post_id)
699
-                    )
700
-                );
719
+	}
720
+}
701 721
 
702
-            }
703 722
 
704
-            /**
705
-             * Called after saving the listing info.
706
-             *
707
-             * @since 1.0.0
708
-             * @package GeoDirectory
709
-             * @param array $postinfo_array Post info that needs to be saved in detail table.
710
-             * @param int $post_id The post ID.
711
-             * @see 'geodir_after_save_listing'
712
-             */
713
-            do_action('geodir_after_save_listinginfo', $postinfo_array, $post_id);
723
+if (!function_exists('geodir_save_post_meta')) {
724
+	/**
725
+	 * Save or update post custom fields.
726
+	 *
727
+	 * @since 1.0.0
728
+	 * @package GeoDirectory
729
+	 * @global object $wpdb WordPress Database object.
730
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
731
+	 * @param int $post_id The post ID.
732
+	 * @param string $postmeta Detail table column name.
733
+	 * @param string $meta_value Detail table column value.
734
+	 * @return void|bool
735
+	 */
736
+	function geodir_save_post_meta($post_id, $postmeta = '', $meta_value = '')
737
+	{
738
+
739
+		global $wpdb, $plugin_prefix;
740
+
741
+		$post_type = get_post_type($post_id);
742
+
743
+		$table = $plugin_prefix . $post_type . '_detail';
744
+
745
+		if ($postmeta != '' && geodir_column_exist($table, $postmeta) && $post_id) {
746
+
747
+			if (is_array($meta_value)) {
748
+				$meta_value = implode(",", $meta_value);
749
+			}
714 750
 
715
-            return true;
716
-        } else
717
-            return false;
751
+			if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
718 752
 
719
-    }
720
-}
753
+				$wpdb->query(
754
+					$wpdb->prepare(
755
+						"UPDATE " . $table . " SET " . $postmeta . " = '" . $meta_value . "' where post_id =%d",
756
+						array($post_id)
757
+					)
758
+				);
721 759
 
760
+			} else {
722 761
 
723
-if (!function_exists('geodir_save_post_meta')) {
724
-    /**
725
-     * Save or update post custom fields.
726
-     *
727
-     * @since 1.0.0
728
-     * @package GeoDirectory
729
-     * @global object $wpdb WordPress Database object.
730
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
731
-     * @param int $post_id The post ID.
732
-     * @param string $postmeta Detail table column name.
733
-     * @param string $meta_value Detail table column value.
734
-     * @return void|bool
735
-     */
736
-    function geodir_save_post_meta($post_id, $postmeta = '', $meta_value = '')
737
-    {
738
-
739
-        global $wpdb, $plugin_prefix;
740
-
741
-        $post_type = get_post_type($post_id);
742
-
743
-        $table = $plugin_prefix . $post_type . '_detail';
744
-
745
-        if ($postmeta != '' && geodir_column_exist($table, $postmeta) && $post_id) {
746
-
747
-            if (is_array($meta_value)) {
748
-                $meta_value = implode(",", $meta_value);
749
-            }
750
-
751
-            if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
752
-
753
-                $wpdb->query(
754
-                    $wpdb->prepare(
755
-                        "UPDATE " . $table . " SET " . $postmeta . " = '" . $meta_value . "' where post_id =%d",
756
-                        array($post_id)
757
-                    )
758
-                );
759
-
760
-            } else {
761
-
762
-                $wpdb->query(
763
-                    $wpdb->prepare(
764
-                        "INSERT INTO " . $table . " SET post_id = %d, " . $postmeta . " = '" . $meta_value . "'",
765
-                        array($post_id)
766
-                    )
767
-                );
768
-            }
769
-
770
-
771
-        } else
772
-            return false;
773
-    }
762
+				$wpdb->query(
763
+					$wpdb->prepare(
764
+						"INSERT INTO " . $table . " SET post_id = %d, " . $postmeta . " = '" . $meta_value . "'",
765
+						array($post_id)
766
+					)
767
+				);
768
+			}
769
+
770
+
771
+		} else
772
+			return false;
773
+	}
774 774
 }
775 775
 
776 776
 if (!function_exists('geodir_delete_post_meta')) {
777
-    /**
778
-     * Delete post custom fields.
779
-     *
780
-     * @since 1.0.0
781
-     * @package GeoDirectory
782
-     * @global object $wpdb WordPress Database object.
783
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
784
-     * @param int $post_id The post ID.
785
-     * @param string $postmeta Detail table column name.
786
-     * @todo check if this is depreciated
787
-     * @todo Fix unknown variable mval
788
-     * @return bool
789
-     */
790
-    function geodir_delete_post_meta($post_id, $postmeta)
791
-    {
792
-
793
-        global $wpdb, $plugin_prefix;
794
-
795
-        $post_type = get_post_type($post_id);
796
-
797
-        $table = $plugin_prefix . $post_type . '_detail';
798
-
799
-        if (is_array($postmeta) && !empty($postmeta) && $post_id) {
800
-            $post_meta_set_query = '';
801
-
802
-            foreach ($postmeta as $mkey) {
803
-                if ($mval != '')
804
-                    $post_meta_set_query .= $mkey . " = '', ";
805
-            }
806
-
807
-            $post_meta_set_query = trim($post_meta_set_query, ", ");
808
-
809
-            if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
810
-
811
-                $wpdb->query(
812
-                    $wpdb->prepare(
813
-                        "UPDATE " . $table . " SET " . $post_meta_set_query . " where post_id = %d",
814
-                        array($post_id)
815
-                    )
816
-                );
817
-
818
-                return true;
819
-            }
820
-
821
-        } elseif ($postmeta != '' && $post_id) {
822
-            if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
823
-
824
-                $wpdb->query(
825
-                    $wpdb->prepare(
826
-                        "UPDATE " . $table . " SET " . $postmeta . "= '' where post_id = %d",
827
-                        array($post_id)
828
-                    )
829
-                );
830
-
831
-                return true;
832
-            }
833
-
834
-        } else
835
-            return false;
836
-    }
777
+	/**
778
+	 * Delete post custom fields.
779
+	 *
780
+	 * @since 1.0.0
781
+	 * @package GeoDirectory
782
+	 * @global object $wpdb WordPress Database object.
783
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
784
+	 * @param int $post_id The post ID.
785
+	 * @param string $postmeta Detail table column name.
786
+	 * @todo check if this is depreciated
787
+	 * @todo Fix unknown variable mval
788
+	 * @return bool
789
+	 */
790
+	function geodir_delete_post_meta($post_id, $postmeta)
791
+	{
792
+
793
+		global $wpdb, $plugin_prefix;
794
+
795
+		$post_type = get_post_type($post_id);
796
+
797
+		$table = $plugin_prefix . $post_type . '_detail';
798
+
799
+		if (is_array($postmeta) && !empty($postmeta) && $post_id) {
800
+			$post_meta_set_query = '';
801
+
802
+			foreach ($postmeta as $mkey) {
803
+				if ($mval != '')
804
+					$post_meta_set_query .= $mkey . " = '', ";
805
+			}
806
+
807
+			$post_meta_set_query = trim($post_meta_set_query, ", ");
808
+
809
+			if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
810
+
811
+				$wpdb->query(
812
+					$wpdb->prepare(
813
+						"UPDATE " . $table . " SET " . $post_meta_set_query . " where post_id = %d",
814
+						array($post_id)
815
+					)
816
+				);
817
+
818
+				return true;
819
+			}
820
+
821
+		} elseif ($postmeta != '' && $post_id) {
822
+			if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $postmeta . "'") != '') {
823
+
824
+				$wpdb->query(
825
+					$wpdb->prepare(
826
+						"UPDATE " . $table . " SET " . $postmeta . "= '' where post_id = %d",
827
+						array($post_id)
828
+					)
829
+				);
830
+
831
+				return true;
832
+			}
833
+
834
+		} else
835
+			return false;
836
+	}
837 837
 }
838 838
 
839 839
 
840 840
 if (!function_exists('geodir_get_post_meta')) {
841
-    /**
842
-     * Get post custom meta.
843
-     *
844
-     * @since 1.0.0
845
-     * @package GeoDirectory
846
-     * @global object $wpdb WordPress Database object.
847
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
848
-     * @param int $post_id The post ID.
849
-     * @param string $meta_key The meta key to retrieve.
850
-     * @param bool $single Optional. Whether to return a single value. Default false.
851
-     * @todo single variable not yet implemented.
852
-     * @return bool|mixed|null|string Will be an array if $single is false. Will be value of meta data field if $single is true.
853
-     */
854
-    function geodir_get_post_meta($post_id, $meta_key, $single = false)
855
-    {
856
-        if (!$post_id) {
857
-            return false;
858
-        }
859
-        global $wpdb, $plugin_prefix;
860
-
861
-        $all_postypes = geodir_get_posttypes();
862
-
863
-        $post_type = get_post_type($post_id);
864
-
865
-        if (!in_array($post_type, $all_postypes))
866
-            return false;
867
-
868
-        $table = $plugin_prefix . $post_type . '_detail';
869
-
870
-        if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $meta_key . "'") != '') {
871
-            $meta_value = $wpdb->get_var($wpdb->prepare("SELECT " . $meta_key . " from " . $table . " where post_id = %d", array($post_id)));
841
+	/**
842
+	 * Get post custom meta.
843
+	 *
844
+	 * @since 1.0.0
845
+	 * @package GeoDirectory
846
+	 * @global object $wpdb WordPress Database object.
847
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
848
+	 * @param int $post_id The post ID.
849
+	 * @param string $meta_key The meta key to retrieve.
850
+	 * @param bool $single Optional. Whether to return a single value. Default false.
851
+	 * @todo single variable not yet implemented.
852
+	 * @return bool|mixed|null|string Will be an array if $single is false. Will be value of meta data field if $single is true.
853
+	 */
854
+	function geodir_get_post_meta($post_id, $meta_key, $single = false)
855
+	{
856
+		if (!$post_id) {
857
+			return false;
858
+		}
859
+		global $wpdb, $plugin_prefix;
860
+
861
+		$all_postypes = geodir_get_posttypes();
862
+
863
+		$post_type = get_post_type($post_id);
864
+
865
+		if (!in_array($post_type, $all_postypes))
866
+			return false;
867
+
868
+		$table = $plugin_prefix . $post_type . '_detail';
869
+
870
+		if ($wpdb->get_var("SHOW COLUMNS FROM " . $table . " WHERE field = '" . $meta_key . "'") != '') {
871
+			$meta_value = $wpdb->get_var($wpdb->prepare("SELECT " . $meta_key . " from " . $table . " where post_id = %d", array($post_id)));
872 872
             
873
-            if ($meta_value && $meta_value !== '') {
874
-                return maybe_serialize($meta_value);
875
-            } else
876
-                return $meta_value;
877
-        } else {
878
-            return false;
879
-        }
880
-    }
873
+			if ($meta_value && $meta_value !== '') {
874
+				return maybe_serialize($meta_value);
875
+			} else
876
+				return $meta_value;
877
+		} else {
878
+			return false;
879
+		}
880
+	}
881 881
 }
882 882
 
883 883
 
884 884
 if (!function_exists('geodir_save_post_images')) {
885
-    /**
886
-     * Save post attachments.
887
-     *
888
-     * @since 1.0.0
889
-     * @package GeoDirectory
890
-     * @global object $wpdb WordPress Database object.
891
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
892
-     * @global object $current_user Current user object.
893
-     * @param int $post_id The post ID.
894
-     * @param array $post_image Post image urls as an array.
895
-     * @param bool $dummy Optional. Is this a dummy listing? Default false.
896
-     */
897
-    function geodir_save_post_images($post_id = 0, $post_image = array(), $dummy = false)
898
-    {
899
-
885
+	/**
886
+	 * Save post attachments.
887
+	 *
888
+	 * @since 1.0.0
889
+	 * @package GeoDirectory
890
+	 * @global object $wpdb WordPress Database object.
891
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
892
+	 * @global object $current_user Current user object.
893
+	 * @param int $post_id The post ID.
894
+	 * @param array $post_image Post image urls as an array.
895
+	 * @param bool $dummy Optional. Is this a dummy listing? Default false.
896
+	 */
897
+	function geodir_save_post_images($post_id = 0, $post_image = array(), $dummy = false)
898
+	{
900 899
 
901
-        global $wpdb, $plugin_prefix, $current_user;
902 900
 
903
-        $post_type = get_post_type($post_id);
901
+		global $wpdb, $plugin_prefix, $current_user;
904 902
 
905
-        $table = $plugin_prefix . $post_type . '_detail';
903
+		$post_type = get_post_type($post_id);
906 904
 
907
-        $post_images = geodir_get_images($post_id);
905
+		$table = $plugin_prefix . $post_type . '_detail';
908 906
 
909
-        $wpdb->query(
910
-            $wpdb->prepare(
911
-                "UPDATE " . $table . " SET featured_image = '' where post_id =%d",
912
-                array($post_id)
913
-            )
914
-        );
907
+		$post_images = geodir_get_images($post_id);
915 908
 
916
-        $invalid_files = $post_images;
917
-        $valid_file_ids = array();
918
-        $valid_files_condition = '';
919
-        $geodir_uploaddir = '';
909
+		$wpdb->query(
910
+			$wpdb->prepare(
911
+				"UPDATE " . $table . " SET featured_image = '' where post_id =%d",
912
+				array($post_id)
913
+			)
914
+		);
920 915
 
921
-        $remove_files = array();
916
+		$invalid_files = $post_images;
917
+		$valid_file_ids = array();
918
+		$valid_files_condition = '';
919
+		$geodir_uploaddir = '';
922 920
 
923
-        if (!empty($post_image)) {
921
+		$remove_files = array();
924 922
 
925
-            $uploads = wp_upload_dir();
926
-            $uploads_dir = $uploads['path'];
923
+		if (!empty($post_image)) {
927 924
 
928
-            $geodir_uploadpath = $uploads['path'];
929
-            $geodir_uploadurl = $uploads['url'];
930
-            $sub_dir = isset($uploads['subdir']) ? $uploads['subdir'] : '';
925
+			$uploads = wp_upload_dir();
926
+			$uploads_dir = $uploads['path'];
931 927
 
932
-            $invalid_files = array();
933
-            $postcurr_images = array();
928
+			$geodir_uploadpath = $uploads['path'];
929
+			$geodir_uploadurl = $uploads['url'];
930
+			$sub_dir = isset($uploads['subdir']) ? $uploads['subdir'] : '';
934 931
 
935
-            for ($m = 0; $m < count($post_image); $m++) {
936
-                $menu_order = $m + 1;
932
+			$invalid_files = array();
933
+			$postcurr_images = array();
937 934
 
938
-                $file_path = '';
939
-                /* --------- start ------- */
935
+			for ($m = 0; $m < count($post_image); $m++) {
936
+				$menu_order = $m + 1;
940 937
 
941
-                $split_img_path = explode(str_replace(array('http://','https://'),'',$uploads['baseurl']), str_replace(array('http://','https://'),'',$post_image[$m]));
938
+				$file_path = '';
939
+				/* --------- start ------- */
942 940
 
943
-                $split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : '';
941
+				$split_img_path = explode(str_replace(array('http://','https://'),'',$uploads['baseurl']), str_replace(array('http://','https://'),'',$post_image[$m]));
944 942
 
943
+				$split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : '';
945 944
 
946
-                if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT ID FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE file=%s AND post_id = %d", array($split_img_file_path, $post_id)))) {
947 945
 
948
-                    /* --------- end ------- */
949
-                    $curr_img_url = $post_image[$m];
946
+				if (!$find_image = $wpdb->get_var($wpdb->prepare("SELECT ID FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE file=%s AND post_id = %d", array($split_img_file_path, $post_id)))) {
950 947
 
951
-                    $image_name_arr = explode('/', $curr_img_url);
948
+					/* --------- end ------- */
949
+					$curr_img_url = $post_image[$m];
952 950
 
953
-                    $count_image_name_arr = count($image_name_arr) - 2;
951
+					$image_name_arr = explode('/', $curr_img_url);
954 952
 
955
-                    $count_image_name_arr = ($count_image_name_arr >= 0) ? $count_image_name_arr : 0;
953
+					$count_image_name_arr = count($image_name_arr) - 2;
956 954
 
957
-                    $curr_img_dir = $image_name_arr[$count_image_name_arr];
955
+					$count_image_name_arr = ($count_image_name_arr >= 0) ? $count_image_name_arr : 0;
958 956
 
959
-                    $filename = end($image_name_arr);
960
-                    if (strpos($filename, '?') !== false) {
961
-                        list($filename) = explode('?', $filename);
962
-                    }
957
+					$curr_img_dir = $image_name_arr[$count_image_name_arr];
963 958
 
964
-                    $curr_img_dir = str_replace($uploads['baseurl'], "", $curr_img_url);
965
-                    $curr_img_dir = str_replace($filename, "", $curr_img_dir);
959
+					$filename = end($image_name_arr);
960
+					if (strpos($filename, '?') !== false) {
961
+						list($filename) = explode('?', $filename);
962
+					}
966 963
 
967
-                    $img_name_arr = explode('.', $filename);
964
+					$curr_img_dir = str_replace($uploads['baseurl'], "", $curr_img_url);
965
+					$curr_img_dir = str_replace($filename, "", $curr_img_dir);
968 966
 
969
-                    $file_title = isset($img_name_arr[0]) ? $img_name_arr[0] : $filename;
970
-                    if (!empty($img_name_arr) && count($img_name_arr) > 2) {
971
-                        $new_img_name_arr = $img_name_arr;
972
-                        if (isset($new_img_name_arr[count($img_name_arr) - 1])) {
973
-                            unset($new_img_name_arr[count($img_name_arr) - 1]);
974
-                            $file_title = implode('.', $new_img_name_arr);
975
-                        }
976
-                    }
977
-                    $file_title = sanitize_file_name($file_title);
978
-                    $file_name = sanitize_file_name($filename);
967
+					$img_name_arr = explode('.', $filename);
979 968
 
980
-                    $arr_file_type = wp_check_filetype($filename);
969
+					$file_title = isset($img_name_arr[0]) ? $img_name_arr[0] : $filename;
970
+					if (!empty($img_name_arr) && count($img_name_arr) > 2) {
971
+						$new_img_name_arr = $img_name_arr;
972
+						if (isset($new_img_name_arr[count($img_name_arr) - 1])) {
973
+							unset($new_img_name_arr[count($img_name_arr) - 1]);
974
+							$file_title = implode('.', $new_img_name_arr);
975
+						}
976
+					}
977
+					$file_title = sanitize_file_name($file_title);
978
+					$file_name = sanitize_file_name($filename);
981 979
 
982
-                    $uploaded_file_type = $arr_file_type['type'];
980
+					$arr_file_type = wp_check_filetype($filename);
983 981
 
984
-                    // Set an array containing a list of acceptable formats
985
-                    $allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png');
982
+					$uploaded_file_type = $arr_file_type['type'];
986 983
 
987
-                    // If the uploaded file is the right format
988
-                    if (in_array($uploaded_file_type, $allowed_file_types)) {
989
-                        if (!function_exists('wp_handle_upload')) {
990
-                            require_once(ABSPATH . 'wp-admin/includes/file.php');
991
-                        }
984
+					// Set an array containing a list of acceptable formats
985
+					$allowed_file_types = array('image/jpg', 'image/jpeg', 'image/gif', 'image/png');
992 986
 
993
-                        if (!is_dir($geodir_uploadpath)) {
994
-                            mkdir($geodir_uploadpath);
995
-                        }
987
+					// If the uploaded file is the right format
988
+					if (in_array($uploaded_file_type, $allowed_file_types)) {
989
+						if (!function_exists('wp_handle_upload')) {
990
+							require_once(ABSPATH . 'wp-admin/includes/file.php');
991
+						}
996 992
 
997
-                        $external_img = false;
998
-                        if (strpos(str_replace(array('http://','https://'),'',$curr_img_url), str_replace(array('http://','https://'),'',$uploads['baseurl'])) !== false) {
999
-                        } else {
1000
-                            $external_img = true;
1001
-                        }
993
+						if (!is_dir($geodir_uploadpath)) {
994
+							mkdir($geodir_uploadpath);
995
+						}
1002 996
 
1003
-                        if ($dummy || $external_img) {
1004
-                            $uploaded_file = array();
1005
-                            $uploaded = (array)fetch_remote_file($curr_img_url);
997
+						$external_img = false;
998
+						if (strpos(str_replace(array('http://','https://'),'',$curr_img_url), str_replace(array('http://','https://'),'',$uploads['baseurl'])) !== false) {
999
+						} else {
1000
+							$external_img = true;
1001
+						}
1006 1002
 
1007
-                            if (isset($uploaded['error']) && empty($uploaded['error'])) {
1008
-                                $new_name = basename($uploaded['file']);
1009
-                                $uploaded_file = $uploaded;
1010
-                            }else{
1011
-                                print_r($uploaded);exit;
1012
-                            }
1013
-                            $external_img = false;
1014
-                        } else {
1015
-                            $new_name = $post_id . '_' . $file_name;
1003
+						if ($dummy || $external_img) {
1004
+							$uploaded_file = array();
1005
+							$uploaded = (array)fetch_remote_file($curr_img_url);
1016 1006
 
1017
-                            if ($curr_img_dir == $sub_dir) {
1018
-                                $img_path = $geodir_uploadpath . '/' . $filename;
1019
-                                $img_url = $geodir_uploadurl . '/' . $filename;
1020
-                            } else {
1021
-                                $img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename;
1022
-                                $img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename;
1023
-                            }
1007
+							if (isset($uploaded['error']) && empty($uploaded['error'])) {
1008
+								$new_name = basename($uploaded['file']);
1009
+								$uploaded_file = $uploaded;
1010
+							}else{
1011
+								print_r($uploaded);exit;
1012
+							}
1013
+							$external_img = false;
1014
+						} else {
1015
+							$new_name = $post_id . '_' . $file_name;
1024 1016
 
1025
-                            $uploaded_file = '';
1017
+							if ($curr_img_dir == $sub_dir) {
1018
+								$img_path = $geodir_uploadpath . '/' . $filename;
1019
+								$img_url = $geodir_uploadurl . '/' . $filename;
1020
+							} else {
1021
+								$img_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $filename;
1022
+								$img_url = $uploads['url'] . '/temp_' . $current_user->data->ID . '/' . $filename;
1023
+							}
1026 1024
 
1027
-                            if (file_exists($img_path)) {
1028
-                                $uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name);
1029
-                                $file_path = '';
1030
-                            } else if (file_exists($uploads['basedir'] . $curr_img_dir . $filename)) {
1031
-                                $uploaded_file = true;
1032
-                                $file_path = $curr_img_dir . '/' . $filename;
1033
-                            }
1025
+							$uploaded_file = '';
1034 1026
 
1035
-                            if ($curr_img_dir != $geodir_uploaddir && file_exists($img_path))
1036
-                                unlink($img_path);
1037
-                        }
1027
+							if (file_exists($img_path)) {
1028
+								$uploaded_file = copy($img_path, $geodir_uploadpath . '/' . $new_name);
1029
+								$file_path = '';
1030
+							} else if (file_exists($uploads['basedir'] . $curr_img_dir . $filename)) {
1031
+								$uploaded_file = true;
1032
+								$file_path = $curr_img_dir . '/' . $filename;
1033
+							}
1038 1034
 
1039
-                        if (!empty($uploaded_file)) {
1040
-                            if (!isset($file_path) || !$file_path) {
1041
-                                $file_path = $sub_dir . '/' . $new_name;
1042
-                            }
1035
+							if ($curr_img_dir != $geodir_uploaddir && file_exists($img_path))
1036
+								unlink($img_path);
1037
+						}
1043 1038
 
1044
-                            $postcurr_images[] = str_replace(array('http://','https://'),'',$uploads['baseurl'] . $file_path);
1039
+						if (!empty($uploaded_file)) {
1040
+							if (!isset($file_path) || !$file_path) {
1041
+								$file_path = $sub_dir . '/' . $new_name;
1042
+							}
1045 1043
 
1046
-                            if ($menu_order == 1) {
1044
+							$postcurr_images[] = str_replace(array('http://','https://'),'',$uploads['baseurl'] . $file_path);
1047 1045
 
1048
-                                $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($file_path, $post_id)));
1046
+							if ($menu_order == 1) {
1049 1047
 
1050
-                            }
1048
+								$wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($file_path, $post_id)));
1051 1049
 
1052
-                            // Set up options array to add this file as an attachment
1053
-                            $attachment = array();
1054
-                            $attachment['post_id'] = $post_id;
1055
-                            $attachment['title'] = $file_title;
1056
-                            $attachment['content'] = '';
1057
-                            $attachment['file'] = $file_path;
1058
-                            $attachment['mime_type'] = $uploaded_file_type;
1059
-                            $attachment['menu_order'] = $menu_order;
1060
-                            $attachment['is_featured'] = 0;
1050
+							}
1061 1051
 
1062
-                            $attachment_set = '';
1052
+							// Set up options array to add this file as an attachment
1053
+							$attachment = array();
1054
+							$attachment['post_id'] = $post_id;
1055
+							$attachment['title'] = $file_title;
1056
+							$attachment['content'] = '';
1057
+							$attachment['file'] = $file_path;
1058
+							$attachment['mime_type'] = $uploaded_file_type;
1059
+							$attachment['menu_order'] = $menu_order;
1060
+							$attachment['is_featured'] = 0;
1063 1061
 
1064
-                            foreach ($attachment as $key => $val) {
1065
-                                if ($val != '')
1066
-                                    $attachment_set .= $key . " = '" . $val . "', ";
1067
-                            }
1062
+							$attachment_set = '';
1068 1063
 
1069
-                            $attachment_set = trim($attachment_set, ", ");
1064
+							foreach ($attachment as $key => $val) {
1065
+								if ($val != '')
1066
+									$attachment_set .= $key . " = '" . $val . "', ";
1067
+							}
1070 1068
 
1071
-                            $wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
1069
+							$attachment_set = trim($attachment_set, ", ");
1070
+
1071
+							$wpdb->query("INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set);
1072 1072
 
1073
-                            $valid_file_ids[] = $wpdb->insert_id;
1074
-                        }
1073
+							$valid_file_ids[] = $wpdb->insert_id;
1074
+						}
1075 1075
 
1076
-                    }
1076
+					}
1077 1077
 
1078 1078
 
1079
-                } else {
1080
-                    $valid_file_ids[] = $find_image;
1079
+				} else {
1080
+					$valid_file_ids[] = $find_image;
1081 1081
 
1082
-                    $postcurr_images[] = str_replace(array('http://','https://'),'',$post_image[$m]);
1082
+					$postcurr_images[] = str_replace(array('http://','https://'),'',$post_image[$m]);
1083 1083
 
1084
-                    $wpdb->query(
1085
-                        $wpdb->prepare(
1086
-                            "UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order = %d where file =%s AND post_id =%d",
1087
-                            array($menu_order, $split_img_path[1], $post_id)
1088
-                        )
1089
-                    );
1084
+					$wpdb->query(
1085
+						$wpdb->prepare(
1086
+							"UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order = %d where file =%s AND post_id =%d",
1087
+							array($menu_order, $split_img_path[1], $post_id)
1088
+						)
1089
+					);
1090 1090
 
1091
-                    if ($menu_order == 1)
1092
-                        $wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($split_img_path[1], $post_id)));
1091
+					if ($menu_order == 1)
1092
+						$wpdb->query($wpdb->prepare("UPDATE " . $table . " SET featured_image = %s where post_id =%d", array($split_img_path[1], $post_id)));
1093 1093
 
1094
-                }
1094
+				}
1095 1095
 
1096 1096
 
1097
-            }
1097
+			}
1098 1098
 
1099
-            if (!empty($valid_file_ids)) {
1099
+			if (!empty($valid_file_ids)) {
1100 1100
 
1101
-                $remove_files = $valid_file_ids;
1101
+				$remove_files = $valid_file_ids;
1102 1102
 
1103
-                $remove_files_length = count($remove_files);
1104
-                $remove_files_format = array_fill(0, $remove_files_length, '%d');
1105
-                $format = implode(',', $remove_files_format);
1106
-                $valid_files_condition = " ID NOT IN ($format) AND ";
1103
+				$remove_files_length = count($remove_files);
1104
+				$remove_files_format = array_fill(0, $remove_files_length, '%d');
1105
+				$format = implode(',', $remove_files_format);
1106
+				$valid_files_condition = " ID NOT IN ($format) AND ";
1107 1107
 
1108
-            }
1108
+			}
1109 1109
 
1110
-            //Get and remove all old images of post from database to set by new order
1110
+			//Get and remove all old images of post from database to set by new order
1111 1111
 
1112
-            if (!empty($post_images)) {
1112
+			if (!empty($post_images)) {
1113 1113
 
1114
-                foreach ($post_images as $img) {
1114
+				foreach ($post_images as $img) {
1115 1115
 
1116
-                    if (!in_array(str_replace(array('http://','https://'),'',$img->src), $postcurr_images)) {
1116
+					if (!in_array(str_replace(array('http://','https://'),'',$img->src), $postcurr_images)) {
1117 1117
 
1118
-                        $invalid_files[] = (object)array('src' => $img->src);
1118
+						$invalid_files[] = (object)array('src' => $img->src);
1119 1119
 
1120
-                    }
1120
+					}
1121 1121
 
1122
-                }
1122
+				}
1123 1123
 
1124
-            }
1124
+			}
1125 1125
 
1126
-            $invalid_files = (object)$invalid_files;
1127
-        }
1126
+			$invalid_files = (object)$invalid_files;
1127
+		}
1128 1128
 
1129
-        $remove_files[] = $post_id;
1129
+		$remove_files[] = $post_id;
1130 1130
 
1131
-        $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE " . $valid_files_condition . " post_id = %d", $remove_files));
1131
+		$wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE " . $valid_files_condition . " post_id = %d", $remove_files));
1132 1132
 
1133
-        if (!empty($invalid_files))
1134
-            geodir_remove_attachments($invalid_files);
1135
-    }
1133
+		if (!empty($invalid_files))
1134
+			geodir_remove_attachments($invalid_files);
1135
+	}
1136 1136
 
1137 1137
 }
1138 1138
 
@@ -1146,12 +1146,12 @@  discard block
 block discarded – undo
1146 1146
 function geodir_remove_temp_images()
1147 1147
 {
1148 1148
 
1149
-    global $current_user;
1149
+	global $current_user;
1150 1150
 
1151
-    $uploads = wp_upload_dir();
1152
-    $uploads_dir = $uploads['path'];
1151
+	$uploads = wp_upload_dir();
1152
+	$uploads_dir = $uploads['path'];
1153 1153
 
1154
-    /*	if(is_dir($uploads_dir.'/temp_'.$current_user->data->ID)){
1154
+	/*	if(is_dir($uploads_dir.'/temp_'.$current_user->data->ID)){
1155 1155
 
1156 1156
 			$dirPath = $uploads_dir.'/temp_'.$current_user->data->ID;
1157 1157
 			if (substr($dirPath, strlen($dirPath) - 1, 1) != '/') {
@@ -1168,8 +1168,8 @@  discard block
 block discarded – undo
1168 1168
 			rmdir($dirPath);
1169 1169
 	}	*/
1170 1170
 
1171
-    $dirname = $uploads_dir . '/temp_' . $current_user->ID;
1172
-    geodir_delete_directory($dirname);
1171
+	$dirname = $uploads_dir . '/temp_' . $current_user->ID;
1172
+	geodir_delete_directory($dirname);
1173 1173
 }
1174 1174
 
1175 1175
 
@@ -1183,116 +1183,116 @@  discard block
 block discarded – undo
1183 1183
  */
1184 1184
 function geodir_delete_directory($dirname)
1185 1185
 {
1186
-    $dir_handle = '';
1187
-    if (is_dir($dirname))
1188
-        $dir_handle = opendir($dirname);
1189
-    if (!$dir_handle)
1190
-        return false;
1191
-    while ($file = readdir($dir_handle)) {
1192
-        if ($file != "." && $file != "..") {
1193
-            if (!is_dir($dirname . "/" . $file))
1194
-                unlink($dirname . "/" . $file);
1195
-            else
1196
-                geodir_delete_directory($dirname . '/' . $file);
1197
-        }
1198
-    }
1199
-    closedir($dir_handle);
1200
-    rmdir($dirname);
1201
-    return true;
1186
+	$dir_handle = '';
1187
+	if (is_dir($dirname))
1188
+		$dir_handle = opendir($dirname);
1189
+	if (!$dir_handle)
1190
+		return false;
1191
+	while ($file = readdir($dir_handle)) {
1192
+		if ($file != "." && $file != "..") {
1193
+			if (!is_dir($dirname . "/" . $file))
1194
+				unlink($dirname . "/" . $file);
1195
+			else
1196
+				geodir_delete_directory($dirname . '/' . $file);
1197
+		}
1198
+	}
1199
+	closedir($dir_handle);
1200
+	rmdir($dirname);
1201
+	return true;
1202 1202
 
1203 1203
 }
1204 1204
 
1205 1205
 
1206 1206
 if (!function_exists('geodir_remove_attachments')) {
1207
-    /**
1208
-     * Remove post attachments.
1209
-     *
1210
-     * @since 1.0.0
1211
-     * @package GeoDirectory
1212
-     * @param array $postcurr_images Array of image objects.
1213
-     */
1214
-    function geodir_remove_attachments($postcurr_images = array())
1215
-    {
1216
-        // Unlink all past images of post
1217
-        if (!empty($postcurr_images)) {
1218
-
1219
-            $uploads = wp_upload_dir();
1220
-            $uploads_dir = $uploads['path'];
1221
-
1222
-            foreach ($postcurr_images as $postimg) {
1223
-                $image_name_arr = explode('/', $postimg->src);
1224
-                $filename = end($image_name_arr);
1225
-                if (file_exists($uploads_dir . '/' . $filename))
1226
-                    unlink($uploads_dir . '/' . $filename);
1227
-            }
1228
-
1229
-        } // endif
1230
-        // Unlink all past images of post end
1231
-    }
1207
+	/**
1208
+	 * Remove post attachments.
1209
+	 *
1210
+	 * @since 1.0.0
1211
+	 * @package GeoDirectory
1212
+	 * @param array $postcurr_images Array of image objects.
1213
+	 */
1214
+	function geodir_remove_attachments($postcurr_images = array())
1215
+	{
1216
+		// Unlink all past images of post
1217
+		if (!empty($postcurr_images)) {
1218
+
1219
+			$uploads = wp_upload_dir();
1220
+			$uploads_dir = $uploads['path'];
1221
+
1222
+			foreach ($postcurr_images as $postimg) {
1223
+				$image_name_arr = explode('/', $postimg->src);
1224
+				$filename = end($image_name_arr);
1225
+				if (file_exists($uploads_dir . '/' . $filename))
1226
+					unlink($uploads_dir . '/' . $filename);
1227
+			}
1228
+
1229
+		} // endif
1230
+		// Unlink all past images of post end
1231
+	}
1232 1232
 }
1233 1233
 
1234 1234
 if (!function_exists('geodir_get_featured_image')) {
1235
-    /**
1236
-     * Gets the post featured image.
1237
-     *
1238
-     * @since 1.0.0
1239
-     * @package GeoDirectory
1240
-     * @global object $wpdb WordPress Database object.
1241
-     * @global object $post The current post object.
1242
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
1243
-     * @param int|string $post_id The post ID.
1244
-     * @param string $size Optional. Thumbnail size. Default: thumbnail.
1245
-     * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1246
-     * @param bool|string $file Optional. The file path from which you want to get the image details. Default: false.
1247
-     * @return bool|object Image details as an object.
1248
-     */
1249
-    function geodir_get_featured_image($post_id = '', $size = '', $no_image = false, $file = false)
1250
-    {
1251
-
1252
-        /*$img_arr['src'] = get_the_post_thumbnail_url( $post_id,  'medium');//medium/thumbnail
1235
+	/**
1236
+	 * Gets the post featured image.
1237
+	 *
1238
+	 * @since 1.0.0
1239
+	 * @package GeoDirectory
1240
+	 * @global object $wpdb WordPress Database object.
1241
+	 * @global object $post The current post object.
1242
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
1243
+	 * @param int|string $post_id The post ID.
1244
+	 * @param string $size Optional. Thumbnail size. Default: thumbnail.
1245
+	 * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1246
+	 * @param bool|string $file Optional. The file path from which you want to get the image details. Default: false.
1247
+	 * @return bool|object Image details as an object.
1248
+	 */
1249
+	function geodir_get_featured_image($post_id = '', $size = '', $no_image = false, $file = false)
1250
+	{
1251
+
1252
+		/*$img_arr['src'] = get_the_post_thumbnail_url( $post_id,  'medium');//medium/thumbnail
1253 1253
         $img_arr['path'] = '';
1254 1254
         $img_arr['width'] = '';
1255 1255
         $img_arr['height'] = '';
1256 1256
         $img_arr['title'] = '';
1257 1257
         return (object)$img_arr;*/
1258
-        global $wpdb, $plugin_prefix, $post;
1258
+		global $wpdb, $plugin_prefix, $post;
1259 1259
 
1260
-        if (isset($post->ID) && isset($post->post_type) && $post->ID == $post_id) {
1261
-            $post_type = $post->post_type;
1262
-        } else {
1263
-            $post_type = get_post_type($post_id);
1264
-        }
1260
+		if (isset($post->ID) && isset($post->post_type) && $post->ID == $post_id) {
1261
+			$post_type = $post->post_type;
1262
+		} else {
1263
+			$post_type = get_post_type($post_id);
1264
+		}
1265 1265
 
1266
-        if (!in_array($post_type, geodir_get_posttypes())) {
1267
-            return false;// if not a GD CPT return;
1268
-        }
1266
+		if (!in_array($post_type, geodir_get_posttypes())) {
1267
+			return false;// if not a GD CPT return;
1268
+		}
1269 1269
 
1270
-        $table = $plugin_prefix . $post_type . '_detail';
1270
+		$table = $plugin_prefix . $post_type . '_detail';
1271 1271
 
1272
-        if (!$file) {
1273
-            if (isset($post->featured_image)) {
1274
-                $file = $post->featured_image;
1275
-            } else {
1276
-                $file = $wpdb->get_var($wpdb->prepare("SELECT featured_image FROM " . $table . " WHERE post_id = %d", array($post_id)));
1277
-            }
1278
-        }
1272
+		if (!$file) {
1273
+			if (isset($post->featured_image)) {
1274
+				$file = $post->featured_image;
1275
+			} else {
1276
+				$file = $wpdb->get_var($wpdb->prepare("SELECT featured_image FROM " . $table . " WHERE post_id = %d", array($post_id)));
1277
+			}
1278
+		}
1279 1279
 
1280
-        if ($file != NULL && $file != '' && (($uploads = wp_upload_dir()) && false === $uploads['error'])) {
1281
-            $img_arr = array();
1280
+		if ($file != NULL && $file != '' && (($uploads = wp_upload_dir()) && false === $uploads['error'])) {
1281
+			$img_arr = array();
1282 1282
 
1283
-            $file_info = pathinfo($file);
1284
-            $sub_dir = '';
1285
-            if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
1286
-                $sub_dir = stripslashes_deep($file_info['dirname']);
1283
+			$file_info = pathinfo($file);
1284
+			$sub_dir = '';
1285
+			if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
1286
+				$sub_dir = stripslashes_deep($file_info['dirname']);
1287 1287
 
1288
-            $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
1289
-            $uploads_baseurl = $uploads['baseurl'];
1290
-            $uploads_path = $uploads['path'];
1288
+			$uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
1289
+			$uploads_baseurl = $uploads['baseurl'];
1290
+			$uploads_path = $uploads['path'];
1291 1291
 
1292
-            $file_name = $file_info['basename'];
1292
+			$file_name = $file_info['basename'];
1293 1293
 
1294
-            $uploads_url = $uploads_baseurl . $sub_dir;
1295
-            /*
1294
+			$uploads_url = $uploads_baseurl . $sub_dir;
1295
+			/*
1296 1296
              * Allows the filter of image src for such things as CDN change.
1297 1297
              *
1298 1298
              * @since 1.5.7
@@ -1301,158 +1301,158 @@  discard block
 block discarded – undo
1301 1301
              * @param string $uploads_url The server upload directory url.
1302 1302
              * @param string $uploads_baseurl The uploads dir base url.
1303 1303
              */
1304
-            $img_arr['src'] = apply_filters('geodir_get_featured_image_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1305
-            $img_arr['path'] = $uploads_path . '/' . $file_name;
1306
-            $width = 0;
1307
-            $height = 0;
1308
-            if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1309
-                $imagesize = getimagesize($img_arr['path']);
1310
-                $width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1311
-                $height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1312
-            }
1313
-            $img_arr['width'] = $width;
1314
-            $img_arr['height'] = $height;
1315
-            $img_arr['title'] = '';
1316
-        } elseif ($post_images = geodir_get_images($post_id, $size, $no_image, 1)) {
1317
-            foreach ($post_images as $image) {
1318
-                return $image;
1319
-            }
1320
-        } else if ($no_image) {
1321
-            $img_arr = array();
1322
-
1323
-            $default_img = '';
1324
-            if (isset($post->default_category) && $post->default_category) {
1325
-                $default_cat = $post->default_category;
1326
-            } else {
1327
-                $default_cat = geodir_get_post_meta($post_id, 'default_category', true);
1328
-            }
1329
-
1330
-            if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type))
1331
-                $default_img = $default_catimg['src'];
1332
-            elseif ($no_image) {
1333
-                $default_img = get_option('geodir_listing_no_img');
1334
-            }
1335
-
1336
-            if (!empty($default_img)) {
1337
-                $uploads = wp_upload_dir(); // Array of key => value pairs
1338
-                $uploads_baseurl = $uploads['baseurl'];
1339
-                $uploads_path = $uploads['path'];
1340
-
1341
-                $img_arr = array();
1342
-
1343
-                $file_info = pathinfo($default_img);
1344
-
1345
-                $file_name = $file_info['basename'];
1346
-
1347
-                $img_arr['src'] = $default_img;
1348
-                $img_arr['path'] = $uploads_path . '/' . $file_name;
1349
-
1350
-                $width = 0;
1351
-                $height = 0;
1352
-                if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1353
-                    $imagesize = getimagesize($img_arr['path']);
1354
-                    $width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1355
-                    $height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1356
-                }
1357
-                $img_arr['width'] = $width;
1358
-                $img_arr['height'] = $height;
1359
-
1360
-                $img_arr['title'] = ''; // add the title to the array
1361
-            }
1362
-        }
1363
-
1364
-        if (!empty($img_arr))
1365
-            return (object)$img_arr;//return (object)array( 'src' => $file_url, 'path' => $file_path );
1366
-        else
1367
-            return false;
1368
-    }
1304
+			$img_arr['src'] = apply_filters('geodir_get_featured_image_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1305
+			$img_arr['path'] = $uploads_path . '/' . $file_name;
1306
+			$width = 0;
1307
+			$height = 0;
1308
+			if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1309
+				$imagesize = getimagesize($img_arr['path']);
1310
+				$width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1311
+				$height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1312
+			}
1313
+			$img_arr['width'] = $width;
1314
+			$img_arr['height'] = $height;
1315
+			$img_arr['title'] = '';
1316
+		} elseif ($post_images = geodir_get_images($post_id, $size, $no_image, 1)) {
1317
+			foreach ($post_images as $image) {
1318
+				return $image;
1319
+			}
1320
+		} else if ($no_image) {
1321
+			$img_arr = array();
1322
+
1323
+			$default_img = '';
1324
+			if (isset($post->default_category) && $post->default_category) {
1325
+				$default_cat = $post->default_category;
1326
+			} else {
1327
+				$default_cat = geodir_get_post_meta($post_id, 'default_category', true);
1328
+			}
1329
+
1330
+			if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type))
1331
+				$default_img = $default_catimg['src'];
1332
+			elseif ($no_image) {
1333
+				$default_img = get_option('geodir_listing_no_img');
1334
+			}
1335
+
1336
+			if (!empty($default_img)) {
1337
+				$uploads = wp_upload_dir(); // Array of key => value pairs
1338
+				$uploads_baseurl = $uploads['baseurl'];
1339
+				$uploads_path = $uploads['path'];
1340
+
1341
+				$img_arr = array();
1342
+
1343
+				$file_info = pathinfo($default_img);
1344
+
1345
+				$file_name = $file_info['basename'];
1346
+
1347
+				$img_arr['src'] = $default_img;
1348
+				$img_arr['path'] = $uploads_path . '/' . $file_name;
1349
+
1350
+				$width = 0;
1351
+				$height = 0;
1352
+				if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1353
+					$imagesize = getimagesize($img_arr['path']);
1354
+					$width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1355
+					$height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1356
+				}
1357
+				$img_arr['width'] = $width;
1358
+				$img_arr['height'] = $height;
1359
+
1360
+				$img_arr['title'] = ''; // add the title to the array
1361
+			}
1362
+		}
1363
+
1364
+		if (!empty($img_arr))
1365
+			return (object)$img_arr;//return (object)array( 'src' => $file_url, 'path' => $file_path );
1366
+		else
1367
+			return false;
1368
+	}
1369 1369
 }
1370 1370
 
1371 1371
 if (!function_exists('geodir_show_featured_image')) {
1372
-    /**
1373
-     * Gets the post featured image.
1374
-     *
1375
-     * @since 1.0.0
1376
-     * @package GeoDirectory
1377
-     * @param int|string $post_id The post ID.
1378
-     * @param string $size Optional. Thumbnail size. Default: thumbnail.
1379
-     * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1380
-     * @param bool $echo Optional. Do you want to print it instead of returning it? Default: true.
1381
-     * @param bool|string $fimage Optional. The file path from which you want to get the image details. Default: false.
1382
-     * @return bool|string Returns image html.
1383
-     */
1384
-    function geodir_show_featured_image($post_id = '', $size = 'thumbnail', $no_image = false, $echo = true, $fimage = false)
1385
-    {
1386
-        $image = geodir_get_featured_image($post_id, $size, $no_image, $fimage);
1387
-
1388
-        $html = geodir_show_image($image, $size, $no_image, false);
1389
-
1390
-        if (!empty($html) && $echo) {
1391
-            echo $html;
1392
-        } elseif (!empty($html)) {
1393
-            return $html;
1394
-        } else
1395
-            return false;
1396
-    }
1372
+	/**
1373
+	 * Gets the post featured image.
1374
+	 *
1375
+	 * @since 1.0.0
1376
+	 * @package GeoDirectory
1377
+	 * @param int|string $post_id The post ID.
1378
+	 * @param string $size Optional. Thumbnail size. Default: thumbnail.
1379
+	 * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1380
+	 * @param bool $echo Optional. Do you want to print it instead of returning it? Default: true.
1381
+	 * @param bool|string $fimage Optional. The file path from which you want to get the image details. Default: false.
1382
+	 * @return bool|string Returns image html.
1383
+	 */
1384
+	function geodir_show_featured_image($post_id = '', $size = 'thumbnail', $no_image = false, $echo = true, $fimage = false)
1385
+	{
1386
+		$image = geodir_get_featured_image($post_id, $size, $no_image, $fimage);
1387
+
1388
+		$html = geodir_show_image($image, $size, $no_image, false);
1389
+
1390
+		if (!empty($html) && $echo) {
1391
+			echo $html;
1392
+		} elseif (!empty($html)) {
1393
+			return $html;
1394
+		} else
1395
+			return false;
1396
+	}
1397 1397
 }
1398 1398
 
1399 1399
 if (!function_exists('geodir_get_images')) {
1400
-    /**
1401
-     * Gets the post images.
1402
-     *
1403
-     * @since 1.0.0
1404
-     * @package GeoDirectory
1405
-     * @global object $wpdb WordPress Database object.
1406
-     * @param int $post_id The post ID.
1407
-     * @param string $img_size Optional. Thumbnail size.
1408
-     * @param bool $no_images Optional. Do you want to return the default image when no image is available? Default: false.
1409
-     * @param bool $add_featured Optional. Do you want to include featured images too? Default: true.
1410
-     * @param int|string $limit Optional. Number of images.
1411
-     * @return array|bool Returns images as an array. Each item is an object.
1412
-     */
1413
-    function geodir_get_images($post_id = 0, $img_size = '', $no_images = false, $add_featured = true, $limit = '')
1414
-    {
1415
-        global $wpdb;
1416
-        if ($limit) {
1417
-            $limit_q = " LIMIT $limit ";
1418
-        } else {
1419
-            $limit_q = '';
1420
-        }
1421
-        $not_featured = '';
1422
-        $sub_dir = '';
1423
-        if (!$add_featured)
1424
-            $not_featured = " AND is_featured = 0 ";
1425
-
1426
-        $arrImages = $wpdb->get_results(
1427
-            $wpdb->prepare(
1428
-                "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d" . $not_featured . " ORDER BY menu_order ASC, ID DESC $limit_q ",
1429
-                array('%image%', $post_id)
1430
-            )
1431
-        );
1432
-
1433
-        $counter = 0;
1434
-        $return_arr = array();
1435
-
1436
-        if (!empty($arrImages)) {
1437
-            foreach ($arrImages as $attechment) {
1438
-
1439
-                $img_arr = array();
1440
-                $img_arr['id'] = $attechment->ID;
1441
-                $img_arr['user_id'] = isset($attechment->user_id) ? $attechment->user_id : 0;
1442
-
1443
-                $file_info = pathinfo($attechment->file);
1444
-
1445
-                if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
1446
-                    $sub_dir = stripslashes_deep($file_info['dirname']);
1447
-
1448
-                $uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
1449
-                $uploads_baseurl = $uploads['baseurl'];
1450
-                $uploads_path = $uploads['path'];
1451
-
1452
-                $file_name = $file_info['basename'];
1453
-
1454
-                $uploads_url = $uploads_baseurl . $sub_dir;
1455
-                /*
1400
+	/**
1401
+	 * Gets the post images.
1402
+	 *
1403
+	 * @since 1.0.0
1404
+	 * @package GeoDirectory
1405
+	 * @global object $wpdb WordPress Database object.
1406
+	 * @param int $post_id The post ID.
1407
+	 * @param string $img_size Optional. Thumbnail size.
1408
+	 * @param bool $no_images Optional. Do you want to return the default image when no image is available? Default: false.
1409
+	 * @param bool $add_featured Optional. Do you want to include featured images too? Default: true.
1410
+	 * @param int|string $limit Optional. Number of images.
1411
+	 * @return array|bool Returns images as an array. Each item is an object.
1412
+	 */
1413
+	function geodir_get_images($post_id = 0, $img_size = '', $no_images = false, $add_featured = true, $limit = '')
1414
+	{
1415
+		global $wpdb;
1416
+		if ($limit) {
1417
+			$limit_q = " LIMIT $limit ";
1418
+		} else {
1419
+			$limit_q = '';
1420
+		}
1421
+		$not_featured = '';
1422
+		$sub_dir = '';
1423
+		if (!$add_featured)
1424
+			$not_featured = " AND is_featured = 0 ";
1425
+
1426
+		$arrImages = $wpdb->get_results(
1427
+			$wpdb->prepare(
1428
+				"SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d" . $not_featured . " ORDER BY menu_order ASC, ID DESC $limit_q ",
1429
+				array('%image%', $post_id)
1430
+			)
1431
+		);
1432
+
1433
+		$counter = 0;
1434
+		$return_arr = array();
1435
+
1436
+		if (!empty($arrImages)) {
1437
+			foreach ($arrImages as $attechment) {
1438
+
1439
+				$img_arr = array();
1440
+				$img_arr['id'] = $attechment->ID;
1441
+				$img_arr['user_id'] = isset($attechment->user_id) ? $attechment->user_id : 0;
1442
+
1443
+				$file_info = pathinfo($attechment->file);
1444
+
1445
+				if ($file_info['dirname'] != '.' && $file_info['dirname'] != '..')
1446
+					$sub_dir = stripslashes_deep($file_info['dirname']);
1447
+
1448
+				$uploads = wp_upload_dir(trim($sub_dir, '/')); // Array of key => value pairs
1449
+				$uploads_baseurl = $uploads['baseurl'];
1450
+				$uploads_path = $uploads['path'];
1451
+
1452
+				$file_name = $file_info['basename'];
1453
+
1454
+				$uploads_url = $uploads_baseurl . $sub_dir;
1455
+				/*
1456 1456
                 * Allows the filter of image src for such things as CDN change.
1457 1457
                 *
1458 1458
                 * @since 1.5.7
@@ -1461,516 +1461,516 @@  discard block
 block discarded – undo
1461 1461
                 * @param string $uploads_url The server upload directory url.
1462 1462
                 * @param string $uploads_baseurl The uploads dir base url.
1463 1463
                 */
1464
-                $img_arr['src'] = apply_filters('geodir_get_images_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1465
-                $img_arr['path'] = $uploads_path . '/' . $file_name;
1466
-                $width = 0;
1467
-                $height = 0;
1468
-                if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1469
-                    $imagesize = getimagesize($img_arr['path']);
1470
-                    $width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1471
-                    $height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1472
-                }
1473
-                $img_arr['width'] = $width;
1474
-                $img_arr['height'] = $height;
1475
-
1476
-                $img_arr['file'] = $file_name; // add the title to the array
1477
-                $img_arr['title'] = $attechment->title; // add the title to the array
1478
-                $img_arr['caption'] = isset($attechment->caption) ? $attechment->caption : ''; // add the caption to the array
1479
-                $img_arr['content'] = $attechment->content; // add the description to the array
1480
-                $img_arr['is_approved'] = isset($attechment->is_approved) ? $attechment->is_approved : ''; // used for user image moderation. For backward compatibility Default value is 1.
1481
-
1482
-                $return_arr[] = (object)$img_arr;
1483
-
1484
-                $counter++;
1485
-            }
1486
-            return (object)$return_arr;
1487
-        } else if ($no_images) {
1488
-            $default_img = '';
1489
-            $default_cat = geodir_get_post_meta($post_id, 'default_category', true);
1490
-            $post_type = get_post_type($post_id);
1491
-            if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type))
1492
-                $default_img = $default_catimg['src'];
1493
-            elseif ($no_images) {
1494
-                $default_img = get_option('geodir_listing_no_img');
1495
-            }
1496
-
1497
-            if (!empty($default_img)) {
1498
-                $uploads = wp_upload_dir(); // Array of key => value pairs
1464
+				$img_arr['src'] = apply_filters('geodir_get_images_src',$uploads_url . '/' . $file_name,$file_name,$uploads_url,$uploads_baseurl);
1465
+				$img_arr['path'] = $uploads_path . '/' . $file_name;
1466
+				$width = 0;
1467
+				$height = 0;
1468
+				if (is_file($img_arr['path']) && file_exists($img_arr['path'])) {
1469
+					$imagesize = getimagesize($img_arr['path']);
1470
+					$width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1471
+					$height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1472
+				}
1473
+				$img_arr['width'] = $width;
1474
+				$img_arr['height'] = $height;
1475
+
1476
+				$img_arr['file'] = $file_name; // add the title to the array
1477
+				$img_arr['title'] = $attechment->title; // add the title to the array
1478
+				$img_arr['caption'] = isset($attechment->caption) ? $attechment->caption : ''; // add the caption to the array
1479
+				$img_arr['content'] = $attechment->content; // add the description to the array
1480
+				$img_arr['is_approved'] = isset($attechment->is_approved) ? $attechment->is_approved : ''; // used for user image moderation. For backward compatibility Default value is 1.
1481
+
1482
+				$return_arr[] = (object)$img_arr;
1483
+
1484
+				$counter++;
1485
+			}
1486
+			return (object)$return_arr;
1487
+		} else if ($no_images) {
1488
+			$default_img = '';
1489
+			$default_cat = geodir_get_post_meta($post_id, 'default_category', true);
1490
+			$post_type = get_post_type($post_id);
1491
+			if ($default_catimg = geodir_get_default_catimage($default_cat, $post_type))
1492
+				$default_img = $default_catimg['src'];
1493
+			elseif ($no_images) {
1494
+				$default_img = get_option('geodir_listing_no_img');
1495
+			}
1496
+
1497
+			if (!empty($default_img)) {
1498
+				$uploads = wp_upload_dir(); // Array of key => value pairs
1499 1499
                 
1500
-                $image_path = $default_img;
1501
-                if (!path_is_absolute($image_path)) {
1502
-                    $image_path = str_replace($uploads['baseurl'], $uploads['basedir'], $image_path);
1503
-                }
1504
-
1505
-                $file_info = pathinfo($default_img);
1506
-                $file_name = $file_info['basename'];
1507
-
1508
-                $width = '';
1509
-                $height = '';
1510
-                if (is_file($image_path) && file_exists($image_path)) {
1511
-                    $imagesize = getimagesize($image_path);
1512
-                    $width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1513
-                    $height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1514
-                }
1500
+				$image_path = $default_img;
1501
+				if (!path_is_absolute($image_path)) {
1502
+					$image_path = str_replace($uploads['baseurl'], $uploads['basedir'], $image_path);
1503
+				}
1504
+
1505
+				$file_info = pathinfo($default_img);
1506
+				$file_name = $file_info['basename'];
1507
+
1508
+				$width = '';
1509
+				$height = '';
1510
+				if (is_file($image_path) && file_exists($image_path)) {
1511
+					$imagesize = getimagesize($image_path);
1512
+					$width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1513
+					$height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1514
+				}
1515 1515
                 
1516
-                $img_arr = array();
1517
-                $img_arr['src'] = $default_img;
1518
-                $img_arr['path'] = $image_path;
1519
-                $img_arr['width'] = $width;
1520
-                $img_arr['height'] = $height;
1521
-                $img_arr['file'] = $file_name; // add the title to the array
1522
-                $img_arr['title'] = $file_info['filename']; // add the title to the array
1523
-                $img_arr['content'] = $file_info['filename']; // add the description to the array
1524
-
1525
-                $return_arr[] = (object)$img_arr;
1526
-
1527
-                return $return_arr;
1528
-            } else
1529
-                return false;
1530
-        }
1531
-    }
1516
+				$img_arr = array();
1517
+				$img_arr['src'] = $default_img;
1518
+				$img_arr['path'] = $image_path;
1519
+				$img_arr['width'] = $width;
1520
+				$img_arr['height'] = $height;
1521
+				$img_arr['file'] = $file_name; // add the title to the array
1522
+				$img_arr['title'] = $file_info['filename']; // add the title to the array
1523
+				$img_arr['content'] = $file_info['filename']; // add the description to the array
1524
+
1525
+				$return_arr[] = (object)$img_arr;
1526
+
1527
+				return $return_arr;
1528
+			} else
1529
+				return false;
1530
+		}
1531
+	}
1532 1532
 }
1533 1533
 
1534 1534
 if (!function_exists('geodir_show_image')) {
1535
-    /**
1536
-     * Show image using image details.
1537
-     *
1538
-     * @since 1.0.0
1539
-     * @package GeoDirectory
1540
-     * @param array|object $request Image info either as an array or object.
1541
-     * @param string $size Optional. Thumbnail size. Default: thumbnail.
1542
-     * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1543
-     * @param bool $echo Optional. Do you want to print it instead of returning it? Default: true.
1544
-     * @return bool|string Returns image html.
1545
-     */
1546
-    function geodir_show_image($request = array(), $size = 'thumbnail', $no_image = false, $echo = true)
1547
-    {
1548
-        $image = new stdClass();
1549
-
1550
-        $html = '';
1551
-        if (!empty($request)) {
1552
-            if (!is_object($request)){
1553
-                $request = (object)$request;
1554
-            }
1555
-
1556
-            if (isset($request->src) && !isset($request->path)) {
1557
-                $request->path = $request->src;
1558
-            }
1559
-
1560
-            /*
1535
+	/**
1536
+	 * Show image using image details.
1537
+	 *
1538
+	 * @since 1.0.0
1539
+	 * @package GeoDirectory
1540
+	 * @param array|object $request Image info either as an array or object.
1541
+	 * @param string $size Optional. Thumbnail size. Default: thumbnail.
1542
+	 * @param bool $no_image Optional. Do you want to return the default image when no image is available? Default: false.
1543
+	 * @param bool $echo Optional. Do you want to print it instead of returning it? Default: true.
1544
+	 * @return bool|string Returns image html.
1545
+	 */
1546
+	function geodir_show_image($request = array(), $size = 'thumbnail', $no_image = false, $echo = true)
1547
+	{
1548
+		$image = new stdClass();
1549
+
1550
+		$html = '';
1551
+		if (!empty($request)) {
1552
+			if (!is_object($request)){
1553
+				$request = (object)$request;
1554
+			}
1555
+
1556
+			if (isset($request->src) && !isset($request->path)) {
1557
+				$request->path = $request->src;
1558
+			}
1559
+
1560
+			/*
1561 1561
              * getimagesize() works faster from path than url so we try and get path if we can.
1562 1562
              */
1563
-            $upload_dir = wp_upload_dir();
1564
-            $img_no_http = str_replace(array("http://", "https://"), "", $request->path);
1565
-            $upload_no_http = str_replace(array("http://", "https://"), "", $upload_dir['baseurl']);
1566
-            if (strpos($img_no_http, $upload_no_http) !== false) {
1567
-                $request->path = str_replace( $img_no_http,$upload_dir['basedir'], $request->path);
1568
-            }
1563
+			$upload_dir = wp_upload_dir();
1564
+			$img_no_http = str_replace(array("http://", "https://"), "", $request->path);
1565
+			$upload_no_http = str_replace(array("http://", "https://"), "", $upload_dir['baseurl']);
1566
+			if (strpos($img_no_http, $upload_no_http) !== false) {
1567
+				$request->path = str_replace( $img_no_http,$upload_dir['basedir'], $request->path);
1568
+			}
1569 1569
             
1570
-            $width = 0;
1571
-            $height = 0;
1572
-            if (is_file($request->path) && file_exists($request->path)) {
1573
-                $imagesize = getimagesize($request->path);
1574
-                $width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1575
-                $height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1576
-            }
1577
-
1578
-            $image->src = $request->src;
1579
-            $image->width = $width;
1580
-            $image->height = $height;
1581
-
1582
-            $max_size = (object)geodir_get_imagesize($size);
1583
-
1584
-            if (!is_wp_error($max_size)) {
1585
-                if ($image->width) {
1586
-                    if ($image->height >= $image->width) {
1587
-                        $width_per = round(((($image->width * ($max_size->h / $image->height)) / $max_size->w) * 100), 2);
1588
-                    } else if ($image->width < ($max_size->h)) {
1589
-                        $width_per = round((($image->width / $max_size->w) * 100), 2);
1590
-                    } else
1591
-                        $width_per = 100;
1592
-                }
1593
-
1594
-                if (is_admin() && !isset($_REQUEST['geodir_ajax'])){
1595
-                    $html = '<div class="geodir_thumbnail"><img style="max-height:' . $max_size->h . 'px;" alt="place image" src="' . $image->src . '"  /></div>';
1596
-                } else {
1597
-                    if($size=='widget-thumb' || !get_option('geodir_lazy_load',1)){
1598
-                        $html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1599
-                    }else{
1600
-                        //$html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1601
-                        //$html = '<div data-src="'.$image->src.'" class="geodir_thumbnail" ></div>';
1602
-                        $html = '<div data-src="'.str_replace(' ','%20',$image->src).'" class="geodir_thumbnail geodir_lazy_load_thumbnail" ></div>';
1603
-
1604
-                    }
1605
-
1606
-                }
1607
-            }
1608
-        }
1609
-
1610
-        if (!empty($html) && $echo) {
1611
-            echo $html;
1612
-        } elseif (!empty($html)) {
1613
-            return $html;
1614
-        } else
1615
-            return false;
1616
-    }
1617
-}
1570
+			$width = 0;
1571
+			$height = 0;
1572
+			if (is_file($request->path) && file_exists($request->path)) {
1573
+				$imagesize = getimagesize($request->path);
1574
+				$width = !empty($imagesize) && isset($imagesize[0]) ? $imagesize[0] : '';
1575
+				$height = !empty($imagesize) && isset($imagesize[1]) ? $imagesize[1] : '';
1576
+			}
1618 1577
 
1619
-if (!function_exists('geodir_set_post_terms')) {
1620
-    /**
1621
-     * Set post Categories.
1622
-     *
1623
-     * @since 1.0.0
1624
-     * @package GeoDirectory
1625
-     * @global object $wpdb WordPress Database object.
1626
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
1627
-     * @param int $post_id The post ID.
1628
-     * @param array $terms An array of term objects.
1629
-     * @param array $tt_ids An array of term taxonomy IDs.
1630
-     * @param string $taxonomy Taxonomy slug.
1631
-     */
1632
-    function geodir_set_post_terms($post_id, $terms, $tt_ids, $taxonomy)
1633
-    {
1634
-        global $wpdb, $plugin_prefix;
1578
+			$image->src = $request->src;
1579
+			$image->width = $width;
1580
+			$image->height = $height;
1635 1581
 
1636
-        $post_type = get_post_type($post_id);
1582
+			$max_size = (object)geodir_get_imagesize($size);
1637 1583
 
1638
-        $table = $plugin_prefix . $post_type . '_detail';
1584
+			if (!is_wp_error($max_size)) {
1585
+				if ($image->width) {
1586
+					if ($image->height >= $image->width) {
1587
+						$width_per = round(((($image->width * ($max_size->h / $image->height)) / $max_size->w) * 100), 2);
1588
+					} else if ($image->width < ($max_size->h)) {
1589
+						$width_per = round((($image->width / $max_size->w) * 100), 2);
1590
+					} else
1591
+						$width_per = 100;
1592
+				}
1593
+
1594
+				if (is_admin() && !isset($_REQUEST['geodir_ajax'])){
1595
+					$html = '<div class="geodir_thumbnail"><img style="max-height:' . $max_size->h . 'px;" alt="place image" src="' . $image->src . '"  /></div>';
1596
+				} else {
1597
+					if($size=='widget-thumb' || !get_option('geodir_lazy_load',1)){
1598
+						$html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1599
+					}else{
1600
+						//$html = '<div class="geodir_thumbnail" style="background-image:url(\'' . $image->src . '\');"></div>';
1601
+						//$html = '<div data-src="'.$image->src.'" class="geodir_thumbnail" ></div>';
1602
+						$html = '<div data-src="'.str_replace(' ','%20',$image->src).'" class="geodir_thumbnail geodir_lazy_load_thumbnail" ></div>';
1603
+
1604
+					}
1639 1605
 
1640
-        if (in_array($post_type, geodir_get_posttypes()) && !wp_is_post_revision($post_id)) {
1606
+				}
1607
+			}
1608
+		}
1609
+
1610
+		if (!empty($html) && $echo) {
1611
+			echo $html;
1612
+		} elseif (!empty($html)) {
1613
+			return $html;
1614
+		} else
1615
+			return false;
1616
+	}
1617
+}
1641 1618
 
1642
-            if ($taxonomy == $post_type . '_tags') {
1643
-                if (isset($_POST['action']) && $_POST['action'] == 'inline-save') {
1644
-                    geodir_save_post_meta($post_id, 'post_tags', $terms);
1645
-                }
1646
-            } elseif ($taxonomy == $post_type . 'category') {
1647
-                $srcharr = array('"', '\\');
1648
-                $replarr = array("&quot;", '');
1619
+if (!function_exists('geodir_set_post_terms')) {
1620
+	/**
1621
+	 * Set post Categories.
1622
+	 *
1623
+	 * @since 1.0.0
1624
+	 * @package GeoDirectory
1625
+	 * @global object $wpdb WordPress Database object.
1626
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
1627
+	 * @param int $post_id The post ID.
1628
+	 * @param array $terms An array of term objects.
1629
+	 * @param array $tt_ids An array of term taxonomy IDs.
1630
+	 * @param string $taxonomy Taxonomy slug.
1631
+	 */
1632
+	function geodir_set_post_terms($post_id, $terms, $tt_ids, $taxonomy)
1633
+	{
1634
+		global $wpdb, $plugin_prefix;
1635
+
1636
+		$post_type = get_post_type($post_id);
1637
+
1638
+		$table = $plugin_prefix . $post_type . '_detail';
1639
+
1640
+		if (in_array($post_type, geodir_get_posttypes()) && !wp_is_post_revision($post_id)) {
1641
+
1642
+			if ($taxonomy == $post_type . '_tags') {
1643
+				if (isset($_POST['action']) && $_POST['action'] == 'inline-save') {
1644
+					geodir_save_post_meta($post_id, 'post_tags', $terms);
1645
+				}
1646
+			} elseif ($taxonomy == $post_type . 'category') {
1647
+				$srcharr = array('"', '\\');
1648
+				$replarr = array("&quot;", '');
1649 1649
 
1650
-                $post_obj = get_post($post_id);
1650
+				$post_obj = get_post($post_id);
1651 1651
 
1652
-                $cat_ids = array('0');
1653
-                if (is_array($tt_ids))
1654
-                    $cat_ids = $tt_ids;
1652
+				$cat_ids = array('0');
1653
+				if (is_array($tt_ids))
1654
+					$cat_ids = $tt_ids;
1655 1655
 
1656 1656
 
1657
-                if (!empty($cat_ids)) {
1658
-                    $cat_ids_array = $cat_ids;
1659
-                    $cat_ids_length = count($cat_ids_array);
1660
-                    $cat_ids_format = array_fill(0, $cat_ids_length, '%d');
1661
-                    $format = implode(',', $cat_ids_format);
1657
+				if (!empty($cat_ids)) {
1658
+					$cat_ids_array = $cat_ids;
1659
+					$cat_ids_length = count($cat_ids_array);
1660
+					$cat_ids_format = array_fill(0, $cat_ids_length, '%d');
1661
+					$format = implode(',', $cat_ids_format);
1662 1662
 
1663
-                    $cat_ids_array_del = $cat_ids_array;
1664
-                    $cat_ids_array_del[] = $post_id;
1663
+					$cat_ids_array_del = $cat_ids_array;
1664
+					$cat_ids_array_del[] = $post_id;
1665 1665
 
1666
-                    $wpdb->get_var(
1667
-                        $wpdb->prepare(
1668
-                            "DELETE from " . GEODIR_ICON_TABLE . " WHERE cat_id NOT IN ($format) AND post_id = %d ",
1669
-                            $cat_ids_array_del
1670
-                        )
1671
-                    );
1666
+					$wpdb->get_var(
1667
+						$wpdb->prepare(
1668
+							"DELETE from " . GEODIR_ICON_TABLE . " WHERE cat_id NOT IN ($format) AND post_id = %d ",
1669
+							$cat_ids_array_del
1670
+						)
1671
+					);
1672 1672
 
1673 1673
 
1674
-                    $post_term = $wpdb->get_col(
1675
-                        $wpdb->prepare(
1676
-                            "SELECT term_id FROM " . $wpdb->term_taxonomy . " WHERE term_taxonomy_id IN($format) GROUP BY term_id",
1677
-                            $cat_ids_array
1678
-                        )
1679
-                    );
1674
+					$post_term = $wpdb->get_col(
1675
+						$wpdb->prepare(
1676
+							"SELECT term_id FROM " . $wpdb->term_taxonomy . " WHERE term_taxonomy_id IN($format) GROUP BY term_id",
1677
+							$cat_ids_array
1678
+						)
1679
+					);
1680 1680
 
1681
-                }
1681
+				}
1682 1682
 
1683
-                $post_marker_json = '';
1683
+				$post_marker_json = '';
1684 1684
 
1685
-                if (!empty($post_term)):
1685
+				if (!empty($post_term)):
1686 1686
 
1687
-                    foreach ($post_term as $cat_id):
1687
+					foreach ($post_term as $cat_id):
1688 1688
 
1689
-                        $term_icon_url = get_tax_meta($cat_id, 'ct_cat_icon', false, $post_type);
1690
-                        $term_icon = isset($term_icon_url['src']) ? $term_icon_url['src'] : '';
1689
+						$term_icon_url = get_tax_meta($cat_id, 'ct_cat_icon', false, $post_type);
1690
+						$term_icon = isset($term_icon_url['src']) ? $term_icon_url['src'] : '';
1691 1691
 
1692
-                        $post_title = $post_obj->title;
1693
-                        $title = str_replace($srcharr, $replarr, $post_title);
1692
+						$post_title = $post_obj->title;
1693
+						$title = str_replace($srcharr, $replarr, $post_title);
1694 1694
 
1695
-                        $lat = geodir_get_post_meta($post_id, 'post_latitude', true);
1696
-                        $lng = geodir_get_post_meta($post_id, 'post_longitude', true);
1695
+						$lat = geodir_get_post_meta($post_id, 'post_latitude', true);
1696
+						$lng = geodir_get_post_meta($post_id, 'post_longitude', true);
1697 1697
 
1698
-                        $timing = ' - ' . date('D M j, Y', strtotime(geodir_get_post_meta($post_id, 'st_date', true)));
1699
-                        $timing .= ' - ' . geodir_get_post_meta($post_id, 'st_time', true);
1698
+						$timing = ' - ' . date('D M j, Y', strtotime(geodir_get_post_meta($post_id, 'st_date', true)));
1699
+						$timing .= ' - ' . geodir_get_post_meta($post_id, 'st_time', true);
1700 1700
 
1701
-                        $json = '{';
1702
-                        $json .= '"id":"' . $post_id . '",';
1703
-                        $json .= '"lat_pos": "' . $lat . '",';
1704
-                        $json .= '"long_pos": "' . $lng . '",';
1705
-                        $json .= '"marker_id":"' . $post_id . '_' . $cat_id . '",';
1706
-                        $json .= '"icon":"' . $term_icon . '",';
1707
-                        $json .= '"group":"catgroup' . $cat_id . '"';
1708
-                        $json .= '}';
1701
+						$json = '{';
1702
+						$json .= '"id":"' . $post_id . '",';
1703
+						$json .= '"lat_pos": "' . $lat . '",';
1704
+						$json .= '"long_pos": "' . $lng . '",';
1705
+						$json .= '"marker_id":"' . $post_id . '_' . $cat_id . '",';
1706
+						$json .= '"icon":"' . $term_icon . '",';
1707
+						$json .= '"group":"catgroup' . $cat_id . '"';
1708
+						$json .= '}';
1709 1709
 
1710 1710
 
1711
-                        if ($cat_id == geodir_get_post_meta($post_id, 'default_category', true))
1712
-                            $post_marker_json = $json;
1711
+						if ($cat_id == geodir_get_post_meta($post_id, 'default_category', true))
1712
+							$post_marker_json = $json;
1713 1713
 
1714 1714
 
1715
-                        if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . GEODIR_ICON_TABLE . " WHERE post_id = %d AND cat_id = %d", array($post_id, $cat_id)))) {
1715
+						if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . GEODIR_ICON_TABLE . " WHERE post_id = %d AND cat_id = %d", array($post_id, $cat_id)))) {
1716 1716
 
1717
-                            $json_query = $wpdb->prepare("UPDATE " . GEODIR_ICON_TABLE . " SET
1717
+							$json_query = $wpdb->prepare("UPDATE " . GEODIR_ICON_TABLE . " SET
1718 1718
 										post_title = %s,
1719 1719
 										json = %s
1720 1720
 										WHERE post_id = %d AND cat_id = %d ",
1721
-                                array($post_title, $json, $post_id, $cat_id));
1721
+								array($post_title, $json, $post_id, $cat_id));
1722 1722
 
1723
-                        } else {
1723
+						} else {
1724 1724
 
1725
-                            $json_query = $wpdb->prepare("INSERT INTO " . GEODIR_ICON_TABLE . " SET
1725
+							$json_query = $wpdb->prepare("INSERT INTO " . GEODIR_ICON_TABLE . " SET
1726 1726
 										post_id = %d,
1727 1727
 										post_title = %s,
1728 1728
 										cat_id = %d,
1729 1729
 										json = %s",
1730
-                                array($post_id, $post_title, $cat_id, $json));
1730
+								array($post_id, $post_title, $cat_id, $json));
1731 1731
 
1732
-                        }
1732
+						}
1733 1733
 
1734
-                        $wpdb->query($json_query);
1734
+						$wpdb->query($json_query);
1735 1735
 
1736
-                    endforeach;
1736
+					endforeach;
1737 1737
 
1738
-                endif;
1738
+				endif;
1739 1739
 
1740
-                if (!empty($post_term) && is_array($post_term)) {
1741
-                    $categories = implode(',', $post_term);
1740
+				if (!empty($post_term) && is_array($post_term)) {
1741
+					$categories = implode(',', $post_term);
1742 1742
 
1743
-                    if ($categories != '' && $categories != 0) $categories = ',' . $categories . ',';
1743
+					if ($categories != '' && $categories != 0) $categories = ',' . $categories . ',';
1744 1744
 
1745
-                    if (empty($post_marker_json))
1746
-                        $post_marker_json = isset($json) ? $json : '';
1745
+					if (empty($post_marker_json))
1746
+						$post_marker_json = isset($json) ? $json : '';
1747 1747
 
1748
-                    if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
1748
+					if ($wpdb->get_var($wpdb->prepare("SELECT post_id from " . $table . " where post_id = %d", array($post_id)))) {
1749 1749
 
1750
-                        $wpdb->query(
1751
-                            $wpdb->prepare(
1752
-                                "UPDATE " . $table . " SET
1750
+						$wpdb->query(
1751
+							$wpdb->prepare(
1752
+								"UPDATE " . $table . " SET
1753 1753
 								" . $taxonomy . " = %s,
1754 1754
 								marker_json = %s
1755 1755
 								where post_id = %d",
1756
-                                array($categories, $post_marker_json, $post_id)
1757
-                            )
1758
-                        );
1756
+								array($categories, $post_marker_json, $post_id)
1757
+							)
1758
+						);
1759 1759
 
1760
-                        if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'inline-save') {
1760
+						if (isset($_REQUEST['action']) && $_REQUEST['action'] == 'inline-save') {
1761 1761
 
1762
-                            $categories = trim($categories, ',');
1762
+							$categories = trim($categories, ',');
1763 1763
 
1764
-                            if ($categories) {
1764
+							if ($categories) {
1765 1765
 
1766
-                                $categories = explode(',', $categories);
1766
+								$categories = explode(',', $categories);
1767 1767
 
1768
-                                $default_category = geodir_get_post_meta($post_id, 'default_category', true);
1768
+								$default_category = geodir_get_post_meta($post_id, 'default_category', true);
1769 1769
 
1770
-                                if (!in_array($default_category, $categories)) {
1770
+								if (!in_array($default_category, $categories)) {
1771 1771
 
1772
-                                    $wpdb->query(
1773
-                                        $wpdb->prepare(
1774
-                                            "UPDATE " . $table . " SET
1772
+									$wpdb->query(
1773
+										$wpdb->prepare(
1774
+											"UPDATE " . $table . " SET
1775 1775
 											default_category = %s
1776 1776
 											where post_id = %d",
1777
-                                            array($categories[0], $post_id)
1778
-                                        )
1779
-                                    );
1777
+											array($categories[0], $post_id)
1778
+										)
1779
+									);
1780 1780
 
1781
-                                    $default_category = $categories[0];
1781
+									$default_category = $categories[0];
1782 1782
 
1783
-                                }
1783
+								}
1784 1784
 
1785
-                                if ($default_category == '')
1786
-                                    $default_category = $categories[0];
1785
+								if ($default_category == '')
1786
+									$default_category = $categories[0];
1787 1787
 
1788
-                                geodir_set_postcat_structure($post_id, $taxonomy, $default_category, '');
1788
+								geodir_set_postcat_structure($post_id, $taxonomy, $default_category, '');
1789 1789
 
1790
-                            }
1790
+							}
1791 1791
 
1792
-                        }
1792
+						}
1793 1793
 
1794 1794
 
1795
-                    } else {
1795
+					} else {
1796 1796
 
1797
-                        $wpdb->query(
1798
-                            $wpdb->prepare(
1799
-                                "INSERT INTO " . $table . " SET
1797
+						$wpdb->query(
1798
+							$wpdb->prepare(
1799
+								"INSERT INTO " . $table . " SET
1800 1800
 								post_id = %d,
1801 1801
 								" . $taxonomy . " = %s,
1802 1802
 								marker_json = %s ",
1803 1803
 
1804
-                                array($post_id, $categories, $post_marker_json)
1805
-                            )
1806
-                        );
1807
-                    }
1808
-                }
1809
-            }
1810
-        }
1811
-    }
1804
+								array($post_id, $categories, $post_marker_json)
1805
+							)
1806
+						);
1807
+					}
1808
+				}
1809
+			}
1810
+		}
1811
+	}
1812 1812
 }
1813 1813
 
1814 1814
 if (!function_exists('geodir_get_infowindow_html')) {
1815
-    /**
1816
-     * Set post Map Marker info html.
1817
-     *
1818
-     * @since 1.0.0
1819
-     * @since 1.5.4 Modified to add new action "geodir_infowindow_meta_before".
1820
-     * @package GeoDirectory
1821
-     * @global array $geodir_addon_list List of active GeoDirectory extensions.
1822
-     * @global object $gd_session GeoDirectory Session object.
1823
-     * @param object $postinfo_obj The post details object.
1824
-     * @param string $post_preview Is this a post preview?.
1825
-     * @return mixed|string|void
1826
-     */
1827
-    function geodir_get_infowindow_html($postinfo_obj, $post_preview = '')
1828
-    {
1829
-        global $preview, $gd_session;
1830
-        $srcharr = array("'", "/", "-", '"', '\\');
1831
-        $replarr = array("&prime;", "&frasl;", "&ndash;", "&ldquo;", '');
1832
-
1833
-        if ($gd_session->get('listing') && isset($post_preview) && $post_preview != '') {
1834
-            $ID = '';
1835
-            $plink = '';
1836
-
1837
-            if (isset($postinfo_obj->pid)) {
1838
-                $ID = $postinfo_obj->pid;
1839
-                $plink = get_permalink($ID);
1840
-            }
1841
-
1842
-            $title = str_replace($srcharr, $replarr, ($postinfo_obj->post_title));
1843
-            $lat = $postinfo_obj->post_latitude;
1844
-            $lng = $postinfo_obj->post_longitude;
1845
-        } else {
1846
-            $ID = $postinfo_obj->post_id;
1847
-            $title = str_replace($srcharr, $replarr, htmlentities($postinfo_obj->post_title, ENT_COMPAT, 'UTF-8')); // fix by Stiofan
1848
-            $plink = get_permalink($ID);
1849
-            $lat = htmlentities(geodir_get_post_meta($ID, 'post_latitude', true));
1850
-            $lng = htmlentities(geodir_get_post_meta($ID, 'post_longitude', true));
1851
-        }
1852
-
1853
-        // filter field as per price package
1854
-        global $geodir_addon_list;
1855
-        if (isset($geodir_addon_list['geodir_payment_manager']) && $geodir_addon_list['geodir_payment_manager'] == 'yes') {
1856
-            $post_type = get_post_type($ID);
1857
-            $package_id = isset($postinfo_obj->package_id) && $postinfo_obj->package_id ? $postinfo_obj->package_id : NULL;
1858
-            $field_name = 'geodir_contact';
1859
-            if (!check_field_visibility($package_id, $field_name, $post_type)) {
1860
-                $contact = '';
1861
-            }
1862
-
1863
-            $field_name = 'geodir_timing';
1864
-            if (!check_field_visibility($package_id, $field_name, $post_type)) {
1865
-                $timing = '';
1866
-            }
1867
-        }
1868
-
1869
-        if ($lat && $lng) {
1870
-            ob_start(); ?>
1815
+	/**
1816
+	 * Set post Map Marker info html.
1817
+	 *
1818
+	 * @since 1.0.0
1819
+	 * @since 1.5.4 Modified to add new action "geodir_infowindow_meta_before".
1820
+	 * @package GeoDirectory
1821
+	 * @global array $geodir_addon_list List of active GeoDirectory extensions.
1822
+	 * @global object $gd_session GeoDirectory Session object.
1823
+	 * @param object $postinfo_obj The post details object.
1824
+	 * @param string $post_preview Is this a post preview?.
1825
+	 * @return mixed|string|void
1826
+	 */
1827
+	function geodir_get_infowindow_html($postinfo_obj, $post_preview = '')
1828
+	{
1829
+		global $preview, $gd_session;
1830
+		$srcharr = array("'", "/", "-", '"', '\\');
1831
+		$replarr = array("&prime;", "&frasl;", "&ndash;", "&ldquo;", '');
1832
+
1833
+		if ($gd_session->get('listing') && isset($post_preview) && $post_preview != '') {
1834
+			$ID = '';
1835
+			$plink = '';
1836
+
1837
+			if (isset($postinfo_obj->pid)) {
1838
+				$ID = $postinfo_obj->pid;
1839
+				$plink = get_permalink($ID);
1840
+			}
1841
+
1842
+			$title = str_replace($srcharr, $replarr, ($postinfo_obj->post_title));
1843
+			$lat = $postinfo_obj->post_latitude;
1844
+			$lng = $postinfo_obj->post_longitude;
1845
+		} else {
1846
+			$ID = $postinfo_obj->post_id;
1847
+			$title = str_replace($srcharr, $replarr, htmlentities($postinfo_obj->post_title, ENT_COMPAT, 'UTF-8')); // fix by Stiofan
1848
+			$plink = get_permalink($ID);
1849
+			$lat = htmlentities(geodir_get_post_meta($ID, 'post_latitude', true));
1850
+			$lng = htmlentities(geodir_get_post_meta($ID, 'post_longitude', true));
1851
+		}
1852
+
1853
+		// filter field as per price package
1854
+		global $geodir_addon_list;
1855
+		if (isset($geodir_addon_list['geodir_payment_manager']) && $geodir_addon_list['geodir_payment_manager'] == 'yes') {
1856
+			$post_type = get_post_type($ID);
1857
+			$package_id = isset($postinfo_obj->package_id) && $postinfo_obj->package_id ? $postinfo_obj->package_id : NULL;
1858
+			$field_name = 'geodir_contact';
1859
+			if (!check_field_visibility($package_id, $field_name, $post_type)) {
1860
+				$contact = '';
1861
+			}
1862
+
1863
+			$field_name = 'geodir_timing';
1864
+			if (!check_field_visibility($package_id, $field_name, $post_type)) {
1865
+				$timing = '';
1866
+			}
1867
+		}
1868
+
1869
+		if ($lat && $lng) {
1870
+			ob_start(); ?>
1871 1871
             <div class="gd-bubble" style="">
1872 1872
                 <div class="gd-bubble-inside">
1873 1873
                     <?php
1874
-                    $comment_count = '';
1875
-                    $rating_star = '';
1876
-                    if ($ID != '') {
1877
-                        $rating_star = '';
1878
-                        $comment_count = geodir_get_review_count_total($ID);
1879
-
1880
-                        if (!$preview) {
1881
-                            $post_avgratings = geodir_get_post_rating($ID);
1882
-
1883
-                            $rating_star = geodir_get_rating_stars($post_avgratings, $ID, false);
1884
-
1885
-                            /**
1886
-                             * Filter to change rating stars
1887
-                             *
1888
-                             * You can use this filter to change Rating stars.
1889
-                             *
1890
-                             * @since 1.0.0
1891
-                             * @package GeoDirectory
1892
-                             * @param string $rating_star Rating stars.
1893
-                             * @param float $post_avgratings Average ratings of the post.
1894
-                             * @param int $ID The post ID.
1895
-                             */
1896
-                            $rating_star = apply_filters('geodir_review_rating_stars_on_infowindow', $rating_star, $post_avgratings, $ID);
1897
-                        }
1898
-                    }
1899
-                    ?>
1874
+					$comment_count = '';
1875
+					$rating_star = '';
1876
+					if ($ID != '') {
1877
+						$rating_star = '';
1878
+						$comment_count = geodir_get_review_count_total($ID);
1879
+
1880
+						if (!$preview) {
1881
+							$post_avgratings = geodir_get_post_rating($ID);
1882
+
1883
+							$rating_star = geodir_get_rating_stars($post_avgratings, $ID, false);
1884
+
1885
+							/**
1886
+							 * Filter to change rating stars
1887
+							 *
1888
+							 * You can use this filter to change Rating stars.
1889
+							 *
1890
+							 * @since 1.0.0
1891
+							 * @package GeoDirectory
1892
+							 * @param string $rating_star Rating stars.
1893
+							 * @param float $post_avgratings Average ratings of the post.
1894
+							 * @param int $ID The post ID.
1895
+							 */
1896
+							$rating_star = apply_filters('geodir_review_rating_stars_on_infowindow', $rating_star, $post_avgratings, $ID);
1897
+						}
1898
+					}
1899
+					?>
1900 1900
                     <div class="geodir-bubble_desc">
1901 1901
                         <h4>
1902 1902
                             <a href="<?php if ($plink != '') {
1903
-                                echo $plink;
1904
-                            } else {
1905
-                                echo 'javascript:void(0);';
1906
-                            } ?>"><?php echo $title; ?></a>
1903
+								echo $plink;
1904
+							} else {
1905
+								echo 'javascript:void(0);';
1906
+							} ?>"><?php echo $title; ?></a>
1907 1907
                         </h4>
1908 1908
                         <?php
1909
-                        if ($gd_session->get('listing') && isset($post_preview) && $post_preview != '') {
1910
-                            $post_images = array();
1911
-                            if (!empty($postinfo_obj->post_images)) {
1912
-                                $post_images = explode(",", $postinfo_obj->post_images);
1913
-                            }
1914
-
1915
-                            if (!empty($post_images)) {
1916
-                                ?>
1909
+						if ($gd_session->get('listing') && isset($post_preview) && $post_preview != '') {
1910
+							$post_images = array();
1911
+							if (!empty($postinfo_obj->post_images)) {
1912
+								$post_images = explode(",", $postinfo_obj->post_images);
1913
+							}
1914
+
1915
+							if (!empty($post_images)) {
1916
+								?>
1917 1917
                                 <div class="geodir-bubble_image"><a href="<?php if ($plink != '') {
1918
-                                        echo $plink;
1919
-                                    } else {
1920
-                                        echo 'javascript:void(0);';
1921
-                                    } ?>"><img alt="bubble image" style="max-height:50px;"
1918
+										echo $plink;
1919
+									} else {
1920
+										echo 'javascript:void(0);';
1921
+									} ?>"><img alt="bubble image" style="max-height:50px;"
1922 1922
                                                src="<?php echo $post_images[0]; ?>"/></a></div>
1923 1923
                             <?php
1924
-                            }else{
1925
-                                echo '<div class="geodir-bubble_image"></div>';
1926
-                            }
1927
-                        } else {
1928
-                            if ($image = geodir_show_featured_image($ID, 'widget-thumb', true, false, $postinfo_obj->featured_image)) {
1929
-                                ?>
1924
+							}else{
1925
+								echo '<div class="geodir-bubble_image"></div>';
1926
+							}
1927
+						} else {
1928
+							if ($image = geodir_show_featured_image($ID, 'widget-thumb', true, false, $postinfo_obj->featured_image)) {
1929
+								?>
1930 1930
                                 <div class="geodir-bubble_image"><a href="<?php echo $plink; ?>"><?php echo $image; ?></a></div>
1931 1931
                             <?php
1932
-                            }else{
1933
-                                echo '<div class="geodir-bubble_image"></div>';
1934
-                            }
1935
-                        }
1936
-                        ?>
1932
+							}else{
1933
+								echo '<div class="geodir-bubble_image"></div>';
1934
+							}
1935
+						}
1936
+						?>
1937 1937
                         <div class="geodir-bubble-meta-side">
1938 1938
                             <?php
1939
-                            /**
1940
-                             * Fires before the meta info in the map info window.
1941
-                             *
1942
-                             * This can be used to add more info to the map info window before the normal meta info.
1943
-                             *
1944
-                             * @since 1.5.4
1945
-                             * @param int $ID The post id.
1946
-                             * @param object $postinfo_obj The posts info as an object.
1947
-                             * @param bool|string $post_preview True if currently in post preview page. Empty string if not.                           *
1948
-                             */
1949
-                            do_action('geodir_infowindow_meta_before', $ID, $postinfo_obj, $post_preview);
1950
-
1951
-
1952
-                            echo geodir_show_listing_info('mapbubble');
1939
+							/**
1940
+							 * Fires before the meta info in the map info window.
1941
+							 *
1942
+							 * This can be used to add more info to the map info window before the normal meta info.
1943
+							 *
1944
+							 * @since 1.5.4
1945
+							 * @param int $ID The post id.
1946
+							 * @param object $postinfo_obj The posts info as an object.
1947
+							 * @param bool|string $post_preview True if currently in post preview page. Empty string if not.                           *
1948
+							 */
1949
+							do_action('geodir_infowindow_meta_before', $ID, $postinfo_obj, $post_preview);
1950
+
1951
+
1952
+							echo geodir_show_listing_info('mapbubble');
1953 1953
                             
1954 1954
                                                       
1955 1955
 
1956
-                            /**
1957
-                             * Fires after the meta info in the map info window.
1958
-                             *
1959
-                             * This can be used to add more info to the map info window after the normal meta info.
1960
-                             *
1961
-                             * @since 1.4.2
1962
-                             * @param object $postinfo_obj The posts info as an object.
1963
-                             * @param bool|string $post_preview True if currently in post preview page. Empty string if not.                           *
1964
-                             */
1965
-                            do_action('geodir_infowindow_meta_after',$postinfo_obj,$post_preview );
1966
-                            ?>
1956
+							/**
1957
+							 * Fires after the meta info in the map info window.
1958
+							 *
1959
+							 * This can be used to add more info to the map info window after the normal meta info.
1960
+							 *
1961
+							 * @since 1.4.2
1962
+							 * @param object $postinfo_obj The posts info as an object.
1963
+							 * @param bool|string $post_preview True if currently in post preview page. Empty string if not.                           *
1964
+							 */
1965
+							do_action('geodir_infowindow_meta_after',$postinfo_obj,$post_preview );
1966
+							?>
1967 1967
                         </div>
1968 1968
                         <?php
1969 1969
 
1970
-                        if ($ID) {
1970
+						if ($ID) {
1971 1971
 
1972
-                            $post_author = isset($postinfo_obj->post_author) ? $postinfo_obj->post_author : get_post_field('post_author', $ID);
1973
-                            ?>
1972
+							$post_author = isset($postinfo_obj->post_author) ? $postinfo_obj->post_author : get_post_field('post_author', $ID);
1973
+							?>
1974 1974
                             <div class="geodir-bubble-meta-fade"></div>
1975 1975
 
1976 1976
                             <div class="geodir-bubble-meta-bottom">
@@ -1990,69 +1990,69 @@  discard block
 block discarded – undo
1990 1990
                 </div>
1991 1991
             </div>
1992 1992
             <?php
1993
-            $html = ob_get_clean();
1994
-            /**
1995
-             * Filter to change infowindow html
1996
-             *
1997
-             * You can use this filter to change infowindow html.
1998
-             *
1999
-             * @since 1.0.0
2000
-             * @package GeoDirectory
2001
-             * @param string $html Infowindow html.
2002
-             * @param object $postinfo_obj The Post object.
2003
-             * @param bool|string $post_preview Is this a post preview?
2004
-             */
2005
-            $html = apply_filters('geodir_custom_infowindow_html', $html, $postinfo_obj, $post_preview);
2006
-            return $html;
2007
-        }
2008
-    }
1993
+			$html = ob_get_clean();
1994
+			/**
1995
+			 * Filter to change infowindow html
1996
+			 *
1997
+			 * You can use this filter to change infowindow html.
1998
+			 *
1999
+			 * @since 1.0.0
2000
+			 * @package GeoDirectory
2001
+			 * @param string $html Infowindow html.
2002
+			 * @param object $postinfo_obj The Post object.
2003
+			 * @param bool|string $post_preview Is this a post preview?
2004
+			 */
2005
+			$html = apply_filters('geodir_custom_infowindow_html', $html, $postinfo_obj, $post_preview);
2006
+			return $html;
2007
+		}
2008
+	}
2009 2009
 }
2010 2010
 
2011 2011
 
2012 2012
 if (!function_exists('geodir_new_post_default_status')) {
2013
-    /**
2014
-     * Default post status for new posts.
2015
-     *
2016
-     * @since 1.0.0
2017
-     * @package GeoDirectory
2018
-     * @return string Returns the default post status for new posts. Ex: draft, publish etc.
2019
-     */
2020
-    function geodir_new_post_default_status()
2021
-    {
2022
-        if (get_option('geodir_new_post_default_status'))
2023
-            return get_option('geodir_new_post_default_status');
2024
-        else
2025
-            return 'publish';
2026
-
2027
-    }
2013
+	/**
2014
+	 * Default post status for new posts.
2015
+	 *
2016
+	 * @since 1.0.0
2017
+	 * @package GeoDirectory
2018
+	 * @return string Returns the default post status for new posts. Ex: draft, publish etc.
2019
+	 */
2020
+	function geodir_new_post_default_status()
2021
+	{
2022
+		if (get_option('geodir_new_post_default_status'))
2023
+			return get_option('geodir_new_post_default_status');
2024
+		else
2025
+			return 'publish';
2026
+
2027
+	}
2028 2028
 }
2029 2029
 
2030 2030
 if (!function_exists('geodir_change_post_status')) {
2031
-    /**
2032
-     * Change post status of a post.
2033
-     *
2034
-     * @global object $wpdb WordPress Database object.
2035
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
2036
-     * @param int|string $post_id The post ID.
2037
-     * @param string $status New post status. Ex: draft, publish etc.
2038
-     */
2039
-    function geodir_change_post_status($post_id = '', $status = '')
2040
-    {
2041
-        global $wpdb, $plugin_prefix;
2042
-
2043
-        $post_type = get_post_type($post_id);
2044
-
2045
-        $table = $plugin_prefix . $post_type . '_detail';
2046
-
2047
-        $wpdb->query(
2048
-            $wpdb->prepare(
2049
-                "UPDATE " . $table . " SET post_status=%s WHERE post_id=%d",
2050
-                array($status, $post_id)
2051
-            )
2052
-        );
2053
-
2054
-
2055
-    }
2031
+	/**
2032
+	 * Change post status of a post.
2033
+	 *
2034
+	 * @global object $wpdb WordPress Database object.
2035
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
2036
+	 * @param int|string $post_id The post ID.
2037
+	 * @param string $status New post status. Ex: draft, publish etc.
2038
+	 */
2039
+	function geodir_change_post_status($post_id = '', $status = '')
2040
+	{
2041
+		global $wpdb, $plugin_prefix;
2042
+
2043
+		$post_type = get_post_type($post_id);
2044
+
2045
+		$table = $plugin_prefix . $post_type . '_detail';
2046
+
2047
+		$wpdb->query(
2048
+			$wpdb->prepare(
2049
+				"UPDATE " . $table . " SET post_status=%s WHERE post_id=%d",
2050
+				array($status, $post_id)
2051
+			)
2052
+		);
2053
+
2054
+
2055
+	}
2056 2056
 }
2057 2057
 
2058 2058
 /**
@@ -2066,13 +2066,13 @@  discard block
 block discarded – undo
2066 2066
  */
2067 2067
 function geodir_set_post_status($pid, $status)
2068 2068
 {
2069
-    if ($pid) {
2070
-        global $wpdb;
2071
-        $my_post = array();
2072
-        $my_post['post_status'] = $status;
2073
-        $my_post['ID'] = $pid;
2074
-        $last_postid = wp_update_post($my_post);
2075
-    }
2069
+	if ($pid) {
2070
+		global $wpdb;
2071
+		$my_post = array();
2072
+		$my_post['post_status'] = $status;
2073
+		$my_post['ID'] = $pid;
2074
+		$last_postid = wp_update_post($my_post);
2075
+	}
2076 2076
 }
2077 2077
 
2078 2078
 
@@ -2088,384 +2088,384 @@  discard block
 block discarded – undo
2088 2088
  */
2089 2089
 function geodir_update_poststatus($new_status, $old_status, $post)
2090 2090
 {
2091
-    global $wpdb;
2091
+	global $wpdb;
2092 2092
 
2093
-    $geodir_posttypes = geodir_get_posttypes();
2093
+	$geodir_posttypes = geodir_get_posttypes();
2094 2094
 
2095
-    if (!wp_is_post_revision($post->ID) && in_array($post->post_type, $geodir_posttypes)) {
2095
+	if (!wp_is_post_revision($post->ID) && in_array($post->post_type, $geodir_posttypes)) {
2096 2096
 
2097
-        geodir_change_post_status($post->ID, $new_status);
2098
-    }
2097
+		geodir_change_post_status($post->ID, $new_status);
2098
+	}
2099 2099
 }
2100 2100
 
2101 2101
 
2102 2102
 if (!function_exists('geodir_update_listing_info')) {
2103
-    /**
2104
-     * Update post info.
2105
-     *
2106
-     * @since 1.0.0
2107
-     * @package GeoDirectory
2108
-     * @global object $wpdb WordPress Database object.
2109
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
2110
-     * @param int $updatingpost The updating post ID.
2111
-     * @param int $temppost The temporary post ID.
2112
-     * @todo fix post_id variable
2113
-     */
2114
-    function geodir_update_listing_info($updatingpost, $temppost)
2115
-    {
2116
-
2117
-        global $wpdb, $plugin_prefix;
2118
-
2119
-        $post_type = get_post_type($post_id);
2120
-
2121
-        $table = $plugin_prefix . $post_type . '_detail';
2122
-
2123
-        $wpdb->query(
2124
-            $wpdb->prepare(
2125
-                "UPDATE " . $table . " SET `post_id` = %d WHERE `post_id` = %d",
2126
-                array($updatingpost, $temppost)
2127
-            )
2128
-        );
2129
-
2130
-        $wpdb->query(
2131
-            $wpdb->prepare(
2132
-                "UPDATE " . GEODIR_ICON_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2133
-                array($updatingpost, $temppost)
2134
-            )
2135
-        );
2136
-
2137
-        /* Update Attachments*/
2138
-
2139
-        $wpdb->query(
2140
-            $wpdb->prepare(
2141
-                "UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2142
-                array($updatingpost, $temppost)
2143
-            )
2144
-        );
2145
-
2146
-    }
2103
+	/**
2104
+	 * Update post info.
2105
+	 *
2106
+	 * @since 1.0.0
2107
+	 * @package GeoDirectory
2108
+	 * @global object $wpdb WordPress Database object.
2109
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
2110
+	 * @param int $updatingpost The updating post ID.
2111
+	 * @param int $temppost The temporary post ID.
2112
+	 * @todo fix post_id variable
2113
+	 */
2114
+	function geodir_update_listing_info($updatingpost, $temppost)
2115
+	{
2116
+
2117
+		global $wpdb, $plugin_prefix;
2118
+
2119
+		$post_type = get_post_type($post_id);
2120
+
2121
+		$table = $plugin_prefix . $post_type . '_detail';
2122
+
2123
+		$wpdb->query(
2124
+			$wpdb->prepare(
2125
+				"UPDATE " . $table . " SET `post_id` = %d WHERE `post_id` = %d",
2126
+				array($updatingpost, $temppost)
2127
+			)
2128
+		);
2129
+
2130
+		$wpdb->query(
2131
+			$wpdb->prepare(
2132
+				"UPDATE " . GEODIR_ICON_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2133
+				array($updatingpost, $temppost)
2134
+			)
2135
+		);
2136
+
2137
+		/* Update Attachments*/
2138
+
2139
+		$wpdb->query(
2140
+			$wpdb->prepare(
2141
+				"UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET `post_id` = %d WHERE `post_id` = %d",
2142
+				array($updatingpost, $temppost)
2143
+			)
2144
+		);
2145
+
2146
+	}
2147 2147
 }
2148 2148
 
2149 2149
 
2150 2150
 if (!function_exists('geodir_delete_listing_info')) {
2151
-    /**
2152
-     * Delete Listing info from details table for the given post id.
2153
-     *
2154
-     * @since 1.0.0
2155
-     * @package GeoDirectory
2156
-     * @global object $wpdb WordPress Database object.
2157
-     * @global string $plugin_prefix Geodirectory plugin table prefix.
2158
-     * @param int $deleted_postid The post ID.
2159
-     * @param bool $force Optional. Do you want to force delete it? Default: false.
2160
-     * @return bool|void
2161
-     */
2162
-    function geodir_delete_listing_info($deleted_postid, $force = false)
2163
-    {
2164
-        global $wpdb, $plugin_prefix;
2165
-
2166
-        // check for multisite deletions
2167
-        if (strpos($plugin_prefix, $wpdb->prefix) !== false) {
2168
-        } else {
2169
-            return;
2170
-        }
2171
-
2172
-        $post_type = get_post_type($deleted_postid);
2173
-
2174
-        $all_postypes = geodir_get_posttypes();
2175
-
2176
-        if (!in_array($post_type, $all_postypes))
2177
-            return false;
2178
-
2179
-        $table = $plugin_prefix . $post_type . '_detail';
2180
-
2181
-        /* Delete custom post meta*/
2182
-        $wpdb->query(
2183
-            $wpdb->prepare(
2184
-                "DELETE FROM " . $table . " WHERE `post_id` = %d",
2185
-                array($deleted_postid)
2186
-            )
2187
-        );
2188
-
2189
-        /* Delete post map icons*/
2190
-
2191
-        $wpdb->query(
2192
-            $wpdb->prepare(
2193
-                "DELETE FROM " . GEODIR_ICON_TABLE . " WHERE `post_id` = %d",
2194
-                array($deleted_postid)
2195
-            )
2196
-        );
2197
-
2198
-        /* Delete Attachments*/
2199
-        $postcurr_images = geodir_get_images($deleted_postid);
2200
-
2201
-        $wpdb->query(
2202
-            $wpdb->prepare(
2203
-                "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE `post_id` = %d",
2204
-                array($deleted_postid)
2205
-            )
2206
-        );
2207
-        geodir_remove_attachments($postcurr_images);
2208
-
2209
-    }
2151
+	/**
2152
+	 * Delete Listing info from details table for the given post id.
2153
+	 *
2154
+	 * @since 1.0.0
2155
+	 * @package GeoDirectory
2156
+	 * @global object $wpdb WordPress Database object.
2157
+	 * @global string $plugin_prefix Geodirectory plugin table prefix.
2158
+	 * @param int $deleted_postid The post ID.
2159
+	 * @param bool $force Optional. Do you want to force delete it? Default: false.
2160
+	 * @return bool|void
2161
+	 */
2162
+	function geodir_delete_listing_info($deleted_postid, $force = false)
2163
+	{
2164
+		global $wpdb, $plugin_prefix;
2165
+
2166
+		// check for multisite deletions
2167
+		if (strpos($plugin_prefix, $wpdb->prefix) !== false) {
2168
+		} else {
2169
+			return;
2170
+		}
2171
+
2172
+		$post_type = get_post_type($deleted_postid);
2173
+
2174
+		$all_postypes = geodir_get_posttypes();
2175
+
2176
+		if (!in_array($post_type, $all_postypes))
2177
+			return false;
2178
+
2179
+		$table = $plugin_prefix . $post_type . '_detail';
2180
+
2181
+		/* Delete custom post meta*/
2182
+		$wpdb->query(
2183
+			$wpdb->prepare(
2184
+				"DELETE FROM " . $table . " WHERE `post_id` = %d",
2185
+				array($deleted_postid)
2186
+			)
2187
+		);
2188
+
2189
+		/* Delete post map icons*/
2190
+
2191
+		$wpdb->query(
2192
+			$wpdb->prepare(
2193
+				"DELETE FROM " . GEODIR_ICON_TABLE . " WHERE `post_id` = %d",
2194
+				array($deleted_postid)
2195
+			)
2196
+		);
2197
+
2198
+		/* Delete Attachments*/
2199
+		$postcurr_images = geodir_get_images($deleted_postid);
2200
+
2201
+		$wpdb->query(
2202
+			$wpdb->prepare(
2203
+				"DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE `post_id` = %d",
2204
+				array($deleted_postid)
2205
+			)
2206
+		);
2207
+		geodir_remove_attachments($postcurr_images);
2208
+
2209
+	}
2210 2210
 }
2211 2211
 
2212 2212
 
2213 2213
 if (!function_exists('geodir_add_to_favorite')) {
2214
-    /**
2215
-     * This function would add listing to favorite listing.
2216
-     *
2217
-     * @since 1.0.0
2218
-     * @package GeoDirectory
2219
-     * @global object $current_user Current user object.
2220
-     * @param int $post_id The post ID.
2221
-     */
2222
-    function geodir_add_to_favorite($post_id)
2223
-    {
2224
-
2225
-        global $current_user;
2226
-
2227
-        /**
2228
-         * Filter to modify "Unfavorite" text
2229
-         *
2230
-         * You can use this filter to rename "Unfavorite" text to something else.
2231
-         *
2232
-         * @since 1.0.0
2233
-         * @package GeoDirectory
2234
-         */
2235
-        $remove_favourite_text = apply_filters('geodir_remove_favourite_text', REMOVE_FAVOURITE_TEXT);
2236
-
2237
-        /**
2238
-         * Filter to modify "Remove from Favorites" text
2239
-         *
2240
-         * You can use this filter to rename "Remove from Favorites" text to something else.
2241
-         *
2242
-         * @since 1.0.0
2243
-         * @package GeoDirectory
2244
-         */
2245
-        $unfavourite_text = apply_filters('geodir_unfavourite_text', UNFAVOURITE_TEXT);
2246
-
2247
-        /**
2248
-         * Filter to modify "fa fa-heart" icon
2249
-         *
2250
-         * You can use this filter to change "fa fa-heart" icon to something else.
2251
-         *
2252
-         * @since 1.0.0
2253
-         * @package GeoDirectory
2254
-         */
2255
-        $favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2256
-
2257
-        $user_meta_data = array();
2258
-        $user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2214
+	/**
2215
+	 * This function would add listing to favorite listing.
2216
+	 *
2217
+	 * @since 1.0.0
2218
+	 * @package GeoDirectory
2219
+	 * @global object $current_user Current user object.
2220
+	 * @param int $post_id The post ID.
2221
+	 */
2222
+	function geodir_add_to_favorite($post_id)
2223
+	{
2224
+
2225
+		global $current_user;
2226
+
2227
+		/**
2228
+		 * Filter to modify "Unfavorite" text
2229
+		 *
2230
+		 * You can use this filter to rename "Unfavorite" text to something else.
2231
+		 *
2232
+		 * @since 1.0.0
2233
+		 * @package GeoDirectory
2234
+		 */
2235
+		$remove_favourite_text = apply_filters('geodir_remove_favourite_text', REMOVE_FAVOURITE_TEXT);
2236
+
2237
+		/**
2238
+		 * Filter to modify "Remove from Favorites" text
2239
+		 *
2240
+		 * You can use this filter to rename "Remove from Favorites" text to something else.
2241
+		 *
2242
+		 * @since 1.0.0
2243
+		 * @package GeoDirectory
2244
+		 */
2245
+		$unfavourite_text = apply_filters('geodir_unfavourite_text', UNFAVOURITE_TEXT);
2246
+
2247
+		/**
2248
+		 * Filter to modify "fa fa-heart" icon
2249
+		 *
2250
+		 * You can use this filter to change "fa fa-heart" icon to something else.
2251
+		 *
2252
+		 * @since 1.0.0
2253
+		 * @package GeoDirectory
2254
+		 */
2255
+		$favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2256
+
2257
+		$user_meta_data = array();
2258
+		$user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2259
+
2260
+		if (empty($user_meta_data) || (!empty($user_meta_data) && !in_array($post_id, $user_meta_data))) {
2261
+			$user_meta_data[] = $post_id;
2262
+		}
2263
+
2264
+		update_user_meta($current_user->data->ID, 'gd_user_favourite_post', $user_meta_data);
2265
+
2266
+		/**
2267
+		 * Called before adding the post from favourites.
2268
+		 *
2269
+		 * @since 1.0.0
2270
+		 * @package GeoDirectory
2271
+		 * @param int $post_id The post ID.
2272
+		 */
2273
+		do_action('geodir_before_add_from_favorite', $post_id);
2274
+
2275
+		echo '<a href="javascript:void(0);" title="' . $remove_favourite_text . '" class="geodir-addtofav geodir-removetofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'remove\');"><i class="'. $favourite_icon .'"></i> ' . $unfavourite_text . '</a>';
2276
+
2277
+		/**
2278
+		 * Called after adding the post from favourites.
2279
+		 *
2280
+		 * @since 1.0.0
2281
+		 * @package GeoDirectory
2282
+		 * @param int $post_id The post ID.
2283
+		 */
2284
+		do_action('geodir_after_add_from_favorite', $post_id);
2259 2285
 
2260
-        if (empty($user_meta_data) || (!empty($user_meta_data) && !in_array($post_id, $user_meta_data))) {
2261
-            $user_meta_data[] = $post_id;
2262
-        }
2263
-
2264
-        update_user_meta($current_user->data->ID, 'gd_user_favourite_post', $user_meta_data);
2265
-
2266
-        /**
2267
-         * Called before adding the post from favourites.
2268
-         *
2269
-         * @since 1.0.0
2270
-         * @package GeoDirectory
2271
-         * @param int $post_id The post ID.
2272
-         */
2273
-        do_action('geodir_before_add_from_favorite', $post_id);
2274
-
2275
-        echo '<a href="javascript:void(0);" title="' . $remove_favourite_text . '" class="geodir-addtofav geodir-removetofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'remove\');"><i class="'. $favourite_icon .'"></i> ' . $unfavourite_text . '</a>';
2276
-
2277
-        /**
2278
-         * Called after adding the post from favourites.
2279
-         *
2280
-         * @since 1.0.0
2281
-         * @package GeoDirectory
2282
-         * @param int $post_id The post ID.
2283
-         */
2284
-        do_action('geodir_after_add_from_favorite', $post_id);
2285
-
2286
-    }
2286
+	}
2287 2287
 }
2288 2288
 
2289 2289
 if (!function_exists('geodir_remove_from_favorite')) {
2290
-    /**
2291
-     * This function would remove the favourited property earlier.
2292
-     *
2293
-     * @since 1.0.0
2294
-     * @package GeoDirectory
2295
-     * @global object $current_user Current user object.
2296
-     * @param int $post_id The post ID.
2297
-     */
2298
-    function geodir_remove_from_favorite($post_id)
2299
-    {
2300
-        global $current_user;
2301
-
2302
-        /**
2303
-         * Filter to modify "Add to Favorites" text
2304
-         *
2305
-         * You can use this filter to rename "Add to Favorites" text to something else.
2306
-         *
2307
-         * @since 1.0.0
2308
-         * @package GeoDirectory
2309
-         */
2310
-        $add_favourite_text = apply_filters('geodir_add_favourite_text', ADD_FAVOURITE_TEXT);
2311
-
2312
-        /**
2313
-         * Filter to modify "Favourite" text
2314
-         *
2315
-         * You can use this filter to rename "Favourite" text to something else.
2316
-         *
2317
-         * @since 1.0.0
2318
-         * @package GeoDirectory
2319
-         */
2320
-        $favourite_text = apply_filters('geodir_favourite_text', FAVOURITE_TEXT);
2321
-
2322
-        /**
2323
-         * Filter to modify "fa fa-heart" icon
2324
-         *
2325
-         * You can use this filter to change "fa fa-heart" icon to something else.
2326
-         *
2327
-         * @since 1.0.0
2328
-         * @package GeoDirectory
2329
-         */
2330
-        $favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2331
-
2332
-        $user_meta_data = array();
2333
-        $user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2334
-
2335
-        if (!empty($user_meta_data)) {
2336
-
2337
-            if (($key = array_search($post_id, $user_meta_data)) !== false) {
2338
-                unset($user_meta_data[$key]);
2339
-            }
2290
+	/**
2291
+	 * This function would remove the favourited property earlier.
2292
+	 *
2293
+	 * @since 1.0.0
2294
+	 * @package GeoDirectory
2295
+	 * @global object $current_user Current user object.
2296
+	 * @param int $post_id The post ID.
2297
+	 */
2298
+	function geodir_remove_from_favorite($post_id)
2299
+	{
2300
+		global $current_user;
2301
+
2302
+		/**
2303
+		 * Filter to modify "Add to Favorites" text
2304
+		 *
2305
+		 * You can use this filter to rename "Add to Favorites" text to something else.
2306
+		 *
2307
+		 * @since 1.0.0
2308
+		 * @package GeoDirectory
2309
+		 */
2310
+		$add_favourite_text = apply_filters('geodir_add_favourite_text', ADD_FAVOURITE_TEXT);
2311
+
2312
+		/**
2313
+		 * Filter to modify "Favourite" text
2314
+		 *
2315
+		 * You can use this filter to rename "Favourite" text to something else.
2316
+		 *
2317
+		 * @since 1.0.0
2318
+		 * @package GeoDirectory
2319
+		 */
2320
+		$favourite_text = apply_filters('geodir_favourite_text', FAVOURITE_TEXT);
2321
+
2322
+		/**
2323
+		 * Filter to modify "fa fa-heart" icon
2324
+		 *
2325
+		 * You can use this filter to change "fa fa-heart" icon to something else.
2326
+		 *
2327
+		 * @since 1.0.0
2328
+		 * @package GeoDirectory
2329
+		 */
2330
+		$favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2331
+
2332
+		$user_meta_data = array();
2333
+		$user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2334
+
2335
+		if (!empty($user_meta_data)) {
2336
+
2337
+			if (($key = array_search($post_id, $user_meta_data)) !== false) {
2338
+				unset($user_meta_data[$key]);
2339
+			}
2340 2340
 
2341
-        }
2341
+		}
2342 2342
 
2343
-        update_user_meta($current_user->data->ID, 'gd_user_favourite_post', $user_meta_data);
2343
+		update_user_meta($current_user->data->ID, 'gd_user_favourite_post', $user_meta_data);
2344 2344
 
2345
-        /**
2346
-         * Called before removing the post from favourites.
2347
-         *
2348
-         * @since 1.0.0
2349
-         * @package GeoDirectory
2350
-         * @param int $post_id The post ID.
2351
-         */
2352
-        do_action('geodir_before_remove_from_favorite', $post_id);
2345
+		/**
2346
+		 * Called before removing the post from favourites.
2347
+		 *
2348
+		 * @since 1.0.0
2349
+		 * @package GeoDirectory
2350
+		 * @param int $post_id The post ID.
2351
+		 */
2352
+		do_action('geodir_before_remove_from_favorite', $post_id);
2353 2353
 
2354
-        echo '<a href="javascript:void(0);"  title="' . $add_favourite_text . '" class="geodir-addtofav geodir-addtofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'add\');"><i class="'. $favourite_icon .'"></i> ' . $favourite_text . '</a>';
2354
+		echo '<a href="javascript:void(0);"  title="' . $add_favourite_text . '" class="geodir-addtofav geodir-addtofav-icon" onclick="javascript:addToFavourite(\'' . $post_id . '\',\'add\');"><i class="'. $favourite_icon .'"></i> ' . $favourite_text . '</a>';
2355 2355
 
2356
-        /**
2357
-         * Called after removing the post from favourites.
2358
-         *
2359
-         * @since 1.0.0
2360
-         * @package GeoDirectory
2361
-         * @param int $post_id The post ID.
2362
-         */
2363
-        do_action('geodir_after_remove_from_favorite', $post_id);
2356
+		/**
2357
+		 * Called after removing the post from favourites.
2358
+		 *
2359
+		 * @since 1.0.0
2360
+		 * @package GeoDirectory
2361
+		 * @param int $post_id The post ID.
2362
+		 */
2363
+		do_action('geodir_after_remove_from_favorite', $post_id);
2364 2364
 
2365
-    }
2365
+	}
2366 2366
 }
2367 2367
 
2368 2368
 if (!function_exists('geodir_favourite_html')) {
2369
-    /**
2370
-     * This function would display the html content for add to favorite or remove from favorite.
2371
-     *
2372
-     * @since 1.0.0
2373
-     * @package GeoDirectory
2374
-     * @global object $current_user Current user object.
2375
-     * @global object $post The current post object.
2376
-     * @param int $user_id The user ID.
2377
-     * @param int $post_id The post ID.
2378
-     */
2379
-    function geodir_favourite_html($user_id, $post_id)
2380
-    {
2381
-
2382
-        global $current_user, $post;
2383
-
2384
-        /**
2385
-         * Filter to modify "Add to Favorites" text
2386
-         *
2387
-         * You can use this filter to rename "Add to Favorites" text to something else.
2388
-         *
2389
-         * @since 1.0.0
2390
-         * @package GeoDirectory
2391
-         */
2392
-        $add_favourite_text = apply_filters('geodir_add_favourite_text', ADD_FAVOURITE_TEXT);
2393
-
2394
-        /**
2395
-         * Filter to modify "Favourite" text
2396
-         *
2397
-         * You can use this filter to rename "Favourite" text to something else.
2398
-         *
2399
-         * @since 1.0.0
2400
-         * @package GeoDirectory
2401
-         */
2402
-        $favourite_text = apply_filters('geodir_favourite_text', FAVOURITE_TEXT);
2403
-
2404
-        /**
2405
-         * Filter to modify "Unfavorite" text
2406
-         *
2407
-         * You can use this filter to rename "Unfavorite" text to something else.
2408
-         *
2409
-         * @since 1.0.0
2410
-         * @package GeoDirectory
2411
-         */
2412
-        $remove_favourite_text = apply_filters('geodir_remove_favourite_text', REMOVE_FAVOURITE_TEXT);
2413
-
2414
-        /**
2415
-         * Filter to modify "Remove from Favorites" text
2416
-         *
2417
-         * You can use this filter to rename "Remove from Favorites" text to something else.
2418
-         *
2419
-         * @since 1.0.0
2420
-         * @package GeoDirectory
2421
-         */
2422
-        $unfavourite_text = apply_filters('geodir_unfavourite_text', UNFAVOURITE_TEXT);
2423
-
2424
-        /**
2425
-         * Filter to modify "fa fa-heart" icon
2426
-         *
2427
-         * You can use this filter to change "fa fa-heart" icon to something else.
2428
-         *
2429
-         * @since 1.0.0
2430
-         * @package GeoDirectory
2431
-         */
2432
-        $favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2433
-
2434
-        /**
2435
-         * Filter to modify "fa fa-heart" icon for "remove from favorites" link
2436
-         *
2437
-         * You can use this filter to change "fa fa-heart" icon to something else.
2438
-         *
2439
-         * @since 1.0.0
2440
-         * @package GeoDirectory
2441
-         */
2442
-        $unfavourite_icon = apply_filters('geodir_unfavourite_icon', 'fa fa-heart');
2443
-
2444
-        $user_meta_data = '';
2445
-        if (isset($current_user->data->ID))
2446
-            $user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2447
-
2448
-        if (!empty($user_meta_data) && in_array($post_id, $user_meta_data)) {
2449
-            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"  ><a
2369
+	/**
2370
+	 * This function would display the html content for add to favorite or remove from favorite.
2371
+	 *
2372
+	 * @since 1.0.0
2373
+	 * @package GeoDirectory
2374
+	 * @global object $current_user Current user object.
2375
+	 * @global object $post The current post object.
2376
+	 * @param int $user_id The user ID.
2377
+	 * @param int $post_id The post ID.
2378
+	 */
2379
+	function geodir_favourite_html($user_id, $post_id)
2380
+	{
2381
+
2382
+		global $current_user, $post;
2383
+
2384
+		/**
2385
+		 * Filter to modify "Add to Favorites" text
2386
+		 *
2387
+		 * You can use this filter to rename "Add to Favorites" text to something else.
2388
+		 *
2389
+		 * @since 1.0.0
2390
+		 * @package GeoDirectory
2391
+		 */
2392
+		$add_favourite_text = apply_filters('geodir_add_favourite_text', ADD_FAVOURITE_TEXT);
2393
+
2394
+		/**
2395
+		 * Filter to modify "Favourite" text
2396
+		 *
2397
+		 * You can use this filter to rename "Favourite" text to something else.
2398
+		 *
2399
+		 * @since 1.0.0
2400
+		 * @package GeoDirectory
2401
+		 */
2402
+		$favourite_text = apply_filters('geodir_favourite_text', FAVOURITE_TEXT);
2403
+
2404
+		/**
2405
+		 * Filter to modify "Unfavorite" text
2406
+		 *
2407
+		 * You can use this filter to rename "Unfavorite" text to something else.
2408
+		 *
2409
+		 * @since 1.0.0
2410
+		 * @package GeoDirectory
2411
+		 */
2412
+		$remove_favourite_text = apply_filters('geodir_remove_favourite_text', REMOVE_FAVOURITE_TEXT);
2413
+
2414
+		/**
2415
+		 * Filter to modify "Remove from Favorites" text
2416
+		 *
2417
+		 * You can use this filter to rename "Remove from Favorites" text to something else.
2418
+		 *
2419
+		 * @since 1.0.0
2420
+		 * @package GeoDirectory
2421
+		 */
2422
+		$unfavourite_text = apply_filters('geodir_unfavourite_text', UNFAVOURITE_TEXT);
2423
+
2424
+		/**
2425
+		 * Filter to modify "fa fa-heart" icon
2426
+		 *
2427
+		 * You can use this filter to change "fa fa-heart" icon to something else.
2428
+		 *
2429
+		 * @since 1.0.0
2430
+		 * @package GeoDirectory
2431
+		 */
2432
+		$favourite_icon = apply_filters('geodir_favourite_icon', 'fa fa-heart');
2433
+
2434
+		/**
2435
+		 * Filter to modify "fa fa-heart" icon for "remove from favorites" link
2436
+		 *
2437
+		 * You can use this filter to change "fa fa-heart" icon to something else.
2438
+		 *
2439
+		 * @since 1.0.0
2440
+		 * @package GeoDirectory
2441
+		 */
2442
+		$unfavourite_icon = apply_filters('geodir_unfavourite_icon', 'fa fa-heart');
2443
+
2444
+		$user_meta_data = '';
2445
+		if (isset($current_user->data->ID))
2446
+			$user_meta_data = get_user_meta($current_user->data->ID, 'gd_user_favourite_post', true);
2447
+
2448
+		if (!empty($user_meta_data) && in_array($post_id, $user_meta_data)) {
2449
+			?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"  ><a
2450 2450
                 class="geodir-removetofav-icon" href="javascript:void(0);"
2451 2451
                 onclick="javascript:addToFavourite(<?php echo $post_id;?>,'remove');"
2452 2452
                 title="<?php echo $remove_favourite_text;?>"><i class="<?php echo $unfavourite_icon; ?>"></i> <?php echo $unfavourite_text;?>
2453 2453
             </a>   </span><?php
2454 2454
 
2455
-        } else {
2455
+		} else {
2456 2456
 
2457
-            if (!isset($current_user->data->ID) || $current_user->data->ID == '') {
2458
-                $script_text = 'javascript:window.location.href=\'' . geodir_login_url() . '\'';
2459
-            } else
2460
-                $script_text = 'javascript:addToFavourite(' . $post_id . ',\'add\')';
2457
+			if (!isset($current_user->data->ID) || $current_user->data->ID == '') {
2458
+				$script_text = 'javascript:window.location.href=\'' . geodir_login_url() . '\'';
2459
+			} else
2460
+				$script_text = 'javascript:addToFavourite(' . $post_id . ',\'add\')';
2461 2461
 
2462
-            ?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"><a class="geodir-addtofav-icon"
2462
+			?><span class="geodir-addtofav favorite_property_<?php echo $post_id;?>"><a class="geodir-addtofav-icon"
2463 2463
                                                                                         href="javascript:void(0);"
2464 2464
                                                                                         onclick="<?php echo $script_text;?>"
2465 2465
                                                                                         title="<?php echo $add_favourite_text;?>"><i
2466 2466
                     class="<?php echo $favourite_icon; ?>"></i> <?php echo $favourite_text;?></a></span>
2467 2467
         <?php }
2468
-    }
2468
+	}
2469 2469
 }
2470 2470
 
2471 2471
 
@@ -2482,54 +2482,54 @@  discard block
 block discarded – undo
2482 2482
 function geodir_get_cat_postcount($term = array())
2483 2483
 {
2484 2484
 
2485
-    if (!empty($term)) {
2485
+	if (!empty($term)) {
2486 2486
 
2487
-        global $wpdb, $plugin_prefix;
2487
+		global $wpdb, $plugin_prefix;
2488 2488
 
2489
-        $where = '';
2490
-        $join = '';
2491
-        if (get_query_var('gd_country') != '' || get_query_var('gd_region') != '' || get_query_var('gd_city') != '') {
2492
-            $taxonomy_obj = get_taxonomy($term->taxonomy);
2489
+		$where = '';
2490
+		$join = '';
2491
+		if (get_query_var('gd_country') != '' || get_query_var('gd_region') != '' || get_query_var('gd_city') != '') {
2492
+			$taxonomy_obj = get_taxonomy($term->taxonomy);
2493 2493
 
2494
-            $post_type = $taxonomy_obj->object_type[0];
2494
+			$post_type = $taxonomy_obj->object_type[0];
2495 2495
 
2496
-            $table = $plugin_prefix . $post_type . '_detail';
2496
+			$table = $plugin_prefix . $post_type . '_detail';
2497 2497
 
2498
-            /**
2499
-             * Filter to modify the 'join' query
2500
-             *
2501
-             * @since 1.0.0
2502
-             * @package GeoDirectory
2503
-             * @param object|array $term category / term object that need to be processed.
2504
-             * @param string $join The join query.
2505
-             */
2506
-            $join = apply_filters('geodir_cat_post_count_join', $join, $term);
2498
+			/**
2499
+			 * Filter to modify the 'join' query
2500
+			 *
2501
+			 * @since 1.0.0
2502
+			 * @package GeoDirectory
2503
+			 * @param object|array $term category / term object that need to be processed.
2504
+			 * @param string $join The join query.
2505
+			 */
2506
+			$join = apply_filters('geodir_cat_post_count_join', $join, $term);
2507 2507
 
2508
-            /**
2509
-             * Filter to modify the 'where' query
2510
-             *
2511
-             * @since 1.0.0
2512
-             * @package GeoDirectory
2513
-             * @param object|array $term category / term object that need to be processed.
2514
-             * @param string $where The where query.
2515
-             */
2516
-            $where = apply_filters('geodir_cat_post_count_where', $where, $term);
2508
+			/**
2509
+			 * Filter to modify the 'where' query
2510
+			 *
2511
+			 * @since 1.0.0
2512
+			 * @package GeoDirectory
2513
+			 * @param object|array $term category / term object that need to be processed.
2514
+			 * @param string $where The where query.
2515
+			 */
2516
+			$where = apply_filters('geodir_cat_post_count_where', $where, $term);
2517 2517
 
2518
-            $count_query = "SELECT count(post_id) FROM
2518
+			$count_query = "SELECT count(post_id) FROM
2519 2519
 							" . $table . " as pd " . $join . "
2520 2520
 							WHERE pd.post_status='publish' AND FIND_IN_SET('" . $term->term_id . "'," . $term->taxonomy . ") " . $where;
2521 2521
 
2522
-            $cat_post_count = $wpdb->get_var($count_query);
2523
-            if (empty($cat_post_count) || is_wp_error($cat_post_count))
2524
-                $cat_post_count = 0;
2522
+			$cat_post_count = $wpdb->get_var($count_query);
2523
+			if (empty($cat_post_count) || is_wp_error($cat_post_count))
2524
+				$cat_post_count = 0;
2525 2525
 
2526
-            return $cat_post_count;
2526
+			return $cat_post_count;
2527 2527
 
2528
-        } else
2528
+		} else
2529 2529
 
2530
-            return $term->count;
2531
-    }
2532
-    return false;
2530
+			return $term->count;
2531
+	}
2532
+	return false;
2533 2533
 
2534 2534
 }
2535 2535
 
@@ -2542,17 +2542,17 @@  discard block
 block discarded – undo
2542 2542
  */
2543 2543
 function geodir_allow_post_type_frontend()
2544 2544
 {
2545
-    $geodir_allow_posttype_frontend = get_option('geodir_allow_posttype_frontend');
2545
+	$geodir_allow_posttype_frontend = get_option('geodir_allow_posttype_frontend');
2546 2546
 
2547
-    if (!is_admin() && isset($_REQUEST['listing_type'])
2548
-        && !empty($geodir_allow_posttype_frontend)
2549
-        && !in_array($_REQUEST['listing_type'], $geodir_allow_posttype_frontend)
2550
-    ) {
2547
+	if (!is_admin() && isset($_REQUEST['listing_type'])
2548
+		&& !empty($geodir_allow_posttype_frontend)
2549
+		&& !in_array($_REQUEST['listing_type'], $geodir_allow_posttype_frontend)
2550
+	) {
2551 2551
 
2552
-        wp_redirect(home_url());
2553
-        exit;
2552
+		wp_redirect(home_url());
2553
+		exit;
2554 2554
 
2555
-    }
2555
+	}
2556 2556
 
2557 2557
 }
2558 2558
 
@@ -2569,20 +2569,20 @@  discard block
 block discarded – undo
2569 2569
  */
2570 2570
 function geodir_excerpt_length($length)
2571 2571
 {
2572
-    global $wp_query, $geodir_is_widget_listing;
2572
+	global $wp_query, $geodir_is_widget_listing;
2573 2573
 	if ($geodir_is_widget_listing) {
2574 2574
 		return $length;
2575 2575
 	}
2576 2576
 	
2577
-    if (isset($wp_query->query_vars['is_geodir_loop']) && $wp_query->query_vars['is_geodir_loop'] && get_option('geodir_desc_word_limit'))
2578
-        $length = get_option('geodir_desc_word_limit');
2579
-    elseif (get_query_var('excerpt_length'))
2580
-        $length = get_query_var('excerpt_length');
2577
+	if (isset($wp_query->query_vars['is_geodir_loop']) && $wp_query->query_vars['is_geodir_loop'] && get_option('geodir_desc_word_limit'))
2578
+		$length = get_option('geodir_desc_word_limit');
2579
+	elseif (get_query_var('excerpt_length'))
2580
+		$length = get_query_var('excerpt_length');
2581 2581
 
2582
-    if (geodir_is_page('author') && get_option('geodir_author_desc_word_limit'))
2583
-        $length = get_option('geodir_author_desc_word_limit');
2582
+	if (geodir_is_page('author') && get_option('geodir_author_desc_word_limit'))
2583
+		$length = get_option('geodir_author_desc_word_limit');
2584 2584
 
2585
-    return $length;
2585
+	return $length;
2586 2586
 }
2587 2587
 
2588 2588
 /**
@@ -2597,13 +2597,13 @@  discard block
 block discarded – undo
2597 2597
  */
2598 2598
 function geodir_excerpt_more($more)
2599 2599
 {
2600
-    global $post;
2601
-    $all_postypes = geodir_get_posttypes();
2602
-    if (is_array($all_postypes) && in_array($post->post_type, $all_postypes)) {
2603
-        return ' <a href="' . get_permalink($post->ID) . '">' . READ_MORE_TXT . '</a>';
2604
-    }
2600
+	global $post;
2601
+	$all_postypes = geodir_get_posttypes();
2602
+	if (is_array($all_postypes) && in_array($post->post_type, $all_postypes)) {
2603
+		return ' <a href="' . get_permalink($post->ID) . '">' . READ_MORE_TXT . '</a>';
2604
+	}
2605 2605
 
2606
-    return $more;
2606
+	return $more;
2607 2607
 }
2608 2608
 
2609 2609
 
@@ -2620,63 +2620,63 @@  discard block
 block discarded – undo
2620 2620
  */
2621 2621
 function geodir_update_markers_oncatedit($term_id, $tt_id, $taxonomy)
2622 2622
 {
2623
-    global $plugin_prefix, $wpdb;
2623
+	global $plugin_prefix, $wpdb;
2624 2624
 
2625
-    $gd_taxonomies = geodir_get_taxonomies();
2625
+	$gd_taxonomies = geodir_get_taxonomies();
2626 2626
 
2627
-    if (is_array($gd_taxonomies) && in_array($taxonomy, $gd_taxonomies)) {
2627
+	if (is_array($gd_taxonomies) && in_array($taxonomy, $gd_taxonomies)) {
2628 2628
 
2629
-        $geodir_post_type = geodir_get_taxonomy_posttype($taxonomy);
2630
-        $table = $plugin_prefix . $geodir_post_type . '_detail';
2629
+		$geodir_post_type = geodir_get_taxonomy_posttype($taxonomy);
2630
+		$table = $plugin_prefix . $geodir_post_type . '_detail';
2631 2631
 
2632
-        $path_parts = pathinfo($_REQUEST['ct_cat_icon']['src']);
2633
-        $term_icon = $path_parts['dirname'] . '/cat_icon_' . $term_id . '.png';
2632
+		$path_parts = pathinfo($_REQUEST['ct_cat_icon']['src']);
2633
+		$term_icon = $path_parts['dirname'] . '/cat_icon_' . $term_id . '.png';
2634 2634
 
2635
-        $posts = $wpdb->get_results(
2636
-            $wpdb->prepare(
2637
-                "SELECT post_id,post_title,post_latitude,post_longitude,default_category FROM " . $table . " WHERE FIND_IN_SET(%s,%1\$s ) ",
2638
-                array($term_id, $taxonomy)
2639
-            )
2640
-        );
2635
+		$posts = $wpdb->get_results(
2636
+			$wpdb->prepare(
2637
+				"SELECT post_id,post_title,post_latitude,post_longitude,default_category FROM " . $table . " WHERE FIND_IN_SET(%s,%1\$s ) ",
2638
+				array($term_id, $taxonomy)
2639
+			)
2640
+		);
2641 2641
 
2642
-        if (!empty($posts)):
2643
-            foreach ($posts as $post_obj) {
2642
+		if (!empty($posts)):
2643
+			foreach ($posts as $post_obj) {
2644 2644
 
2645
-                $lat = $post_obj->post_latitude;
2646
-                $lng = $post_obj->post_longitude;
2645
+				$lat = $post_obj->post_latitude;
2646
+				$lng = $post_obj->post_longitude;
2647 2647
 
2648
-                $json = '{';
2649
-                $json .= '"id":"' . $post_obj->post_id . '",';
2650
-                $json .= '"lat_pos": "' . $lat . '",';
2651
-                $json .= '"long_pos": "' . $lng . '",';
2652
-                $json .= '"marker_id":"' . $post_obj->post_id . '_' . $term_id . '",';
2653
-                $json .= '"icon":"' . $term_icon . '",';
2654
-                $json .= '"group":"catgroup' . $term_id . '"';
2655
-                $json .= '}';
2648
+				$json = '{';
2649
+				$json .= '"id":"' . $post_obj->post_id . '",';
2650
+				$json .= '"lat_pos": "' . $lat . '",';
2651
+				$json .= '"long_pos": "' . $lng . '",';
2652
+				$json .= '"marker_id":"' . $post_obj->post_id . '_' . $term_id . '",';
2653
+				$json .= '"icon":"' . $term_icon . '",';
2654
+				$json .= '"group":"catgroup' . $term_id . '"';
2655
+				$json .= '}';
2656 2656
 
2657
-                if ($post_obj->default_category == $term_id) {
2657
+				if ($post_obj->default_category == $term_id) {
2658 2658
 
2659
-                    $wpdb->query(
2660
-                        $wpdb->prepare(
2661
-                            "UPDATE " . $table . " SET marker_json = %s where post_id = %d",
2662
-                            array($json, $post_obj->post_id)
2663
-                        )
2664
-                    );
2665
-                }
2659
+					$wpdb->query(
2660
+						$wpdb->prepare(
2661
+							"UPDATE " . $table . " SET marker_json = %s where post_id = %d",
2662
+							array($json, $post_obj->post_id)
2663
+						)
2664
+					);
2665
+				}
2666 2666
 
2667
-                $wpdb->query(
2668
-                    $wpdb->prepare(
2669
-                        "UPDATE " . GEODIR_ICON_TABLE . " SET json = %s WHERE post_id = %d AND cat_id = %d",
2670
-                        array($json, $post_obj->post_id, $term_id)
2671
-                    )
2672
-                );
2667
+				$wpdb->query(
2668
+					$wpdb->prepare(
2669
+						"UPDATE " . GEODIR_ICON_TABLE . " SET json = %s WHERE post_id = %d AND cat_id = %d",
2670
+						array($json, $post_obj->post_id, $term_id)
2671
+					)
2672
+				);
2673 2673
 
2674
-            }
2674
+			}
2675 2675
 
2676 2676
 
2677
-        endif;
2677
+		endif;
2678 2678
 
2679
-    }
2679
+	}
2680 2680
 
2681 2681
 }
2682 2682
 
@@ -2690,14 +2690,14 @@  discard block
 block discarded – undo
2690 2690
  */
2691 2691
 function geodir_get_listing_author($listing_id = '')
2692 2692
 {
2693
-    if ($listing_id == '') {
2694
-        if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
2695
-            $listing_id = $_REQUEST['pid'];
2696
-        }
2697
-    }
2698
-    $listing = get_post(strip_tags($listing_id));
2699
-    $listing_author_id = $listing->post_author;
2700
-    return $listing_author_id;
2693
+	if ($listing_id == '') {
2694
+		if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
2695
+			$listing_id = $_REQUEST['pid'];
2696
+		}
2697
+	}
2698
+	$listing = get_post(strip_tags($listing_id));
2699
+	$listing_author_id = $listing->post_author;
2700
+	return $listing_author_id;
2701 2701
 }
2702 2702
 
2703 2703
 
@@ -2712,11 +2712,11 @@  discard block
 block discarded – undo
2712 2712
  */
2713 2713
 function geodir_lisiting_belong_to_user($listing_id, $user_id)
2714 2714
 {
2715
-    $listing_author_id = geodir_get_listing_author($listing_id);
2716
-    if ($listing_author_id == $user_id)
2717
-        return true;
2718
-    else
2719
-        return false;
2715
+	$listing_author_id = geodir_get_listing_author($listing_id);
2716
+	if ($listing_author_id == $user_id)
2717
+		return true;
2718
+	else
2719
+		return false;
2720 2720
 
2721 2721
 }
2722 2722
 
@@ -2732,17 +2732,17 @@  discard block
 block discarded – undo
2732 2732
  */
2733 2733
 function geodir_listing_belong_to_current_user($listing_id = '', $exclude_admin = true)
2734 2734
 {
2735
-    global $current_user;
2736
-    if ($exclude_admin) {
2737
-        foreach ($current_user->caps as $key => $caps) {
2738
-            if (geodir_strtolower($key) == 'administrator') {
2739
-                return true;
2740
-                break;
2741
-            }
2742
-        }
2743
-    }
2744
-
2745
-    return geodir_lisiting_belong_to_user($listing_id, $current_user->ID);
2735
+	global $current_user;
2736
+	if ($exclude_admin) {
2737
+		foreach ($current_user->caps as $key => $caps) {
2738
+			if (geodir_strtolower($key) == 'administrator') {
2739
+				return true;
2740
+				break;
2741
+			}
2742
+		}
2743
+	}
2744
+
2745
+	return geodir_lisiting_belong_to_user($listing_id, $current_user->ID);
2746 2746
 }
2747 2747
 
2748 2748
 
@@ -2758,17 +2758,17 @@  discard block
 block discarded – undo
2758 2758
 function geodir_only_supportable_attachments_remove($file)
2759 2759
 {
2760 2760
 
2761
-    global $wpdb;
2761
+	global $wpdb;
2762 2762
 
2763
-    $matches = array();
2763
+	$matches = array();
2764 2764
 
2765
-    $pattern = '/-\d+x\d+\./';
2766
-    preg_match($pattern, $file, $matches, PREG_OFFSET_CAPTURE);
2765
+	$pattern = '/-\d+x\d+\./';
2766
+	preg_match($pattern, $file, $matches, PREG_OFFSET_CAPTURE);
2767 2767
 
2768
-    if (empty($matches))
2769
-        return '';
2770
-    else
2771
-        return $file;
2768
+	if (empty($matches))
2769
+		return '';
2770
+	else
2771
+		return $file;
2772 2772
 
2773 2773
 }
2774 2774
 
@@ -2785,78 +2785,78 @@  discard block
 block discarded – undo
2785 2785
 function geodir_set_wp_featured_image($post_id)
2786 2786
 {
2787 2787
 
2788
-    global $wpdb, $plugin_prefix;
2789
-    $uploads = wp_upload_dir();
2788
+	global $wpdb, $plugin_prefix;
2789
+	$uploads = wp_upload_dir();
2790 2790
 //	print_r($uploads ) ;
2791
-    $post_first_image = $wpdb->get_results(
2792
-        $wpdb->prepare(
2793
-            "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d and menu_order = 1  ", array($post_id)
2794
-        )
2795
-    );
2791
+	$post_first_image = $wpdb->get_results(
2792
+		$wpdb->prepare(
2793
+			"SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d and menu_order = 1  ", array($post_id)
2794
+		)
2795
+	);
2796 2796
 
2797
-    $old_attachment_name = '';
2798
-    $post_thumbnail_id = '';
2799
-    if (has_post_thumbnail($post_id)) {
2797
+	$old_attachment_name = '';
2798
+	$post_thumbnail_id = '';
2799
+	if (has_post_thumbnail($post_id)) {
2800 2800
 
2801
-        if (has_post_thumbnail($post_id)) {
2801
+		if (has_post_thumbnail($post_id)) {
2802 2802
 
2803
-            $post_thumbnail_id = get_post_thumbnail_id($post_id);
2803
+			$post_thumbnail_id = get_post_thumbnail_id($post_id);
2804 2804
 
2805
-            $old_attachment_name = basename(get_attached_file($post_thumbnail_id));
2805
+			$old_attachment_name = basename(get_attached_file($post_thumbnail_id));
2806 2806
 
2807
-        }
2808
-    }
2809
-
2810
-    if (!empty($post_first_image)) {
2807
+		}
2808
+	}
2811 2809
 
2812
-        $post_type = get_post_type($post_id);
2810
+	if (!empty($post_first_image)) {
2813 2811
 
2814
-        $table_name = $plugin_prefix . $post_type . '_detail';
2812
+		$post_type = get_post_type($post_id);
2815 2813
 
2816
-        $wpdb->query("UPDATE " . $table_name . " SET featured_image='" . $post_first_image[0]->file . "' WHERE post_id =" . $post_id);
2814
+		$table_name = $plugin_prefix . $post_type . '_detail';
2817 2815
 
2818
-        $new_attachment_name = basename($post_first_image[0]->file);
2816
+		$wpdb->query("UPDATE " . $table_name . " SET featured_image='" . $post_first_image[0]->file . "' WHERE post_id =" . $post_id);
2819 2817
 
2820
-        if (geodir_strtolower($new_attachment_name) != geodir_strtolower($old_attachment_name)) {
2818
+		$new_attachment_name = basename($post_first_image[0]->file);
2821 2819
 
2822
-            if (has_post_thumbnail($post_id) && $post_thumbnail_id != '' && (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'delete')) {
2820
+		if (geodir_strtolower($new_attachment_name) != geodir_strtolower($old_attachment_name)) {
2823 2821
 
2824
-                add_filter('wp_delete_file', 'geodir_only_supportable_attachments_remove');
2822
+			if (has_post_thumbnail($post_id) && $post_thumbnail_id != '' && (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'delete')) {
2825 2823
 
2826
-                wp_delete_attachment($post_thumbnail_id);
2824
+				add_filter('wp_delete_file', 'geodir_only_supportable_attachments_remove');
2827 2825
 
2828
-            }
2829
-            $filename = $uploads['basedir'] . $post_first_image[0]->file;
2826
+				wp_delete_attachment($post_thumbnail_id);
2830 2827
 
2831
-            $attachment = array(
2832
-                'post_mime_type' => $post_first_image[0]->mime_type,
2833
-                'guid' => $uploads['baseurl'] . $post_first_image[0]->file,
2834
-                'post_parent' => $post_id,
2835
-                'post_title' => preg_replace('/\.[^.]+$/', '', $post_first_image[0]->title),
2836
-                'post_content' => ''
2837
-            );
2828
+			}
2829
+			$filename = $uploads['basedir'] . $post_first_image[0]->file;
2830
+
2831
+			$attachment = array(
2832
+				'post_mime_type' => $post_first_image[0]->mime_type,
2833
+				'guid' => $uploads['baseurl'] . $post_first_image[0]->file,
2834
+				'post_parent' => $post_id,
2835
+				'post_title' => preg_replace('/\.[^.]+$/', '', $post_first_image[0]->title),
2836
+				'post_content' => ''
2837
+			);
2838 2838
 
2839 2839
 
2840
-            $id = wp_insert_attachment($attachment, $filename, $post_id);
2840
+			$id = wp_insert_attachment($attachment, $filename, $post_id);
2841 2841
 
2842
-            if (!is_wp_error($id)) {
2842
+			if (!is_wp_error($id)) {
2843 2843
 
2844
-                set_post_thumbnail($post_id, $id);
2844
+				set_post_thumbnail($post_id, $id);
2845 2845
 
2846
-                require_once(ABSPATH . 'wp-admin/includes/image.php');
2847
-                wp_update_attachment_metadata($id, wp_generate_attachment_metadata($id, $filename));
2846
+				require_once(ABSPATH . 'wp-admin/includes/image.php');
2847
+				wp_update_attachment_metadata($id, wp_generate_attachment_metadata($id, $filename));
2848 2848
 
2849
-            }
2849
+			}
2850 2850
 
2851
-        }
2851
+		}
2852 2852
 
2853
-    } else {
2854
-        //set_post_thumbnail($post_id,-1);
2853
+	} else {
2854
+		//set_post_thumbnail($post_id,-1);
2855 2855
 
2856
-        if (has_post_thumbnail($post_id) && $post_thumbnail_id != '' && (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'delete'))
2857
-            wp_delete_attachment($post_thumbnail_id);
2856
+		if (has_post_thumbnail($post_id) && $post_thumbnail_id != '' && (!isset($_REQUEST['action']) || $_REQUEST['action'] != 'delete'))
2857
+			wp_delete_attachment($post_thumbnail_id);
2858 2858
 
2859
-    }
2859
+	}
2860 2860
 }
2861 2861
 
2862 2862
 
@@ -2871,53 +2871,53 @@  discard block
 block discarded – undo
2871 2871
  */
2872 2872
 function gd_copy_original_translation()
2873 2873
 {
2874
-    if (function_exists('icl_object_id')) {
2875
-        global $wpdb, $table_prefix, $plugin_prefix;
2876
-        $post_id = absint($_POST['post_id']);
2877
-        $upload_dir = wp_upload_dir();
2878
-        $post_type = get_post_type($_POST['post_id']);
2879
-        $table = $plugin_prefix . $post_type . '_detail';
2880
-
2881
-        $post_arr = $wpdb->get_results($wpdb->prepare(
2882
-            "SELECT * FROM $wpdb->posts p JOIN " . $table . " gd ON gd.post_id=p.ID WHERE p.ID=%d LIMIT 1",
2883
-            array($post_id)
2884
-        )
2885
-            , ARRAY_A);
2886
-
2887
-        $arrImages = $wpdb->get_results(
2888
-            $wpdb->prepare(
2889
-                "SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC, ID DESC ",
2890
-                array('%image%', $post_id)
2891
-            )
2892
-        );
2893
-        if ($arrImages) {
2894
-            $image_arr = array();
2895
-            foreach ($arrImages as $img) {
2896
-                $image_arr[] = $upload_dir['baseurl'] . $img->file;
2897
-            }
2898
-            $comma_separated = implode(",", $image_arr);
2899
-            $post_arr[0]['post_images'] = $comma_separated;
2900
-        }
2901
-
2902
-
2903
-        $cats = $post_arr[0][$post_arr[0]['post_type'] . 'category'];
2904
-        $cat_arr = array_filter(explode(",", $cats));
2905
-        $trans_cat = array();
2906
-        foreach ($cat_arr as $cat) {
2907
-            $trans_cat[] = icl_object_id($cat, $post_arr[0]['post_type'] . 'category', false);
2908
-        }
2909
-
2910
-
2911
-        $post_arr[0]['categories'] = array_filter($trans_cat);
2874
+	if (function_exists('icl_object_id')) {
2875
+		global $wpdb, $table_prefix, $plugin_prefix;
2876
+		$post_id = absint($_POST['post_id']);
2877
+		$upload_dir = wp_upload_dir();
2878
+		$post_type = get_post_type($_POST['post_id']);
2879
+		$table = $plugin_prefix . $post_type . '_detail';
2880
+
2881
+		$post_arr = $wpdb->get_results($wpdb->prepare(
2882
+			"SELECT * FROM $wpdb->posts p JOIN " . $table . " gd ON gd.post_id=p.ID WHERE p.ID=%d LIMIT 1",
2883
+			array($post_id)
2884
+		)
2885
+			, ARRAY_A);
2886
+
2887
+		$arrImages = $wpdb->get_results(
2888
+			$wpdb->prepare(
2889
+				"SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC, ID DESC ",
2890
+				array('%image%', $post_id)
2891
+			)
2892
+		);
2893
+		if ($arrImages) {
2894
+			$image_arr = array();
2895
+			foreach ($arrImages as $img) {
2896
+				$image_arr[] = $upload_dir['baseurl'] . $img->file;
2897
+			}
2898
+			$comma_separated = implode(",", $image_arr);
2899
+			$post_arr[0]['post_images'] = $comma_separated;
2900
+		}
2901
+
2902
+
2903
+		$cats = $post_arr[0][$post_arr[0]['post_type'] . 'category'];
2904
+		$cat_arr = array_filter(explode(",", $cats));
2905
+		$trans_cat = array();
2906
+		foreach ($cat_arr as $cat) {
2907
+			$trans_cat[] = icl_object_id($cat, $post_arr[0]['post_type'] . 'category', false);
2908
+		}
2909
+
2910
+
2911
+		$post_arr[0]['categories'] = array_filter($trans_cat);
2912 2912
 //print_r($image_arr);
2913
-        //print_r($arrImages);
2914
-        //echo $_REQUEST['lang'];
2913
+		//print_r($arrImages);
2914
+		//echo $_REQUEST['lang'];
2915 2915
 //print_r($post_arr);
2916 2916
 //print_r($trans_cat);
2917
-        echo json_encode($post_arr[0]);
2917
+		echo json_encode($post_arr[0]);
2918 2918
 
2919
-    }
2920
-    die();
2919
+	}
2920
+	die();
2921 2921
 }
2922 2922
 
2923 2923
 
@@ -2937,54 +2937,54 @@  discard block
 block discarded – undo
2937 2937
 function geodir_get_custom_fields_type($listing_type = '')
2938 2938
 {
2939 2939
 
2940
-    global $wpdb;
2940
+	global $wpdb;
2941 2941
 
2942
-    if ($listing_type == '')
2943
-        $listing_type = 'gd_place';
2942
+	if ($listing_type == '')
2943
+		$listing_type = 'gd_place';
2944 2944
 
2945
-    $fields_info = array();
2945
+	$fields_info = array();
2946 2946
 
2947
-    $get_data = $wpdb->get_results(
2948
-        $wpdb->prepare(
2949
-            "SELECT htmlvar_name, field_type, extra_fields FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND is_active='1'",
2950
-            array($listing_type)
2951
-        )
2952
-    );
2947
+	$get_data = $wpdb->get_results(
2948
+		$wpdb->prepare(
2949
+			"SELECT htmlvar_name, field_type, extra_fields FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND is_active='1'",
2950
+			array($listing_type)
2951
+		)
2952
+	);
2953 2953
 
2954
-    if (!empty($get_data)) {
2954
+	if (!empty($get_data)) {
2955 2955
 
2956
-        foreach ($get_data as $data) {
2956
+		foreach ($get_data as $data) {
2957 2957
 
2958
-            if ($data->field_type == 'address') {
2958
+			if ($data->field_type == 'address') {
2959 2959
 
2960
-                $extra_fields = unserialize($data->extra_fields);
2960
+				$extra_fields = unserialize($data->extra_fields);
2961 2961
 
2962
-                $prefix = $data->htmlvar_name . '_';
2962
+				$prefix = $data->htmlvar_name . '_';
2963 2963
 
2964
-                $fields_info[$prefix . 'address'] = $data->field_type;
2964
+				$fields_info[$prefix . 'address'] = $data->field_type;
2965 2965
 
2966
-                if (isset($extra_fields['show_zip']) && $extra_fields['show_zip'])
2967
-                    $fields_info[$prefix . 'zip'] = $data->field_type;
2966
+				if (isset($extra_fields['show_zip']) && $extra_fields['show_zip'])
2967
+					$fields_info[$prefix . 'zip'] = $data->field_type;
2968 2968
 
2969
-            } else {
2969
+			} else {
2970 2970
 
2971
-                $fields_info[$data->htmlvar_name] = $data->field_type;
2971
+				$fields_info[$data->htmlvar_name] = $data->field_type;
2972 2972
 
2973
-            }
2973
+			}
2974 2974
 
2975
-        }
2975
+		}
2976 2976
 
2977
-    }
2977
+	}
2978 2978
 
2979
-    /**
2980
-     * Filter to modify custom fields info using listing post type.
2981
-     *
2982
-     * @since 1.0.0
2983
-     * @package GeoDirectory
2984
-     * @return array $fields_info Custom fields info.
2985
-     * @param string $listing_type The listing post type.
2986
-     */
2987
-    return apply_filters('geodir_get_custom_fields_type', $fields_info, $listing_type);
2979
+	/**
2980
+	 * Filter to modify custom fields info using listing post type.
2981
+	 *
2982
+	 * @since 1.0.0
2983
+	 * @package GeoDirectory
2984
+	 * @return array $fields_info Custom fields info.
2985
+	 * @param string $listing_type The listing post type.
2986
+	 */
2987
+	return apply_filters('geodir_get_custom_fields_type', $fields_info, $listing_type);
2988 2988
 }
2989 2989
 
2990 2990
 
@@ -2999,58 +2999,58 @@  discard block
 block discarded – undo
2999 2999
  */
3000 3000
 function geodir_function_post_updated($post_ID, $post_after, $post_before)
3001 3001
 {
3002
-    $post_type = get_post_type($post_ID);
3002
+	$post_type = get_post_type($post_ID);
3003 3003
 
3004
-    if ($post_type != '' && in_array($post_type, geodir_get_posttypes())) {
3005
-        // send notification to client when post moves from draft to publish
3006
-        if (!empty($post_after->post_status) && $post_after->post_status == 'publish' && !empty($post_before->post_status) && ($post_before->post_status == 'draft' || $post_before->post_status == 'auto-draft')) {
3007
-            $post_author_id = !empty($post_after->post_author) ? $post_after->post_author : NULL;
3008
-            $post_author_data = get_userdata($post_author_id);
3004
+	if ($post_type != '' && in_array($post_type, geodir_get_posttypes())) {
3005
+		// send notification to client when post moves from draft to publish
3006
+		if (!empty($post_after->post_status) && $post_after->post_status == 'publish' && !empty($post_before->post_status) && ($post_before->post_status == 'draft' || $post_before->post_status == 'auto-draft')) {
3007
+			$post_author_id = !empty($post_after->post_author) ? $post_after->post_author : NULL;
3008
+			$post_author_data = get_userdata($post_author_id);
3009 3009
 
3010
-            $to_name = geodir_get_client_name($post_author_id);
3010
+			$to_name = geodir_get_client_name($post_author_id);
3011 3011
 
3012
-            $from_email = geodir_get_site_email_id();
3013
-            $from_name = get_site_emailName();
3014
-            $to_email = $post_author_data->user_email;
3012
+			$from_email = geodir_get_site_email_id();
3013
+			$from_name = get_site_emailName();
3014
+			$to_email = $post_author_data->user_email;
3015 3015
 
3016
-            if (!is_email($to_email) && !empty($post_author_data->user_email)) {
3017
-                $to_email = $post_author_data->user_email;
3018
-            }
3016
+			if (!is_email($to_email) && !empty($post_author_data->user_email)) {
3017
+				$to_email = $post_author_data->user_email;
3018
+			}
3019 3019
 
3020
-            $message_type = 'listing_published';
3020
+			$message_type = 'listing_published';
3021 3021
 
3022
-            if (get_option('geodir_post_published_email_subject') == '') {
3023
-                update_option('geodir_post_published_email_subject', __('Listing Published Successfully', 'geodirectory'));
3024
-            }
3022
+			if (get_option('geodir_post_published_email_subject') == '') {
3023
+				update_option('geodir_post_published_email_subject', __('Listing Published Successfully', 'geodirectory'));
3024
+			}
3025 3025
 
3026
-            if (get_option('geodir_post_published_email_content') == '') {
3027
-                update_option('geodir_post_published_email_content', __("<p>Dear [#client_name#],</p><p>Your listing [#listing_link#] has been published. This email is just for your information.</p><p>[#listing_link#]</p><br><p>Thank you for your contribution.</p><p>[#site_name#]</p>", 'geodirectory'));
3028
-            }
3026
+			if (get_option('geodir_post_published_email_content') == '') {
3027
+				update_option('geodir_post_published_email_content', __("<p>Dear [#client_name#],</p><p>Your listing [#listing_link#] has been published. This email is just for your information.</p><p>[#listing_link#]</p><br><p>Thank you for your contribution.</p><p>[#site_name#]</p>", 'geodirectory'));
3028
+			}
3029 3029
 
3030
-            /**
3031
-             * Called before sending the email when listing gets published.
3032
-             *
3033
-             * @since 1.0.0
3034
-             * @package GeoDirectory
3035
-             * @param object $post_after The post object after update.
3036
-             * @param object $post_before The post object before update.
3037
-             */
3038
-            do_action('geodir_before_listing_published_email', $post_after, $post_before);
3039
-            if (is_email($to_email)) {
3040
-                geodir_sendEmail($from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID);
3041
-            }
3030
+			/**
3031
+			 * Called before sending the email when listing gets published.
3032
+			 *
3033
+			 * @since 1.0.0
3034
+			 * @package GeoDirectory
3035
+			 * @param object $post_after The post object after update.
3036
+			 * @param object $post_before The post object before update.
3037
+			 */
3038
+			do_action('geodir_before_listing_published_email', $post_after, $post_before);
3039
+			if (is_email($to_email)) {
3040
+				geodir_sendEmail($from_email, $from_name, $to_email, $to_name, '', '', '', $message_type, $post_ID);
3041
+			}
3042 3042
 
3043
-            /**
3044
-             * Called after sending the email when listing gets published.
3045
-             *
3046
-             * @since 1.0.0
3047
-             * @package GeoDirectory
3048
-             * @param object $post_after The post object after update.
3049
-             * @param object $post_before The post object before update.
3050
-             */
3051
-            do_action('geodir_after_listing_published_email', $post_after, $post_before);
3052
-        }
3053
-    }
3043
+			/**
3044
+			 * Called after sending the email when listing gets published.
3045
+			 *
3046
+			 * @since 1.0.0
3047
+			 * @package GeoDirectory
3048
+			 * @param object $post_after The post object after update.
3049
+			 * @param object $post_before The post object before update.
3050
+			 */
3051
+			do_action('geodir_after_listing_published_email', $post_after, $post_before);
3052
+		}
3053
+	}
3054 3054
 }
3055 3055
 
3056 3056
 add_action('wp_head', 'geodir_fb_like_thumbnail');
@@ -3064,14 +3064,14 @@  discard block
 block discarded – undo
3064 3064
  */
3065 3065
 function geodir_fb_like_thumbnail(){
3066 3066
 
3067
-    // return if not a single post
3068
-    if(!is_single()){return;}
3067
+	// return if not a single post
3068
+	if(!is_single()){return;}
3069 3069
 
3070
-    global $post;
3071
-    if(isset($post->featured_image) && $post->featured_image){
3072
-        $upload_dir = wp_upload_dir();
3073
-        $thumb = $upload_dir['baseurl'].$post->featured_image;
3074
-        echo "\n\n<!-- GD Facebook Like Thumbnail -->\n<link rel=\"image_src\" href=\"$thumb\" />\n<!-- End GD Facebook Like Thumbnail -->\n\n";
3070
+	global $post;
3071
+	if(isset($post->featured_image) && $post->featured_image){
3072
+		$upload_dir = wp_upload_dir();
3073
+		$thumb = $upload_dir['baseurl'].$post->featured_image;
3074
+		echo "\n\n<!-- GD Facebook Like Thumbnail -->\n<link rel=\"image_src\" href=\"$thumb\" />\n<!-- End GD Facebook Like Thumbnail -->\n\n";
3075 3075
 
3076
-    }
3076
+	}
3077 3077
 }
3078 3078
\ No newline at end of file
Please login to merge, or discard this patch.
geodirectory-admin/option-pages/create_field.php 3 patches
Braces   +12 added lines, -8 removed lines patch added patch discarded remove patch
@@ -35,23 +35,26 @@  discard block
 block discarded – undo
35 35
 
36 36
 /* ---- Delete field ---- */
37 37
 if ($field_id != '' && $field_action == 'delete' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'custom_fields') {
38
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
39
-        return;
38
+    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id)) {
39
+            return;
40
+    }
40 41
     
41 42
     echo geodir_custom_field_delete($field_id);
42 43
 }
43 44
 
44 45
 if ($field_id != '' && $field_action == 'delete' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'sorting_options') {
45
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
46
-        return;
46
+    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id)) {
47
+            return;
48
+    }
47 49
     
48 50
     echo geodir_custom_sort_field_delete($field_id);
49 51
 }
50 52
 
51 53
 /* ---- Save field  ---- */
52 54
 if ($field_id != '' && $field_action == 'submit' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'custom_fields') {
53
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
54
-        return;
55
+    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id)) {
56
+            return;
57
+    }
55 58
 
56 59
     foreach ($_REQUEST as $pkey => $pval) {
57 60
         if (is_array($_REQUEST[$pkey])) {
@@ -77,8 +80,9 @@  discard block
 block discarded – undo
77 80
 
78 81
 /* ---- Save sort field  ---- */
79 82
 if ($field_id != '' && $field_action == 'submit' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'sorting_options') {
80
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
81
-        return;
83
+    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id)) {
84
+            return;
85
+    }
82 86
 
83 87
     foreach ($_REQUEST as $pkey => $pval) {
84 88
         if (is_array($_REQUEST[$pkey])) {
Please login to merge, or discard this patch.
Indentation   +65 added lines, -65 removed lines patch added patch discarded remove patch
@@ -16,100 +16,100 @@
 block discarded – undo
16 16
 
17 17
 $field_ids = array();
18 18
 if (!empty($_REQUEST['licontainer']) && is_array($_REQUEST['licontainer'])) {
19
-    foreach ($_REQUEST['licontainer'] as $lic_id) {
20
-        $field_ids[] = sanitize_text_field($lic_id);
21
-    }
19
+	foreach ($_REQUEST['licontainer'] as $lic_id) {
20
+		$field_ids[] = sanitize_text_field($lic_id);
21
+	}
22 22
 }
23 23
 
24 24
 /* ------- check nonce field ------- */
25 25
 if (isset($_REQUEST['update']) && $_REQUEST['update'] == "update" && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'custom_fields') {
26
-    echo godir_set_field_order($field_ids);
26
+	echo godir_set_field_order($field_ids);
27 27
 }
28 28
 
29 29
 if (isset($_REQUEST['update']) && $_REQUEST['update'] == "update" && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'sorting_options') {
30
-    $response = godir_set_sort_field_order($field_ids);
31
-    if (is_array($response)) {
32
-        wp_send_json($response);
33
-    } else {
34
-        echo $response;
35
-    }
30
+	$response = godir_set_sort_field_order($field_ids);
31
+	if (is_array($response)) {
32
+		wp_send_json($response);
33
+	} else {
34
+		echo $response;
35
+	}
36 36
 }
37 37
 
38 38
 /* ---- Show field form in admin ---- */
39 39
 if ($field_type != '' && $field_id != '' && $field_action == 'new' && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'custom_fields') {
40
-    geodir_custom_field_adminhtml($field_type, $field_id, $field_action,$field_type_key);
40
+	geodir_custom_field_adminhtml($field_type, $field_id, $field_action,$field_type_key);
41 41
 }
42 42
 
43 43
 if ($field_type != '' && $field_id != '' && $field_action == 'new' && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'sorting_options') {
44
-    geodir_custom_sort_field_adminhtml($field_type, $field_id, $field_action,$field_type_key);
44
+	geodir_custom_sort_field_adminhtml($field_type, $field_id, $field_action,$field_type_key);
45 45
 }
46 46
 
47 47
 /* ---- Delete field ---- */
48 48
 if ($field_id != '' && $field_action == 'delete' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'custom_fields') {
49
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
50
-        return;
49
+	if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
50
+		return;
51 51
     
52
-    echo geodir_custom_field_delete($field_id);
52
+	echo geodir_custom_field_delete($field_id);
53 53
 }
54 54
 
55 55
 if ($field_id != '' && $field_action == 'delete' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'sorting_options') {
56
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
57
-        return;
56
+	if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
57
+		return;
58 58
     
59
-    echo geodir_custom_sort_field_delete($field_id);
59
+	echo geodir_custom_sort_field_delete($field_id);
60 60
 }
61 61
 
62 62
 /* ---- Save field  ---- */
63 63
 if ($field_id != '' && $field_action == 'submit' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'custom_fields') {
64
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
65
-        return;
66
-
67
-    foreach ($_REQUEST as $pkey => $pval) {
68
-        if (is_array($_REQUEST[$pkey])) {
69
-            $tags = 'skip_field';
70
-        } else {
71
-            $tags = '';
72
-        }
73
-
74
-        if ($tags != 'skip_field') {
75
-            $_REQUEST[$pkey] = strip_tags($_REQUEST[$pkey], $tags);
76
-        }
77
-    }
78
-
79
-    $return = geodir_custom_field_save($_REQUEST);
80
-
81
-    if (is_int($return)) {
82
-        $lastid = $return;
83
-        geodir_custom_field_adminhtml($field_type, $lastid, 'submit',$field_type_key);
84
-    } else {
85
-        echo $return;
86
-    }
64
+	if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
65
+		return;
66
+
67
+	foreach ($_REQUEST as $pkey => $pval) {
68
+		if (is_array($_REQUEST[$pkey])) {
69
+			$tags = 'skip_field';
70
+		} else {
71
+			$tags = '';
72
+		}
73
+
74
+		if ($tags != 'skip_field') {
75
+			$_REQUEST[$pkey] = strip_tags($_REQUEST[$pkey], $tags);
76
+		}
77
+	}
78
+
79
+	$return = geodir_custom_field_save($_REQUEST);
80
+
81
+	if (is_int($return)) {
82
+		$lastid = $return;
83
+		geodir_custom_field_adminhtml($field_type, $lastid, 'submit',$field_type_key);
84
+	} else {
85
+		echo $return;
86
+	}
87 87
 }
88 88
 
89 89
 /* ---- Save sort field  ---- */
90 90
 if ($field_id != '' && $field_action == 'submit' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'sorting_options') {
91
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
92
-        return;
93
-
94
-    foreach ($_REQUEST as $pkey => $pval) {
95
-        if (is_array($_REQUEST[$pkey])) {
96
-            $tags = 'skip_field';
97
-        } else {
98
-            $tags = '';
99
-        }
100
-
101
-        if ($tags != 'skip_field') {
102
-            $_REQUEST[$pkey] = strip_tags($_REQUEST[$pkey], $tags);
103
-        }
104
-    }
105
-
106
-    $return = geodir_custom_sort_field_save($_REQUEST);
107
-
108
-    if (is_int($return)) {
109
-        $lastid = $return;
110
-        $default = false;
111
-        geodir_custom_sort_field_adminhtml($field_type, $lastid, 'submit', $default);
112
-    } else {
113
-        echo $return;
114
-    }
91
+	if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
92
+		return;
93
+
94
+	foreach ($_REQUEST as $pkey => $pval) {
95
+		if (is_array($_REQUEST[$pkey])) {
96
+			$tags = 'skip_field';
97
+		} else {
98
+			$tags = '';
99
+		}
100
+
101
+		if ($tags != 'skip_field') {
102
+			$_REQUEST[$pkey] = strip_tags($_REQUEST[$pkey], $tags);
103
+		}
104
+	}
105
+
106
+	$return = geodir_custom_sort_field_save($_REQUEST);
107
+
108
+	if (is_int($return)) {
109
+		$lastid = $return;
110
+		$default = false;
111
+		geodir_custom_sort_field_adminhtml($field_type, $lastid, 'submit', $default);
112
+	} else {
113
+		echo $return;
114
+	}
115 115
 }
116 116
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -37,23 +37,23 @@  discard block
 block discarded – undo
37 37
 
38 38
 /* ---- Show field form in admin ---- */
39 39
 if ($field_type != '' && $field_id != '' && $field_action == 'new' && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'custom_fields') {
40
-    geodir_custom_field_adminhtml($field_type, $field_id, $field_action,$field_type_key);
40
+    geodir_custom_field_adminhtml($field_type, $field_id, $field_action, $field_type_key);
41 41
 }
42 42
 
43 43
 if ($field_type != '' && $field_id != '' && $field_action == 'new' && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'sorting_options') {
44
-    geodir_custom_sort_field_adminhtml($field_type, $field_id, $field_action,$field_type_key);
44
+    geodir_custom_sort_field_adminhtml($field_type, $field_id, $field_action, $field_type_key);
45 45
 }
46 46
 
47 47
 /* ---- Delete field ---- */
48 48
 if ($field_id != '' && $field_action == 'delete' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'custom_fields') {
49
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
49
+    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_'.$field_id))
50 50
         return;
51 51
     
52 52
     echo geodir_custom_field_delete($field_id);
53 53
 }
54 54
 
55 55
 if ($field_id != '' && $field_action == 'delete' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'sorting_options') {
56
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
56
+    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_'.$field_id))
57 57
         return;
58 58
     
59 59
     echo geodir_custom_sort_field_delete($field_id);
@@ -61,7 +61,7 @@  discard block
 block discarded – undo
61 61
 
62 62
 /* ---- Save field  ---- */
63 63
 if ($field_id != '' && $field_action == 'submit' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'custom_fields') {
64
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
64
+    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_'.$field_id))
65 65
         return;
66 66
 
67 67
     foreach ($_REQUEST as $pkey => $pval) {
@@ -80,7 +80,7 @@  discard block
 block discarded – undo
80 80
 
81 81
     if (is_int($return)) {
82 82
         $lastid = $return;
83
-        geodir_custom_field_adminhtml($field_type, $lastid, 'submit',$field_type_key);
83
+        geodir_custom_field_adminhtml($field_type, $lastid, 'submit', $field_type_key);
84 84
     } else {
85 85
         echo $return;
86 86
     }
@@ -88,7 +88,7 @@  discard block
 block discarded – undo
88 88
 
89 89
 /* ---- Save sort field  ---- */
90 90
 if ($field_id != '' && $field_action == 'submit' && isset($_REQUEST['_wpnonce']) && isset($_REQUEST['create_field']) && isset($_REQUEST['manage_field_type']) && $_REQUEST['manage_field_type'] == 'sorting_options') {
91
-    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_' . $field_id))
91
+    if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'custom_fields_'.$field_id))
92 92
         return;
93 93
 
94 94
     foreach ($_REQUEST as $pkey => $pval) {
Please login to merge, or discard this patch.
geodirectory-admin/admin_db_install.php 3 patches
Indentation   +295 added lines, -295 removed lines patch added patch discarded remove patch
@@ -6,26 +6,26 @@  discard block
 block discarded – undo
6 6
  * @package GeoDirectory
7 7
  */
8 8
 if (!function_exists('geodir_create_tables')) {
9
-    /**
10
-     * Creates custom db tables for storing GeoDirectory plugin data.
11
-     *
12
-     * @since 1.0.0
13
-     * @package GeoDirectory
14
-     * @global object $wpdb WordPress Database object.
15
-     * @global string $plugin_prefix GeoDirectory plugin table prefix.
16
-     */
17
-    function geodir_create_tables()
18
-    {
19
-
20
-        global $wpdb, $plugin_prefix;
21
-
22
-        $wpdb->hide_errors();
23
-
24
-        $collate = '';
25
-        if ($wpdb->has_cap('collation')) {
26
-            if (!empty($wpdb->charset)) $collate = "DEFAULT CHARACTER SET $wpdb->charset";
27
-            if (!empty($wpdb->collate)) $collate .= " COLLATE $wpdb->collate";
28
-        }
9
+	/**
10
+	 * Creates custom db tables for storing GeoDirectory plugin data.
11
+	 *
12
+	 * @since 1.0.0
13
+	 * @package GeoDirectory
14
+	 * @global object $wpdb WordPress Database object.
15
+	 * @global string $plugin_prefix GeoDirectory plugin table prefix.
16
+	 */
17
+	function geodir_create_tables()
18
+	{
19
+
20
+		global $wpdb, $plugin_prefix;
21
+
22
+		$wpdb->hide_errors();
23
+
24
+		$collate = '';
25
+		if ($wpdb->has_cap('collation')) {
26
+			if (!empty($wpdb->charset)) $collate = "DEFAULT CHARACTER SET $wpdb->charset";
27
+			if (!empty($wpdb->collate)) $collate .= " COLLATE $wpdb->collate";
28
+		}
29 29
 
30 30
 		/**
31 31
 		 * Include any functions needed for upgrades.
@@ -36,31 +36,31 @@  discard block
 block discarded – undo
36 36
 
37 37
 
38 38
 // rename tables if we need to
39
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_countries'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_countries'") == 0) {
40
-            $wpdb->query("RENAME TABLE geodir_countries TO " . $wpdb->prefix . "geodir_countries");
41
-        }
42
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_custom_fields'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_custom_fields'") == 0) {
43
-            $wpdb->query("RENAME TABLE geodir_custom_fields TO " . $wpdb->prefix . "geodir_custom_fields");
44
-        }
45
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_post_icon'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_post_icon'") == 0) {
46
-            $wpdb->query("RENAME TABLE geodir_post_icon TO " . $wpdb->prefix . "geodir_post_icon");
47
-        }
48
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_attachments'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_attachments'") == 0) {
49
-            $wpdb->query("RENAME TABLE geodir_attachments TO " . $wpdb->prefix . "geodir_attachments");
50
-        }
51
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_post_review'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_post_review'") == 0) {
52
-            $wpdb->query("RENAME TABLE geodir_post_review TO " . $wpdb->prefix . "geodir_post_review");
53
-        }
54
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_custom_sort_fields'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_custom_sort_fields'") == 0) {
55
-            $wpdb->query("RENAME TABLE geodir_custom_sort_fields TO " . $wpdb->prefix . "geodir_custom_sort_fields");
56
-        }
57
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_gd_place_detail'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_gd_place_detail'") == 0) {
58
-            $wpdb->query("RENAME TABLE geodir_gd_place_detail TO " . $wpdb->prefix . "geodir_gd_place_detail");
59
-        }
60
-
61
-
62
-        // Table for storing Countries
63
-        $GEODIR_COUNTRIES_TABLE = "CREATE TABLE " . GEODIR_COUNTRIES_TABLE . " (
39
+		if ($wpdb->query("SHOW TABLES LIKE 'geodir_countries'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_countries'") == 0) {
40
+			$wpdb->query("RENAME TABLE geodir_countries TO " . $wpdb->prefix . "geodir_countries");
41
+		}
42
+		if ($wpdb->query("SHOW TABLES LIKE 'geodir_custom_fields'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_custom_fields'") == 0) {
43
+			$wpdb->query("RENAME TABLE geodir_custom_fields TO " . $wpdb->prefix . "geodir_custom_fields");
44
+		}
45
+		if ($wpdb->query("SHOW TABLES LIKE 'geodir_post_icon'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_post_icon'") == 0) {
46
+			$wpdb->query("RENAME TABLE geodir_post_icon TO " . $wpdb->prefix . "geodir_post_icon");
47
+		}
48
+		if ($wpdb->query("SHOW TABLES LIKE 'geodir_attachments'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_attachments'") == 0) {
49
+			$wpdb->query("RENAME TABLE geodir_attachments TO " . $wpdb->prefix . "geodir_attachments");
50
+		}
51
+		if ($wpdb->query("SHOW TABLES LIKE 'geodir_post_review'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_post_review'") == 0) {
52
+			$wpdb->query("RENAME TABLE geodir_post_review TO " . $wpdb->prefix . "geodir_post_review");
53
+		}
54
+		if ($wpdb->query("SHOW TABLES LIKE 'geodir_custom_sort_fields'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_custom_sort_fields'") == 0) {
55
+			$wpdb->query("RENAME TABLE geodir_custom_sort_fields TO " . $wpdb->prefix . "geodir_custom_sort_fields");
56
+		}
57
+		if ($wpdb->query("SHOW TABLES LIKE 'geodir_gd_place_detail'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_gd_place_detail'") == 0) {
58
+			$wpdb->query("RENAME TABLE geodir_gd_place_detail TO " . $wpdb->prefix . "geodir_gd_place_detail");
59
+		}
60
+
61
+
62
+		// Table for storing Countries
63
+		$GEODIR_COUNTRIES_TABLE = "CREATE TABLE " . GEODIR_COUNTRIES_TABLE . " (
64 64
 						CountryId smallint AUTO_INCREMENT NOT NULL ,
65 65
 						Country varchar (50) NOT NULL ,
66 66
 						FIPS104 varchar (2) NOT NULL ,
@@ -79,21 +79,21 @@  discard block
 block discarded – undo
79 79
 						Comment varchar (255) NULL ,
80 80
 						PRIMARY KEY  (CountryId)) $collate ";
81 81
 
82
-        /**
83
-         * Filter the SQL query that creates/updates the country DB table structure.
84
-         *
85
-         * @since 1.0.0
86
-         * @param string $sql The SQL insert query string.
87
-         */
88
-        $GEODIR_COUNTRIES_TABLE = apply_filters('geodir_before_country_table_create', $GEODIR_COUNTRIES_TABLE);
89
-        dbDelta($GEODIR_COUNTRIES_TABLE);
82
+		/**
83
+		 * Filter the SQL query that creates/updates the country DB table structure.
84
+		 *
85
+		 * @since 1.0.0
86
+		 * @param string $sql The SQL insert query string.
87
+		 */
88
+		$GEODIR_COUNTRIES_TABLE = apply_filters('geodir_before_country_table_create', $GEODIR_COUNTRIES_TABLE);
89
+		dbDelta($GEODIR_COUNTRIES_TABLE);
90 90
 
91 91
 
92
-        $country_table_empty = $wpdb->get_var("SELECT COUNT(CountryId) FROM " . GEODIR_COUNTRIES_TABLE . "");
92
+		$country_table_empty = $wpdb->get_var("SELECT COUNT(CountryId) FROM " . GEODIR_COUNTRIES_TABLE . "");
93 93
 
94
-        if ($country_table_empty == 0) {
94
+		if ($country_table_empty == 0) {
95 95
 
96
-            $countries_insert = "INSERT INTO " . GEODIR_COUNTRIES_TABLE . " (`CountryId`, `Country`, `FIPS104`, `ISO2`, `ISO3`, `ISON`, `Internet`, `Capital`, `MapReference`, `NationalitySingular`, `NationalityPlural`, `Currency`, `CurrencyCode`, `Population`, `Title`, `COMMENT`) VALUES
96
+			$countries_insert = "INSERT INTO " . GEODIR_COUNTRIES_TABLE . " (`CountryId`, `Country`, `FIPS104`, `ISO2`, `ISO3`, `ISON`, `Internet`, `Capital`, `MapReference`, `NationalitySingular`, `NationalityPlural`, `Currency`, `CurrencyCode`, `Population`, `Title`, `COMMENT`) VALUES
97 97
 	(1, 'Afghanistan', 'AF', 'AF', 'AFG', '4', 'AF', 'Kabul ', 'Asia ', 'Afghan', 'Afghans', 'Afghani ', 'AFA', 26813057, 'Afghanistan', ''),
98 98
 	(2, 'Albania', 'AL', 'AL', 'ALB', '8', 'AL', 'Tirana ', 'Europe ', 'Albanian', 'Albanians', 'Lek ', 'ALL', 3510484, 'Albania', ''),
99 99
 	(3, 'Algeria', 'AG', 'DZ', 'DZA', '12', 'DZ', 'Algiers ', 'Africa ', 'Algerian', 'Algerians', 'Algerian Dinar ', 'DZD', 31736053, 'Algeria', ''),
@@ -367,21 +367,21 @@  discard block
 block discarded – undo
367 367
 	(276, 'Curaçao', 'UC', 'CW', 'CUW', '531', 'CW', 'Willemstad ', 'Central America and the Caribbean', 'Curaçaoan', 'Curaçaoans', 'Netherlands Antillean guilder', 'ANG', 152760, 'Curaçao', ''),
368 368
 	(277, 'Caribbean Netherlands', '--', 'BQ', 'BES', '535', 'BQ', '--', 'Central America and the Caribbean', '--', '--', 'United States dollar', 'USD', 21133, 'Caribbean Netherlands', '')";
369 369
 
370
-            /**
371
-             * Filter the SQL query that inserts the country DB table data.
372
-             *
373
-             * @since 1.0.0
374
-             * @param string $sql The SQL insert query string.
375
-             */
376
-            $countries_insert = apply_filters('geodir_before_country_data_insert', $countries_insert);
377
-            $wpdb->query($countries_insert);
370
+			/**
371
+			 * Filter the SQL query that inserts the country DB table data.
372
+			 *
373
+			 * @since 1.0.0
374
+			 * @param string $sql The SQL insert query string.
375
+			 */
376
+			$countries_insert = apply_filters('geodir_before_country_data_insert', $countries_insert);
377
+			$wpdb->query($countries_insert);
378 378
 
379
-        }
379
+		}
380 380
 
381 381
 
382
-        // Table for storing location attribute - these are user defined
382
+		// Table for storing location attribute - these are user defined
383 383
 
384
-        $icon_table = "CREATE TABLE " . GEODIR_ICON_TABLE . " (
384
+		$icon_table = "CREATE TABLE " . GEODIR_ICON_TABLE . " (
385 385
 						id int NOT NULL AUTO_INCREMENT,
386 386
 						post_id int( 10 ) NOT NULL,
387 387
 						post_title varchar(254) NOT NULL,
@@ -390,19 +390,19 @@  discard block
 block discarded – undo
390 390
 						PRIMARY KEY  (id)
391 391
 						) $collate ";
392 392
 
393
-        /**
394
-         * Filter the SQL query that creates/updates the post_icon DB table structure.
395
-         *
396
-         * @since 1.0.0
397
-         * @param string $sql The SQL insert query string.
398
-         */
399
-        $icon_table = apply_filters('geodir_before_icon_table_create', $icon_table);
393
+		/**
394
+		 * Filter the SQL query that creates/updates the post_icon DB table structure.
395
+		 *
396
+		 * @since 1.0.0
397
+		 * @param string $sql The SQL insert query string.
398
+		 */
399
+		$icon_table = apply_filters('geodir_before_icon_table_create', $icon_table);
400 400
 
401
-        dbDelta($icon_table);
401
+		dbDelta($icon_table);
402 402
 
403
-        // Table for storing post custom fields - these are user defined
403
+		// Table for storing post custom fields - these are user defined
404 404
 
405
-        $post_custom_fields = "CREATE TABLE " . GEODIR_CUSTOM_FIELDS_TABLE . " (
405
+		$post_custom_fields = "CREATE TABLE " . GEODIR_CUSTOM_FIELDS_TABLE . " (
406 406
 							  id int(11) NOT NULL AUTO_INCREMENT,
407 407
 							  post_type varchar(100) NULL,
408 408
 							  data_type varchar(100) NULL DEFAULT NULL,
@@ -436,18 +436,18 @@  discard block
 block discarded – undo
436 436
 							  PRIMARY KEY  (id)
437 437
 							  ) $collate";
438 438
 
439
-        /**
440
-         * Filter the SQL query that creates/updates the custom_fields DB table structure.
441
-         *
442
-         * @since 1.0.0
443
-         * @param string $sql The SQL insert query string.
444
-         */
445
-        $post_custom_fields = apply_filters('geodir_before_custom_field_table_create', $post_custom_fields);
439
+		/**
440
+		 * Filter the SQL query that creates/updates the custom_fields DB table structure.
441
+		 *
442
+		 * @since 1.0.0
443
+		 * @param string $sql The SQL insert query string.
444
+		 */
445
+		$post_custom_fields = apply_filters('geodir_before_custom_field_table_create', $post_custom_fields);
446 446
 
447
-        dbDelta($post_custom_fields);
447
+		dbDelta($post_custom_fields);
448 448
 
449
-        // Table for storing place attribute - these are user defined
450
-        $post_detail = "CREATE TABLE " . $plugin_prefix . "gd_place_detail (
449
+		// Table for storing place attribute - these are user defined
450
+		$post_detail = "CREATE TABLE " . $plugin_prefix . "gd_place_detail (
451 451
 						post_id int(11) NOT NULL,
452 452
 						post_title text NULL DEFAULT NULL,
453 453
 						post_status varchar(20) NULL DEFAULT NULL,
@@ -473,22 +473,22 @@  discard block
 block discarded – undo
473 473
 						PRIMARY KEY  (post_id)
474 474
 						) $collate ";
475 475
 
476
-        /**
477
-         * Filter the SQL query that creates/updates the post_detail DB table structure.
478
-         *
479
-         * @since 1.0.0
480
-         * @param string $sql The SQL insert query string.
481
-         */
482
-        $post_detail = apply_filters('geodir_before_post_detail_table_create', $post_detail);
476
+		/**
477
+		 * Filter the SQL query that creates/updates the post_detail DB table structure.
478
+		 *
479
+		 * @since 1.0.0
480
+		 * @param string $sql The SQL insert query string.
481
+		 */
482
+		$post_detail = apply_filters('geodir_before_post_detail_table_create', $post_detail);
483 483
 
484
-        dbDelta($post_detail);
484
+		dbDelta($post_detail);
485 485
 
486
-        // alter post_title
487
-        //$wpdb->query("ALTER TABLE ".$wpdb->prefix."geodir_gd_place_detail MODIFY `post_title` text NULL");
486
+		// alter post_title
487
+		//$wpdb->query("ALTER TABLE ".$wpdb->prefix."geodir_gd_place_detail MODIFY `post_title` text NULL");
488 488
 
489
-        // Table for storing place images - these are user defined
489
+		// Table for storing place images - these are user defined
490 490
 
491
-        $attechment_table = "CREATE TABLE " . GEODIR_ATTACHMENT_TABLE . " (
491
+		$attechment_table = "CREATE TABLE " . GEODIR_ATTACHMENT_TABLE . " (
492 492
 						ID int(11) NOT NULL AUTO_INCREMENT,
493 493
 						post_id int(11) NOT NULL,
494 494
 						user_id int(11) DEFAULT NULL,
@@ -504,18 +504,18 @@  discard block
 block discarded – undo
504 504
 						PRIMARY KEY  (ID)
505 505
 						) $collate ";
506 506
 
507
-        /**
508
-         * Filter the SQL query that creates/updates the attachments DB table structure.
509
-         *
510
-         * @since 1.0.0
511
-         * @param string $sql The SQL insert query string.
512
-         */
513
-        $attechment_table = apply_filters('geodir_before_attachment_table_create', $attechment_table);
507
+		/**
508
+		 * Filter the SQL query that creates/updates the attachments DB table structure.
509
+		 *
510
+		 * @since 1.0.0
511
+		 * @param string $sql The SQL insert query string.
512
+		 */
513
+		$attechment_table = apply_filters('geodir_before_attachment_table_create', $attechment_table);
514 514
 
515
-        dbDelta($attechment_table);
515
+		dbDelta($attechment_table);
516 516
 
517 517
 
518
-        $custom_sort_fields_table = "CREATE TABLE " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " (
518
+		$custom_sort_fields_table = "CREATE TABLE " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " (
519 519
 			id int(11) NOT NULL AUTO_INCREMENT,
520 520
 			post_type varchar(255) NOT NULL,
521 521
 			data_type varchar(255) NOT NULL,
@@ -533,18 +533,18 @@  discard block
 block discarded – undo
533 533
 			PRIMARY KEY  (id)
534 534
 			) $collate ";
535 535
 
536
-        /**
537
-         * Filter the SQL query that creates/updates the custom_sort_fields DB table structure.
538
-         *
539
-         * @since 1.0.0
540
-         * @param string $sql The SQL insert query string.
541
-         */
542
-        $custom_sort_fields_table = apply_filters('geodir_before_sort_fields_table_create', $custom_sort_fields_table);
536
+		/**
537
+		 * Filter the SQL query that creates/updates the custom_sort_fields DB table structure.
538
+		 *
539
+		 * @since 1.0.0
540
+		 * @param string $sql The SQL insert query string.
541
+		 */
542
+		$custom_sort_fields_table = apply_filters('geodir_before_sort_fields_table_create', $custom_sort_fields_table);
543 543
 
544
-        dbDelta($custom_sort_fields_table);
544
+		dbDelta($custom_sort_fields_table);
545 545
 
546 546
 
547
-            $review_table = "CREATE TABLE " . GEODIR_REVIEW_TABLE . " (
547
+			$review_table = "CREATE TABLE " . GEODIR_REVIEW_TABLE . " (
548 548
 			id int(11) NOT NULL AUTO_INCREMENT,
549 549
 			post_id int(11) DEFAULT NULL,
550 550
 			post_title varchar( 255 ) NULL DEFAULT NULL,
@@ -568,191 +568,191 @@  discard block
 block discarded – undo
568 568
 			PRIMARY KEY  (id)
569 569
 			) $collate  ";
570 570
 
571
-            /**
572
-             * Filter the SQL query that creates the review DB table structure.
573
-             *
574
-             * @since 1.0.0
575
-             * @param string $sql The SQL insert query string.
576
-             */
577
-            $review_table = apply_filters('geodir_before_review_table_create', $review_table);
578
-            dbDelta($review_table);
571
+			/**
572
+			 * Filter the SQL query that creates the review DB table structure.
573
+			 *
574
+			 * @since 1.0.0
575
+			 * @param string $sql The SQL insert query string.
576
+			 */
577
+			$review_table = apply_filters('geodir_before_review_table_create', $review_table);
578
+			dbDelta($review_table);
579 579
 
580 580
 
581 581
 
582
-        // Alter terms table
583
-        $term_icon_column = $wpdb->get_var("SHOW COLUMNS FROM $wpdb->terms where field='term_icon'");
584
-        if (!$term_icon_column) {
585
-            $wpdb->query("ALTER TABLE $wpdb->terms ADD `term_icon` TEXT NULL DEFAULT NULL");
586
-        }
582
+		// Alter terms table
583
+		$term_icon_column = $wpdb->get_var("SHOW COLUMNS FROM $wpdb->terms where field='term_icon'");
584
+		if (!$term_icon_column) {
585
+			$wpdb->query("ALTER TABLE $wpdb->terms ADD `term_icon` TEXT NULL DEFAULT NULL");
586
+		}
587 587
 
588
-        //require_once(geodir_plugin_path() . '/upgrade.php');
588
+		//require_once(geodir_plugin_path() . '/upgrade.php');
589 589
 
590 590
 
591
-    }
591
+	}
592 592
 } // END MAIN FUNCTION geodir_tables_install
593 593
 
594 594
 if (!function_exists('geodir_create_default_fields')) {
595
-    /**
596
-     * Inserts default custom fields table data into database.
597
-     *
598
-     * @since 1.0.0
599
-     * @package GeoDirectory
600
-     */
601
-    function geodir_create_default_fields()
602
-    {
603
-
604
-        $fields = array();
605
-
606
-        $fields[] = array('listing_type' => 'gd_place',
607
-            'data_type' => 'VARCHAR',
608
-            'field_type' => 'taxonomy',
609
-            'admin_title' => __('Category', 'geodirectory'),
610
-            'admin_desc' => __('SELECT listing category FROM here. SELECT at least one CATEGORY', 'geodirectory'),
611
-            'site_title' => __('Category', 'geodirectory'),
612
-            'htmlvar_name' => 'gd_placecategory',
613
-            'default_value' => '',
614
-            'is_default' => '1',
615
-            'is_admin' => '1',
616
-            'is_required' => '1',
617
-            'clabels' => __('Category', 'geodirectory'));
618
-
619
-        $fields[] = array('listing_type' => 'gd_place',
620
-            'data_type' => 'VARCHAR',
621
-            'field_type' => 'address',
622
-            'admin_title' => __('Address', 'geodirectory'),
623
-            'admin_desc' => ADDRESS_MSG,
624
-            'site_title' => __('Address', 'geodirectory'),
625
-            'htmlvar_name' => 'post',
626
-            'default_value' => '',
627
-            'option_values' => '',
628
-            'is_default' => '1',
629
-            'is_admin' => '1',
630
-            'is_required' => '1',
631
-            'required_msg' => __('Address fields are required', 'geodirectory'),
632
-            'clabels' => __('Address', 'geodirectory'),
633
-            'extra' => array('show_city' => 1, 'city_lable' => __('City', 'geodirectory'),
634
-                'show_region' => 1, 'region_lable' => __('Region', 'geodirectory'),
635
-                'show_country' => 1, 'country_lable' => __('Country', 'geodirectory'),
636
-                'show_zip' => 1, 'zip_lable' => __('Zip/Post Code', 'geodirectory'),
637
-                'show_map' => 1, 'map_lable' => __('Set Address On Map', 'geodirectory'),
638
-                'show_mapview' => 1, 'mapview_lable' => __('Select Map View', 'geodirectory'),
639
-                'show_mapzoom' => 1, 'mapzoom_lable' => 'hidden',
640
-                'show_latlng' => 1));
641
-
642
-        $fields[] = array('listing_type' => 'gd_place',
643
-            'data_type' => 'VARCHAR',
644
-            'field_type' => 'text',
645
-            'admin_title' => __('Time', 'geodirectory'),
646
-            'admin_desc' => __('Enter Business or Listing Timing Information.<br/>eg. : 10.00 am to 6 pm every day', 'geodirectory'),
647
-            'site_title' => __('Time', 'geodirectory'),
648
-            'htmlvar_name' => 'timing',
649
-            'default_value' => '',
650
-            'option_values' => '',
651
-            'is_default' => '1',
652
-            'is_admin' => '1',
653
-            'clabels' => __('Time', 'geodirectory'));
654
-
655
-        $fields[] = array('listing_type' => 'gd_place',
656
-            'data_type' => 'VARCHAR',
657
-            'field_type' => 'phone',
658
-            'admin_title' => __('Phone', 'geodirectory'),
659
-            'admin_desc' => __('You can enter phone number,cell phone number etc.', 'geodirectory'),
660
-            'site_title' => __('Phone', 'geodirectory'),
661
-            'htmlvar_name' => 'contact',
662
-            'default_value' => '',
663
-            'option_values' => '',
664
-            'is_default' => '1',
665
-            'is_admin' => '1',
666
-            'clabels' => __('Phone', 'geodirectory'));
667
-
668
-        $fields[] = array('listing_type' => 'gd_place',
669
-            'data_type' => 'VARCHAR',
670
-            'field_type' => 'email',
671
-            'admin_title' => __('Email', 'geodirectory'),
672
-            'admin_desc' => __('You can enter your business or listing email.', 'geodirectory'),
673
-            'site_title' => __('Email', 'geodirectory'),
674
-            'htmlvar_name' => 'email',
675
-            'default_value' => '',
676
-            'option_values' => '',
677
-            'is_default' => '1',
678
-            'is_admin' => '1',
679
-            'clabels' => __('Email', 'geodirectory'));
680
-
681
-        $fields[] = array('listing_type' => 'gd_place',
682
-            'data_type' => 'VARCHAR',
683
-            'field_type' => 'url',
684
-            'admin_title' => __('Website', 'geodirectory'),
685
-            'admin_desc' => __('You can enter your business or listing website.', 'geodirectory'),
686
-            'site_title' => __('Website', 'geodirectory'),
687
-            'htmlvar_name' => 'website',
688
-            'default_value' => '',
689
-            'option_values' => '',
690
-            'is_default' => '1',
691
-            'is_admin' => '1',
692
-            'clabels' => __('Website', 'geodirectory'));
693
-
694
-        $fields[] = array('listing_type' => 'gd_place',
695
-            'data_type' => 'VARCHAR',
696
-            'field_type' => 'url',
697
-            'admin_title' => __('Twitter', 'geodirectory'),
698
-            'admin_desc' => __('You can enter your business or listing twitter url.', 'geodirectory'),
699
-            'site_title' => __('Twitter', 'geodirectory'),
700
-            'htmlvar_name' => 'twitter',
701
-            'default_value' => '',
702
-            'option_values' => '',
703
-            'is_default' => '1',
704
-            'is_admin' => '1',
705
-            'clabels' => __('Twitter', 'geodirectory'));
706
-
707
-        $fields[] = array('listing_type' => 'gd_place',
708
-            'data_type' => 'VARCHAR',
709
-            'field_type' => 'url',
710
-            'admin_title' => __('Facebook', 'geodirectory'),
711
-            'admin_desc' => __('You can enter your business or listing facebook url.', 'geodirectory'),
712
-            'site_title' => __('Facebook', 'geodirectory'),
713
-            'htmlvar_name' => 'facebook',
714
-            'default_value' => '',
715
-            'option_values' => '',
716
-            'is_default' => '1',
717
-            'is_admin' => '1',
718
-            'clabels' => __('Facebook', 'geodirectory'));
719
-
720
-        $fields[] = array('listing_type' => 'gd_place',
721
-            'data_type' => 'TEXT',
722
-            'field_type' => 'textarea',
723
-            'admin_title' => __('Video', 'geodirectory'),
724
-            'admin_desc' => __('Add video code here, YouTube etc.', 'geodirectory'),
725
-            'site_title' => __('Video', 'geodirectory'),
726
-            'htmlvar_name' => 'video',
727
-            'default_value' => '',
728
-            'option_values' => '',
729
-            'is_default' => '0',
730
-            'is_admin' => '1',
731
-            'clabels' => __('Video', 'geodirectory'));
732
-
733
-        $fields[] = array('listing_type' => 'gd_place',
734
-            'data_type' => 'TEXT',
735
-            'field_type' => 'textarea',
736
-            'admin_title' => __('Special Offers', 'geodirectory'),
737
-            'admin_desc' => __('Note: List out any special offers (optional)', 'geodirectory'),
738
-            'site_title' => __('Special Offers', 'geodirectory'),
739
-            'htmlvar_name' => 'special_offers',
740
-            'default_value' => '',
741
-            'option_values' => '',
742
-            'is_default' => '0',
743
-            'is_admin' => '1',
744
-            'clabels' => __('Special Offers', 'geodirectory'));
745
-
746
-        /**
747
-         * Filter the array of default custom fields DB table data.
748
-         *
749
-         * @since 1.0.0
750
-         * @param string $fields The default custom fields as an array.
751
-         */
752
-        $fields = apply_filters('geodir_before_default_custom_fields_saved', $fields);
753
-        foreach ($fields as $field_index => $field) {
754
-            geodir_custom_field_save($field);
755
-
756
-        }
757
-    }
595
+	/**
596
+	 * Inserts default custom fields table data into database.
597
+	 *
598
+	 * @since 1.0.0
599
+	 * @package GeoDirectory
600
+	 */
601
+	function geodir_create_default_fields()
602
+	{
603
+
604
+		$fields = array();
605
+
606
+		$fields[] = array('listing_type' => 'gd_place',
607
+			'data_type' => 'VARCHAR',
608
+			'field_type' => 'taxonomy',
609
+			'admin_title' => __('Category', 'geodirectory'),
610
+			'admin_desc' => __('SELECT listing category FROM here. SELECT at least one CATEGORY', 'geodirectory'),
611
+			'site_title' => __('Category', 'geodirectory'),
612
+			'htmlvar_name' => 'gd_placecategory',
613
+			'default_value' => '',
614
+			'is_default' => '1',
615
+			'is_admin' => '1',
616
+			'is_required' => '1',
617
+			'clabels' => __('Category', 'geodirectory'));
618
+
619
+		$fields[] = array('listing_type' => 'gd_place',
620
+			'data_type' => 'VARCHAR',
621
+			'field_type' => 'address',
622
+			'admin_title' => __('Address', 'geodirectory'),
623
+			'admin_desc' => ADDRESS_MSG,
624
+			'site_title' => __('Address', 'geodirectory'),
625
+			'htmlvar_name' => 'post',
626
+			'default_value' => '',
627
+			'option_values' => '',
628
+			'is_default' => '1',
629
+			'is_admin' => '1',
630
+			'is_required' => '1',
631
+			'required_msg' => __('Address fields are required', 'geodirectory'),
632
+			'clabels' => __('Address', 'geodirectory'),
633
+			'extra' => array('show_city' => 1, 'city_lable' => __('City', 'geodirectory'),
634
+				'show_region' => 1, 'region_lable' => __('Region', 'geodirectory'),
635
+				'show_country' => 1, 'country_lable' => __('Country', 'geodirectory'),
636
+				'show_zip' => 1, 'zip_lable' => __('Zip/Post Code', 'geodirectory'),
637
+				'show_map' => 1, 'map_lable' => __('Set Address On Map', 'geodirectory'),
638
+				'show_mapview' => 1, 'mapview_lable' => __('Select Map View', 'geodirectory'),
639
+				'show_mapzoom' => 1, 'mapzoom_lable' => 'hidden',
640
+				'show_latlng' => 1));
641
+
642
+		$fields[] = array('listing_type' => 'gd_place',
643
+			'data_type' => 'VARCHAR',
644
+			'field_type' => 'text',
645
+			'admin_title' => __('Time', 'geodirectory'),
646
+			'admin_desc' => __('Enter Business or Listing Timing Information.<br/>eg. : 10.00 am to 6 pm every day', 'geodirectory'),
647
+			'site_title' => __('Time', 'geodirectory'),
648
+			'htmlvar_name' => 'timing',
649
+			'default_value' => '',
650
+			'option_values' => '',
651
+			'is_default' => '1',
652
+			'is_admin' => '1',
653
+			'clabels' => __('Time', 'geodirectory'));
654
+
655
+		$fields[] = array('listing_type' => 'gd_place',
656
+			'data_type' => 'VARCHAR',
657
+			'field_type' => 'phone',
658
+			'admin_title' => __('Phone', 'geodirectory'),
659
+			'admin_desc' => __('You can enter phone number,cell phone number etc.', 'geodirectory'),
660
+			'site_title' => __('Phone', 'geodirectory'),
661
+			'htmlvar_name' => 'contact',
662
+			'default_value' => '',
663
+			'option_values' => '',
664
+			'is_default' => '1',
665
+			'is_admin' => '1',
666
+			'clabels' => __('Phone', 'geodirectory'));
667
+
668
+		$fields[] = array('listing_type' => 'gd_place',
669
+			'data_type' => 'VARCHAR',
670
+			'field_type' => 'email',
671
+			'admin_title' => __('Email', 'geodirectory'),
672
+			'admin_desc' => __('You can enter your business or listing email.', 'geodirectory'),
673
+			'site_title' => __('Email', 'geodirectory'),
674
+			'htmlvar_name' => 'email',
675
+			'default_value' => '',
676
+			'option_values' => '',
677
+			'is_default' => '1',
678
+			'is_admin' => '1',
679
+			'clabels' => __('Email', 'geodirectory'));
680
+
681
+		$fields[] = array('listing_type' => 'gd_place',
682
+			'data_type' => 'VARCHAR',
683
+			'field_type' => 'url',
684
+			'admin_title' => __('Website', 'geodirectory'),
685
+			'admin_desc' => __('You can enter your business or listing website.', 'geodirectory'),
686
+			'site_title' => __('Website', 'geodirectory'),
687
+			'htmlvar_name' => 'website',
688
+			'default_value' => '',
689
+			'option_values' => '',
690
+			'is_default' => '1',
691
+			'is_admin' => '1',
692
+			'clabels' => __('Website', 'geodirectory'));
693
+
694
+		$fields[] = array('listing_type' => 'gd_place',
695
+			'data_type' => 'VARCHAR',
696
+			'field_type' => 'url',
697
+			'admin_title' => __('Twitter', 'geodirectory'),
698
+			'admin_desc' => __('You can enter your business or listing twitter url.', 'geodirectory'),
699
+			'site_title' => __('Twitter', 'geodirectory'),
700
+			'htmlvar_name' => 'twitter',
701
+			'default_value' => '',
702
+			'option_values' => '',
703
+			'is_default' => '1',
704
+			'is_admin' => '1',
705
+			'clabels' => __('Twitter', 'geodirectory'));
706
+
707
+		$fields[] = array('listing_type' => 'gd_place',
708
+			'data_type' => 'VARCHAR',
709
+			'field_type' => 'url',
710
+			'admin_title' => __('Facebook', 'geodirectory'),
711
+			'admin_desc' => __('You can enter your business or listing facebook url.', 'geodirectory'),
712
+			'site_title' => __('Facebook', 'geodirectory'),
713
+			'htmlvar_name' => 'facebook',
714
+			'default_value' => '',
715
+			'option_values' => '',
716
+			'is_default' => '1',
717
+			'is_admin' => '1',
718
+			'clabels' => __('Facebook', 'geodirectory'));
719
+
720
+		$fields[] = array('listing_type' => 'gd_place',
721
+			'data_type' => 'TEXT',
722
+			'field_type' => 'textarea',
723
+			'admin_title' => __('Video', 'geodirectory'),
724
+			'admin_desc' => __('Add video code here, YouTube etc.', 'geodirectory'),
725
+			'site_title' => __('Video', 'geodirectory'),
726
+			'htmlvar_name' => 'video',
727
+			'default_value' => '',
728
+			'option_values' => '',
729
+			'is_default' => '0',
730
+			'is_admin' => '1',
731
+			'clabels' => __('Video', 'geodirectory'));
732
+
733
+		$fields[] = array('listing_type' => 'gd_place',
734
+			'data_type' => 'TEXT',
735
+			'field_type' => 'textarea',
736
+			'admin_title' => __('Special Offers', 'geodirectory'),
737
+			'admin_desc' => __('Note: List out any special offers (optional)', 'geodirectory'),
738
+			'site_title' => __('Special Offers', 'geodirectory'),
739
+			'htmlvar_name' => 'special_offers',
740
+			'default_value' => '',
741
+			'option_values' => '',
742
+			'is_default' => '0',
743
+			'is_admin' => '1',
744
+			'clabels' => __('Special Offers', 'geodirectory'));
745
+
746
+		/**
747
+		 * Filter the array of default custom fields DB table data.
748
+		 *
749
+		 * @since 1.0.0
750
+		 * @param string $fields The default custom fields as an array.
751
+		 */
752
+		$fields = apply_filters('geodir_before_default_custom_fields_saved', $fields);
753
+		foreach ($fields as $field_index => $field) {
754
+			geodir_custom_field_save($field);
755
+
756
+		}
757
+	}
758 758
 }
759 759
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +6 added lines, -2 removed lines patch added patch discarded remove patch
@@ -23,8 +23,12 @@
 block discarded – undo
23 23
 
24 24
         $collate = '';
25 25
         if ($wpdb->has_cap('collation')) {
26
-            if (!empty($wpdb->charset)) $collate = "DEFAULT CHARACTER SET $wpdb->charset";
27
-            if (!empty($wpdb->collate)) $collate .= " COLLATE $wpdb->collate";
26
+            if (!empty($wpdb->charset)) {
27
+            	$collate = "DEFAULT CHARACTER SET $wpdb->charset";
28
+            }
29
+            if (!empty($wpdb->collate)) {
30
+            	$collate .= " COLLATE $wpdb->collate";
31
+            }
28 32
         }
29 33
 
30 34
 		/**
Please login to merge, or discard this patch.
Spacing   +24 added lines, -24 removed lines patch added patch discarded remove patch
@@ -32,35 +32,35 @@  discard block
 block discarded – undo
32 32
 		 *
33 33
 		 * @since 1.0.0
34 34
 		 */
35
-		require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
35
+		require_once(ABSPATH.'wp-admin/includes/upgrade.php');
36 36
 
37 37
 
38 38
 // rename tables if we need to
39
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_countries'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_countries'") == 0) {
40
-            $wpdb->query("RENAME TABLE geodir_countries TO " . $wpdb->prefix . "geodir_countries");
39
+        if ($wpdb->query("SHOW TABLES LIKE 'geodir_countries'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."geodir_countries'") == 0) {
40
+            $wpdb->query("RENAME TABLE geodir_countries TO ".$wpdb->prefix."geodir_countries");
41 41
         }
42
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_custom_fields'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_custom_fields'") == 0) {
43
-            $wpdb->query("RENAME TABLE geodir_custom_fields TO " . $wpdb->prefix . "geodir_custom_fields");
42
+        if ($wpdb->query("SHOW TABLES LIKE 'geodir_custom_fields'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."geodir_custom_fields'") == 0) {
43
+            $wpdb->query("RENAME TABLE geodir_custom_fields TO ".$wpdb->prefix."geodir_custom_fields");
44 44
         }
45
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_post_icon'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_post_icon'") == 0) {
46
-            $wpdb->query("RENAME TABLE geodir_post_icon TO " . $wpdb->prefix . "geodir_post_icon");
45
+        if ($wpdb->query("SHOW TABLES LIKE 'geodir_post_icon'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."geodir_post_icon'") == 0) {
46
+            $wpdb->query("RENAME TABLE geodir_post_icon TO ".$wpdb->prefix."geodir_post_icon");
47 47
         }
48
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_attachments'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_attachments'") == 0) {
49
-            $wpdb->query("RENAME TABLE geodir_attachments TO " . $wpdb->prefix . "geodir_attachments");
48
+        if ($wpdb->query("SHOW TABLES LIKE 'geodir_attachments'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."geodir_attachments'") == 0) {
49
+            $wpdb->query("RENAME TABLE geodir_attachments TO ".$wpdb->prefix."geodir_attachments");
50 50
         }
51
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_post_review'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_post_review'") == 0) {
52
-            $wpdb->query("RENAME TABLE geodir_post_review TO " . $wpdb->prefix . "geodir_post_review");
51
+        if ($wpdb->query("SHOW TABLES LIKE 'geodir_post_review'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."geodir_post_review'") == 0) {
52
+            $wpdb->query("RENAME TABLE geodir_post_review TO ".$wpdb->prefix."geodir_post_review");
53 53
         }
54
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_custom_sort_fields'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_custom_sort_fields'") == 0) {
55
-            $wpdb->query("RENAME TABLE geodir_custom_sort_fields TO " . $wpdb->prefix . "geodir_custom_sort_fields");
54
+        if ($wpdb->query("SHOW TABLES LIKE 'geodir_custom_sort_fields'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."geodir_custom_sort_fields'") == 0) {
55
+            $wpdb->query("RENAME TABLE geodir_custom_sort_fields TO ".$wpdb->prefix."geodir_custom_sort_fields");
56 56
         }
57
-        if ($wpdb->query("SHOW TABLES LIKE 'geodir_gd_place_detail'") > 0 && $wpdb->query("SHOW TABLES LIKE '" . $wpdb->prefix . "geodir_gd_place_detail'") == 0) {
58
-            $wpdb->query("RENAME TABLE geodir_gd_place_detail TO " . $wpdb->prefix . "geodir_gd_place_detail");
57
+        if ($wpdb->query("SHOW TABLES LIKE 'geodir_gd_place_detail'") > 0 && $wpdb->query("SHOW TABLES LIKE '".$wpdb->prefix."geodir_gd_place_detail'") == 0) {
58
+            $wpdb->query("RENAME TABLE geodir_gd_place_detail TO ".$wpdb->prefix."geodir_gd_place_detail");
59 59
         }
60 60
 
61 61
 
62 62
         // Table for storing Countries
63
-        $GEODIR_COUNTRIES_TABLE = "CREATE TABLE " . GEODIR_COUNTRIES_TABLE . " (
63
+        $GEODIR_COUNTRIES_TABLE = "CREATE TABLE ".GEODIR_COUNTRIES_TABLE." (
64 64
 						CountryId smallint AUTO_INCREMENT NOT NULL ,
65 65
 						Country varchar (50) NOT NULL ,
66 66
 						FIPS104 varchar (2) NOT NULL ,
@@ -89,11 +89,11 @@  discard block
 block discarded – undo
89 89
         dbDelta($GEODIR_COUNTRIES_TABLE);
90 90
 
91 91
 
92
-        $country_table_empty = $wpdb->get_var("SELECT COUNT(CountryId) FROM " . GEODIR_COUNTRIES_TABLE . "");
92
+        $country_table_empty = $wpdb->get_var("SELECT COUNT(CountryId) FROM ".GEODIR_COUNTRIES_TABLE."");
93 93
 
94 94
         if ($country_table_empty == 0) {
95 95
 
96
-            $countries_insert = "INSERT INTO " . GEODIR_COUNTRIES_TABLE . " (`CountryId`, `Country`, `FIPS104`, `ISO2`, `ISO3`, `ISON`, `Internet`, `Capital`, `MapReference`, `NationalitySingular`, `NationalityPlural`, `Currency`, `CurrencyCode`, `Population`, `Title`, `COMMENT`) VALUES
96
+            $countries_insert = "INSERT INTO ".GEODIR_COUNTRIES_TABLE." (`CountryId`, `Country`, `FIPS104`, `ISO2`, `ISO3`, `ISON`, `Internet`, `Capital`, `MapReference`, `NationalitySingular`, `NationalityPlural`, `Currency`, `CurrencyCode`, `Population`, `Title`, `COMMENT`) VALUES
97 97
 	(1, 'Afghanistan', 'AF', 'AF', 'AFG', '4', 'AF', 'Kabul ', 'Asia ', 'Afghan', 'Afghans', 'Afghani ', 'AFA', 26813057, 'Afghanistan', ''),
98 98
 	(2, 'Albania', 'AL', 'AL', 'ALB', '8', 'AL', 'Tirana ', 'Europe ', 'Albanian', 'Albanians', 'Lek ', 'ALL', 3510484, 'Albania', ''),
99 99
 	(3, 'Algeria', 'AG', 'DZ', 'DZA', '12', 'DZ', 'Algiers ', 'Africa ', 'Algerian', 'Algerians', 'Algerian Dinar ', 'DZD', 31736053, 'Algeria', ''),
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
 
383 383
         // Table for storing location attribute - these are user defined
384 384
 
385
-        $icon_table = "CREATE TABLE " . GEODIR_ICON_TABLE . " (
385
+        $icon_table = "CREATE TABLE ".GEODIR_ICON_TABLE." (
386 386
 						id int NOT NULL AUTO_INCREMENT,
387 387
 						post_id int( 10 ) NOT NULL,
388 388
 						post_title varchar(254) NOT NULL,
@@ -403,7 +403,7 @@  discard block
 block discarded – undo
403 403
 
404 404
         // Table for storing post custom fields - these are user defined
405 405
 
406
-        $post_custom_fields = "CREATE TABLE " . GEODIR_CUSTOM_FIELDS_TABLE . " (
406
+        $post_custom_fields = "CREATE TABLE ".GEODIR_CUSTOM_FIELDS_TABLE." (
407 407
 							  id int(11) NOT NULL AUTO_INCREMENT,
408 408
 							  post_type varchar(100) NULL,
409 409
 							  data_type varchar(100) NULL DEFAULT NULL,
@@ -448,7 +448,7 @@  discard block
 block discarded – undo
448 448
         dbDelta($post_custom_fields);
449 449
 
450 450
         // Table for storing place attribute - these are user defined
451
-        $post_detail = "CREATE TABLE " . $plugin_prefix . "gd_place_detail (
451
+        $post_detail = "CREATE TABLE ".$plugin_prefix."gd_place_detail (
452 452
 						post_id int(11) NOT NULL,
453 453
 						post_title text NULL DEFAULT NULL,
454 454
 						post_status varchar(20) NULL DEFAULT NULL,
@@ -489,7 +489,7 @@  discard block
 block discarded – undo
489 489
 
490 490
         // Table for storing place images - these are user defined
491 491
 
492
-        $attechment_table = "CREATE TABLE " . GEODIR_ATTACHMENT_TABLE . " (
492
+        $attechment_table = "CREATE TABLE ".GEODIR_ATTACHMENT_TABLE." (
493 493
 						ID int(11) NOT NULL AUTO_INCREMENT,
494 494
 						post_id int(11) NOT NULL,
495 495
 						user_id int(11) DEFAULT NULL,
@@ -516,7 +516,7 @@  discard block
 block discarded – undo
516 516
         dbDelta($attechment_table);
517 517
 
518 518
 
519
-        $custom_sort_fields_table = "CREATE TABLE " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " (
519
+        $custom_sort_fields_table = "CREATE TABLE ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." (
520 520
 			id int(11) NOT NULL AUTO_INCREMENT,
521 521
 			post_type varchar(255) NOT NULL,
522 522
 			data_type varchar(255) NOT NULL,
@@ -545,7 +545,7 @@  discard block
 block discarded – undo
545 545
         dbDelta($custom_sort_fields_table);
546 546
 
547 547
 
548
-            $review_table = "CREATE TABLE " . GEODIR_REVIEW_TABLE . " (
548
+            $review_table = "CREATE TABLE ".GEODIR_REVIEW_TABLE." (
549 549
 			id int(11) NOT NULL AUTO_INCREMENT,
550 550
 			post_id int(11) DEFAULT NULL,
551 551
 			post_title varchar( 255 ) NULL DEFAULT NULL,
Please login to merge, or discard this patch.
geodirectory-admin/option-pages/permalink_settings_array.php 1 patch
Indentation   +178 added lines, -178 removed lines patch added patch discarded remove patch
@@ -16,184 +16,184 @@
 block discarded – undo
16 16
  */
17 17
 $geodir_settings['permalink_settings'] = apply_filters('geodir_permalink_settings', array(
18 18
 
19
-    /* Listing Permalink Settings start */
20
-    array('name' => __('Permalink', 'geodirectory'), 'type' => 'no_tabs', 'desc' => 'Settings to set permalink', 'id' => 'geodir_permalink_settings '),
21
-
22
-
23
-    array('name' => __('Listing Detail Permalink Settings', 'geodirectory'),
24
-        'type' => 'sectionstart',
25
-        'desc' => '',
26
-        'id' => 'geodir_permalink'),
27
-
28
-    array(
29
-        'name' => __('Add location in urls', 'geodirectory'),
30
-        'desc' => __('Add location slug in listing urls', 'geodirectory'),
31
-        'id' => 'geodir_add_location_url',
32
-        'type' => 'checkbox',
33
-        'std' => '1',
34
-        'checkboxgroup' => 'start'
35
-    ),
36
-
37
-    array(
38
-        'name' => __('Add full location in listing urls', 'geodirectory'),
39
-        'desc' => __('Add full location info with country, region and city slug in listing urls', 'geodirectory'),
40
-        'id' => 'geodir_show_location_url',
41
-        'type' => 'radio',
42
-        'value' => 'all',
43
-        'std' => 'all',
44
-        'radiogroup' => ''
45
-    ),
46
-
47
-	array(
48
-        'name' => __('Add country and city slug in listing urls', 'geodirectory'),
49
-        'desc' => __('Add country and city slug in listing urls (/country/city/)', 'geodirectory'),
50
-        'id' => 'geodir_show_location_url',
51
-        'type' => 'radio',
52
-        'std' => 'all',
53
-        'value' => 'country_city',
54
-        'radiogroup' => ''
55
-    ),
56
-	array(
57
-        'name' => __('Add region and city slug in listing urls', 'geodirectory'),
58
-        'desc' => __('Add region and city slug in listing urls (/region/city/)', 'geodirectory'),
59
-        'id' => 'geodir_show_location_url',
60
-        'type' => 'radio',
61
-        'std' => 'all',
62
-        'value' => 'region_city',
63
-        'radiogroup' => ''
64
-    ),
65
-    array(
66
-        'name' => __('Add only city in listing urls', 'geodirectory'),
67
-        'desc' => __('Add city slug in listing urls', 'geodirectory'),
68
-        'id' => 'geodir_show_location_url',
69
-        'type' => 'radio',
70
-        'std' => 'all',
71
-        'value' => 'city',
72
-        'radiogroup' => 'end'
73
-    ),
74
-
75
-
76
-
77
-    array(
78
-        'name' => __('Add category in listing urls', 'geodirectory'),
79
-        'desc' => __('Add requested category slugs in listing urls', 'geodirectory'),
80
-        'id' => 'geodir_add_categories_url',
81
-        'type' => 'checkbox',
82
-        'std' => '1',
83
-    ),
84
-
85
-    array(
86
-        'name' => __('Listing url prefix', 'geodirectory'),
87
-        'desc' => __('Listing prefix to show in url', 'geodirectory'),
88
-        'id' => 'geodir_listing_prefix',
89
-        'type' => 'text',
90
-        'css' => 'min-width:300px;',
91
-        'std' => 'places'
92
-    ),
93
-
94
-    array(
95
-        'name' => __('Location url prefix', 'geodirectory'),
96
-        'desc' => __('Depreciated, now uses the location page slug', 'geodirectory'),
97
-        'id' => 'geodir_location_prefix',
98
-        'type' => 'text',
99
-        'css' => 'min-width:300px;',
100
-        'std' => 'location' // Default value to show home top section
101
-    ),
102
-
103
-    array(
104
-        'name' => __('Location and category url separator', 'geodirectory'),
105
-        'desc' => __('Separator to show between location and category url slugs in listing urls', 'geodirectory'),
106
-        'id' => 'geodir_listingurl_separator',
107
-        'type' => 'text',
108
-        'css' => 'min-width:300px;',
109
-        'std' => 'C' // Default value to show home top section
110
-    ),
111
-
112
-    array(
113
-        'name' => __('Listing detail url separator', 'geodirectory'),
114
-        'desc' => __('Separator to show before listing slug in listing detail urls', 'geodirectory'),
115
-        'id' => 'geodir_detailurl_separator',
116
-        'type' => 'text',
117
-        'css' => 'min-width:300px;',
118
-        'std' => 'info' // Default value to show home top section
119
-    ),
120
-
121
-
122
-    array('type' => 'sectionend', 'id' => 'geodir_permalink'),
123
-
124
-    array('name' => __('GeoDirectory Pages', 'geodirectory'),
125
-        'type' => 'sectionstart',
126
-        'desc' => '',
127
-        'id' => 'geodir_pages'),
128
-
129
-    array(
130
-        'name' => __('GD Home page', 'geodirectory'),
131
-        'desc' => __('Select the page to use for the GD homepage (you must also set this page in Settings>Reading>Front page for it to work)', 'geodirectory'),
132
-        'id' => 'geodir_home_page',
133
-        'type' => 'single_select_page',
134
-        'class' => 'chosen_select'
135
-    ),
136
-
137
-    array(
138
-        'name' => __('Add listing page', 'geodirectory'),
139
-        'desc' => __('Select the page to use for adding listings', 'geodirectory'),
140
-        'id' => 'geodir_add_listing_page',
141
-        'type' => 'single_select_page',
142
-        'class' => 'chosen_select'
143
-    ),
144
-
145
-    array(
146
-        'name' => __('Listing preview page', 'geodirectory'),
147
-        'desc' => __('Select the page to use for listing preview', 'geodirectory'),
148
-        'id' => 'geodir_preview_page',
149
-        'type' => 'single_select_page',
150
-        'class' => 'chosen_select'
151
-    ),
152
-
153
-    array(
154
-        'name' => __('Listing success page', 'geodirectory'),
155
-        'desc' => __('Select the page to use for listing success', 'geodirectory'),
156
-        'id' => 'geodir_success_page',
157
-        'type' => 'single_select_page',
158
-        'class' => 'chosen_select'
159
-    ),
160
-
161
-    array(
162
-        'name' => __('Location page', 'geodirectory'),
163
-        'desc' => __('Select the page to use for locations', 'geodirectory'),
164
-        'id' => 'geodir_location_page',
165
-        'type' => 'single_select_page',
166
-        'class' => 'chosen_select'
167
-    ),
168
-
169
-    array(
170
-        'name' => __('Terms and Conditions page', 'geodirectory'),
171
-        'desc' => __('Select the page to use for Terms and Conditions (if enabled)', 'geodirectory'),
172
-        'id' => 'geodir_term_condition_page',
173
-        'type' => 'single_select_page',
174
-        'class' => 'chosen_select'
175
-    ),
176
-
177
-    array(
178
-        'name' => __('Info page', 'geodirectory'),
179
-        'desc' => __('Select the page to use for Gd general Info', 'geodirectory'),
180
-        'id' => 'geodir_info_page',
181
-        'type' => 'single_select_page',
182
-        'class' => 'chosen_select'
183
-    ),
184
-
185
-    array(
186
-        'name' => __('Login page', 'geodirectory'),
187
-        'desc' => __('Select the page to use for Login / Register', 'geodirectory'),
188
-        'id' => 'geodir_login_page',
189
-        'type' => 'single_select_page',
190
-        'class' => 'chosen_select'
191
-    ),
192
-
193
-
194
-    array('type' => 'sectionend', 'id' => 'geodir_pages'),
195
-
196
-    /* Listing Detail Permalink Settings End */
19
+	/* Listing Permalink Settings start */
20
+	array('name' => __('Permalink', 'geodirectory'), 'type' => 'no_tabs', 'desc' => 'Settings to set permalink', 'id' => 'geodir_permalink_settings '),
21
+
22
+
23
+	array('name' => __('Listing Detail Permalink Settings', 'geodirectory'),
24
+		'type' => 'sectionstart',
25
+		'desc' => '',
26
+		'id' => 'geodir_permalink'),
27
+
28
+	array(
29
+		'name' => __('Add location in urls', 'geodirectory'),
30
+		'desc' => __('Add location slug in listing urls', 'geodirectory'),
31
+		'id' => 'geodir_add_location_url',
32
+		'type' => 'checkbox',
33
+		'std' => '1',
34
+		'checkboxgroup' => 'start'
35
+	),
36
+
37
+	array(
38
+		'name' => __('Add full location in listing urls', 'geodirectory'),
39
+		'desc' => __('Add full location info with country, region and city slug in listing urls', 'geodirectory'),
40
+		'id' => 'geodir_show_location_url',
41
+		'type' => 'radio',
42
+		'value' => 'all',
43
+		'std' => 'all',
44
+		'radiogroup' => ''
45
+	),
46
+
47
+	array(
48
+		'name' => __('Add country and city slug in listing urls', 'geodirectory'),
49
+		'desc' => __('Add country and city slug in listing urls (/country/city/)', 'geodirectory'),
50
+		'id' => 'geodir_show_location_url',
51
+		'type' => 'radio',
52
+		'std' => 'all',
53
+		'value' => 'country_city',
54
+		'radiogroup' => ''
55
+	),
56
+	array(
57
+		'name' => __('Add region and city slug in listing urls', 'geodirectory'),
58
+		'desc' => __('Add region and city slug in listing urls (/region/city/)', 'geodirectory'),
59
+		'id' => 'geodir_show_location_url',
60
+		'type' => 'radio',
61
+		'std' => 'all',
62
+		'value' => 'region_city',
63
+		'radiogroup' => ''
64
+	),
65
+	array(
66
+		'name' => __('Add only city in listing urls', 'geodirectory'),
67
+		'desc' => __('Add city slug in listing urls', 'geodirectory'),
68
+		'id' => 'geodir_show_location_url',
69
+		'type' => 'radio',
70
+		'std' => 'all',
71
+		'value' => 'city',
72
+		'radiogroup' => 'end'
73
+	),
74
+
75
+
76
+
77
+	array(
78
+		'name' => __('Add category in listing urls', 'geodirectory'),
79
+		'desc' => __('Add requested category slugs in listing urls', 'geodirectory'),
80
+		'id' => 'geodir_add_categories_url',
81
+		'type' => 'checkbox',
82
+		'std' => '1',
83
+	),
84
+
85
+	array(
86
+		'name' => __('Listing url prefix', 'geodirectory'),
87
+		'desc' => __('Listing prefix to show in url', 'geodirectory'),
88
+		'id' => 'geodir_listing_prefix',
89
+		'type' => 'text',
90
+		'css' => 'min-width:300px;',
91
+		'std' => 'places'
92
+	),
93
+
94
+	array(
95
+		'name' => __('Location url prefix', 'geodirectory'),
96
+		'desc' => __('Depreciated, now uses the location page slug', 'geodirectory'),
97
+		'id' => 'geodir_location_prefix',
98
+		'type' => 'text',
99
+		'css' => 'min-width:300px;',
100
+		'std' => 'location' // Default value to show home top section
101
+	),
102
+
103
+	array(
104
+		'name' => __('Location and category url separator', 'geodirectory'),
105
+		'desc' => __('Separator to show between location and category url slugs in listing urls', 'geodirectory'),
106
+		'id' => 'geodir_listingurl_separator',
107
+		'type' => 'text',
108
+		'css' => 'min-width:300px;',
109
+		'std' => 'C' // Default value to show home top section
110
+	),
111
+
112
+	array(
113
+		'name' => __('Listing detail url separator', 'geodirectory'),
114
+		'desc' => __('Separator to show before listing slug in listing detail urls', 'geodirectory'),
115
+		'id' => 'geodir_detailurl_separator',
116
+		'type' => 'text',
117
+		'css' => 'min-width:300px;',
118
+		'std' => 'info' // Default value to show home top section
119
+	),
120
+
121
+
122
+	array('type' => 'sectionend', 'id' => 'geodir_permalink'),
123
+
124
+	array('name' => __('GeoDirectory Pages', 'geodirectory'),
125
+		'type' => 'sectionstart',
126
+		'desc' => '',
127
+		'id' => 'geodir_pages'),
128
+
129
+	array(
130
+		'name' => __('GD Home page', 'geodirectory'),
131
+		'desc' => __('Select the page to use for the GD homepage (you must also set this page in Settings>Reading>Front page for it to work)', 'geodirectory'),
132
+		'id' => 'geodir_home_page',
133
+		'type' => 'single_select_page',
134
+		'class' => 'chosen_select'
135
+	),
136
+
137
+	array(
138
+		'name' => __('Add listing page', 'geodirectory'),
139
+		'desc' => __('Select the page to use for adding listings', 'geodirectory'),
140
+		'id' => 'geodir_add_listing_page',
141
+		'type' => 'single_select_page',
142
+		'class' => 'chosen_select'
143
+	),
144
+
145
+	array(
146
+		'name' => __('Listing preview page', 'geodirectory'),
147
+		'desc' => __('Select the page to use for listing preview', 'geodirectory'),
148
+		'id' => 'geodir_preview_page',
149
+		'type' => 'single_select_page',
150
+		'class' => 'chosen_select'
151
+	),
152
+
153
+	array(
154
+		'name' => __('Listing success page', 'geodirectory'),
155
+		'desc' => __('Select the page to use for listing success', 'geodirectory'),
156
+		'id' => 'geodir_success_page',
157
+		'type' => 'single_select_page',
158
+		'class' => 'chosen_select'
159
+	),
160
+
161
+	array(
162
+		'name' => __('Location page', 'geodirectory'),
163
+		'desc' => __('Select the page to use for locations', 'geodirectory'),
164
+		'id' => 'geodir_location_page',
165
+		'type' => 'single_select_page',
166
+		'class' => 'chosen_select'
167
+	),
168
+
169
+	array(
170
+		'name' => __('Terms and Conditions page', 'geodirectory'),
171
+		'desc' => __('Select the page to use for Terms and Conditions (if enabled)', 'geodirectory'),
172
+		'id' => 'geodir_term_condition_page',
173
+		'type' => 'single_select_page',
174
+		'class' => 'chosen_select'
175
+	),
176
+
177
+	array(
178
+		'name' => __('Info page', 'geodirectory'),
179
+		'desc' => __('Select the page to use for Gd general Info', 'geodirectory'),
180
+		'id' => 'geodir_info_page',
181
+		'type' => 'single_select_page',
182
+		'class' => 'chosen_select'
183
+	),
184
+
185
+	array(
186
+		'name' => __('Login page', 'geodirectory'),
187
+		'desc' => __('Select the page to use for Login / Register', 'geodirectory'),
188
+		'id' => 'geodir_login_page',
189
+		'type' => 'single_select_page',
190
+		'class' => 'chosen_select'
191
+	),
192
+
193
+
194
+	array('type' => 'sectionend', 'id' => 'geodir_pages'),
195
+
196
+	/* Listing Detail Permalink Settings End */
197 197
 
198 198
 
199 199
 )); // End Design settings
Please login to merge, or discard this patch.
geodirectory-functions/compatibility/Divi.php 1 patch
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -18,11 +18,11 @@  discard block
 block discarded – undo
18 18
  */
19 19
 function geodir_divi_signup_body_class($classes)
20 20
 {
21
-    if (geodir_is_page('login')) {
22
-        $classes = str_replace('et_right_sidebar', 'et_full_width_page', $classes);
23
-        $classes[] = 'divi-gd-signup';
24
-    }
25
-    return $classes;
21
+	if (geodir_is_page('login')) {
22
+		$classes = str_replace('et_right_sidebar', 'et_full_width_page', $classes);
23
+		$classes[] = 'divi-gd-signup';
24
+	}
25
+	return $classes;
26 26
 }
27 27
 
28 28
 add_action('geodir_wrapper_close', 'geodir_divi_action_wrapper_close', 11);
@@ -34,8 +34,8 @@  discard block
 block discarded – undo
34 34
  */
35 35
 function geodir_divi_action_wrapper_close()
36 36
 {
37
-    if (geodir_is_page('login')) {
38
-        // We need to close extra divs generated by WRAPPER BEFORE MAIN CONTENT (below) because there is no sidebar on this page
39
-        echo '</div></div>';
40
-    }
37
+	if (geodir_is_page('login')) {
38
+		// We need to close extra divs generated by WRAPPER BEFORE MAIN CONTENT (below) because there is no sidebar on this page
39
+		echo '</div></div>';
40
+	}
41 41
 }
42 42
\ No newline at end of file
Please login to merge, or discard this patch.