@@ -13,11 +13,11 @@ discard block |
||
13 | 13 | * @since 1.4.6 |
14 | 14 | * @return int|null Return the page ID if present or null if not. |
15 | 15 | */ |
16 | -function geodir_add_listing_page_id(){ |
|
16 | +function geodir_add_listing_page_id() { |
|
17 | 17 | $gd_page_id = get_option('geodir_add_listing_page'); |
18 | 18 | |
19 | 19 | if (function_exists('icl_object_id')) { |
20 | - $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
20 | + $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
21 | 21 | } |
22 | 22 | |
23 | 23 | return $gd_page_id; |
@@ -30,11 +30,11 @@ discard block |
||
30 | 30 | * @since 1.4.6 |
31 | 31 | * @return int|null Return the page ID if present or null if not. |
32 | 32 | */ |
33 | -function geodir_preview_page_id(){ |
|
33 | +function geodir_preview_page_id() { |
|
34 | 34 | $gd_page_id = get_option('geodir_preview_page'); |
35 | 35 | |
36 | 36 | if (function_exists('icl_object_id')) { |
37 | - $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
37 | + $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
38 | 38 | } |
39 | 39 | |
40 | 40 | return $gd_page_id; |
@@ -47,11 +47,11 @@ discard block |
||
47 | 47 | * @since 1.4.6 |
48 | 48 | * @return int|null Return the page ID if present or null if not. |
49 | 49 | */ |
50 | -function geodir_success_page_id(){ |
|
50 | +function geodir_success_page_id() { |
|
51 | 51 | $gd_page_id = get_option('geodir_success_page'); |
52 | 52 | |
53 | 53 | if (function_exists('icl_object_id')) { |
54 | - $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
54 | + $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
55 | 55 | } |
56 | 56 | |
57 | 57 | return $gd_page_id; |
@@ -64,11 +64,11 @@ discard block |
||
64 | 64 | * @since 1.4.6 |
65 | 65 | * @return int|null Return the page ID if present or null if not. |
66 | 66 | */ |
67 | -function geodir_location_page_id(){ |
|
67 | +function geodir_location_page_id() { |
|
68 | 68 | $gd_page_id = get_option('geodir_location_page'); |
69 | 69 | |
70 | 70 | if (function_exists('icl_object_id')) { |
71 | - $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
71 | + $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
72 | 72 | } |
73 | 73 | |
74 | 74 | return $gd_page_id; |
@@ -81,11 +81,11 @@ discard block |
||
81 | 81 | * @since 1.5.4 |
82 | 82 | * @return int|null Return the page ID if present or null if not. |
83 | 83 | */ |
84 | -function geodir_home_page_id(){ |
|
84 | +function geodir_home_page_id() { |
|
85 | 85 | $gd_page_id = get_option('geodir_home_page'); |
86 | 86 | |
87 | 87 | if (function_exists('icl_object_id')) { |
88 | - $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
88 | + $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
89 | 89 | } |
90 | 90 | |
91 | 91 | return $gd_page_id; |
@@ -98,11 +98,11 @@ discard block |
||
98 | 98 | * @since 1.5.3 |
99 | 99 | * @return int|null Return the page ID if present or null if not. |
100 | 100 | */ |
101 | -function geodir_info_page_id(){ |
|
101 | +function geodir_info_page_id() { |
|
102 | 102 | $gd_page_id = get_option('geodir_info_page'); |
103 | 103 | |
104 | 104 | if (function_exists('icl_object_id')) { |
105 | - $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
105 | + $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
106 | 106 | } |
107 | 107 | |
108 | 108 | return $gd_page_id; |
@@ -115,11 +115,11 @@ discard block |
||
115 | 115 | * @since 1.5.3 |
116 | 116 | * @return int|null Return the page ID if present or null if not. |
117 | 117 | */ |
118 | -function geodir_login_page_id(){ |
|
118 | +function geodir_login_page_id() { |
|
119 | 119 | $gd_page_id = get_option('geodir_login_page'); |
120 | 120 | |
121 | 121 | if (function_exists('icl_object_id')) { |
122 | - $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
122 | + $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
123 | 123 | } |
124 | 124 | |
125 | 125 | return $gd_page_id; |
@@ -133,20 +133,20 @@ discard block |
||
133 | 133 | * @since 1.5.3 |
134 | 134 | * @return int|null Return the page ID if present or null if not. |
135 | 135 | */ |
136 | -function geodir_login_url($args=array()){ |
|
136 | +function geodir_login_url($args = array()) { |
|
137 | 137 | $gd_page_id = get_option('geodir_login_page'); |
138 | 138 | |
139 | 139 | if (function_exists('icl_object_id')) { |
140 | - $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
140 | + $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
141 | 141 | } |
142 | 142 | |
143 | 143 | if (function_exists('geodir_location_geo_home_link')) { |
144 | 144 | remove_filter('home_url', 'geodir_location_geo_home_link', 100000); |
145 | 145 | } |
146 | 146 | |
147 | - if (defined('ICL_LANGUAGE_CODE')){ |
|
147 | + if (defined('ICL_LANGUAGE_CODE')) { |
|
148 | 148 | $home_url = icl_get_home_url(); |
149 | - }else{ |
|
149 | + } else { |
|
150 | 150 | $home_url = home_url(); |
151 | 151 | } |
152 | 152 | |
@@ -154,17 +154,17 @@ discard block |
||
154 | 154 | add_filter('home_url', 'geodir_location_geo_home_link', 100000, 2); |
155 | 155 | } |
156 | 156 | |
157 | - if($gd_page_id){ |
|
157 | + if ($gd_page_id) { |
|
158 | 158 | $post = get_post($gd_page_id); |
159 | 159 | $slug = $post->post_name; |
160 | 160 | //$login_url = get_permalink($gd_page_id );// get_permalink can only be user after theme-Setup hook, any earlier and it errors |
161 | 161 | $login_url = trailingslashit($home_url)."$slug/"; |
162 | - }else{ |
|
162 | + } else { |
|
163 | 163 | $login_url = trailingslashit($home_url)."?geodir_signup=true"; |
164 | 164 | } |
165 | 165 | |
166 | - if($args){ |
|
167 | - $login_url = add_query_arg($args,$login_url ); |
|
166 | + if ($args) { |
|
167 | + $login_url = add_query_arg($args, $login_url); |
|
168 | 168 | } |
169 | 169 | |
170 | 170 | /** |
@@ -178,7 +178,7 @@ discard block |
||
178 | 178 | * @param array $args The array of query args used. |
179 | 179 | * @param int $gd_page_id The page id of the GD login page. |
180 | 180 | */ |
181 | - return apply_filters('geodir_login_url',$login_url,$args,$gd_page_id); |
|
181 | + return apply_filters('geodir_login_url', $login_url, $args, $gd_page_id); |
|
182 | 182 | } |
183 | 183 | |
184 | 184 | /** |
@@ -189,20 +189,20 @@ discard block |
||
189 | 189 | * @since 1.5.16 Added WPML lang code to url. |
190 | 190 | * @return string Info page url. |
191 | 191 | */ |
192 | -function geodir_info_url($args=array()){ |
|
192 | +function geodir_info_url($args = array()) { |
|
193 | 193 | $gd_page_id = get_option('geodir_info_page'); |
194 | 194 | |
195 | 195 | if (function_exists('icl_object_id')) { |
196 | - $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
196 | + $gd_page_id = icl_object_id($gd_page_id, 'page', true); |
|
197 | 197 | } |
198 | 198 | |
199 | 199 | if (function_exists('geodir_location_geo_home_link')) { |
200 | 200 | remove_filter('home_url', 'geodir_location_geo_home_link', 100000); |
201 | 201 | } |
202 | 202 | |
203 | - if (defined('ICL_LANGUAGE_CODE')){ |
|
203 | + if (defined('ICL_LANGUAGE_CODE')) { |
|
204 | 204 | $home_url = icl_get_home_url(); |
205 | - }else{ |
|
205 | + } else { |
|
206 | 206 | $home_url = home_url(); |
207 | 207 | } |
208 | 208 | |
@@ -210,17 +210,17 @@ discard block |
||
210 | 210 | add_filter('home_url', 'geodir_location_geo_home_link', 100000, 2); |
211 | 211 | } |
212 | 212 | |
213 | - if($gd_page_id){ |
|
213 | + if ($gd_page_id) { |
|
214 | 214 | $post = get_post($gd_page_id); |
215 | 215 | $slug = $post->post_name; |
216 | 216 | //$login_url = get_permalink($gd_page_id );// get_permalink can only be user after theme-Setup hook, any earlier and it errors |
217 | 217 | $info_url = trailingslashit($home_url)."$slug/"; |
218 | - }else{ |
|
218 | + } else { |
|
219 | 219 | $info_url = trailingslashit($home_url); |
220 | 220 | } |
221 | 221 | |
222 | - if($args){ |
|
223 | - $info_url = add_query_arg($args,$info_url ); |
|
222 | + if ($args) { |
|
223 | + $info_url = add_query_arg($args, $info_url); |
|
224 | 224 | } |
225 | 225 | |
226 | 226 | return $info_url; |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | * @param string $charset Character set to use for conversion. |
239 | 239 | * @return string Returns converted string. |
240 | 240 | */ |
241 | -function geodir_ucwords($string, $charset='UTF-8') { |
|
241 | +function geodir_ucwords($string, $charset = 'UTF-8') { |
|
242 | 242 | if (function_exists('mb_convert_case')) { |
243 | 243 | return mb_convert_case($string, MB_CASE_TITLE, $charset); |
244 | 244 | } else { |
@@ -258,7 +258,7 @@ discard block |
||
258 | 258 | * @param string $charset Character set to use for conversion. |
259 | 259 | * @return string Returns converted string. |
260 | 260 | */ |
261 | -function geodir_strtolower($string, $charset='UTF-8') { |
|
261 | +function geodir_strtolower($string, $charset = 'UTF-8') { |
|
262 | 262 | if (function_exists('mb_convert_case')) { |
263 | 263 | return mb_convert_case($string, MB_CASE_LOWER, $charset); |
264 | 264 | } else { |
@@ -278,7 +278,7 @@ discard block |
||
278 | 278 | * @param string $charset Character set to use for conversion. |
279 | 279 | * @return string Returns converted string. |
280 | 280 | */ |
281 | -function geodir_strtoupper($string, $charset='UTF-8') { |
|
281 | +function geodir_strtoupper($string, $charset = 'UTF-8') { |
|
282 | 282 | if (function_exists('mb_convert_case')) { |
283 | 283 | return mb_convert_case($string, MB_CASE_UPPER, $charset); |
284 | 284 | } else { |
@@ -309,7 +309,7 @@ discard block |
||
309 | 309 | |
310 | 310 | $url = trim($parts[0]); |
311 | 311 | if ($formatted && $url != '') { |
312 | - $url = str_replace( ' ', '%20', $url ); |
|
312 | + $url = str_replace(' ', '%20', $url); |
|
313 | 313 | $url = preg_replace('|[^a-z0-9-~+_.?#=!&;,/:%@$\|*\'()\[\]\\x80-\\xff]|i', '', $url); |
314 | 314 | |
315 | 315 | if (0 !== stripos($url, 'mailto:')) { |
@@ -319,8 +319,8 @@ discard block |
||
319 | 319 | |
320 | 320 | $url = str_replace(';//', '://', $url); |
321 | 321 | |
322 | - if (strpos($url, ':') === false && ! in_array($url[0], array('/', '#', '?')) && !preg_match('/^[a-z0-9-]+?\.php/i', $url)) { |
|
323 | - $url = 'http://' . $url; |
|
322 | + if (strpos($url, ':') === false && !in_array($url[0], array('/', '#', '?')) && !preg_match('/^[a-z0-9-]+?\.php/i', $url)) { |
|
323 | + $url = 'http://'.$url; |
|
324 | 324 | } |
325 | 325 | |
326 | 326 | $url = wp_kses_normalize_entities($url); |
@@ -462,7 +462,7 @@ discard block |
||
462 | 462 | * @package GeoDirectory |
463 | 463 | */ |
464 | 464 | function _gd_die_handler() { |
465 | - if ( defined( 'GD_TESTING_MODE' ) ) { |
|
465 | + if (defined('GD_TESTING_MODE')) { |
|
466 | 466 | return '_gd_die_handler'; |
467 | 467 | } else { |
468 | 468 | die(); |
@@ -480,10 +480,10 @@ discard block |
||
480 | 480 | * @param string $title Optional. Error title. |
481 | 481 | * @param int $status Optional. Status code. |
482 | 482 | */ |
483 | -function gd_die( $message = '', $title = '', $status = 400 ) { |
|
484 | - add_filter( 'wp_die_ajax_handler', '_gd_die_handler', 10, 3 ); |
|
485 | - add_filter( 'wp_die_handler', '_gd_die_handler', 10, 3 ); |
|
486 | - wp_die( $message, $title, array( 'response' => $status )); |
|
483 | +function gd_die($message = '', $title = '', $status = 400) { |
|
484 | + add_filter('wp_die_ajax_handler', '_gd_die_handler', 10, 3); |
|
485 | + add_filter('wp_die_handler', '_gd_die_handler', 10, 3); |
|
486 | + wp_die($message, $title, array('response' => $status)); |
|
487 | 487 | } |
488 | 488 | |
489 | 489 | /* |
@@ -493,7 +493,7 @@ discard block |
||
493 | 493 | * @param string $php_format The PHP date format. |
494 | 494 | * @return string The jQuery format date string. |
495 | 495 | */ |
496 | -function geodir_date_format_php_to_jqueryui( $php_format ) { |
|
496 | +function geodir_date_format_php_to_jqueryui($php_format) { |
|
497 | 497 | $symbols = array( |
498 | 498 | // Day |
499 | 499 | 'd' => 'dd', |
@@ -533,27 +533,27 @@ discard block |
||
533 | 533 | $jqueryui_format = ""; |
534 | 534 | $escaping = false; |
535 | 535 | |
536 | - for ( $i = 0; $i < strlen( $php_format ); $i++ ) { |
|
536 | + for ($i = 0; $i < strlen($php_format); $i++) { |
|
537 | 537 | $char = $php_format[$i]; |
538 | 538 | |
539 | 539 | // PHP date format escaping character |
540 | - if ( $char === '\\' ) { |
|
540 | + if ($char === '\\') { |
|
541 | 541 | $i++; |
542 | 542 | |
543 | - if ( $escaping ) { |
|
543 | + if ($escaping) { |
|
544 | 544 | $jqueryui_format .= $php_format[$i]; |
545 | 545 | } else { |
546 | - $jqueryui_format .= '\'' . $php_format[$i]; |
|
546 | + $jqueryui_format .= '\''.$php_format[$i]; |
|
547 | 547 | } |
548 | 548 | |
549 | 549 | $escaping = true; |
550 | 550 | } else { |
551 | - if ( $escaping ) { |
|
551 | + if ($escaping) { |
|
552 | 552 | $jqueryui_format .= "'"; |
553 | 553 | $escaping = false; |
554 | 554 | } |
555 | 555 | |
556 | - if ( isset( $symbols[$char] ) ) { |
|
556 | + if (isset($symbols[$char])) { |
|
557 | 557 | $jqueryui_format .= $symbols[$char]; |
558 | 558 | } else { |
559 | 559 | $jqueryui_format .= $char; |
@@ -572,7 +572,7 @@ discard block |
||
572 | 572 | * @return string The untranslated date string. |
573 | 573 | * @since 1.6.5 |
574 | 574 | */ |
575 | -function geodir_maybe_untranslate_date($date){ |
|
575 | +function geodir_maybe_untranslate_date($date) { |
|
576 | 576 | $english_long_months = array( |
577 | 577 | 'January', |
578 | 578 | 'February', |
@@ -588,7 +588,7 @@ discard block |
||
588 | 588 | 'December', |
589 | 589 | ); |
590 | 590 | |
591 | - $non_english_long_months = array( |
|
591 | + $non_english_long_months = array( |
|
592 | 592 | __('January'), |
593 | 593 | __('February'), |
594 | 594 | __('March'), |
@@ -602,7 +602,7 @@ discard block |
||
602 | 602 | __('November'), |
603 | 603 | __('December'), |
604 | 604 | ); |
605 | - $date = str_replace($non_english_long_months,$english_long_months,$date); |
|
605 | + $date = str_replace($non_english_long_months, $english_long_months, $date); |
|
606 | 606 | |
607 | 607 | |
608 | 608 | $english_short_months = array( |
@@ -621,21 +621,21 @@ discard block |
||
621 | 621 | ); |
622 | 622 | |
623 | 623 | $non_english_short_months = array( |
624 | - ' '._x( 'Jan', 'January abbreviation' ).' ', |
|
625 | - ' '._x( 'Feb', 'February abbreviation' ).' ', |
|
626 | - ' '._x( 'Mar', 'March abbreviation' ).' ', |
|
627 | - ' '._x( 'Apr', 'April abbreviation' ).' ', |
|
628 | - ' '._x( 'May', 'May abbreviation' ).' ', |
|
629 | - ' '._x( 'Jun', 'June abbreviation' ).' ', |
|
630 | - ' '._x( 'Jul', 'July abbreviation' ).' ', |
|
631 | - ' '._x( 'Aug', 'August abbreviation' ).' ', |
|
632 | - ' '._x( 'Sep', 'September abbreviation' ).' ', |
|
633 | - ' '._x( 'Oct', 'October abbreviation' ).' ', |
|
634 | - ' '._x( 'Nov', 'November abbreviation' ).' ', |
|
635 | - ' '._x( 'Dec', 'December abbreviation' ).' ', |
|
624 | + ' '._x('Jan', 'January abbreviation').' ', |
|
625 | + ' '._x('Feb', 'February abbreviation').' ', |
|
626 | + ' '._x('Mar', 'March abbreviation').' ', |
|
627 | + ' '._x('Apr', 'April abbreviation').' ', |
|
628 | + ' '._x('May', 'May abbreviation').' ', |
|
629 | + ' '._x('Jun', 'June abbreviation').' ', |
|
630 | + ' '._x('Jul', 'July abbreviation').' ', |
|
631 | + ' '._x('Aug', 'August abbreviation').' ', |
|
632 | + ' '._x('Sep', 'September abbreviation').' ', |
|
633 | + ' '._x('Oct', 'October abbreviation').' ', |
|
634 | + ' '._x('Nov', 'November abbreviation').' ', |
|
635 | + ' '._x('Dec', 'December abbreviation').' ', |
|
636 | 636 | ); |
637 | 637 | |
638 | - $date = str_replace($non_english_short_months,$english_short_months,$date); |
|
638 | + $date = str_replace($non_english_short_months, $english_short_months, $date); |
|
639 | 639 | |
640 | 640 | |
641 | 641 | return $date; |
@@ -28,31 +28,31 @@ discard block |
||
28 | 28 | * @package GeoDirectory |
29 | 29 | */ |
30 | 30 | function geodir_admin_styles() { |
31 | - wp_register_style('geodirectory-admin-css', geodir_plugin_url() . '/geodirectory-assets/css/admin.css', array(), GEODIRECTORY_VERSION); |
|
31 | + wp_register_style('geodirectory-admin-css', geodir_plugin_url().'/geodirectory-assets/css/admin.css', array(), GEODIRECTORY_VERSION); |
|
32 | 32 | wp_enqueue_style('geodirectory-admin-css'); |
33 | 33 | |
34 | - wp_register_style('geodirectory-frontend-style', geodir_plugin_url() . '/geodirectory-assets/css/style.css', array(), GEODIRECTORY_VERSION); |
|
34 | + wp_register_style('geodirectory-frontend-style', geodir_plugin_url().'/geodirectory-assets/css/style.css', array(), GEODIRECTORY_VERSION); |
|
35 | 35 | wp_enqueue_style('geodirectory-frontend-style'); |
36 | 36 | |
37 | - wp_register_style('geodir-chosen-style', geodir_plugin_url() . '/geodirectory-assets/css/chosen.css', array(), GEODIRECTORY_VERSION); |
|
37 | + wp_register_style('geodir-chosen-style', geodir_plugin_url().'/geodirectory-assets/css/chosen.css', array(), GEODIRECTORY_VERSION); |
|
38 | 38 | wp_enqueue_style('geodir-chosen-style'); |
39 | 39 | |
40 | - wp_register_style('geodirectory-jquery-ui-timepicker-css', geodir_plugin_url() . '/geodirectory-assets/css/jquery.ui.timepicker.css', array(), GEODIRECTORY_VERSION); |
|
40 | + wp_register_style('geodirectory-jquery-ui-timepicker-css', geodir_plugin_url().'/geodirectory-assets/css/jquery.ui.timepicker.css', array(), GEODIRECTORY_VERSION); |
|
41 | 41 | wp_enqueue_style('geodirectory-jquery-ui-timepicker-css'); |
42 | 42 | |
43 | - wp_register_style('geodirectory-jquery-ui-css', geodir_plugin_url() . '/geodirectory-assets/css/jquery-ui.css', array(), GEODIRECTORY_VERSION); |
|
43 | + wp_register_style('geodirectory-jquery-ui-css', geodir_plugin_url().'/geodirectory-assets/css/jquery-ui.css', array(), GEODIRECTORY_VERSION); |
|
44 | 44 | wp_enqueue_style('geodirectory-jquery-ui-css'); |
45 | 45 | |
46 | - wp_register_style('geodirectory-custom-fields-css', geodir_plugin_url() . '/geodirectory-assets/css/custom_field.css', array(), GEODIRECTORY_VERSION); |
|
46 | + wp_register_style('geodirectory-custom-fields-css', geodir_plugin_url().'/geodirectory-assets/css/custom_field.css', array(), GEODIRECTORY_VERSION); |
|
47 | 47 | wp_enqueue_style('geodirectory-custom-fields-css'); |
48 | 48 | |
49 | - wp_register_style('geodirectory-pluplodar-css', geodir_plugin_url() . '/geodirectory-assets/css/pluploader.css', array(), GEODIRECTORY_VERSION); |
|
49 | + wp_register_style('geodirectory-pluplodar-css', geodir_plugin_url().'/geodirectory-assets/css/pluploader.css', array(), GEODIRECTORY_VERSION); |
|
50 | 50 | wp_enqueue_style('geodirectory-pluplodar-css'); |
51 | 51 | |
52 | - wp_register_style('geodir-rating-style', geodir_plugin_url() . '/geodirectory-assets/css/jRating.jquery.css', array(), GEODIRECTORY_VERSION); |
|
52 | + wp_register_style('geodir-rating-style', geodir_plugin_url().'/geodirectory-assets/css/jRating.jquery.css', array(), GEODIRECTORY_VERSION); |
|
53 | 53 | wp_enqueue_style('geodir-rating-style'); |
54 | 54 | |
55 | - wp_register_style('geodir-rtl-style', geodir_plugin_url() . '/geodirectory-assets/css/rtl.css', array(), GEODIRECTORY_VERSION); |
|
55 | + wp_register_style('geodir-rtl-style', geodir_plugin_url().'/geodirectory-assets/css/rtl.css', array(), GEODIRECTORY_VERSION); |
|
56 | 56 | wp_enqueue_style('geodir-rtl-style'); |
57 | 57 | } |
58 | 58 | } |
@@ -70,7 +70,7 @@ discard block |
||
70 | 70 | wp_register_style('font-awesome', '//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css', array(), GEODIRECTORY_VERSION); |
71 | 71 | wp_enqueue_style('font-awesome'); |
72 | 72 | |
73 | - wp_register_script('geodirectory-admin', geodir_plugin_url() . '/geodirectory-assets/js/admin-req.min.js', array('jquery'), GEODIRECTORY_VERSION); |
|
73 | + wp_register_script('geodirectory-admin', geodir_plugin_url().'/geodirectory-assets/js/admin-req.min.js', array('jquery'), GEODIRECTORY_VERSION); |
|
74 | 74 | wp_enqueue_script('geodirectory-admin'); |
75 | 75 | |
76 | 76 | } |
@@ -89,60 +89,60 @@ discard block |
||
89 | 89 | |
90 | 90 | wp_enqueue_script('jquery'); |
91 | 91 | |
92 | - wp_enqueue_script('geodirectory-jquery-ui-timepicker-js', geodir_plugin_url() . '/geodirectory-assets/js/jquery.ui.timepicker.js', array('jquery-ui-datepicker', 'jquery-ui-slider'), '', true); |
|
92 | + wp_enqueue_script('geodirectory-jquery-ui-timepicker-js', geodir_plugin_url().'/geodirectory-assets/js/jquery.ui.timepicker.js', array('jquery-ui-datepicker', 'jquery-ui-slider'), '', true); |
|
93 | 93 | |
94 | - wp_register_script('chosen', geodir_plugin_url() . '/geodirectory-assets/js/chosen.jquery.js', array('jquery'), GEODIRECTORY_VERSION); |
|
94 | + wp_register_script('chosen', geodir_plugin_url().'/geodirectory-assets/js/chosen.jquery.js', array('jquery'), GEODIRECTORY_VERSION); |
|
95 | 95 | wp_enqueue_script('chosen'); |
96 | 96 | |
97 | - wp_register_script('geodirectory-choose-ajax', geodir_plugin_url() . '/geodirectory-assets/js/ajax-chosen.js', array(), GEODIRECTORY_VERSION); |
|
97 | + wp_register_script('geodirectory-choose-ajax', geodir_plugin_url().'/geodirectory-assets/js/ajax-chosen.js', array(), GEODIRECTORY_VERSION); |
|
98 | 98 | wp_enqueue_script('geodirectory-choose-ajax'); |
99 | 99 | |
100 | 100 | if (isset($_REQUEST['listing_type'])) { |
101 | - wp_register_script('geodirectory-custom-fields-script', geodir_plugin_url() . '/geodirectory-assets/js/custom_fields.js', array(), GEODIRECTORY_VERSION); |
|
101 | + wp_register_script('geodirectory-custom-fields-script', geodir_plugin_url().'/geodirectory-assets/js/custom_fields.js', array(), GEODIRECTORY_VERSION); |
|
102 | 102 | } |
103 | 103 | |
104 | 104 | wp_enqueue_script('geodirectory-custom-fields-script'); |
105 | - $plugin_path = geodir_plugin_url() . '/geodirectory-functions/cat-meta-functions'; |
|
105 | + $plugin_path = geodir_plugin_url().'/geodirectory-functions/cat-meta-functions'; |
|
106 | 106 | |
107 | - wp_enqueue_script('tax-meta-clss', $plugin_path . '/js/tax-meta-clss.js', array('jquery'), null, true); |
|
107 | + wp_enqueue_script('tax-meta-clss', $plugin_path.'/js/tax-meta-clss.js', array('jquery'), null, true); |
|
108 | 108 | |
109 | 109 | if (in_array($geodir_map_name, array('auto', 'google'))) { |
110 | - $map_lang = "&language=" . geodir_get_map_default_language(); |
|
111 | - $map_key = "&key=" . geodir_get_map_api_key(); |
|
110 | + $map_lang = "&language=".geodir_get_map_default_language(); |
|
111 | + $map_key = "&key=".geodir_get_map_api_key(); |
|
112 | 112 | /** This filter is documented in geodirectory_template_tags.php */ |
113 | 113 | $map_extra = apply_filters('geodir_googlemap_script_extra', ''); |
114 | - wp_enqueue_script('geodirectory-googlemap-script', 'https://maps.google.com/maps/api/js?' . $map_lang . $map_key . $map_extra, '', NULL); |
|
114 | + wp_enqueue_script('geodirectory-googlemap-script', 'https://maps.google.com/maps/api/js?'.$map_lang.$map_key.$map_extra, '', NULL); |
|
115 | 115 | } |
116 | 116 | |
117 | 117 | if ($geodir_map_name == 'osm') { |
118 | 118 | // Leaflet OpenStreetMap |
119 | - wp_register_style('geodirectory-leaflet-style', geodir_plugin_url() . '/geodirectory-assets/leaflet/leaflet.css', array(), GEODIRECTORY_VERSION); |
|
119 | + wp_register_style('geodirectory-leaflet-style', geodir_plugin_url().'/geodirectory-assets/leaflet/leaflet.css', array(), GEODIRECTORY_VERSION); |
|
120 | 120 | wp_enqueue_style('geodirectory-leaflet-style'); |
121 | 121 | |
122 | - wp_register_script('geodirectory-leaflet-script', geodir_plugin_url() . '/geodirectory-assets/leaflet/leaflet.min.js', array(), GEODIRECTORY_VERSION); |
|
122 | + wp_register_script('geodirectory-leaflet-script', geodir_plugin_url().'/geodirectory-assets/leaflet/leaflet.min.js', array(), GEODIRECTORY_VERSION); |
|
123 | 123 | wp_enqueue_script('geodirectory-leaflet-script'); |
124 | 124 | |
125 | - wp_register_script('geodirectory-leaflet-geo-script', geodir_plugin_url() . '/geodirectory-assets/leaflet/osm.geocode.js', array('geodirectory-leaflet-script'), GEODIRECTORY_VERSION); |
|
125 | + wp_register_script('geodirectory-leaflet-geo-script', geodir_plugin_url().'/geodirectory-assets/leaflet/osm.geocode.js', array('geodirectory-leaflet-script'), GEODIRECTORY_VERSION); |
|
126 | 126 | wp_enqueue_script('geodirectory-leaflet-geo-script'); |
127 | 127 | } |
128 | - wp_enqueue_script( 'jquery-ui-autocomplete' ); |
|
128 | + wp_enqueue_script('jquery-ui-autocomplete'); |
|
129 | 129 | |
130 | - wp_register_script('geodirectory-goMap-script', geodir_plugin_url() . '/geodirectory-assets/js/goMap.min.js', array(), GEODIRECTORY_VERSION,true); |
|
130 | + wp_register_script('geodirectory-goMap-script', geodir_plugin_url().'/geodirectory-assets/js/goMap.min.js', array(), GEODIRECTORY_VERSION, true); |
|
131 | 131 | wp_enqueue_script('geodirectory-goMap-script'); |
132 | 132 | |
133 | - wp_register_script('geodirectory-goMap-script', geodir_plugin_url() . '/geodirectory-assets/js/goMap.js', array(), GEODIRECTORY_VERSION); |
|
133 | + wp_register_script('geodirectory-goMap-script', geodir_plugin_url().'/geodirectory-assets/js/goMap.js', array(), GEODIRECTORY_VERSION); |
|
134 | 134 | wp_enqueue_script('geodirectory-goMap-script'); |
135 | 135 | |
136 | 136 | // font awesome rating script |
137 | 137 | if (get_option('geodir_reviewrating_enable_font_awesome')) { |
138 | - wp_register_script('geodir-barrating-js', geodir_plugin_url() . '/geodirectory-assets/js/jquery.barrating.min.js', array(), GEODIRECTORY_VERSION); |
|
138 | + wp_register_script('geodir-barrating-js', geodir_plugin_url().'/geodirectory-assets/js/jquery.barrating.min.js', array(), GEODIRECTORY_VERSION); |
|
139 | 139 | wp_enqueue_script('geodir-barrating-js'); |
140 | 140 | } else { // default rating script |
141 | - wp_register_script('geodir-jRating-js', geodir_plugin_url() . '/geodirectory-assets/js/jRating.jquery.js', array(), GEODIRECTORY_VERSION); |
|
141 | + wp_register_script('geodir-jRating-js', geodir_plugin_url().'/geodirectory-assets/js/jRating.jquery.js', array(), GEODIRECTORY_VERSION); |
|
142 | 142 | wp_enqueue_script('geodir-jRating-js'); |
143 | 143 | } |
144 | 144 | |
145 | - wp_register_script('geodir-on-document-load', geodir_plugin_url() . '/geodirectory-assets/js/on_document_load.min.js', array(), GEODIRECTORY_VERSION); |
|
145 | + wp_register_script('geodir-on-document-load', geodir_plugin_url().'/geodirectory-assets/js/on_document_load.min.js', array(), GEODIRECTORY_VERSION); |
|
146 | 146 | wp_enqueue_script('geodir-on-document-load'); |
147 | 147 | |
148 | 148 | |
@@ -150,7 +150,7 @@ discard block |
||
150 | 150 | wp_enqueue_script('plupload-all'); |
151 | 151 | wp_enqueue_script('jquery-ui-sortable'); |
152 | 152 | |
153 | - wp_register_script('geodirectory-plupload-script', geodir_plugin_url() . '/geodirectory-assets/js/geodirectory-plupload.js', array(), GEODIRECTORY_VERSION); |
|
153 | + wp_register_script('geodirectory-plupload-script', geodir_plugin_url().'/geodirectory-assets/js/geodirectory-plupload.js', array(), GEODIRECTORY_VERSION); |
|
154 | 154 | wp_enqueue_script('geodirectory-plupload-script'); |
155 | 155 | |
156 | 156 | // SCRIPT FOR UPLOAD END |
@@ -204,7 +204,7 @@ discard block |
||
204 | 204 | wp_localize_script('geodirectory-custom-fields-script', 'geodir_admin_ajax', $ajax_cons_data); |
205 | 205 | |
206 | 206 | |
207 | - wp_register_script('geodirectory-admin-script', geodir_plugin_url() . '/geodirectory-assets/js/admin.js', array(), GEODIRECTORY_VERSION); |
|
207 | + wp_register_script('geodirectory-admin-script', geodir_plugin_url().'/geodirectory-assets/js/admin.js', array(), GEODIRECTORY_VERSION); |
|
208 | 208 | wp_enqueue_script('geodirectory-admin-script'); |
209 | 209 | |
210 | 210 | wp_enqueue_style('farbtastic'); |
@@ -212,10 +212,10 @@ discard block |
||
212 | 212 | |
213 | 213 | $screen = get_current_screen(); |
214 | 214 | if ($screen->base == 'post' && in_array($screen->post_type, geodir_get_posttypes())) { |
215 | - wp_enqueue_script('geodirectory-listing-validation-script', geodir_plugin_url() . '/geodirectory-assets/js/listing_validation_admin.js'); |
|
215 | + wp_enqueue_script('geodirectory-listing-validation-script', geodir_plugin_url().'/geodirectory-assets/js/listing_validation_admin.js'); |
|
216 | 216 | } |
217 | 217 | |
218 | - $ajax_cons_data = array('url' => esc_url(__(get_option('siteurl') . '?geodir_ajax=true'))); |
|
218 | + $ajax_cons_data = array('url' => esc_url(__(get_option('siteurl').'?geodir_ajax=true'))); |
|
219 | 219 | wp_localize_script('geodirectory-admin-script', 'geodir_ajax', $ajax_cons_data); |
220 | 220 | |
221 | 221 | } |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | |
239 | 239 | if (current_user_can('manage_options')) $menu[] = array('', 'read', 'separator-geodirectory', '', 'wp-menu-separator geodirectory'); |
240 | 240 | |
241 | - add_menu_page(__('Geodirectory', 'geodirectory'), __('Geodirectory', 'geodirectory'), 'manage_options', 'geodirectory', 'geodir_admin_panel', geodir_plugin_url() . '/geodirectory-assets/images/favicon.ico', '55.1984'); |
|
241 | + add_menu_page(__('Geodirectory', 'geodirectory'), __('Geodirectory', 'geodirectory'), 'manage_options', 'geodirectory', 'geodir_admin_panel', geodir_plugin_url().'/geodirectory-assets/images/favicon.ico', '55.1984'); |
|
242 | 242 | |
243 | 243 | |
244 | 244 | } |
@@ -272,7 +272,7 @@ discard block |
||
272 | 272 | $geodir_menu_order[] = 'separator-geodirectory'; |
273 | 273 | if (!empty($post_types)) { |
274 | 274 | foreach ($post_types as $post_type) { |
275 | - $geodir_menu_order[] = 'edit.php?post_type=' . $post_type; |
|
275 | + $geodir_menu_order[] = 'edit.php?post_type='.$post_type; |
|
276 | 276 | } |
277 | 277 | } |
278 | 278 | $geodir_menu_order[] = $item; |
@@ -315,8 +315,8 @@ discard block |
||
315 | 315 | { |
316 | 316 | if (isset($_REQUEST['installed']) && $_REQUEST['installed'] != '') { |
317 | 317 | echo '<div id="message" class="updated fade"> |
318 | - <p style="float:right;">' . __('Like Geodirectory?', 'geodirectory') . ' <a href="http://wordpress.org/extend/plugins/Geodirectory/" target="_blank">' . __('Support us by leaving a rating!', 'geodirectory') . '</a></p> |
|
319 | - <p><strong>' . __('Geodirectory has been installed and setup. Enjoy :)', 'geodirectory') . '</strong></p> |
|
318 | + <p style="float:right;">' . __('Like Geodirectory?', 'geodirectory').' <a href="http://wordpress.org/extend/plugins/Geodirectory/" target="_blank">'.__('Support us by leaving a rating!', 'geodirectory').'</a></p> |
|
319 | + <p><strong>' . __('Geodirectory has been installed and setup. Enjoy :)', 'geodirectory').'</strong></p> |
|
320 | 320 | </div>'; |
321 | 321 | |
322 | 322 | } |
@@ -324,7 +324,7 @@ discard block |
||
324 | 324 | if (isset($_REQUEST['msg']) && $_REQUEST['msg'] != '') { |
325 | 325 | switch ($_REQUEST['msg']) { |
326 | 326 | case 'success': |
327 | - echo '<div id="message" class="updated fade"><p><strong>' . __('Your settings have been saved.', 'geodirectory') . '</strong></p></div>'; |
|
327 | + echo '<div id="message" class="updated fade"><p><strong>'.__('Your settings have been saved.', 'geodirectory').'</strong></p></div>'; |
|
328 | 328 | flush_rewrite_rules(false); |
329 | 329 | |
330 | 330 | break; |
@@ -332,30 +332,30 @@ discard block |
||
332 | 332 | $gderr = isset($_REQUEST['gderr']) ? $_REQUEST['gderr'] : ''; |
333 | 333 | |
334 | 334 | if ($gderr == 21) |
335 | - echo '<div id="message" class="error fade"><p><strong>' . __('Error: You can not add same permalinks for both Listing and Location, please try again.', 'geodirectory') . '</strong></p></div>'; |
|
335 | + echo '<div id="message" class="error fade"><p><strong>'.__('Error: You can not add same permalinks for both Listing and Location, please try again.', 'geodirectory').'</strong></p></div>'; |
|
336 | 336 | else |
337 | - echo '<div id="message" class="error fade"><p><strong>' . __('Error: Your settings have not been saved, please try again.', 'geodirectory') . '</strong></p></div>'; |
|
337 | + echo '<div id="message" class="error fade"><p><strong>'.__('Error: Your settings have not been saved, please try again.', 'geodirectory').'</strong></p></div>'; |
|
338 | 338 | break; |
339 | 339 | } |
340 | 340 | } |
341 | 341 | |
342 | 342 | $geodir_load_map = get_option('geodir_load_map'); |
343 | 343 | $need_map_key = false; |
344 | - if($geodir_load_map=='' || $geodir_load_map=='google' || $geodir_load_map=='auto' ){ |
|
344 | + if ($geodir_load_map == '' || $geodir_load_map == 'google' || $geodir_load_map == 'auto') { |
|
345 | 345 | $need_map_key = true; |
346 | 346 | } |
347 | 347 | |
348 | 348 | if (!geodir_get_map_api_key() && $need_map_key) { |
349 | - echo '<div class="error"><p><strong>' . sprintf(__('Google Maps API KEY not set, %sclick here%s to set one OR use Open Street Maps instead.', 'geodirectory'), '<a href=\'' . admin_url('admin.php?page=geodirectory&tab=design_settings&active_tab=geodir_map_settings') . '\'>', '</a>') . '</strong></p></div>'; |
|
349 | + echo '<div class="error"><p><strong>'.sprintf(__('Google Maps API KEY not set, %sclick here%s to set one OR use Open Street Maps instead.', 'geodirectory'), '<a href=\''.admin_url('admin.php?page=geodirectory&tab=design_settings&active_tab=geodir_map_settings').'\'>', '</a>').'</strong></p></div>'; |
|
350 | 350 | } |
351 | 351 | |
352 | 352 | if (!geodir_is_default_location_set()) { |
353 | - echo '<div class="updated fade"><p><strong>' . sprintf(__('Please %sclick here%s to set a default location, this will make the plugin work properly.', 'geodirectory'), '<a href=\'' . admin_url('admin.php?page=geodirectory&tab=default_location_settings') . '\'>', '</a>') . '</strong></p></div>'; |
|
353 | + echo '<div class="updated fade"><p><strong>'.sprintf(__('Please %sclick here%s to set a default location, this will make the plugin work properly.', 'geodirectory'), '<a href=\''.admin_url('admin.php?page=geodirectory&tab=default_location_settings').'\'>', '</a>').'</strong></p></div>'; |
|
354 | 354 | |
355 | 355 | } |
356 | 356 | |
357 | 357 | if (!function_exists('curl_init')) { |
358 | - echo '<div class="error"><p><strong>' . __('CURL is not installed on this server, this can cause problems, please ask your server admin to install it.', 'geodirectory') . '</strong></p></div>'; |
|
358 | + echo '<div class="error"><p><strong>'.__('CURL is not installed on this server, this can cause problems, please ask your server admin to install it.', 'geodirectory').'</strong></p></div>'; |
|
359 | 359 | |
360 | 360 | } |
361 | 361 | |
@@ -375,18 +375,18 @@ discard block |
||
375 | 375 | function geodir_handle_option_form_submit($current_tab) |
376 | 376 | { |
377 | 377 | global $geodir_settings; |
378 | - if (file_exists(dirname(__FILE__) . '/option-pages/' . $current_tab . '_array.php')) { |
|
378 | + if (file_exists(dirname(__FILE__).'/option-pages/'.$current_tab.'_array.php')) { |
|
379 | 379 | /** |
380 | 380 | * Contains settings array for current tab. |
381 | 381 | * |
382 | 382 | * @since 1.0.0 |
383 | 383 | * @package GeoDirectory |
384 | 384 | */ |
385 | - include_once('option-pages/' . $current_tab . '_array.php'); |
|
385 | + include_once('option-pages/'.$current_tab.'_array.php'); |
|
386 | 386 | } |
387 | 387 | if (isset($_POST) && $_POST && isset($_REQUEST['page']) && $_REQUEST['page'] == 'geodirectory') : |
388 | 388 | if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir-settings')) die(__('Action failed. Please refresh the page and retry.', 'geodirectory')); |
389 | - if (!wp_verify_nonce($_REQUEST['_wpnonce-' . $current_tab], 'geodir-settings-' . $current_tab)) die(__('Action failed. Please refresh the page and retry.', 'geodirectory')); |
|
389 | + if (!wp_verify_nonce($_REQUEST['_wpnonce-'.$current_tab], 'geodir-settings-'.$current_tab)) die(__('Action failed. Please refresh the page and retry.', 'geodirectory')); |
|
390 | 390 | |
391 | 391 | /** |
392 | 392 | * Fires before updating geodirectory admin settings. |
@@ -419,13 +419,13 @@ discard block |
||
419 | 419 | * @param string $current_tab The current settings tab name. |
420 | 420 | * @param array $geodir_settings[$current_tab] The array of settings for the current settings tab. |
421 | 421 | */ |
422 | - do_action('geodir_update_options_' . $current_tab, $geodir_settings[$current_tab]); |
|
422 | + do_action('geodir_update_options_'.$current_tab, $geodir_settings[$current_tab]); |
|
423 | 423 | |
424 | 424 | flush_rewrite_rules(false); |
425 | 425 | |
426 | 426 | $current_tab = isset($_REQUEST['tab']) ? $_REQUEST['tab'] : ''; |
427 | 427 | |
428 | - $redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $_REQUEST['active_tab'] . '&msg=success'); |
|
428 | + $redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$_REQUEST['active_tab'].'&msg=success'); |
|
429 | 429 | |
430 | 430 | wp_redirect($redirect_url); |
431 | 431 | exit(); |
@@ -464,18 +464,18 @@ discard block |
||
464 | 464 | |
465 | 465 | elseif (isset($value['type']) && $value['type'] == 'image_width') : |
466 | 466 | |
467 | - if (isset($value['id']) && isset($_POST[$value['id'] . '_width'])) { |
|
468 | - update_option($value['id'] . '_width', $_POST[$value['id'] . '_width']); |
|
469 | - update_option($value['id'] . '_height', $_POST[$value['id'] . '_height']); |
|
470 | - if (isset($_POST[$value['id'] . '_crop'])) : |
|
471 | - update_option($value['id'] . '_crop', 1); |
|
467 | + if (isset($value['id']) && isset($_POST[$value['id'].'_width'])) { |
|
468 | + update_option($value['id'].'_width', $_POST[$value['id'].'_width']); |
|
469 | + update_option($value['id'].'_height', $_POST[$value['id'].'_height']); |
|
470 | + if (isset($_POST[$value['id'].'_crop'])) : |
|
471 | + update_option($value['id'].'_crop', 1); |
|
472 | 472 | else : |
473 | - update_option($value['id'] . '_crop', 0); |
|
473 | + update_option($value['id'].'_crop', 0); |
|
474 | 474 | endif; |
475 | 475 | } else { |
476 | - update_option($value['id'] . '_width', $value['std']); |
|
477 | - update_option($value['id'] . '_height', $value['std']); |
|
478 | - update_option($value['id'] . '_crop', 1); |
|
476 | + update_option($value['id'].'_width', $value['std']); |
|
477 | + update_option($value['id'].'_height', $value['std']); |
|
478 | + update_option($value['id'].'_crop', 1); |
|
479 | 479 | } |
480 | 480 | |
481 | 481 | elseif (isset($value['type']) && $value['type'] == 'map') : |
@@ -517,12 +517,12 @@ discard block |
||
517 | 517 | elseif (isset($value['type']) && $value['type'] == 'file') : |
518 | 518 | |
519 | 519 | |
520 | - if (isset($_POST[$value['id'] . '_remove']) && $_POST[$value['id'] . '_remove']) {// if remove is set then remove the file |
|
520 | + if (isset($_POST[$value['id'].'_remove']) && $_POST[$value['id'].'_remove']) {// if remove is set then remove the file |
|
521 | 521 | |
522 | 522 | if (get_option($value['id'])) { |
523 | 523 | $image_name_arr = explode('/', get_option($value['id'])); |
524 | 524 | $noimg_name = end($image_name_arr); |
525 | - $img_path = $uploads['path'] . '/' . $noimg_name; |
|
525 | + $img_path = $uploads['path'].'/'.$noimg_name; |
|
526 | 526 | if (file_exists($img_path)) |
527 | 527 | unlink($img_path); |
528 | 528 | } |
@@ -550,7 +550,7 @@ discard block |
||
550 | 550 | if (get_option($value['id'])) { |
551 | 551 | $image_name_arr = explode('/', get_option($value['id'])); |
552 | 552 | $noimg_name = end($image_name_arr); |
553 | - $img_path = $uploads['path'] . '/' . $noimg_name; |
|
553 | + $img_path = $uploads['path'].'/'.$noimg_name; |
|
554 | 554 | if (file_exists($img_path)) |
555 | 555 | unlink($img_path); |
556 | 556 | } |
@@ -571,7 +571,7 @@ discard block |
||
571 | 571 | // same menu setting per theme. |
572 | 572 | if (isset($value['id']) && $value['id'] == 'geodir_theme_location_nav' && isset($_POST[$value['id']])) { |
573 | 573 | $theme = wp_get_theme(); |
574 | - update_option('geodir_theme_location_nav_' . $theme->name, $_POST[$value['id']]); |
|
574 | + update_option('geodir_theme_location_nav_'.$theme->name, $_POST[$value['id']]); |
|
575 | 575 | } |
576 | 576 | |
577 | 577 | if (isset($value['id']) && isset($_POST[$value['id']])) { |
@@ -641,8 +641,8 @@ discard block |
||
641 | 641 | |
642 | 642 | $listing_slug = $geodir_posttype_info['labels']['singular_name']; |
643 | 643 | |
644 | - $tabs[$geodir_post_type . '_fields_settings'] = array( |
|
645 | - 'label' => __(ucfirst($listing_slug) . ' Settings', 'geodirectory'), |
|
644 | + $tabs[$geodir_post_type.'_fields_settings'] = array( |
|
645 | + 'label' => __(ucfirst($listing_slug).' Settings', 'geodirectory'), |
|
646 | 646 | 'subtabs' => array( |
647 | 647 | array('subtab' => 'custom_fields', |
648 | 648 | 'label' => __('Custom Fields', 'geodirectory'), |
@@ -675,7 +675,7 @@ discard block |
||
675 | 675 | */ |
676 | 676 | function geodir_tools_setting_tab($tabs) |
677 | 677 | { |
678 | - wp_enqueue_script( 'jquery-ui-progressbar' ); |
|
678 | + wp_enqueue_script('jquery-ui-progressbar'); |
|
679 | 679 | $tabs['tools_settings'] = array('label' => __('GD Tools', 'geodirectory')); |
680 | 680 | return $tabs; |
681 | 681 | } |
@@ -709,7 +709,7 @@ discard block |
||
709 | 709 | */ |
710 | 710 | function geodir_extend_geodirectory_setting_tab($tabs) |
711 | 711 | { |
712 | - $tabs['extend_geodirectory_settings'] = array('label' => __('Extend Geodirectory', 'geodirectory'). ' <i class="fa fa-plug"></i>', 'url' => 'https://wpgeodirectory.com', 'target' => '_blank'); |
|
712 | + $tabs['extend_geodirectory_settings'] = array('label' => __('Extend Geodirectory', 'geodirectory').' <i class="fa fa-plug"></i>', 'url' => 'https://wpgeodirectory.com', 'target' => '_blank'); |
|
713 | 713 | return $tabs; |
714 | 714 | } |
715 | 715 | |
@@ -769,8 +769,8 @@ discard block |
||
769 | 769 | _e('Unknown', 'geodirectory'); |
770 | 770 | } else { |
771 | 771 | /* If there is a city id, append 'city name' to the text string. */ |
772 | - $add_location_id = $location_id > 0 ? ' (' . $location_id . ')' : ''; |
|
773 | - echo(__($location->country, 'geodirectory') . '-' . $location->region . '-' . $location->city . $add_location_id); |
|
772 | + $add_location_id = $location_id > 0 ? ' ('.$location_id.')' : ''; |
|
773 | + echo(__($location->country, 'geodirectory').'-'.$location->region.'-'.$location->city.$add_location_id); |
|
774 | 774 | } |
775 | 775 | break; |
776 | 776 | |
@@ -788,14 +788,14 @@ discard block |
||
788 | 788 | $expire_class = 'expire_over'; |
789 | 789 | } |
790 | 790 | $date_diff = round(abs(strtotime($d1) - strtotime($d2)) / 86400); // get the difference in days |
791 | - $date_diff_text = '<br /><span class="' . $expire_class . '">(' . $date_diff . ' ' . $state . ')</span>'; |
|
791 | + $date_diff_text = '<br /><span class="'.$expire_class.'">('.$date_diff.' '.$state.')</span>'; |
|
792 | 792 | } |
793 | 793 | /* If no expire_date is found, output a default message. */ |
794 | 794 | if (empty($expire_date)) |
795 | 795 | echo __('Unknown', 'geodirectory'); |
796 | 796 | /* If there is a expire_date, append 'days left' to the text string. */ |
797 | 797 | else |
798 | - echo $expire_date . $date_diff_text; |
|
798 | + echo $expire_date.$date_diff_text; |
|
799 | 799 | break; |
800 | 800 | |
801 | 801 | /* If displaying the 'categorys' column. */ |
@@ -862,7 +862,7 @@ discard block |
||
862 | 862 | function geodir_post_information_save($post_id, $post) { |
863 | 863 | global $wpdb, $current_user; |
864 | 864 | |
865 | - if (isset($post->post_type) && ($post->post_type=='nav_menu_item' || $post->post_type=='page' || $post->post_type=='post')) { |
|
865 | + if (isset($post->post_type) && ($post->post_type == 'nav_menu_item' || $post->post_type == 'page' || $post->post_type == 'post')) { |
|
866 | 866 | return; |
867 | 867 | } |
868 | 868 | |
@@ -930,7 +930,7 @@ discard block |
||
930 | 930 | $tab_id = $value['id']; |
931 | 931 | |
932 | 932 | if (isset($value['desc']) && $value['desc']) |
933 | - $desc = '<span style=" text-transform:none;">:- ' . $value['desc'] . '</span>'; |
|
933 | + $desc = '<span style=" text-transform:none;">:- '.$value['desc'].'</span>'; |
|
934 | 934 | |
935 | 935 | if (isset($value['name']) && $value['name']) { |
936 | 936 | if ($first_title === true) { |
@@ -938,9 +938,9 @@ discard block |
||
938 | 938 | } else { |
939 | 939 | echo '</div>'; |
940 | 940 | } |
941 | - echo '<dd id="' . trim($tab_id) . '" class="geodir_option_tabs" ><a href="javascript:void(0);">' . $value['name'] . '</a></dd>'; |
|
941 | + echo '<dd id="'.trim($tab_id).'" class="geodir_option_tabs" ><a href="javascript:void(0);">'.$value['name'].'</a></dd>'; |
|
942 | 942 | |
943 | - echo '<div id="sub_' . trim($tab_id) . '" class="gd-content-heading" style=" margin-bottom:10px;" >'; |
|
943 | + echo '<div id="sub_'.trim($tab_id).'" class="gd-content-heading" style=" margin-bottom:10px;" >'; |
|
944 | 944 | } |
945 | 945 | |
946 | 946 | /** |
@@ -950,21 +950,21 @@ discard block |
||
950 | 950 | * |
951 | 951 | * @since 1.0.0 |
952 | 952 | */ |
953 | - do_action('geodir_settings_' . sanitize_title($value['id'])); |
|
953 | + do_action('geodir_settings_'.sanitize_title($value['id'])); |
|
954 | 954 | break; |
955 | 955 | |
956 | 956 | case 'no_tabs': |
957 | 957 | |
958 | 958 | echo '<div class="inner_content_tab_main">'; |
959 | - echo '<div id="sub_' . trim($tab_id) . '" class="gd-content-heading" style=" margin-bottom:10px;" >'; |
|
959 | + echo '<div id="sub_'.trim($tab_id).'" class="gd-content-heading" style=" margin-bottom:10px;" >'; |
|
960 | 960 | |
961 | 961 | break; |
962 | 962 | |
963 | 963 | case 'sectionstart': |
964 | 964 | if (isset($value['desc']) && $value['desc']) |
965 | - $desc = '<span style=" text-transform:none;"> - ' . $value['desc'] . '</span>'; |
|
965 | + $desc = '<span style=" text-transform:none;"> - '.$value['desc'].'</span>'; |
|
966 | 966 | if (isset($value['name']) && $value['name']) |
967 | - echo '<h3>' . $value['name'] . $desc . '</h3>'; |
|
967 | + echo '<h3>'.$value['name'].$desc.'</h3>'; |
|
968 | 968 | /** |
969 | 969 | * Called after a GeoDirectory settings sectionstart is output in the GD settings page. |
970 | 970 | * |
@@ -972,8 +972,8 @@ discard block |
||
972 | 972 | * |
973 | 973 | * @since 1.0.0 |
974 | 974 | */ |
975 | - if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_start'); |
|
976 | - echo '<table class="form-table">' . "\n\n"; |
|
975 | + if (isset($value['id']) && $value['id']) do_action('geodir_settings_'.sanitize_title($value['id']).'_start'); |
|
976 | + echo '<table class="form-table">'."\n\n"; |
|
977 | 977 | |
978 | 978 | break; |
979 | 979 | case 'sectionend': |
@@ -984,7 +984,7 @@ discard block |
||
984 | 984 | * |
985 | 985 | * @since 1.0.0 |
986 | 986 | */ |
987 | - if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_end'); |
|
987 | + if (isset($value['id']) && $value['id']) do_action('geodir_settings_'.sanitize_title($value['id']).'_end'); |
|
988 | 988 | echo '</table>'; |
989 | 989 | /** |
990 | 990 | * Called after a GeoDirectory settings sectionend is output in the GD settings page. |
@@ -993,7 +993,7 @@ discard block |
||
993 | 993 | * |
994 | 994 | * @since 1.0.0 |
995 | 995 | */ |
996 | - if (isset($value['id']) && $value['id']) do_action('geodir_settings_' . sanitize_title($value['id']) . '_after'); |
|
996 | + if (isset($value['id']) && $value['id']) do_action('geodir_settings_'.sanitize_title($value['id']).'_after'); |
|
997 | 997 | break; |
998 | 998 | case 'text': |
999 | 999 | ?> |
@@ -1002,7 +1002,7 @@ discard block |
||
1002 | 1002 | <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>" |
1003 | 1003 | id="<?php echo esc_attr($value['id']); ?>" |
1004 | 1004 | type="<?php echo esc_attr($value['type']); ?>" |
1005 | - <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?> |
|
1005 | + <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?> |
|
1006 | 1006 | style=" <?php echo esc_attr($value['css']); ?>" |
1007 | 1007 | value="<?php if (get_option($value['id']) !== false && get_option($value['id']) !== null) { |
1008 | 1008 | echo esc_attr(stripslashes(get_option($value['id']))); |
@@ -1019,14 +1019,14 @@ discard block |
||
1019 | 1019 | <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>" |
1020 | 1020 | id="<?php echo esc_attr($value['id']); ?>" |
1021 | 1021 | type="<?php echo esc_attr($value['type']); ?>" |
1022 | - <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?> |
|
1022 | + <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?> |
|
1023 | 1023 | style=" <?php echo esc_attr($value['css']); ?>" |
1024 | 1024 | value="<?php if (get_option($value['id']) !== false && get_option($value['id']) !== null) { |
1025 | 1025 | echo esc_attr(stripslashes(get_option($value['id']))); |
1026 | 1026 | } else { |
1027 | 1027 | echo esc_attr($value['std']); |
1028 | 1028 | } ?>"/> |
1029 | - <a href='https://console.developers.google.com/henhouse/?pb=["hh-1","maps_backend",null,[],"https://developers.google.com",null,["maps_backend","geocoding_backend","directions_backend","distance_matrix_backend","elevation_backend","places_backend"],null]&TB_iframe=true&width=600&height=400' class="thickbox button-primary" name="<?php _e('Generate API Key - ( MUST be logged in to your Google account )','geodirectory');?>" ><?php _e('Generate API Key','geodirectory');?></a> |
|
1029 | + <a href='https://console.developers.google.com/henhouse/?pb=["hh-1","maps_backend",null,[],"https://developers.google.com",null,["maps_backend","geocoding_backend","directions_backend","distance_matrix_backend","elevation_backend","places_backend"],null]&TB_iframe=true&width=600&height=400' class="thickbox button-primary" name="<?php _e('Generate API Key - ( MUST be logged in to your Google account )', 'geodirectory'); ?>" ><?php _e('Generate API Key', 'geodirectory'); ?></a> |
|
1030 | 1030 | <span class="description"><?php echo $value['desc']; ?></span></td> |
1031 | 1031 | </tr><?php |
1032 | 1032 | break; |
@@ -1038,7 +1038,7 @@ discard block |
||
1038 | 1038 | <td class="forminp"><input name="<?php echo esc_attr($value['id']); ?>" |
1039 | 1039 | id="<?php echo esc_attr($value['id']); ?>" |
1040 | 1040 | type="<?php echo esc_attr($value['type']); ?>" |
1041 | - <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?> |
|
1041 | + <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?> |
|
1042 | 1042 | style="<?php echo esc_attr($value['css']); ?>" |
1043 | 1043 | value="<?php if (get_option($value['id']) !== false && get_option($value['id']) !== null) { |
1044 | 1044 | echo esc_attr(stripslashes(get_option($value['id']))); |
@@ -1084,17 +1084,17 @@ discard block |
||
1084 | 1084 | <?php _e('Width', 'geodirectory'); ?> <input |
1085 | 1085 | name="<?php echo esc_attr($value['id']); ?>_width" |
1086 | 1086 | id="<?php echo esc_attr($value['id']); ?>_width" type="text" size="3" |
1087 | - value="<?php if ($size = get_option($value['id'] . '_width')) echo stripslashes($size); else echo $value['std']; ?>"/> |
|
1087 | + value="<?php if ($size = get_option($value['id'].'_width')) echo stripslashes($size); else echo $value['std']; ?>"/> |
|
1088 | 1088 | |
1089 | 1089 | <?php _e('Height', 'geodirectory'); ?> <input |
1090 | 1090 | name="<?php echo esc_attr($value['id']); ?>_height" |
1091 | 1091 | id="<?php echo esc_attr($value['id']); ?>_height" type="text" size="3" |
1092 | - value="<?php if ($size = get_option($value['id'] . '_height')) echo stripslashes($size); else echo $value['std']; ?>"/> |
|
1092 | + value="<?php if ($size = get_option($value['id'].'_height')) echo stripslashes($size); else echo $value['std']; ?>"/> |
|
1093 | 1093 | |
1094 | 1094 | <label><?php _e('Hard Crop', 'geodirectory'); ?> <input |
1095 | 1095 | name="<?php echo esc_attr($value['id']); ?>_crop" |
1096 | 1096 | id="<?php echo esc_attr($value['id']); ?>_crop" |
1097 | - type="checkbox" <?php if (get_option($value['id'] . '_crop') != '') checked(get_option($value['id'] . '_crop'), 1); else checked(1); ?> /></label> |
|
1097 | + type="checkbox" <?php if (get_option($value['id'].'_crop') != '') checked(get_option($value['id'].'_crop'), 1); else checked(1); ?> /></label> |
|
1098 | 1098 | |
1099 | 1099 | <span class="description"><?php echo $value['desc'] ?></span></td> |
1100 | 1100 | </tr><?php |
@@ -1144,7 +1144,7 @@ discard block |
||
1144 | 1144 | id="<?php echo esc_attr($value['id']); ?>" |
1145 | 1145 | style="<?php echo esc_attr($value['css']); ?>" |
1146 | 1146 | class="<?php if (isset($value['class'])) echo $value['class']; ?>" |
1147 | - data-placeholder="<?php if (isset($value['placeholder_text'])) echo $value['placeholder_text'];?>" |
|
1147 | + data-placeholder="<?php if (isset($value['placeholder_text'])) echo $value['placeholder_text']; ?>" |
|
1148 | 1148 | option-ajaxchosen="false"> |
1149 | 1149 | <?php |
1150 | 1150 | foreach ($value['options'] as $key => $val) { |
@@ -1155,7 +1155,7 @@ discard block |
||
1155 | 1155 | } else { |
1156 | 1156 | ?> |
1157 | 1157 | <option |
1158 | - value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values)));?>><?php echo ucfirst($val) ?></option> |
|
1158 | + value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values))); ?>><?php echo ucfirst($val) ?></option> |
|
1159 | 1159 | <?php |
1160 | 1160 | } |
1161 | 1161 | } |
@@ -1190,7 +1190,7 @@ discard block |
||
1190 | 1190 | ?> |
1191 | 1191 | |
1192 | 1192 | <tr valign="top"> |
1193 | - <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory');?></th> |
|
1193 | + <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory'); ?></th> |
|
1194 | 1194 | <td width="60%"> |
1195 | 1195 | <select name="geodir_default_map_language" style="width:60%"> |
1196 | 1196 | <?php |
@@ -1272,7 +1272,7 @@ discard block |
||
1272 | 1272 | |
1273 | 1273 | <tr valign="top"> |
1274 | 1274 | <th class="titledesc" |
1275 | - width="40%"><?php _e('Default post type search on map', 'geodirectory');?></th> |
|
1275 | + width="40%"><?php _e('Default post type search on map', 'geodirectory'); ?></th> |
|
1276 | 1276 | <td width="60%"> |
1277 | 1277 | <select name="geodir_default_map_search_pt" style="width:60%"> |
1278 | 1278 | <?php |
@@ -1313,7 +1313,7 @@ discard block |
||
1313 | 1313 | $cat_display = 'checkbox'; |
1314 | 1314 | $gd_post_types = get_option('geodir_exclude_post_type_on_map'); |
1315 | 1315 | $gd_cats = get_option('geodir_exclude_cat_on_map'); |
1316 | - $gd_cats_upgrade = (int)get_option('geodir_exclude_cat_on_map_upgrade'); |
|
1316 | + $gd_cats_upgrade = (int) get_option('geodir_exclude_cat_on_map_upgrade'); |
|
1317 | 1317 | $count = 1; |
1318 | 1318 | ?> |
1319 | 1319 | <table width="70%" class="widefat"> |
@@ -1342,7 +1342,7 @@ discard block |
||
1342 | 1342 | name="home_map_post_types[]" |
1343 | 1343 | id="<?php echo esc_attr($value['id']); ?>" |
1344 | 1344 | value="<?php echo $key; ?>" |
1345 | - class="map_post_type" <?php echo $checked;?> /> |
|
1345 | + class="map_post_type" <?php echo $checked; ?> /> |
|
1346 | 1346 | <?php echo $post_types_obj->labels->singular_name; ?></td> |
1347 | 1347 | <td width="40%"> |
1348 | 1348 | <div class="home_map_category" style="overflow:auto;width:200px;height:100px;" |
@@ -1400,12 +1400,12 @@ discard block |
||
1400 | 1400 | ?> |
1401 | 1401 | <fieldset> |
1402 | 1402 | <legend class="screen-reader-text"><span><?php echo $value['name'] ?></span></legend> |
1403 | - <label for="<?php echo $value['id'];?>"> |
|
1403 | + <label for="<?php echo $value['id']; ?>"> |
|
1404 | 1404 | <input name="<?php echo esc_attr($value['id']); ?>" |
1405 | - id="<?php echo esc_attr($value['id'] . $value['value']); ?>" type="radio" |
|
1405 | + id="<?php echo esc_attr($value['id'].$value['value']); ?>" type="radio" |
|
1406 | 1406 | value="<?php echo $value['value'] ?>" <?php if (get_option($value['id']) == $value['value']) { |
1407 | 1407 | echo 'checked="checked"'; |
1408 | - }elseif(get_option($value['id'])=='' && $value['std']==$value['value']){echo 'checked="checked"';} ?> /> |
|
1408 | + }elseif (get_option($value['id']) == '' && $value['std'] == $value['value']) {echo 'checked="checked"'; } ?> /> |
|
1409 | 1409 | <?php echo $value['desc']; ?></label><br> |
1410 | 1410 | </fieldset> |
1411 | 1411 | <?php |
@@ -1425,9 +1425,9 @@ discard block |
||
1425 | 1425 | <th scope="row" class="titledesc"><?php echo $value['name'] ?></th> |
1426 | 1426 | <td class="forminp"> |
1427 | 1427 | <textarea |
1428 | - <?php if (isset($value['args'])) echo $value['args'] . ' '; ?>name="<?php echo esc_attr($value['id']); ?>" |
|
1428 | + <?php if (isset($value['args'])) echo $value['args'].' '; ?>name="<?php echo esc_attr($value['id']); ?>" |
|
1429 | 1429 | id="<?php echo esc_attr($value['id']); ?>" |
1430 | - <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?> |
|
1430 | + <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?> |
|
1431 | 1431 | style="<?php echo esc_attr($value['css']); ?>"><?php if (get_option($value['id'])) echo esc_textarea(stripslashes(get_option($value['id']))); else echo esc_textarea($value['std']); ?></textarea><span |
1432 | 1432 | class="description"><?php echo $value['desc'] ?></span> |
1433 | 1433 | |
@@ -1472,7 +1472,7 @@ discard block |
||
1472 | 1472 | } |
1473 | 1473 | } |
1474 | 1474 | // |
1475 | - $page_setting = (int)get_option($value['id']); |
|
1475 | + $page_setting = (int) get_option($value['id']); |
|
1476 | 1476 | |
1477 | 1477 | $args = array('name' => $value['id'], |
1478 | 1478 | 'id' => $value['id'], |
@@ -1489,7 +1489,7 @@ discard block |
||
1489 | 1489 | <tr valign="top" class="single_select_page"> |
1490 | 1490 | <th scope="row" class="titledesc"><?php echo $value['name'] ?></th> |
1491 | 1491 | <td class="forminp"> |
1492 | - <?php echo str_replace(' id=', " data-placeholder='" . __('Select a page...', 'geodirectory') . "' style='" . $value['css'] . "' class='" . $value['class'] . "' " . $disabled . " id=", wp_dropdown_pages($args)); ?> |
|
1492 | + <?php echo str_replace(' id=', " data-placeholder='".__('Select a page...', 'geodirectory')."' style='".$value['css']."' class='".$value['class']."' ".$disabled." id=", wp_dropdown_pages($args)); ?> |
|
1493 | 1493 | <span class="description"><?php echo $value['desc'] ?></span> |
1494 | 1494 | </td> |
1495 | 1495 | </tr><?php |
@@ -1498,7 +1498,7 @@ discard block |
||
1498 | 1498 | } |
1499 | 1499 | break; |
1500 | 1500 | case 'single_select_country' : |
1501 | - $country_setting = (string)get_option($value['id']); |
|
1501 | + $country_setting = (string) get_option($value['id']); |
|
1502 | 1502 | if (strstr($country_setting, ':')) : |
1503 | 1503 | $country = current(explode(':', $country_setting)); |
1504 | 1504 | $state = end(explode(':', $country_setting)); |
@@ -1521,7 +1521,7 @@ discard block |
||
1521 | 1521 | case 'multi_select_countries' : |
1522 | 1522 | $countries = $geodirectory->countries->countries; |
1523 | 1523 | asort($countries); |
1524 | - $selections = (array)get_option($value['id']); |
|
1524 | + $selections = (array) get_option($value['id']); |
|
1525 | 1525 | ?> |
1526 | 1526 | <tr valign="top"> |
1527 | 1527 | <th scope="row" class="titledesc"><?php echo $value['name'] ?></th> |
@@ -1531,7 +1531,7 @@ discard block |
||
1531 | 1531 | title="Country" class="chosen_select"> |
1532 | 1532 | <?php |
1533 | 1533 | if ($countries) foreach ($countries as $key => $val) : |
1534 | - echo '<option value="' . $key . '" ' . selected(in_array($key, $selections), true, false) . '>' . $val . '</option>'; |
|
1534 | + echo '<option value="'.$key.'" '.selected(in_array($key, $selections), true, false).'>'.$val.'</option>'; |
|
1535 | 1535 | endforeach; |
1536 | 1536 | ?> |
1537 | 1537 | </select> |
@@ -1543,7 +1543,7 @@ discard block |
||
1543 | 1543 | break; |
1544 | 1544 | |
1545 | 1545 | case 'google_analytics' : |
1546 | - $selections = (array)get_option($value['id']); |
|
1546 | + $selections = (array) get_option($value['id']); |
|
1547 | 1547 | ?> |
1548 | 1548 | <tr valign="top"> |
1549 | 1549 | <th scope="row" class="titledesc"><?php echo $value['name'] ?></th> |
@@ -1554,30 +1554,30 @@ discard block |
||
1554 | 1554 | |
1555 | 1555 | $oAuthURL = "https://accounts.google.com/o/oauth2/auth?"; |
1556 | 1556 | $scope = "scope=https://www.googleapis.com/auth/analytics.readonly"; |
1557 | - $state = "&state=123";//any string |
|
1558 | - $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback"; |
|
1557 | + $state = "&state=123"; //any string |
|
1558 | + $redirect_uri = "&redirect_uri=".admin_url('admin-ajax.php')."?action=geodir_ga_callback"; |
|
1559 | 1559 | $response_type = "&response_type=code"; |
1560 | 1560 | $client_id = "&client_id=".get_option('geodir_ga_client_id'); |
1561 | 1561 | $access_type = "&access_type=offline"; |
1562 | 1562 | $approval_prompt = "&approval_prompt=force"; |
1563 | 1563 | |
1564 | - $auth_url = $oAuthURL . $scope . $state . $redirect_uri . $response_type . $client_id . $access_type . $approval_prompt; |
|
1564 | + $auth_url = $oAuthURL.$scope.$state.$redirect_uri.$response_type.$client_id.$access_type.$approval_prompt; |
|
1565 | 1565 | |
1566 | 1566 | |
1567 | 1567 | if (get_option('geodir_ga_auth_token')) { |
1568 | 1568 | ?> |
1569 | 1569 | <span class="button-primary" |
1570 | - onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize');?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span> |
|
1570 | + onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize'); ?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span> |
|
1571 | 1571 | <span style="color: green; font-weight: bold;"><?php _e('Authorized', 'geodirectory'); ?></span> |
1572 | 1572 | <?php |
1573 | 1573 | global $gd_ga_errors; |
1574 | - if(!empty($gd_ga_errors)){ |
|
1574 | + if (!empty($gd_ga_errors)) { |
|
1575 | 1575 | print_r($gd_ga_errors); |
1576 | 1576 | } |
1577 | 1577 | } else { |
1578 | 1578 | ?> |
1579 | 1579 | <span class="button-primary" |
1580 | - onclick="window.open('<?php echo geodir_ga_activation_url();?>', 'activate','width=700, height=600, menubar=0, status=0, location=0, toolbar=0')"><?php _e('Authorize', 'geodirectory');?></span> |
|
1580 | + onclick="window.open('<?php echo geodir_ga_activation_url(); ?>', 'activate','width=700, height=600, menubar=0, status=0, location=0, toolbar=0')"><?php _e('Authorize', 'geodirectory'); ?></span> |
|
1581 | 1581 | <?php |
1582 | 1582 | } |
1583 | 1583 | ?> |
@@ -1648,9 +1648,9 @@ discard block |
||
1648 | 1648 | |
1649 | 1649 | <?php if (isset($_REQUEST['active_tab']) && $_REQUEST['active_tab'] != '') { ?> |
1650 | 1650 | jQuery('.geodir_option_tabs').removeClass('gd-tab-active'); |
1651 | - jQuery('#<?php echo sanitize_text_field($_REQUEST['active_tab']);?>').addClass('gd-tab-active'); |
|
1651 | + jQuery('#<?php echo sanitize_text_field($_REQUEST['active_tab']); ?>').addClass('gd-tab-active'); |
|
1652 | 1652 | jQuery('.gd-content-heading').hide(); |
1653 | - jQuery('#sub_<?php echo sanitize_text_field($_REQUEST['active_tab']);?>').show(); |
|
1653 | + jQuery('#sub_<?php echo sanitize_text_field($_REQUEST['active_tab']); ?>').show(); |
|
1654 | 1654 | <?php } ?> |
1655 | 1655 | }); |
1656 | 1656 | </script> |
@@ -1736,7 +1736,7 @@ discard block |
||
1736 | 1736 | wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_attachments_noncename'); |
1737 | 1737 | |
1738 | 1738 | if (geodir_get_featured_image($post_id, 'thumbnail')) { |
1739 | - echo '<h4>' . __('Featured Image', 'geodirectory') . '</h4>'; |
|
1739 | + echo '<h4>'.__('Featured Image', 'geodirectory').'</h4>'; |
|
1740 | 1740 | geodir_show_featured_image($post_id, 'thumbnail'); |
1741 | 1741 | } |
1742 | 1742 | |
@@ -1747,13 +1747,13 @@ discard block |
||
1747 | 1747 | |
1748 | 1748 | <h5 class="form_title"> |
1749 | 1749 | <?php if ($image_limit != 0 && $image_limit == 1) { |
1750 | - echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('image with this package', 'geodirectory') . ')</small>'; |
|
1750 | + echo '<br /><small>('.__('You can upload', 'geodirectory').' '.$image_limit.' '.__('image with this package', 'geodirectory').')</small>'; |
|
1751 | 1751 | } ?> |
1752 | 1752 | <?php if ($image_limit != 0 && $image_limit > 1) { |
1753 | - echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('images with this package', 'geodirectory') . ')</small>'; |
|
1753 | + echo '<br /><small>('.__('You can upload', 'geodirectory').' '.$image_limit.' '.__('images with this package', 'geodirectory').')</small>'; |
|
1754 | 1754 | } ?> |
1755 | 1755 | <?php if ($image_limit == 0) { |
1756 | - echo '<br /><small>(' . __('You can upload unlimited images with this package', 'geodirectory') . ')</small>'; |
|
1756 | + echo '<br /><small>('.__('You can upload unlimited images with this package', 'geodirectory').')</small>'; |
|
1757 | 1757 | } ?> |
1758 | 1758 | </h5> |
1759 | 1759 | |
@@ -1792,10 +1792,10 @@ discard block |
||
1792 | 1792 | <div |
1793 | 1793 | class="plupload-upload-uic hide-if-no-js <?php if ($multiple): ?>plupload-upload-uic-multiple<?php endif; ?>" |
1794 | 1794 | id="<?php echo $id; ?>plupload-upload-ui"> |
1795 | - <h4><?php _e('Drop files to upload', 'geodirectory');?></h4> |
|
1795 | + <h4><?php _e('Drop files to upload', 'geodirectory'); ?></h4> |
|
1796 | 1796 | <input id="<?php echo $id; ?>plupload-browse-button" type="button" |
1797 | 1797 | value="<?php _e('Select Files', 'geodirectory'); ?>" class="button"/> |
1798 | - <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce($id . 'pluploadan'); ?>"></span> |
|
1798 | + <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce($id.'pluploadan'); ?>"></span> |
|
1799 | 1799 | <?php if ($width && $height): ?> |
1800 | 1800 | <span class="plupload-resize"></span> |
1801 | 1801 | <span class="plupload-width" id="plupload-width<?php echo $width; ?>"></span> |
@@ -1807,7 +1807,7 @@ discard block |
||
1807 | 1807 | id="<?php echo $id; ?>plupload-thumbs" style="border-top:1px solid #ccc; padding-top:10px;"> |
1808 | 1808 | </div> |
1809 | 1809 | <span |
1810 | - id="upload-msg"><?php _e('Please drag & drop the images to rearrange the order', 'geodirectory');?></span> |
|
1810 | + id="upload-msg"><?php _e('Please drag & drop the images to rearrange the order', 'geodirectory'); ?></span> |
|
1811 | 1811 | <span id="<?php echo $id; ?>upload-error" style="display:none"></span> |
1812 | 1812 | </div> |
1813 | 1813 | |
@@ -2017,9 +2017,9 @@ discard block |
||
2017 | 2017 | $plugin = 'avada-nag'; |
2018 | 2018 | $timestamp = 'avada-nag1234'; |
2019 | 2019 | $message = __('Welcome to GeoDirectory, please have a look <a href="https://docs.wpgeodirectory.com/category/getting-started/" target="_blank">here</a> to get started. :)', 'geodirectory'); |
2020 | - echo '<div id="' . $timestamp . '" class="error">'; |
|
2021 | - echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\'' . $plugin . '\',\'' . $timestamp . '\');" ><i class="fa fa-times"></i></span>'; |
|
2022 | - echo "<img class='gd-icon-noti' src='" . plugin_dir_url('') . "geodirectory/geodirectory-assets/images/favicon.ico' > "; |
|
2020 | + echo '<div id="'.$timestamp.'" class="error">'; |
|
2021 | + echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\''.$plugin.'\',\''.$timestamp.'\');" ><i class="fa fa-times"></i></span>'; |
|
2022 | + echo "<img class='gd-icon-noti' src='".plugin_dir_url('')."geodirectory/geodirectory-assets/images/favicon.ico' > "; |
|
2023 | 2023 | echo "<p>$message</p>"; |
2024 | 2024 | echo "</div>"; |
2025 | 2025 | |
@@ -2152,7 +2152,7 @@ discard block |
||
2152 | 2152 | |
2153 | 2153 | // Don't allow same slug url for listing and location |
2154 | 2154 | if (geodir_strtolower($listing_prefix) == geodir_strtolower($location_prefix)) { |
2155 | - $redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab . '&msg=fail&gderr=21'); |
|
2155 | + $redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$active_tab.'&msg=fail&gderr=21'); |
|
2156 | 2156 | wp_redirect($redirect_url); |
2157 | 2157 | exit; |
2158 | 2158 | } |
@@ -2164,7 +2164,7 @@ discard block |
||
2164 | 2164 | $default_language = $sitepress->get_default_language(); |
2165 | 2165 | |
2166 | 2166 | if ($current_language != 'all' && $current_language != $default_language) { |
2167 | - $redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab); |
|
2167 | + $redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$active_tab); |
|
2168 | 2168 | wp_redirect($redirect_url); |
2169 | 2169 | exit; |
2170 | 2170 | } |
@@ -2185,11 +2185,11 @@ discard block |
||
2185 | 2185 | function geodir_hide_admin_preview_button() { |
2186 | 2186 | global $post_type; |
2187 | 2187 | $post_types = geodir_get_posttypes(); |
2188 | - if(in_array($post_type, $post_types)) |
|
2188 | + if (in_array($post_type, $post_types)) |
|
2189 | 2189 | echo '<style type="text/css">#post-preview, #view-post-btn{display: none;}</style>'; |
2190 | 2190 | } |
2191 | -add_action( 'admin_head-post-new.php', 'geodir_hide_admin_preview_button' ); |
|
2192 | -add_action( 'admin_head-post.php', 'geodir_hide_admin_preview_button' ); |
|
2191 | +add_action('admin_head-post-new.php', 'geodir_hide_admin_preview_button'); |
|
2192 | +add_action('admin_head-post.php', 'geodir_hide_admin_preview_button'); |
|
2193 | 2193 | |
2194 | 2194 | /** |
2195 | 2195 | * Add the tab in left sidebar menu fro import & export page. |
@@ -2199,8 +2199,8 @@ discard block |
||
2199 | 2199 | * |
2200 | 2200 | * @return array Array of tab data. |
2201 | 2201 | */ |
2202 | -function geodir_import_export_tab( $tabs ) { |
|
2203 | - $tabs['import_export'] = array( 'label' => __( 'Import & Export', 'geodirectory' ) ); |
|
2202 | +function geodir_import_export_tab($tabs) { |
|
2203 | + $tabs['import_export'] = array('label' => __('Import & Export', 'geodirectory')); |
|
2204 | 2204 | return $tabs; |
2205 | 2205 | } |
2206 | 2206 | |
@@ -2214,8 +2214,8 @@ discard block |
||
2214 | 2214 | * @return string Html content. |
2215 | 2215 | */ |
2216 | 2216 | function geodir_import_export_page() { |
2217 | - $nonce = wp_create_nonce( 'geodir_import_export_nonce' ); |
|
2218 | - $gd_cats_sample_csv = geodir_plugin_url() . '/geodirectory-assets/gd_sample_categories.csv'; |
|
2217 | + $nonce = wp_create_nonce('geodir_import_export_nonce'); |
|
2218 | + $gd_cats_sample_csv = geodir_plugin_url().'/geodirectory-assets/gd_sample_categories.csv'; |
|
2219 | 2219 | /** |
2220 | 2220 | * Filter sample category data csv file url. |
2221 | 2221 | * |
@@ -2224,9 +2224,9 @@ discard block |
||
2224 | 2224 | * |
2225 | 2225 | * @param string $gd_cats_sample_csv Sample category data csv file url. |
2226 | 2226 | */ |
2227 | - $gd_cats_sample_csv = apply_filters( 'geodir_export_cats_sample_csv', $gd_cats_sample_csv ); |
|
2227 | + $gd_cats_sample_csv = apply_filters('geodir_export_cats_sample_csv', $gd_cats_sample_csv); |
|
2228 | 2228 | |
2229 | - $gd_posts_sample_csv = geodir_plugin_url() . '/geodirectory-assets/place_listing.csv'; |
|
2229 | + $gd_posts_sample_csv = geodir_plugin_url().'/geodirectory-assets/place_listing.csv'; |
|
2230 | 2230 | /** |
2231 | 2231 | * Filter sample post data csv file url. |
2232 | 2232 | * |
@@ -2235,15 +2235,15 @@ discard block |
||
2235 | 2235 | * |
2236 | 2236 | * @param string $gd_posts_sample_csv Sample post data csv file url. |
2237 | 2237 | */ |
2238 | - $gd_posts_sample_csv = apply_filters( 'geodir_export_posts_sample_csv', $gd_posts_sample_csv ); |
|
2238 | + $gd_posts_sample_csv = apply_filters('geodir_export_posts_sample_csv', $gd_posts_sample_csv); |
|
2239 | 2239 | |
2240 | - $gd_posttypes = geodir_get_posttypes( 'array' ); |
|
2240 | + $gd_posttypes = geodir_get_posttypes('array'); |
|
2241 | 2241 | |
2242 | 2242 | $gd_posttypes_option = ''; |
2243 | - foreach ( $gd_posttypes as $gd_posttype => $row ) { |
|
2244 | - $gd_posttypes_option .= '<option value="' . $gd_posttype . '" data-cats="' . (int)geodir_get_terms_count( $gd_posttype ) . '" data-posts="' . (int)geodir_get_posts_count( $gd_posttype ) . '">' . __( $row['labels']['name'], 'geodirectory' ) . '</option>'; |
|
2243 | + foreach ($gd_posttypes as $gd_posttype => $row) { |
|
2244 | + $gd_posttypes_option .= '<option value="'.$gd_posttype.'" data-cats="'.(int) geodir_get_terms_count($gd_posttype).'" data-posts="'.(int) geodir_get_posts_count($gd_posttype).'">'.__($row['labels']['name'], 'geodirectory').'</option>'; |
|
2245 | 2245 | } |
2246 | - wp_enqueue_script( 'jquery-ui-progressbar' ); |
|
2246 | + wp_enqueue_script('jquery-ui-progressbar'); |
|
2247 | 2247 | |
2248 | 2248 | $gd_chunksize_options = array(); |
2249 | 2249 | $gd_chunksize_options[100] = 100; |
@@ -2265,50 +2265,50 @@ discard block |
||
2265 | 2265 | * |
2266 | 2266 | * @param string $gd_chunksize_options Entries options. |
2267 | 2267 | */ |
2268 | - $gd_chunksize_options = apply_filters( 'geodir_export_csv_chunksize_options', $gd_chunksize_options ); |
|
2268 | + $gd_chunksize_options = apply_filters('geodir_export_csv_chunksize_options', $gd_chunksize_options); |
|
2269 | 2269 | |
2270 | 2270 | $gd_chunksize_option = ''; |
2271 | 2271 | foreach ($gd_chunksize_options as $value => $title) { |
2272 | - $gd_chunksize_option .= '<option value="' . $value . '" ' . selected($value, 5000, false) . '>' . $title . '</option>'; |
|
2272 | + $gd_chunksize_option .= '<option value="'.$value.'" '.selected($value, 5000, false).'>'.$title.'</option>'; |
|
2273 | 2273 | } |
2274 | 2274 | |
2275 | 2275 | $uploads = wp_upload_dir(); |
2276 | - $upload_dir = wp_sprintf( CSV_TRANSFER_IMG_FOLDER, str_replace( ABSPATH, '', $uploads['path'] ) ); |
|
2276 | + $upload_dir = wp_sprintf(CSV_TRANSFER_IMG_FOLDER, str_replace(ABSPATH, '', $uploads['path'])); |
|
2277 | 2277 | ?> |
2278 | 2278 | </form> |
2279 | 2279 | <div class="inner_content_tab_main gd-import-export"> |
2280 | - <h3><?php _e( 'GD Import & Export CSV', 'geodirectory' ) ;?></h3> |
|
2281 | - <span class="description"><?php _e( 'Import & export csv for GD listings & categories.', 'geodirectory' ) ;?></span> |
|
2280 | + <h3><?php _e('GD Import & Export CSV', 'geodirectory'); ?></h3> |
|
2281 | + <span class="description"><?php _e('Import & export csv for GD listings & categories.', 'geodirectory'); ?></span> |
|
2282 | 2282 | <div class="gd-content-heading"> |
2283 | 2283 | |
2284 | 2284 | <?php |
2285 | 2285 | ini_set('max_execution_time', 999999); |
2286 | - $ini_max_execution_time_check = @ini_get( 'max_execution_time' ); |
|
2286 | + $ini_max_execution_time_check = @ini_get('max_execution_time'); |
|
2287 | 2287 | ini_restore('max_execution_time'); |
2288 | 2288 | |
2289 | - if($ini_max_execution_time_check != 999999){ // only show these setting to the user if we can't change the ini setting |
|
2289 | + if ($ini_max_execution_time_check != 999999) { // only show these setting to the user if we can't change the ini setting |
|
2290 | 2290 | ?> |
2291 | 2291 | <div id="gd_ie_reqs" class="metabox-holder"> |
2292 | 2292 | <div class="meta-box-sortables ui-sortable"> |
2293 | 2293 | <div class="postbox"> |
2294 | - <h3 class="hndle"><span style='vertical-align:top;'><?php echo __( 'PHP Requirements for GD Import & Export CSV', 'geodirectory' );?></span></h3> |
|
2294 | + <h3 class="hndle"><span style='vertical-align:top;'><?php echo __('PHP Requirements for GD Import & Export CSV', 'geodirectory'); ?></span></h3> |
|
2295 | 2295 | <div class="inside"> |
2296 | - <span class="description"><?php echo __( 'Note: In case GD import & export csv not working for larger data then please check and configure following php settings.', 'geodirectory' );?></span> |
|
2296 | + <span class="description"><?php echo __('Note: In case GD import & export csv not working for larger data then please check and configure following php settings.', 'geodirectory'); ?></span> |
|
2297 | 2297 | <table class="form-table"> |
2298 | 2298 | <thead> |
2299 | 2299 | <tr> |
2300 | - <th><?php _e( 'PHP Settings', 'geodirectory' );?></th><th><?php _e( 'Current Value', 'geodirectory' );?></th><th><?php _e( 'Recommended Value', 'geodirectory' );?></th> |
|
2300 | + <th><?php _e('PHP Settings', 'geodirectory'); ?></th><th><?php _e('Current Value', 'geodirectory'); ?></th><th><?php _e('Recommended Value', 'geodirectory'); ?></th> |
|
2301 | 2301 | </tr> |
2302 | 2302 | </thead> |
2303 | 2303 | <tbody> |
2304 | 2304 | <tr> |
2305 | - <td>max_input_time</td><td><?php echo @ini_get( 'max_input_time' );?></td><td>3000</td> |
|
2305 | + <td>max_input_time</td><td><?php echo @ini_get('max_input_time'); ?></td><td>3000</td> |
|
2306 | 2306 | </tr> |
2307 | 2307 | <tr> |
2308 | - <td>max_execution_time</td><td><?php echo @ini_get( 'max_execution_time' );?></td><td>3000</td> |
|
2308 | + <td>max_execution_time</td><td><?php echo @ini_get('max_execution_time'); ?></td><td>3000</td> |
|
2309 | 2309 | </tr> |
2310 | 2310 | <tr> |
2311 | - <td>memory_limit</td><td><?php echo @ini_get( 'memory_limit' );?></td><td>256M</td> |
|
2311 | + <td>memory_limit</td><td><?php echo @ini_get('memory_limit'); ?></td><td>256M</td> |
|
2312 | 2312 | </tr> |
2313 | 2313 | </tbody> |
2314 | 2314 | </table> |
@@ -2320,21 +2320,21 @@ discard block |
||
2320 | 2320 | <div id="gd_ie_imposts" class="metabox-holder"> |
2321 | 2321 | <div class="meta-box-sortables ui-sortable"> |
2322 | 2322 | <div id="gd_ie_im_posts" class="postbox gd-hndle-pbox"> |
2323 | - <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Listings: Import CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
2324 | - <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Listings: Import CSV', 'geodirectory' );?></span></h3> |
|
2323 | + <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Listings: Import CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
2324 | + <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Listings: Import CSV', 'geodirectory'); ?></span></h3> |
|
2325 | 2325 | <div class="inside"> |
2326 | 2326 | <table class="form-table"> |
2327 | 2327 | <tbody> |
2328 | 2328 | <tr> |
2329 | 2329 | <td class="gd-imex-box"> |
2330 | 2330 | <div class="gd-im-choices"> |
2331 | - <p><input type="radio" value="update" name="gd_im_choicepost" id="gd_im_pchoice_u" /><label for="gd_im_pchoice_u"><?php _e( 'Update listing if post with post_id already exists.', 'geodirectory' );?></label></p> |
|
2332 | - <p><input type="radio" checked="checked" value="skip" name="gd_im_choicepost" id="gd_im_pchoice_s" /><label for="gd_im_pchoice_s"><?php _e( 'Ignore listing if post with post_id already exists.', 'geodirectory' );?></label></p> |
|
2331 | + <p><input type="radio" value="update" name="gd_im_choicepost" id="gd_im_pchoice_u" /><label for="gd_im_pchoice_u"><?php _e('Update listing if post with post_id already exists.', 'geodirectory'); ?></label></p> |
|
2332 | + <p><input type="radio" checked="checked" value="skip" name="gd_im_choicepost" id="gd_im_pchoice_s" /><label for="gd_im_pchoice_s"><?php _e('Ignore listing if post with post_id already exists.', 'geodirectory'); ?></label></p> |
|
2333 | 2333 | </div> |
2334 | 2334 | <div class="plupload-upload-uic hide-if-no-js" id="gd_im_postplupload-upload-ui"> |
2335 | 2335 | <input type="text" readonly="readonly" name="gd_im_post_file" class="gd-imex-file gd_im_post_file" id="gd_im_post" onclick="jQuery('#gd_im_postplupload-browse-button').trigger('click');" /> |
2336 | - <input id="gd_im_postplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-pupload button-primary" /><input type="button" value="<?php echo esc_attr( __( 'Download Sample CSV', 'geodirectory' ) );?>" class="button-secondary" name="gd_ie_imposts_sample" id="gd_ie_imposts_sample"> |
|
2337 | - <input type="hidden" id="gd_ie_imposts_csv" value="<?php echo $gd_posts_sample_csv;?>" /> |
|
2336 | + <input id="gd_im_postplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-pupload button-primary" /><input type="button" value="<?php echo esc_attr(__('Download Sample CSV', 'geodirectory')); ?>" class="button-secondary" name="gd_ie_imposts_sample" id="gd_ie_imposts_sample"> |
|
2337 | + <input type="hidden" id="gd_ie_imposts_csv" value="<?php echo $gd_posts_sample_csv; ?>" /> |
|
2338 | 2338 | <?php |
2339 | 2339 | /** |
2340 | 2340 | * Called just after the sample CSV download link. |
@@ -2343,7 +2343,7 @@ discard block |
||
2343 | 2343 | */ |
2344 | 2344 | do_action('geodir_sample_csv_download_link'); |
2345 | 2345 | ?> |
2346 | - <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce( 'gd_im_postpluploadan' ); ?>"></span> |
|
2346 | + <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce('gd_im_postpluploadan'); ?>"></span> |
|
2347 | 2347 | <div class="filelist"></div> |
2348 | 2348 | </div> |
2349 | 2349 | <span id="gd_im_catupload-error" style="display:none"></span> |
@@ -2361,7 +2361,7 @@ discard block |
||
2361 | 2361 | <input type="hidden" id="gd_terminateaction" value="continue"/> |
2362 | 2362 | </div> |
2363 | 2363 | <div class="gd-import-progress" id="gd-import-progress" style="display:none"> |
2364 | - <div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory');?> </b><font |
|
2364 | + <div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory'); ?> </b><font |
|
2365 | 2365 | id="gd-import-done">0</font> / <font id="gd-import-total">0</font> ( <font |
2366 | 2366 | id="gd-import-perc">0%</font> ) |
2367 | 2367 | <div class="gd-fileprogress"></div> |
@@ -2373,10 +2373,10 @@ discard block |
||
2373 | 2373 | <div class="gd-imex-btns" style="display:none;"> |
2374 | 2374 | <input type="hidden" class="geodir_import_file" name="geodir_import_file" value="save"/> |
2375 | 2375 | <input onclick="gd_imex_PrepareImport(this, 'post')" type="button" value="<?php echo CSV_IMPORT_DATA; ?>" id="gd_import_data" class="button-primary" /> |
2376 | - <input onclick="gd_imex_ContinueImport(this, 'post')" type="button" value="<?php _e( "Continue Import Data", 'geodirectory' );?>" id="gd_continue_data" class="button-primary" style="display:none"/> |
|
2377 | - <input type="button" value="<?php _e("Terminate Import Data", 'geodirectory');?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'post')"/> |
|
2376 | + <input onclick="gd_imex_ContinueImport(this, 'post')" type="button" value="<?php _e("Continue Import Data", 'geodirectory'); ?>" id="gd_continue_data" class="button-primary" style="display:none"/> |
|
2377 | + <input type="button" value="<?php _e("Terminate Import Data", 'geodirectory'); ?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'post')"/> |
|
2378 | 2378 | <div id="gd_process_data" style="display:none"> |
2379 | - <span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory');?> |
|
2379 | + <span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory'); ?> |
|
2380 | 2380 | </div> |
2381 | 2381 | </div> |
2382 | 2382 | </td> |
@@ -2390,30 +2390,30 @@ discard block |
||
2390 | 2390 | <div id="gd_ie_excategs" class="metabox-holder"> |
2391 | 2391 | <div class="meta-box-sortables ui-sortable"> |
2392 | 2392 | <div id="gd_ie_ex_posts" class="postbox gd-hndle-pbox"> |
2393 | - <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - Listings: Export CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
2394 | - <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Listings: Export CSV', 'geodirectory' );?></span></h3> |
|
2393 | + <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - Listings: Export CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
2394 | + <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Listings: Export CSV', 'geodirectory'); ?></span></h3> |
|
2395 | 2395 | <div class="inside"> |
2396 | 2396 | <table class="form-table"> |
2397 | 2397 | <tbody> |
2398 | 2398 | <tr> |
2399 | 2399 | <td class="fld"><label for="gd_post_type"> |
2400 | - <?php _e( 'Post Type:', 'geodirectory' );?> |
|
2400 | + <?php _e('Post Type:', 'geodirectory'); ?> |
|
2401 | 2401 | </label></td> |
2402 | 2402 | <td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"> |
2403 | - <?php echo $gd_posttypes_option;?> |
|
2403 | + <?php echo $gd_posttypes_option; ?> |
|
2404 | 2404 | </select></td> |
2405 | 2405 | </tr> |
2406 | 2406 | <tr> |
2407 | - <td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e( 'Max entries per csv file:', 'geodirectory' );?></label></td> |
|
2408 | - <td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option;?></select><span class="description"><?php _e( 'Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory' );?></span></td> |
|
2407 | + <td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e('Max entries per csv file:', 'geodirectory'); ?></label></td> |
|
2408 | + <td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option; ?></select><span class="description"><?php _e('Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory'); ?></span></td> |
|
2409 | 2409 | </tr> |
2410 | 2410 | <tr class="gd-imex-dates"> |
2411 | - <td class="fld"><label><?php _e( 'Published Date:', 'geodirectory' );?></label></td> |
|
2412 | - <td><label><span class="label-responsive"><?php _e( 'Start date:', 'geodirectory' );?></span><input type="text" id="gd_imex_start_date" name="gd_imex[start_date]" data-type="date" /></label><label><span class="label-responsive"><?php _e( 'End date:', 'geodirectory' );?></span><input type="text" id="gd_imex_end_date" name="gd_imex[end_date]" data-type="date" /></label></td> |
|
2411 | + <td class="fld"><label><?php _e('Published Date:', 'geodirectory'); ?></label></td> |
|
2412 | + <td><label><span class="label-responsive"><?php _e('Start date:', 'geodirectory'); ?></span><input type="text" id="gd_imex_start_date" name="gd_imex[start_date]" data-type="date" /></label><label><span class="label-responsive"><?php _e('End date:', 'geodirectory'); ?></span><input type="text" id="gd_imex_end_date" name="gd_imex[end_date]" data-type="date" /></label></td> |
|
2413 | 2413 | </tr> |
2414 | 2414 | <tr> |
2415 | 2415 | <td class="fld" style="vertical-align:top"><label> |
2416 | - <?php _e( 'Progress:', 'geodirectory' );?> |
|
2416 | + <?php _e('Progress:', 'geodirectory'); ?> |
|
2417 | 2417 | </label></td> |
2418 | 2418 | <td><div id='gd_progressbar_box'> |
2419 | 2419 | <div id="gd_progressbar" class="gd_progressbar"> |
@@ -2421,13 +2421,13 @@ discard block |
||
2421 | 2421 | </div> |
2422 | 2422 | </div> |
2423 | 2423 | <p style="display:inline-block"> |
2424 | - <?php _e( 'Elapsed Time:', 'geodirectory' );?> |
|
2424 | + <?php _e('Elapsed Time:', 'geodirectory'); ?> |
|
2425 | 2425 | </p> |
2426 | 2426 | |
2427 | 2427 | <p id="gd_timer" class="gd_timer">00:00:00</p></td> |
2428 | 2428 | </tr> |
2429 | 2429 | <tr class="gd-ie-actions"> |
2430 | - <td style="vertical-align:top"><input type="submit" value="<?php echo esc_attr( __( 'Export CSV', 'geodirectory' ) );?>" class="button-primary" name="gd_ie_exposts_submit" id="gd_ie_exposts_submit"> |
|
2430 | + <td style="vertical-align:top"><input type="submit" value="<?php echo esc_attr(__('Export CSV', 'geodirectory')); ?>" class="button-primary" name="gd_ie_exposts_submit" id="gd_ie_exposts_submit"> |
|
2431 | 2431 | </td> |
2432 | 2432 | <td id="gd_ie_ex_files" class="gd-ie-files"></td> |
2433 | 2433 | </tr> |
@@ -2440,21 +2440,21 @@ discard block |
||
2440 | 2440 | <div id="gd_ie_imcategs" class="metabox-holder"> |
2441 | 2441 | <div class="meta-box-sortables ui-sortable"> |
2442 | 2442 | <div id="gd_ie_imcats" class="postbox gd-hndle-pbox"> |
2443 | - <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Categories: Import CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
2444 | - <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Categories: Import CSV', 'geodirectory' );?></span></h3> |
|
2443 | + <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Categories: Import CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
2444 | + <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Categories: Import CSV', 'geodirectory'); ?></span></h3> |
|
2445 | 2445 | <div class="inside"> |
2446 | 2446 | <table class="form-table"> |
2447 | 2447 | <tbody> |
2448 | 2448 | <tr> |
2449 | 2449 | <td class="gd-imex-box"> |
2450 | 2450 | <div class="gd-im-choices"> |
2451 | - <p><input type="radio" value="update" name="gd_im_choicecat" id="gd_im_cchoice_u" /><label for="gd_im_cchoice_u"><?php _e( 'Update item if item with cat_id/cat_slug already exists.', 'geodirectory' );?></label></p> |
|
2452 | - <p><input type="radio" checked="checked" value="skip" name="gd_im_choicecat" id="gd_im_cchoice_s" /><label for="gd_im_cchoice_s"><?php _e( 'Ignore item if item with cat_id/cat_slug already exists.', 'geodirectory' );?></label></p> |
|
2451 | + <p><input type="radio" value="update" name="gd_im_choicecat" id="gd_im_cchoice_u" /><label for="gd_im_cchoice_u"><?php _e('Update item if item with cat_id/cat_slug already exists.', 'geodirectory'); ?></label></p> |
|
2452 | + <p><input type="radio" checked="checked" value="skip" name="gd_im_choicecat" id="gd_im_cchoice_s" /><label for="gd_im_cchoice_s"><?php _e('Ignore item if item with cat_id/cat_slug already exists.', 'geodirectory'); ?></label></p> |
|
2453 | 2453 | </div> |
2454 | 2454 | <div class="plupload-upload-uic hide-if-no-js" id="gd_im_catplupload-upload-ui"> |
2455 | 2455 | <input type="text" readonly="readonly" name="gd_im_cat_file" class="gd-imex-file gd_im_cat_file" id="gd_im_cat" onclick="jQuery('#gd_im_catplupload-browse-button').trigger('click');" /> |
2456 | - <input id="gd_im_catplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-cupload button-primary" /><input type="button" value="<?php echo esc_attr( __( 'Download Sample CSV', 'geodirectory' ) );?>" class="button-secondary" name="gd_ie_imcats_sample" id="gd_ie_imcats_sample"> |
|
2457 | - <input type="hidden" id="gd_ie_imcats_csv" value="<?php echo $gd_cats_sample_csv;?>" /> |
|
2456 | + <input id="gd_im_catplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-cupload button-primary" /><input type="button" value="<?php echo esc_attr(__('Download Sample CSV', 'geodirectory')); ?>" class="button-secondary" name="gd_ie_imcats_sample" id="gd_ie_imcats_sample"> |
|
2457 | + <input type="hidden" id="gd_ie_imcats_csv" value="<?php echo $gd_cats_sample_csv; ?>" /> |
|
2458 | 2458 | <?php |
2459 | 2459 | /** |
2460 | 2460 | * Called just after the sample CSV download link. |
@@ -2464,7 +2464,7 @@ discard block |
||
2464 | 2464 | */ |
2465 | 2465 | do_action('geodir_sample_cats_csv_download_link'); |
2466 | 2466 | ?> |
2467 | - <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce( 'gd_im_catpluploadan' ); ?>"></span> |
|
2467 | + <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce('gd_im_catpluploadan'); ?>"></span> |
|
2468 | 2468 | <div class="filelist"></div> |
2469 | 2469 | </div> |
2470 | 2470 | <span id="gd_im_catupload-error" style="display:none"></span> |
@@ -2481,7 +2481,7 @@ discard block |
||
2481 | 2481 | <input type="hidden" id="gd_terminateaction" value="continue"/> |
2482 | 2482 | </div> |
2483 | 2483 | <div class="gd-import-progress" id="gd-import-progress" style="display:none"> |
2484 | - <div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory');?> </b><font |
|
2484 | + <div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory'); ?> </b><font |
|
2485 | 2485 | id="gd-import-done">0</font> / <font id="gd-import-total">0</font> ( <font |
2486 | 2486 | id="gd-import-perc">0%</font> ) |
2487 | 2487 | <div class="gd-fileprogress"></div> |
@@ -2493,10 +2493,10 @@ discard block |
||
2493 | 2493 | <div class="gd-imex-btns" style="display:none;"> |
2494 | 2494 | <input type="hidden" class="geodir_import_file" name="geodir_import_file" value="save"/> |
2495 | 2495 | <input onclick="gd_imex_PrepareImport(this, 'cat')" type="button" value="<?php echo CSV_IMPORT_DATA; ?>" id="gd_import_data" class="button-primary" /> |
2496 | - <input onclick="gd_imex_ContinueImport(this, 'cat')" type="button" value="<?php _e( "Continue Import Data", 'geodirectory' );?>" id="gd_continue_data" class="button-primary" style="display:none"/> |
|
2497 | - <input type="button" value="<?php _e("Terminate Import Data", 'geodirectory');?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'cat')"/> |
|
2496 | + <input onclick="gd_imex_ContinueImport(this, 'cat')" type="button" value="<?php _e("Continue Import Data", 'geodirectory'); ?>" id="gd_continue_data" class="button-primary" style="display:none"/> |
|
2497 | + <input type="button" value="<?php _e("Terminate Import Data", 'geodirectory'); ?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'cat')"/> |
|
2498 | 2498 | <div id="gd_process_data" style="display:none"> |
2499 | - <span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory');?> |
|
2499 | + <span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory'); ?> |
|
2500 | 2500 | </div> |
2501 | 2501 | </div> |
2502 | 2502 | </td> |
@@ -2510,26 +2510,26 @@ discard block |
||
2510 | 2510 | <div id="gd_ie_excategs" class="metabox-holder"> |
2511 | 2511 | <div class="meta-box-sortables ui-sortable"> |
2512 | 2512 | <div id="gd_ie_ex_cats" class="postbox gd-hndle-pbox"> |
2513 | - <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Categories: Export CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
2514 | - <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Categories: Export CSV', 'geodirectory' );?></span></h3> |
|
2513 | + <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Categories: Export CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
2514 | + <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Categories: Export CSV', 'geodirectory'); ?></span></h3> |
|
2515 | 2515 | <div class="inside"> |
2516 | 2516 | <table class="form-table"> |
2517 | 2517 | <tbody> |
2518 | 2518 | <tr> |
2519 | - <td class="fld"><label for="gd_post_type"><?php _e( 'Post Type:', 'geodirectory' );?></label></td> |
|
2520 | - <td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"><?php echo $gd_posttypes_option;?></select></td> |
|
2519 | + <td class="fld"><label for="gd_post_type"><?php _e('Post Type:', 'geodirectory'); ?></label></td> |
|
2520 | + <td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"><?php echo $gd_posttypes_option; ?></select></td> |
|
2521 | 2521 | </tr> |
2522 | 2522 | <tr> |
2523 | - <td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e( 'Max entries per csv file:', 'geodirectory' );?></label></td> |
|
2524 | - <td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option;?></select><span class="description"><?php _e( 'Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory' );?></span></td> |
|
2523 | + <td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e('Max entries per csv file:', 'geodirectory'); ?></label></td> |
|
2524 | + <td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option; ?></select><span class="description"><?php _e('Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory'); ?></span></td> |
|
2525 | 2525 | </tr> |
2526 | 2526 | <tr> |
2527 | - <td class="fld" style="vertical-align:top"><label><?php _e( 'Progress:', 'geodirectory' );?></label></td> |
|
2528 | - <td><div id='gd_progressbar_box'><div id="gd_progressbar" class="gd_progressbar"><div class="gd-progress-label"></div></div></div><p style="display:inline-block"><?php _e( 'Elapsed Time:', 'geodirectory' );?></p> <p id="gd_timer" class="gd_timer">00:00:00</p></td> |
|
2527 | + <td class="fld" style="vertical-align:top"><label><?php _e('Progress:', 'geodirectory'); ?></label></td> |
|
2528 | + <td><div id='gd_progressbar_box'><div id="gd_progressbar" class="gd_progressbar"><div class="gd-progress-label"></div></div></div><p style="display:inline-block"><?php _e('Elapsed Time:', 'geodirectory'); ?></p> <p id="gd_timer" class="gd_timer">00:00:00</p></td> |
|
2529 | 2529 | </tr> |
2530 | 2530 | <tr class="gd-ie-actions"> |
2531 | 2531 | <td style="vertical-align:top"> |
2532 | - <input type="submit" value="<?php echo esc_attr( __( 'Export CSV', 'geodirectory' ) );?>" class="button-primary" name="gd_ie_excats_submit" id="gd_ie_excats_submit"> |
|
2532 | + <input type="submit" value="<?php echo esc_attr(__('Export CSV', 'geodirectory')); ?>" class="button-primary" name="gd_ie_excats_submit" id="gd_ie_excats_submit"> |
|
2533 | 2533 | </td> |
2534 | 2534 | <td id="gd_ie_ex_files" class="gd-ie-files"></td> |
2535 | 2535 | </tr> |
@@ -2551,7 +2551,7 @@ discard block |
||
2551 | 2551 | * @param array $gd_chunksize_options File chunk size options. |
2552 | 2552 | * @param string $nonce Wordpress security token for GD import & export. |
2553 | 2553 | */ |
2554 | - do_action( 'geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce ); |
|
2554 | + do_action('geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce); |
|
2555 | 2555 | ?> |
2556 | 2556 | </div> |
2557 | 2557 | </div> |
@@ -2570,7 +2570,7 @@ discard block |
||
2570 | 2570 | jQuery.ajax({ |
2571 | 2571 | url: ajaxurl, |
2572 | 2572 | type: "POST", |
2573 | - data: 'action=geodir_import_export&task=prepare_import&_pt=' + type + '&_file=' + uploadedFile + '&_nonce=<?php echo $nonce;?>', |
|
2573 | + data: 'action=geodir_import_export&task=prepare_import&_pt=' + type + '&_file=' + uploadedFile + '&_nonce=<?php echo $nonce; ?>', |
|
2574 | 2574 | dataType: 'json', |
2575 | 2575 | cache: false, |
2576 | 2576 | success: function(data) { |
@@ -2622,7 +2622,7 @@ discard block |
||
2622 | 2622 | |
2623 | 2623 | jQuery(cont).find('.filelist .file').remove(); |
2624 | 2624 | |
2625 | - jQuery('#gd-import-msg', cont).find('#message').removeClass('updated').addClass('error').html("<p><?php echo esc_attr( PLZ_SELECT_CSV_FILE );?></p>"); |
|
2625 | + jQuery('#gd-import-msg', cont).find('#message').removeClass('updated').addClass('error').html("<p><?php echo esc_attr(PLZ_SELECT_CSV_FILE); ?></p>"); |
|
2626 | 2626 | jQuery('#gd-import-msg', cont).show(); |
2627 | 2627 | |
2628 | 2628 | return false; |
@@ -2681,7 +2681,7 @@ discard block |
||
2681 | 2681 | jQuery.ajax({ |
2682 | 2682 | url: ajaxurl, |
2683 | 2683 | type: "POST", |
2684 | - data: 'action=geodir_import_export&task=import_' + type + '&_pt=' + type + '&_file=' + uploadedFile + gddata + '&_ch=' + choice + '&_nonce=<?php echo $nonce;?>', |
|
2684 | + data: 'action=geodir_import_export&task=import_' + type + '&_pt=' + type + '&_file=' + uploadedFile + gddata + '&_ch=' + choice + '&_nonce=<?php echo $nonce; ?>', |
|
2685 | 2685 | dataType : 'json', |
2686 | 2686 | cache: false, |
2687 | 2687 | success: function (data) { |
@@ -2870,27 +2870,27 @@ discard block |
||
2870 | 2870 | |
2871 | 2871 | var gdMsg = '<p></p>'; |
2872 | 2872 | if ( processed > 0 ) { |
2873 | - var msgParse = '<p><?php echo addslashes( sprintf( __( 'Total %s item(s) found.', 'geodirectory' ), '%s' ) );?></p>'; |
|
2873 | + var msgParse = '<p><?php echo addslashes(sprintf(__('Total %s item(s) found.', 'geodirectory'), '%s')); ?></p>'; |
|
2874 | 2874 | msgParse = msgParse.replace("%s", processed); |
2875 | 2875 | gdMsg += msgParse; |
2876 | 2876 | } |
2877 | 2877 | |
2878 | 2878 | if ( updated > 0 ) { |
2879 | - var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) updated.', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
2879 | + var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) updated.', 'geodirectory'), '%s', '%d')); ?></p>'; |
|
2880 | 2880 | msgParse = msgParse.replace("%s", updated); |
2881 | 2881 | msgParse = msgParse.replace("%d", processed); |
2882 | 2882 | gdMsg += msgParse; |
2883 | 2883 | } |
2884 | 2884 | |
2885 | 2885 | if ( created > 0 ) { |
2886 | - var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) added.', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
2886 | + var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) added.', 'geodirectory'), '%s', '%d')); ?></p>'; |
|
2887 | 2887 | msgParse = msgParse.replace("%s", created); |
2888 | 2888 | msgParse = msgParse.replace("%d", processed); |
2889 | 2889 | gdMsg += msgParse; |
2890 | 2890 | } |
2891 | 2891 | |
2892 | 2892 | if ( skipped > 0 ) { |
2893 | - var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) ignored due to already exists.', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
2893 | + var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) ignored due to already exists.', 'geodirectory'), '%s', '%d')); ?></p>'; |
|
2894 | 2894 | msgParse = msgParse.replace("%s", skipped); |
2895 | 2895 | msgParse = msgParse.replace("%d", processed); |
2896 | 2896 | gdMsg += msgParse; |
@@ -2900,17 +2900,17 @@ discard block |
||
2900 | 2900 | if (type=='loc') { |
2901 | 2901 | invalid_addr = invalid; |
2902 | 2902 | } |
2903 | - var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
2903 | + var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory'), '%s', '%d')); ?></p>'; |
|
2904 | 2904 | msgParse = msgParse.replace("%s", invalid_addr); |
2905 | 2905 | msgParse = msgParse.replace("%d", total); |
2906 | 2906 | gdMsg += msgParse; |
2907 | 2907 | } |
2908 | 2908 | |
2909 | 2909 | if (invalid > 0 && type!='loc') { |
2910 | - var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to blank title/invalid post type/invalid characters used in data.', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
2910 | + var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to blank title/invalid post type/invalid characters used in data.', 'geodirectory'), '%s', '%d')); ?></p>'; |
|
2911 | 2911 | |
2912 | 2912 | if (type=='hood') { |
2913 | - msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
2913 | + msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory'), '%s', '%d')); ?></p>'; |
|
2914 | 2914 | } |
2915 | 2915 | msgParse = msgParse.replace("%s", invalid); |
2916 | 2916 | msgParse = msgParse.replace("%d", total); |
@@ -2918,7 +2918,7 @@ discard block |
||
2918 | 2918 | } |
2919 | 2919 | |
2920 | 2920 | if (images > 0) { |
2921 | - gdMsg += '<p><?php echo addslashes( $upload_dir );?></p>'; |
|
2921 | + gdMsg += '<p><?php echo addslashes($upload_dir); ?></p>'; |
|
2922 | 2922 | } |
2923 | 2923 | gdMsg += '<p></p>'; |
2924 | 2924 | jQuery('#gd-import-msg', cont).find('#message').removeClass('error').addClass('updated').html(gdMsg); |
@@ -3082,9 +3082,9 @@ discard block |
||
3082 | 3082 | if (typeof filters !== 'undefined' && filters && doFilter) { |
3083 | 3083 | getTotal = true; |
3084 | 3084 | attach += '&_c=1'; |
3085 | - gd_progressbar(el, 0, '<i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Preparing...', 'geodirectory' ) );?>'); |
|
3085 | + gd_progressbar(el, 0, '<i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Preparing...', 'geodirectory')); ?>'); |
|
3086 | 3086 | } else { |
3087 | - gd_progressbar(el, 0, '0% (0 / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>'); |
|
3087 | + gd_progressbar(el, 0, '0% (0 / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>'); |
|
3088 | 3088 | } |
3089 | 3089 | jQuery(el).find('#gd_timer').text('00:00:01'); |
3090 | 3090 | jQuery('#gd_ie_ex_files', el).html(''); |
@@ -3093,7 +3093,7 @@ discard block |
||
3093 | 3093 | jQuery.ajax({ |
3094 | 3094 | url: ajaxurl, |
3095 | 3095 | type: "POST", |
3096 | - data: 'action=geodir_import_export&task=export_posts&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce;?>&_p=' + page + attach, |
|
3096 | + data: 'action=geodir_import_export&task=export_posts&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce; ?>&_p=' + page + attach, |
|
3097 | 3097 | dataType : 'json', |
3098 | 3098 | cache: false, |
3099 | 3099 | beforeSend: function (jqXHR, settings) {}, |
@@ -3118,11 +3118,11 @@ discard block |
||
3118 | 3118 | } else { |
3119 | 3119 | if (pages < page || pages == page) { |
3120 | 3120 | window.clearInterval(timer_posts); |
3121 | - gd_progressbar(el, 100, '100% (' + total_posts + ' / ' + total_posts + ') <i class="fa fa-check"></i><?php echo esc_attr( __( 'Complete!', 'geodirectory' ) );?>'); |
|
3121 | + gd_progressbar(el, 100, '100% (' + total_posts + ' / ' + total_posts + ') <i class="fa fa-check"></i><?php echo esc_attr(__('Complete!', 'geodirectory')); ?>'); |
|
3122 | 3122 | } else { |
3123 | 3123 | var percentage = Math.round(((page * chunk_size) / total_posts) * 100); |
3124 | 3124 | percentage = percentage > 100 ? 100 : percentage; |
3125 | - gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>'); |
|
3125 | + gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>'); |
|
3126 | 3126 | } |
3127 | 3127 | if (typeof data.files != 'undefined' && jQuery(data.files).length ) { |
3128 | 3128 | var obj_files = data.files; |
@@ -3153,7 +3153,7 @@ discard block |
||
3153 | 3153 | |
3154 | 3154 | function gd_process_export_cats(el, post_type, total_cats, chunk_size, pages, page) { |
3155 | 3155 | if (page < 2) { |
3156 | - gd_progressbar(el, 0, '0% (0 / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>'); |
|
3156 | + gd_progressbar(el, 0, '0% (0 / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>'); |
|
3157 | 3157 | jQuery(el).find('#gd_timer').text('00:00:01'); |
3158 | 3158 | jQuery('#gd_ie_ex_files', el).html(''); |
3159 | 3159 | } |
@@ -3161,7 +3161,7 @@ discard block |
||
3161 | 3161 | jQuery.ajax({ |
3162 | 3162 | url: ajaxurl, |
3163 | 3163 | type: "POST", |
3164 | - data: 'action=geodir_import_export&task=export_cats&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce;?>&_p=' + page, |
|
3164 | + data: 'action=geodir_import_export&task=export_cats&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce; ?>&_p=' + page, |
|
3165 | 3165 | dataType : 'json', |
3166 | 3166 | cache: false, |
3167 | 3167 | beforeSend: function (jqXHR, settings) {}, |
@@ -3175,11 +3175,11 @@ discard block |
||
3175 | 3175 | } else { |
3176 | 3176 | if (pages < page || pages == page) { |
3177 | 3177 | window.clearInterval(timer_cats); |
3178 | - gd_progressbar(el, 100, '100% (' + total_cats + ' / ' + total_cats + ') <i class="fa fa-check"></i><?php echo esc_attr( __( 'Complete!', 'geodirectory' ) );?>'); |
|
3178 | + gd_progressbar(el, 100, '100% (' + total_cats + ' / ' + total_cats + ') <i class="fa fa-check"></i><?php echo esc_attr(__('Complete!', 'geodirectory')); ?>'); |
|
3179 | 3179 | } else { |
3180 | 3180 | var percentage = Math.round(((page * chunk_size) / total_cats) * 100); |
3181 | 3181 | percentage = percentage > 100 ? 100 : percentage; |
3182 | - gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php esc_attr_e( 'Exporting...', 'geodirectory' );?>'); |
|
3182 | + gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php esc_attr_e('Exporting...', 'geodirectory'); ?>'); |
|
3183 | 3183 | } |
3184 | 3184 | if (typeof data.files != 'undefined' && jQuery(data.files).length ) { |
3185 | 3185 | var obj_files = data.files; |
@@ -3236,13 +3236,13 @@ discard block |
||
3236 | 3236 | function geodir_init_filesystem() |
3237 | 3237 | { |
3238 | 3238 | |
3239 | - if(!function_exists('get_filesystem_method')){ |
|
3239 | + if (!function_exists('get_filesystem_method')) { |
|
3240 | 3240 | require_once(ABSPATH."/wp-admin/includes/file.php"); |
3241 | 3241 | } |
3242 | 3242 | $access_type = get_filesystem_method(); |
3243 | 3243 | if ($access_type === 'direct') { |
3244 | 3244 | /* you can safely run request_filesystem_credentials() without any issues and don't need to worry about passing in a URL */ |
3245 | - $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array()); |
|
3245 | + $creds = request_filesystem_credentials(trailingslashit(site_url()).'wp-admin/', '', false, false, array()); |
|
3246 | 3246 | |
3247 | 3247 | /* initialize the API */ |
3248 | 3248 | if (!WP_Filesystem($creds)) { |
@@ -3255,7 +3255,7 @@ discard block |
||
3255 | 3255 | return $wp_filesystem; |
3256 | 3256 | /* do our file manipulations below */ |
3257 | 3257 | } elseif (defined('FTP_USER')) { |
3258 | - $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array()); |
|
3258 | + $creds = request_filesystem_credentials(trailingslashit(site_url()).'wp-admin/', '', false, false, array()); |
|
3259 | 3259 | |
3260 | 3260 | /* initialize the API */ |
3261 | 3261 | if (!WP_Filesystem($creds)) { |
@@ -3290,7 +3290,7 @@ discard block |
||
3290 | 3290 | * @package GeoDirectory |
3291 | 3291 | */ |
3292 | 3292 | function geodir_filesystem_notice() |
3293 | -{ if ( defined( 'DOING_AJAX' ) ){return;} |
|
3293 | +{ if (defined('DOING_AJAX')) {return; } |
|
3294 | 3294 | $access_type = get_filesystem_method(); |
3295 | 3295 | if ($access_type === 'direct') { |
3296 | 3296 | } elseif (!defined('FTP_USER')) { |
@@ -3330,64 +3330,64 @@ discard block |
||
3330 | 3330 | // try to set higher limits for import |
3331 | 3331 | $max_input_time = ini_get('max_input_time'); |
3332 | 3332 | $max_execution_time = ini_get('max_execution_time'); |
3333 | - $memory_limit= ini_get('memory_limit'); |
|
3333 | + $memory_limit = ini_get('memory_limit'); |
|
3334 | 3334 | |
3335 | - if(!$max_input_time || $max_input_time<3000){ |
|
3335 | + if (!$max_input_time || $max_input_time < 3000) { |
|
3336 | 3336 | ini_set('max_input_time', 3000); |
3337 | 3337 | } |
3338 | 3338 | |
3339 | - if(!$max_execution_time || $max_execution_time<3000){ |
|
3339 | + if (!$max_execution_time || $max_execution_time < 3000) { |
|
3340 | 3340 | ini_set('max_execution_time', 3000); |
3341 | 3341 | } |
3342 | 3342 | |
3343 | - if($memory_limit && str_replace('M','',$memory_limit)){ |
|
3344 | - if(str_replace('M','',$memory_limit)<256){ |
|
3343 | + if ($memory_limit && str_replace('M', '', $memory_limit)) { |
|
3344 | + if (str_replace('M', '', $memory_limit) < 256) { |
|
3345 | 3345 | ini_set('memory_limit', '256M'); |
3346 | 3346 | } |
3347 | 3347 | } |
3348 | 3348 | |
3349 | 3349 | $json = array(); |
3350 | 3350 | |
3351 | - if ( !current_user_can( 'manage_options' ) ) { |
|
3352 | - wp_send_json( $json ); |
|
3351 | + if (!current_user_can('manage_options')) { |
|
3352 | + wp_send_json($json); |
|
3353 | 3353 | } |
3354 | 3354 | |
3355 | - $task = isset( $_REQUEST['task'] ) ? $_REQUEST['task'] : NULL; |
|
3356 | - $nonce = isset( $_REQUEST['_nonce'] ) ? $_REQUEST['_nonce'] : NULL; |
|
3357 | - $stat = isset( $_REQUEST['_st'] ) ? $_REQUEST['_st'] : false; |
|
3355 | + $task = isset($_REQUEST['task']) ? $_REQUEST['task'] : NULL; |
|
3356 | + $nonce = isset($_REQUEST['_nonce']) ? $_REQUEST['_nonce'] : NULL; |
|
3357 | + $stat = isset($_REQUEST['_st']) ? $_REQUEST['_st'] : false; |
|
3358 | 3358 | |
3359 | - if ( !wp_verify_nonce( $nonce, 'geodir_import_export_nonce' ) ) { |
|
3360 | - wp_send_json( $json ); |
|
3359 | + if (!wp_verify_nonce($nonce, 'geodir_import_export_nonce')) { |
|
3360 | + wp_send_json($json); |
|
3361 | 3361 | } |
3362 | 3362 | |
3363 | - $post_type = isset( $_REQUEST['_pt'] ) ? $_REQUEST['_pt'] : NULL; |
|
3364 | - $chunk_per_page = isset( $_REQUEST['_n'] ) ? absint($_REQUEST['_n']) : NULL; |
|
3363 | + $post_type = isset($_REQUEST['_pt']) ? $_REQUEST['_pt'] : NULL; |
|
3364 | + $chunk_per_page = isset($_REQUEST['_n']) ? absint($_REQUEST['_n']) : NULL; |
|
3365 | 3365 | $chunk_per_page = $chunk_per_page < 50 || $chunk_per_page > 100000 ? 5000 : $chunk_per_page; |
3366 | - $chunk_page_no = isset( $_REQUEST['_p'] ) ? absint($_REQUEST['_p']) : 1; |
|
3366 | + $chunk_page_no = isset($_REQUEST['_p']) ? absint($_REQUEST['_p']) : 1; |
|
3367 | 3367 | |
3368 | 3368 | $wp_filesystem = geodir_init_filesystem(); |
3369 | 3369 | if (!$wp_filesystem) { |
3370 | - $json['error'] = __( 'Filesystem ERROR: Could not access filesystem.', 'geodirectory' ); |
|
3371 | - wp_send_json( $json ); |
|
3370 | + $json['error'] = __('Filesystem ERROR: Could not access filesystem.', 'geodirectory'); |
|
3371 | + wp_send_json($json); |
|
3372 | 3372 | } |
3373 | 3373 | |
3374 | 3374 | if (!empty($wp_filesystem) && isset($wp_filesystem->errors) && is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code()) { |
3375 | - $json['error'] = __( 'Filesystem ERROR: ' . $wp_filesystem->errors->get_error_message(), 'geodirectory' ); |
|
3376 | - wp_send_json( $json ); |
|
3375 | + $json['error'] = __('Filesystem ERROR: '.$wp_filesystem->errors->get_error_message(), 'geodirectory'); |
|
3376 | + wp_send_json($json); |
|
3377 | 3377 | } |
3378 | 3378 | |
3379 | - $csv_file_dir = geodir_path_import_export( false ); |
|
3380 | - if ( !$wp_filesystem->is_dir( $csv_file_dir ) ) { |
|
3381 | - if ( !$wp_filesystem->mkdir( $csv_file_dir, FS_CHMOD_DIR ) ) { |
|
3382 | - $json['error'] = __( 'ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory' ); |
|
3383 | - wp_send_json( $json ); |
|
3379 | + $csv_file_dir = geodir_path_import_export(false); |
|
3380 | + if (!$wp_filesystem->is_dir($csv_file_dir)) { |
|
3381 | + if (!$wp_filesystem->mkdir($csv_file_dir, FS_CHMOD_DIR)) { |
|
3382 | + $json['error'] = __('ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory'); |
|
3383 | + wp_send_json($json); |
|
3384 | 3384 | } |
3385 | 3385 | } |
3386 | 3386 | |
3387 | 3387 | $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active. |
3388 | 3388 | $neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false; |
3389 | 3389 | |
3390 | - switch ( $task ) { |
|
3390 | + switch ($task) { |
|
3391 | 3391 | case 'export_posts': { |
3392 | 3392 | // WPML |
3393 | 3393 | $is_wpml = geodir_is_wpml(); |
@@ -3398,36 +3398,36 @@ discard block |
||
3398 | 3398 | $sitepress->switch_lang('all', true); |
3399 | 3399 | } |
3400 | 3400 | // WPML |
3401 | - if ( $post_type == 'gd_event' ) { |
|
3402 | - add_filter( 'geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2 ); |
|
3401 | + if ($post_type == 'gd_event') { |
|
3402 | + add_filter('geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2); |
|
3403 | 3403 | } |
3404 | - $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL; |
|
3404 | + $filters = !empty($_REQUEST['gd_imex']) && is_array($_REQUEST['gd_imex']) ? $_REQUEST['gd_imex'] : NULL; |
|
3405 | 3405 | |
3406 | - $file_name = $post_type . '_' . date( 'dmyHi' ); |
|
3407 | - if ( $filters && isset( $filters['start_date'] ) && isset( $filters['end_date'] ) ) { |
|
3408 | - $file_name = $post_type . '_' . date_i18n( 'dmy', strtotime( $filters['start_date'] ) ) . '_' . date_i18n( 'dmy', strtotime( $filters['end_date'] ) ); |
|
3406 | + $file_name = $post_type.'_'.date('dmyHi'); |
|
3407 | + if ($filters && isset($filters['start_date']) && isset($filters['end_date'])) { |
|
3408 | + $file_name = $post_type.'_'.date_i18n('dmy', strtotime($filters['start_date'])).'_'.date_i18n('dmy', strtotime($filters['end_date'])); |
|
3409 | 3409 | } |
3410 | - $posts_count = geodir_get_posts_count( $post_type ); |
|
3411 | - $file_url_base = geodir_path_import_export() . '/'; |
|
3412 | - $file_url = $file_url_base . $file_name . '.csv'; |
|
3413 | - $file_path = $csv_file_dir . '/' . $file_name . '.csv'; |
|
3414 | - $file_path_temp = $csv_file_dir . '/' . $post_type . '_' . $nonce . '.csv'; |
|
3410 | + $posts_count = geodir_get_posts_count($post_type); |
|
3411 | + $file_url_base = geodir_path_import_export().'/'; |
|
3412 | + $file_url = $file_url_base.$file_name.'.csv'; |
|
3413 | + $file_path = $csv_file_dir.'/'.$file_name.'.csv'; |
|
3414 | + $file_path_temp = $csv_file_dir.'/'.$post_type.'_'.$nonce.'.csv'; |
|
3415 | 3415 | |
3416 | 3416 | $chunk_file_paths = array(); |
3417 | 3417 | |
3418 | - if ( isset( $_REQUEST['_c'] ) ) { |
|
3418 | + if (isset($_REQUEST['_c'])) { |
|
3419 | 3419 | $json['total'] = $posts_count; |
3420 | 3420 | // WPML |
3421 | 3421 | if ($is_wpml) { |
3422 | 3422 | $sitepress->switch_lang($active_lang, true); |
3423 | 3423 | } |
3424 | 3424 | // WPML |
3425 | - wp_send_json( $json ); |
|
3425 | + wp_send_json($json); |
|
3426 | 3426 | gd_die(); |
3427 | - } else if ( isset( $_REQUEST['_st'] ) ) { |
|
3428 | - $line_count = (int)geodir_import_export_line_count( $file_path_temp ); |
|
3429 | - $percentage = count( $posts_count ) > 0 && $line_count > 0 ? ceil( $line_count / $posts_count ) * 100 : 0; |
|
3430 | - $percentage = min( $percentage, 100 ); |
|
3427 | + } else if (isset($_REQUEST['_st'])) { |
|
3428 | + $line_count = (int) geodir_import_export_line_count($file_path_temp); |
|
3429 | + $percentage = count($posts_count) > 0 && $line_count > 0 ? ceil($line_count / $posts_count) * 100 : 0; |
|
3430 | + $percentage = min($percentage, 100); |
|
3431 | 3431 | |
3432 | 3432 | $json['percentage'] = $percentage; |
3433 | 3433 | // WPML |
@@ -3435,45 +3435,45 @@ discard block |
||
3435 | 3435 | $sitepress->switch_lang($active_lang, true); |
3436 | 3436 | } |
3437 | 3437 | // WPML |
3438 | - wp_send_json( $json ); |
|
3438 | + wp_send_json($json); |
|
3439 | 3439 | gd_die(); |
3440 | 3440 | } else { |
3441 | - if ( !$posts_count > 0 ) { |
|
3442 | - $json['error'] = __( 'No records to export.', 'geodirectory' ); |
|
3441 | + if (!$posts_count > 0) { |
|
3442 | + $json['error'] = __('No records to export.', 'geodirectory'); |
|
3443 | 3443 | } else { |
3444 | 3444 | $total_posts = $posts_count; |
3445 | 3445 | if ($chunk_per_page > $total_posts) { |
3446 | 3446 | $chunk_per_page = $total_posts; |
3447 | 3447 | } |
3448 | - $chunk_total_pages = ceil( $total_posts / $chunk_per_page ); |
|
3448 | + $chunk_total_pages = ceil($total_posts / $chunk_per_page); |
|
3449 | 3449 | |
3450 | 3450 | $j = $chunk_page_no; |
3451 | - $chunk_save_posts = geodir_imex_get_posts( $post_type, $chunk_per_page, $j ); |
|
3451 | + $chunk_save_posts = geodir_imex_get_posts($post_type, $chunk_per_page, $j); |
|
3452 | 3452 | |
3453 | 3453 | $per_page = 500; |
3454 | 3454 | if ($per_page > $chunk_per_page) { |
3455 | 3455 | $per_page = $chunk_per_page; |
3456 | 3456 | } |
3457 | - $total_pages = ceil( $chunk_per_page / $per_page ); |
|
3457 | + $total_pages = ceil($chunk_per_page / $per_page); |
|
3458 | 3458 | |
3459 | - for ( $i = 0; $i <= $total_pages; $i++ ) { |
|
3460 | - $save_posts = array_slice( $chunk_save_posts , ( $i * $per_page ), $per_page ); |
|
3459 | + for ($i = 0; $i <= $total_pages; $i++) { |
|
3460 | + $save_posts = array_slice($chunk_save_posts, ($i * $per_page), $per_page); |
|
3461 | 3461 | |
3462 | 3462 | $clear = $i == 0 ? true : false; |
3463 | - geodir_save_csv_data( $file_path_temp, $save_posts, $clear ); |
|
3463 | + geodir_save_csv_data($file_path_temp, $save_posts, $clear); |
|
3464 | 3464 | } |
3465 | 3465 | |
3466 | - if ( $wp_filesystem->exists( $file_path_temp ) ) { |
|
3467 | - $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : ''; |
|
3468 | - $chunk_file_name = $file_name . $chunk_page_no . '.csv'; |
|
3469 | - $file_path = $csv_file_dir . '/' . $chunk_file_name; |
|
3470 | - $wp_filesystem->move( $file_path_temp, $file_path, true ); |
|
3466 | + if ($wp_filesystem->exists($file_path_temp)) { |
|
3467 | + $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : ''; |
|
3468 | + $chunk_file_name = $file_name.$chunk_page_no.'.csv'; |
|
3469 | + $file_path = $csv_file_dir.'/'.$chunk_file_name; |
|
3470 | + $wp_filesystem->move($file_path_temp, $file_path, true); |
|
3471 | 3471 | |
3472 | - $file_url = $file_url_base . $chunk_file_name; |
|
3473 | - $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2)); |
|
3472 | + $file_url = $file_url_base.$chunk_file_name; |
|
3473 | + $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2)); |
|
3474 | 3474 | } |
3475 | 3475 | |
3476 | - if ( !empty($chunk_file_paths) ) { |
|
3476 | + if (!empty($chunk_file_paths)) { |
|
3477 | 3477 | $json['total'] = $posts_count; |
3478 | 3478 | $json['files'] = $chunk_file_paths; |
3479 | 3479 | } else { |
@@ -3481,7 +3481,7 @@ discard block |
||
3481 | 3481 | $json['total'] = $posts_count; |
3482 | 3482 | $json['files'] = array(); |
3483 | 3483 | } else { |
3484 | - $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' ); |
|
3484 | + $json['error'] = __('ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory'); |
|
3485 | 3485 | } |
3486 | 3486 | } |
3487 | 3487 | } |
@@ -3490,7 +3490,7 @@ discard block |
||
3490 | 3490 | $sitepress->switch_lang($active_lang, true); |
3491 | 3491 | } |
3492 | 3492 | // WPML |
3493 | - wp_send_json( $json ); |
|
3493 | + wp_send_json($json); |
|
3494 | 3494 | } |
3495 | 3495 | } |
3496 | 3496 | break; |
@@ -3504,20 +3504,20 @@ discard block |
||
3504 | 3504 | $sitepress->switch_lang('all', true); |
3505 | 3505 | } |
3506 | 3506 | // WPML |
3507 | - $file_name = $post_type . 'category_' . date( 'dmyHi' ); |
|
3507 | + $file_name = $post_type.'category_'.date('dmyHi'); |
|
3508 | 3508 | |
3509 | - $terms_count = geodir_get_terms_count( $post_type ); |
|
3510 | - $file_url_base = geodir_path_import_export() . '/'; |
|
3511 | - $file_url = $file_url_base . $file_name . '.csv'; |
|
3512 | - $file_path = $csv_file_dir . '/' . $file_name . '.csv'; |
|
3513 | - $file_path_temp = $csv_file_dir . '/' . $post_type . 'category_' . $nonce . '.csv'; |
|
3509 | + $terms_count = geodir_get_terms_count($post_type); |
|
3510 | + $file_url_base = geodir_path_import_export().'/'; |
|
3511 | + $file_url = $file_url_base.$file_name.'.csv'; |
|
3512 | + $file_path = $csv_file_dir.'/'.$file_name.'.csv'; |
|
3513 | + $file_path_temp = $csv_file_dir.'/'.$post_type.'category_'.$nonce.'.csv'; |
|
3514 | 3514 | |
3515 | 3515 | $chunk_file_paths = array(); |
3516 | 3516 | |
3517 | - if ( isset( $_REQUEST['_st'] ) ) { |
|
3518 | - $line_count = (int)geodir_import_export_line_count( $file_path_temp ); |
|
3519 | - $percentage = count( $terms_count ) > 0 && $line_count > 0 ? ceil( $line_count / $terms_count ) * 100 : 0; |
|
3520 | - $percentage = min( $percentage, 100 ); |
|
3517 | + if (isset($_REQUEST['_st'])) { |
|
3518 | + $line_count = (int) geodir_import_export_line_count($file_path_temp); |
|
3519 | + $percentage = count($terms_count) > 0 && $line_count > 0 ? ceil($line_count / $terms_count) * 100 : 0; |
|
3520 | + $percentage = min($percentage, 100); |
|
3521 | 3521 | |
3522 | 3522 | $json['percentage'] = $percentage; |
3523 | 3523 | // WPML |
@@ -3525,48 +3525,48 @@ discard block |
||
3525 | 3525 | $sitepress->switch_lang($active_lang, true); |
3526 | 3526 | } |
3527 | 3527 | // WPML |
3528 | - wp_send_json( $json ); |
|
3528 | + wp_send_json($json); |
|
3529 | 3529 | } else { |
3530 | - if ( !$terms_count > 0 ) { |
|
3531 | - $json['error'] = __( 'No records to export.', 'geodirectory' ); |
|
3530 | + if (!$terms_count > 0) { |
|
3531 | + $json['error'] = __('No records to export.', 'geodirectory'); |
|
3532 | 3532 | } else { |
3533 | 3533 | $total_terms = $terms_count; |
3534 | 3534 | if ($chunk_per_page > $terms_count) { |
3535 | 3535 | $chunk_per_page = $terms_count; |
3536 | 3536 | } |
3537 | - $chunk_total_pages = ceil( $total_terms / $chunk_per_page ); |
|
3537 | + $chunk_total_pages = ceil($total_terms / $chunk_per_page); |
|
3538 | 3538 | |
3539 | 3539 | $j = $chunk_page_no; |
3540 | - $chunk_save_terms = geodir_imex_get_terms( $post_type, $chunk_per_page, $j ); |
|
3540 | + $chunk_save_terms = geodir_imex_get_terms($post_type, $chunk_per_page, $j); |
|
3541 | 3541 | |
3542 | 3542 | $per_page = 500; |
3543 | 3543 | if ($per_page > $chunk_per_page) { |
3544 | 3544 | $per_page = $chunk_per_page; |
3545 | 3545 | } |
3546 | - $total_pages = ceil( $chunk_per_page / $per_page ); |
|
3546 | + $total_pages = ceil($chunk_per_page / $per_page); |
|
3547 | 3547 | |
3548 | - for ( $i = 0; $i <= $total_pages; $i++ ) { |
|
3549 | - $save_terms = array_slice( $chunk_save_terms , ( $i * $per_page ), $per_page ); |
|
3548 | + for ($i = 0; $i <= $total_pages; $i++) { |
|
3549 | + $save_terms = array_slice($chunk_save_terms, ($i * $per_page), $per_page); |
|
3550 | 3550 | |
3551 | 3551 | $clear = $i == 0 ? true : false; |
3552 | - geodir_save_csv_data( $file_path_temp, $save_terms, $clear ); |
|
3552 | + geodir_save_csv_data($file_path_temp, $save_terms, $clear); |
|
3553 | 3553 | } |
3554 | 3554 | |
3555 | - if ( $wp_filesystem->exists( $file_path_temp ) ) { |
|
3556 | - $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : ''; |
|
3557 | - $chunk_file_name = $file_name . $chunk_page_no . '.csv'; |
|
3558 | - $file_path = $csv_file_dir . '/' . $chunk_file_name; |
|
3559 | - $wp_filesystem->move( $file_path_temp, $file_path, true ); |
|
3555 | + if ($wp_filesystem->exists($file_path_temp)) { |
|
3556 | + $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : ''; |
|
3557 | + $chunk_file_name = $file_name.$chunk_page_no.'.csv'; |
|
3558 | + $file_path = $csv_file_dir.'/'.$chunk_file_name; |
|
3559 | + $wp_filesystem->move($file_path_temp, $file_path, true); |
|
3560 | 3560 | |
3561 | - $file_url = $file_url_base . $chunk_file_name; |
|
3562 | - $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2)); |
|
3561 | + $file_url = $file_url_base.$chunk_file_name; |
|
3562 | + $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2)); |
|
3563 | 3563 | } |
3564 | 3564 | |
3565 | - if ( !empty($chunk_file_paths) ) { |
|
3565 | + if (!empty($chunk_file_paths)) { |
|
3566 | 3566 | $json['total'] = $terms_count; |
3567 | 3567 | $json['files'] = $chunk_file_paths; |
3568 | 3568 | } else { |
3569 | - $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' ); |
|
3569 | + $json['error'] = __('ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory'); |
|
3570 | 3570 | } |
3571 | 3571 | } |
3572 | 3572 | // WPML |
@@ -3574,127 +3574,127 @@ discard block |
||
3574 | 3574 | $sitepress->switch_lang($active_lang, true); |
3575 | 3575 | } |
3576 | 3576 | // WPML |
3577 | - wp_send_json( $json ); |
|
3577 | + wp_send_json($json); |
|
3578 | 3578 | } |
3579 | 3579 | } |
3580 | 3580 | break; |
3581 | 3581 | case 'export_locations': { |
3582 | - $file_url_base = geodir_path_import_export() . '/'; |
|
3583 | - $file_name = 'gd_locations_' . date( 'dmyHi' ); |
|
3584 | - $file_url = $file_url_base . $file_name . '.csv'; |
|
3585 | - $file_path = $csv_file_dir . '/' . $file_name . '.csv'; |
|
3586 | - $file_path_temp = $csv_file_dir . '/gd_locations_' . $nonce . '.csv'; |
|
3582 | + $file_url_base = geodir_path_import_export().'/'; |
|
3583 | + $file_name = 'gd_locations_'.date('dmyHi'); |
|
3584 | + $file_url = $file_url_base.$file_name.'.csv'; |
|
3585 | + $file_path = $csv_file_dir.'/'.$file_name.'.csv'; |
|
3586 | + $file_path_temp = $csv_file_dir.'/gd_locations_'.$nonce.'.csv'; |
|
3587 | 3587 | |
3588 | - $items_count = (int)geodir_location_imex_count_locations(); |
|
3588 | + $items_count = (int) geodir_location_imex_count_locations(); |
|
3589 | 3589 | |
3590 | - if ( isset( $_REQUEST['_st'] ) ) { |
|
3591 | - $line_count = (int)geodir_import_export_line_count( $file_path_temp ); |
|
3592 | - $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0; |
|
3593 | - $percentage = min( $percentage, 100 ); |
|
3590 | + if (isset($_REQUEST['_st'])) { |
|
3591 | + $line_count = (int) geodir_import_export_line_count($file_path_temp); |
|
3592 | + $percentage = count($items_count) > 0 && $line_count > 0 ? ceil($line_count / $items_count) * 100 : 0; |
|
3593 | + $percentage = min($percentage, 100); |
|
3594 | 3594 | |
3595 | 3595 | $json['percentage'] = $percentage; |
3596 | - wp_send_json( $json ); |
|
3596 | + wp_send_json($json); |
|
3597 | 3597 | } else { |
3598 | 3598 | $chunk_file_paths = array(); |
3599 | 3599 | |
3600 | - if ( !$items_count > 0 ) { |
|
3601 | - $json['error'] = __( 'No records to export.', 'geodirectory' ); |
|
3600 | + if (!$items_count > 0) { |
|
3601 | + $json['error'] = __('No records to export.', 'geodirectory'); |
|
3602 | 3602 | } else { |
3603 | - $chunk_per_page = min( $chunk_per_page, $items_count ); |
|
3604 | - $chunk_total_pages = ceil( $items_count / $chunk_per_page ); |
|
3603 | + $chunk_per_page = min($chunk_per_page, $items_count); |
|
3604 | + $chunk_total_pages = ceil($items_count / $chunk_per_page); |
|
3605 | 3605 | |
3606 | 3606 | $j = $chunk_page_no; |
3607 | - $chunk_save_items = geodir_location_imex_locations_data( $chunk_per_page, $j ); |
|
3607 | + $chunk_save_items = geodir_location_imex_locations_data($chunk_per_page, $j); |
|
3608 | 3608 | |
3609 | 3609 | $per_page = 500; |
3610 | - $per_page = min( $per_page, $chunk_per_page ); |
|
3611 | - $total_pages = ceil( $chunk_per_page / $per_page ); |
|
3610 | + $per_page = min($per_page, $chunk_per_page); |
|
3611 | + $total_pages = ceil($chunk_per_page / $per_page); |
|
3612 | 3612 | |
3613 | - for ( $i = 0; $i <= $total_pages; $i++ ) { |
|
3614 | - $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page ); |
|
3613 | + for ($i = 0; $i <= $total_pages; $i++) { |
|
3614 | + $save_items = array_slice($chunk_save_items, ($i * $per_page), $per_page); |
|
3615 | 3615 | |
3616 | 3616 | $clear = $i == 0 ? true : false; |
3617 | - geodir_save_csv_data( $file_path_temp, $save_items, $clear ); |
|
3617 | + geodir_save_csv_data($file_path_temp, $save_items, $clear); |
|
3618 | 3618 | } |
3619 | 3619 | |
3620 | - if ( $wp_filesystem->exists( $file_path_temp ) ) { |
|
3621 | - $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : ''; |
|
3622 | - $chunk_file_name = $file_name . $chunk_page_no . '.csv'; |
|
3623 | - $file_path = $csv_file_dir . '/' . $chunk_file_name; |
|
3624 | - $wp_filesystem->move( $file_path_temp, $file_path, true ); |
|
3620 | + if ($wp_filesystem->exists($file_path_temp)) { |
|
3621 | + $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : ''; |
|
3622 | + $chunk_file_name = $file_name.$chunk_page_no.'.csv'; |
|
3623 | + $file_path = $csv_file_dir.'/'.$chunk_file_name; |
|
3624 | + $wp_filesystem->move($file_path_temp, $file_path, true); |
|
3625 | 3625 | |
3626 | - $file_url = $file_url_base . $chunk_file_name; |
|
3627 | - $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2)); |
|
3626 | + $file_url = $file_url_base.$chunk_file_name; |
|
3627 | + $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2)); |
|
3628 | 3628 | } |
3629 | 3629 | |
3630 | - if ( !empty($chunk_file_paths) ) { |
|
3630 | + if (!empty($chunk_file_paths)) { |
|
3631 | 3631 | $json['total'] = $items_count; |
3632 | 3632 | $json['files'] = $chunk_file_paths; |
3633 | 3633 | } else { |
3634 | - $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' ); |
|
3634 | + $json['error'] = __('Fail, something wrong to create csv file.', 'geodirectory'); |
|
3635 | 3635 | } |
3636 | 3636 | } |
3637 | - wp_send_json( $json ); |
|
3637 | + wp_send_json($json); |
|
3638 | 3638 | } |
3639 | 3639 | } |
3640 | 3640 | break; |
3641 | 3641 | case 'export_hoods': { |
3642 | - $file_url_base = geodir_path_import_export() . '/'; |
|
3643 | - $file_name = 'gd_neighbourhoods_' . date( 'dmyHi' ); |
|
3644 | - $file_url = $file_url_base . $file_name . '.csv'; |
|
3645 | - $file_path = $csv_file_dir . '/' . $file_name . '.csv'; |
|
3646 | - $file_path_temp = $csv_file_dir . '/gd_neighbourhoods_' . $nonce . '.csv'; |
|
3642 | + $file_url_base = geodir_path_import_export().'/'; |
|
3643 | + $file_name = 'gd_neighbourhoods_'.date('dmyHi'); |
|
3644 | + $file_url = $file_url_base.$file_name.'.csv'; |
|
3645 | + $file_path = $csv_file_dir.'/'.$file_name.'.csv'; |
|
3646 | + $file_path_temp = $csv_file_dir.'/gd_neighbourhoods_'.$nonce.'.csv'; |
|
3647 | 3647 | |
3648 | - $items_count = (int)geodir_location_imex_count_neighbourhoods(); |
|
3648 | + $items_count = (int) geodir_location_imex_count_neighbourhoods(); |
|
3649 | 3649 | |
3650 | - if ( isset( $_REQUEST['_st'] ) ) { |
|
3651 | - $line_count = (int)geodir_import_export_line_count( $file_path_temp ); |
|
3652 | - $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0; |
|
3653 | - $percentage = min( $percentage, 100 ); |
|
3650 | + if (isset($_REQUEST['_st'])) { |
|
3651 | + $line_count = (int) geodir_import_export_line_count($file_path_temp); |
|
3652 | + $percentage = count($items_count) > 0 && $line_count > 0 ? ceil($line_count / $items_count) * 100 : 0; |
|
3653 | + $percentage = min($percentage, 100); |
|
3654 | 3654 | |
3655 | 3655 | $json['percentage'] = $percentage; |
3656 | - wp_send_json( $json ); |
|
3656 | + wp_send_json($json); |
|
3657 | 3657 | } else { |
3658 | 3658 | $chunk_file_paths = array(); |
3659 | 3659 | |
3660 | - if ( !$items_count > 0 ) { |
|
3661 | - $json['error'] = __( 'No records to export.', 'geodirectory' ); |
|
3660 | + if (!$items_count > 0) { |
|
3661 | + $json['error'] = __('No records to export.', 'geodirectory'); |
|
3662 | 3662 | } else { |
3663 | - $chunk_per_page = min( $chunk_per_page, $items_count ); |
|
3664 | - $chunk_total_pages = ceil( $items_count / $chunk_per_page ); |
|
3663 | + $chunk_per_page = min($chunk_per_page, $items_count); |
|
3664 | + $chunk_total_pages = ceil($items_count / $chunk_per_page); |
|
3665 | 3665 | |
3666 | 3666 | $j = $chunk_page_no; |
3667 | - $chunk_save_items = geodir_location_imex_neighbourhoods_data( $chunk_per_page, $j ); |
|
3667 | + $chunk_save_items = geodir_location_imex_neighbourhoods_data($chunk_per_page, $j); |
|
3668 | 3668 | |
3669 | 3669 | $per_page = 500; |
3670 | - $per_page = min( $per_page, $chunk_per_page ); |
|
3671 | - $total_pages = ceil( $chunk_per_page / $per_page ); |
|
3670 | + $per_page = min($per_page, $chunk_per_page); |
|
3671 | + $total_pages = ceil($chunk_per_page / $per_page); |
|
3672 | 3672 | |
3673 | - for ( $i = 0; $i <= $total_pages; $i++ ) { |
|
3674 | - $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page ); |
|
3673 | + for ($i = 0; $i <= $total_pages; $i++) { |
|
3674 | + $save_items = array_slice($chunk_save_items, ($i * $per_page), $per_page); |
|
3675 | 3675 | |
3676 | 3676 | $clear = $i == 0 ? true : false; |
3677 | - geodir_save_csv_data( $file_path_temp, $save_items, $clear ); |
|
3677 | + geodir_save_csv_data($file_path_temp, $save_items, $clear); |
|
3678 | 3678 | } |
3679 | 3679 | |
3680 | - if ( $wp_filesystem->exists( $file_path_temp ) ) { |
|
3681 | - $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : ''; |
|
3682 | - $chunk_file_name = $file_name . $chunk_page_no . '.csv'; |
|
3683 | - $file_path = $csv_file_dir . '/' . $chunk_file_name; |
|
3684 | - $wp_filesystem->move( $file_path_temp, $file_path, true ); |
|
3680 | + if ($wp_filesystem->exists($file_path_temp)) { |
|
3681 | + $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : ''; |
|
3682 | + $chunk_file_name = $file_name.$chunk_page_no.'.csv'; |
|
3683 | + $file_path = $csv_file_dir.'/'.$chunk_file_name; |
|
3684 | + $wp_filesystem->move($file_path_temp, $file_path, true); |
|
3685 | 3685 | |
3686 | - $file_url = $file_url_base . $chunk_file_name; |
|
3687 | - $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2)); |
|
3686 | + $file_url = $file_url_base.$chunk_file_name; |
|
3687 | + $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2)); |
|
3688 | 3688 | } |
3689 | 3689 | |
3690 | - if ( !empty($chunk_file_paths) ) { |
|
3690 | + if (!empty($chunk_file_paths)) { |
|
3691 | 3691 | $json['total'] = $items_count; |
3692 | 3692 | $json['files'] = $chunk_file_paths; |
3693 | 3693 | } else { |
3694 | - $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' ); |
|
3694 | + $json['error'] = __('Fail, something wrong to create csv file.', 'geodirectory'); |
|
3695 | 3695 | } |
3696 | 3696 | } |
3697 | - wp_send_json( $json ); |
|
3697 | + wp_send_json($json); |
|
3698 | 3698 | } |
3699 | 3699 | } |
3700 | 3700 | break; |
@@ -3711,25 +3711,25 @@ discard block |
||
3711 | 3711 | } |
3712 | 3712 | // WPML |
3713 | 3713 | |
3714 | - ini_set( 'auto_detect_line_endings', true ); |
|
3714 | + ini_set('auto_detect_line_endings', true); |
|
3715 | 3715 | |
3716 | 3716 | $uploads = wp_upload_dir(); |
3717 | 3717 | $uploads_dir = $uploads['path']; |
3718 | 3718 | $uploads_subdir = $uploads['subdir']; |
3719 | 3719 | |
3720 | - $csv_file = isset( $_POST['_file'] ) ? $_POST['_file'] : NULL; |
|
3721 | - $import_choice = isset( $_REQUEST['_ch'] ) ? $_REQUEST['_ch'] : 'skip'; |
|
3720 | + $csv_file = isset($_POST['_file']) ? $_POST['_file'] : NULL; |
|
3721 | + $import_choice = isset($_REQUEST['_ch']) ? $_REQUEST['_ch'] : 'skip'; |
|
3722 | 3722 | |
3723 | - $csv_file_arr = explode( '/', $csv_file ); |
|
3724 | - $csv_filename = end( $csv_file_arr ); |
|
3725 | - $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $csv_filename; |
|
3723 | + $csv_file_arr = explode('/', $csv_file); |
|
3724 | + $csv_filename = end($csv_file_arr); |
|
3725 | + $target_path = $uploads_dir.'/temp_'.$current_user->data->ID.'/'.$csv_filename; |
|
3726 | 3726 | |
3727 | 3727 | $json['file'] = $csv_file; |
3728 | - $json['error'] = __( 'The uploaded file is not a valid csv file. Please try again.', 'geodirectory' ); |
|
3728 | + $json['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory'); |
|
3729 | 3729 | $file = array(); |
3730 | 3730 | |
3731 | - if ( $csv_file && $wp_filesystem->is_file( $target_path ) && $wp_filesystem->exists( $target_path ) ) { |
|
3732 | - $wp_filetype = wp_check_filetype_and_ext( $target_path, $csv_filename ); |
|
3731 | + if ($csv_file && $wp_filesystem->is_file($target_path) && $wp_filesystem->exists($target_path)) { |
|
3732 | + $wp_filetype = wp_check_filetype_and_ext($target_path, $csv_filename); |
|
3733 | 3733 | |
3734 | 3734 | if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') { |
3735 | 3735 | $json['error'] = NULL; |
@@ -3737,9 +3737,9 @@ discard block |
||
3737 | 3737 | |
3738 | 3738 | $lc_all = setlocale(LC_ALL, 0); // Fix issue of fgetcsv ignores special characters when they are at the beginning of line |
3739 | 3739 | setlocale(LC_ALL, 'en_US.UTF-8'); |
3740 | - if ( ( $handle = fopen($target_path, "r" ) ) !== FALSE ) { |
|
3741 | - while ( ( $data = fgetcsv( $handle, 100000, "," ) ) !== FALSE ) { |
|
3742 | - if ( !empty( $data ) ) { |
|
3740 | + if (($handle = fopen($target_path, "r")) !== FALSE) { |
|
3741 | + while (($data = fgetcsv($handle, 100000, ",")) !== FALSE) { |
|
3742 | + if (!empty($data)) { |
|
3743 | 3743 | $file[] = $data; |
3744 | 3744 | } |
3745 | 3745 | } |
@@ -3753,19 +3753,19 @@ discard block |
||
3753 | 3753 | $json['error'] = __('No data found in csv file.', 'geodirectory'); |
3754 | 3754 | } |
3755 | 3755 | } else { |
3756 | - wp_send_json( $json ); |
|
3756 | + wp_send_json($json); |
|
3757 | 3757 | } |
3758 | 3758 | } else { |
3759 | - wp_send_json( $json ); |
|
3759 | + wp_send_json($json); |
|
3760 | 3760 | } |
3761 | 3761 | |
3762 | - if ( $task == 'prepare_import' || !empty( $json['error'] ) ) { |
|
3763 | - wp_send_json( $json ); |
|
3762 | + if ($task == 'prepare_import' || !empty($json['error'])) { |
|
3763 | + wp_send_json($json); |
|
3764 | 3764 | } |
3765 | 3765 | |
3766 | 3766 | $total = $json['rows']; |
3767 | - $limit = isset($_POST['limit']) ? (int)$_POST['limit'] : 1; |
|
3768 | - $processed = isset($_POST['processed']) ? (int)$_POST['processed'] : 0; |
|
3767 | + $limit = isset($_POST['limit']) ? (int) $_POST['limit'] : 1; |
|
3768 | + $processed = isset($_POST['processed']) ? (int) $_POST['processed'] : 0; |
|
3769 | 3769 | |
3770 | 3770 | $count = $limit; |
3771 | 3771 | |
@@ -3790,13 +3790,13 @@ discard block |
||
3790 | 3790 | |
3791 | 3791 | $post_types = geodir_get_posttypes(); |
3792 | 3792 | |
3793 | - if ( $task == 'import_cat' ) { |
|
3793 | + if ($task == 'import_cat') { |
|
3794 | 3794 | if (!empty($file)) { |
3795 | 3795 | $columns = isset($file[0]) ? $file[0] : NULL; |
3796 | 3796 | |
3797 | 3797 | if (empty($columns) || (!empty($columns) && $columns[0] == '')) { |
3798 | 3798 | $json['error'] = CSV_INVAILD_FILE; |
3799 | - wp_send_json( $json ); |
|
3799 | + wp_send_json($json); |
|
3800 | 3800 | exit; |
3801 | 3801 | } |
3802 | 3802 | |
@@ -3807,7 +3807,7 @@ discard block |
||
3807 | 3807 | |
3808 | 3808 | if (isset($file[$index])) { |
3809 | 3809 | $row = $file[$index]; |
3810 | - $row = array_map( 'trim', $row ); |
|
3810 | + $row = array_map('trim', $row); |
|
3811 | 3811 | //$row = array_map( 'utf8_encode', $row ); |
3812 | 3812 | |
3813 | 3813 | $cat_id = ''; |
@@ -3824,42 +3824,42 @@ discard block |
||
3824 | 3824 | $cat_id_original = ''; |
3825 | 3825 | |
3826 | 3826 | $c = 0; |
3827 | - foreach ($columns as $column ) { |
|
3828 | - if ( $column == 'cat_id' ) { |
|
3829 | - $cat_id = (int)$row[$c]; |
|
3830 | - } else if ( $column == 'cat_name' ) { |
|
3827 | + foreach ($columns as $column) { |
|
3828 | + if ($column == 'cat_id') { |
|
3829 | + $cat_id = (int) $row[$c]; |
|
3830 | + } else if ($column == 'cat_name') { |
|
3831 | 3831 | $cat_name = $row[$c]; |
3832 | - } else if ( $column == 'cat_slug' ) { |
|
3832 | + } else if ($column == 'cat_slug') { |
|
3833 | 3833 | $cat_slug = $row[$c]; |
3834 | - } else if ( $column == 'cat_posttype' ) { |
|
3834 | + } else if ($column == 'cat_posttype') { |
|
3835 | 3835 | $cat_posttype = $row[$c]; |
3836 | - } else if ( $column == 'cat_parent' ) { |
|
3836 | + } else if ($column == 'cat_parent') { |
|
3837 | 3837 | $cat_parent = trim($row[$c]); |
3838 | - } else if ( $column == 'cat_schema' && $row[$c] != '' ) { |
|
3838 | + } else if ($column == 'cat_schema' && $row[$c] != '') { |
|
3839 | 3839 | $cat_schema = $row[$c]; |
3840 | - } else if ( $column == 'cat_description' ) { |
|
3840 | + } else if ($column == 'cat_description') { |
|
3841 | 3841 | $cat_description = $row[$c]; |
3842 | - } else if ( $column == 'cat_top_description' ) { |
|
3842 | + } else if ($column == 'cat_top_description') { |
|
3843 | 3843 | $cat_top_description = $row[$c]; |
3844 | - } else if ( $column == 'cat_image' ) { |
|
3844 | + } else if ($column == 'cat_image') { |
|
3845 | 3845 | $cat_image = $row[$c]; |
3846 | - } else if ( $column == 'cat_icon' ) { |
|
3846 | + } else if ($column == 'cat_icon') { |
|
3847 | 3847 | $cat_icon = $row[$c]; |
3848 | 3848 | } |
3849 | 3849 | // WPML |
3850 | - if ( $is_wpml ) { |
|
3851 | - if ( $column == 'cat_language' ) { |
|
3852 | - $cat_language = geodir_strtolower( trim( $row[$c] ) ); |
|
3853 | - } else if ( $column == 'cat_id_original' ) { |
|
3854 | - $cat_id_original = (int)$row[$c]; |
|
3850 | + if ($is_wpml) { |
|
3851 | + if ($column == 'cat_language') { |
|
3852 | + $cat_language = geodir_strtolower(trim($row[$c])); |
|
3853 | + } else if ($column == 'cat_id_original') { |
|
3854 | + $cat_id_original = (int) $row[$c]; |
|
3855 | 3855 | } |
3856 | 3856 | } |
3857 | 3857 | // WPML |
3858 | 3858 | $c++; |
3859 | 3859 | } |
3860 | 3860 | |
3861 | - if ( $cat_name == '' || !in_array( $cat_posttype, $post_types ) ) { |
|
3862 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) ); |
|
3861 | + if ($cat_name == '' || !in_array($cat_posttype, $post_types)) { |
|
3862 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank title/invalid post type', 'geodirectory')); |
|
3863 | 3863 | |
3864 | 3864 | $invalid++; |
3865 | 3865 | continue; |
@@ -3877,24 +3877,24 @@ discard block |
||
3877 | 3877 | $term_data['description'] = $cat_description; |
3878 | 3878 | $term_data['cat_schema'] = $cat_schema; |
3879 | 3879 | $term_data['top_description'] = $cat_top_description; |
3880 | - $term_data['image'] = $cat_image != '' ? basename( $cat_image ) : ''; |
|
3881 | - $term_data['icon'] = $cat_icon != '' ? basename( $cat_icon ) : ''; |
|
3880 | + $term_data['image'] = $cat_image != '' ? basename($cat_image) : ''; |
|
3881 | + $term_data['icon'] = $cat_icon != '' ? basename($cat_icon) : ''; |
|
3882 | 3882 | |
3883 | 3883 | //$term_data = array_map( 'utf8_encode', $term_data ); |
3884 | 3884 | |
3885 | - $taxonomy = $cat_posttype . 'category'; |
|
3885 | + $taxonomy = $cat_posttype.'category'; |
|
3886 | 3886 | |
3887 | 3887 | $term_data['taxonomy'] = $taxonomy; |
3888 | 3888 | |
3889 | 3889 | $term_parent_id = 0; |
3890 | - if ($cat_parent != "" || (int)$cat_parent > 0) { |
|
3890 | + if ($cat_parent != "" || (int) $cat_parent > 0) { |
|
3891 | 3891 | $term_parent = ''; |
3892 | 3892 | |
3893 | - if ( $term_parent = get_term_by( 'name', $cat_parent, $taxonomy ) ) { |
|
3893 | + if ($term_parent = get_term_by('name', $cat_parent, $taxonomy)) { |
|
3894 | 3894 | // |
3895 | - } else if ( $term_parent = get_term_by( 'slug', $cat_parent, $taxonomy ) ) { |
|
3895 | + } else if ($term_parent = get_term_by('slug', $cat_parent, $taxonomy)) { |
|
3896 | 3896 | // |
3897 | - } else if ( $term_parent = get_term_by( 'id', $cat_parent, $taxonomy ) ) { |
|
3897 | + } else if ($term_parent = get_term_by('id', $cat_parent, $taxonomy)) { |
|
3898 | 3898 | // |
3899 | 3899 | } else { |
3900 | 3900 | $term_parent_data = array(); |
@@ -3902,104 +3902,104 @@ discard block |
||
3902 | 3902 | //$term_parent_data = array_map( 'utf8_encode', $term_parent_data ); |
3903 | 3903 | $term_parent_data['taxonomy'] = $taxonomy; |
3904 | 3904 | |
3905 | - $term_parent_id = (int)geodir_imex_insert_term( $taxonomy, $term_parent_data ); |
|
3905 | + $term_parent_id = (int) geodir_imex_insert_term($taxonomy, $term_parent_data); |
|
3906 | 3906 | } |
3907 | 3907 | |
3908 | - if ( !empty( $term_parent ) && !is_wp_error( $term_parent ) ) { |
|
3909 | - $term_parent_id = (int)$term_parent->term_id; |
|
3908 | + if (!empty($term_parent) && !is_wp_error($term_parent)) { |
|
3909 | + $term_parent_id = (int) $term_parent->term_id; |
|
3910 | 3910 | } |
3911 | 3911 | } |
3912 | - $term_data['parent'] = (int)$term_parent_id; |
|
3912 | + $term_data['parent'] = (int) $term_parent_id; |
|
3913 | 3913 | |
3914 | 3914 | $term_id = NULL; |
3915 | - if ( $import_choice == 'update' ) { |
|
3916 | - if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) { |
|
3915 | + if ($import_choice == 'update') { |
|
3916 | + if ($cat_id > 0 && $term = (array) term_exists($cat_id, $taxonomy)) { |
|
3917 | 3917 | $term_data['term_id'] = $term['term_id']; |
3918 | 3918 | |
3919 | - if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) { |
|
3919 | + if ($term_id = geodir_imex_update_term($taxonomy, $term_data)) { |
|
3920 | 3920 | $updated++; |
3921 | 3921 | } else { |
3922 | 3922 | $invalid++; |
3923 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) ); |
|
3923 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory')); |
|
3924 | 3924 | } |
3925 | - } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) { |
|
3925 | + } else if ($term_data['slug'] != '' && $term = (array) term_exists($term_data['slug'], $taxonomy)) { |
|
3926 | 3926 | $term_data['term_id'] = $term['term_id']; |
3927 | 3927 | |
3928 | - if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) { |
|
3928 | + if ($term_id = geodir_imex_update_term($taxonomy, $term_data)) { |
|
3929 | 3929 | $updated++; |
3930 | 3930 | } else { |
3931 | 3931 | $invalid++; |
3932 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) ); |
|
3932 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory')); |
|
3933 | 3933 | } |
3934 | 3934 | } else { |
3935 | - if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) { |
|
3935 | + if ($term_id = geodir_imex_insert_term($taxonomy, $term_data)) { |
|
3936 | 3936 | $created++; |
3937 | 3937 | } else { |
3938 | 3938 | $invalid++; |
3939 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) ); |
|
3939 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory')); |
|
3940 | 3940 | } |
3941 | 3941 | } |
3942 | - } else if ( $import_choice == 'skip' ) { |
|
3943 | - if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) { |
|
3942 | + } else if ($import_choice == 'skip') { |
|
3943 | + if ($cat_id > 0 && $term = (array) term_exists($cat_id, $taxonomy)) { |
|
3944 | 3944 | $skipped++; |
3945 | - } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) { |
|
3945 | + } else if ($term_data['slug'] != '' && $term = (array) term_exists($term_data['slug'], $taxonomy)) { |
|
3946 | 3946 | $skipped++; |
3947 | 3947 | } else { |
3948 | - if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) { |
|
3948 | + if ($term_id = geodir_imex_insert_term($taxonomy, $term_data)) { |
|
3949 | 3949 | $created++; |
3950 | 3950 | } else { |
3951 | 3951 | $invalid++; |
3952 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) ); |
|
3952 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory')); |
|
3953 | 3953 | } |
3954 | 3954 | } |
3955 | 3955 | } else { |
3956 | 3956 | $invalid++; |
3957 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) ); |
|
3957 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory')); |
|
3958 | 3958 | } |
3959 | 3959 | |
3960 | - if ( $term_id ) { |
|
3960 | + if ($term_id) { |
|
3961 | 3961 | // WPML |
3962 | 3962 | if ($is_wpml && $cat_id_original > 0 && $cat_language != '') { |
3963 | - $wpml_element_type = 'tax_' . $taxonomy; |
|
3964 | - $source_language = geodir_get_language_for_element( $cat_id_original, $wpml_element_type ); |
|
3963 | + $wpml_element_type = 'tax_'.$taxonomy; |
|
3964 | + $source_language = geodir_get_language_for_element($cat_id_original, $wpml_element_type); |
|
3965 | 3965 | $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language(); |
3966 | 3966 | |
3967 | - $trid = $sitepress->get_element_trid( $cat_id_original, $wpml_element_type ); |
|
3967 | + $trid = $sitepress->get_element_trid($cat_id_original, $wpml_element_type); |
|
3968 | 3968 | |
3969 | - $sitepress->set_element_language_details( $term_id, $wpml_element_type, $trid, $cat_language, $source_language ); |
|
3969 | + $sitepress->set_element_language_details($term_id, $wpml_element_type, $trid, $cat_language, $source_language); |
|
3970 | 3970 | } |
3971 | 3971 | // WPML |
3972 | 3972 | |
3973 | - if ( isset( $term_data['top_description'] ) ) { |
|
3974 | - update_tax_meta( $term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype ); |
|
3973 | + if (isset($term_data['top_description'])) { |
|
3974 | + update_tax_meta($term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype); |
|
3975 | 3975 | } |
3976 | 3976 | |
3977 | - if ( isset( $term_data['cat_schema'] ) ) { |
|
3978 | - update_tax_meta( $term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype ); |
|
3977 | + if (isset($term_data['cat_schema'])) { |
|
3978 | + update_tax_meta($term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype); |
|
3979 | 3979 | } |
3980 | 3980 | |
3981 | 3981 | $attachment = false; |
3982 | - if ( isset( $term_data['image'] ) && $term_data['image'] != '' ) { |
|
3983 | - $cat_image = geodir_get_default_catimage( $term_id, $cat_posttype ); |
|
3984 | - $cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : ''; |
|
3982 | + if (isset($term_data['image']) && $term_data['image'] != '') { |
|
3983 | + $cat_image = geodir_get_default_catimage($term_id, $cat_posttype); |
|
3984 | + $cat_image = !empty($cat_image) && isset($cat_image['src']) ? $cat_image['src'] : ''; |
|
3985 | 3985 | |
3986 | - if ( basename($cat_image) != $term_data['image'] ) { |
|
3986 | + if (basename($cat_image) != $term_data['image']) { |
|
3987 | 3987 | $attachment = true; |
3988 | - update_tax_meta( $term_id, 'ct_cat_default_img', array( 'id' => 'image', 'src' => $uploads['url'] . '/' . $term_data['image'] ), $cat_posttype ); |
|
3988 | + update_tax_meta($term_id, 'ct_cat_default_img', array('id' => 'image', 'src' => $uploads['url'].'/'.$term_data['image']), $cat_posttype); |
|
3989 | 3989 | } |
3990 | 3990 | } |
3991 | 3991 | |
3992 | - if ( isset( $term_data['icon'] ) && $term_data['icon'] != '' ) { |
|
3993 | - $cat_icon = get_tax_meta( $term_id, 'ct_cat_icon', false, $cat_posttype ); |
|
3994 | - $cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : ''; |
|
3992 | + if (isset($term_data['icon']) && $term_data['icon'] != '') { |
|
3993 | + $cat_icon = get_tax_meta($term_id, 'ct_cat_icon', false, $cat_posttype); |
|
3994 | + $cat_icon = !empty($cat_icon) && isset($cat_icon['src']) ? $cat_icon['src'] : ''; |
|
3995 | 3995 | |
3996 | - if ( basename($cat_icon) != $term_data['icon'] ) { |
|
3996 | + if (basename($cat_icon) != $term_data['icon']) { |
|
3997 | 3997 | $attachment = true; |
3998 | - update_tax_meta( $term_id, 'ct_cat_icon', array( 'id' => 'icon', 'src' => $uploads['url'] . '/' . $term_data['icon'] ), $cat_posttype ); |
|
3998 | + update_tax_meta($term_id, 'ct_cat_icon', array('id' => 'icon', 'src' => $uploads['url'].'/'.$term_data['icon']), $cat_posttype); |
|
3999 | 3999 | } |
4000 | 4000 | } |
4001 | 4001 | |
4002 | - if ( $attachment ) { |
|
4002 | + if ($attachment) { |
|
4003 | 4003 | $images++; |
4004 | 4004 | } |
4005 | 4005 | } |
@@ -4021,35 +4021,35 @@ discard block |
||
4021 | 4021 | $json['invalid'] = $invalid; |
4022 | 4022 | $json['images'] = $images; |
4023 | 4023 | |
4024 | - wp_send_json( $json ); |
|
4024 | + wp_send_json($json); |
|
4025 | 4025 | exit; |
4026 | - } else if ( $task == 'import_post' ) { |
|
4027 | - $xtimings['###1'] = microtime(true)-$xstart; |
|
4026 | + } else if ($task == 'import_post') { |
|
4027 | + $xtimings['###1'] = microtime(true) - $xstart; |
|
4028 | 4028 | //run some stuff to make the import quicker |
4029 | - wp_defer_term_counting( true ); |
|
4030 | - wp_defer_comment_counting( true ); |
|
4031 | - $wpdb->query( 'SET autocommit = 0;' ); |
|
4029 | + wp_defer_term_counting(true); |
|
4030 | + wp_defer_comment_counting(true); |
|
4031 | + $wpdb->query('SET autocommit = 0;'); |
|
4032 | 4032 | // |
4033 | 4033 | // remove_all_actions('publish_post'); |
4034 | 4034 | // remove_all_actions('transition_post_status'); |
4035 | 4035 | // remove_all_actions('publish_future_post'); |
4036 | 4036 | |
4037 | 4037 | if (!empty($file)) { |
4038 | - $is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false; |
|
4038 | + $is_claim_active = is_plugin_active('geodir_claim_listing/geodir_claim_listing.php') && get_option('geodir_claim_enable') === 'yes' ? true : false; |
|
4039 | 4039 | $wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses. |
4040 | 4040 | $default_status = 'publish'; |
4041 | - $current_date = date_i18n( 'Y-m-d', time() ); |
|
4041 | + $current_date = date_i18n('Y-m-d', time()); |
|
4042 | 4042 | |
4043 | 4043 | $columns = isset($file[0]) ? $file[0] : NULL; |
4044 | 4044 | |
4045 | 4045 | if (empty($columns) || (!empty($columns) && $columns[0] == '')) { |
4046 | 4046 | $json['error'] = CSV_INVAILD_FILE; |
4047 | - wp_send_json( $json ); |
|
4047 | + wp_send_json($json); |
|
4048 | 4048 | exit; |
4049 | 4049 | } |
4050 | - $xtimings['###2'] = microtime(true)-$xstart; |
|
4050 | + $xtimings['###2'] = microtime(true) - $xstart; |
|
4051 | 4051 | $gd_error_log = __('GD IMPORT LISTINGS [ROW %d]:', 'geodirectory'); |
4052 | - $wp_chars_error = __( '(check & remove if any invalid characters used in data)', 'geodirectory' ); |
|
4052 | + $wp_chars_error = __('(check & remove if any invalid characters used in data)', 'geodirectory'); |
|
4053 | 4053 | $processed_actual = 0; |
4054 | 4054 | for ($i = 1; $i <= $limit; $i++) { |
4055 | 4055 | $index = $processed + $i; |
@@ -4058,9 +4058,9 @@ discard block |
||
4058 | 4058 | if (isset($file[$index])) { |
4059 | 4059 | $processed_actual++; |
4060 | 4060 | $row = $file[$index]; |
4061 | - $row = array_map( 'trim', $row ); |
|
4061 | + $row = array_map('trim', $row); |
|
4062 | 4062 | //$row = array_map( 'utf8_encode', $row ); |
4063 | - $row = array_map( 'addslashes_gpc', $row ); |
|
4063 | + $row = array_map('addslashes_gpc', $row); |
|
4064 | 4064 | |
4065 | 4065 | $post_id = ''; |
4066 | 4066 | $post_title = ''; |
@@ -4097,78 +4097,78 @@ discard block |
||
4097 | 4097 | $original_post_id = ''; |
4098 | 4098 | |
4099 | 4099 | $c = 0; |
4100 | - foreach ($columns as $column ) { |
|
4100 | + foreach ($columns as $column) { |
|
4101 | 4101 | $gd_post[$column] = $row[$c]; |
4102 | 4102 | |
4103 | - if ( $column == 'post_id' ) { |
|
4103 | + if ($column == 'post_id') { |
|
4104 | 4104 | $post_id = $row[$c]; |
4105 | - } else if ( $column == 'post_title' ) { |
|
4105 | + } else if ($column == 'post_title') { |
|
4106 | 4106 | $post_title = sanitize_text_field($row[$c]); |
4107 | - } else if ( $column == 'post_author' ) { |
|
4107 | + } else if ($column == 'post_author') { |
|
4108 | 4108 | $post_author = $row[$c]; |
4109 | - } else if ( $column == 'post_content' ) { |
|
4109 | + } else if ($column == 'post_content') { |
|
4110 | 4110 | $post_content = $row[$c]; |
4111 | - } else if ( $column == 'post_category' && $row[$c] != '' ) { |
|
4112 | - $post_category_arr = explode( ',', $row[$c] ); |
|
4113 | - } else if ( $column == 'default_category' ) { |
|
4111 | + } else if ($column == 'post_category' && $row[$c] != '') { |
|
4112 | + $post_category_arr = explode(',', $row[$c]); |
|
4113 | + } else if ($column == 'default_category') { |
|
4114 | 4114 | $default_category = wp_kses_normalize_entities($row[$c]); |
4115 | - } else if ( $column == 'post_tags' && $row[$c] != '' ) { |
|
4116 | - $post_tags = explode( ',', sanitize_text_field($row[$c]) ); |
|
4117 | - } else if ( $column == 'post_type' ) { |
|
4115 | + } else if ($column == 'post_tags' && $row[$c] != '') { |
|
4116 | + $post_tags = explode(',', sanitize_text_field($row[$c])); |
|
4117 | + } else if ($column == 'post_type') { |
|
4118 | 4118 | $post_type = $row[$c]; |
4119 | - } else if ( $column == 'post_status' ) { |
|
4120 | - $post_status = sanitize_key( $row[$c] ); |
|
4121 | - } else if ( $column == 'is_featured' ) { |
|
4122 | - $is_featured = (int)$row[$c]; |
|
4123 | - } else if ( $column == 'geodir_video' ) { |
|
4119 | + } else if ($column == 'post_status') { |
|
4120 | + $post_status = sanitize_key($row[$c]); |
|
4121 | + } else if ($column == 'is_featured') { |
|
4122 | + $is_featured = (int) $row[$c]; |
|
4123 | + } else if ($column == 'geodir_video') { |
|
4124 | 4124 | $geodir_video = $row[$c]; |
4125 | - } else if ( $column == 'post_address' ) { |
|
4125 | + } else if ($column == 'post_address') { |
|
4126 | 4126 | $post_address = sanitize_text_field($row[$c]); |
4127 | - } else if ( $column == 'post_city' ) { |
|
4127 | + } else if ($column == 'post_city') { |
|
4128 | 4128 | $post_city = sanitize_text_field($row[$c]); |
4129 | - } else if ( $column == 'post_region' ) { |
|
4129 | + } else if ($column == 'post_region') { |
|
4130 | 4130 | $post_region = sanitize_text_field($row[$c]); |
4131 | - } else if ( $column == 'post_country' ) { |
|
4131 | + } else if ($column == 'post_country') { |
|
4132 | 4132 | $post_country = sanitize_text_field($row[$c]); |
4133 | - } else if ( $column == 'post_zip' ) { |
|
4133 | + } else if ($column == 'post_zip') { |
|
4134 | 4134 | $post_zip = sanitize_text_field($row[$c]); |
4135 | - } else if ( $column == 'post_latitude' ) { |
|
4135 | + } else if ($column == 'post_latitude') { |
|
4136 | 4136 | $post_latitude = sanitize_text_field($row[$c]); |
4137 | - } else if ( $column == 'post_longitude' ) { |
|
4137 | + } else if ($column == 'post_longitude') { |
|
4138 | 4138 | $post_longitude = sanitize_text_field($row[$c]); |
4139 | - } else if ( $column == 'post_neighbourhood' ) { |
|
4139 | + } else if ($column == 'post_neighbourhood') { |
|
4140 | 4140 | $post_neighbourhood = sanitize_text_field($row[$c]); |
4141 | 4141 | unset($gd_post[$column]); |
4142 | - } else if ( $column == 'neighbourhood_latitude' ) { |
|
4142 | + } else if ($column == 'neighbourhood_latitude') { |
|
4143 | 4143 | $neighbourhood_latitude = sanitize_text_field($row[$c]); |
4144 | - } else if ( $column == 'neighbourhood_longitude' ) { |
|
4144 | + } else if ($column == 'neighbourhood_longitude') { |
|
4145 | 4145 | $neighbourhood_longitude = sanitize_text_field($row[$c]); |
4146 | - } else if ( $column == 'geodir_timing' ) { |
|
4146 | + } else if ($column == 'geodir_timing') { |
|
4147 | 4147 | $geodir_timing = sanitize_text_field($row[$c]); |
4148 | - } else if ( $column == 'geodir_contact' ) { |
|
4148 | + } else if ($column == 'geodir_contact') { |
|
4149 | 4149 | $geodir_contact = sanitize_text_field($row[$c]); |
4150 | - } else if ( $column == 'geodir_email' ) { |
|
4150 | + } else if ($column == 'geodir_email') { |
|
4151 | 4151 | $geodir_email = sanitize_email($row[$c]); |
4152 | - } else if ( $column == 'geodir_website' ) { |
|
4152 | + } else if ($column == 'geodir_website') { |
|
4153 | 4153 | $geodir_website = sanitize_text_field($row[$c]); |
4154 | - } else if ( $column == 'geodir_twitter' ) { |
|
4154 | + } else if ($column == 'geodir_twitter') { |
|
4155 | 4155 | $geodir_twitter = sanitize_text_field($row[$c]); |
4156 | - } else if ( $column == 'geodir_facebook' ) { |
|
4156 | + } else if ($column == 'geodir_facebook') { |
|
4157 | 4157 | $geodir_facebook = sanitize_text_field($row[$c]); |
4158 | - } else if ( $column == 'IMAGE' && !empty( $row[$c] ) && $row[$c] != '' ) { |
|
4158 | + } else if ($column == 'IMAGE' && !empty($row[$c]) && $row[$c] != '') { |
|
4159 | 4159 | $post_images[] = $row[$c]; |
4160 | - } else if ( $column == 'alive_days' && (int)$row[$c] > 0 ) { |
|
4161 | - $expire_date = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$row[$c] . ' days' ) ); |
|
4162 | - } else if ( $column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never' ) { |
|
4160 | + } else if ($column == 'alive_days' && (int) $row[$c] > 0) { |
|
4161 | + $expire_date = date_i18n('Y-m-d', strtotime($current_date.'+'.(int) $row[$c].' days')); |
|
4162 | + } else if ($column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never') { |
|
4163 | 4163 | $row[$c] = str_replace('/', '-', $row[$c]); |
4164 | - $expire_date = date_i18n( 'Y-m-d', strtotime( $row[$c] ) ); |
|
4164 | + $expire_date = date_i18n('Y-m-d', strtotime($row[$c])); |
|
4165 | 4165 | } |
4166 | 4166 | // WPML |
4167 | 4167 | if ($is_wpml) { |
4168 | 4168 | if ($column == 'language') { |
4169 | 4169 | $language = geodir_strtolower(trim($row[$c])); |
4170 | 4170 | } else if ($column == 'original_post_id') { |
4171 | - $original_post_id = (int)$row[$c]; |
|
4171 | + $original_post_id = (int) $row[$c]; |
|
4172 | 4172 | } |
4173 | 4173 | } |
4174 | 4174 | // WPML |
@@ -4176,7 +4176,7 @@ discard block |
||
4176 | 4176 | } |
4177 | 4177 | // listing claimed or not |
4178 | 4178 | if ($is_claim_active && isset($gd_post['claimed'])) { |
4179 | - $gd_post['claimed'] = (int)$gd_post['claimed'] == 1 ? 1 : 0; |
|
4179 | + $gd_post['claimed'] = (int) $gd_post['claimed'] == 1 ? 1 : 0; |
|
4180 | 4180 | } |
4181 | 4181 | |
4182 | 4182 | // WPML |
@@ -4187,43 +4187,43 @@ discard block |
||
4187 | 4187 | |
4188 | 4188 | $gd_post['IMAGE'] = $post_images; |
4189 | 4189 | |
4190 | - $post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status; |
|
4191 | - $post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status; |
|
4190 | + $post_status = !empty($post_status) ? sanitize_key($post_status) : $default_status; |
|
4191 | + $post_status = !empty($wp_post_statuses) && !isset($wp_post_statuses[$post_status]) ? $default_status : $post_status; |
|
4192 | 4192 | |
4193 | 4193 | $valid = true; |
4194 | 4194 | |
4195 | - if ( $post_title == '' || !in_array( $post_type, $post_types ) ) { |
|
4195 | + if ($post_title == '' || !in_array($post_type, $post_types)) { |
|
4196 | 4196 | $invalid++; |
4197 | 4197 | $valid = false; |
4198 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) ); |
|
4198 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank title/invalid post type', 'geodirectory')); |
|
4199 | 4199 | } |
4200 | - $xtimings['###3'] = microtime(true)-$xstart; |
|
4201 | - $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true; |
|
4202 | - if ( $location_allowed ) { |
|
4200 | + $xtimings['###3'] = microtime(true) - $xstart; |
|
4201 | + $location_allowed = function_exists('geodir_cpt_no_location') && geodir_cpt_no_location($post_type) ? false : true; |
|
4202 | + if ($location_allowed) { |
|
4203 | 4203 | $location_result = geodir_get_default_location(); |
4204 | - if ( $post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '' ) { |
|
4204 | + if ($post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '') { |
|
4205 | 4205 | $invalid_addr++; |
4206 | 4206 | $valid = false; |
4207 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ) ); |
|
4208 | - } else if ( !empty( $location_result ) && $location_result->location_id == 0 ) { |
|
4209 | - if ( ( geodir_strtolower( $post_city ) != geodir_strtolower( $location_result->city ) ) || ( geodir_strtolower( $post_region ) != geodir_strtolower( $location_result->region ) ) || (geodir_strtolower( $post_country ) != geodir_strtolower( $location_result->country ) ) ) { |
|
4207 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory')); |
|
4208 | + } else if (!empty($location_result) && $location_result->location_id == 0) { |
|
4209 | + if ((geodir_strtolower($post_city) != geodir_strtolower($location_result->city)) || (geodir_strtolower($post_region) != geodir_strtolower($location_result->region)) || (geodir_strtolower($post_country) != geodir_strtolower($location_result->country))) { |
|
4210 | 4210 | $invalid_addr++; |
4211 | 4211 | $valid = false; |
4212 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ) ); |
|
4212 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory')); |
|
4213 | 4213 | } else { |
4214 | 4214 | if (!$location_manager) { |
4215 | - $gd_post['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // Set the default location when location manager not activated. |
|
4215 | + $gd_post['post_locations'] = '['.$location_result->city_slug.'],['.$location_result->region_slug.'],['.$location_result->country_slug.']'; // Set the default location when location manager not activated. |
|
4216 | 4216 | } |
4217 | 4217 | } |
4218 | 4218 | } |
4219 | 4219 | } |
4220 | - $xtimings['###4'] = microtime(true)-$xstart; |
|
4221 | - if ( !$valid ) { |
|
4220 | + $xtimings['###4'] = microtime(true) - $xstart; |
|
4221 | + if (!$valid) { |
|
4222 | 4222 | continue; |
4223 | 4223 | } |
4224 | 4224 | |
4225 | - $cat_taxonomy = $post_type . 'category'; |
|
4226 | - $tags_taxonomy = $post_type . '_tags'; |
|
4225 | + $cat_taxonomy = $post_type.'category'; |
|
4226 | + $tags_taxonomy = $post_type.'_tags'; |
|
4227 | 4227 | |
4228 | 4228 | if ($default_category != '' && !in_array($default_category, $post_category_arr)) { |
4229 | 4229 | $post_category_arr = array_merge(array($default_category), $post_category_arr); |
@@ -4231,29 +4231,29 @@ discard block |
||
4231 | 4231 | |
4232 | 4232 | $post_category = array(); |
4233 | 4233 | $default_category_id = NULL; |
4234 | - if ( !empty( $post_category_arr ) ) { |
|
4235 | - foreach ( $post_category_arr as $value ) { |
|
4236 | - $category_name = wp_kses_normalize_entities( trim( $value ) ); |
|
4234 | + if (!empty($post_category_arr)) { |
|
4235 | + foreach ($post_category_arr as $value) { |
|
4236 | + $category_name = wp_kses_normalize_entities(trim($value)); |
|
4237 | 4237 | |
4238 | - if ( $category_name != '' ) { |
|
4238 | + if ($category_name != '') { |
|
4239 | 4239 | $term_category = array(); |
4240 | 4240 | |
4241 | - if ( $term = get_term_by( 'name', $category_name, $cat_taxonomy ) ) { |
|
4241 | + if ($term = get_term_by('name', $category_name, $cat_taxonomy)) { |
|
4242 | 4242 | $term_category = $term; |
4243 | - } else if ( $term = get_term_by( 'slug', $category_name, $cat_taxonomy ) ) { |
|
4243 | + } else if ($term = get_term_by('slug', $category_name, $cat_taxonomy)) { |
|
4244 | 4244 | $term_category = $term; |
4245 | 4245 | } else { |
4246 | 4246 | $term_data = array(); |
4247 | 4247 | $term_data['name'] = $category_name; |
4248 | 4248 | $term_data['taxonomy'] = $cat_taxonomy; |
4249 | 4249 | |
4250 | - $term_id = geodir_imex_insert_term( $cat_taxonomy, $term_data ); |
|
4251 | - if ( $term_id ) { |
|
4252 | - $term_category = get_term( $term_id, $cat_taxonomy ); |
|
4250 | + $term_id = geodir_imex_insert_term($cat_taxonomy, $term_data); |
|
4251 | + if ($term_id) { |
|
4252 | + $term_category = get_term($term_id, $cat_taxonomy); |
|
4253 | 4253 | } |
4254 | 4254 | } |
4255 | 4255 | |
4256 | - if ( !empty( $term_category ) && !is_wp_error( $term_category ) ) { |
|
4256 | + if (!empty($term_category) && !is_wp_error($term_category)) { |
|
4257 | 4257 | $post_category[] = intval($term_category->term_id); |
4258 | 4258 | |
4259 | 4259 | if ($category_name == $default_category) { |
@@ -4263,7 +4263,7 @@ discard block |
||
4263 | 4263 | } |
4264 | 4264 | } |
4265 | 4265 | } |
4266 | - $xtimings['###5'] = microtime(true)-$xstart; |
|
4266 | + $xtimings['###5'] = microtime(true) - $xstart; |
|
4267 | 4267 | $save_post = array(); |
4268 | 4268 | $save_post['post_title'] = $post_title; |
4269 | 4269 | $save_post['post_content'] = $post_content; |
@@ -4274,15 +4274,15 @@ discard block |
||
4274 | 4274 | $save_post['post_tags'] = $post_tags; |
4275 | 4275 | |
4276 | 4276 | $saved_post_id = NULL; |
4277 | - if ( $import_choice == 'update' ) { |
|
4278 | - $gd_wp_error = __( 'Unable to add listing, please check the listing data.', 'geodirectory' ); |
|
4277 | + if ($import_choice == 'update') { |
|
4278 | + $gd_wp_error = __('Unable to add listing, please check the listing data.', 'geodirectory'); |
|
4279 | 4279 | |
4280 | - if ( $post_id > 0 && get_post( $post_id ) ) { |
|
4280 | + if ($post_id > 0 && get_post($post_id)) { |
|
4281 | 4281 | $save_post['ID'] = $post_id; |
4282 | 4282 | |
4283 | - if ( $saved_post_id = wp_update_post( $save_post, true ) ) { |
|
4284 | - if ( is_wp_error( $saved_post_id ) ) { |
|
4285 | - $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error; |
|
4283 | + if ($saved_post_id = wp_update_post($save_post, true)) { |
|
4284 | + if (is_wp_error($saved_post_id)) { |
|
4285 | + $gd_wp_error = $saved_post_id->get_error_message().' '.$wp_chars_error; |
|
4286 | 4286 | $saved_post_id = 0; |
4287 | 4287 | } else { |
4288 | 4288 | $saved_post_id = $post_id; |
@@ -4290,9 +4290,9 @@ discard block |
||
4290 | 4290 | } |
4291 | 4291 | } |
4292 | 4292 | } else { |
4293 | - if ( $saved_post_id = wp_insert_post( $save_post, true ) ) { |
|
4294 | - if ( is_wp_error( $saved_post_id ) ) { |
|
4295 | - $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error; |
|
4293 | + if ($saved_post_id = wp_insert_post($save_post, true)) { |
|
4294 | + if (is_wp_error($saved_post_id)) { |
|
4295 | + $gd_wp_error = $saved_post_id->get_error_message().' '.$wp_chars_error; |
|
4296 | 4296 | $saved_post_id = 0; |
4297 | 4297 | } else { |
4298 | 4298 | $created++; |
@@ -4300,19 +4300,19 @@ discard block |
||
4300 | 4300 | } |
4301 | 4301 | } |
4302 | 4302 | |
4303 | - if ( !$saved_post_id > 0 ) { |
|
4303 | + if (!$saved_post_id > 0) { |
|
4304 | 4304 | $invalid++; |
4305 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_wp_error ); |
|
4305 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_wp_error); |
|
4306 | 4306 | } |
4307 | - } else if ( $import_choice == 'skip' ) { |
|
4308 | - if ( $post_id > 0 && get_post( $post_id ) ) { |
|
4307 | + } else if ($import_choice == 'skip') { |
|
4308 | + if ($post_id > 0 && get_post($post_id)) { |
|
4309 | 4309 | $skipped++; |
4310 | 4310 | } else { |
4311 | - if ( $saved_post_id = wp_insert_post( $save_post, true ) ) { |
|
4312 | - if ( is_wp_error( $saved_post_id ) ) { |
|
4311 | + if ($saved_post_id = wp_insert_post($save_post, true)) { |
|
4312 | + if (is_wp_error($saved_post_id)) { |
|
4313 | 4313 | $invalid++; |
4314 | 4314 | |
4315 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $saved_post_id->get_error_message() . ' ' . $wp_chars_error ); |
|
4315 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$saved_post_id->get_error_message().' '.$wp_chars_error); |
|
4316 | 4316 | $saved_post_id = 0; |
4317 | 4317 | } else { |
4318 | 4318 | $created++; |
@@ -4320,28 +4320,28 @@ discard block |
||
4320 | 4320 | } else { |
4321 | 4321 | $invalid++; |
4322 | 4322 | |
4323 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error ); |
|
4323 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$wp_chars_error); |
|
4324 | 4324 | } |
4325 | 4325 | } |
4326 | 4326 | } else { |
4327 | 4327 | $invalid++; |
4328 | 4328 | |
4329 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error ); |
|
4329 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$wp_chars_error); |
|
4330 | 4330 | } |
4331 | - $xtimings['###6'] = microtime(true)-$xstart; |
|
4332 | - if ( (int)$saved_post_id > 0 ) { |
|
4331 | + $xtimings['###6'] = microtime(true) - $xstart; |
|
4332 | + if ((int) $saved_post_id > 0) { |
|
4333 | 4333 | // WPML |
4334 | 4334 | if ($is_wpml && $original_post_id > 0 && $language != '') { |
4335 | - $wpml_post_type = 'post_' . $post_type; |
|
4336 | - $source_language = geodir_get_language_for_element( $original_post_id, $wpml_post_type ); |
|
4335 | + $wpml_post_type = 'post_'.$post_type; |
|
4336 | + $source_language = geodir_get_language_for_element($original_post_id, $wpml_post_type); |
|
4337 | 4337 | $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language(); |
4338 | 4338 | |
4339 | - $trid = $sitepress->get_element_trid( $original_post_id, $wpml_post_type ); |
|
4339 | + $trid = $sitepress->get_element_trid($original_post_id, $wpml_post_type); |
|
4340 | 4340 | |
4341 | - $sitepress->set_element_language_details( $saved_post_id, $wpml_post_type, $trid, $language, $source_language ); |
|
4341 | + $sitepress->set_element_language_details($saved_post_id, $wpml_post_type, $trid, $language, $source_language); |
|
4342 | 4342 | } |
4343 | 4343 | // WPML |
4344 | - $gd_post_info = geodir_get_post_info( $saved_post_id ); |
|
4344 | + $gd_post_info = geodir_get_post_info($saved_post_id); |
|
4345 | 4345 | |
4346 | 4346 | $gd_post['post_id'] = $saved_post_id; |
4347 | 4347 | $gd_post['ID'] = $saved_post_id; |
@@ -4353,7 +4353,7 @@ discard block |
||
4353 | 4353 | |
4354 | 4354 | // post location |
4355 | 4355 | $post_location_id = 0; |
4356 | - if ( $location_allowed && !empty( $location_result ) && $location_result->location_id > 0 ) { |
|
4356 | + if ($location_allowed && !empty($location_result) && $location_result->location_id > 0) { |
|
4357 | 4357 | $gd_post['post_neighbourhood'] = ''; |
4358 | 4358 | |
4359 | 4359 | $post_location_info = array( |
@@ -4363,7 +4363,7 @@ discard block |
||
4363 | 4363 | 'geo_lat' => $post_latitude, |
4364 | 4364 | 'geo_lng' => $post_longitude |
4365 | 4365 | ); |
4366 | - if ( $location_id = (int)geodir_add_new_location( $post_location_info ) ) { |
|
4366 | + if ($location_id = (int) geodir_add_new_location($post_location_info)) { |
|
4367 | 4367 | $post_location_id = $location_id; |
4368 | 4368 | } |
4369 | 4369 | |
@@ -4401,14 +4401,14 @@ discard block |
||
4401 | 4401 | $gd_post['post_location_id'] = $post_location_id; |
4402 | 4402 | |
4403 | 4403 | // post package info |
4404 | - $package_id = isset( $gd_post['package_id'] ) && !empty( $gd_post['package_id'] ) ? (int)$gd_post['package_id'] : 0; |
|
4404 | + $package_id = isset($gd_post['package_id']) && !empty($gd_post['package_id']) ? (int) $gd_post['package_id'] : 0; |
|
4405 | 4405 | if (!$package_id && !empty($gd_post_info) && isset($gd_post_info->package_id) && $gd_post_info->package_id) { |
4406 | 4406 | $package_id = $gd_post_info->package_id; |
4407 | 4407 | } |
4408 | 4408 | |
4409 | 4409 | $package_info = array(); |
4410 | 4410 | if ($package_id && function_exists('geodir_get_package_info_by_id')) { |
4411 | - $package_info = (array)geodir_get_package_info_by_id($package_id); |
|
4411 | + $package_info = (array) geodir_get_package_info_by_id($package_id); |
|
4412 | 4412 | |
4413 | 4413 | if (!(!empty($package_info) && isset($package_info['post_type']) && $package_info['post_type'] == $post_type)) { |
4414 | 4414 | $package_info = array(); |
@@ -4416,18 +4416,18 @@ discard block |
||
4416 | 4416 | } |
4417 | 4417 | |
4418 | 4418 | if (empty($package_info)) { |
4419 | - $package_info = (array)geodir_post_package_info( array(), '', $post_type ); |
|
4419 | + $package_info = (array) geodir_post_package_info(array(), '', $post_type); |
|
4420 | 4420 | } |
4421 | 4421 | |
4422 | - if (!empty($package_info)) { |
|
4422 | + if (!empty($package_info)) { |
|
4423 | 4423 | $package_id = $package_info['pid']; |
4424 | 4424 | |
4425 | 4425 | if (isset($gd_post['alive_days']) || isset($gd_post['expire_date'])) { |
4426 | 4426 | $gd_post['expire_date'] = $expire_date; |
4427 | 4427 | } else { |
4428 | - if ( isset( $package_info['days'] ) && (int)$package_info['days'] > 0 ) { |
|
4429 | - $gd_post['alive_days'] = (int)$package_info['days']; |
|
4430 | - $gd_post['expire_date'] = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$package_info['days'] . ' days' ) ); |
|
4428 | + if (isset($package_info['days']) && (int) $package_info['days'] > 0) { |
|
4429 | + $gd_post['alive_days'] = (int) $package_info['days']; |
|
4430 | + $gd_post['expire_date'] = date_i18n('Y-m-d', strtotime($current_date.'+'.(int) $package_info['days'].' days')); |
|
4431 | 4431 | } else { |
4432 | 4432 | $gd_post['expire_date'] = 'Never'; |
4433 | 4433 | } |
@@ -4436,7 +4436,7 @@ discard block |
||
4436 | 4436 | $gd_post['package_id'] = $package_id; |
4437 | 4437 | } |
4438 | 4438 | |
4439 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
4439 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
4440 | 4440 | |
4441 | 4441 | if ($post_type == 'gd_event') { |
4442 | 4442 | $gd_post = geodir_imex_process_event_data($gd_post); |
@@ -4447,65 +4447,65 @@ discard block |
||
4447 | 4447 | } |
4448 | 4448 | |
4449 | 4449 | // Export franchise fields |
4450 | - $is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false; |
|
4450 | + $is_franchise_active = is_plugin_active('geodir_franchise/geodir_franchise.php') && geodir_franchise_enabled($post_type) ? true : false; |
|
4451 | 4451 | if ($is_franchise_active) { |
4452 | - if ( isset( $gd_post['gd_is_franchise'] ) && (int)$gd_post['gd_is_franchise'] == 1 ) { |
|
4452 | + if (isset($gd_post['gd_is_franchise']) && (int) $gd_post['gd_is_franchise'] == 1) { |
|
4453 | 4453 | $gd_franchise_lock = array(); |
4454 | 4454 | |
4455 | - if ( isset( $gd_post['gd_franchise_lock'] ) ) { |
|
4456 | - $gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock'] ); |
|
4457 | - $gd_franchise_lock = trim( $gd_franchise_lock ); |
|
4458 | - $gd_franchise_lock = explode( ",", $gd_franchise_lock ); |
|
4455 | + if (isset($gd_post['gd_franchise_lock'])) { |
|
4456 | + $gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock']); |
|
4457 | + $gd_franchise_lock = trim($gd_franchise_lock); |
|
4458 | + $gd_franchise_lock = explode(",", $gd_franchise_lock); |
|
4459 | 4459 | } |
4460 | 4460 | |
4461 | - update_post_meta( $saved_post_id, 'gd_is_franchise', 1 ); |
|
4462 | - update_post_meta( $saved_post_id, 'gd_franchise_lock', $gd_franchise_lock ); |
|
4461 | + update_post_meta($saved_post_id, 'gd_is_franchise', 1); |
|
4462 | + update_post_meta($saved_post_id, 'gd_franchise_lock', $gd_franchise_lock); |
|
4463 | 4463 | } else { |
4464 | - if ( isset( $gd_post['franchise'] ) && (int)$gd_post['franchise'] > 0 && geodir_franchise_check( (int)$gd_post['franchise'] ) ) { |
|
4465 | - geodir_save_post_meta( $saved_post_id, 'franchise', (int)$gd_post['franchise'] ); |
|
4464 | + if (isset($gd_post['franchise']) && (int) $gd_post['franchise'] > 0 && geodir_franchise_check((int) $gd_post['franchise'])) { |
|
4465 | + geodir_save_post_meta($saved_post_id, 'franchise', (int) $gd_post['franchise']); |
|
4466 | 4466 | } |
4467 | 4467 | } |
4468 | 4468 | } |
4469 | 4469 | |
4470 | 4470 | if (!empty($save_post['post_category']) && is_array($save_post['post_category'])) { |
4471 | - $save_post['post_category'] = array_unique( array_map( 'intval', $save_post['post_category'] ) ); |
|
4471 | + $save_post['post_category'] = array_unique(array_map('intval', $save_post['post_category'])); |
|
4472 | 4472 | if ($default_category_id) { |
4473 | 4473 | $save_post['post_default_category'] = $default_category_id; |
4474 | 4474 | $gd_post['default_category'] = $default_category_id; |
4475 | 4475 | } |
4476 | 4476 | $gd_post[$cat_taxonomy] = $save_post['post_category']; |
4477 | 4477 | } |
4478 | - $xtimings['###7'] = microtime(true)-$xstart; |
|
4478 | + $xtimings['###7'] = microtime(true) - $xstart; |
|
4479 | 4479 | // Save post info |
4480 | - geodir_save_post_info( $saved_post_id, $gd_post ); |
|
4481 | - $xtimings['###8'] = microtime(true)-$xstart; |
|
4480 | + geodir_save_post_info($saved_post_id, $gd_post); |
|
4481 | + $xtimings['###8'] = microtime(true) - $xstart; |
|
4482 | 4482 | // post taxonomies |
4483 | - if ( !empty( $save_post['post_category'] ) ) { |
|
4484 | - wp_set_object_terms( $saved_post_id, $save_post['post_category'], $cat_taxonomy ); |
|
4483 | + if (!empty($save_post['post_category'])) { |
|
4484 | + wp_set_object_terms($saved_post_id, $save_post['post_category'], $cat_taxonomy); |
|
4485 | 4485 | |
4486 | - $post_default_category = isset( $save_post['post_default_category'] ) ? $save_post['post_default_category'] : ''; |
|
4486 | + $post_default_category = isset($save_post['post_default_category']) ? $save_post['post_default_category'] : ''; |
|
4487 | 4487 | if ($default_category_id) { |
4488 | 4488 | $post_default_category = $default_category_id; |
4489 | 4489 | } |
4490 | 4490 | $post_cat_ids = geodir_get_post_meta($saved_post_id, $cat_taxonomy); |
4491 | 4491 | $save_post['post_category'] = !empty($post_cat_ids) ? explode(",", trim($post_cat_ids, ",")) : $save_post['post_category']; |
4492 | - $post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']) . ',y:' : ''; |
|
4492 | + $post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']).',y:' : ''; |
|
4493 | 4493 | |
4494 | 4494 | if ($post_category_str != '' && $post_default_category) { |
4495 | - $post_category_str = str_replace($post_default_category . ',y:', $post_default_category . ',y,d:', $post_category_str); |
|
4495 | + $post_category_str = str_replace($post_default_category.',y:', $post_default_category.',y,d:', $post_category_str); |
|
4496 | 4496 | } |
4497 | 4497 | |
4498 | 4498 | $post_category_str = $post_category_str != '' ? array($cat_taxonomy => $post_category_str) : ''; |
4499 | 4499 | |
4500 | - geodir_set_postcat_structure( $saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str ); |
|
4500 | + geodir_set_postcat_structure($saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str); |
|
4501 | 4501 | } |
4502 | - $xtimings['###8.1'] = microtime(true)-$xstart; |
|
4503 | - if ( !empty( $save_post['post_tags'] ) ) { |
|
4504 | - wp_set_object_terms( $saved_post_id, $save_post['post_tags'], $tags_taxonomy ); |
|
4502 | + $xtimings['###8.1'] = microtime(true) - $xstart; |
|
4503 | + if (!empty($save_post['post_tags'])) { |
|
4504 | + wp_set_object_terms($saved_post_id, $save_post['post_tags'], $tags_taxonomy); |
|
4505 | 4505 | } |
4506 | - $xtimings['###9'] = microtime(true)-$xstart; |
|
4506 | + $xtimings['###9'] = microtime(true) - $xstart; |
|
4507 | 4507 | // Post images |
4508 | - if ( !empty( $post_images ) ) { |
|
4508 | + if (!empty($post_images)) { |
|
4509 | 4509 | $post_images = array_unique($post_images); |
4510 | 4510 | |
4511 | 4511 | $old_post_images_arr = array(); |
@@ -4513,65 +4513,65 @@ discard block |
||
4513 | 4513 | |
4514 | 4514 | $order = 1; |
4515 | 4515 | |
4516 | - $old_post_images = geodir_get_images( $saved_post_id ); |
|
4517 | - $xtimings['###9.1'] = microtime(true)-$xstart; |
|
4516 | + $old_post_images = geodir_get_images($saved_post_id); |
|
4517 | + $xtimings['###9.1'] = microtime(true) - $xstart; |
|
4518 | 4518 | if (!empty($old_post_images)) { |
4519 | - foreach( $old_post_images as $old_post_image ) { |
|
4519 | + foreach ($old_post_images as $old_post_image) { |
|
4520 | 4520 | if (!empty($old_post_image) && isset($old_post_image->file) && $old_post_image->file != '') { |
4521 | 4521 | $old_post_images_arr[] = $old_post_image->file; |
4522 | 4522 | } |
4523 | 4523 | } |
4524 | 4524 | } |
4525 | 4525 | |
4526 | - foreach ( $post_images as $post_image ) { |
|
4527 | - $image_name = basename( $post_image ); |
|
4526 | + foreach ($post_images as $post_image) { |
|
4527 | + $image_name = basename($post_image); |
|
4528 | 4528 | $saved_post_images_arr[] = $image_name; |
4529 | 4529 | |
4530 | - if (!empty($old_post_images_arr) && in_array( $image_name, $old_post_images_arr) ) { |
|
4530 | + if (!empty($old_post_images_arr) && in_array($image_name, $old_post_images_arr)) { |
|
4531 | 4531 | continue; // Skip if image already exists. |
4532 | 4532 | } |
4533 | 4533 | |
4534 | - $image_name_parts = explode( '.', $image_name ); |
|
4535 | - array_pop( $image_name_parts ); |
|
4536 | - $proper_image_name = implode( '.', $image_name_parts ); |
|
4537 | - $xtimings['###9.2'] = microtime(true)-$xstart; |
|
4538 | - $arr_file_type = wp_check_filetype( $image_name ); |
|
4539 | - $xtimings['###9.3'] = microtime(true)-$xstart; |
|
4540 | - if ( !empty( $arr_file_type ) ) { |
|
4534 | + $image_name_parts = explode('.', $image_name); |
|
4535 | + array_pop($image_name_parts); |
|
4536 | + $proper_image_name = implode('.', $image_name_parts); |
|
4537 | + $xtimings['###9.2'] = microtime(true) - $xstart; |
|
4538 | + $arr_file_type = wp_check_filetype($image_name); |
|
4539 | + $xtimings['###9.3'] = microtime(true) - $xstart; |
|
4540 | + if (!empty($arr_file_type)) { |
|
4541 | 4541 | $uploaded_file_type = $arr_file_type['type']; |
4542 | 4542 | |
4543 | 4543 | $attachment = array(); |
4544 | 4544 | $attachment['post_id'] = $saved_post_id; |
4545 | 4545 | $attachment['title'] = $proper_image_name; |
4546 | 4546 | $attachment['content'] = ''; |
4547 | - $attachment['file'] = $uploads_subdir . '/' . $image_name; |
|
4547 | + $attachment['file'] = $uploads_subdir.'/'.$image_name; |
|
4548 | 4548 | $attachment['mime_type'] = $uploaded_file_type; |
4549 | 4549 | $attachment['menu_order'] = $order; |
4550 | 4550 | $attachment['is_featured'] = 0; |
4551 | 4551 | |
4552 | 4552 | $attachment_set = ''; |
4553 | - foreach ( $attachment as $key => $val ) { |
|
4554 | - if ( $val != '' ) { |
|
4555 | - $attachment_set .= $key . " = '" . $val . "', "; |
|
4553 | + foreach ($attachment as $key => $val) { |
|
4554 | + if ($val != '') { |
|
4555 | + $attachment_set .= $key." = '".$val."', "; |
|
4556 | 4556 | } |
4557 | 4557 | } |
4558 | - $attachment_set = trim( $attachment_set, ", " ); |
|
4558 | + $attachment_set = trim($attachment_set, ", "); |
|
4559 | 4559 | |
4560 | 4560 | // Add new attachment |
4561 | - $xtimings['###9.4'] = microtime(true)-$xstart; |
|
4562 | - $wpdb->query( "INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set ); |
|
4563 | - $xtimings['###9.5'] = microtime(true)-$xstart; |
|
4561 | + $xtimings['###9.4'] = microtime(true) - $xstart; |
|
4562 | + $wpdb->query("INSERT INTO ".GEODIR_ATTACHMENT_TABLE." SET ".$attachment_set); |
|
4563 | + $xtimings['###9.5'] = microtime(true) - $xstart; |
|
4564 | 4564 | $order++; |
4565 | 4565 | } |
4566 | 4566 | } |
4567 | 4567 | |
4568 | - $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/" . implode("' AND file NOT LIKE '%/", $saved_post_images_arr) . "' )" : ''; |
|
4568 | + $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/".implode("' AND file NOT LIKE '%/", $saved_post_images_arr)."' )" : ''; |
|
4569 | 4569 | // Remove previous attachment |
4570 | - $wpdb->query( "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = " . (int)$saved_post_id . " " . $saved_post_images_sql ); |
|
4571 | - $xtimings['###9.6'] = microtime(true)-$xstart; |
|
4572 | - if ( !empty( $saved_post_images_arr ) ) { |
|
4570 | + $wpdb->query("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id = ".(int) $saved_post_id." ".$saved_post_images_sql); |
|
4571 | + $xtimings['###9.6'] = microtime(true) - $xstart; |
|
4572 | + if (!empty($saved_post_images_arr)) { |
|
4573 | 4573 | geodir_set_wp_featured_image($saved_post_id); |
4574 | - $xtimings['###9.7'] = microtime(true)-$xstart; |
|
4574 | + $xtimings['###9.7'] = microtime(true) - $xstart; |
|
4575 | 4575 | /* |
4576 | 4576 | $menu_order = 1; |
4577 | 4577 | |
@@ -4587,14 +4587,14 @@ discard block |
||
4587 | 4587 | }*/ |
4588 | 4588 | } |
4589 | 4589 | |
4590 | - if ( $order > 1 ) { |
|
4590 | + if ($order > 1) { |
|
4591 | 4591 | $images++; |
4592 | 4592 | } |
4593 | 4593 | } |
4594 | - $xtimings['###10'] = microtime(true)-$xstart; |
|
4594 | + $xtimings['###10'] = microtime(true) - $xstart; |
|
4595 | 4595 | /** This action is documented in geodirectory-functions/post-functions.php */ |
4596 | - do_action( 'geodir_after_save_listing', $saved_post_id, $gd_post ); |
|
4597 | - $xtimings['###11'] = microtime(true)-$xstart; |
|
4596 | + do_action('geodir_after_save_listing', $saved_post_id, $gd_post); |
|
4597 | + $xtimings['###11'] = microtime(true) - $xstart; |
|
4598 | 4598 | if (isset($is_featured)) { |
4599 | 4599 | geodir_save_post_meta($saved_post_id, 'is_featured', $is_featured); |
4600 | 4600 | } |
@@ -4604,7 +4604,7 @@ discard block |
||
4604 | 4604 | if (isset($gd_post['expire_date'])) { |
4605 | 4605 | geodir_save_post_meta($saved_post_id, 'expire_date', $gd_post['expire_date']); |
4606 | 4606 | } |
4607 | - $xtimings['###12'] = microtime(true)-$xstart; |
|
4607 | + $xtimings['###12'] = microtime(true) - $xstart; |
|
4608 | 4608 | } |
4609 | 4609 | |
4610 | 4610 | // WPML |
@@ -4617,11 +4617,11 @@ discard block |
||
4617 | 4617 | } |
4618 | 4618 | |
4619 | 4619 | //undo some stuff to make the import quicker |
4620 | - wp_defer_term_counting( false ); |
|
4621 | - wp_defer_comment_counting( false ); |
|
4622 | - $wpdb->query( 'COMMIT;' ); |
|
4623 | - $wpdb->query( 'SET autocommit = 1;' ); |
|
4624 | - $xtimings['###13'] = microtime(true)-$xstart; |
|
4620 | + wp_defer_term_counting(false); |
|
4621 | + wp_defer_comment_counting(false); |
|
4622 | + $wpdb->query('COMMIT;'); |
|
4623 | + $wpdb->query('SET autocommit = 1;'); |
|
4624 | + $xtimings['###13'] = microtime(true) - $xstart; |
|
4625 | 4625 | $json = array(); |
4626 | 4626 | $json['processed'] = $processed_actual; |
4627 | 4627 | $json['created'] = $created; |
@@ -4630,13 +4630,13 @@ discard block |
||
4630 | 4630 | $json['invalid'] = $invalid; |
4631 | 4631 | $json['invalid_addr'] = $invalid_addr; |
4632 | 4632 | $json['images'] = $images; |
4633 | - $json['timing'] = microtime(true)-$xstart; |
|
4633 | + $json['timing'] = microtime(true) - $xstart; |
|
4634 | 4634 | $json['timings'] = $xtimings; |
4635 | 4635 | |
4636 | 4636 | |
4637 | - wp_send_json( $json ); |
|
4637 | + wp_send_json($json); |
|
4638 | 4638 | exit; |
4639 | - } else if ( $task == 'import_loc' ) { |
|
4639 | + } else if ($task == 'import_loc') { |
|
4640 | 4640 | global $gd_post_types; |
4641 | 4641 | $gd_post_types = $post_types; |
4642 | 4642 | |
@@ -4645,82 +4645,82 @@ discard block |
||
4645 | 4645 | |
4646 | 4646 | if (empty($columns) || (!empty($columns) && $columns[0] == '')) { |
4647 | 4647 | $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory'); |
4648 | - wp_send_json( $json ); |
|
4648 | + wp_send_json($json); |
|
4649 | 4649 | } |
4650 | 4650 | |
4651 | 4651 | $gd_error_log = __('GD IMPORT LOCATIONS [ROW %d]:', 'geodirectory'); |
4652 | - $gd_error_location = __( 'Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory' ); |
|
4652 | + $gd_error_location = __('Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory'); |
|
4653 | 4653 | for ($i = 1; $i <= $limit; $i++) { |
4654 | 4654 | $index = $processed + $i; |
4655 | 4655 | |
4656 | 4656 | if (isset($file[$index])) { |
4657 | 4657 | $row = $file[$index]; |
4658 | - $row = array_map( 'trim', $row ); |
|
4658 | + $row = array_map('trim', $row); |
|
4659 | 4659 | $data = array(); |
4660 | 4660 | |
4661 | - foreach ($columns as $c => $column ) { |
|
4661 | + foreach ($columns as $c => $column) { |
|
4662 | 4662 | if (in_array($column, array('location_id', 'latitude', 'longitude', 'city', 'city_slug', 'region', 'country', 'city_meta_title', 'city_meta_desc', 'city_desc', 'region_meta_title', 'region_meta_desc', 'region_desc', 'country_meta_title', 'country_meta_desc', 'country_desc'))) { |
4663 | 4663 | $data[$column] = $row[$c]; |
4664 | 4664 | } |
4665 | 4665 | } |
4666 | 4666 | |
4667 | - if ( empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude']) ) { |
|
4667 | + if (empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude'])) { |
|
4668 | 4668 | $invalid++; |
4669 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
4669 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
4670 | 4670 | continue; |
4671 | 4671 | } |
4672 | 4672 | |
4673 | 4673 | $data['location_id'] = isset($data['location_id']) ? absint($data['location_id']) : 0; |
4674 | 4674 | |
4675 | - if ( $import_choice == 'update' ) { |
|
4676 | - if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) { |
|
4677 | - if ( $location_id = geodir_location_update_city( $data, true, $location ) ) { |
|
4675 | + if ($import_choice == 'update') { |
|
4676 | + if ((int) $data['location_id'] > 0 && $location = geodir_get_location_by_id('', (int) $data['location_id'])) { |
|
4677 | + if ($location_id = geodir_location_update_city($data, true, $location)) { |
|
4678 | 4678 | $updated++; |
4679 | 4679 | } else { |
4680 | 4680 | $invalid++; |
4681 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
4681 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
4682 | 4682 | } |
4683 | - } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) { |
|
4684 | - $data['location_id'] = (int)$location->location_id; |
|
4683 | + } else if (!empty($data['city_slug']) && $location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug']))) { |
|
4684 | + $data['location_id'] = (int) $location->location_id; |
|
4685 | 4685 | |
4686 | - if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region'] ) ) ) { |
|
4687 | - $data['location_id'] = (int)$location->location_id; |
|
4688 | - } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'region' => $data['region'] ) ) ) { |
|
4689 | - $data['location_id'] = (int)$location->location_id; |
|
4690 | - } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'] ) ) ) { |
|
4691 | - $data['location_id'] = (int)$location->location_id; |
|
4686 | + if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region']))) { |
|
4687 | + $data['location_id'] = (int) $location->location_id; |
|
4688 | + } else if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'region' => $data['region']))) { |
|
4689 | + $data['location_id'] = (int) $location->location_id; |
|
4690 | + } else if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'country' => $data['country']))) { |
|
4691 | + $data['location_id'] = (int) $location->location_id; |
|
4692 | 4692 | } |
4693 | 4693 | |
4694 | - if ( $location_id = geodir_location_update_city( $data, true, $location ) ) { |
|
4694 | + if ($location_id = geodir_location_update_city($data, true, $location)) { |
|
4695 | 4695 | $updated++; |
4696 | 4696 | } else { |
4697 | 4697 | $invalid++; |
4698 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
4698 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
4699 | 4699 | } |
4700 | 4700 | } else { |
4701 | - if ( $location_id = geodir_location_insert_city( $data, true ) ) { |
|
4701 | + if ($location_id = geodir_location_insert_city($data, true)) { |
|
4702 | 4702 | $created++; |
4703 | 4703 | } else { |
4704 | 4704 | $invalid++; |
4705 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
4705 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
4706 | 4706 | } |
4707 | 4707 | } |
4708 | - } elseif ( $import_choice == 'skip' ) { |
|
4709 | - if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) { |
|
4708 | + } elseif ($import_choice == 'skip') { |
|
4709 | + if ((int) $data['location_id'] > 0 && $location = geodir_get_location_by_id('', (int) $data['location_id'])) { |
|
4710 | 4710 | $skipped++; |
4711 | - } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) { |
|
4711 | + } else if (!empty($data['city_slug']) && $location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug']))) { |
|
4712 | 4712 | $skipped++; |
4713 | 4713 | } else { |
4714 | - if ( $location_id = geodir_location_insert_city( $data, true ) ) { |
|
4714 | + if ($location_id = geodir_location_insert_city($data, true)) { |
|
4715 | 4715 | $created++; |
4716 | 4716 | } else { |
4717 | 4717 | $invalid++; |
4718 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
4718 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
4719 | 4719 | } |
4720 | 4720 | } |
4721 | 4721 | } else { |
4722 | 4722 | $invalid++; |
4723 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
4723 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
4724 | 4724 | } |
4725 | 4725 | } |
4726 | 4726 | } |
@@ -4734,24 +4734,24 @@ discard block |
||
4734 | 4734 | $json['invalid'] = $invalid; |
4735 | 4735 | $json['images'] = $images; |
4736 | 4736 | |
4737 | - wp_send_json( $json ); |
|
4738 | - } else if ( $task == 'import_hood' ) { |
|
4737 | + wp_send_json($json); |
|
4738 | + } else if ($task == 'import_hood') { |
|
4739 | 4739 | if (!empty($file)) { |
4740 | 4740 | $columns = isset($file[0]) ? $file[0] : NULL; |
4741 | 4741 | |
4742 | 4742 | if (empty($columns) || (!empty($columns) && $columns[0] == '')) { |
4743 | 4743 | $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory'); |
4744 | - wp_send_json( $json ); |
|
4744 | + wp_send_json($json); |
|
4745 | 4745 | } |
4746 | 4746 | |
4747 | 4747 | $gd_error_log = __('GD IMPORT NEIGHBOURHOODS [ROW %d]:', 'geodirectory'); |
4748 | - $gd_error_hood = __( 'Could not be saved due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory' ); |
|
4748 | + $gd_error_hood = __('Could not be saved due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory'); |
|
4749 | 4749 | for ($i = 1; $i <= $limit; $i++) { |
4750 | 4750 | $index = $processed + $i; |
4751 | 4751 | |
4752 | 4752 | if (isset($file[$index])) { |
4753 | 4753 | $row = $file[$index]; |
4754 | - $row = array_map( 'trim', $row ); |
|
4754 | + $row = array_map('trim', $row); |
|
4755 | 4755 | $data = array(); |
4756 | 4756 | |
4757 | 4757 | foreach ($columns as $c => $column) { |
@@ -4762,20 +4762,20 @@ discard block |
||
4762 | 4762 | |
4763 | 4763 | if (empty($data['neighbourhood_name']) || empty($data['latitude']) || empty($data['longitude'])) { |
4764 | 4764 | $invalid++; |
4765 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
4765 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
4766 | 4766 | continue; |
4767 | 4767 | } |
4768 | 4768 | |
4769 | 4769 | $location_info = array(); |
4770 | - if (!empty($data['location_id']) && (int)$data['location_id'] > 0) { |
|
4771 | - $location_info = geodir_get_location_by_id('', (int)$data['location_id']); |
|
4770 | + if (!empty($data['location_id']) && (int) $data['location_id'] > 0) { |
|
4771 | + $location_info = geodir_get_location_by_id('', (int) $data['location_id']); |
|
4772 | 4772 | } else if (!empty($data['city']) && !empty($data['region']) && !empty($data['country'])) { |
4773 | 4773 | $location_info = geodir_get_location_by_slug('city', array('fields' => 'location_id', 'city' => $data['city'], 'country' => $data['country'], 'region' => $data['region'])); |
4774 | 4774 | } |
4775 | 4775 | |
4776 | 4776 | if (empty($location_info)) { |
4777 | 4777 | $invalid++; |
4778 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
4778 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
4779 | 4779 | continue; |
4780 | 4780 | } |
4781 | 4781 | |
@@ -4790,35 +4790,35 @@ discard block |
||
4790 | 4790 | $hood_data['hood_longitude'] = $data['longitude']; |
4791 | 4791 | $hood_data['hood_location_id'] = $location_id; |
4792 | 4792 | |
4793 | - if ( $import_choice == 'update' ) { |
|
4794 | - if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) { |
|
4795 | - $hood_data['hood_id'] = (int)$data['neighbourhood_id']; |
|
4793 | + if ($import_choice == 'update') { |
|
4794 | + if ((int) $data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int) $data['neighbourhood_id']))) { |
|
4795 | + $hood_data['hood_id'] = (int) $data['neighbourhood_id']; |
|
4796 | 4796 | |
4797 | 4797 | if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) { |
4798 | 4798 | $updated++; |
4799 | 4799 | } else { |
4800 | 4800 | $invalid++; |
4801 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
4801 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
4802 | 4802 | } |
4803 | 4803 | } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) { |
4804 | - $hood_data['hood_id'] = (int)$neighbourhood->hood_id; |
|
4804 | + $hood_data['hood_id'] = (int) $neighbourhood->hood_id; |
|
4805 | 4805 | |
4806 | 4806 | if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) { |
4807 | 4807 | $updated++; |
4808 | 4808 | } else { |
4809 | 4809 | $invalid++; |
4810 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
4810 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
4811 | 4811 | } |
4812 | 4812 | } else { |
4813 | 4813 | if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) { |
4814 | 4814 | $created++; |
4815 | 4815 | } else { |
4816 | 4816 | $invalid++; |
4817 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
4817 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
4818 | 4818 | } |
4819 | 4819 | } |
4820 | - } elseif ( $import_choice == 'skip' ) { |
|
4821 | - if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) { |
|
4820 | + } elseif ($import_choice == 'skip') { |
|
4821 | + if ((int) $data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int) $data['neighbourhood_id']))) { |
|
4822 | 4822 | $skipped++; |
4823 | 4823 | } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) { |
4824 | 4824 | $skipped++; |
@@ -4828,12 +4828,12 @@ discard block |
||
4828 | 4828 | $created++; |
4829 | 4829 | } else { |
4830 | 4830 | $invalid++; |
4831 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
4831 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
4832 | 4832 | } |
4833 | 4833 | } |
4834 | 4834 | } else { |
4835 | 4835 | $invalid++; |
4836 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
4836 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
4837 | 4837 | } |
4838 | 4838 | } |
4839 | 4839 | } |
@@ -4847,7 +4847,7 @@ discard block |
||
4847 | 4847 | $json['invalid'] = $invalid; |
4848 | 4848 | $json['images'] = $images; |
4849 | 4849 | |
4850 | - wp_send_json( $json ); |
|
4850 | + wp_send_json($json); |
|
4851 | 4851 | } |
4852 | 4852 | } |
4853 | 4853 | break; |
@@ -4891,29 +4891,29 @@ discard block |
||
4891 | 4891 | * } |
4892 | 4892 | * @return int|bool Term id when success, false when fail. |
4893 | 4893 | */ |
4894 | -function geodir_imex_insert_term( $taxonomy, $term_data ) { |
|
4895 | - if ( empty( $taxonomy ) || empty( $term_data ) ) { |
|
4894 | +function geodir_imex_insert_term($taxonomy, $term_data) { |
|
4895 | + if (empty($taxonomy) || empty($term_data)) { |
|
4896 | 4896 | return false; |
4897 | 4897 | } |
4898 | 4898 | |
4899 | - $term = isset( $term_data['name'] ) && !empty( $term_data['name'] ) ? $term_data['name'] : ''; |
|
4899 | + $term = isset($term_data['name']) && !empty($term_data['name']) ? $term_data['name'] : ''; |
|
4900 | 4900 | $args = array(); |
4901 | - $args['description'] = isset( $term_data['description'] ) ? $term_data['description'] : ''; |
|
4902 | - $args['slug'] = isset( $term_data['slug'] ) ? $term_data['slug'] : ''; |
|
4903 | - $args['parent'] = isset( $term_data['parent'] ) ? (int)$term_data['parent'] : ''; |
|
4901 | + $args['description'] = isset($term_data['description']) ? $term_data['description'] : ''; |
|
4902 | + $args['slug'] = isset($term_data['slug']) ? $term_data['slug'] : ''; |
|
4903 | + $args['parent'] = isset($term_data['parent']) ? (int) $term_data['parent'] : ''; |
|
4904 | 4904 | |
4905 | - if ( ( !empty( $args['slug'] ) && term_exists( $args['slug'], $taxonomy ) ) || empty( $args['slug'] ) ) { |
|
4906 | - $term_args = array_merge( $term_data, $args ); |
|
4907 | - $defaults = array( 'alias_of' => '', 'description' => '', 'parent' => 0, 'slug' => ''); |
|
4908 | - $term_args = wp_parse_args( $term_args, $defaults ); |
|
4909 | - $term_args = sanitize_term( $term_args, $taxonomy, 'db' ); |
|
4910 | - $args['slug'] = wp_unique_term_slug( $args['slug'], (object)$term_args ); |
|
4905 | + if ((!empty($args['slug']) && term_exists($args['slug'], $taxonomy)) || empty($args['slug'])) { |
|
4906 | + $term_args = array_merge($term_data, $args); |
|
4907 | + $defaults = array('alias_of' => '', 'description' => '', 'parent' => 0, 'slug' => ''); |
|
4908 | + $term_args = wp_parse_args($term_args, $defaults); |
|
4909 | + $term_args = sanitize_term($term_args, $taxonomy, 'db'); |
|
4910 | + $args['slug'] = wp_unique_term_slug($args['slug'], (object) $term_args); |
|
4911 | 4911 | } |
4912 | 4912 | |
4913 | - if( !empty( $term ) ) { |
|
4914 | - $result = wp_insert_term( $term, $taxonomy, $args ); |
|
4915 | - if( !is_wp_error( $result ) ) { |
|
4916 | - return isset( $result['term_id'] ) ? $result['term_id'] : 0; |
|
4913 | + if (!empty($term)) { |
|
4914 | + $result = wp_insert_term($term, $taxonomy, $args); |
|
4915 | + if (!is_wp_error($result)) { |
|
4916 | + return isset($result['term_id']) ? $result['term_id'] : 0; |
|
4917 | 4917 | } |
4918 | 4918 | } |
4919 | 4919 | |
@@ -4943,36 +4943,36 @@ discard block |
||
4943 | 4943 | * } |
4944 | 4944 | * @return int|bool Term id when success, false when fail. |
4945 | 4945 | */ |
4946 | -function geodir_imex_update_term( $taxonomy, $term_data ) { |
|
4947 | - if ( empty( $taxonomy ) || empty( $term_data ) ) { |
|
4946 | +function geodir_imex_update_term($taxonomy, $term_data) { |
|
4947 | + if (empty($taxonomy) || empty($term_data)) { |
|
4948 | 4948 | return false; |
4949 | 4949 | } |
4950 | 4950 | |
4951 | - $term_id = isset( $term_data['term_id'] ) && !empty( $term_data['term_id'] ) ? $term_data['term_id'] : 0; |
|
4951 | + $term_id = isset($term_data['term_id']) && !empty($term_data['term_id']) ? $term_data['term_id'] : 0; |
|
4952 | 4952 | |
4953 | 4953 | $args = array(); |
4954 | - $args['description'] = isset( $term_data['description'] ) ? $term_data['description'] : ''; |
|
4955 | - $args['slug'] = isset( $term_data['slug'] ) ? $term_data['slug'] : ''; |
|
4956 | - $args['parent'] = isset( $term_data['parent'] ) ? (int)$term_data['parent'] : ''; |
|
4954 | + $args['description'] = isset($term_data['description']) ? $term_data['description'] : ''; |
|
4955 | + $args['slug'] = isset($term_data['slug']) ? $term_data['slug'] : ''; |
|
4956 | + $args['parent'] = isset($term_data['parent']) ? (int) $term_data['parent'] : ''; |
|
4957 | 4957 | |
4958 | - if ( $term_id > 0 && $term_info = (array)get_term( $term_id, $taxonomy ) ) { |
|
4958 | + if ($term_id > 0 && $term_info = (array) get_term($term_id, $taxonomy)) { |
|
4959 | 4959 | $term_data['term_id'] = $term_info['term_id']; |
4960 | 4960 | |
4961 | - $result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data ); |
|
4961 | + $result = wp_update_term($term_data['term_id'], $taxonomy, $term_data); |
|
4962 | 4962 | |
4963 | - if( !is_wp_error( $result ) ) { |
|
4964 | - return isset( $result['term_id'] ) ? $result['term_id'] : 0; |
|
4963 | + if (!is_wp_error($result)) { |
|
4964 | + return isset($result['term_id']) ? $result['term_id'] : 0; |
|
4965 | 4965 | } |
4966 | - } else if ( $term_data['slug'] != '' && $term_info = (array)term_exists( $term_data['slug'], $taxonomy ) ) { |
|
4966 | + } else if ($term_data['slug'] != '' && $term_info = (array) term_exists($term_data['slug'], $taxonomy)) { |
|
4967 | 4967 | $term_data['term_id'] = $term_info['term_id']; |
4968 | 4968 | |
4969 | - $result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data ); |
|
4969 | + $result = wp_update_term($term_data['term_id'], $taxonomy, $term_data); |
|
4970 | 4970 | |
4971 | - if( !is_wp_error( $result ) ) { |
|
4972 | - return isset( $result['term_id'] ) ? $result['term_id'] : 0; |
|
4971 | + if (!is_wp_error($result)) { |
|
4972 | + return isset($result['term_id']) ? $result['term_id'] : 0; |
|
4973 | 4973 | } |
4974 | 4974 | } else { |
4975 | - return geodir_imex_insert_term( $taxonomy, $term_data ); |
|
4975 | + return geodir_imex_insert_term($taxonomy, $term_data); |
|
4976 | 4976 | } |
4977 | 4977 | |
4978 | 4978 | return false; |
@@ -4991,20 +4991,20 @@ discard block |
||
4991 | 4991 | * @param string $post_type Post type. |
4992 | 4992 | * @return int Posts count. |
4993 | 4993 | */ |
4994 | -function geodir_get_posts_count( $post_type ) { |
|
4994 | +function geodir_get_posts_count($post_type) { |
|
4995 | 4995 | global $wpdb, $plugin_prefix; |
4996 | 4996 | |
4997 | - if ( !post_type_exists( $post_type ) ) { |
|
4997 | + if (!post_type_exists($post_type)) { |
|
4998 | 4998 | return 0; |
4999 | 4999 | } |
5000 | 5000 | |
5001 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
5001 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
5002 | 5002 | |
5003 | 5003 | // Skip listing with statuses trash, auto-draft etc... |
5004 | 5004 | $skip_statuses = geodir_imex_export_skip_statuses(); |
5005 | 5005 | $where_statuses = ''; |
5006 | - if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) { |
|
5007 | - $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')"; |
|
5006 | + if (!empty($skip_statuses) && is_array($skip_statuses)) { |
|
5007 | + $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')"; |
|
5008 | 5008 | } |
5009 | 5009 | |
5010 | 5010 | /** |
@@ -5015,11 +5015,11 @@ discard block |
||
5015 | 5015 | * |
5016 | 5016 | * @param string $where SQL where clause part. |
5017 | 5017 | */ |
5018 | - $where_statuses = apply_filters( 'geodir_get_posts_count', $where_statuses, $post_type ); |
|
5018 | + $where_statuses = apply_filters('geodir_get_posts_count', $where_statuses, $post_type); |
|
5019 | 5019 | |
5020 | - $query = $wpdb->prepare( "SELECT COUNT({$wpdb->posts}.ID) FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s " . $where_statuses, $post_type ); |
|
5020 | + $query = $wpdb->prepare("SELECT COUNT({$wpdb->posts}.ID) FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s ".$where_statuses, $post_type); |
|
5021 | 5021 | |
5022 | - $posts_count = (int)$wpdb->get_var( $query ); |
|
5022 | + $posts_count = (int) $wpdb->get_var($query); |
|
5023 | 5023 | |
5024 | 5024 | /** |
5025 | 5025 | * Modify returned post counts for the current post type. |
@@ -5030,7 +5030,7 @@ discard block |
||
5030 | 5030 | * @param int $posts_count Post counts. |
5031 | 5031 | * @param string $post_type Post type. |
5032 | 5032 | */ |
5033 | - $posts_count = apply_filters( 'geodir_imex_count_posts', $posts_count, $post_type ); |
|
5033 | + $posts_count = apply_filters('geodir_imex_count_posts', $posts_count, $post_type); |
|
5034 | 5034 | |
5035 | 5035 | return $posts_count; |
5036 | 5036 | } |
@@ -5052,19 +5052,19 @@ discard block |
||
5052 | 5052 | * @param int $page_no Page number. Default 0. |
5053 | 5053 | * @return array Array of posts data. |
5054 | 5054 | */ |
5055 | -function geodir_imex_get_posts( $post_type, $per_page = 0, $page_no = 0 ) { |
|
5055 | +function geodir_imex_get_posts($post_type, $per_page = 0, $page_no = 0) { |
|
5056 | 5056 | global $wp_filesystem; |
5057 | 5057 | |
5058 | - $posts = geodir_get_export_posts( $post_type, $per_page, $page_no ); |
|
5058 | + $posts = geodir_get_export_posts($post_type, $per_page, $page_no); |
|
5059 | 5059 | |
5060 | 5060 | $csv_rows = array(); |
5061 | 5061 | |
5062 | - if ( !empty( $posts ) ) { |
|
5063 | - $is_payment_plugin = is_plugin_active( 'geodir_payment_manager/geodir_payment_manager.php' ); |
|
5062 | + if (!empty($posts)) { |
|
5063 | + $is_payment_plugin = is_plugin_active('geodir_payment_manager/geodir_payment_manager.php'); |
|
5064 | 5064 | $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active. |
5065 | - $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true; |
|
5065 | + $location_allowed = function_exists('geodir_cpt_no_location') && geodir_cpt_no_location($post_type) ? false : true; |
|
5066 | 5066 | $neighbourhood_active = $location_manager && $location_allowed && get_option('location_neighbourhoods') ? true : false; |
5067 | - $is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false; |
|
5067 | + $is_claim_active = is_plugin_active('geodir_claim_listing/geodir_claim_listing.php') && get_option('geodir_claim_enable') === 'yes' ? true : false; |
|
5068 | 5068 | |
5069 | 5069 | $csv_row = array(); |
5070 | 5070 | $csv_row[] = 'post_id'; |
@@ -5075,7 +5075,7 @@ discard block |
||
5075 | 5075 | $csv_row[] = 'default_category'; |
5076 | 5076 | $csv_row[] = 'post_tags'; |
5077 | 5077 | $csv_row[] = 'post_type'; |
5078 | - if ( $post_type == 'gd_event' ) { |
|
5078 | + if ($post_type == 'gd_event') { |
|
5079 | 5079 | $csv_row[] = 'event_date'; |
5080 | 5080 | $csv_row[] = 'event_enddate'; |
5081 | 5081 | $csv_row[] = 'starttime'; |
@@ -5134,15 +5134,15 @@ discard block |
||
5134 | 5134 | } |
5135 | 5135 | // WPML |
5136 | 5136 | |
5137 | - $custom_fields = geodir_imex_get_custom_fields( $post_type ); |
|
5138 | - if ( !empty( $custom_fields ) ) { |
|
5139 | - foreach ( $custom_fields as $custom_field ) { |
|
5137 | + $custom_fields = geodir_imex_get_custom_fields($post_type); |
|
5138 | + if (!empty($custom_fields)) { |
|
5139 | + foreach ($custom_fields as $custom_field) { |
|
5140 | 5140 | $csv_row[] = $custom_field->htmlvar_name; |
5141 | 5141 | } |
5142 | 5142 | } |
5143 | 5143 | |
5144 | 5144 | // Export franchise fields |
5145 | - $is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false; |
|
5145 | + $is_franchise_active = is_plugin_active('geodir_franchise/geodir_franchise.php') && geodir_franchise_enabled($post_type) ? true : false; |
|
5146 | 5146 | if ($is_franchise_active) { |
5147 | 5147 | $csv_row[] = 'gd_is_franchise'; |
5148 | 5148 | $csv_row[] = 'gd_franchise_lock'; |
@@ -5163,28 +5163,28 @@ discard block |
||
5163 | 5163 | $csv_rows[] = $csv_row; |
5164 | 5164 | |
5165 | 5165 | $images_count = 5; |
5166 | - $xx=0; |
|
5167 | - foreach ( $posts as $post ) {$xx++; |
|
5166 | + $xx = 0; |
|
5167 | + foreach ($posts as $post) {$xx++; |
|
5168 | 5168 | $post_id = $post['ID']; |
5169 | 5169 | |
5170 | - $gd_post_info = geodir_get_post_info( $post_id ); |
|
5171 | - $post_info = (array)$gd_post_info; |
|
5170 | + $gd_post_info = geodir_get_post_info($post_id); |
|
5171 | + $post_info = (array) $gd_post_info; |
|
5172 | 5172 | |
5173 | - $taxonomy_category = $post_type . 'category'; |
|
5174 | - $taxonomy_tags = $post_type . '_tags'; |
|
5173 | + $taxonomy_category = $post_type.'category'; |
|
5174 | + $taxonomy_tags = $post_type.'_tags'; |
|
5175 | 5175 | |
5176 | 5176 | $post_category = ''; |
5177 | 5177 | $default_category_id = $gd_post_info->default_category; |
5178 | 5178 | $default_category = ''; |
5179 | 5179 | $post_tags = ''; |
5180 | - $terms = wp_get_post_terms( $post_id, array( $taxonomy_category, $taxonomy_tags ) ); |
|
5180 | + $terms = wp_get_post_terms($post_id, array($taxonomy_category, $taxonomy_tags)); |
|
5181 | 5181 | |
5182 | - if ( !empty( $terms ) && !is_wp_error( $terms ) ) { |
|
5182 | + if (!empty($terms) && !is_wp_error($terms)) { |
|
5183 | 5183 | $post_category = array(); |
5184 | 5184 | $post_tags = array(); |
5185 | 5185 | |
5186 | - foreach ( $terms as $term ) { |
|
5187 | - if ( $term->taxonomy == $taxonomy_category ) { |
|
5186 | + foreach ($terms as $term) { |
|
5187 | + if ($term->taxonomy == $taxonomy_category) { |
|
5188 | 5188 | $post_category[] = $term->name; |
5189 | 5189 | |
5190 | 5190 | if ($default_category_id == $term->term_id) { |
@@ -5192,7 +5192,7 @@ discard block |
||
5192 | 5192 | } |
5193 | 5193 | } |
5194 | 5194 | |
5195 | - if ( $term->taxonomy == $taxonomy_tags ) { |
|
5195 | + if ($term->taxonomy == $taxonomy_tags) { |
|
5196 | 5196 | $post_tags[] = $term->name; |
5197 | 5197 | } |
5198 | 5198 | } |
@@ -5200,47 +5200,47 @@ discard block |
||
5200 | 5200 | if (empty($default_category) && !empty($post_category)) { |
5201 | 5201 | $default_category = $post_category[0]; // Set first one as default category. |
5202 | 5202 | } |
5203 | - $post_category = !empty( $post_category ) ? implode( ',', $post_category ) : ''; |
|
5204 | - $post_tags = !empty( $post_tags ) ? implode( ',', $post_tags ) : ''; |
|
5203 | + $post_category = !empty($post_category) ? implode(',', $post_category) : ''; |
|
5204 | + $post_tags = !empty($post_tags) ? implode(',', $post_tags) : ''; |
|
5205 | 5205 | } |
5206 | 5206 | |
5207 | 5207 | // Franchise data |
5208 | - if ($is_franchise_active && isset($post_info['franchise']) && (int)$post_info['franchise'] > 0 && geodir_franchise_check((int)$post_info['franchise'])) { |
|
5208 | + if ($is_franchise_active && isset($post_info['franchise']) && (int) $post_info['franchise'] > 0 && geodir_franchise_check((int) $post_info['franchise'])) { |
|
5209 | 5209 | $franchise_id = $post_info['franchise']; |
5210 | 5210 | $gd_franchise_info = geodir_get_post_info($franchise_id); |
5211 | 5211 | |
5212 | 5212 | if (geodir_franchise_pkg_is_active($gd_franchise_info)) { |
5213 | - $franchise_info = (array)$gd_franchise_info; |
|
5213 | + $franchise_info = (array) $gd_franchise_info; |
|
5214 | 5214 | $locked_fields = geodir_franchise_get_locked_fields($franchise_id, true); |
5215 | 5215 | |
5216 | 5216 | if (!empty($locked_fields)) { |
5217 | - foreach( $locked_fields as $locked_field) { |
|
5217 | + foreach ($locked_fields as $locked_field) { |
|
5218 | 5218 | if (isset($post_info[$locked_field]) && isset($franchise_info[$locked_field])) { |
5219 | 5219 | $post_info[$locked_field] = $franchise_info[$locked_field]; |
5220 | 5220 | } |
5221 | 5221 | |
5222 | 5222 | if (in_array($taxonomy_category, $locked_fields) || in_array('post_tags', $locked_fields)) { |
5223 | - $franchise_terms = wp_get_post_terms( $franchise_id, array( $taxonomy_category, $taxonomy_tags ) ); |
|
5223 | + $franchise_terms = wp_get_post_terms($franchise_id, array($taxonomy_category, $taxonomy_tags)); |
|
5224 | 5224 | |
5225 | - if ( !empty( $franchise_terms ) && !is_wp_error( $franchise_terms ) ) { |
|
5225 | + if (!empty($franchise_terms) && !is_wp_error($franchise_terms)) { |
|
5226 | 5226 | $franchise_post_category = array(); |
5227 | 5227 | $franchise_post_tags = array(); |
5228 | 5228 | |
5229 | - foreach ( $franchise_terms as $franchise_term ) { |
|
5230 | - if ( $franchise_term->taxonomy == $taxonomy_category ) { |
|
5229 | + foreach ($franchise_terms as $franchise_term) { |
|
5230 | + if ($franchise_term->taxonomy == $taxonomy_category) { |
|
5231 | 5231 | $franchise_post_category[] = $franchise_term->name; |
5232 | 5232 | } |
5233 | 5233 | |
5234 | - if ( $franchise_term->taxonomy == $taxonomy_tags ) { |
|
5234 | + if ($franchise_term->taxonomy == $taxonomy_tags) { |
|
5235 | 5235 | $franchise_post_tags[] = $franchise_term->name; |
5236 | 5236 | } |
5237 | 5237 | } |
5238 | 5238 | |
5239 | 5239 | if (in_array($taxonomy_category, $locked_fields)) { |
5240 | - $post_category = !empty( $franchise_post_category ) ? implode( ',', $franchise_post_category ) : ''; |
|
5240 | + $post_category = !empty($franchise_post_category) ? implode(',', $franchise_post_category) : ''; |
|
5241 | 5241 | } |
5242 | 5242 | if (in_array('post_tags', $locked_fields)) { |
5243 | - $post_tags = !empty( $franchise_post_tags ) ? implode( ',', $franchise_post_tags ) : ''; |
|
5243 | + $post_tags = !empty($franchise_post_tags) ? implode(',', $franchise_post_tags) : ''; |
|
5244 | 5244 | } |
5245 | 5245 | } |
5246 | 5246 | } |
@@ -5249,18 +5249,18 @@ discard block |
||
5249 | 5249 | } |
5250 | 5250 | } |
5251 | 5251 | |
5252 | - $post_images = geodir_get_images( $post_id ); |
|
5252 | + $post_images = geodir_get_images($post_id); |
|
5253 | 5253 | $current_images = array(); |
5254 | - if ( !empty( $post_images ) ) { |
|
5255 | - foreach ( $post_images as $post_image ) { |
|
5256 | - $post_image = (array)$post_image; |
|
5257 | - $image = !empty( $post_image ) && isset( $post_image['path'] ) && $wp_filesystem->is_file( $post_image['path'] ) && $wp_filesystem->exists( $post_image['path'] ) ? $post_image['src'] : ''; |
|
5258 | - if ( $image ) { |
|
5254 | + if (!empty($post_images)) { |
|
5255 | + foreach ($post_images as $post_image) { |
|
5256 | + $post_image = (array) $post_image; |
|
5257 | + $image = !empty($post_image) && isset($post_image['path']) && $wp_filesystem->is_file($post_image['path']) && $wp_filesystem->exists($post_image['path']) ? $post_image['src'] : ''; |
|
5258 | + if ($image) { |
|
5259 | 5259 | $current_images[] = $image; |
5260 | 5260 | } |
5261 | 5261 | } |
5262 | 5262 | |
5263 | - $images_count = max( $images_count, count( $current_images ) ); |
|
5263 | + $images_count = max($images_count, count($current_images)); |
|
5264 | 5264 | } |
5265 | 5265 | |
5266 | 5266 | $csv_row = array(); |
@@ -5272,7 +5272,7 @@ discard block |
||
5272 | 5272 | $csv_row[] = $default_category; // default_category |
5273 | 5273 | $csv_row[] = $post_tags; // post_tags |
5274 | 5274 | $csv_row[] = $post_type; // post_type |
5275 | - if ( $post_type == 'gd_event' ) { |
|
5275 | + if ($post_type == 'gd_event') { |
|
5276 | 5276 | $event_data = geodir_imex_get_event_data($post, $gd_post_info); |
5277 | 5277 | $csv_row[] = $event_data['event_date']; // event_date |
5278 | 5278 | $csv_row[] = $event_data['event_enddate']; // enddate |
@@ -5293,12 +5293,12 @@ discard block |
||
5293 | 5293 | $csv_row[] = $event_data['recurring_end_date']; // repeat_end |
5294 | 5294 | } |
5295 | 5295 | $csv_row[] = $post_info['post_status']; // post_status |
5296 | - $csv_row[] = (int)$post_info['is_featured'] == 1 ? 1 : ''; // is_featured |
|
5296 | + $csv_row[] = (int) $post_info['is_featured'] == 1 ? 1 : ''; // is_featured |
|
5297 | 5297 | if ($is_claim_active) { |
5298 | - $csv_row[] = !empty($post_info['claimed']) && (int)$post_info['claimed'] == 1 ? 1 : ''; // claimed |
|
5298 | + $csv_row[] = !empty($post_info['claimed']) && (int) $post_info['claimed'] == 1 ? 1 : ''; // claimed |
|
5299 | 5299 | } |
5300 | 5300 | if ($is_payment_plugin) { |
5301 | - $csv_row[] = (int)$post_info['package_id']; // package_id |
|
5301 | + $csv_row[] = (int) $post_info['package_id']; // package_id |
|
5302 | 5302 | $csv_row[] = $post_info['alive_days'] !== '' ? absint($post_info['alive_days']) : ''; // alive_days |
5303 | 5303 | $csv_row[] = $post_info['expire_date'] != '' && geodir_strtolower($post_info['expire_date']) != 'never' ? date_i18n('Y-m-d', strtotime($post_info['expire_date'])) : 'Never'; // expire_date |
5304 | 5304 | } |
@@ -5335,14 +5335,14 @@ discard block |
||
5335 | 5335 | $csv_row[] = stripslashes($post_info['geodir_special_offers']); // geodir_special_offers |
5336 | 5336 | // WPML |
5337 | 5337 | if ($is_wpml) { |
5338 | - $csv_row[] = geodir_get_language_for_element( $post_id, 'post_' . $post_type ); |
|
5339 | - $csv_row[] = geodir_imex_original_post_id( $post_id, 'post_' . $post_type ); |
|
5338 | + $csv_row[] = geodir_get_language_for_element($post_id, 'post_'.$post_type); |
|
5339 | + $csv_row[] = geodir_imex_original_post_id($post_id, 'post_'.$post_type); |
|
5340 | 5340 | } |
5341 | 5341 | // WPML |
5342 | 5342 | |
5343 | - if ( !empty( $custom_fields ) ) { |
|
5344 | - foreach ( $custom_fields as $custom_field ) { |
|
5345 | - $csv_row[] = isset( $post_info[$custom_field->htmlvar_name] ) ? $post_info[$custom_field->htmlvar_name] : ''; |
|
5343 | + if (!empty($custom_fields)) { |
|
5344 | + foreach ($custom_fields as $custom_field) { |
|
5345 | + $csv_row[] = isset($post_info[$custom_field->htmlvar_name]) ? $post_info[$custom_field->htmlvar_name] : ''; |
|
5346 | 5346 | } |
5347 | 5347 | } |
5348 | 5348 | |
@@ -5353,15 +5353,15 @@ discard block |
||
5353 | 5353 | $franchise = ''; |
5354 | 5354 | |
5355 | 5355 | if (geodir_franchise_pkg_is_active($gd_post_info)) { |
5356 | - $gd_is_franchise = (int)get_post_meta( $post_id, 'gd_is_franchise', true ); |
|
5357 | - $locaked_fields = $gd_is_franchise ? get_post_meta( $post_id, 'gd_franchise_lock', true ) : ''; |
|
5356 | + $gd_is_franchise = (int) get_post_meta($post_id, 'gd_is_franchise', true); |
|
5357 | + $locaked_fields = $gd_is_franchise ? get_post_meta($post_id, 'gd_franchise_lock', true) : ''; |
|
5358 | 5358 | $locaked_fields = (is_array($locaked_fields) && !empty($locaked_fields) ? implode(",", $locaked_fields) : ''); |
5359 | - $franchise = !$gd_is_franchise && isset($post_info['franchise']) && (int)$post_info['franchise'] > 0 ? (int)$post_info['franchise'] : 0; // franchise id |
|
5359 | + $franchise = !$gd_is_franchise && isset($post_info['franchise']) && (int) $post_info['franchise'] > 0 ? (int) $post_info['franchise'] : 0; // franchise id |
|
5360 | 5360 | } |
5361 | 5361 | |
5362 | - $csv_row[] = (int)$gd_is_franchise; // gd_is_franchise |
|
5362 | + $csv_row[] = (int) $gd_is_franchise; // gd_is_franchise |
|
5363 | 5363 | $csv_row[] = $locaked_fields; // gd_franchise_lock fields |
5364 | - $csv_row[] = (int)$franchise; // franchise id |
|
5364 | + $csv_row[] = (int) $franchise; // franchise id |
|
5365 | 5365 | } |
5366 | 5366 | |
5367 | 5367 | /** |
@@ -5375,15 +5375,15 @@ discard block |
||
5375 | 5375 | */ |
5376 | 5376 | $csv_row = apply_filters('geodir_export_listing_csv_column_values', $csv_row, $post_info); |
5377 | 5377 | |
5378 | - for ( $c = 0; $c < $images_count; $c++ ) { |
|
5379 | - $csv_row[] = isset( $current_images[$c] ) ? $current_images[$c] : ''; // IMAGE |
|
5378 | + for ($c = 0; $c < $images_count; $c++) { |
|
5379 | + $csv_row[] = isset($current_images[$c]) ? $current_images[$c] : ''; // IMAGE |
|
5380 | 5380 | } |
5381 | 5381 | |
5382 | 5382 | $csv_rows[] = $csv_row; |
5383 | 5383 | |
5384 | 5384 | } |
5385 | 5385 | |
5386 | - for ( $c = 0; $c < $images_count; $c++ ) { |
|
5386 | + for ($c = 0; $c < $images_count; $c++) { |
|
5387 | 5387 | $csv_rows[0][] = 'IMAGE'; |
5388 | 5388 | } |
5389 | 5389 | } |
@@ -5405,30 +5405,30 @@ discard block |
||
5405 | 5405 | * @param int $page_no Page number. Default 0. |
5406 | 5406 | * @return array Array of posts data. |
5407 | 5407 | */ |
5408 | -function geodir_get_export_posts( $post_type, $per_page = 0, $page_no = 0 ) { |
|
5408 | +function geodir_get_export_posts($post_type, $per_page = 0, $page_no = 0) { |
|
5409 | 5409 | global $wpdb, $plugin_prefix; |
5410 | 5410 | |
5411 | - if ( ! post_type_exists( $post_type ) ) |
|
5411 | + if (!post_type_exists($post_type)) |
|
5412 | 5412 | return new stdClass; |
5413 | 5413 | |
5414 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
5414 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
5415 | 5415 | |
5416 | 5416 | $limit = ''; |
5417 | - if ( $per_page > 0 && $page_no > 0 ) { |
|
5418 | - $offset = ( $page_no - 1 ) * $per_page; |
|
5417 | + if ($per_page > 0 && $page_no > 0) { |
|
5418 | + $offset = ($page_no - 1) * $per_page; |
|
5419 | 5419 | |
5420 | - if ( $offset > 0 ) { |
|
5421 | - $limit = " LIMIT " . $offset . "," . $per_page; |
|
5420 | + if ($offset > 0) { |
|
5421 | + $limit = " LIMIT ".$offset.",".$per_page; |
|
5422 | 5422 | } else { |
5423 | - $limit = " LIMIT " . $per_page; |
|
5423 | + $limit = " LIMIT ".$per_page; |
|
5424 | 5424 | } |
5425 | 5425 | } |
5426 | 5426 | |
5427 | 5427 | // Skip listing with statuses trash, auto-draft etc... |
5428 | 5428 | $skip_statuses = geodir_imex_export_skip_statuses(); |
5429 | 5429 | $where_statuses = ''; |
5430 | - if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) { |
|
5431 | - $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')"; |
|
5430 | + if (!empty($skip_statuses) && is_array($skip_statuses)) { |
|
5431 | + $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')"; |
|
5432 | 5432 | } |
5433 | 5433 | |
5434 | 5434 | /** |
@@ -5439,9 +5439,9 @@ discard block |
||
5439 | 5439 | * |
5440 | 5440 | * @param string $where SQL where clause part. |
5441 | 5441 | */ |
5442 | - $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type ); |
|
5442 | + $where_statuses = apply_filters('geodir_get_export_posts', $where_statuses, $post_type); |
|
5443 | 5443 | |
5444 | - $query = $wpdb->prepare( "SELECT {$wpdb->posts}.ID FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s " . $where_statuses . " ORDER BY {$wpdb->posts}.ID ASC" . $limit, $post_type ); |
|
5444 | + $query = $wpdb->prepare("SELECT {$wpdb->posts}.ID FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s ".$where_statuses." ORDER BY {$wpdb->posts}.ID ASC".$limit, $post_type); |
|
5445 | 5445 | /** |
5446 | 5446 | * Modify returned posts SQL query for the current post type. |
5447 | 5447 | * |
@@ -5451,8 +5451,8 @@ discard block |
||
5451 | 5451 | * @param int $query The SQL query. |
5452 | 5452 | * @param string $post_type Post type. |
5453 | 5453 | */ |
5454 | - $query = apply_filters( 'geodir_imex_export_posts_query', $query, $post_type ); |
|
5455 | - $results = (array)$wpdb->get_results( $wpdb->prepare( $query, $post_type ), ARRAY_A ); |
|
5454 | + $query = apply_filters('geodir_imex_export_posts_query', $query, $post_type); |
|
5455 | + $results = (array) $wpdb->get_results($wpdb->prepare($query, $post_type), ARRAY_A); |
|
5456 | 5456 | |
5457 | 5457 | /** |
5458 | 5458 | * Modify returned post results for the current post type. |
@@ -5463,7 +5463,7 @@ discard block |
||
5463 | 5463 | * @param object $results An object containing all post ids. |
5464 | 5464 | * @param string $post_type Post type. |
5465 | 5465 | */ |
5466 | - return apply_filters( 'geodir_export_posts', $results, $post_type ); |
|
5466 | + return apply_filters('geodir_export_posts', $results, $post_type); |
|
5467 | 5467 | } |
5468 | 5468 | |
5469 | 5469 | /** |
@@ -5481,24 +5481,24 @@ discard block |
||
5481 | 5481 | * @param string $post_type Post type. |
5482 | 5482 | * @return string The SQL query. |
5483 | 5483 | */ |
5484 | -function geodir_imex_get_events_query( $query, $post_type ) { |
|
5485 | - if ( $post_type == 'gd_event' ) { |
|
5484 | +function geodir_imex_get_events_query($query, $post_type) { |
|
5485 | + if ($post_type == 'gd_event') { |
|
5486 | 5486 | global $wpdb, $plugin_prefix; |
5487 | 5487 | |
5488 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
5488 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
5489 | 5489 | $schedule_table = EVENT_SCHEDULE; |
5490 | 5490 | |
5491 | 5491 | // Skip listing with statuses trash, auto-draft etc... |
5492 | 5492 | $skip_statuses = geodir_imex_export_skip_statuses(); |
5493 | 5493 | $where_statuses = ''; |
5494 | - if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) { |
|
5495 | - $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')"; |
|
5494 | + if (!empty($skip_statuses) && is_array($skip_statuses)) { |
|
5495 | + $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')"; |
|
5496 | 5496 | } |
5497 | 5497 | |
5498 | 5498 | /** This action is documented in geodirectory-functions/geodirectory-admin/admin_functions.php */ |
5499 | - $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type ); |
|
5499 | + $where_statuses = apply_filters('geodir_get_export_posts', $where_statuses, $post_type); |
|
5500 | 5500 | |
5501 | - $query = $wpdb->prepare( "SELECT {$wpdb->posts}.ID, {$schedule_table}.event_date, {$schedule_table}.event_enddate AS enddate, {$schedule_table}.event_starttime AS starttime, {$schedule_table}.event_endtime AS endtime FROM {$wpdb->posts} INNER JOIN {$table} ON ({$table}.post_id = {$wpdb->posts}.ID) INNER JOIN {$schedule_table} ON ({$schedule_table}.event_id = {$wpdb->posts}.ID) WHERE {$wpdb->posts}.post_type = %s " . $where_statuses . " GROUP BY {$table}.post_id ORDER BY {$wpdb->posts}.ID ASC, {$schedule_table}.schedule_id ASC", $post_type ); |
|
5501 | + $query = $wpdb->prepare("SELECT {$wpdb->posts}.ID, {$schedule_table}.event_date, {$schedule_table}.event_enddate AS enddate, {$schedule_table}.event_starttime AS starttime, {$schedule_table}.event_endtime AS endtime FROM {$wpdb->posts} INNER JOIN {$table} ON ({$table}.post_id = {$wpdb->posts}.ID) INNER JOIN {$schedule_table} ON ({$schedule_table}.event_id = {$wpdb->posts}.ID) WHERE {$wpdb->posts}.post_type = %s ".$where_statuses." GROUP BY {$table}.post_id ORDER BY {$wpdb->posts}.ID ASC, {$schedule_table}.schedule_id ASC", $post_type); |
|
5502 | 5502 | } |
5503 | 5503 | |
5504 | 5504 | return $query; |
@@ -5522,35 +5522,35 @@ discard block |
||
5522 | 5522 | * @param string $post_type Post type. |
5523 | 5523 | * @return int Total terms count. |
5524 | 5524 | */ |
5525 | -function geodir_get_terms_count( $post_type ) { |
|
5526 | - $args = array( 'hide_empty' => 0 ); |
|
5525 | +function geodir_get_terms_count($post_type) { |
|
5526 | + $args = array('hide_empty' => 0); |
|
5527 | 5527 | |
5528 | - remove_all_filters( 'get_terms' ); |
|
5528 | + remove_all_filters('get_terms'); |
|
5529 | 5529 | |
5530 | - $taxonomy = $post_type . 'category'; |
|
5530 | + $taxonomy = $post_type.'category'; |
|
5531 | 5531 | |
5532 | 5532 | // WPML |
5533 | 5533 | $is_wpml = geodir_is_wpml(); |
5534 | 5534 | $active_lang = 'all'; |
5535 | - if ( $is_wpml ) { |
|
5535 | + if ($is_wpml) { |
|
5536 | 5536 | global $sitepress; |
5537 | 5537 | $active_lang = $sitepress->get_current_language(); |
5538 | 5538 | |
5539 | - if ( $active_lang != 'all' ) { |
|
5540 | - $sitepress->switch_lang( 'all', true ); |
|
5539 | + if ($active_lang != 'all') { |
|
5540 | + $sitepress->switch_lang('all', true); |
|
5541 | 5541 | } |
5542 | 5542 | } |
5543 | 5543 | // WPML |
5544 | 5544 | |
5545 | - $count_terms = wp_count_terms( $taxonomy, $args ); |
|
5545 | + $count_terms = wp_count_terms($taxonomy, $args); |
|
5546 | 5546 | |
5547 | 5547 | // WPML |
5548 | - if ( $is_wpml && $active_lang !== 'all' ) { |
|
5548 | + if ($is_wpml && $active_lang !== 'all') { |
|
5549 | 5549 | global $sitepress; |
5550 | - $sitepress->switch_lang( $active_lang, true ); |
|
5550 | + $sitepress->switch_lang($active_lang, true); |
|
5551 | 5551 | } |
5552 | 5552 | // WPML |
5553 | - $count_terms = !is_wp_error( $count_terms ) ? $count_terms : 0; |
|
5553 | + $count_terms = !is_wp_error($count_terms) ? $count_terms : 0; |
|
5554 | 5554 | |
5555 | 5555 | return $count_terms; |
5556 | 5556 | } |
@@ -5567,23 +5567,23 @@ discard block |
||
5567 | 5567 | * @param int $page_no Page number. Default 0. |
5568 | 5568 | * @return array Array of terms data. |
5569 | 5569 | */ |
5570 | -function geodir_imex_get_terms( $post_type, $per_page = 0, $page_no = 0 ) { |
|
5571 | - $args = array( 'hide_empty' => 0, 'orderby' => 'id' ); |
|
5570 | +function geodir_imex_get_terms($post_type, $per_page = 0, $page_no = 0) { |
|
5571 | + $args = array('hide_empty' => 0, 'orderby' => 'id'); |
|
5572 | 5572 | |
5573 | - remove_all_filters( 'get_terms' ); |
|
5573 | + remove_all_filters('get_terms'); |
|
5574 | 5574 | |
5575 | - $taxonomy = $post_type . 'category'; |
|
5575 | + $taxonomy = $post_type.'category'; |
|
5576 | 5576 | |
5577 | - if ( $per_page > 0 && $page_no > 0 ) { |
|
5578 | - $args['offset'] = ( $page_no - 1 ) * $per_page; |
|
5577 | + if ($per_page > 0 && $page_no > 0) { |
|
5578 | + $args['offset'] = ($page_no - 1) * $per_page; |
|
5579 | 5579 | $args['number'] = $per_page; |
5580 | 5580 | } |
5581 | 5581 | |
5582 | - $terms = get_terms( $taxonomy, $args ); |
|
5582 | + $terms = get_terms($taxonomy, $args); |
|
5583 | 5583 | |
5584 | 5584 | $csv_rows = array(); |
5585 | 5585 | |
5586 | - if ( !empty( $terms ) ) { |
|
5586 | + if (!empty($terms)) { |
|
5587 | 5587 | $csv_row = array(); |
5588 | 5588 | $csv_row[] = 'cat_id'; |
5589 | 5589 | $csv_row[] = 'cat_name'; |
@@ -5605,16 +5605,16 @@ discard block |
||
5605 | 5605 | |
5606 | 5606 | $csv_rows[] = $csv_row; |
5607 | 5607 | |
5608 | - foreach ( $terms as $term ) { |
|
5609 | - $cat_icon = get_tax_meta( $term->term_id, 'ct_cat_icon', false, $post_type ); |
|
5610 | - $cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : ''; |
|
5608 | + foreach ($terms as $term) { |
|
5609 | + $cat_icon = get_tax_meta($term->term_id, 'ct_cat_icon', false, $post_type); |
|
5610 | + $cat_icon = !empty($cat_icon) && isset($cat_icon['src']) ? $cat_icon['src'] : ''; |
|
5611 | 5611 | |
5612 | - $cat_image = geodir_get_default_catimage( $term->term_id, $post_type ); |
|
5613 | - $cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : ''; |
|
5612 | + $cat_image = geodir_get_default_catimage($term->term_id, $post_type); |
|
5613 | + $cat_image = !empty($cat_image) && isset($cat_image['src']) ? $cat_image['src'] : ''; |
|
5614 | 5614 | |
5615 | 5615 | $cat_parent = ''; |
5616 | - if (isset($term->parent) && (int)$term->parent > 0 && term_exists((int)$term->parent, $taxonomy)) { |
|
5617 | - $parent_term = (array)get_term_by( 'id', (int)$term->parent, $taxonomy ); |
|
5616 | + if (isset($term->parent) && (int) $term->parent > 0 && term_exists((int) $term->parent, $taxonomy)) { |
|
5617 | + $parent_term = (array) get_term_by('id', (int) $term->parent, $taxonomy); |
|
5618 | 5618 | $cat_parent = !empty($parent_term) && isset($parent_term['name']) ? $parent_term['name'] : ''; |
5619 | 5619 | } |
5620 | 5620 | |
@@ -5624,15 +5624,15 @@ discard block |
||
5624 | 5624 | $csv_row[] = $term->slug; |
5625 | 5625 | $csv_row[] = $post_type; |
5626 | 5626 | $csv_row[] = $cat_parent; |
5627 | - $csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_schema', false, $post_type ); |
|
5627 | + $csv_row[] = get_tax_meta($term->term_id, 'ct_cat_schema', false, $post_type); |
|
5628 | 5628 | // WPML |
5629 | 5629 | if ($is_wpml) { |
5630 | - $csv_row[] = geodir_get_language_for_element( $term->term_id, 'tax_' . $taxonomy ); |
|
5631 | - $csv_row[] = geodir_imex_original_post_id( $term->term_id, 'tax_' . $taxonomy ); |
|
5630 | + $csv_row[] = geodir_get_language_for_element($term->term_id, 'tax_'.$taxonomy); |
|
5631 | + $csv_row[] = geodir_imex_original_post_id($term->term_id, 'tax_'.$taxonomy); |
|
5632 | 5632 | } |
5633 | 5633 | // WPML |
5634 | 5634 | $csv_row[] = $term->description; |
5635 | - $csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_top_desc', false, $post_type ); |
|
5635 | + $csv_row[] = get_tax_meta($term->term_id, 'ct_cat_top_desc', false, $post_type); |
|
5636 | 5636 | $csv_row[] = $cat_image; |
5637 | 5637 | $csv_row[] = $cat_icon; |
5638 | 5638 | |
@@ -5651,10 +5651,10 @@ discard block |
||
5651 | 5651 | * @param bool $relative True for relative path & False for absolute path. |
5652 | 5652 | * @return string Path to the cache directory. |
5653 | 5653 | */ |
5654 | -function geodir_path_import_export( $relative = true ) { |
|
5654 | +function geodir_path_import_export($relative = true) { |
|
5655 | 5655 | $upload_dir = wp_upload_dir(); |
5656 | 5656 | |
5657 | - return $relative ? $upload_dir['baseurl'] . '/cache' : $upload_dir['basedir'] . '/cache'; |
|
5657 | + return $relative ? $upload_dir['baseurl'].'/cache' : $upload_dir['basedir'].'/cache'; |
|
5658 | 5658 | } |
5659 | 5659 | |
5660 | 5660 | /** |
@@ -5670,8 +5670,8 @@ discard block |
||
5670 | 5670 | * @param bool $clear If true then it overwrite data otherwise add rows at the end of file. |
5671 | 5671 | * @return bool true if success otherwise false. |
5672 | 5672 | */ |
5673 | -function geodir_save_csv_data( $file_path, $csv_data = array(), $clear = true ) { |
|
5674 | - if ( empty( $csv_data ) ) { |
|
5673 | +function geodir_save_csv_data($file_path, $csv_data = array(), $clear = true) { |
|
5674 | + if (empty($csv_data)) { |
|
5675 | 5675 | return false; |
5676 | 5676 | } |
5677 | 5677 | |
@@ -5679,17 +5679,17 @@ discard block |
||
5679 | 5679 | |
5680 | 5680 | $mode = $clear ? 'w+' : 'a+'; |
5681 | 5681 | |
5682 | - if ( function_exists( 'fputcsv' ) ) { |
|
5683 | - $file = fopen( $file_path, $mode ); |
|
5684 | - foreach( $csv_data as $csv_row ) { |
|
5682 | + if (function_exists('fputcsv')) { |
|
5683 | + $file = fopen($file_path, $mode); |
|
5684 | + foreach ($csv_data as $csv_row) { |
|
5685 | 5685 | //$csv_row = array_map( 'utf8_decode', $csv_row ); |
5686 | - $write_successful = fputcsv( $file, $csv_row, ",", $enclosure = '"' ); |
|
5686 | + $write_successful = fputcsv($file, $csv_row, ",", $enclosure = '"'); |
|
5687 | 5687 | } |
5688 | - fclose( $file ); |
|
5688 | + fclose($file); |
|
5689 | 5689 | } else { |
5690 | - foreach( $csv_data as $csv_row ) { |
|
5690 | + foreach ($csv_data as $csv_row) { |
|
5691 | 5691 | //$csv_row = array_map( 'utf8_decode', $csv_row ); |
5692 | - $wp_filesystem->put_contents( $file_path, $csv_row ); |
|
5692 | + $wp_filesystem->put_contents($file_path, $csv_row); |
|
5693 | 5693 | } |
5694 | 5694 | } |
5695 | 5695 | |
@@ -5707,14 +5707,14 @@ discard block |
||
5707 | 5707 | * @param string $file Full path to file. |
5708 | 5708 | * @return int No of file rows. |
5709 | 5709 | */ |
5710 | -function geodir_import_export_line_count( $file ) { |
|
5710 | +function geodir_import_export_line_count($file) { |
|
5711 | 5711 | global $wp_filesystem; |
5712 | 5712 | |
5713 | - if ( $wp_filesystem->is_file( $file ) && $wp_filesystem->exists( $file ) ) { |
|
5714 | - $contents = $wp_filesystem->get_contents_array( $file ); |
|
5713 | + if ($wp_filesystem->is_file($file) && $wp_filesystem->exists($file)) { |
|
5714 | + $contents = $wp_filesystem->get_contents_array($file); |
|
5715 | 5715 | |
5716 | - if ( !empty( $contents ) && is_array( $contents ) ) { |
|
5717 | - return count( $contents ) - 1; |
|
5716 | + if (!empty($contents) && is_array($contents)) { |
|
5717 | + return count($contents) - 1; |
|
5718 | 5718 | } |
5719 | 5719 | } |
5720 | 5720 | |
@@ -5731,11 +5731,11 @@ discard block |
||
5731 | 5731 | * @param string $post_type The post type. |
5732 | 5732 | * @return object Queried object. |
5733 | 5733 | */ |
5734 | -function geodir_imex_get_custom_fields( $post_type ) { |
|
5734 | +function geodir_imex_get_custom_fields($post_type) { |
|
5735 | 5735 | global $wpdb; |
5736 | 5736 | |
5737 | - $sql = $wpdb->prepare("SELECT htmlvar_name FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND is_active='1' AND is_admin!='1' AND field_type != 'fieldset' AND htmlvar_name != '' ORDER BY id ASC", array( $post_type ) ); |
|
5738 | - $rows = $wpdb->get_results( $sql ); |
|
5737 | + $sql = $wpdb->prepare("SELECT htmlvar_name FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE post_type=%s AND is_active='1' AND is_admin!='1' AND field_type != 'fieldset' AND htmlvar_name != '' ORDER BY id ASC", array($post_type)); |
|
5738 | + $rows = $wpdb->get_results($sql); |
|
5739 | 5739 | |
5740 | 5740 | return $rows; |
5741 | 5741 | } |
@@ -5814,14 +5814,14 @@ discard block |
||
5814 | 5814 | global $wpdb, $plugin_prefix; |
5815 | 5815 | |
5816 | 5816 | $post_type = get_post_type($master_post_id); |
5817 | - $post_table = $plugin_prefix . $post_type . '_detail'; |
|
5817 | + $post_table = $plugin_prefix.$post_type.'_detail'; |
|
5818 | 5818 | |
5819 | - $query = $wpdb->prepare("SELECT * FROM " . $post_table . " WHERE post_id = %d", array($master_post_id)); |
|
5820 | - $data = (array)$wpdb->get_row($query); |
|
5819 | + $query = $wpdb->prepare("SELECT * FROM ".$post_table." WHERE post_id = %d", array($master_post_id)); |
|
5820 | + $data = (array) $wpdb->get_row($query); |
|
5821 | 5821 | |
5822 | - if ( !empty( $data ) ) { |
|
5822 | + if (!empty($data)) { |
|
5823 | 5823 | $data['post_id'] = $tr_post_id; |
5824 | - unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type . 'category'], $data['overall_rating'], $data['rating_count'], $data['ratings']); |
|
5824 | + unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type.'category'], $data['overall_rating'], $data['rating_count'], $data['ratings']); |
|
5825 | 5825 | |
5826 | 5826 | $wpdb->update($post_table, $data, array('post_id' => $tr_post_id)); |
5827 | 5827 | return true; |
@@ -5847,7 +5847,7 @@ discard block |
||
5847 | 5847 | global $sitepress, $wpdb; |
5848 | 5848 | $post_type = get_post_type($master_post_id); |
5849 | 5849 | |
5850 | - remove_filter('get_term', array($sitepress,'get_term_adjust_id')); // AVOID filtering to current language |
|
5850 | + remove_filter('get_term', array($sitepress, 'get_term_adjust_id')); // AVOID filtering to current language |
|
5851 | 5851 | |
5852 | 5852 | $taxonomies = get_object_taxonomies($post_type); |
5853 | 5853 | foreach ($taxonomies as $taxonomy) { |
@@ -5856,9 +5856,9 @@ discard block |
||
5856 | 5856 | |
5857 | 5857 | if ($terms) { |
5858 | 5858 | foreach ($terms as $term) { |
5859 | - $tr_id = apply_filters( 'translate_object_id',$term->term_id, $taxonomy, false, $lang); |
|
5859 | + $tr_id = apply_filters('translate_object_id', $term->term_id, $taxonomy, false, $lang); |
|
5860 | 5860 | |
5861 | - if (!is_null($tr_id)){ |
|
5861 | + if (!is_null($tr_id)) { |
|
5862 | 5862 | // not using get_term - unfiltered get_term |
5863 | 5863 | $translated_term = $wpdb->get_row($wpdb->prepare(" |
5864 | 5864 | SELECT * FROM {$wpdb->terms} t JOIN {$wpdb->term_taxonomy} x ON x.term_id = t.term_id WHERE t.term_id = %d AND x.taxonomy = %s", $tr_id, $taxonomy)); |
@@ -5867,14 +5867,14 @@ discard block |
||
5867 | 5867 | } |
5868 | 5868 | } |
5869 | 5869 | |
5870 | - if (!is_taxonomy_hierarchical($taxonomy)){ |
|
5871 | - $terms_array = array_unique( array_map( 'intval', $terms_array ) ); |
|
5870 | + if (!is_taxonomy_hierarchical($taxonomy)) { |
|
5871 | + $terms_array = array_unique(array_map('intval', $terms_array)); |
|
5872 | 5872 | } |
5873 | 5873 | |
5874 | 5874 | wp_set_post_terms($tr_post_id, $terms_array, $taxonomy); |
5875 | 5875 | |
5876 | - if ($taxonomy == $post_type . 'category') { |
|
5877 | - geodir_set_postcat_structure($tr_post_id, $post_type . 'category'); |
|
5876 | + if ($taxonomy == $post_type.'category') { |
|
5877 | + geodir_set_postcat_structure($tr_post_id, $post_type.'category'); |
|
5878 | 5878 | } |
5879 | 5879 | } |
5880 | 5880 | } |
@@ -5895,15 +5895,15 @@ discard block |
||
5895 | 5895 | function geodir_icl_duplicate_post_images($master_post_id, $tr_post_id, $lang) { |
5896 | 5896 | global $wpdb; |
5897 | 5897 | |
5898 | - $query = $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id)); |
|
5898 | + $query = $wpdb->prepare("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id)); |
|
5899 | 5899 | $wpdb->query($query); |
5900 | 5900 | |
5901 | - $query = $wpdb->prepare("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC", array('%image%', $master_post_id)); |
|
5901 | + $query = $wpdb->prepare("SELECT * FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC", array('%image%', $master_post_id)); |
|
5902 | 5902 | $post_images = $wpdb->get_results($query); |
5903 | 5903 | |
5904 | - if ( !empty( $post_images ) ) { |
|
5905 | - foreach ( $post_images as $post_image) { |
|
5906 | - $image_data = (array)$post_image; |
|
5904 | + if (!empty($post_images)) { |
|
5905 | + foreach ($post_images as $post_image) { |
|
5906 | + $image_data = (array) $post_image; |
|
5907 | 5907 | unset($image_data['ID']); |
5908 | 5908 | $image_data['post_id'] = $tr_post_id; |
5909 | 5909 | |
@@ -5929,10 +5929,10 @@ discard block |
||
5929 | 5929 | * @return array Event data array. |
5930 | 5930 | */ |
5931 | 5931 | function geodir_imex_get_event_data($post, $gd_post_info) { |
5932 | - $event_date = isset( $post['event_date'] ) && $post['event_date'] != '' && $post['event_date'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $post['event_date'] ) ) : ''; |
|
5932 | + $event_date = isset($post['event_date']) && $post['event_date'] != '' && $post['event_date'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($post['event_date'])) : ''; |
|
5933 | 5933 | $event_enddate = $event_date; |
5934 | - $starttime = isset( $post['starttime'] ) && $post['starttime'] != '' && $post['starttime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $post['starttime'] ) ) : ''; |
|
5935 | - $endtime = isset( $post['endtime'] ) && $post['endtime'] != '' && $post['endtime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $post['endtime'] ) ) : ''; |
|
5934 | + $starttime = isset($post['starttime']) && $post['starttime'] != '' && $post['starttime'] != '00:00:00' ? date_i18n('H:i', strtotime($post['starttime'])) : ''; |
|
5935 | + $endtime = isset($post['endtime']) && $post['endtime'] != '' && $post['endtime'] != '00:00:00' ? date_i18n('H:i', strtotime($post['endtime'])) : ''; |
|
5936 | 5936 | |
5937 | 5937 | $is_recurring_event = ''; |
5938 | 5938 | $event_duration_days = ''; |
@@ -5949,15 +5949,15 @@ discard block |
||
5949 | 5949 | |
5950 | 5950 | $recurring_data = isset($gd_post_info->recurring_dates) ? maybe_unserialize($gd_post_info->recurring_dates) : array(); |
5951 | 5951 | if (!empty($recurring_data)) { |
5952 | - $event_date = isset( $recurring_data['event_start'] ) && $recurring_data['event_start'] != '' && $recurring_data['event_start'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['event_start'] ) ) : $event_date; |
|
5953 | - $event_enddate = isset( $recurring_data['event_end'] ) && $recurring_data['event_end'] != '' && $recurring_data['event_end'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['event_end'] ) ) : $event_date; |
|
5954 | - $starttime = isset( $recurring_data['starttime'] ) && $recurring_data['starttime'] != '' && $recurring_data['starttime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $recurring_data['starttime'] ) ) : $starttime; |
|
5955 | - $endtime = isset( $recurring_data['endtime'] ) && $recurring_data['endtime'] != '' && $recurring_data['endtime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $recurring_data['endtime'] ) ) : $endtime; |
|
5952 | + $event_date = isset($recurring_data['event_start']) && $recurring_data['event_start'] != '' && $recurring_data['event_start'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['event_start'])) : $event_date; |
|
5953 | + $event_enddate = isset($recurring_data['event_end']) && $recurring_data['event_end'] != '' && $recurring_data['event_end'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['event_end'])) : $event_date; |
|
5954 | + $starttime = isset($recurring_data['starttime']) && $recurring_data['starttime'] != '' && $recurring_data['starttime'] != '00:00:00' ? date_i18n('H:i', strtotime($recurring_data['starttime'])) : $starttime; |
|
5955 | + $endtime = isset($recurring_data['endtime']) && $recurring_data['endtime'] != '' && $recurring_data['endtime'] != '00:00:00' ? date_i18n('H:i', strtotime($recurring_data['endtime'])) : $endtime; |
|
5956 | 5956 | $is_whole_day_event = !empty($recurring_data['all_day']) ? 1 : ''; |
5957 | 5957 | $different_times = !empty($recurring_data['different_times']) ? true : false; |
5958 | 5958 | |
5959 | - $recurring_pkg = geodir_event_recurring_pkg( $gd_post_info ); |
|
5960 | - $is_recurring = isset( $gd_post_info->is_recurring ) && (int)$gd_post_info->is_recurring == 0 ? false : true; |
|
5959 | + $recurring_pkg = geodir_event_recurring_pkg($gd_post_info); |
|
5960 | + $is_recurring = isset($gd_post_info->is_recurring) && (int) $gd_post_info->is_recurring == 0 ? false : true; |
|
5961 | 5961 | |
5962 | 5962 | if ($recurring_pkg && $is_recurring) { |
5963 | 5963 | $recurring_dates = $event_date; |
@@ -5967,13 +5967,13 @@ discard block |
||
5967 | 5967 | $recurring_type = !empty($recurring_data['repeat_type']) && in_array($recurring_data['repeat_type'], array('day', 'week', 'month', 'year', 'custom')) ? $recurring_data['repeat_type'] : 'custom'; |
5968 | 5968 | |
5969 | 5969 | if (!empty($recurring_data['event_recurring_dates'])) { |
5970 | - $event_recurring_dates = explode( ',', $recurring_data['event_recurring_dates'] ); |
|
5970 | + $event_recurring_dates = explode(',', $recurring_data['event_recurring_dates']); |
|
5971 | 5971 | |
5972 | 5972 | if (!empty($event_recurring_dates)) { |
5973 | 5973 | $recurring_dates = array(); |
5974 | 5974 | |
5975 | 5975 | foreach ($event_recurring_dates as $date) { |
5976 | - $recurring_dates[] = date_i18n( 'd/m/Y', strtotime( $date ) ); |
|
5976 | + $recurring_dates[] = date_i18n('d/m/Y', strtotime($date)); |
|
5977 | 5977 | } |
5978 | 5978 | |
5979 | 5979 | $recurring_dates = implode(",", $recurring_dates); |
@@ -5989,7 +5989,7 @@ discard block |
||
5989 | 5989 | $times = array(); |
5990 | 5990 | |
5991 | 5991 | foreach ($recurring_data['starttimes'] as $time) { |
5992 | - $times[] = $time != '00:00:00' ? date_i18n( 'H:i', strtotime( $time ) ) : '00:00'; |
|
5992 | + $times[] = $time != '00:00:00' ? date_i18n('H:i', strtotime($time)) : '00:00'; |
|
5993 | 5993 | } |
5994 | 5994 | |
5995 | 5995 | $event_starttimes = implode(",", $times); |
@@ -5999,7 +5999,7 @@ discard block |
||
5999 | 5999 | $times = array(); |
6000 | 6000 | |
6001 | 6001 | foreach ($recurring_data['endtimes'] as $time) { |
6002 | - $times[] = $time != '00:00:00' ? date_i18n( 'H:i', strtotime( $time ) ) : '00:00'; |
|
6002 | + $times[] = $time != '00:00:00' ? date_i18n('H:i', strtotime($time)) : '00:00'; |
|
6003 | 6003 | } |
6004 | 6004 | |
6005 | 6005 | $event_endtimes = implode(",", $times); |
@@ -6011,8 +6011,8 @@ discard block |
||
6011 | 6011 | } |
6012 | 6012 | } |
6013 | 6013 | } else { |
6014 | - $event_duration_days = isset($recurring_data['duration_x']) ? (int)$recurring_data['duration_x'] : 1; |
|
6015 | - $recurring_interval = !empty($recurring_data['repeat_x']) && (int)$recurring_data['repeat_x'] > 0 ? $recurring_data['repeat_x'] : 1; |
|
6014 | + $event_duration_days = isset($recurring_data['duration_x']) ? (int) $recurring_data['duration_x'] : 1; |
|
6015 | + $recurring_interval = !empty($recurring_data['repeat_x']) && (int) $recurring_data['repeat_x'] > 0 ? $recurring_data['repeat_x'] : 1; |
|
6016 | 6016 | |
6017 | 6017 | if (($recurring_type == 'week' || $recurring_type == 'month') && !empty($recurring_data['repeat_days'])) { |
6018 | 6018 | $week_days = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'); |
@@ -6028,11 +6028,11 @@ discard block |
||
6028 | 6028 | } |
6029 | 6029 | |
6030 | 6030 | $recurring_week_nos = $recurring_type == 'month' && !empty($recurring_data['repeat_weeks']) ? implode(",", $recurring_data['repeat_weeks']) : $recurring_week_nos; |
6031 | - if (!empty($recurring_data['repeat_end_type']) && (int)$recurring_data['repeat_end_type'] == 1) { |
|
6032 | - $recurring_end_date = isset($recurring_data['repeat_end']) && $recurring_data['repeat_end'] != '' && $recurring_data['repeat_end'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['repeat_end'] ) ) : ''; |
|
6031 | + if (!empty($recurring_data['repeat_end_type']) && (int) $recurring_data['repeat_end_type'] == 1) { |
|
6032 | + $recurring_end_date = isset($recurring_data['repeat_end']) && $recurring_data['repeat_end'] != '' && $recurring_data['repeat_end'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['repeat_end'])) : ''; |
|
6033 | 6033 | $max_recurring_count = empty($recurring_end_date) ? 1 : ''; |
6034 | 6034 | } else { |
6035 | - $max_recurring_count = (!empty($recurring_data['max_repeat']) && (int)$recurring_data['max_repeat'] > 0 ? (int)$recurring_data['max_repeat'] : 1); |
|
6035 | + $max_recurring_count = (!empty($recurring_data['max_repeat']) && (int) $recurring_data['max_repeat'] > 0 ? (int) $recurring_data['max_repeat'] : 1); |
|
6036 | 6036 | } |
6037 | 6037 | } |
6038 | 6038 | } |
@@ -6096,9 +6096,9 @@ discard block |
||
6096 | 6096 | * @return array Event data array. |
6097 | 6097 | */ |
6098 | 6098 | function geodir_imex_process_event_data($gd_post) { |
6099 | - $recurring_pkg = geodir_event_recurring_pkg( (object)$gd_post ); |
|
6099 | + $recurring_pkg = geodir_event_recurring_pkg((object) $gd_post); |
|
6100 | 6100 | |
6101 | - $is_recurring = isset( $gd_post['is_recurring_event'] ) && (int)$gd_post['is_recurring_event'] == 0 ? false : true; |
|
6101 | + $is_recurring = isset($gd_post['is_recurring_event']) && (int) $gd_post['is_recurring_event'] == 0 ? false : true; |
|
6102 | 6102 | $event_date = isset($gd_post['event_date']) && $gd_post['event_date'] != '' ? geodir_imex_get_date_ymd($gd_post['event_date']) : ''; |
6103 | 6103 | $event_enddate = isset($gd_post['event_enddate']) && $gd_post['event_enddate'] != '' ? geodir_imex_get_date_ymd($gd_post['event_enddate']) : $event_date; |
6104 | 6104 | $all_day = isset($gd_post['is_whole_day_event']) && !empty($gd_post['is_whole_day_event']) ? true : false; |
@@ -6145,17 +6145,17 @@ discard block |
||
6145 | 6145 | $event_recurring_dates = implode(",", $event_recurring_dates); |
6146 | 6146 | } |
6147 | 6147 | } else { |
6148 | - $duration_x = !empty( $gd_post['event_duration_days'] ) ? (int)$gd_post['event_duration_days'] : 1; |
|
6149 | - $repeat_x = !empty( $gd_post['recurring_interval'] ) ? (int)$gd_post['recurring_interval'] : 1; |
|
6150 | - $max_repeat = !empty( $gd_post['max_recurring_count'] ) ? (int)$gd_post['max_recurring_count'] : 1; |
|
6151 | - $repeat_end = !empty( $gd_post['recurring_end_date'] ) ? geodir_imex_get_date_ymd($gd_post['recurring_end_date']) : ''; |
|
6148 | + $duration_x = !empty($gd_post['event_duration_days']) ? (int) $gd_post['event_duration_days'] : 1; |
|
6149 | + $repeat_x = !empty($gd_post['recurring_interval']) ? (int) $gd_post['recurring_interval'] : 1; |
|
6150 | + $max_repeat = !empty($gd_post['max_recurring_count']) ? (int) $gd_post['max_recurring_count'] : 1; |
|
6151 | + $repeat_end = !empty($gd_post['recurring_end_date']) ? geodir_imex_get_date_ymd($gd_post['recurring_end_date']) : ''; |
|
6152 | 6152 | |
6153 | 6153 | $repeat_end_type = $repeat_end != '' ? 1 : 0; |
6154 | 6154 | $max_repeat = $repeat_end != '' ? '' : $max_repeat; |
6155 | 6155 | |
6156 | 6156 | $week_days = array_flip(array('sun', 'mon', 'tue', 'wed', 'thu', 'fri', 'sat')); |
6157 | 6157 | |
6158 | - $a_repeat_days = isset($gd_post['recurring_week_days']) && trim($gd_post['recurring_week_days'])!='' ? explode(',', trim($gd_post['recurring_week_days'])) : array(); |
|
6158 | + $a_repeat_days = isset($gd_post['recurring_week_days']) && trim($gd_post['recurring_week_days']) != '' ? explode(',', trim($gd_post['recurring_week_days'])) : array(); |
|
6159 | 6159 | $repeat_days = array(); |
6160 | 6160 | if (!empty($a_repeat_days)) { |
6161 | 6161 | foreach ($a_repeat_days as $repeat_day) { |
@@ -6173,7 +6173,7 @@ discard block |
||
6173 | 6173 | $repeat_weeks = array(); |
6174 | 6174 | if (!empty($a_repeat_weeks)) { |
6175 | 6175 | foreach ($a_repeat_weeks as $repeat_week) { |
6176 | - $repeat_weeks[] = (int)$repeat_week; |
|
6176 | + $repeat_weeks[] = (int) $repeat_week; |
|
6177 | 6177 | } |
6178 | 6178 | |
6179 | 6179 | $repeat_weeks = array_unique($repeat_weeks); |
@@ -6237,7 +6237,7 @@ discard block |
||
6237 | 6237 | |
6238 | 6238 | $page_found = $wpdb->get_var( |
6239 | 6239 | $wpdb->prepare( |
6240 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;", |
|
6240 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s LIMIT 1;", |
|
6241 | 6241 | array($slug) |
6242 | 6242 | ) |
6243 | 6243 | ); |
@@ -6292,7 +6292,7 @@ discard block |
||
6292 | 6292 | */ |
6293 | 6293 | function geodir_admin_upgrade_notice() { |
6294 | 6294 | $class = "error"; |
6295 | - $message = __("Please update core GeoDirectory or some addons may not function correctly.","geodirectory"); |
|
6295 | + $message = __("Please update core GeoDirectory or some addons may not function correctly.", "geodirectory"); |
|
6296 | 6296 | echo"<div class=\"$class\"> <p>$message</p></div>"; |
6297 | 6297 | } |
6298 | 6298 | |
@@ -6304,7 +6304,7 @@ discard block |
||
6304 | 6304 | * @param (object) $r |
6305 | 6305 | * @return (string) $output |
6306 | 6306 | */ |
6307 | -function geodire_admin_upgrade_notice( $plugin_data, $r ) |
|
6307 | +function geodire_admin_upgrade_notice($plugin_data, $r) |
|
6308 | 6308 | { |
6309 | 6309 | // readme contents |
6310 | 6310 | $args = array( |
@@ -6312,7 +6312,7 @@ discard block |
||
6312 | 6312 | 'redirection' => 5 |
6313 | 6313 | ); |
6314 | 6314 | $url = "http://plugins.svn.wordpress.org/geodirectory/trunk/readme.txt"; |
6315 | - $data = wp_remote_get( $url, $args ); |
|
6315 | + $data = wp_remote_get($url, $args); |
|
6316 | 6316 | |
6317 | 6317 | if (!is_wp_error($data) && $data['response']['code'] == 200) { |
6318 | 6318 | |
@@ -6327,20 +6327,20 @@ discard block |
||
6327 | 6327 | function geodir_in_plugin_update_message($content) { |
6328 | 6328 | // Output Upgrade Notice |
6329 | 6329 | $matches = null; |
6330 | - $regexp = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*' . preg_quote( GEODIRECTORY_VERSION ) . '\s*=|$)~Uis'; |
|
6330 | + $regexp = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*'.preg_quote(GEODIRECTORY_VERSION).'\s*=|$)~Uis'; |
|
6331 | 6331 | $upgrade_notice = ''; |
6332 | - if ( preg_match( $regexp, $content, $matches ) ) { |
|
6333 | - if(empty($matches)){return;} |
|
6332 | + if (preg_match($regexp, $content, $matches)) { |
|
6333 | + if (empty($matches)) {return; } |
|
6334 | 6334 | |
6335 | - $version = trim( $matches[1] ); |
|
6336 | - if($version && $version>GEODIRECTORY_VERSION){ |
|
6335 | + $version = trim($matches[1]); |
|
6336 | + if ($version && $version > GEODIRECTORY_VERSION) { |
|
6337 | 6337 | |
6338 | 6338 | |
6339 | - $notices = (array) preg_split('~[\r\n]+~', trim( $matches[2] ) ); |
|
6340 | - if ( version_compare( GEODIRECTORY_VERSION, $version, '<' ) ) { |
|
6339 | + $notices = (array) preg_split('~[\r\n]+~', trim($matches[2])); |
|
6340 | + if (version_compare(GEODIRECTORY_VERSION, $version, '<')) { |
|
6341 | 6341 | $upgrade_notice .= '<div class="geodir_plugin_upgrade_notice">'; |
6342 | - foreach ( $notices as $index => $line ) { |
|
6343 | - $upgrade_notice .= wp_kses_post( preg_replace( '~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line ) ); |
|
6342 | + foreach ($notices as $index => $line) { |
|
6343 | + $upgrade_notice .= wp_kses_post(preg_replace('~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line)); |
|
6344 | 6344 | } |
6345 | 6345 | $upgrade_notice .= '</div> '; |
6346 | 6346 | } |
@@ -6364,7 +6364,7 @@ discard block |
||
6364 | 6364 | $default_language = $sitepress->get_default_language(); |
6365 | 6365 | if ($current_language != 'all' && $current_language != $default_language) { |
6366 | 6366 | ?> |
6367 | - <div class="updated error notice-success" id="message"><p style="color:red"><strong><?php _e('Saving GeoDirectory pages settings on a different language breaks pages settings. Try to save after switching to default language.', 'geodirectory');?></strong></p></div> |
|
6367 | + <div class="updated error notice-success" id="message"><p style="color:red"><strong><?php _e('Saving GeoDirectory pages settings on a different language breaks pages settings. Try to save after switching to default language.', 'geodirectory'); ?></strong></p></div> |
|
6368 | 6368 | <?php |
6369 | 6369 | } |
6370 | 6370 | } |
@@ -6379,7 +6379,7 @@ discard block |
||
6379 | 6379 | * @param array Listing statuses to be skipped. |
6380 | 6380 | */ |
6381 | 6381 | function geodir_imex_export_skip_statuses() { |
6382 | - $statuses = array( 'trash', 'auto-draft' ); |
|
6382 | + $statuses = array('trash', 'auto-draft'); |
|
6383 | 6383 | |
6384 | 6384 | /** |
6385 | 6385 | * Filter the statuses to skip during GD export listings. |
@@ -6389,7 +6389,7 @@ discard block |
||
6389 | 6389 | * |
6390 | 6390 | * @param array $statuses Listing statuses to be skipped. |
6391 | 6391 | */ |
6392 | - $statuses = apply_filters( 'geodir_imex_export_skip_statuses', $statuses ); |
|
6392 | + $statuses = apply_filters('geodir_imex_export_skip_statuses', $statuses); |
|
6393 | 6393 | |
6394 | 6394 | return $statuses; |
6395 | 6395 | } |
@@ -6429,16 +6429,16 @@ discard block |
||
6429 | 6429 | function geodir_imex_get_filter_where($where = '', $post_type = '') { |
6430 | 6430 | global $wpdb; |
6431 | 6431 | |
6432 | - $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL; |
|
6432 | + $filters = !empty($_REQUEST['gd_imex']) && is_array($_REQUEST['gd_imex']) ? $_REQUEST['gd_imex'] : NULL; |
|
6433 | 6433 | |
6434 | - if ( !empty( $filters ) ) { |
|
6435 | - foreach ( $filters as $field => $value ) { |
|
6434 | + if (!empty($filters)) { |
|
6435 | + foreach ($filters as $field => $value) { |
|
6436 | 6436 | switch ($field) { |
6437 | 6437 | case 'start_date': |
6438 | - $where .= " AND `" . $wpdb->posts . "`.`post_date` >= '" . sanitize_text_field( $value ) . " 00:00:00'"; |
|
6438 | + $where .= " AND `".$wpdb->posts."`.`post_date` >= '".sanitize_text_field($value)." 00:00:00'"; |
|
6439 | 6439 | break; |
6440 | 6440 | case 'end_date': |
6441 | - $where .= " AND `" . $wpdb->posts . "`.`post_date` <= '" . sanitize_text_field( $value ) . " 23:59:59'"; |
|
6441 | + $where .= " AND `".$wpdb->posts."`.`post_date` <= '".sanitize_text_field($value)." 23:59:59'"; |
|
6442 | 6442 | break; |
6443 | 6443 | } |
6444 | 6444 | } |
@@ -6450,25 +6450,25 @@ discard block |
||
6450 | 6450 | add_filter('geodir_get_export_posts', 'geodir_imex_get_filter_where', 10, 2); |
6451 | 6451 | |
6452 | 6452 | |
6453 | -function geodir_fix_for_primer_theme(){ |
|
6454 | - if(!defined( 'PRIMER_VERSION' )){return;} |
|
6453 | +function geodir_fix_for_primer_theme() { |
|
6454 | + if (!defined('PRIMER_VERSION')) {return; } |
|
6455 | 6455 | global $pagenow; |
6456 | 6456 | |
6457 | - if ( ( 'post.php' === $pagenow || 'post-new.php' === $pagenow ) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']) ) ){ |
|
6457 | + if (('post.php' === $pagenow || 'post-new.php' === $pagenow) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']))) { |
|
6458 | 6458 | |
6459 | - $post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type( $_GET['post'] ); |
|
6459 | + $post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type($_GET['post']); |
|
6460 | 6460 | |
6461 | 6461 | $post_types = geodir_get_posttypes(); |
6462 | - if ($post_type && in_array($post_type, $post_types) ) { |
|
6462 | + if ($post_type && in_array($post_type, $post_types)) { |
|
6463 | 6463 | global $primer_customizer_layouts; |
6464 | - remove_action( 'add_meta_boxes', array( $primer_customizer_layouts, 'add_meta_box' ), 10); |
|
6464 | + remove_action('add_meta_boxes', array($primer_customizer_layouts, 'add_meta_box'), 10); |
|
6465 | 6465 | } |
6466 | 6466 | } |
6467 | 6467 | |
6468 | 6468 | } |
6469 | 6469 | |
6470 | -if(is_admin()){ |
|
6471 | - add_action('add_meta_boxes','geodir_fix_for_primer_theme',0); |
|
6470 | +if (is_admin()) { |
|
6471 | + add_action('add_meta_boxes', 'geodir_fix_for_primer_theme', 0); |
|
6472 | 6472 | } |
6473 | 6473 | |
6474 | 6474 | |
@@ -6601,27 +6601,27 @@ discard block |
||
6601 | 6601 | |
6602 | 6602 | function geodir_ga_activation_url() { |
6603 | 6603 | |
6604 | - return add_query_arg( array( |
|
6604 | + return add_query_arg(array( |
|
6605 | 6605 | 'next' => admin_url("admin.php?page=geodirectory&active_tab=google_analytic_settings"), |
6606 | 6606 | 'scope' => GEODIR_GA_SCOPE, |
6607 | 6607 | 'response_type' => 'code', |
6608 | 6608 | 'redirect_uri' => GEODIR_GA_REDIRECT, |
6609 | 6609 | 'client_id' => GEODIR_GA_CLIENTID, |
6610 | - ), 'https://accounts.google.com/o/oauth2/auth' ); |
|
6610 | + ), 'https://accounts.google.com/o/oauth2/auth'); |
|
6611 | 6611 | |
6612 | 6612 | return $url; |
6613 | 6613 | } |
6614 | 6614 | |
6615 | -function geodir_gd_accounts(){ |
|
6615 | +function geodir_gd_accounts() { |
|
6616 | 6616 | $accounts = array(); |
6617 | - $useAuth = ( get_option( 'geodir_ga_auth_code' ) == '' ? false : true ); |
|
6618 | - if($useAuth){ |
|
6617 | + $useAuth = (get_option('geodir_ga_auth_code') == '' ? false : true); |
|
6618 | + if ($useAuth) { |
|
6619 | 6619 | $accounts = geodir_ga_get_analytics_accounts(); |
6620 | - if(is_array($accounts)){ |
|
6621 | - $accounts = array_merge(array(__('Select Account','geodirectory')),$accounts); |
|
6622 | - }elseif(get_option('geodir_ga_account_id')){ |
|
6620 | + if (is_array($accounts)) { |
|
6621 | + $accounts = array_merge(array(__('Select Account', 'geodirectory')), $accounts); |
|
6622 | + }elseif (get_option('geodir_ga_account_id')) { |
|
6623 | 6623 | $accounts = array(); |
6624 | - $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required','geodirectory').' ('.get_option('geodir_ga_account_id').')'; |
|
6624 | + $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required', 'geodirectory').' ('.get_option('geodir_ga_account_id').')'; |
|
6625 | 6625 | } |
6626 | 6626 | } |
6627 | 6627 | return $accounts; |
@@ -6632,21 +6632,21 @@ discard block |
||
6632 | 6632 | global $gd_ga_errors; |
6633 | 6633 | $accounts = array(); |
6634 | 6634 | |
6635 | - if(get_option('geodir_ga_auth_token')===false){update_option('geodir_ga_auth_token','');} |
|
6635 | + if (get_option('geodir_ga_auth_token') === false) {update_option('geodir_ga_auth_token', ''); } |
|
6636 | 6636 | |
6637 | 6637 | |
6638 | - if(get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])){ |
|
6638 | + if (get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])) { |
|
6639 | 6639 | return get_option('geodir_gd_uids'); |
6640 | 6640 | } |
6641 | 6641 | |
6642 | 6642 | # Create a new Gdata call |
6643 | - if ( trim(get_option('geodir_ga_auth_code')) != '' ) |
|
6643 | + if (trim(get_option('geodir_ga_auth_code')) != '') |
|
6644 | 6644 | $stats = new GDGoogleAnalyticsStats(); |
6645 | 6645 | else |
6646 | 6646 | return false; |
6647 | 6647 | |
6648 | 6648 | # Check if Google sucessfully logged in |
6649 | - if ( ! $stats->checkLogin() ) |
|
6649 | + if (!$stats->checkLogin()) |
|
6650 | 6650 | return false; |
6651 | 6651 | |
6652 | 6652 | # Get a list of accounts |
@@ -6658,28 +6658,28 @@ discard block |
||
6658 | 6658 | } |
6659 | 6659 | |
6660 | 6660 | |
6661 | - natcasesort ($accounts); |
|
6661 | + natcasesort($accounts); |
|
6662 | 6662 | |
6663 | 6663 | # Return the account array if there are accounts |
6664 | - if ( count($accounts) > 0 ){ |
|
6665 | - update_option('geodir_gd_uids',$accounts); |
|
6664 | + if (count($accounts) > 0) { |
|
6665 | + update_option('geodir_gd_uids', $accounts); |
|
6666 | 6666 | return $accounts; |
6667 | 6667 | } |
6668 | 6668 | else |
6669 | 6669 | return false; |
6670 | 6670 | } |
6671 | 6671 | |
6672 | -add_action( 'wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize' ); |
|
6673 | -function geodir_ga_deauthorize(){ |
|
6672 | +add_action('wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize'); |
|
6673 | +function geodir_ga_deauthorize() { |
|
6674 | 6674 | |
6675 | - if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'gd_ga_deauthorize' ) ) { |
|
6675 | + if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'gd_ga_deauthorize')) { |
|
6676 | 6676 | |
6677 | - die( 'Security check' ); |
|
6677 | + die('Security check'); |
|
6678 | 6678 | |
6679 | 6679 | } else { |
6680 | - update_option('geodir_ga_auth_token',''); |
|
6681 | - update_option('geodir_ga_auth_code',''); |
|
6682 | - update_option('geodir_gd_uids',''); |
|
6680 | + update_option('geodir_ga_auth_token', ''); |
|
6681 | + update_option('geodir_ga_auth_code', ''); |
|
6682 | + update_option('geodir_gd_uids', ''); |
|
6683 | 6683 | |
6684 | 6684 | |
6685 | 6685 | echo admin_url('?page=geodirectory&active_tab=google_analytic_settings'); |
@@ -38,21 +38,21 @@ discard block |
||
38 | 38 | $is_detail_page = false; |
39 | 39 | $geodir_map_name = geodir_map_name(); |
40 | 40 | |
41 | - if((is_single() && geodir_is_geodir_page()) || (is_page() && geodir_is_page('preview') )) { |
|
41 | + if ((is_single() && geodir_is_geodir_page()) || (is_page() && geodir_is_page('preview'))) { |
|
42 | 42 | $is_detail_page = true; |
43 | 43 | } |
44 | 44 | |
45 | 45 | wp_enqueue_script('jquery'); |
46 | 46 | |
47 | - wp_register_script('geodirectory-script', geodir_plugin_url() . '/geodirectory-assets/js/geodirectory.min.js', array(), GEODIRECTORY_VERSION); |
|
47 | + wp_register_script('geodirectory-script', geodir_plugin_url().'/geodirectory-assets/js/geodirectory.min.js', array(), GEODIRECTORY_VERSION); |
|
48 | 48 | wp_enqueue_script('geodirectory-script'); |
49 | 49 | |
50 | 50 | $geodir_vars_data = array( |
51 | 51 | 'siteurl' => get_option('siteurl'), |
52 | 52 | 'geodir_plugin_url' => geodir_plugin_url(), |
53 | - 'geodir_lazy_load' => get_option('geodir_lazy_load',1), |
|
53 | + 'geodir_lazy_load' => get_option('geodir_lazy_load', 1), |
|
54 | 54 | 'geodir_ajax_url' => geodir_get_ajax_url(), |
55 | - 'geodir_gd_modal' => (int)get_option('geodir_disable_gb_modal'), |
|
55 | + 'geodir_gd_modal' => (int) get_option('geodir_disable_gb_modal'), |
|
56 | 56 | 'is_rtl' => is_rtl() ? 1 : 0 // fix rtl issue |
57 | 57 | ); |
58 | 58 | |
@@ -73,24 +73,24 @@ discard block |
||
73 | 73 | * |
74 | 74 | * } |
75 | 75 | */ |
76 | - $geodir_vars_data = apply_filters('geodir_vars_data',$geodir_vars_data); |
|
76 | + $geodir_vars_data = apply_filters('geodir_vars_data', $geodir_vars_data); |
|
77 | 77 | |
78 | 78 | wp_localize_script('geodirectory-script', 'geodir_var', $geodir_vars_data); |
79 | 79 | |
80 | - wp_register_script('geodirectory-jquery-flexslider-js', geodir_plugin_url() . '/geodirectory-assets/js/jquery.flexslider.min.js', array(), GEODIRECTORY_VERSION,true); |
|
81 | - if($is_detail_page){wp_enqueue_script('geodirectory-jquery-flexslider-js');} |
|
80 | + wp_register_script('geodirectory-jquery-flexslider-js', geodir_plugin_url().'/geodirectory-assets/js/jquery.flexslider.min.js', array(), GEODIRECTORY_VERSION, true); |
|
81 | + if ($is_detail_page) {wp_enqueue_script('geodirectory-jquery-flexslider-js'); } |
|
82 | 82 | |
83 | - wp_register_script('geodirectory-lightbox-jquery', geodir_plugin_url() . '/geodirectory-assets/js/jquery.lightbox-0.5.min.js', array(), GEODIRECTORY_VERSION,true); |
|
83 | + wp_register_script('geodirectory-lightbox-jquery', geodir_plugin_url().'/geodirectory-assets/js/jquery.lightbox-0.5.min.js', array(), GEODIRECTORY_VERSION, true); |
|
84 | 84 | wp_enqueue_script('geodirectory-lightbox-jquery'); |
85 | 85 | |
86 | - wp_register_script('geodirectory-jquery-simplemodal', geodir_plugin_url() . '/geodirectory-assets/js/jquery.simplemodal.min.js', array(), GEODIRECTORY_VERSION,true); |
|
86 | + wp_register_script('geodirectory-jquery-simplemodal', geodir_plugin_url().'/geodirectory-assets/js/jquery.simplemodal.min.js', array(), GEODIRECTORY_VERSION, true); |
|
87 | 87 | if ($is_detail_page) { |
88 | 88 | wp_enqueue_script('geodirectory-jquery-simplemodal'); |
89 | 89 | } |
90 | 90 | |
91 | 91 | if (in_array($geodir_map_name, array('auto', 'google'))) { |
92 | - $map_lang = "&language=" . geodir_get_map_default_language(); |
|
93 | - $map_key = "&key=" . geodir_get_map_api_key(); |
|
92 | + $map_lang = "&language=".geodir_get_map_default_language(); |
|
93 | + $map_key = "&key=".geodir_get_map_api_key(); |
|
94 | 94 | /** |
95 | 95 | * Filter the variables that are added to the end of the google maps script call. |
96 | 96 | * |
@@ -100,48 +100,48 @@ discard block |
||
100 | 100 | * @param string $var The string to filter, default is empty string. |
101 | 101 | */ |
102 | 102 | $map_extra = apply_filters('geodir_googlemap_script_extra', ''); |
103 | - wp_enqueue_script('geodirectory-googlemap-script', 'https://maps.google.com/maps/api/js?' . $map_lang . $map_key . $map_extra , '', NULL); |
|
103 | + wp_enqueue_script('geodirectory-googlemap-script', 'https://maps.google.com/maps/api/js?'.$map_lang.$map_key.$map_extra, '', NULL); |
|
104 | 104 | } |
105 | 105 | |
106 | 106 | if ($geodir_map_name == 'osm') { |
107 | 107 | // Leaflet OpenStreetMap |
108 | - wp_register_style('geodirectory-leaflet-style', geodir_plugin_url() . '/geodirectory-assets/leaflet/leaflet.css', array(), GEODIRECTORY_VERSION); |
|
108 | + wp_register_style('geodirectory-leaflet-style', geodir_plugin_url().'/geodirectory-assets/leaflet/leaflet.css', array(), GEODIRECTORY_VERSION); |
|
109 | 109 | wp_enqueue_style('geodirectory-leaflet-style'); |
110 | 110 | |
111 | - wp_register_script('geodirectory-leaflet-script', geodir_plugin_url() . '/geodirectory-assets/leaflet/leaflet.min.js', array(), GEODIRECTORY_VERSION); |
|
111 | + wp_register_script('geodirectory-leaflet-script', geodir_plugin_url().'/geodirectory-assets/leaflet/leaflet.min.js', array(), GEODIRECTORY_VERSION); |
|
112 | 112 | wp_enqueue_script('geodirectory-leaflet-script'); |
113 | 113 | |
114 | - wp_register_script('geodirectory-leaflet-geo-script', geodir_plugin_url() . '/geodirectory-assets/leaflet/osm.geocode.js', array(), GEODIRECTORY_VERSION); |
|
114 | + wp_register_script('geodirectory-leaflet-geo-script', geodir_plugin_url().'/geodirectory-assets/leaflet/osm.geocode.js', array(), GEODIRECTORY_VERSION); |
|
115 | 115 | wp_enqueue_script('geodirectory-leaflet-geo-script'); |
116 | 116 | |
117 | 117 | if ($is_detail_page) { |
118 | - wp_register_style('geodirectory-leaflet-routing-style', geodir_plugin_url() . '/geodirectory-assets/leaflet/routing/leaflet-routing-machine.css', array(), GEODIRECTORY_VERSION); |
|
118 | + wp_register_style('geodirectory-leaflet-routing-style', geodir_plugin_url().'/geodirectory-assets/leaflet/routing/leaflet-routing-machine.css', array(), GEODIRECTORY_VERSION); |
|
119 | 119 | wp_enqueue_style('geodirectory-leaflet-routing-style'); |
120 | 120 | |
121 | - wp_register_script('geodirectory-leaflet-routing-script', geodir_plugin_url() . '/geodirectory-assets/leaflet/routing/leaflet-routing-machine.js', array(), GEODIRECTORY_VERSION); |
|
121 | + wp_register_script('geodirectory-leaflet-routing-script', geodir_plugin_url().'/geodirectory-assets/leaflet/routing/leaflet-routing-machine.js', array(), GEODIRECTORY_VERSION); |
|
122 | 122 | wp_enqueue_script('geodirectory-leaflet-routing-script'); |
123 | 123 | } |
124 | 124 | } |
125 | - wp_enqueue_script( 'jquery-ui-autocomplete' ); |
|
125 | + wp_enqueue_script('jquery-ui-autocomplete'); |
|
126 | 126 | |
127 | - wp_register_script('geodirectory-goMap-script', geodir_plugin_url() . '/geodirectory-assets/js/goMap.min.js', array(), GEODIRECTORY_VERSION,true); |
|
127 | + wp_register_script('geodirectory-goMap-script', geodir_plugin_url().'/geodirectory-assets/js/goMap.min.js', array(), GEODIRECTORY_VERSION, true); |
|
128 | 128 | wp_enqueue_script('geodirectory-goMap-script'); |
129 | 129 | |
130 | 130 | |
131 | - wp_register_script('chosen', geodir_plugin_url() . '/geodirectory-assets/js/chosen.jquery.min.js', array(), GEODIRECTORY_VERSION); |
|
131 | + wp_register_script('chosen', geodir_plugin_url().'/geodirectory-assets/js/chosen.jquery.min.js', array(), GEODIRECTORY_VERSION); |
|
132 | 132 | wp_enqueue_script('chosen'); |
133 | 133 | |
134 | - wp_register_script('geodirectory-choose-ajax', geodir_plugin_url() . '/geodirectory-assets/js/ajax-chosen.min.js', array(), GEODIRECTORY_VERSION); |
|
134 | + wp_register_script('geodirectory-choose-ajax', geodir_plugin_url().'/geodirectory-assets/js/ajax-chosen.min.js', array(), GEODIRECTORY_VERSION); |
|
135 | 135 | wp_enqueue_script('geodirectory-choose-ajax'); |
136 | 136 | |
137 | - wp_enqueue_script('geodirectory-jquery-ui-timepicker-js', geodir_plugin_url() . '/geodirectory-assets/js/jquery.ui.timepicker.min.js', array('jquery-ui-datepicker', 'jquery-ui-slider', 'jquery-effects-core', 'jquery-effects-slide'), '', true); |
|
137 | + wp_enqueue_script('geodirectory-jquery-ui-timepicker-js', geodir_plugin_url().'/geodirectory-assets/js/jquery.ui.timepicker.min.js', array('jquery-ui-datepicker', 'jquery-ui-slider', 'jquery-effects-core', 'jquery-effects-slide'), '', true); |
|
138 | 138 | |
139 | 139 | if (is_page() && geodir_is_page('add-listing')) { |
140 | 140 | // SCRIPT FOR UPLOAD |
141 | 141 | wp_enqueue_script('plupload-all'); |
142 | 142 | wp_enqueue_script('jquery-ui-sortable'); |
143 | 143 | |
144 | - wp_register_script('geodirectory-plupload-script', geodir_plugin_url() . '/geodirectory-assets/js/geodirectory-plupload.min.js#asyncload', array(), GEODIRECTORY_VERSION,true); |
|
144 | + wp_register_script('geodirectory-plupload-script', geodir_plugin_url().'/geodirectory-assets/js/geodirectory-plupload.min.js#asyncload', array(), GEODIRECTORY_VERSION, true); |
|
145 | 145 | wp_enqueue_script('geodirectory-plupload-script'); |
146 | 146 | // SCRIPT FOR UPLOAD END |
147 | 147 | |
@@ -188,27 +188,27 @@ discard block |
||
188 | 188 | |
189 | 189 | wp_localize_script('geodirectory-plupload-script', 'gd_plupload', $gd_plupload_init); |
190 | 190 | |
191 | - wp_enqueue_script('geodirectory-listing-validation-script', geodir_plugin_url() . '/geodirectory-assets/js/listing_validation.min.js#asyncload'); |
|
191 | + wp_enqueue_script('geodirectory-listing-validation-script', geodir_plugin_url().'/geodirectory-assets/js/listing_validation.min.js#asyncload'); |
|
192 | 192 | } // End if for add place page |
193 | 193 | |
194 | - wp_register_script('geodirectory-post-custom-js', geodir_plugin_url() . '/geodirectory-assets/js/post.custom.min.js#asyncload', array(), GEODIRECTORY_VERSION, true); |
|
194 | + wp_register_script('geodirectory-post-custom-js', geodir_plugin_url().'/geodirectory-assets/js/post.custom.min.js#asyncload', array(), GEODIRECTORY_VERSION, true); |
|
195 | 195 | if ($is_detail_page) { |
196 | 196 | wp_enqueue_script('geodirectory-post-custom-js'); |
197 | 197 | } |
198 | 198 | |
199 | 199 | // font awesome rating script |
200 | 200 | if (get_option('geodir_reviewrating_enable_font_awesome')) { |
201 | - wp_register_script('geodir-barrating-js', geodir_plugin_url() . '/geodirectory-assets/js/jquery.barrating.min.js', array(), GEODIRECTORY_VERSION, true); |
|
201 | + wp_register_script('geodir-barrating-js', geodir_plugin_url().'/geodirectory-assets/js/jquery.barrating.min.js', array(), GEODIRECTORY_VERSION, true); |
|
202 | 202 | wp_enqueue_script('geodir-barrating-js'); |
203 | 203 | } else { // default rating script |
204 | - wp_register_script('geodir-jRating-js', geodir_plugin_url() . '/geodirectory-assets/js/jRating.jquery.min.js', array(), GEODIRECTORY_VERSION, true); |
|
204 | + wp_register_script('geodir-jRating-js', geodir_plugin_url().'/geodirectory-assets/js/jRating.jquery.min.js', array(), GEODIRECTORY_VERSION, true); |
|
205 | 205 | wp_enqueue_script('geodir-jRating-js'); |
206 | 206 | } |
207 | 207 | |
208 | - wp_register_script('geodir-on-document-load', geodir_plugin_url() . '/geodirectory-assets/js/on_document_load.min.js#asyncload', array(), GEODIRECTORY_VERSION, true); |
|
208 | + wp_register_script('geodir-on-document-load', geodir_plugin_url().'/geodirectory-assets/js/on_document_load.min.js#asyncload', array(), GEODIRECTORY_VERSION, true); |
|
209 | 209 | wp_enqueue_script('geodir-on-document-load'); |
210 | 210 | |
211 | - wp_register_script('google-geometa', geodir_plugin_url() . '/geodirectory-assets/js/geometa.min.js#asyncload', array(), GEODIRECTORY_VERSION, true); |
|
211 | + wp_register_script('google-geometa', geodir_plugin_url().'/geodirectory-assets/js/geometa.min.js#asyncload', array(), GEODIRECTORY_VERSION, true); |
|
212 | 212 | wp_enqueue_script('google-geometa'); |
213 | 213 | } |
214 | 214 | |
@@ -223,7 +223,7 @@ discard block |
||
223 | 223 | */ |
224 | 224 | function geodir_header_scripts() |
225 | 225 | { |
226 | - echo '<style>' . stripslashes(get_option('geodir_coustem_css')) . '</style>'; |
|
226 | + echo '<style>'.stripslashes(get_option('geodir_coustem_css')).'</style>'; |
|
227 | 227 | echo stripslashes(get_option('geodir_header_scripts')); |
228 | 228 | } |
229 | 229 | |
@@ -240,7 +240,7 @@ discard block |
||
240 | 240 | function geodir_footer_scripts() |
241 | 241 | { |
242 | 242 | |
243 | - if(get_option('geodir_ga_add_tracking_code') && get_option('geodir_ga_account_id')){?> |
|
243 | + if (get_option('geodir_ga_add_tracking_code') && get_option('geodir_ga_account_id')) {?> |
|
244 | 244 | |
245 | 245 | <script> |
246 | 246 | (function(i,s,o,g,r,a,m){ i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
@@ -248,14 +248,14 @@ discard block |
||
248 | 248 | m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
249 | 249 | })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
250 | 250 | |
251 | - ga('create', '<?php echo esc_attr(get_option('geodir_ga_account_id'));?>', 'auto'); |
|
252 | - <?php if(get_option('geodir_ga_anonymize_ip')){echo "ga('set', 'anonymizeIP', true);";}?> |
|
251 | + ga('create', '<?php echo esc_attr(get_option('geodir_ga_account_id')); ?>', 'auto'); |
|
252 | + <?php if (get_option('geodir_ga_anonymize_ip')) {echo "ga('set', 'anonymizeIP', true);"; }?> |
|
253 | 253 | ga('send', 'pageview'); |
254 | 254 | |
255 | 255 | </script> |
256 | 256 | |
257 | 257 | <?php |
258 | - }elseif(get_option('geodir_ga_tracking_code') && !get_option('geodir_ga_account_id')){ |
|
258 | + }elseif (get_option('geodir_ga_tracking_code') && !get_option('geodir_ga_account_id')) { |
|
259 | 259 | echo stripslashes(get_option('geodir_ga_tracking_code')); |
260 | 260 | } |
261 | 261 | |
@@ -266,7 +266,7 @@ discard block |
||
266 | 266 | * |
267 | 267 | * Flexbox wont wrap on ios for search form items |
268 | 268 | */ |
269 | - if (preg_match( '/iPad|iPod|iPhone|Safari/', $_SERVER['HTTP_USER_AGENT'] ) ) { |
|
269 | + if (preg_match('/iPad|iPod|iPhone|Safari/', $_SERVER['HTTP_USER_AGENT'])) { |
|
270 | 270 | echo "<style>body .geodir-listing-search.gd-search-bar-style .geodir-loc-bar .clearfix.geodir-loc-bar-in .geodir-search .gd-search-input-wrapper{flex:50 1 auto !important;min-width: initial !important;width:auto !important;}.geodir-filter-container .geodir-filter-cat{width:auto !important;}</style>"; |
271 | 271 | } |
272 | 272 | } |
@@ -282,7 +282,7 @@ discard block |
||
282 | 282 | */ |
283 | 283 | function geodir_add_async_forscript($url) |
284 | 284 | { |
285 | - if (strpos($url, '#asyncload')===false) |
|
285 | + if (strpos($url, '#asyncload') === false) |
|
286 | 286 | return $url; |
287 | 287 | else if (is_admin()) |
288 | 288 | return str_replace('#asyncload', '', $url); |
@@ -300,12 +300,12 @@ discard block |
||
300 | 300 | function geodir_templates_styles() |
301 | 301 | { |
302 | 302 | |
303 | - wp_register_style('geodir-core-scss', geodir_plugin_url() . '/geodirectory-assets/css/gd_core_frontend.css', array(), GEODIRECTORY_VERSION); |
|
303 | + wp_register_style('geodir-core-scss', geodir_plugin_url().'/geodirectory-assets/css/gd_core_frontend.css', array(), GEODIRECTORY_VERSION); |
|
304 | 304 | wp_enqueue_style('geodir-core-scss'); |
305 | - wp_register_style('geodir-core-scss-footer', geodir_plugin_url() . '/geodirectory-assets/css/gd_core_frontend_footer.css', array(), GEODIRECTORY_VERSION); |
|
305 | + wp_register_style('geodir-core-scss-footer', geodir_plugin_url().'/geodirectory-assets/css/gd_core_frontend_footer.css', array(), GEODIRECTORY_VERSION); |
|
306 | 306 | |
307 | - if(is_rtl()){ |
|
308 | - wp_register_style('geodirectory-frontend-rtl-style', geodir_plugin_url() . '/geodirectory-assets/css/rtl-frontend.css', array(), GEODIRECTORY_VERSION); |
|
307 | + if (is_rtl()) { |
|
308 | + wp_register_style('geodirectory-frontend-rtl-style', geodir_plugin_url().'/geodirectory-assets/css/rtl-frontend.css', array(), GEODIRECTORY_VERSION); |
|
309 | 309 | wp_enqueue_style('geodirectory-frontend-rtl-style'); |
310 | 310 | } |
311 | 311 | |
@@ -379,18 +379,18 @@ discard block |
||
379 | 379 | $term_id = get_queried_object_id(); |
380 | 380 | $taxonomy = get_query_var('taxonomy'); |
381 | 381 | |
382 | - if ($term_id && $post_type && get_query_var('taxonomy') == $post_type . 'category' ) { |
|
383 | - $term = get_term($term_id, $post_type . 'category'); |
|
382 | + if ($term_id && $post_type && get_query_var('taxonomy') == $post_type.'category') { |
|
383 | + $term = get_term($term_id, $post_type.'category'); |
|
384 | 384 | } |
385 | 385 | } |
386 | 386 | |
387 | - if (geodir_is_page('search') && !empty($_REQUEST['s' . $post_type . 'category'])) { |
|
388 | - $taxonomy_search = $_REQUEST['s' . $post_type . 'category']; |
|
387 | + if (geodir_is_page('search') && !empty($_REQUEST['s'.$post_type.'category'])) { |
|
388 | + $taxonomy_search = $_REQUEST['s'.$post_type.'category']; |
|
389 | 389 | |
390 | 390 | if (!is_array($taxonomy_search)) { |
391 | - $term = get_term((int)$taxonomy_search, $post_type . 'category'); |
|
392 | - } else if(is_array($taxonomy_search) && count($taxonomy_search) == 1) { // single category search |
|
393 | - $term = get_term((int)$taxonomy_search[0], $post_type . 'category'); |
|
391 | + $term = get_term((int) $taxonomy_search, $post_type.'category'); |
|
392 | + } else if (is_array($taxonomy_search) && count($taxonomy_search) == 1) { // single category search |
|
393 | + $term = get_term((int) $taxonomy_search[0], $post_type.'category'); |
|
394 | 394 | } |
395 | 395 | } |
396 | 396 | |
@@ -402,7 +402,7 @@ discard block |
||
402 | 402 | if ($max_page > 1 || $always_show) { |
403 | 403 | // Extra pagination info |
404 | 404 | $geodir_pagination_more_info = get_option('geodir_pagination_advance_info'); |
405 | - $start_no = ( $paged - 1 ) * $posts_per_page + 1; |
|
405 | + $start_no = ($paged - 1) * $posts_per_page + 1; |
|
406 | 406 | $end_no = min($paged * $posts_per_page, $numposts); |
407 | 407 | |
408 | 408 | if ($geodir_pagination_more_info != '') { |
@@ -412,7 +412,7 @@ discard block |
||
412 | 412 | } else { |
413 | 413 | $pegination_desc = wp_sprintf(__('Showing listings %d-%d of %d', 'geodirectory'), $start_no, $end_no, $numposts); |
414 | 414 | } |
415 | - $pagination_info = '<div class="gd-pagination-details">' . $pegination_desc . '</div>'; |
|
415 | + $pagination_info = '<div class="gd-pagination-details">'.$pegination_desc.'</div>'; |
|
416 | 416 | /** |
417 | 417 | * Adds an extra pagination info above/under pagination. |
418 | 418 | * |
@@ -428,15 +428,15 @@ discard block |
||
428 | 428 | $pagination_info = apply_filters('geodir_pagination_advance_info', $pagination_info, $listing_type_name, $start_no, $end_no, $numposts, $post_type); |
429 | 429 | |
430 | 430 | if ($geodir_pagination_more_info == 'before') { |
431 | - $before = $before . $pagination_info; |
|
431 | + $before = $before.$pagination_info; |
|
432 | 432 | } else if ($geodir_pagination_more_info == 'after') { |
433 | - $after = $pagination_info . $after; |
|
433 | + $after = $pagination_info.$after; |
|
434 | 434 | } |
435 | 435 | } |
436 | 436 | |
437 | 437 | echo "$before <div class='Navi gd-navi'>"; |
438 | 438 | if ($paged >= ($pages_to_show - 1)) { |
439 | - echo '<a href="' . str_replace('&paged', '&paged', get_pagenum_link()) . '">«</a>'; |
|
439 | + echo '<a href="'.str_replace('&paged', '&paged', get_pagenum_link()).'">«</a>'; |
|
440 | 440 | } |
441 | 441 | previous_posts_link($prelabel); |
442 | 442 | for ($i = $paged - $half_pages_to_show; $i <= $paged + $half_pages_to_show; $i++) { |
@@ -444,13 +444,13 @@ discard block |
||
444 | 444 | if ($i == $paged) { |
445 | 445 | echo "<strong class='on'>$i</strong>"; |
446 | 446 | } else { |
447 | - echo ' <a href="' . str_replace('&paged', '&paged', get_pagenum_link($i)) . '">' . $i . '</a> '; |
|
447 | + echo ' <a href="'.str_replace('&paged', '&paged', get_pagenum_link($i)).'">'.$i.'</a> '; |
|
448 | 448 | } |
449 | 449 | } |
450 | 450 | } |
451 | 451 | next_posts_link($nxtlabel, $max_page); |
452 | 452 | if (($paged + $half_pages_to_show) < ($max_page)) { |
453 | - echo '<a href="' . str_replace('&paged', '&paged', get_pagenum_link($max_page)) . '">»</a>'; |
|
453 | + echo '<a href="'.str_replace('&paged', '&paged', get_pagenum_link($max_page)).'">»</a>'; |
|
454 | 454 | } |
455 | 455 | echo "</div> $after"; |
456 | 456 | } |
@@ -488,7 +488,7 @@ discard block |
||
488 | 488 | jQuery(function ($) { |
489 | 489 | $("#distance_slider").slider({ |
490 | 490 | range: true, |
491 | - values: [0, <?php echo ($_REQUEST['sdist']!='') ? sanitize_text_field($_REQUEST['sdist']) : "0"; ?>], |
|
491 | + values: [0, <?php echo ($_REQUEST['sdist'] != '') ? sanitize_text_field($_REQUEST['sdist']) : "0"; ?>], |
|
492 | 492 | min: 0, |
493 | 493 | max: <?php echo $dist; ?>, |
494 | 494 | step: <?php echo $dist_dif; ?>, |
@@ -553,7 +553,7 @@ discard block |
||
553 | 553 | |
554 | 554 | |
555 | 555 | <script type="text/javascript"> |
556 | - var default_location = '<?php if($search_location = geodir_get_default_location()) echo $search_location->city ;?>'; |
|
556 | + var default_location = '<?php if ($search_location = geodir_get_default_location()) echo $search_location->city; ?>'; |
|
557 | 557 | var latlng; |
558 | 558 | var address; |
559 | 559 | var dist = 0; |
@@ -569,7 +569,7 @@ discard block |
||
569 | 569 | var $form = jQuery(this).closest('form'); |
570 | 570 | |
571 | 571 | if (jQuery("#sdist input[type='radio']:checked").length != 0) dist = jQuery("#sdist input[type='radio']:checked").val(); |
572 | - if (jQuery('.search_text', $form).val() == '' || jQuery('.search_text', $form).val() == '<?php echo $default_search_for_text;?>') jQuery('.search_text', $form).val(s); |
|
572 | + if (jQuery('.search_text', $form).val() == '' || jQuery('.search_text', $form).val() == '<?php echo $default_search_for_text; ?>') jQuery('.search_text', $form).val(s); |
|
573 | 573 | |
574 | 574 | // Disable location based search for disabled location post type. |
575 | 575 | if (jQuery('.search_by_post', $form).val() != '' && typeof gd_cpt_no_location == 'function') { |
@@ -583,7 +583,7 @@ discard block |
||
583 | 583 | } |
584 | 584 | } |
585 | 585 | |
586 | - if (dist > 0 || (jQuery('select[name="sort_by"]').val() == 'nearest' || jQuery('select[name="sort_by"]', $form).val() == 'farthest') || (jQuery(".snear", $form).val() != '' && jQuery(".snear", $form).val() != '<?php echo $default_near_text;?>')) { |
|
586 | + if (dist > 0 || (jQuery('select[name="sort_by"]').val() == 'nearest' || jQuery('select[name="sort_by"]', $form).val() == 'farthest') || (jQuery(".snear", $form).val() != '' && jQuery(".snear", $form).val() != '<?php echo $default_near_text; ?>')) { |
|
587 | 587 | geodir_setsearch($form); |
588 | 588 | } else { |
589 | 589 | jQuery(".snear", $form).val(''); |
@@ -601,7 +601,7 @@ discard block |
||
601 | 601 | }); |
602 | 602 | |
603 | 603 | function geodir_setsearch($form) { |
604 | - if ((dist > 0 || (jQuery('select[name="sort_by"]', $form).val() == 'nearest' || jQuery('select[name="sort_by"]', $form).val() == 'farthest')) && (jQuery(".snear", $form).val() == '' || jQuery(".snear", $form).val() == '<?php echo $default_near_text;?>')) jQuery(".snear", $form).val(default_location); |
|
604 | + if ((dist > 0 || (jQuery('select[name="sort_by"]', $form).val() == 'nearest' || jQuery('select[name="sort_by"]', $form).val() == 'farthest')) && (jQuery(".snear", $form).val() == '' || jQuery(".snear", $form).val() == '<?php echo $default_near_text; ?>')) jQuery(".snear", $form).val(default_location); |
|
605 | 605 | geocodeAddress($form); |
606 | 606 | } |
607 | 607 | |
@@ -620,15 +620,15 @@ discard block |
||
620 | 620 | // Call the geocode function |
621 | 621 | Sgeocoder = window.gdMaps == 'google' ? new google.maps.Geocoder() : null; |
622 | 622 | |
623 | - if (jQuery('.snear', $form).val() == '' || ( jQuery('.sgeo_lat').val() != '' && jQuery('.sgeo_lon').val() != '' ) || jQuery('.snear', $form).val().match("^<?php _e('In:','geodirectory');?>")) { |
|
624 | - if (jQuery('.snear', $form).val().match("^<?php _e('In:','geodirectory');?>")) { |
|
623 | + if (jQuery('.snear', $form).val() == '' || ( jQuery('.sgeo_lat').val() != '' && jQuery('.sgeo_lon').val() != '' ) || jQuery('.snear', $form).val().match("^<?php _e('In:', 'geodirectory'); ?>")) { |
|
624 | + if (jQuery('.snear', $form).val().match("^<?php _e('In:', 'geodirectory'); ?>")) { |
|
625 | 625 | jQuery(".snear", $form).val(''); |
626 | 626 | } |
627 | 627 | jQuery($form).submit(); |
628 | 628 | } else { |
629 | 629 | var address = jQuery(".snear", $form).val(); |
630 | 630 | |
631 | - if (jQuery('.snear', $form).val() == '<?php echo $default_near_text;?>') { |
|
631 | + if (jQuery('.snear', $form).val() == '<?php echo $default_near_text; ?>') { |
|
632 | 632 | initialise2(); |
633 | 633 | } else { |
634 | 634 | <?php |
@@ -641,12 +641,12 @@ discard block |
||
641 | 641 | $near_add2 = apply_filters('geodir_search_near_addition', ''); |
642 | 642 | ?> |
643 | 643 | if (window.gdMaps === 'google') { |
644 | - Sgeocoder.geocode({'address': address<?php echo ($near_add ? '+", ' . $near_add . '"' : '') . $near_add2;?>}, |
|
644 | + Sgeocoder.geocode({'address': address<?php echo ($near_add ? '+", '.$near_add.'"' : '').$near_add2; ?>}, |
|
645 | 645 | function (results, status) { |
646 | 646 | if (status == google.maps.GeocoderStatus.OK) { |
647 | 647 | updateSearchPosition(results[0].geometry.location, $form); |
648 | 648 | } else { |
649 | - alert("<?php esc_attr_e('Search was not successful for the following reason :', 'geodirectory');?>" + status); |
|
649 | + alert("<?php esc_attr_e('Search was not successful for the following reason :', 'geodirectory'); ?>" + status); |
|
650 | 650 | } |
651 | 651 | }); |
652 | 652 | } else if (window.gdMaps === 'osm') { |
@@ -655,7 +655,7 @@ discard block |
||
655 | 655 | if (typeof geo !== 'undefined' && geo.lat && geo.lon) { |
656 | 656 | updateSearchPosition(geo, $form); |
657 | 657 | } else { |
658 | - alert("<?php esc_attr_e('Search was not successful for the requested address.', 'geodirectory');?>"); |
|
658 | + alert("<?php esc_attr_e('Search was not successful for the requested address.', 'geodirectory'); ?>"); |
|
659 | 659 | } |
660 | 660 | }); |
661 | 661 | } else { |
@@ -701,19 +701,19 @@ discard block |
||
701 | 701 | var msg; |
702 | 702 | switch (err.code) { |
703 | 703 | case err.UNKNOWN_ERROR: |
704 | - msg = "<?php _e('Unable to find your location','geodirectory');?>"; |
|
704 | + msg = "<?php _e('Unable to find your location', 'geodirectory'); ?>"; |
|
705 | 705 | break; |
706 | 706 | case err.PERMISSION_DENINED: |
707 | - msg = "<?php _e('Permission denied in finding your location','geodirectory');?>"; |
|
707 | + msg = "<?php _e('Permission denied in finding your location', 'geodirectory'); ?>"; |
|
708 | 708 | break; |
709 | 709 | case err.POSITION_UNAVAILABLE: |
710 | - msg = "<?php _e('Your location is currently unknown','geodirectory');?>"; |
|
710 | + msg = "<?php _e('Your location is currently unknown', 'geodirectory'); ?>"; |
|
711 | 711 | break; |
712 | 712 | case err.BREAK: |
713 | - msg = "<?php _e('Attempt to find location took too long','geodirectory');?>"; |
|
713 | + msg = "<?php _e('Attempt to find location took too long', 'geodirectory'); ?>"; |
|
714 | 714 | break; |
715 | 715 | default: |
716 | - msg = "<?php _e('Location detection not supported in browser','geodirectory');?>"; |
|
716 | + msg = "<?php _e('Location detection not supported in browser', 'geodirectory'); ?>"; |
|
717 | 717 | } |
718 | 718 | jQuery('#info').html(msg); |
719 | 719 | } |
@@ -752,7 +752,7 @@ discard block |
||
752 | 752 | * @param object $post The post object. |
753 | 753 | * @param string $link The link to the post. |
754 | 754 | */ |
755 | - $return = apply_filters('geodir_featured_badge_on_image', '<a href="' . $link . '"><span class="geodir_featured_img"> </span></a>',$post,$link); |
|
755 | + $return = apply_filters('geodir_featured_badge_on_image', '<a href="'.$link.'"><span class="geodir_featured_img"> </span></a>', $post, $link); |
|
756 | 756 | break; |
757 | 757 | case 'new' : |
758 | 758 | /** |
@@ -762,7 +762,7 @@ discard block |
||
762 | 762 | * @param object $post The post object. |
763 | 763 | * @param string $link The link to the post. |
764 | 764 | */ |
765 | - $return = apply_filters('geodir_new_badge_on_image', '<a href="' . $link . '"><span class="geodir_new_listing"> </span></a>',$post,$link); |
|
765 | + $return = apply_filters('geodir_new_badge_on_image', '<a href="'.$link.'"><span class="geodir_new_listing"> </span></a>', $post, $link); |
|
766 | 766 | break; |
767 | 767 | |
768 | 768 | } |