@@ -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,7 +641,7 @@ discard block |
||
| 641 | 641 | |
| 642 | 642 | $listing_slug = __($geodir_posttype_info['labels']['singular_name'], 'geodirectory'); |
| 643 | 643 | |
| 644 | - $tabs[$geodir_post_type . '_fields_settings'] = array( |
|
| 644 | + $tabs[$geodir_post_type.'_fields_settings'] = array( |
|
| 645 | 645 | 'label' => wp_sprintf(__('%s Settings', 'geodirectory'), $listing_slug),
|
| 646 | 646 | 'subtabs' => array( |
| 647 | 647 | array('subtab' => 'custom_fields',
|
@@ -675,7 +675,7 @@ discard block |
||
| 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,["static_maps_backend","street_view_image_backend","maps_embed_backend","places_backend","geocoding_backend","directions_backend","distance_matrix_backend","geolocation","elevation_backend","timezone_backend","maps_backend"],null]&TB_iframe=true&width=600&height=400' class="thickbox button-primary" name="<?php _e('Generate API Key - ( MUST be logged in to your Google account )','geodirectory');?>" ><?php _e('Generate API Key','geodirectory');?></a>
|
|
| 1029 | + <a href='https://console.developers.google.com/henhouse/?pb=["hh-1","maps_backend",null,[],"https://developers.google.com",null,["static_maps_backend","street_view_image_backend","maps_embed_backend","places_backend","geocoding_backend","directions_backend","distance_matrix_backend","geolocation","elevation_backend","timezone_backend","maps_backend"],null]&TB_iframe=true&width=600&height=400' class="thickbox button-primary" name="<?php _e('Generate API Key - ( MUST be logged in to your Google account )', 'geodirectory'); ?>" ><?php _e('Generate API Key', 'geodirectory'); ?></a>
|
|
| 1030 | 1030 | <span class="description"><?php echo $value['desc']; ?></span></td> |
| 1031 | 1031 | </tr><?php |
| 1032 | 1032 | break; |
@@ -1038,7 +1038,7 @@ discard block |
||
| 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) {
|
@@ -1154,7 +1154,7 @@ discard block |
||
| 1154 | 1154 | ?></optgroup><?php |
| 1155 | 1155 | } else {
|
| 1156 | 1156 | ?> |
| 1157 | - <option value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values)));?>> |
|
| 1157 | + <option value="<?php echo esc_attr($key); ?>" <?php selected(true, (is_array($option_values) && in_array($key, $option_values))); ?>> |
|
| 1158 | 1158 | <?php echo geodir_utf8_ucfirst($val) ?> |
| 1159 | 1159 | </option> |
| 1160 | 1160 | <?php |
@@ -1191,7 +1191,7 @@ discard block |
||
| 1191 | 1191 | ?> |
| 1192 | 1192 | |
| 1193 | 1193 | <tr valign="top"> |
| 1194 | - <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory');?></th>
|
|
| 1194 | + <th class="titledesc" width="40%"><?php _e('Default map language', 'geodirectory'); ?></th>
|
|
| 1195 | 1195 | <td width="60%"> |
| 1196 | 1196 | <select name="geodir_default_map_language" style="width:60%"> |
| 1197 | 1197 | <?php |
@@ -1273,7 +1273,7 @@ discard block |
||
| 1273 | 1273 | |
| 1274 | 1274 | <tr valign="top"> |
| 1275 | 1275 | <th class="titledesc" |
| 1276 | - width="40%"><?php _e('Default post type search on map', 'geodirectory');?></th>
|
|
| 1276 | + width="40%"><?php _e('Default post type search on map', 'geodirectory'); ?></th>
|
|
| 1277 | 1277 | <td width="60%"> |
| 1278 | 1278 | <select name="geodir_default_map_search_pt" style="width:60%"> |
| 1279 | 1279 | <?php |
@@ -1314,7 +1314,7 @@ discard block |
||
| 1314 | 1314 | $cat_display = 'checkbox'; |
| 1315 | 1315 | $gd_post_types = get_option('geodir_exclude_post_type_on_map');
|
| 1316 | 1316 | $gd_cats = get_option('geodir_exclude_cat_on_map');
|
| 1317 | - $gd_cats_upgrade = (int)get_option('geodir_exclude_cat_on_map_upgrade');
|
|
| 1317 | + $gd_cats_upgrade = (int) get_option('geodir_exclude_cat_on_map_upgrade');
|
|
| 1318 | 1318 | $count = 1; |
| 1319 | 1319 | ?> |
| 1320 | 1320 | <table width="70%" class="widefat"> |
@@ -1343,7 +1343,7 @@ discard block |
||
| 1343 | 1343 | name="home_map_post_types[]" |
| 1344 | 1344 | id="<?php echo esc_attr($value['id']); ?>" |
| 1345 | 1345 | value="<?php echo $key; ?>" |
| 1346 | - class="map_post_type" <?php echo $checked;?> /> |
|
| 1346 | + class="map_post_type" <?php echo $checked; ?> /> |
|
| 1347 | 1347 | <?php echo __($post_types_obj->labels->singular_name, 'geodirectory'); ?></td> |
| 1348 | 1348 | <td width="40%"> |
| 1349 | 1349 | <div class="home_map_category" style="overflow:auto;width:200px;height:100px;" |
@@ -1401,12 +1401,12 @@ discard block |
||
| 1401 | 1401 | ?> |
| 1402 | 1402 | <fieldset> |
| 1403 | 1403 | <legend class="screen-reader-text"><span><?php echo $value['name'] ?></span></legend> |
| 1404 | - <label for="<?php echo $value['id'];?>"> |
|
| 1404 | + <label for="<?php echo $value['id']; ?>"> |
|
| 1405 | 1405 | <input name="<?php echo esc_attr($value['id']); ?>" |
| 1406 | - id="<?php echo esc_attr($value['id'] . $value['value']); ?>" type="radio" |
|
| 1406 | + id="<?php echo esc_attr($value['id'].$value['value']); ?>" type="radio" |
|
| 1407 | 1407 | value="<?php echo $value['value'] ?>" <?php if (get_option($value['id']) == $value['value']) {
|
| 1408 | 1408 | echo 'checked="checked"'; |
| 1409 | - }elseif(get_option($value['id'])=='' && $value['std']==$value['value']){echo 'checked="checked"';} ?> />
|
|
| 1409 | + }elseif (get_option($value['id']) == '' && $value['std'] == $value['value']) {echo 'checked="checked"'; } ?> />
|
|
| 1410 | 1410 | <?php echo $value['desc']; ?></label><br> |
| 1411 | 1411 | </fieldset> |
| 1412 | 1412 | <?php |
@@ -1426,9 +1426,9 @@ discard block |
||
| 1426 | 1426 | <th scope="row" class="titledesc"><?php echo $value['name'] ?></th> |
| 1427 | 1427 | <td class="forminp"> |
| 1428 | 1428 | <textarea |
| 1429 | - <?php if (isset($value['args'])) echo $value['args'] . ' '; ?>name="<?php echo esc_attr($value['id']); ?>" |
|
| 1429 | + <?php if (isset($value['args'])) echo $value['args'].' '; ?>name="<?php echo esc_attr($value['id']); ?>" |
|
| 1430 | 1430 | id="<?php echo esc_attr($value['id']); ?>" |
| 1431 | - <?php if(isset($value['placeholder'])){?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
|
|
| 1431 | + <?php if (isset($value['placeholder'])) {?>placeholder="<?php echo esc_attr($value['placeholder']); ?>"<?php }?>
|
|
| 1432 | 1432 | style="<?php echo esc_attr($value['css']); ?>"><?php if (get_option($value['id'])) echo esc_textarea(stripslashes(get_option($value['id']))); else echo esc_textarea($value['std']); ?></textarea><span |
| 1433 | 1433 | class="description"><?php echo $value['desc'] ?></span> |
| 1434 | 1434 | |
@@ -1473,7 +1473,7 @@ discard block |
||
| 1473 | 1473 | } |
| 1474 | 1474 | } |
| 1475 | 1475 | // |
| 1476 | - $page_setting = (int)get_option($value['id']); |
|
| 1476 | + $page_setting = (int) get_option($value['id']); |
|
| 1477 | 1477 | |
| 1478 | 1478 | $args = array('name' => $value['id'],
|
| 1479 | 1479 | 'id' => $value['id'], |
@@ -1490,7 +1490,7 @@ discard block |
||
| 1490 | 1490 | <tr valign="top" class="single_select_page"> |
| 1491 | 1491 | <th scope="row" class="titledesc"><?php echo $value['name'] ?></th> |
| 1492 | 1492 | <td class="forminp"> |
| 1493 | - <?php echo str_replace(' id=', " data-placeholder='" . __('Select a page...', 'geodirectory') . "' style='" . $value['css'] . "' class='" . $value['class'] . "' " . $disabled . " id=", wp_dropdown_pages($args)); ?>
|
|
| 1493 | + <?php echo str_replace(' id=', " data-placeholder='".__('Select a page...', 'geodirectory')."' style='".$value['css']."' class='".$value['class']."' ".$disabled." id=", wp_dropdown_pages($args)); ?>
|
|
| 1494 | 1494 | <span class="description"><?php echo $value['desc'] ?></span> |
| 1495 | 1495 | </td> |
| 1496 | 1496 | </tr><?php |
@@ -1499,7 +1499,7 @@ discard block |
||
| 1499 | 1499 | } |
| 1500 | 1500 | break; |
| 1501 | 1501 | case 'single_select_country' : |
| 1502 | - $country_setting = (string)get_option($value['id']); |
|
| 1502 | + $country_setting = (string) get_option($value['id']); |
|
| 1503 | 1503 | if (strstr($country_setting, ':')) : |
| 1504 | 1504 | $country = current(explode(':', $country_setting));
|
| 1505 | 1505 | $state = end(explode(':', $country_setting));
|
@@ -1522,7 +1522,7 @@ discard block |
||
| 1522 | 1522 | case 'multi_select_countries' : |
| 1523 | 1523 | $countries = $geodirectory->countries->countries; |
| 1524 | 1524 | asort($countries); |
| 1525 | - $selections = (array)get_option($value['id']); |
|
| 1525 | + $selections = (array) get_option($value['id']); |
|
| 1526 | 1526 | ?> |
| 1527 | 1527 | <tr valign="top"> |
| 1528 | 1528 | <th scope="row" class="titledesc"><?php echo $value['name'] ?></th> |
@@ -1532,7 +1532,7 @@ discard block |
||
| 1532 | 1532 | title="Country" class="chosen_select"> |
| 1533 | 1533 | <?php |
| 1534 | 1534 | if ($countries) foreach ($countries as $key => $val) : |
| 1535 | - echo '<option value="' . $key . '" ' . selected(in_array($key, $selections), true, false) . '>' . $val . '</option>'; |
|
| 1535 | + echo '<option value="'.$key.'" '.selected(in_array($key, $selections), true, false).'>'.$val.'</option>'; |
|
| 1536 | 1536 | endforeach; |
| 1537 | 1537 | ?> |
| 1538 | 1538 | </select> |
@@ -1544,7 +1544,7 @@ discard block |
||
| 1544 | 1544 | break; |
| 1545 | 1545 | |
| 1546 | 1546 | case 'google_analytics' : |
| 1547 | - $selections = (array)get_option($value['id']); |
|
| 1547 | + $selections = (array) get_option($value['id']); |
|
| 1548 | 1548 | ?> |
| 1549 | 1549 | <tr valign="top"> |
| 1550 | 1550 | <th scope="row" class="titledesc"><?php echo $value['name'] ?></th> |
@@ -1555,30 +1555,30 @@ discard block |
||
| 1555 | 1555 | |
| 1556 | 1556 | $oAuthURL = "https://accounts.google.com/o/oauth2/auth?"; |
| 1557 | 1557 | $scope = "scope=https://www.googleapis.com/auth/analytics.readonly"; |
| 1558 | - $state = "&state=123";//any string |
|
| 1559 | - $redirect_uri = "&redirect_uri=" . admin_url('admin-ajax.php') . "?action=geodir_ga_callback";
|
|
| 1558 | + $state = "&state=123"; //any string |
|
| 1559 | + $redirect_uri = "&redirect_uri=".admin_url('admin-ajax.php')."?action=geodir_ga_callback";
|
|
| 1560 | 1560 | $response_type = "&response_type=code"; |
| 1561 | 1561 | $client_id = "&client_id=".get_option('geodir_ga_client_id');
|
| 1562 | 1562 | $access_type = "&access_type=offline"; |
| 1563 | 1563 | $approval_prompt = "&approval_prompt=force"; |
| 1564 | 1564 | |
| 1565 | - $auth_url = $oAuthURL . $scope . $state . $redirect_uri . $response_type . $client_id . $access_type . $approval_prompt; |
|
| 1565 | + $auth_url = $oAuthURL.$scope.$state.$redirect_uri.$response_type.$client_id.$access_type.$approval_prompt; |
|
| 1566 | 1566 | |
| 1567 | 1567 | |
| 1568 | 1568 | if (get_option('geodir_ga_auth_token')) {
|
| 1569 | 1569 | ?> |
| 1570 | 1570 | <span class="button-primary" |
| 1571 | - onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize');?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span>
|
|
| 1571 | + onclick="gd_GA_Deauthorize('<?php echo wp_create_nonce('gd_ga_deauthorize'); ?>');"><?php _e('Deauthorize', 'geodirectory'); ?></span>
|
|
| 1572 | 1572 | <span style="color: green; font-weight: bold;"><?php _e('Authorized', 'geodirectory'); ?></span>
|
| 1573 | 1573 | <?php |
| 1574 | 1574 | global $gd_ga_errors; |
| 1575 | - if(!empty($gd_ga_errors)){
|
|
| 1575 | + if (!empty($gd_ga_errors)) {
|
|
| 1576 | 1576 | print_r($gd_ga_errors); |
| 1577 | 1577 | } |
| 1578 | 1578 | } else {
|
| 1579 | 1579 | ?> |
| 1580 | 1580 | <span class="button-primary" |
| 1581 | - onclick="window.open('<?php echo geodir_ga_activation_url();?>', 'activate','width=700, height=600, menubar=0, status=0, location=0, toolbar=0')"><?php _e('Authorize', 'geodirectory');?></span>
|
|
| 1581 | + onclick="window.open('<?php echo geodir_ga_activation_url(); ?>', 'activate','width=700, height=600, menubar=0, status=0, location=0, toolbar=0')"><?php _e('Authorize', 'geodirectory'); ?></span>
|
|
| 1582 | 1582 | <?php |
| 1583 | 1583 | } |
| 1584 | 1584 | ?> |
@@ -1649,9 +1649,9 @@ discard block |
||
| 1649 | 1649 | |
| 1650 | 1650 | <?php if (isset($_REQUEST['active_tab']) && $_REQUEST['active_tab'] != '') { ?>
|
| 1651 | 1651 | jQuery('.geodir_option_tabs').removeClass('gd-tab-active');
|
| 1652 | - jQuery('#<?php echo sanitize_text_field($_REQUEST['active_tab']);?>').addClass('gd-tab-active');
|
|
| 1652 | + jQuery('#<?php echo sanitize_text_field($_REQUEST['active_tab']); ?>').addClass('gd-tab-active');
|
|
| 1653 | 1653 | jQuery('.gd-content-heading').hide();
|
| 1654 | - jQuery('#sub_<?php echo sanitize_text_field($_REQUEST['active_tab']);?>').show();
|
|
| 1654 | + jQuery('#sub_<?php echo sanitize_text_field($_REQUEST['active_tab']); ?>').show();
|
|
| 1655 | 1655 | <?php } ?> |
| 1656 | 1656 | }); |
| 1657 | 1657 | </script> |
@@ -1737,7 +1737,7 @@ discard block |
||
| 1737 | 1737 | wp_nonce_field(plugin_basename(__FILE__), 'geodir_post_attachments_noncename'); |
| 1738 | 1738 | |
| 1739 | 1739 | if (geodir_get_featured_image($post_id, 'thumbnail')) {
|
| 1740 | - echo '<h4>' . __('Featured Image', 'geodirectory') . '</h4>';
|
|
| 1740 | + echo '<h4>'.__('Featured Image', 'geodirectory').'</h4>';
|
|
| 1741 | 1741 | geodir_show_featured_image($post_id, 'thumbnail'); |
| 1742 | 1742 | } |
| 1743 | 1743 | |
@@ -1748,13 +1748,13 @@ discard block |
||
| 1748 | 1748 | |
| 1749 | 1749 | <h5 class="form_title"> |
| 1750 | 1750 | <?php if ($image_limit != 0 && $image_limit == 1) {
|
| 1751 | - echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('image with this package', 'geodirectory') . ')</small>';
|
|
| 1751 | + echo '<br /><small>('.__('You can upload', 'geodirectory').' '.$image_limit.' '.__('image with this package', 'geodirectory').')</small>';
|
|
| 1752 | 1752 | } ?> |
| 1753 | 1753 | <?php if ($image_limit != 0 && $image_limit > 1) {
|
| 1754 | - echo '<br /><small>(' . __('You can upload', 'geodirectory') . ' ' . $image_limit . ' ' . __('images with this package', 'geodirectory') . ')</small>';
|
|
| 1754 | + echo '<br /><small>('.__('You can upload', 'geodirectory').' '.$image_limit.' '.__('images with this package', 'geodirectory').')</small>';
|
|
| 1755 | 1755 | } ?> |
| 1756 | 1756 | <?php if ($image_limit == 0) {
|
| 1757 | - echo '<br /><small>(' . __('You can upload unlimited images with this package', 'geodirectory') . ')</small>';
|
|
| 1757 | + echo '<br /><small>('.__('You can upload unlimited images with this package', 'geodirectory').')</small>';
|
|
| 1758 | 1758 | } ?> |
| 1759 | 1759 | </h5> |
| 1760 | 1760 | |
@@ -1793,10 +1793,10 @@ discard block |
||
| 1793 | 1793 | <div |
| 1794 | 1794 | class="plupload-upload-uic hide-if-no-js <?php if ($multiple): ?>plupload-upload-uic-multiple<?php endif; ?>" |
| 1795 | 1795 | id="<?php echo $id; ?>plupload-upload-ui"> |
| 1796 | - <h4><?php _e('Drop files to upload', 'geodirectory');?></h4>
|
|
| 1796 | + <h4><?php _e('Drop files to upload', 'geodirectory'); ?></h4>
|
|
| 1797 | 1797 | <input id="<?php echo $id; ?>plupload-browse-button" type="button" |
| 1798 | 1798 | value="<?php _e('Select Files', 'geodirectory'); ?>" class="button"/>
|
| 1799 | - <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce($id . 'pluploadan'); ?>"></span> |
|
| 1799 | + <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce($id.'pluploadan'); ?>"></span> |
|
| 1800 | 1800 | <?php if ($width && $height): ?> |
| 1801 | 1801 | <span class="plupload-resize"></span> |
| 1802 | 1802 | <span class="plupload-width" id="plupload-width<?php echo $width; ?>"></span> |
@@ -1808,7 +1808,7 @@ discard block |
||
| 1808 | 1808 | id="<?php echo $id; ?>plupload-thumbs" style="border-top:1px solid #ccc; padding-top:10px;"> |
| 1809 | 1809 | </div> |
| 1810 | 1810 | <span |
| 1811 | - id="upload-msg"><?php _e('Please drag & drop the images to rearrange the order', 'geodirectory');?></span>
|
|
| 1811 | + id="upload-msg"><?php _e('Please drag & drop the images to rearrange the order', 'geodirectory'); ?></span>
|
|
| 1812 | 1812 | <span id="<?php echo $id; ?>upload-error" style="display:none"></span> |
| 1813 | 1813 | </div> |
| 1814 | 1814 | |
@@ -2018,9 +2018,9 @@ discard block |
||
| 2018 | 2018 | $plugin = 'avada-nag'; |
| 2019 | 2019 | $timestamp = 'avada-nag1234'; |
| 2020 | 2020 | $message = __('Welcome to GeoDirectory, please have a look <a href="https://docs.wpgeodirectory.com/category/getting-started/" target="_blank">here</a> to get started. :)', 'geodirectory');
|
| 2021 | - echo '<div id="' . $timestamp . '" class="error">'; |
|
| 2022 | - echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\'' . $plugin . '\',\'' . $timestamp . '\');" ><i class="fa fa-times"></i></span>'; |
|
| 2023 | - echo "<img class='gd-icon-noti' src='" . plugin_dir_url('') . "geodirectory/geodirectory-assets/images/favicon.ico' > ";
|
|
| 2021 | + echo '<div id="'.$timestamp.'" class="error">'; |
|
| 2022 | + echo '<span class="gd-remove-noti" onclick="gdRemoveANotification(\''.$plugin.'\',\''.$timestamp.'\');" ><i class="fa fa-times"></i></span>'; |
|
| 2023 | + echo "<img class='gd-icon-noti' src='".plugin_dir_url('')."geodirectory/geodirectory-assets/images/favicon.ico' > ";
|
|
| 2024 | 2024 | echo "<p>$message</p>"; |
| 2025 | 2025 | echo "</div>"; |
| 2026 | 2026 | |
@@ -2154,7 +2154,7 @@ discard block |
||
| 2154 | 2154 | |
| 2155 | 2155 | // Don't allow same slug url for listing and location |
| 2156 | 2156 | if (geodir_strtolower($listing_prefix) == geodir_strtolower($location_prefix)) {
|
| 2157 | - $redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab . '&msg=fail&gderr=21');
|
|
| 2157 | + $redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$active_tab.'&msg=fail&gderr=21');
|
|
| 2158 | 2158 | wp_redirect($redirect_url); |
| 2159 | 2159 | exit; |
| 2160 | 2160 | } |
@@ -2166,7 +2166,7 @@ discard block |
||
| 2166 | 2166 | $default_language = $sitepress->get_default_language(); |
| 2167 | 2167 | |
| 2168 | 2168 | if ($current_language != 'all' && $current_language != $default_language) {
|
| 2169 | - $redirect_url = admin_url('admin.php?page=geodirectory&tab=' . $current_tab . '&active_tab=' . $active_tab);
|
|
| 2169 | + $redirect_url = admin_url('admin.php?page=geodirectory&tab='.$current_tab.'&active_tab='.$active_tab);
|
|
| 2170 | 2170 | wp_redirect($redirect_url); |
| 2171 | 2171 | exit; |
| 2172 | 2172 | } |
@@ -2187,11 +2187,11 @@ discard block |
||
| 2187 | 2187 | function geodir_hide_admin_preview_button() {
|
| 2188 | 2188 | global $post_type; |
| 2189 | 2189 | $post_types = geodir_get_posttypes(); |
| 2190 | - if(in_array($post_type, $post_types)) |
|
| 2190 | + if (in_array($post_type, $post_types)) |
|
| 2191 | 2191 | echo '<style type="text/css">#post-preview, #view-post-btn{display: none;}</style>';
|
| 2192 | 2192 | } |
| 2193 | -add_action( 'admin_head-post-new.php', 'geodir_hide_admin_preview_button' ); |
|
| 2194 | -add_action( 'admin_head-post.php', 'geodir_hide_admin_preview_button' ); |
|
| 2193 | +add_action('admin_head-post-new.php', 'geodir_hide_admin_preview_button');
|
|
| 2194 | +add_action('admin_head-post.php', 'geodir_hide_admin_preview_button');
|
|
| 2195 | 2195 | |
| 2196 | 2196 | /** |
| 2197 | 2197 | * Add the tab in left sidebar menu fro import & export page. |
@@ -2201,8 +2201,8 @@ discard block |
||
| 2201 | 2201 | * |
| 2202 | 2202 | * @return array Array of tab data. |
| 2203 | 2203 | */ |
| 2204 | -function geodir_import_export_tab( $tabs ) {
|
|
| 2205 | - $tabs['import_export'] = array( 'label' => __( 'Import & Export', 'geodirectory' ) ); |
|
| 2204 | +function geodir_import_export_tab($tabs) {
|
|
| 2205 | + $tabs['import_export'] = array('label' => __('Import & Export', 'geodirectory'));
|
|
| 2206 | 2206 | return $tabs; |
| 2207 | 2207 | } |
| 2208 | 2208 | |
@@ -2216,8 +2216,8 @@ discard block |
||
| 2216 | 2216 | * @return string Html content. |
| 2217 | 2217 | */ |
| 2218 | 2218 | function geodir_import_export_page() {
|
| 2219 | - $nonce = wp_create_nonce( 'geodir_import_export_nonce' ); |
|
| 2220 | - $gd_cats_sample_csv = geodir_plugin_url() . '/geodirectory-assets/gd_sample_categories.csv'; |
|
| 2219 | + $nonce = wp_create_nonce('geodir_import_export_nonce');
|
|
| 2220 | + $gd_cats_sample_csv = geodir_plugin_url().'/geodirectory-assets/gd_sample_categories.csv'; |
|
| 2221 | 2221 | /** |
| 2222 | 2222 | * Filter sample category data csv file url. |
| 2223 | 2223 | * |
@@ -2226,9 +2226,9 @@ discard block |
||
| 2226 | 2226 | * |
| 2227 | 2227 | * @param string $gd_cats_sample_csv Sample category data csv file url. |
| 2228 | 2228 | */ |
| 2229 | - $gd_cats_sample_csv = apply_filters( 'geodir_export_cats_sample_csv', $gd_cats_sample_csv ); |
|
| 2229 | + $gd_cats_sample_csv = apply_filters('geodir_export_cats_sample_csv', $gd_cats_sample_csv);
|
|
| 2230 | 2230 | |
| 2231 | - $gd_posts_sample_csv = geodir_plugin_url() . '/geodirectory-assets/place_listing.csv'; |
|
| 2231 | + $gd_posts_sample_csv = geodir_plugin_url().'/geodirectory-assets/place_listing.csv'; |
|
| 2232 | 2232 | /** |
| 2233 | 2233 | * Filter sample post data csv file url. |
| 2234 | 2234 | * |
@@ -2237,15 +2237,15 @@ discard block |
||
| 2237 | 2237 | * |
| 2238 | 2238 | * @param string $gd_posts_sample_csv Sample post data csv file url. |
| 2239 | 2239 | */ |
| 2240 | - $gd_posts_sample_csv = apply_filters( 'geodir_export_posts_sample_csv', $gd_posts_sample_csv ); |
|
| 2240 | + $gd_posts_sample_csv = apply_filters('geodir_export_posts_sample_csv', $gd_posts_sample_csv);
|
|
| 2241 | 2241 | |
| 2242 | - $gd_posttypes = geodir_get_posttypes( 'array' ); |
|
| 2242 | + $gd_posttypes = geodir_get_posttypes('array');
|
|
| 2243 | 2243 | |
| 2244 | 2244 | $gd_posttypes_option = ''; |
| 2245 | - foreach ( $gd_posttypes as $gd_posttype => $row ) {
|
|
| 2246 | - $gd_posttypes_option .= '<option value="' . $gd_posttype . '" data-cats="' . (int)geodir_get_terms_count( $gd_posttype ) . '" data-posts="' . (int)geodir_get_posts_count( $gd_posttype ) . '">' . __( $row['labels']['name'], 'geodirectory' ) . '</option>'; |
|
| 2245 | + foreach ($gd_posttypes as $gd_posttype => $row) {
|
|
| 2246 | + $gd_posttypes_option .= '<option value="'.$gd_posttype.'" data-cats="'.(int) geodir_get_terms_count($gd_posttype).'" data-posts="'.(int) geodir_get_posts_count($gd_posttype).'">'.__($row['labels']['name'], 'geodirectory').'</option>'; |
|
| 2247 | 2247 | } |
| 2248 | - wp_enqueue_script( 'jquery-ui-progressbar' ); |
|
| 2248 | + wp_enqueue_script('jquery-ui-progressbar');
|
|
| 2249 | 2249 | |
| 2250 | 2250 | $gd_chunksize_options = array(); |
| 2251 | 2251 | $gd_chunksize_options[100] = 100; |
@@ -2267,50 +2267,50 @@ discard block |
||
| 2267 | 2267 | * |
| 2268 | 2268 | * @param string $gd_chunksize_options Entries options. |
| 2269 | 2269 | */ |
| 2270 | - $gd_chunksize_options = apply_filters( 'geodir_export_csv_chunksize_options', $gd_chunksize_options ); |
|
| 2270 | + $gd_chunksize_options = apply_filters('geodir_export_csv_chunksize_options', $gd_chunksize_options);
|
|
| 2271 | 2271 | |
| 2272 | 2272 | $gd_chunksize_option = ''; |
| 2273 | 2273 | foreach ($gd_chunksize_options as $value => $title) {
|
| 2274 | - $gd_chunksize_option .= '<option value="' . $value . '" ' . selected($value, 5000, false) . '>' . $title . '</option>'; |
|
| 2274 | + $gd_chunksize_option .= '<option value="'.$value.'" '.selected($value, 5000, false).'>'.$title.'</option>'; |
|
| 2275 | 2275 | } |
| 2276 | 2276 | |
| 2277 | 2277 | $uploads = wp_upload_dir(); |
| 2278 | - $upload_dir = wp_sprintf( CSV_TRANSFER_IMG_FOLDER, str_replace( ABSPATH, '', $uploads['path'] ) ); |
|
| 2278 | + $upload_dir = wp_sprintf(CSV_TRANSFER_IMG_FOLDER, str_replace(ABSPATH, '', $uploads['path'])); |
|
| 2279 | 2279 | ?> |
| 2280 | 2280 | </form> |
| 2281 | 2281 | <div class="inner_content_tab_main gd-import-export"> |
| 2282 | - <h3><?php _e( 'GD Import & Export CSV', 'geodirectory' ) ;?></h3> |
|
| 2283 | - <span class="description"><?php _e( 'Import & export csv for GD listings & categories.', 'geodirectory' ) ;?></span> |
|
| 2282 | + <h3><?php _e('GD Import & Export CSV', 'geodirectory'); ?></h3>
|
|
| 2283 | + <span class="description"><?php _e('Import & export csv for GD listings & categories.', 'geodirectory'); ?></span>
|
|
| 2284 | 2284 | <div class="gd-content-heading"> |
| 2285 | 2285 | |
| 2286 | 2286 | <?php |
| 2287 | 2287 | ini_set('max_execution_time', 999999);
|
| 2288 | - $ini_max_execution_time_check = @ini_get( 'max_execution_time' ); |
|
| 2288 | + $ini_max_execution_time_check = @ini_get('max_execution_time');
|
|
| 2289 | 2289 | ini_restore('max_execution_time');
|
| 2290 | 2290 | |
| 2291 | - if($ini_max_execution_time_check != 999999){ // only show these setting to the user if we can't change the ini setting
|
|
| 2291 | + if ($ini_max_execution_time_check != 999999) { // only show these setting to the user if we can't change the ini setting
|
|
| 2292 | 2292 | ?> |
| 2293 | 2293 | <div id="gd_ie_reqs" class="metabox-holder"> |
| 2294 | 2294 | <div class="meta-box-sortables ui-sortable"> |
| 2295 | 2295 | <div class="postbox"> |
| 2296 | - <h3 class="hndle"><span style='vertical-align:top;'><?php echo __( 'PHP Requirements for GD Import & Export CSV', 'geodirectory' );?></span></h3> |
|
| 2296 | + <h3 class="hndle"><span style='vertical-align:top;'><?php echo __('PHP Requirements for GD Import & Export CSV', 'geodirectory'); ?></span></h3>
|
|
| 2297 | 2297 | <div class="inside"> |
| 2298 | - <span class="description"><?php echo __( 'Note: In case GD import & export csv not working for larger data then please check and configure following php settings.', 'geodirectory' );?></span> |
|
| 2298 | + <span class="description"><?php echo __('Note: In case GD import & export csv not working for larger data then please check and configure following php settings.', 'geodirectory'); ?></span>
|
|
| 2299 | 2299 | <table class="form-table"> |
| 2300 | 2300 | <thead> |
| 2301 | 2301 | <tr> |
| 2302 | - <th><?php _e( 'PHP Settings', 'geodirectory' );?></th><th><?php _e( 'Current Value', 'geodirectory' );?></th><th><?php _e( 'Recommended Value', 'geodirectory' );?></th> |
|
| 2302 | + <th><?php _e('PHP Settings', 'geodirectory'); ?></th><th><?php _e('Current Value', 'geodirectory'); ?></th><th><?php _e('Recommended Value', 'geodirectory'); ?></th>
|
|
| 2303 | 2303 | </tr> |
| 2304 | 2304 | </thead> |
| 2305 | 2305 | <tbody> |
| 2306 | 2306 | <tr> |
| 2307 | - <td>max_input_time</td><td><?php echo @ini_get( 'max_input_time' );?></td><td>3000</td> |
|
| 2307 | + <td>max_input_time</td><td><?php echo @ini_get('max_input_time'); ?></td><td>3000</td>
|
|
| 2308 | 2308 | </tr> |
| 2309 | 2309 | <tr> |
| 2310 | - <td>max_execution_time</td><td><?php echo @ini_get( 'max_execution_time' );?></td><td>3000</td> |
|
| 2310 | + <td>max_execution_time</td><td><?php echo @ini_get('max_execution_time'); ?></td><td>3000</td>
|
|
| 2311 | 2311 | </tr> |
| 2312 | 2312 | <tr> |
| 2313 | - <td>memory_limit</td><td><?php echo @ini_get( 'memory_limit' );?></td><td>256M</td> |
|
| 2313 | + <td>memory_limit</td><td><?php echo @ini_get('memory_limit'); ?></td><td>256M</td>
|
|
| 2314 | 2314 | </tr> |
| 2315 | 2315 | </tbody> |
| 2316 | 2316 | </table> |
@@ -2322,21 +2322,21 @@ discard block |
||
| 2322 | 2322 | <div id="gd_ie_imposts" class="metabox-holder"> |
| 2323 | 2323 | <div class="meta-box-sortables ui-sortable"> |
| 2324 | 2324 | <div id="gd_ie_im_posts" class="postbox gd-hndle-pbox"> |
| 2325 | - <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Listings: Import CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
| 2326 | - <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Listings: Import CSV', 'geodirectory' );?></span></h3> |
|
| 2325 | + <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Listings: Import CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
|
|
| 2326 | + <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Listings: Import CSV', 'geodirectory'); ?></span></h3>
|
|
| 2327 | 2327 | <div class="inside"> |
| 2328 | 2328 | <table class="form-table"> |
| 2329 | 2329 | <tbody> |
| 2330 | 2330 | <tr> |
| 2331 | 2331 | <td class="gd-imex-box"> |
| 2332 | 2332 | <div class="gd-im-choices"> |
| 2333 | - <p><input type="radio" value="update" name="gd_im_choicepost" id="gd_im_pchoice_u" /><label for="gd_im_pchoice_u"><?php _e( 'Update listing if post with post_id already exists.', 'geodirectory' );?></label></p> |
|
| 2334 | - <p><input type="radio" checked="checked" value="skip" name="gd_im_choicepost" id="gd_im_pchoice_s" /><label for="gd_im_pchoice_s"><?php _e( 'Ignore listing if post with post_id already exists.', 'geodirectory' );?></label></p> |
|
| 2333 | + <p><input type="radio" value="update" name="gd_im_choicepost" id="gd_im_pchoice_u" /><label for="gd_im_pchoice_u"><?php _e('Update listing if post with post_id already exists.', 'geodirectory'); ?></label></p>
|
|
| 2334 | + <p><input type="radio" checked="checked" value="skip" name="gd_im_choicepost" id="gd_im_pchoice_s" /><label for="gd_im_pchoice_s"><?php _e('Ignore listing if post with post_id already exists.', 'geodirectory'); ?></label></p>
|
|
| 2335 | 2335 | </div> |
| 2336 | 2336 | <div class="plupload-upload-uic hide-if-no-js" id="gd_im_postplupload-upload-ui"> |
| 2337 | 2337 | <input type="text" readonly="readonly" name="gd_im_post_file" class="gd-imex-file gd_im_post_file" id="gd_im_post" onclick="jQuery('#gd_im_postplupload-browse-button').trigger('click');" />
|
| 2338 | - <input id="gd_im_postplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-pupload button-primary" /><input type="button" value="<?php echo esc_attr( __( 'Download Sample CSV', 'geodirectory' ) );?>" class="button-secondary" name="gd_ie_imposts_sample" id="gd_ie_imposts_sample"> |
|
| 2339 | - <input type="hidden" id="gd_ie_imposts_csv" value="<?php echo $gd_posts_sample_csv;?>" /> |
|
| 2338 | + <input id="gd_im_postplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-pupload button-primary" /><input type="button" value="<?php echo esc_attr(__('Download Sample CSV', 'geodirectory')); ?>" class="button-secondary" name="gd_ie_imposts_sample" id="gd_ie_imposts_sample">
|
|
| 2339 | + <input type="hidden" id="gd_ie_imposts_csv" value="<?php echo $gd_posts_sample_csv; ?>" /> |
|
| 2340 | 2340 | <input type="hidden" id="gd_im_post_allowed_types" data-exts=".csv" value="csv" /> |
| 2341 | 2341 | <?php |
| 2342 | 2342 | /** |
@@ -2346,7 +2346,7 @@ discard block |
||
| 2346 | 2346 | */ |
| 2347 | 2347 | do_action('geodir_sample_csv_download_link');
|
| 2348 | 2348 | ?> |
| 2349 | - <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce( 'gd_im_postpluploadan' ); ?>"></span> |
|
| 2349 | + <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce('gd_im_postpluploadan'); ?>"></span>
|
|
| 2350 | 2350 | <div class="filelist"></div> |
| 2351 | 2351 | </div> |
| 2352 | 2352 | <span id="gd_im_postupload-error" style="display:none"></span> |
@@ -2364,7 +2364,7 @@ discard block |
||
| 2364 | 2364 | <input type="hidden" id="gd_terminateaction" value="continue"/> |
| 2365 | 2365 | </div> |
| 2366 | 2366 | <div class="gd-import-progress" id="gd-import-progress" style="display:none"> |
| 2367 | - <div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory');?> </b><font
|
|
| 2367 | + <div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory'); ?> </b><font
|
|
| 2368 | 2368 | id="gd-import-done">0</font> / <font id="gd-import-total">0</font> ( <font |
| 2369 | 2369 | id="gd-import-perc">0%</font> ) |
| 2370 | 2370 | <div class="gd-fileprogress"></div> |
@@ -2376,10 +2376,10 @@ discard block |
||
| 2376 | 2376 | <div class="gd-imex-btns" style="display:none;"> |
| 2377 | 2377 | <input type="hidden" class="geodir_import_file" name="geodir_import_file" value="save"/> |
| 2378 | 2378 | <input onclick="gd_imex_PrepareImport(this, 'post')" type="button" value="<?php echo CSV_IMPORT_DATA; ?>" id="gd_import_data" class="button-primary" /> |
| 2379 | - <input onclick="gd_imex_ContinueImport(this, 'post')" type="button" value="<?php _e( "Continue Import Data", 'geodirectory' );?>" id="gd_continue_data" class="button-primary" style="display:none"/> |
|
| 2380 | - <input type="button" value="<?php _e("Terminate Import Data", 'geodirectory');?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'post')"/>
|
|
| 2379 | + <input onclick="gd_imex_ContinueImport(this, 'post')" type="button" value="<?php _e("Continue Import Data", 'geodirectory'); ?>" id="gd_continue_data" class="button-primary" style="display:none"/>
|
|
| 2380 | + <input type="button" value="<?php _e("Terminate Import Data", 'geodirectory'); ?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'post')"/>
|
|
| 2381 | 2381 | <div id="gd_process_data" style="display:none"> |
| 2382 | - <span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory');?>
|
|
| 2382 | + <span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory'); ?>
|
|
| 2383 | 2383 | </div> |
| 2384 | 2384 | </div> |
| 2385 | 2385 | </td> |
@@ -2393,30 +2393,30 @@ discard block |
||
| 2393 | 2393 | <div id="gd_ie_excategs" class="metabox-holder"> |
| 2394 | 2394 | <div class="meta-box-sortables ui-sortable"> |
| 2395 | 2395 | <div id="gd_ie_ex_posts" class="postbox gd-hndle-pbox"> |
| 2396 | - <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - Listings: Export CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
| 2397 | - <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Listings: Export CSV', 'geodirectory' );?></span></h3> |
|
| 2396 | + <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - Listings: Export CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
|
|
| 2397 | + <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Listings: Export CSV', 'geodirectory'); ?></span></h3>
|
|
| 2398 | 2398 | <div class="inside"> |
| 2399 | 2399 | <table class="form-table"> |
| 2400 | 2400 | <tbody> |
| 2401 | 2401 | <tr> |
| 2402 | 2402 | <td class="fld"><label for="gd_post_type"> |
| 2403 | - <?php _e( 'Post Type:', 'geodirectory' );?> |
|
| 2403 | + <?php _e('Post Type:', 'geodirectory'); ?>
|
|
| 2404 | 2404 | </label></td> |
| 2405 | 2405 | <td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"> |
| 2406 | - <?php echo $gd_posttypes_option;?> |
|
| 2406 | + <?php echo $gd_posttypes_option; ?> |
|
| 2407 | 2407 | </select></td> |
| 2408 | 2408 | </tr> |
| 2409 | 2409 | <tr> |
| 2410 | - <td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e( 'Max entries per csv file:', 'geodirectory' );?></label></td> |
|
| 2411 | - <td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option;?></select><span class="description"><?php _e( 'Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory' );?></span></td> |
|
| 2410 | + <td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e('Max entries per csv file:', 'geodirectory'); ?></label></td>
|
|
| 2411 | + <td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option; ?></select><span class="description"><?php _e('Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory'); ?></span></td>
|
|
| 2412 | 2412 | </tr> |
| 2413 | 2413 | <tr class="gd-imex-dates"> |
| 2414 | - <td class="fld"><label><?php _e( 'Published Date:', 'geodirectory' );?></label></td> |
|
| 2415 | - <td><label><span class="label-responsive"><?php _e( 'Start date:', 'geodirectory' );?></span><input type="text" id="gd_imex_start_date" name="gd_imex[start_date]" data-type="date" /></label><label><span class="label-responsive"><?php _e( 'End date:', 'geodirectory' );?></span><input type="text" id="gd_imex_end_date" name="gd_imex[end_date]" data-type="date" /></label></td> |
|
| 2414 | + <td class="fld"><label><?php _e('Published Date:', 'geodirectory'); ?></label></td>
|
|
| 2415 | + <td><label><span class="label-responsive"><?php _e('Start date:', 'geodirectory'); ?></span><input type="text" id="gd_imex_start_date" name="gd_imex[start_date]" data-type="date" /></label><label><span class="label-responsive"><?php _e('End date:', 'geodirectory'); ?></span><input type="text" id="gd_imex_end_date" name="gd_imex[end_date]" data-type="date" /></label></td>
|
|
| 2416 | 2416 | </tr> |
| 2417 | 2417 | <tr> |
| 2418 | 2418 | <td class="fld" style="vertical-align:top"><label> |
| 2419 | - <?php _e( 'Progress:', 'geodirectory' );?> |
|
| 2419 | + <?php _e('Progress:', 'geodirectory'); ?>
|
|
| 2420 | 2420 | </label></td> |
| 2421 | 2421 | <td><div id='gd_progressbar_box'> |
| 2422 | 2422 | <div id="gd_progressbar" class="gd_progressbar"> |
@@ -2424,13 +2424,13 @@ discard block |
||
| 2424 | 2424 | </div> |
| 2425 | 2425 | </div> |
| 2426 | 2426 | <p style="display:inline-block"> |
| 2427 | - <?php _e( 'Elapsed Time:', 'geodirectory' );?> |
|
| 2427 | + <?php _e('Elapsed Time:', 'geodirectory'); ?>
|
|
| 2428 | 2428 | </p> |
| 2429 | 2429 | |
| 2430 | 2430 | <p id="gd_timer" class="gd_timer">00:00:00</p></td> |
| 2431 | 2431 | </tr> |
| 2432 | 2432 | <tr class="gd-ie-actions"> |
| 2433 | - <td style="vertical-align:top"><input type="submit" value="<?php echo esc_attr( __( 'Export CSV', 'geodirectory' ) );?>" class="button-primary" name="gd_ie_exposts_submit" id="gd_ie_exposts_submit"> |
|
| 2433 | + <td style="vertical-align:top"><input type="submit" value="<?php echo esc_attr(__('Export CSV', 'geodirectory')); ?>" class="button-primary" name="gd_ie_exposts_submit" id="gd_ie_exposts_submit">
|
|
| 2434 | 2434 | </td> |
| 2435 | 2435 | <td id="gd_ie_ex_files" class="gd-ie-files"></td> |
| 2436 | 2436 | </tr> |
@@ -2443,21 +2443,21 @@ discard block |
||
| 2443 | 2443 | <div id="gd_ie_imcategs" class="metabox-holder"> |
| 2444 | 2444 | <div class="meta-box-sortables ui-sortable"> |
| 2445 | 2445 | <div id="gd_ie_imcats" class="postbox gd-hndle-pbox"> |
| 2446 | - <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Categories: Import CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
| 2447 | - <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Categories: Import CSV', 'geodirectory' );?></span></h3> |
|
| 2446 | + <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Categories: Import CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
|
|
| 2447 | + <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Categories: Import CSV', 'geodirectory'); ?></span></h3>
|
|
| 2448 | 2448 | <div class="inside"> |
| 2449 | 2449 | <table class="form-table"> |
| 2450 | 2450 | <tbody> |
| 2451 | 2451 | <tr> |
| 2452 | 2452 | <td class="gd-imex-box"> |
| 2453 | 2453 | <div class="gd-im-choices"> |
| 2454 | - <p><input type="radio" value="update" name="gd_im_choicecat" id="gd_im_cchoice_u" /><label for="gd_im_cchoice_u"><?php _e( 'Update item if item with cat_id/cat_slug already exists.', 'geodirectory' );?></label></p> |
|
| 2455 | - <p><input type="radio" checked="checked" value="skip" name="gd_im_choicecat" id="gd_im_cchoice_s" /><label for="gd_im_cchoice_s"><?php _e( 'Ignore item if item with cat_id/cat_slug already exists.', 'geodirectory' );?></label></p> |
|
| 2454 | + <p><input type="radio" value="update" name="gd_im_choicecat" id="gd_im_cchoice_u" /><label for="gd_im_cchoice_u"><?php _e('Update item if item with cat_id/cat_slug already exists.', 'geodirectory'); ?></label></p>
|
|
| 2455 | + <p><input type="radio" checked="checked" value="skip" name="gd_im_choicecat" id="gd_im_cchoice_s" /><label for="gd_im_cchoice_s"><?php _e('Ignore item if item with cat_id/cat_slug already exists.', 'geodirectory'); ?></label></p>
|
|
| 2456 | 2456 | </div> |
| 2457 | 2457 | <div class="plupload-upload-uic hide-if-no-js" id="gd_im_catplupload-upload-ui"> |
| 2458 | 2458 | <input type="text" readonly="readonly" name="gd_im_cat_file" class="gd-imex-file gd_im_cat_file" id="gd_im_cat" onclick="jQuery('#gd_im_catplupload-browse-button').trigger('click');" />
|
| 2459 | - <input id="gd_im_catplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-cupload button-primary" /><input type="button" value="<?php echo esc_attr( __( 'Download Sample CSV', 'geodirectory' ) );?>" class="button-secondary" name="gd_ie_imcats_sample" id="gd_ie_imcats_sample"> |
|
| 2460 | - <input type="hidden" id="gd_ie_imcats_csv" value="<?php echo $gd_cats_sample_csv;?>" /> |
|
| 2459 | + <input id="gd_im_catplupload-browse-button" type="button" value="<?php echo SELECT_UPLOAD_CSV; ?>" class="gd-imex-cupload button-primary" /><input type="button" value="<?php echo esc_attr(__('Download Sample CSV', 'geodirectory')); ?>" class="button-secondary" name="gd_ie_imcats_sample" id="gd_ie_imcats_sample">
|
|
| 2460 | + <input type="hidden" id="gd_ie_imcats_csv" value="<?php echo $gd_cats_sample_csv; ?>" /> |
|
| 2461 | 2461 | <input type="hidden" id="gd_im_cat_allowed_types" data-exts=".csv" value="csv" /> |
| 2462 | 2462 | <?php |
| 2463 | 2463 | /** |
@@ -2468,7 +2468,7 @@ discard block |
||
| 2468 | 2468 | */ |
| 2469 | 2469 | do_action('geodir_sample_cats_csv_download_link');
|
| 2470 | 2470 | ?> |
| 2471 | - <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce( 'gd_im_catpluploadan' ); ?>"></span> |
|
| 2471 | + <span class="ajaxnonceplu" id="ajaxnonceplu<?php echo wp_create_nonce('gd_im_catpluploadan'); ?>"></span>
|
|
| 2472 | 2472 | <div class="filelist"></div> |
| 2473 | 2473 | </div> |
| 2474 | 2474 | <span id="gd_im_catupload-error" style="display:none"></span> |
@@ -2485,7 +2485,7 @@ discard block |
||
| 2485 | 2485 | <input type="hidden" id="gd_terminateaction" value="continue"/> |
| 2486 | 2486 | </div> |
| 2487 | 2487 | <div class="gd-import-progress" id="gd-import-progress" style="display:none"> |
| 2488 | - <div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory');?> </b><font
|
|
| 2488 | + <div class="gd-import-file"><b><?php _e("Import Data Status :", 'geodirectory'); ?> </b><font
|
|
| 2489 | 2489 | id="gd-import-done">0</font> / <font id="gd-import-total">0</font> ( <font |
| 2490 | 2490 | id="gd-import-perc">0%</font> ) |
| 2491 | 2491 | <div class="gd-fileprogress"></div> |
@@ -2497,10 +2497,10 @@ discard block |
||
| 2497 | 2497 | <div class="gd-imex-btns" style="display:none;"> |
| 2498 | 2498 | <input type="hidden" class="geodir_import_file" name="geodir_import_file" value="save"/> |
| 2499 | 2499 | <input onclick="gd_imex_PrepareImport(this, 'cat')" type="button" value="<?php echo CSV_IMPORT_DATA; ?>" id="gd_import_data" class="button-primary" /> |
| 2500 | - <input onclick="gd_imex_ContinueImport(this, 'cat')" type="button" value="<?php _e( "Continue Import Data", 'geodirectory' );?>" id="gd_continue_data" class="button-primary" style="display:none"/> |
|
| 2501 | - <input type="button" value="<?php _e("Terminate Import Data", 'geodirectory');?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'cat')"/>
|
|
| 2500 | + <input onclick="gd_imex_ContinueImport(this, 'cat')" type="button" value="<?php _e("Continue Import Data", 'geodirectory'); ?>" id="gd_continue_data" class="button-primary" style="display:none"/>
|
|
| 2501 | + <input type="button" value="<?php _e("Terminate Import Data", 'geodirectory'); ?>" id="gd_stop_import" class="button-primary" name="gd_stop_import" style="display:none" onclick="gd_imex_TerminateImport(this, 'cat')"/>
|
|
| 2502 | 2502 | <div id="gd_process_data" style="display:none"> |
| 2503 | - <span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory');?>
|
|
| 2503 | + <span class="spinner is-active" style="display:inline-block;margin:0 5px 0 5px;float:left"></span><?php _e("Wait, processing import data...", 'geodirectory'); ?>
|
|
| 2504 | 2504 | </div> |
| 2505 | 2505 | </div> |
| 2506 | 2506 | </td> |
@@ -2514,26 +2514,26 @@ discard block |
||
| 2514 | 2514 | <div id="gd_ie_excategs" class="metabox-holder"> |
| 2515 | 2515 | <div class="meta-box-sortables ui-sortable"> |
| 2516 | 2516 | <div id="gd_ie_ex_cats" class="postbox gd-hndle-pbox"> |
| 2517 | - <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e( 'Toggle panel - GD Categories: Export CSV', 'geodirectory' );?></span><span aria-hidden="true" class="toggle-indicator"></span></button> |
|
| 2518 | - <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __( 'GD Categories: Export CSV', 'geodirectory' );?></span></h3> |
|
| 2517 | + <button class="handlediv button-link" type="button"><span class="screen-reader-text"><?php _e('Toggle panel - GD Categories: Export CSV', 'geodirectory'); ?></span><span aria-hidden="true" class="toggle-indicator"></span></button>
|
|
| 2518 | + <h3 class="hndle gd-hndle-click"><span style='vertical-align:top;'><?php echo __('GD Categories: Export CSV', 'geodirectory'); ?></span></h3>
|
|
| 2519 | 2519 | <div class="inside"> |
| 2520 | 2520 | <table class="form-table"> |
| 2521 | 2521 | <tbody> |
| 2522 | 2522 | <tr> |
| 2523 | - <td class="fld"><label for="gd_post_type"><?php _e( 'Post Type:', 'geodirectory' );?></label></td> |
|
| 2524 | - <td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"><?php echo $gd_posttypes_option;?></select></td> |
|
| 2523 | + <td class="fld"><label for="gd_post_type"><?php _e('Post Type:', 'geodirectory'); ?></label></td>
|
|
| 2524 | + <td><select name="gd_post_type" id="gd_post_type" style="min-width:140px"><?php echo $gd_posttypes_option; ?></select></td> |
|
| 2525 | 2525 | </tr> |
| 2526 | 2526 | <tr> |
| 2527 | - <td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e( 'Max entries per csv file:', 'geodirectory' );?></label></td> |
|
| 2528 | - <td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option;?></select><span class="description"><?php _e( 'Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory' );?></span></td> |
|
| 2527 | + <td class="fld" style="vertical-align:top"><label for="gd_chunk_size"><?php _e('Max entries per csv file:', 'geodirectory'); ?></label></td>
|
|
| 2528 | + <td><select name="gd_chunk_size" id="gd_chunk_size" style="min-width:140px"><?php echo $gd_chunksize_option; ?></select><span class="description"><?php _e('Please select the maximum number of entries per csv file (defaults to 5000, you might want to lower this to prevent memory issues on some installs)', 'geodirectory'); ?></span></td>
|
|
| 2529 | 2529 | </tr> |
| 2530 | 2530 | <tr> |
| 2531 | - <td class="fld" style="vertical-align:top"><label><?php _e( 'Progress:', 'geodirectory' );?></label></td> |
|
| 2532 | - <td><div id='gd_progressbar_box'><div id="gd_progressbar" class="gd_progressbar"><div class="gd-progress-label"></div></div></div><p style="display:inline-block"><?php _e( 'Elapsed Time:', 'geodirectory' );?></p> <p id="gd_timer" class="gd_timer">00:00:00</p></td> |
|
| 2531 | + <td class="fld" style="vertical-align:top"><label><?php _e('Progress:', 'geodirectory'); ?></label></td>
|
|
| 2532 | + <td><div id='gd_progressbar_box'><div id="gd_progressbar" class="gd_progressbar"><div class="gd-progress-label"></div></div></div><p style="display:inline-block"><?php _e('Elapsed Time:', 'geodirectory'); ?></p> <p id="gd_timer" class="gd_timer">00:00:00</p></td>
|
|
| 2533 | 2533 | </tr> |
| 2534 | 2534 | <tr class="gd-ie-actions"> |
| 2535 | 2535 | <td style="vertical-align:top"> |
| 2536 | - <input type="submit" value="<?php echo esc_attr( __( 'Export CSV', 'geodirectory' ) );?>" class="button-primary" name="gd_ie_excats_submit" id="gd_ie_excats_submit"> |
|
| 2536 | + <input type="submit" value="<?php echo esc_attr(__('Export CSV', 'geodirectory')); ?>" class="button-primary" name="gd_ie_excats_submit" id="gd_ie_excats_submit">
|
|
| 2537 | 2537 | </td> |
| 2538 | 2538 | <td id="gd_ie_ex_files" class="gd-ie-files"></td> |
| 2539 | 2539 | </tr> |
@@ -2555,7 +2555,7 @@ discard block |
||
| 2555 | 2555 | * @param array $gd_chunksize_options File chunk size options. |
| 2556 | 2556 | * @param string $nonce Wordpress security token for GD import & export. |
| 2557 | 2557 | */ |
| 2558 | - do_action( 'geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce ); |
|
| 2558 | + do_action('geodir_import_export', $gd_posttypes, $gd_chunksize_options, $nonce);
|
|
| 2559 | 2559 | ?> |
| 2560 | 2560 | </div> |
| 2561 | 2561 | </div> |
@@ -2574,7 +2574,7 @@ discard block |
||
| 2574 | 2574 | jQuery.ajax({
|
| 2575 | 2575 | url: ajaxurl, |
| 2576 | 2576 | type: "POST", |
| 2577 | - data: 'action=geodir_import_export&task=prepare_import&_pt=' + type + '&_file=' + uploadedFile + '&_nonce=<?php echo $nonce;?>', |
|
| 2577 | + data: 'action=geodir_import_export&task=prepare_import&_pt=' + type + '&_file=' + uploadedFile + '&_nonce=<?php echo $nonce; ?>', |
|
| 2578 | 2578 | dataType: 'json', |
| 2579 | 2579 | cache: false, |
| 2580 | 2580 | success: function(data) {
|
@@ -2626,7 +2626,7 @@ discard block |
||
| 2626 | 2626 | |
| 2627 | 2627 | jQuery(cont).find('.filelist .file').remove();
|
| 2628 | 2628 | |
| 2629 | - jQuery('#gd-import-msg', cont).find('#message').removeClass('updated').addClass('error').html("<p><?php echo esc_attr( PLZ_SELECT_CSV_FILE );?></p>");
|
|
| 2629 | + jQuery('#gd-import-msg', cont).find('#message').removeClass('updated').addClass('error').html("<p><?php echo esc_attr(PLZ_SELECT_CSV_FILE); ?></p>");
|
|
| 2630 | 2630 | jQuery('#gd-import-msg', cont).show();
|
| 2631 | 2631 | |
| 2632 | 2632 | return false; |
@@ -2685,7 +2685,7 @@ discard block |
||
| 2685 | 2685 | jQuery.ajax({
|
| 2686 | 2686 | url: ajaxurl, |
| 2687 | 2687 | type: "POST", |
| 2688 | - data: 'action=geodir_import_export&task=import_' + type + '&_pt=' + type + '&_file=' + uploadedFile + gddata + '&_ch=' + choice + '&_nonce=<?php echo $nonce;?>', |
|
| 2688 | + data: 'action=geodir_import_export&task=import_' + type + '&_pt=' + type + '&_file=' + uploadedFile + gddata + '&_ch=' + choice + '&_nonce=<?php echo $nonce; ?>', |
|
| 2689 | 2689 | dataType : 'json', |
| 2690 | 2690 | cache: false, |
| 2691 | 2691 | success: function (data) {
|
@@ -2874,27 +2874,27 @@ discard block |
||
| 2874 | 2874 | |
| 2875 | 2875 | var gdMsg = '<p></p>'; |
| 2876 | 2876 | if ( processed > 0 ) {
|
| 2877 | - var msgParse = '<p><?php echo addslashes( sprintf( __( 'Total %s item(s) found.', 'geodirectory' ), '%s' ) );?></p>'; |
|
| 2877 | + var msgParse = '<p><?php echo addslashes(sprintf(__('Total %s item(s) found.', 'geodirectory'), '%s')); ?></p>';
|
|
| 2878 | 2878 | msgParse = msgParse.replace("%s", processed);
|
| 2879 | 2879 | gdMsg += msgParse; |
| 2880 | 2880 | } |
| 2881 | 2881 | |
| 2882 | 2882 | if ( updated > 0 ) {
|
| 2883 | - var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) updated.', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
| 2883 | + var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) updated.', 'geodirectory'), '%s', '%d')); ?></p>';
|
|
| 2884 | 2884 | msgParse = msgParse.replace("%s", updated);
|
| 2885 | 2885 | msgParse = msgParse.replace("%d", processed);
|
| 2886 | 2886 | gdMsg += msgParse; |
| 2887 | 2887 | } |
| 2888 | 2888 | |
| 2889 | 2889 | if ( created > 0 ) {
|
| 2890 | - var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) added.', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
| 2890 | + var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) added.', 'geodirectory'), '%s', '%d')); ?></p>';
|
|
| 2891 | 2891 | msgParse = msgParse.replace("%s", created);
|
| 2892 | 2892 | msgParse = msgParse.replace("%d", processed);
|
| 2893 | 2893 | gdMsg += msgParse; |
| 2894 | 2894 | } |
| 2895 | 2895 | |
| 2896 | 2896 | if ( skipped > 0 ) {
|
| 2897 | - var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) ignored due to already exists.', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
| 2897 | + var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) ignored due to already exists.', 'geodirectory'), '%s', '%d')); ?></p>';
|
|
| 2898 | 2898 | msgParse = msgParse.replace("%s", skipped);
|
| 2899 | 2899 | msgParse = msgParse.replace("%d", processed);
|
| 2900 | 2900 | gdMsg += msgParse; |
@@ -2904,17 +2904,17 @@ discard block |
||
| 2904 | 2904 | if (type=='loc') {
|
| 2905 | 2905 | invalid_addr = invalid; |
| 2906 | 2906 | } |
| 2907 | - var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
| 2907 | + var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory'), '%s', '%d')); ?></p>';
|
|
| 2908 | 2908 | msgParse = msgParse.replace("%s", invalid_addr);
|
| 2909 | 2909 | msgParse = msgParse.replace("%d", total);
|
| 2910 | 2910 | gdMsg += msgParse; |
| 2911 | 2911 | } |
| 2912 | 2912 | |
| 2913 | 2913 | if (invalid > 0 && type!='loc') {
|
| 2914 | - var msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to blank title/invalid post type/invalid characters used in data.', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
| 2914 | + var msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to blank title/invalid post type/invalid characters used in data.', 'geodirectory'), '%s', '%d')); ?></p>';
|
|
| 2915 | 2915 | |
| 2916 | 2916 | if (type=='hood') {
|
| 2917 | - msgParse = '<p><?php echo addslashes( sprintf( __( '%s / %s item(s) could not be added due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory' ), '%s', '%d' ) );?></p>'; |
|
| 2917 | + msgParse = '<p><?php echo addslashes(sprintf(__('%s / %s item(s) could not be added due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory'), '%s', '%d')); ?></p>';
|
|
| 2918 | 2918 | } |
| 2919 | 2919 | msgParse = msgParse.replace("%s", invalid);
|
| 2920 | 2920 | msgParse = msgParse.replace("%d", total);
|
@@ -2922,7 +2922,7 @@ discard block |
||
| 2922 | 2922 | } |
| 2923 | 2923 | |
| 2924 | 2924 | if (images > 0) {
|
| 2925 | - gdMsg += '<p><?php echo addslashes( $upload_dir );?></p>'; |
|
| 2925 | + gdMsg += '<p><?php echo addslashes($upload_dir); ?></p>'; |
|
| 2926 | 2926 | } |
| 2927 | 2927 | gdMsg += '<p></p>'; |
| 2928 | 2928 | jQuery('#gd-import-msg', cont).find('#message').removeClass('error').addClass('updated').html(gdMsg);
|
@@ -3086,9 +3086,9 @@ discard block |
||
| 3086 | 3086 | if (typeof filters !== 'undefined' && filters && doFilter) {
|
| 3087 | 3087 | getTotal = true; |
| 3088 | 3088 | attach += '&_c=1'; |
| 3089 | - gd_progressbar(el, 0, '<i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Preparing...', 'geodirectory' ) );?>'); |
|
| 3089 | + gd_progressbar(el, 0, '<i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Preparing...', 'geodirectory')); ?>');
|
|
| 3090 | 3090 | } else {
|
| 3091 | - gd_progressbar(el, 0, '0% (0 / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>'); |
|
| 3091 | + gd_progressbar(el, 0, '0% (0 / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
|
|
| 3092 | 3092 | } |
| 3093 | 3093 | jQuery(el).find('#gd_timer').text('00:00:01');
|
| 3094 | 3094 | jQuery('#gd_ie_ex_files', el).html('');
|
@@ -3097,7 +3097,7 @@ discard block |
||
| 3097 | 3097 | jQuery.ajax({
|
| 3098 | 3098 | url: ajaxurl, |
| 3099 | 3099 | type: "POST", |
| 3100 | - data: 'action=geodir_import_export&task=export_posts&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce;?>&_p=' + page + attach, |
|
| 3100 | + data: 'action=geodir_import_export&task=export_posts&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce; ?>&_p=' + page + attach, |
|
| 3101 | 3101 | dataType : 'json', |
| 3102 | 3102 | cache: false, |
| 3103 | 3103 | beforeSend: function (jqXHR, settings) {},
|
@@ -3122,11 +3122,11 @@ discard block |
||
| 3122 | 3122 | } else {
|
| 3123 | 3123 | if (pages < page || pages == page) {
|
| 3124 | 3124 | window.clearInterval(timer_posts); |
| 3125 | - gd_progressbar(el, 100, '100% (' + total_posts + ' / ' + total_posts + ') <i class="fa fa-check"></i><?php echo esc_attr( __( 'Complete!', 'geodirectory' ) );?>');
|
|
| 3125 | + gd_progressbar(el, 100, '100% (' + total_posts + ' / ' + total_posts + ') <i class="fa fa-check"></i><?php echo esc_attr(__('Complete!', 'geodirectory')); ?>');
|
|
| 3126 | 3126 | } else {
|
| 3127 | 3127 | var percentage = Math.round(((page * chunk_size) / total_posts) * 100); |
| 3128 | 3128 | percentage = percentage > 100 ? 100 : percentage; |
| 3129 | - gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>');
|
|
| 3129 | + gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_posts + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
|
|
| 3130 | 3130 | } |
| 3131 | 3131 | if (typeof data.files != 'undefined' && jQuery(data.files).length ) {
|
| 3132 | 3132 | var obj_files = data.files; |
@@ -3157,7 +3157,7 @@ discard block |
||
| 3157 | 3157 | |
| 3158 | 3158 | function gd_process_export_cats(el, post_type, total_cats, chunk_size, pages, page) {
|
| 3159 | 3159 | if (page < 2) {
|
| 3160 | - gd_progressbar(el, 0, '0% (0 / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr( __( 'Exporting...', 'geodirectory' ) );?>'); |
|
| 3160 | + gd_progressbar(el, 0, '0% (0 / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php echo esc_attr(__('Exporting...', 'geodirectory')); ?>');
|
|
| 3161 | 3161 | jQuery(el).find('#gd_timer').text('00:00:01');
|
| 3162 | 3162 | jQuery('#gd_ie_ex_files', el).html('');
|
| 3163 | 3163 | } |
@@ -3165,7 +3165,7 @@ discard block |
||
| 3165 | 3165 | jQuery.ajax({
|
| 3166 | 3166 | url: ajaxurl, |
| 3167 | 3167 | type: "POST", |
| 3168 | - data: 'action=geodir_import_export&task=export_cats&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce;?>&_p=' + page, |
|
| 3168 | + data: 'action=geodir_import_export&task=export_cats&_pt=' + post_type + '&_n=' + chunk_size + '&_nonce=<?php echo $nonce; ?>&_p=' + page, |
|
| 3169 | 3169 | dataType : 'json', |
| 3170 | 3170 | cache: false, |
| 3171 | 3171 | beforeSend: function (jqXHR, settings) {},
|
@@ -3179,11 +3179,11 @@ discard block |
||
| 3179 | 3179 | } else {
|
| 3180 | 3180 | if (pages < page || pages == page) {
|
| 3181 | 3181 | window.clearInterval(timer_cats); |
| 3182 | - gd_progressbar(el, 100, '100% (' + total_cats + ' / ' + total_cats + ') <i class="fa fa-check"></i><?php echo esc_attr( __( 'Complete!', 'geodirectory' ) );?>');
|
|
| 3182 | + gd_progressbar(el, 100, '100% (' + total_cats + ' / ' + total_cats + ') <i class="fa fa-check"></i><?php echo esc_attr(__('Complete!', 'geodirectory')); ?>');
|
|
| 3183 | 3183 | } else {
|
| 3184 | 3184 | var percentage = Math.round(((page * chunk_size) / total_cats) * 100); |
| 3185 | 3185 | percentage = percentage > 100 ? 100 : percentage; |
| 3186 | - gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php esc_attr_e( 'Exporting...', 'geodirectory' );?>');
|
|
| 3186 | + gd_progressbar(el, percentage, '' + percentage + '% (' + ( page * chunk_size ) + ' / ' + total_cats + ') <i class="fa fa-refresh fa-spin"></i><?php esc_attr_e('Exporting...', 'geodirectory'); ?>');
|
|
| 3187 | 3187 | } |
| 3188 | 3188 | if (typeof data.files != 'undefined' && jQuery(data.files).length ) {
|
| 3189 | 3189 | var obj_files = data.files; |
@@ -3240,13 +3240,13 @@ discard block |
||
| 3240 | 3240 | function geodir_init_filesystem() |
| 3241 | 3241 | {
|
| 3242 | 3242 | |
| 3243 | - if(!function_exists('get_filesystem_method')){
|
|
| 3243 | + if (!function_exists('get_filesystem_method')) {
|
|
| 3244 | 3244 | require_once(ABSPATH."/wp-admin/includes/file.php"); |
| 3245 | 3245 | } |
| 3246 | 3246 | $access_type = get_filesystem_method(); |
| 3247 | 3247 | if ($access_type === 'direct') {
|
| 3248 | 3248 | /* you can safely run request_filesystem_credentials() without any issues and don't need to worry about passing in a URL */ |
| 3249 | - $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array()); |
|
| 3249 | + $creds = request_filesystem_credentials(trailingslashit(site_url()).'wp-admin/', '', false, false, array()); |
|
| 3250 | 3250 | |
| 3251 | 3251 | /* initialize the API */ |
| 3252 | 3252 | if (!WP_Filesystem($creds)) {
|
@@ -3259,7 +3259,7 @@ discard block |
||
| 3259 | 3259 | return $wp_filesystem; |
| 3260 | 3260 | /* do our file manipulations below */ |
| 3261 | 3261 | } elseif (defined('FTP_USER')) {
|
| 3262 | - $creds = request_filesystem_credentials(trailingslashit(site_url()) . 'wp-admin/', '', false, false, array()); |
|
| 3262 | + $creds = request_filesystem_credentials(trailingslashit(site_url()).'wp-admin/', '', false, false, array()); |
|
| 3263 | 3263 | |
| 3264 | 3264 | /* initialize the API */ |
| 3265 | 3265 | if (!WP_Filesystem($creds)) {
|
@@ -3294,7 +3294,7 @@ discard block |
||
| 3294 | 3294 | * @package GeoDirectory |
| 3295 | 3295 | */ |
| 3296 | 3296 | function geodir_filesystem_notice() |
| 3297 | -{ if ( defined( 'DOING_AJAX' ) ){return;}
|
|
| 3297 | +{ if (defined('DOING_AJAX')) {return; }
|
|
| 3298 | 3298 | $access_type = get_filesystem_method(); |
| 3299 | 3299 | if ($access_type === 'direct') {
|
| 3300 | 3300 | } elseif (!defined('FTP_USER')) {
|
@@ -3335,64 +3335,64 @@ discard block |
||
| 3335 | 3335 | // try to set higher limits for import |
| 3336 | 3336 | $max_input_time = ini_get('max_input_time');
|
| 3337 | 3337 | $max_execution_time = ini_get('max_execution_time');
|
| 3338 | - $memory_limit= ini_get('memory_limit');
|
|
| 3338 | + $memory_limit = ini_get('memory_limit');
|
|
| 3339 | 3339 | |
| 3340 | - if(!$max_input_time || $max_input_time<3000){
|
|
| 3340 | + if (!$max_input_time || $max_input_time < 3000) {
|
|
| 3341 | 3341 | ini_set('max_input_time', 3000);
|
| 3342 | 3342 | } |
| 3343 | 3343 | |
| 3344 | - if(!$max_execution_time || $max_execution_time<3000){
|
|
| 3344 | + if (!$max_execution_time || $max_execution_time < 3000) {
|
|
| 3345 | 3345 | ini_set('max_execution_time', 3000);
|
| 3346 | 3346 | } |
| 3347 | 3347 | |
| 3348 | - if($memory_limit && str_replace('M','',$memory_limit)){
|
|
| 3349 | - if(str_replace('M','',$memory_limit)<256){
|
|
| 3348 | + if ($memory_limit && str_replace('M', '', $memory_limit)) {
|
|
| 3349 | + if (str_replace('M', '', $memory_limit) < 256) {
|
|
| 3350 | 3350 | ini_set('memory_limit', '256M');
|
| 3351 | 3351 | } |
| 3352 | 3352 | } |
| 3353 | 3353 | |
| 3354 | 3354 | $json = array(); |
| 3355 | 3355 | |
| 3356 | - if ( !current_user_can( 'manage_options' ) ) {
|
|
| 3357 | - wp_send_json( $json ); |
|
| 3356 | + if (!current_user_can('manage_options')) {
|
|
| 3357 | + wp_send_json($json); |
|
| 3358 | 3358 | } |
| 3359 | 3359 | |
| 3360 | - $task = isset( $_REQUEST['task'] ) ? $_REQUEST['task'] : NULL; |
|
| 3361 | - $nonce = isset( $_REQUEST['_nonce'] ) ? $_REQUEST['_nonce'] : NULL; |
|
| 3362 | - $stat = isset( $_REQUEST['_st'] ) ? $_REQUEST['_st'] : false; |
|
| 3360 | + $task = isset($_REQUEST['task']) ? $_REQUEST['task'] : NULL; |
|
| 3361 | + $nonce = isset($_REQUEST['_nonce']) ? $_REQUEST['_nonce'] : NULL; |
|
| 3362 | + $stat = isset($_REQUEST['_st']) ? $_REQUEST['_st'] : false; |
|
| 3363 | 3363 | |
| 3364 | - if ( !wp_verify_nonce( $nonce, 'geodir_import_export_nonce' ) ) {
|
|
| 3365 | - wp_send_json( $json ); |
|
| 3364 | + if (!wp_verify_nonce($nonce, 'geodir_import_export_nonce')) {
|
|
| 3365 | + wp_send_json($json); |
|
| 3366 | 3366 | } |
| 3367 | 3367 | |
| 3368 | - $post_type = isset( $_REQUEST['_pt'] ) ? $_REQUEST['_pt'] : NULL; |
|
| 3369 | - $chunk_per_page = isset( $_REQUEST['_n'] ) ? absint($_REQUEST['_n']) : NULL; |
|
| 3368 | + $post_type = isset($_REQUEST['_pt']) ? $_REQUEST['_pt'] : NULL; |
|
| 3369 | + $chunk_per_page = isset($_REQUEST['_n']) ? absint($_REQUEST['_n']) : NULL; |
|
| 3370 | 3370 | $chunk_per_page = $chunk_per_page < 50 || $chunk_per_page > 100000 ? 5000 : $chunk_per_page; |
| 3371 | - $chunk_page_no = isset( $_REQUEST['_p'] ) ? absint($_REQUEST['_p']) : 1; |
|
| 3371 | + $chunk_page_no = isset($_REQUEST['_p']) ? absint($_REQUEST['_p']) : 1; |
|
| 3372 | 3372 | |
| 3373 | 3373 | $wp_filesystem = geodir_init_filesystem(); |
| 3374 | 3374 | if (!$wp_filesystem) {
|
| 3375 | - $json['error'] = __( 'Filesystem ERROR: Could not access filesystem.', 'geodirectory' ); |
|
| 3376 | - wp_send_json( $json ); |
|
| 3375 | + $json['error'] = __('Filesystem ERROR: Could not access filesystem.', 'geodirectory');
|
|
| 3376 | + wp_send_json($json); |
|
| 3377 | 3377 | } |
| 3378 | 3378 | |
| 3379 | 3379 | if (!empty($wp_filesystem) && isset($wp_filesystem->errors) && is_wp_error($wp_filesystem->errors) && $wp_filesystem->errors->get_error_code()) {
|
| 3380 | - $json['error'] = __( 'Filesystem ERROR: ' . $wp_filesystem->errors->get_error_message(), 'geodirectory' ); |
|
| 3381 | - wp_send_json( $json ); |
|
| 3380 | + $json['error'] = __('Filesystem ERROR: '.$wp_filesystem->errors->get_error_message(), 'geodirectory');
|
|
| 3381 | + wp_send_json($json); |
|
| 3382 | 3382 | } |
| 3383 | 3383 | |
| 3384 | - $csv_file_dir = geodir_path_import_export( false ); |
|
| 3385 | - if ( !$wp_filesystem->is_dir( $csv_file_dir ) ) {
|
|
| 3386 | - if ( !$wp_filesystem->mkdir( $csv_file_dir, FS_CHMOD_DIR ) ) {
|
|
| 3387 | - $json['error'] = __( 'ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory' ); |
|
| 3388 | - wp_send_json( $json ); |
|
| 3384 | + $csv_file_dir = geodir_path_import_export(false); |
|
| 3385 | + if (!$wp_filesystem->is_dir($csv_file_dir)) {
|
|
| 3386 | + if (!$wp_filesystem->mkdir($csv_file_dir, FS_CHMOD_DIR)) {
|
|
| 3387 | + $json['error'] = __('ERROR: Could not create cache directory. This is usually due to inconsistent file permissions.', 'geodirectory');
|
|
| 3388 | + wp_send_json($json); |
|
| 3389 | 3389 | } |
| 3390 | 3390 | } |
| 3391 | 3391 | |
| 3392 | 3392 | $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
|
| 3393 | 3393 | $neighbourhood_active = $location_manager && get_option('location_neighbourhoods') ? true : false;
|
| 3394 | 3394 | |
| 3395 | - switch ( $task ) {
|
|
| 3395 | + switch ($task) {
|
|
| 3396 | 3396 | case 'export_posts': {
|
| 3397 | 3397 | // WPML |
| 3398 | 3398 | $is_wpml = geodir_is_wpml(); |
@@ -3403,36 +3403,36 @@ discard block |
||
| 3403 | 3403 | $sitepress->switch_lang('all', true);
|
| 3404 | 3404 | } |
| 3405 | 3405 | // WPML |
| 3406 | - if ( $post_type == 'gd_event' ) {
|
|
| 3407 | - add_filter( 'geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2 ); |
|
| 3406 | + if ($post_type == 'gd_event') {
|
|
| 3407 | + add_filter('geodir_imex_export_posts_query', 'geodir_imex_get_events_query', 10, 2);
|
|
| 3408 | 3408 | } |
| 3409 | - $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL; |
|
| 3409 | + $filters = !empty($_REQUEST['gd_imex']) && is_array($_REQUEST['gd_imex']) ? $_REQUEST['gd_imex'] : NULL; |
|
| 3410 | 3410 | |
| 3411 | - $file_name = $post_type . '_' . date( 'dmyHi' ); |
|
| 3412 | - if ( $filters && isset( $filters['start_date'] ) && isset( $filters['end_date'] ) ) {
|
|
| 3413 | - $file_name = $post_type . '_' . date_i18n( 'dmy', strtotime( $filters['start_date'] ) ) . '_' . date_i18n( 'dmy', strtotime( $filters['end_date'] ) ); |
|
| 3411 | + $file_name = $post_type.'_'.date('dmyHi');
|
|
| 3412 | + if ($filters && isset($filters['start_date']) && isset($filters['end_date'])) {
|
|
| 3413 | + $file_name = $post_type.'_'.date_i18n('dmy', strtotime($filters['start_date'])).'_'.date_i18n('dmy', strtotime($filters['end_date']));
|
|
| 3414 | 3414 | } |
| 3415 | - $posts_count = geodir_get_posts_count( $post_type ); |
|
| 3416 | - $file_url_base = geodir_path_import_export() . '/'; |
|
| 3417 | - $file_url = $file_url_base . $file_name . '.csv'; |
|
| 3418 | - $file_path = $csv_file_dir . '/' . $file_name . '.csv'; |
|
| 3419 | - $file_path_temp = $csv_file_dir . '/' . $post_type . '_' . $nonce . '.csv'; |
|
| 3415 | + $posts_count = geodir_get_posts_count($post_type); |
|
| 3416 | + $file_url_base = geodir_path_import_export().'/'; |
|
| 3417 | + $file_url = $file_url_base.$file_name.'.csv'; |
|
| 3418 | + $file_path = $csv_file_dir.'/'.$file_name.'.csv'; |
|
| 3419 | + $file_path_temp = $csv_file_dir.'/'.$post_type.'_'.$nonce.'.csv'; |
|
| 3420 | 3420 | |
| 3421 | 3421 | $chunk_file_paths = array(); |
| 3422 | 3422 | |
| 3423 | - if ( isset( $_REQUEST['_c'] ) ) {
|
|
| 3423 | + if (isset($_REQUEST['_c'])) {
|
|
| 3424 | 3424 | $json['total'] = $posts_count; |
| 3425 | 3425 | // WPML |
| 3426 | 3426 | if ($is_wpml) {
|
| 3427 | 3427 | $sitepress->switch_lang($active_lang, true); |
| 3428 | 3428 | } |
| 3429 | 3429 | // WPML |
| 3430 | - wp_send_json( $json ); |
|
| 3430 | + wp_send_json($json); |
|
| 3431 | 3431 | gd_die(); |
| 3432 | - } else if ( isset( $_REQUEST['_st'] ) ) {
|
|
| 3433 | - $line_count = (int)geodir_import_export_line_count( $file_path_temp ); |
|
| 3434 | - $percentage = count( $posts_count ) > 0 && $line_count > 0 ? ceil( $line_count / $posts_count ) * 100 : 0; |
|
| 3435 | - $percentage = min( $percentage, 100 ); |
|
| 3432 | + } else if (isset($_REQUEST['_st'])) {
|
|
| 3433 | + $line_count = (int) geodir_import_export_line_count($file_path_temp); |
|
| 3434 | + $percentage = count($posts_count) > 0 && $line_count > 0 ? ceil($line_count / $posts_count) * 100 : 0; |
|
| 3435 | + $percentage = min($percentage, 100); |
|
| 3436 | 3436 | |
| 3437 | 3437 | $json['percentage'] = $percentage; |
| 3438 | 3438 | // WPML |
@@ -3440,45 +3440,45 @@ discard block |
||
| 3440 | 3440 | $sitepress->switch_lang($active_lang, true); |
| 3441 | 3441 | } |
| 3442 | 3442 | // WPML |
| 3443 | - wp_send_json( $json ); |
|
| 3443 | + wp_send_json($json); |
|
| 3444 | 3444 | gd_die(); |
| 3445 | 3445 | } else {
|
| 3446 | - if ( !$posts_count > 0 ) {
|
|
| 3447 | - $json['error'] = __( 'No records to export.', 'geodirectory' ); |
|
| 3446 | + if (!$posts_count > 0) {
|
|
| 3447 | + $json['error'] = __('No records to export.', 'geodirectory');
|
|
| 3448 | 3448 | } else {
|
| 3449 | 3449 | $total_posts = $posts_count; |
| 3450 | 3450 | if ($chunk_per_page > $total_posts) {
|
| 3451 | 3451 | $chunk_per_page = $total_posts; |
| 3452 | 3452 | } |
| 3453 | - $chunk_total_pages = ceil( $total_posts / $chunk_per_page ); |
|
| 3453 | + $chunk_total_pages = ceil($total_posts / $chunk_per_page); |
|
| 3454 | 3454 | |
| 3455 | 3455 | $j = $chunk_page_no; |
| 3456 | - $chunk_save_posts = geodir_imex_get_posts( $post_type, $chunk_per_page, $j ); |
|
| 3456 | + $chunk_save_posts = geodir_imex_get_posts($post_type, $chunk_per_page, $j); |
|
| 3457 | 3457 | |
| 3458 | 3458 | $per_page = 500; |
| 3459 | 3459 | if ($per_page > $chunk_per_page) {
|
| 3460 | 3460 | $per_page = $chunk_per_page; |
| 3461 | 3461 | } |
| 3462 | - $total_pages = ceil( $chunk_per_page / $per_page ); |
|
| 3462 | + $total_pages = ceil($chunk_per_page / $per_page); |
|
| 3463 | 3463 | |
| 3464 | - for ( $i = 0; $i <= $total_pages; $i++ ) {
|
|
| 3465 | - $save_posts = array_slice( $chunk_save_posts , ( $i * $per_page ), $per_page ); |
|
| 3464 | + for ($i = 0; $i <= $total_pages; $i++) {
|
|
| 3465 | + $save_posts = array_slice($chunk_save_posts, ($i * $per_page), $per_page); |
|
| 3466 | 3466 | |
| 3467 | 3467 | $clear = $i == 0 ? true : false; |
| 3468 | - geodir_save_csv_data( $file_path_temp, $save_posts, $clear ); |
|
| 3468 | + geodir_save_csv_data($file_path_temp, $save_posts, $clear); |
|
| 3469 | 3469 | } |
| 3470 | 3470 | |
| 3471 | - if ( $wp_filesystem->exists( $file_path_temp ) ) {
|
|
| 3472 | - $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : ''; |
|
| 3473 | - $chunk_file_name = $file_name . $chunk_page_no . '.csv'; |
|
| 3474 | - $file_path = $csv_file_dir . '/' . $chunk_file_name; |
|
| 3475 | - $wp_filesystem->move( $file_path_temp, $file_path, true ); |
|
| 3471 | + if ($wp_filesystem->exists($file_path_temp)) {
|
|
| 3472 | + $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : ''; |
|
| 3473 | + $chunk_file_name = $file_name.$chunk_page_no.'.csv'; |
|
| 3474 | + $file_path = $csv_file_dir.'/'.$chunk_file_name; |
|
| 3475 | + $wp_filesystem->move($file_path_temp, $file_path, true); |
|
| 3476 | 3476 | |
| 3477 | - $file_url = $file_url_base . $chunk_file_name; |
|
| 3478 | - $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
|
|
| 3477 | + $file_url = $file_url_base.$chunk_file_name; |
|
| 3478 | + $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
|
|
| 3479 | 3479 | } |
| 3480 | 3480 | |
| 3481 | - if ( !empty($chunk_file_paths) ) {
|
|
| 3481 | + if (!empty($chunk_file_paths)) {
|
|
| 3482 | 3482 | $json['total'] = $posts_count; |
| 3483 | 3483 | $json['files'] = $chunk_file_paths; |
| 3484 | 3484 | } else {
|
@@ -3486,7 +3486,7 @@ discard block |
||
| 3486 | 3486 | $json['total'] = $posts_count; |
| 3487 | 3487 | $json['files'] = array(); |
| 3488 | 3488 | } else {
|
| 3489 | - $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' ); |
|
| 3489 | + $json['error'] = __('ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory');
|
|
| 3490 | 3490 | } |
| 3491 | 3491 | } |
| 3492 | 3492 | } |
@@ -3495,7 +3495,7 @@ discard block |
||
| 3495 | 3495 | $sitepress->switch_lang($active_lang, true); |
| 3496 | 3496 | } |
| 3497 | 3497 | // WPML |
| 3498 | - wp_send_json( $json ); |
|
| 3498 | + wp_send_json($json); |
|
| 3499 | 3499 | } |
| 3500 | 3500 | } |
| 3501 | 3501 | break; |
@@ -3509,20 +3509,20 @@ discard block |
||
| 3509 | 3509 | $sitepress->switch_lang('all', true);
|
| 3510 | 3510 | } |
| 3511 | 3511 | // WPML |
| 3512 | - $file_name = $post_type . 'category_' . date( 'dmyHi' ); |
|
| 3512 | + $file_name = $post_type.'category_'.date('dmyHi');
|
|
| 3513 | 3513 | |
| 3514 | - $terms_count = geodir_get_terms_count( $post_type ); |
|
| 3515 | - $file_url_base = geodir_path_import_export() . '/'; |
|
| 3516 | - $file_url = $file_url_base . $file_name . '.csv'; |
|
| 3517 | - $file_path = $csv_file_dir . '/' . $file_name . '.csv'; |
|
| 3518 | - $file_path_temp = $csv_file_dir . '/' . $post_type . 'category_' . $nonce . '.csv'; |
|
| 3514 | + $terms_count = geodir_get_terms_count($post_type); |
|
| 3515 | + $file_url_base = geodir_path_import_export().'/'; |
|
| 3516 | + $file_url = $file_url_base.$file_name.'.csv'; |
|
| 3517 | + $file_path = $csv_file_dir.'/'.$file_name.'.csv'; |
|
| 3518 | + $file_path_temp = $csv_file_dir.'/'.$post_type.'category_'.$nonce.'.csv'; |
|
| 3519 | 3519 | |
| 3520 | 3520 | $chunk_file_paths = array(); |
| 3521 | 3521 | |
| 3522 | - if ( isset( $_REQUEST['_st'] ) ) {
|
|
| 3523 | - $line_count = (int)geodir_import_export_line_count( $file_path_temp ); |
|
| 3524 | - $percentage = count( $terms_count ) > 0 && $line_count > 0 ? ceil( $line_count / $terms_count ) * 100 : 0; |
|
| 3525 | - $percentage = min( $percentage, 100 ); |
|
| 3522 | + if (isset($_REQUEST['_st'])) {
|
|
| 3523 | + $line_count = (int) geodir_import_export_line_count($file_path_temp); |
|
| 3524 | + $percentage = count($terms_count) > 0 && $line_count > 0 ? ceil($line_count / $terms_count) * 100 : 0; |
|
| 3525 | + $percentage = min($percentage, 100); |
|
| 3526 | 3526 | |
| 3527 | 3527 | $json['percentage'] = $percentage; |
| 3528 | 3528 | // WPML |
@@ -3530,48 +3530,48 @@ discard block |
||
| 3530 | 3530 | $sitepress->switch_lang($active_lang, true); |
| 3531 | 3531 | } |
| 3532 | 3532 | // WPML |
| 3533 | - wp_send_json( $json ); |
|
| 3533 | + wp_send_json($json); |
|
| 3534 | 3534 | } else {
|
| 3535 | - if ( !$terms_count > 0 ) {
|
|
| 3536 | - $json['error'] = __( 'No records to export.', 'geodirectory' ); |
|
| 3535 | + if (!$terms_count > 0) {
|
|
| 3536 | + $json['error'] = __('No records to export.', 'geodirectory');
|
|
| 3537 | 3537 | } else {
|
| 3538 | 3538 | $total_terms = $terms_count; |
| 3539 | 3539 | if ($chunk_per_page > $terms_count) {
|
| 3540 | 3540 | $chunk_per_page = $terms_count; |
| 3541 | 3541 | } |
| 3542 | - $chunk_total_pages = ceil( $total_terms / $chunk_per_page ); |
|
| 3542 | + $chunk_total_pages = ceil($total_terms / $chunk_per_page); |
|
| 3543 | 3543 | |
| 3544 | 3544 | $j = $chunk_page_no; |
| 3545 | - $chunk_save_terms = geodir_imex_get_terms( $post_type, $chunk_per_page, $j ); |
|
| 3545 | + $chunk_save_terms = geodir_imex_get_terms($post_type, $chunk_per_page, $j); |
|
| 3546 | 3546 | |
| 3547 | 3547 | $per_page = 500; |
| 3548 | 3548 | if ($per_page > $chunk_per_page) {
|
| 3549 | 3549 | $per_page = $chunk_per_page; |
| 3550 | 3550 | } |
| 3551 | - $total_pages = ceil( $chunk_per_page / $per_page ); |
|
| 3551 | + $total_pages = ceil($chunk_per_page / $per_page); |
|
| 3552 | 3552 | |
| 3553 | - for ( $i = 0; $i <= $total_pages; $i++ ) {
|
|
| 3554 | - $save_terms = array_slice( $chunk_save_terms , ( $i * $per_page ), $per_page ); |
|
| 3553 | + for ($i = 0; $i <= $total_pages; $i++) {
|
|
| 3554 | + $save_terms = array_slice($chunk_save_terms, ($i * $per_page), $per_page); |
|
| 3555 | 3555 | |
| 3556 | 3556 | $clear = $i == 0 ? true : false; |
| 3557 | - geodir_save_csv_data( $file_path_temp, $save_terms, $clear ); |
|
| 3557 | + geodir_save_csv_data($file_path_temp, $save_terms, $clear); |
|
| 3558 | 3558 | } |
| 3559 | 3559 | |
| 3560 | - if ( $wp_filesystem->exists( $file_path_temp ) ) {
|
|
| 3561 | - $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : ''; |
|
| 3562 | - $chunk_file_name = $file_name . $chunk_page_no . '.csv'; |
|
| 3563 | - $file_path = $csv_file_dir . '/' . $chunk_file_name; |
|
| 3564 | - $wp_filesystem->move( $file_path_temp, $file_path, true ); |
|
| 3560 | + if ($wp_filesystem->exists($file_path_temp)) {
|
|
| 3561 | + $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : ''; |
|
| 3562 | + $chunk_file_name = $file_name.$chunk_page_no.'.csv'; |
|
| 3563 | + $file_path = $csv_file_dir.'/'.$chunk_file_name; |
|
| 3564 | + $wp_filesystem->move($file_path_temp, $file_path, true); |
|
| 3565 | 3565 | |
| 3566 | - $file_url = $file_url_base . $chunk_file_name; |
|
| 3567 | - $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
|
|
| 3566 | + $file_url = $file_url_base.$chunk_file_name; |
|
| 3567 | + $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
|
|
| 3568 | 3568 | } |
| 3569 | 3569 | |
| 3570 | - if ( !empty($chunk_file_paths) ) {
|
|
| 3570 | + if (!empty($chunk_file_paths)) {
|
|
| 3571 | 3571 | $json['total'] = $terms_count; |
| 3572 | 3572 | $json['files'] = $chunk_file_paths; |
| 3573 | 3573 | } else {
|
| 3574 | - $json['error'] = __( 'ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory' ); |
|
| 3574 | + $json['error'] = __('ERROR: Could not create csv file. This is usually due to inconsistent file permissions.', 'geodirectory');
|
|
| 3575 | 3575 | } |
| 3576 | 3576 | } |
| 3577 | 3577 | // WPML |
@@ -3579,127 +3579,127 @@ discard block |
||
| 3579 | 3579 | $sitepress->switch_lang($active_lang, true); |
| 3580 | 3580 | } |
| 3581 | 3581 | // WPML |
| 3582 | - wp_send_json( $json ); |
|
| 3582 | + wp_send_json($json); |
|
| 3583 | 3583 | } |
| 3584 | 3584 | } |
| 3585 | 3585 | break; |
| 3586 | 3586 | case 'export_locations': {
|
| 3587 | - $file_url_base = geodir_path_import_export() . '/'; |
|
| 3588 | - $file_name = 'gd_locations_' . date( 'dmyHi' ); |
|
| 3589 | - $file_url = $file_url_base . $file_name . '.csv'; |
|
| 3590 | - $file_path = $csv_file_dir . '/' . $file_name . '.csv'; |
|
| 3591 | - $file_path_temp = $csv_file_dir . '/gd_locations_' . $nonce . '.csv'; |
|
| 3587 | + $file_url_base = geodir_path_import_export().'/'; |
|
| 3588 | + $file_name = 'gd_locations_'.date('dmyHi');
|
|
| 3589 | + $file_url = $file_url_base.$file_name.'.csv'; |
|
| 3590 | + $file_path = $csv_file_dir.'/'.$file_name.'.csv'; |
|
| 3591 | + $file_path_temp = $csv_file_dir.'/gd_locations_'.$nonce.'.csv'; |
|
| 3592 | 3592 | |
| 3593 | - $items_count = (int)geodir_location_imex_count_locations(); |
|
| 3593 | + $items_count = (int) geodir_location_imex_count_locations(); |
|
| 3594 | 3594 | |
| 3595 | - if ( isset( $_REQUEST['_st'] ) ) {
|
|
| 3596 | - $line_count = (int)geodir_import_export_line_count( $file_path_temp ); |
|
| 3597 | - $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0; |
|
| 3598 | - $percentage = min( $percentage, 100 ); |
|
| 3595 | + if (isset($_REQUEST['_st'])) {
|
|
| 3596 | + $line_count = (int) geodir_import_export_line_count($file_path_temp); |
|
| 3597 | + $percentage = count($items_count) > 0 && $line_count > 0 ? ceil($line_count / $items_count) * 100 : 0; |
|
| 3598 | + $percentage = min($percentage, 100); |
|
| 3599 | 3599 | |
| 3600 | 3600 | $json['percentage'] = $percentage; |
| 3601 | - wp_send_json( $json ); |
|
| 3601 | + wp_send_json($json); |
|
| 3602 | 3602 | } else {
|
| 3603 | 3603 | $chunk_file_paths = array(); |
| 3604 | 3604 | |
| 3605 | - if ( !$items_count > 0 ) {
|
|
| 3606 | - $json['error'] = __( 'No records to export.', 'geodirectory' ); |
|
| 3605 | + if (!$items_count > 0) {
|
|
| 3606 | + $json['error'] = __('No records to export.', 'geodirectory');
|
|
| 3607 | 3607 | } else {
|
| 3608 | - $chunk_per_page = min( $chunk_per_page, $items_count ); |
|
| 3609 | - $chunk_total_pages = ceil( $items_count / $chunk_per_page ); |
|
| 3608 | + $chunk_per_page = min($chunk_per_page, $items_count); |
|
| 3609 | + $chunk_total_pages = ceil($items_count / $chunk_per_page); |
|
| 3610 | 3610 | |
| 3611 | 3611 | $j = $chunk_page_no; |
| 3612 | - $chunk_save_items = geodir_location_imex_locations_data( $chunk_per_page, $j ); |
|
| 3612 | + $chunk_save_items = geodir_location_imex_locations_data($chunk_per_page, $j); |
|
| 3613 | 3613 | |
| 3614 | 3614 | $per_page = 500; |
| 3615 | - $per_page = min( $per_page, $chunk_per_page ); |
|
| 3616 | - $total_pages = ceil( $chunk_per_page / $per_page ); |
|
| 3615 | + $per_page = min($per_page, $chunk_per_page); |
|
| 3616 | + $total_pages = ceil($chunk_per_page / $per_page); |
|
| 3617 | 3617 | |
| 3618 | - for ( $i = 0; $i <= $total_pages; $i++ ) {
|
|
| 3619 | - $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page ); |
|
| 3618 | + for ($i = 0; $i <= $total_pages; $i++) {
|
|
| 3619 | + $save_items = array_slice($chunk_save_items, ($i * $per_page), $per_page); |
|
| 3620 | 3620 | |
| 3621 | 3621 | $clear = $i == 0 ? true : false; |
| 3622 | - geodir_save_csv_data( $file_path_temp, $save_items, $clear ); |
|
| 3622 | + geodir_save_csv_data($file_path_temp, $save_items, $clear); |
|
| 3623 | 3623 | } |
| 3624 | 3624 | |
| 3625 | - if ( $wp_filesystem->exists( $file_path_temp ) ) {
|
|
| 3626 | - $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : ''; |
|
| 3627 | - $chunk_file_name = $file_name . $chunk_page_no . '.csv'; |
|
| 3628 | - $file_path = $csv_file_dir . '/' . $chunk_file_name; |
|
| 3629 | - $wp_filesystem->move( $file_path_temp, $file_path, true ); |
|
| 3625 | + if ($wp_filesystem->exists($file_path_temp)) {
|
|
| 3626 | + $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : ''; |
|
| 3627 | + $chunk_file_name = $file_name.$chunk_page_no.'.csv'; |
|
| 3628 | + $file_path = $csv_file_dir.'/'.$chunk_file_name; |
|
| 3629 | + $wp_filesystem->move($file_path_temp, $file_path, true); |
|
| 3630 | 3630 | |
| 3631 | - $file_url = $file_url_base . $chunk_file_name; |
|
| 3632 | - $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
|
|
| 3631 | + $file_url = $file_url_base.$chunk_file_name; |
|
| 3632 | + $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
|
|
| 3633 | 3633 | } |
| 3634 | 3634 | |
| 3635 | - if ( !empty($chunk_file_paths) ) {
|
|
| 3635 | + if (!empty($chunk_file_paths)) {
|
|
| 3636 | 3636 | $json['total'] = $items_count; |
| 3637 | 3637 | $json['files'] = $chunk_file_paths; |
| 3638 | 3638 | } else {
|
| 3639 | - $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' ); |
|
| 3639 | + $json['error'] = __('Fail, something wrong to create csv file.', 'geodirectory');
|
|
| 3640 | 3640 | } |
| 3641 | 3641 | } |
| 3642 | - wp_send_json( $json ); |
|
| 3642 | + wp_send_json($json); |
|
| 3643 | 3643 | } |
| 3644 | 3644 | } |
| 3645 | 3645 | break; |
| 3646 | 3646 | case 'export_hoods': {
|
| 3647 | - $file_url_base = geodir_path_import_export() . '/'; |
|
| 3648 | - $file_name = 'gd_neighbourhoods_' . date( 'dmyHi' ); |
|
| 3649 | - $file_url = $file_url_base . $file_name . '.csv'; |
|
| 3650 | - $file_path = $csv_file_dir . '/' . $file_name . '.csv'; |
|
| 3651 | - $file_path_temp = $csv_file_dir . '/gd_neighbourhoods_' . $nonce . '.csv'; |
|
| 3647 | + $file_url_base = geodir_path_import_export().'/'; |
|
| 3648 | + $file_name = 'gd_neighbourhoods_'.date('dmyHi');
|
|
| 3649 | + $file_url = $file_url_base.$file_name.'.csv'; |
|
| 3650 | + $file_path = $csv_file_dir.'/'.$file_name.'.csv'; |
|
| 3651 | + $file_path_temp = $csv_file_dir.'/gd_neighbourhoods_'.$nonce.'.csv'; |
|
| 3652 | 3652 | |
| 3653 | - $items_count = (int)geodir_location_imex_count_neighbourhoods(); |
|
| 3653 | + $items_count = (int) geodir_location_imex_count_neighbourhoods(); |
|
| 3654 | 3654 | |
| 3655 | - if ( isset( $_REQUEST['_st'] ) ) {
|
|
| 3656 | - $line_count = (int)geodir_import_export_line_count( $file_path_temp ); |
|
| 3657 | - $percentage = count( $items_count ) > 0 && $line_count > 0 ? ceil( $line_count / $items_count ) * 100 : 0; |
|
| 3658 | - $percentage = min( $percentage, 100 ); |
|
| 3655 | + if (isset($_REQUEST['_st'])) {
|
|
| 3656 | + $line_count = (int) geodir_import_export_line_count($file_path_temp); |
|
| 3657 | + $percentage = count($items_count) > 0 && $line_count > 0 ? ceil($line_count / $items_count) * 100 : 0; |
|
| 3658 | + $percentage = min($percentage, 100); |
|
| 3659 | 3659 | |
| 3660 | 3660 | $json['percentage'] = $percentage; |
| 3661 | - wp_send_json( $json ); |
|
| 3661 | + wp_send_json($json); |
|
| 3662 | 3662 | } else {
|
| 3663 | 3663 | $chunk_file_paths = array(); |
| 3664 | 3664 | |
| 3665 | - if ( !$items_count > 0 ) {
|
|
| 3666 | - $json['error'] = __( 'No records to export.', 'geodirectory' ); |
|
| 3665 | + if (!$items_count > 0) {
|
|
| 3666 | + $json['error'] = __('No records to export.', 'geodirectory');
|
|
| 3667 | 3667 | } else {
|
| 3668 | - $chunk_per_page = min( $chunk_per_page, $items_count ); |
|
| 3669 | - $chunk_total_pages = ceil( $items_count / $chunk_per_page ); |
|
| 3668 | + $chunk_per_page = min($chunk_per_page, $items_count); |
|
| 3669 | + $chunk_total_pages = ceil($items_count / $chunk_per_page); |
|
| 3670 | 3670 | |
| 3671 | 3671 | $j = $chunk_page_no; |
| 3672 | - $chunk_save_items = geodir_location_imex_neighbourhoods_data( $chunk_per_page, $j ); |
|
| 3672 | + $chunk_save_items = geodir_location_imex_neighbourhoods_data($chunk_per_page, $j); |
|
| 3673 | 3673 | |
| 3674 | 3674 | $per_page = 500; |
| 3675 | - $per_page = min( $per_page, $chunk_per_page ); |
|
| 3676 | - $total_pages = ceil( $chunk_per_page / $per_page ); |
|
| 3675 | + $per_page = min($per_page, $chunk_per_page); |
|
| 3676 | + $total_pages = ceil($chunk_per_page / $per_page); |
|
| 3677 | 3677 | |
| 3678 | - for ( $i = 0; $i <= $total_pages; $i++ ) {
|
|
| 3679 | - $save_items = array_slice( $chunk_save_items , ( $i * $per_page ), $per_page ); |
|
| 3678 | + for ($i = 0; $i <= $total_pages; $i++) {
|
|
| 3679 | + $save_items = array_slice($chunk_save_items, ($i * $per_page), $per_page); |
|
| 3680 | 3680 | |
| 3681 | 3681 | $clear = $i == 0 ? true : false; |
| 3682 | - geodir_save_csv_data( $file_path_temp, $save_items, $clear ); |
|
| 3682 | + geodir_save_csv_data($file_path_temp, $save_items, $clear); |
|
| 3683 | 3683 | } |
| 3684 | 3684 | |
| 3685 | - if ( $wp_filesystem->exists( $file_path_temp ) ) {
|
|
| 3686 | - $chunk_page_no = $chunk_total_pages > 1 ? '-' . $j : ''; |
|
| 3687 | - $chunk_file_name = $file_name . $chunk_page_no . '.csv'; |
|
| 3688 | - $file_path = $csv_file_dir . '/' . $chunk_file_name; |
|
| 3689 | - $wp_filesystem->move( $file_path_temp, $file_path, true ); |
|
| 3685 | + if ($wp_filesystem->exists($file_path_temp)) {
|
|
| 3686 | + $chunk_page_no = $chunk_total_pages > 1 ? '-'.$j : ''; |
|
| 3687 | + $chunk_file_name = $file_name.$chunk_page_no.'.csv'; |
|
| 3688 | + $file_path = $csv_file_dir.'/'.$chunk_file_name; |
|
| 3689 | + $wp_filesystem->move($file_path_temp, $file_path, true); |
|
| 3690 | 3690 | |
| 3691 | - $file_url = $file_url_base . $chunk_file_name; |
|
| 3692 | - $chunk_file_paths[] = array('i' => $j . '.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
|
|
| 3691 | + $file_url = $file_url_base.$chunk_file_name; |
|
| 3692 | + $chunk_file_paths[] = array('i' => $j.'.', 'u' => $file_url, 's' => size_format(filesize($file_path), 2));
|
|
| 3693 | 3693 | } |
| 3694 | 3694 | |
| 3695 | - if ( !empty($chunk_file_paths) ) {
|
|
| 3695 | + if (!empty($chunk_file_paths)) {
|
|
| 3696 | 3696 | $json['total'] = $items_count; |
| 3697 | 3697 | $json['files'] = $chunk_file_paths; |
| 3698 | 3698 | } else {
|
| 3699 | - $json['error'] = __( 'Fail, something wrong to create csv file.', 'geodirectory' ); |
|
| 3699 | + $json['error'] = __('Fail, something wrong to create csv file.', 'geodirectory');
|
|
| 3700 | 3700 | } |
| 3701 | 3701 | } |
| 3702 | - wp_send_json( $json ); |
|
| 3702 | + wp_send_json($json); |
|
| 3703 | 3703 | } |
| 3704 | 3704 | } |
| 3705 | 3705 | break; |
@@ -3716,25 +3716,25 @@ discard block |
||
| 3716 | 3716 | } |
| 3717 | 3717 | // WPML |
| 3718 | 3718 | |
| 3719 | - ini_set( 'auto_detect_line_endings', true ); |
|
| 3719 | + ini_set('auto_detect_line_endings', true);
|
|
| 3720 | 3720 | |
| 3721 | 3721 | $uploads = wp_upload_dir(); |
| 3722 | 3722 | $uploads_dir = $uploads['path']; |
| 3723 | 3723 | $uploads_subdir = $uploads['subdir']; |
| 3724 | 3724 | |
| 3725 | - $csv_file = isset( $_POST['_file'] ) ? $_POST['_file'] : NULL; |
|
| 3726 | - $import_choice = isset( $_REQUEST['_ch'] ) ? $_REQUEST['_ch'] : 'skip'; |
|
| 3725 | + $csv_file = isset($_POST['_file']) ? $_POST['_file'] : NULL; |
|
| 3726 | + $import_choice = isset($_REQUEST['_ch']) ? $_REQUEST['_ch'] : 'skip'; |
|
| 3727 | 3727 | |
| 3728 | - $csv_file_arr = explode( '/', $csv_file ); |
|
| 3729 | - $csv_filename = end( $csv_file_arr ); |
|
| 3730 | - $target_path = $uploads_dir . '/temp_' . $current_user->data->ID . '/' . $csv_filename; |
|
| 3728 | + $csv_file_arr = explode('/', $csv_file);
|
|
| 3729 | + $csv_filename = end($csv_file_arr); |
|
| 3730 | + $target_path = $uploads_dir.'/temp_'.$current_user->data->ID.'/'.$csv_filename; |
|
| 3731 | 3731 | |
| 3732 | 3732 | $json['file'] = $csv_file; |
| 3733 | - $json['error'] = __( 'The uploaded file is not a valid csv file. Please try again.', 'geodirectory' ); |
|
| 3733 | + $json['error'] = __('The uploaded file is not a valid csv file. Please try again.', 'geodirectory');
|
|
| 3734 | 3734 | $file = array(); |
| 3735 | 3735 | |
| 3736 | - if ( $csv_file && $wp_filesystem->is_file( $target_path ) && $wp_filesystem->exists( $target_path ) ) {
|
|
| 3737 | - $wp_filetype = wp_check_filetype_and_ext( $target_path, $csv_filename ); |
|
| 3736 | + if ($csv_file && $wp_filesystem->is_file($target_path) && $wp_filesystem->exists($target_path)) {
|
|
| 3737 | + $wp_filetype = wp_check_filetype_and_ext($target_path, $csv_filename); |
|
| 3738 | 3738 | |
| 3739 | 3739 | if (!empty($wp_filetype) && isset($wp_filetype['ext']) && geodir_strtolower($wp_filetype['ext']) == 'csv') {
|
| 3740 | 3740 | $json['error'] = NULL; |
@@ -3742,9 +3742,9 @@ discard block |
||
| 3742 | 3742 | |
| 3743 | 3743 | $lc_all = setlocale(LC_ALL, 0); // Fix issue of fgetcsv ignores special characters when they are at the beginning of line |
| 3744 | 3744 | setlocale(LC_ALL, 'en_US.UTF-8'); |
| 3745 | - if ( ( $handle = fopen($target_path, "r" ) ) !== FALSE ) {
|
|
| 3746 | - while ( ( $data = fgetcsv( $handle, 100000, "," ) ) !== FALSE ) {
|
|
| 3747 | - if ( !empty( $data ) ) {
|
|
| 3745 | + if (($handle = fopen($target_path, "r")) !== FALSE) {
|
|
| 3746 | + while (($data = fgetcsv($handle, 100000, ",")) !== FALSE) {
|
|
| 3747 | + if (!empty($data)) {
|
|
| 3748 | 3748 | $file[] = $data; |
| 3749 | 3749 | } |
| 3750 | 3750 | } |
@@ -3758,19 +3758,19 @@ discard block |
||
| 3758 | 3758 | $json['error'] = __('No data found in csv file.', 'geodirectory');
|
| 3759 | 3759 | } |
| 3760 | 3760 | } else {
|
| 3761 | - wp_send_json( $json ); |
|
| 3761 | + wp_send_json($json); |
|
| 3762 | 3762 | } |
| 3763 | 3763 | } else {
|
| 3764 | - wp_send_json( $json ); |
|
| 3764 | + wp_send_json($json); |
|
| 3765 | 3765 | } |
| 3766 | 3766 | |
| 3767 | - if ( $task == 'prepare_import' || !empty( $json['error'] ) ) {
|
|
| 3768 | - wp_send_json( $json ); |
|
| 3767 | + if ($task == 'prepare_import' || !empty($json['error'])) {
|
|
| 3768 | + wp_send_json($json); |
|
| 3769 | 3769 | } |
| 3770 | 3770 | |
| 3771 | 3771 | $total = $json['rows']; |
| 3772 | - $limit = isset($_POST['limit']) ? (int)$_POST['limit'] : 1; |
|
| 3773 | - $processed = isset($_POST['processed']) ? (int)$_POST['processed'] : 0; |
|
| 3772 | + $limit = isset($_POST['limit']) ? (int) $_POST['limit'] : 1; |
|
| 3773 | + $processed = isset($_POST['processed']) ? (int) $_POST['processed'] : 0; |
|
| 3774 | 3774 | |
| 3775 | 3775 | $count = $limit; |
| 3776 | 3776 | |
@@ -3795,13 +3795,13 @@ discard block |
||
| 3795 | 3795 | |
| 3796 | 3796 | $post_types = geodir_get_posttypes(); |
| 3797 | 3797 | |
| 3798 | - if ( $task == 'import_cat' ) {
|
|
| 3798 | + if ($task == 'import_cat') {
|
|
| 3799 | 3799 | if (!empty($file)) {
|
| 3800 | 3800 | $columns = isset($file[0]) ? $file[0] : NULL; |
| 3801 | 3801 | |
| 3802 | 3802 | if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
|
| 3803 | 3803 | $json['error'] = CSV_INVAILD_FILE; |
| 3804 | - wp_send_json( $json ); |
|
| 3804 | + wp_send_json($json); |
|
| 3805 | 3805 | exit; |
| 3806 | 3806 | } |
| 3807 | 3807 | |
@@ -3812,7 +3812,7 @@ discard block |
||
| 3812 | 3812 | |
| 3813 | 3813 | if (isset($file[$index])) {
|
| 3814 | 3814 | $row = $file[$index]; |
| 3815 | - $row = array_map( 'trim', $row ); |
|
| 3815 | + $row = array_map('trim', $row);
|
|
| 3816 | 3816 | //$row = array_map( 'utf8_encode', $row ); |
| 3817 | 3817 | |
| 3818 | 3818 | $cat_id = ''; |
@@ -3829,42 +3829,42 @@ discard block |
||
| 3829 | 3829 | $cat_id_original = ''; |
| 3830 | 3830 | |
| 3831 | 3831 | $c = 0; |
| 3832 | - foreach ($columns as $column ) {
|
|
| 3833 | - if ( $column == 'cat_id' ) {
|
|
| 3834 | - $cat_id = (int)$row[$c]; |
|
| 3835 | - } else if ( $column == 'cat_name' ) {
|
|
| 3832 | + foreach ($columns as $column) {
|
|
| 3833 | + if ($column == 'cat_id') {
|
|
| 3834 | + $cat_id = (int) $row[$c]; |
|
| 3835 | + } else if ($column == 'cat_name') {
|
|
| 3836 | 3836 | $cat_name = $row[$c]; |
| 3837 | - } else if ( $column == 'cat_slug' ) {
|
|
| 3837 | + } else if ($column == 'cat_slug') {
|
|
| 3838 | 3838 | $cat_slug = $row[$c]; |
| 3839 | - } else if ( $column == 'cat_posttype' ) {
|
|
| 3839 | + } else if ($column == 'cat_posttype') {
|
|
| 3840 | 3840 | $cat_posttype = $row[$c]; |
| 3841 | - } else if ( $column == 'cat_parent' ) {
|
|
| 3841 | + } else if ($column == 'cat_parent') {
|
|
| 3842 | 3842 | $cat_parent = trim($row[$c]); |
| 3843 | - } else if ( $column == 'cat_schema' && $row[$c] != '' ) {
|
|
| 3843 | + } else if ($column == 'cat_schema' && $row[$c] != '') {
|
|
| 3844 | 3844 | $cat_schema = $row[$c]; |
| 3845 | - } else if ( $column == 'cat_description' ) {
|
|
| 3845 | + } else if ($column == 'cat_description') {
|
|
| 3846 | 3846 | $cat_description = $row[$c]; |
| 3847 | - } else if ( $column == 'cat_top_description' ) {
|
|
| 3847 | + } else if ($column == 'cat_top_description') {
|
|
| 3848 | 3848 | $cat_top_description = $row[$c]; |
| 3849 | - } else if ( $column == 'cat_image' ) {
|
|
| 3849 | + } else if ($column == 'cat_image') {
|
|
| 3850 | 3850 | $cat_image = $row[$c]; |
| 3851 | - } else if ( $column == 'cat_icon' ) {
|
|
| 3851 | + } else if ($column == 'cat_icon') {
|
|
| 3852 | 3852 | $cat_icon = $row[$c]; |
| 3853 | 3853 | } |
| 3854 | 3854 | // WPML |
| 3855 | - if ( $is_wpml ) {
|
|
| 3856 | - if ( $column == 'cat_language' ) {
|
|
| 3857 | - $cat_language = geodir_strtolower( trim( $row[$c] ) ); |
|
| 3858 | - } else if ( $column == 'cat_id_original' ) {
|
|
| 3859 | - $cat_id_original = (int)$row[$c]; |
|
| 3855 | + if ($is_wpml) {
|
|
| 3856 | + if ($column == 'cat_language') {
|
|
| 3857 | + $cat_language = geodir_strtolower(trim($row[$c])); |
|
| 3858 | + } else if ($column == 'cat_id_original') {
|
|
| 3859 | + $cat_id_original = (int) $row[$c]; |
|
| 3860 | 3860 | } |
| 3861 | 3861 | } |
| 3862 | 3862 | // WPML |
| 3863 | 3863 | $c++; |
| 3864 | 3864 | } |
| 3865 | 3865 | |
| 3866 | - if ( $cat_name == '' || !in_array( $cat_posttype, $post_types ) ) {
|
|
| 3867 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) ); |
|
| 3866 | + if ($cat_name == '' || !in_array($cat_posttype, $post_types)) {
|
|
| 3867 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank title/invalid post type', 'geodirectory'));
|
|
| 3868 | 3868 | |
| 3869 | 3869 | $invalid++; |
| 3870 | 3870 | continue; |
@@ -3882,24 +3882,24 @@ discard block |
||
| 3882 | 3882 | $term_data['description'] = $cat_description; |
| 3883 | 3883 | $term_data['cat_schema'] = $cat_schema; |
| 3884 | 3884 | $term_data['top_description'] = $cat_top_description; |
| 3885 | - $term_data['image'] = $cat_image != '' ? basename( $cat_image ) : ''; |
|
| 3886 | - $term_data['icon'] = $cat_icon != '' ? basename( $cat_icon ) : ''; |
|
| 3885 | + $term_data['image'] = $cat_image != '' ? basename($cat_image) : ''; |
|
| 3886 | + $term_data['icon'] = $cat_icon != '' ? basename($cat_icon) : ''; |
|
| 3887 | 3887 | |
| 3888 | 3888 | //$term_data = array_map( 'utf8_encode', $term_data ); |
| 3889 | 3889 | |
| 3890 | - $taxonomy = $cat_posttype . 'category'; |
|
| 3890 | + $taxonomy = $cat_posttype.'category'; |
|
| 3891 | 3891 | |
| 3892 | 3892 | $term_data['taxonomy'] = $taxonomy; |
| 3893 | 3893 | |
| 3894 | 3894 | $term_parent_id = 0; |
| 3895 | - if ($cat_parent != "" || (int)$cat_parent > 0) {
|
|
| 3895 | + if ($cat_parent != "" || (int) $cat_parent > 0) {
|
|
| 3896 | 3896 | $term_parent = ''; |
| 3897 | 3897 | |
| 3898 | - if ( $term_parent = get_term_by( 'name', $cat_parent, $taxonomy ) ) {
|
|
| 3898 | + if ($term_parent = get_term_by('name', $cat_parent, $taxonomy)) {
|
|
| 3899 | 3899 | // |
| 3900 | - } else if ( $term_parent = get_term_by( 'slug', $cat_parent, $taxonomy ) ) {
|
|
| 3900 | + } else if ($term_parent = get_term_by('slug', $cat_parent, $taxonomy)) {
|
|
| 3901 | 3901 | // |
| 3902 | - } else if ( $term_parent = get_term_by( 'id', $cat_parent, $taxonomy ) ) {
|
|
| 3902 | + } else if ($term_parent = get_term_by('id', $cat_parent, $taxonomy)) {
|
|
| 3903 | 3903 | // |
| 3904 | 3904 | } else {
|
| 3905 | 3905 | $term_parent_data = array(); |
@@ -3907,104 +3907,104 @@ discard block |
||
| 3907 | 3907 | //$term_parent_data = array_map( 'utf8_encode', $term_parent_data ); |
| 3908 | 3908 | $term_parent_data['taxonomy'] = $taxonomy; |
| 3909 | 3909 | |
| 3910 | - $term_parent_id = (int)geodir_imex_insert_term( $taxonomy, $term_parent_data ); |
|
| 3910 | + $term_parent_id = (int) geodir_imex_insert_term($taxonomy, $term_parent_data); |
|
| 3911 | 3911 | } |
| 3912 | 3912 | |
| 3913 | - if ( !empty( $term_parent ) && !is_wp_error( $term_parent ) ) {
|
|
| 3914 | - $term_parent_id = (int)$term_parent->term_id; |
|
| 3913 | + if (!empty($term_parent) && !is_wp_error($term_parent)) {
|
|
| 3914 | + $term_parent_id = (int) $term_parent->term_id; |
|
| 3915 | 3915 | } |
| 3916 | 3916 | } |
| 3917 | - $term_data['parent'] = (int)$term_parent_id; |
|
| 3917 | + $term_data['parent'] = (int) $term_parent_id; |
|
| 3918 | 3918 | |
| 3919 | 3919 | $term_id = NULL; |
| 3920 | - if ( $import_choice == 'update' ) {
|
|
| 3921 | - if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
|
|
| 3920 | + if ($import_choice == 'update') {
|
|
| 3921 | + if ($cat_id > 0 && $term = (array) term_exists($cat_id, $taxonomy)) {
|
|
| 3922 | 3922 | $term_data['term_id'] = $term['term_id']; |
| 3923 | 3923 | |
| 3924 | - if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
|
|
| 3924 | + if ($term_id = geodir_imex_update_term($taxonomy, $term_data)) {
|
|
| 3925 | 3925 | $updated++; |
| 3926 | 3926 | } else {
|
| 3927 | 3927 | $invalid++; |
| 3928 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) ); |
|
| 3928 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory'));
|
|
| 3929 | 3929 | } |
| 3930 | - } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
|
|
| 3930 | + } else if ($term_data['slug'] != '' && $term = (array) term_exists($term_data['slug'], $taxonomy)) {
|
|
| 3931 | 3931 | $term_data['term_id'] = $term['term_id']; |
| 3932 | 3932 | |
| 3933 | - if ( $term_id = geodir_imex_update_term( $taxonomy, $term_data ) ) {
|
|
| 3933 | + if ($term_id = geodir_imex_update_term($taxonomy, $term_data)) {
|
|
| 3934 | 3934 | $updated++; |
| 3935 | 3935 | } else {
|
| 3936 | 3936 | $invalid++; |
| 3937 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) ); |
|
| 3937 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory'));
|
|
| 3938 | 3938 | } |
| 3939 | 3939 | } else {
|
| 3940 | - if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
|
|
| 3940 | + if ($term_id = geodir_imex_insert_term($taxonomy, $term_data)) {
|
|
| 3941 | 3941 | $created++; |
| 3942 | 3942 | } else {
|
| 3943 | 3943 | $invalid++; |
| 3944 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) ); |
|
| 3944 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory'));
|
|
| 3945 | 3945 | } |
| 3946 | 3946 | } |
| 3947 | - } else if ( $import_choice == 'skip' ) {
|
|
| 3948 | - if ( $cat_id > 0 && $term = (array)term_exists( $cat_id, $taxonomy ) ) {
|
|
| 3947 | + } else if ($import_choice == 'skip') {
|
|
| 3948 | + if ($cat_id > 0 && $term = (array) term_exists($cat_id, $taxonomy)) {
|
|
| 3949 | 3949 | $skipped++; |
| 3950 | - } else if ( $term_data['slug'] != '' && $term = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
|
|
| 3950 | + } else if ($term_data['slug'] != '' && $term = (array) term_exists($term_data['slug'], $taxonomy)) {
|
|
| 3951 | 3951 | $skipped++; |
| 3952 | 3952 | } else {
|
| 3953 | - if ( $term_id = geodir_imex_insert_term( $taxonomy, $term_data ) ) {
|
|
| 3953 | + if ($term_id = geodir_imex_insert_term($taxonomy, $term_data)) {
|
|
| 3954 | 3954 | $created++; |
| 3955 | 3955 | } else {
|
| 3956 | 3956 | $invalid++; |
| 3957 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) ); |
|
| 3957 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be updated due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory'));
|
|
| 3958 | 3958 | } |
| 3959 | 3959 | } |
| 3960 | 3960 | } else {
|
| 3961 | 3961 | $invalid++; |
| 3962 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory' ) ); |
|
| 3962 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to invalid data (check & remove if any invalid characters used in data)', 'geodirectory'));
|
|
| 3963 | 3963 | } |
| 3964 | 3964 | |
| 3965 | - if ( $term_id ) {
|
|
| 3965 | + if ($term_id) {
|
|
| 3966 | 3966 | // WPML |
| 3967 | 3967 | if ($is_wpml && $cat_id_original > 0 && $cat_language != '') {
|
| 3968 | - $wpml_element_type = 'tax_' . $taxonomy; |
|
| 3969 | - $source_language = geodir_get_language_for_element( $cat_id_original, $wpml_element_type ); |
|
| 3968 | + $wpml_element_type = 'tax_'.$taxonomy; |
|
| 3969 | + $source_language = geodir_get_language_for_element($cat_id_original, $wpml_element_type); |
|
| 3970 | 3970 | $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language(); |
| 3971 | 3971 | |
| 3972 | - $trid = $sitepress->get_element_trid( $cat_id_original, $wpml_element_type ); |
|
| 3972 | + $trid = $sitepress->get_element_trid($cat_id_original, $wpml_element_type); |
|
| 3973 | 3973 | |
| 3974 | - $sitepress->set_element_language_details( $term_id, $wpml_element_type, $trid, $cat_language, $source_language ); |
|
| 3974 | + $sitepress->set_element_language_details($term_id, $wpml_element_type, $trid, $cat_language, $source_language); |
|
| 3975 | 3975 | } |
| 3976 | 3976 | // WPML |
| 3977 | 3977 | |
| 3978 | - if ( isset( $term_data['top_description'] ) ) {
|
|
| 3979 | - update_tax_meta( $term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype ); |
|
| 3978 | + if (isset($term_data['top_description'])) {
|
|
| 3979 | + update_tax_meta($term_id, 'ct_cat_top_desc', $term_data['top_description'], $cat_posttype); |
|
| 3980 | 3980 | } |
| 3981 | 3981 | |
| 3982 | - if ( isset( $term_data['cat_schema'] ) ) {
|
|
| 3983 | - update_tax_meta( $term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype ); |
|
| 3982 | + if (isset($term_data['cat_schema'])) {
|
|
| 3983 | + update_tax_meta($term_id, 'ct_cat_schema', $term_data['cat_schema'], $cat_posttype); |
|
| 3984 | 3984 | } |
| 3985 | 3985 | |
| 3986 | 3986 | $attachment = false; |
| 3987 | - if ( isset( $term_data['image'] ) && $term_data['image'] != '' ) {
|
|
| 3988 | - $cat_image = geodir_get_default_catimage( $term_id, $cat_posttype ); |
|
| 3989 | - $cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : ''; |
|
| 3987 | + if (isset($term_data['image']) && $term_data['image'] != '') {
|
|
| 3988 | + $cat_image = geodir_get_default_catimage($term_id, $cat_posttype); |
|
| 3989 | + $cat_image = !empty($cat_image) && isset($cat_image['src']) ? $cat_image['src'] : ''; |
|
| 3990 | 3990 | |
| 3991 | - if ( basename($cat_image) != $term_data['image'] ) {
|
|
| 3991 | + if (basename($cat_image) != $term_data['image']) {
|
|
| 3992 | 3992 | $attachment = true; |
| 3993 | - update_tax_meta( $term_id, 'ct_cat_default_img', array( 'id' => 'image', 'src' => $uploads['url'] . '/' . $term_data['image'] ), $cat_posttype ); |
|
| 3993 | + update_tax_meta($term_id, 'ct_cat_default_img', array('id' => 'image', 'src' => $uploads['url'].'/'.$term_data['image']), $cat_posttype);
|
|
| 3994 | 3994 | } |
| 3995 | 3995 | } |
| 3996 | 3996 | |
| 3997 | - if ( isset( $term_data['icon'] ) && $term_data['icon'] != '' ) {
|
|
| 3998 | - $cat_icon = get_tax_meta( $term_id, 'ct_cat_icon', false, $cat_posttype ); |
|
| 3999 | - $cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : ''; |
|
| 3997 | + if (isset($term_data['icon']) && $term_data['icon'] != '') {
|
|
| 3998 | + $cat_icon = get_tax_meta($term_id, 'ct_cat_icon', false, $cat_posttype); |
|
| 3999 | + $cat_icon = !empty($cat_icon) && isset($cat_icon['src']) ? $cat_icon['src'] : ''; |
|
| 4000 | 4000 | |
| 4001 | - if ( basename($cat_icon) != $term_data['icon'] ) {
|
|
| 4001 | + if (basename($cat_icon) != $term_data['icon']) {
|
|
| 4002 | 4002 | $attachment = true; |
| 4003 | - update_tax_meta( $term_id, 'ct_cat_icon', array( 'id' => 'icon', 'src' => $uploads['url'] . '/' . $term_data['icon'] ), $cat_posttype ); |
|
| 4003 | + update_tax_meta($term_id, 'ct_cat_icon', array('id' => 'icon', 'src' => $uploads['url'].'/'.$term_data['icon']), $cat_posttype);
|
|
| 4004 | 4004 | } |
| 4005 | 4005 | } |
| 4006 | 4006 | |
| 4007 | - if ( $attachment ) {
|
|
| 4007 | + if ($attachment) {
|
|
| 4008 | 4008 | $images++; |
| 4009 | 4009 | } |
| 4010 | 4010 | } |
@@ -4026,35 +4026,35 @@ discard block |
||
| 4026 | 4026 | $json['invalid'] = $invalid; |
| 4027 | 4027 | $json['images'] = $images; |
| 4028 | 4028 | |
| 4029 | - wp_send_json( $json ); |
|
| 4029 | + wp_send_json($json); |
|
| 4030 | 4030 | exit; |
| 4031 | - } else if ( $task == 'import_post' ) {
|
|
| 4032 | - $xtimings['###1'] = microtime(true)-$xstart; |
|
| 4031 | + } else if ($task == 'import_post') {
|
|
| 4032 | + $xtimings['###1'] = microtime(true) - $xstart; |
|
| 4033 | 4033 | //run some stuff to make the import quicker |
| 4034 | - wp_defer_term_counting( true ); |
|
| 4035 | - wp_defer_comment_counting( true ); |
|
| 4036 | - $wpdb->query( 'SET autocommit = 0;' ); |
|
| 4034 | + wp_defer_term_counting(true); |
|
| 4035 | + wp_defer_comment_counting(true); |
|
| 4036 | + $wpdb->query('SET autocommit = 0;');
|
|
| 4037 | 4037 | // |
| 4038 | 4038 | // remove_all_actions('publish_post');
|
| 4039 | 4039 | // remove_all_actions('transition_post_status');
|
| 4040 | 4040 | // remove_all_actions('publish_future_post');
|
| 4041 | 4041 | |
| 4042 | 4042 | if (!empty($file)) {
|
| 4043 | - $is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
|
|
| 4043 | + $is_claim_active = is_plugin_active('geodir_claim_listing/geodir_claim_listing.php') && get_option('geodir_claim_enable') === 'yes' ? true : false;
|
|
| 4044 | 4044 | $wp_post_statuses = get_post_statuses(); // All of the WordPress supported post statuses. |
| 4045 | 4045 | $default_status = 'publish'; |
| 4046 | - $current_date = date_i18n( 'Y-m-d', time() ); |
|
| 4046 | + $current_date = date_i18n('Y-m-d', time());
|
|
| 4047 | 4047 | |
| 4048 | 4048 | $columns = isset($file[0]) ? $file[0] : NULL; |
| 4049 | 4049 | |
| 4050 | 4050 | if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
|
| 4051 | 4051 | $json['error'] = CSV_INVAILD_FILE; |
| 4052 | - wp_send_json( $json ); |
|
| 4052 | + wp_send_json($json); |
|
| 4053 | 4053 | exit; |
| 4054 | 4054 | } |
| 4055 | - $xtimings['###2'] = microtime(true)-$xstart; |
|
| 4055 | + $xtimings['###2'] = microtime(true) - $xstart; |
|
| 4056 | 4056 | $gd_error_log = __('GD IMPORT LISTINGS [ROW %d]:', 'geodirectory');
|
| 4057 | - $wp_chars_error = __( '(check & remove if any invalid characters used in data)', 'geodirectory' ); |
|
| 4057 | + $wp_chars_error = __('(check & remove if any invalid characters used in data)', 'geodirectory');
|
|
| 4058 | 4058 | $processed_actual = 0; |
| 4059 | 4059 | for ($i = 1; $i <= $limit; $i++) {
|
| 4060 | 4060 | $index = $processed + $i; |
@@ -4063,9 +4063,9 @@ discard block |
||
| 4063 | 4063 | if (isset($file[$index])) {
|
| 4064 | 4064 | $processed_actual++; |
| 4065 | 4065 | $row = $file[$index]; |
| 4066 | - $row = array_map( 'trim', $row ); |
|
| 4066 | + $row = array_map('trim', $row);
|
|
| 4067 | 4067 | //$row = array_map( 'utf8_encode', $row ); |
| 4068 | - $row = array_map( 'addslashes_gpc', $row ); |
|
| 4068 | + $row = array_map('addslashes_gpc', $row);
|
|
| 4069 | 4069 | |
| 4070 | 4070 | $post_id = ''; |
| 4071 | 4071 | $post_title = ''; |
@@ -4104,82 +4104,82 @@ discard block |
||
| 4104 | 4104 | $original_post_id = ''; |
| 4105 | 4105 | |
| 4106 | 4106 | $c = 0; |
| 4107 | - foreach ($columns as $column ) {
|
|
| 4107 | + foreach ($columns as $column) {
|
|
| 4108 | 4108 | $gd_post[$column] = $row[$c]; |
| 4109 | 4109 | |
| 4110 | - if ( $column == 'post_id' ) {
|
|
| 4110 | + if ($column == 'post_id') {
|
|
| 4111 | 4111 | $post_id = $row[$c]; |
| 4112 | - } else if ( $column == 'post_title' ) {
|
|
| 4112 | + } else if ($column == 'post_title') {
|
|
| 4113 | 4113 | $post_title = sanitize_text_field($row[$c]); |
| 4114 | - } else if ( $column == 'post_author' ) {
|
|
| 4114 | + } else if ($column == 'post_author') {
|
|
| 4115 | 4115 | $post_author = $row[$c]; |
| 4116 | - } else if ( $column == 'post_date' ) {
|
|
| 4116 | + } else if ($column == 'post_date') {
|
|
| 4117 | 4117 | $post_date = $row[$c]; |
| 4118 | - } else if ( $column == 'post_content' ) {
|
|
| 4118 | + } else if ($column == 'post_content') {
|
|
| 4119 | 4119 | $post_content = $row[$c]; |
| 4120 | - } else if ( $column == 'post_category' && $row[$c] != '' ) {
|
|
| 4121 | - $post_category_arr = explode( ',', $row[$c] ); |
|
| 4122 | - } else if ( $column == 'default_category' ) {
|
|
| 4120 | + } else if ($column == 'post_category' && $row[$c] != '') {
|
|
| 4121 | + $post_category_arr = explode(',', $row[$c]);
|
|
| 4122 | + } else if ($column == 'default_category') {
|
|
| 4123 | 4123 | $default_category = wp_kses_normalize_entities($row[$c]); |
| 4124 | - } else if ( $column == 'post_tags' && $row[$c] != '' ) {
|
|
| 4125 | - $post_tags = explode( ',', sanitize_text_field($row[$c]) ); |
|
| 4126 | - } else if ( $column == 'post_type' ) {
|
|
| 4124 | + } else if ($column == 'post_tags' && $row[$c] != '') {
|
|
| 4125 | + $post_tags = explode(',', sanitize_text_field($row[$c]));
|
|
| 4126 | + } else if ($column == 'post_type') {
|
|
| 4127 | 4127 | $post_type = $row[$c]; |
| 4128 | - } else if ( $column == 'post_status' ) {
|
|
| 4129 | - $post_status = sanitize_key( $row[$c] ); |
|
| 4130 | - } else if ( $column == 'is_featured' ) {
|
|
| 4131 | - $is_featured = (int)$row[$c]; |
|
| 4132 | - } else if ( $column == 'geodir_video' ) {
|
|
| 4128 | + } else if ($column == 'post_status') {
|
|
| 4129 | + $post_status = sanitize_key($row[$c]); |
|
| 4130 | + } else if ($column == 'is_featured') {
|
|
| 4131 | + $is_featured = (int) $row[$c]; |
|
| 4132 | + } else if ($column == 'geodir_video') {
|
|
| 4133 | 4133 | $geodir_video = $row[$c]; |
| 4134 | - } else if ( $column == 'post_address' ) {
|
|
| 4134 | + } else if ($column == 'post_address') {
|
|
| 4135 | 4135 | $post_address = sanitize_text_field($row[$c]); |
| 4136 | - } else if ( $column == 'post_city' ) {
|
|
| 4136 | + } else if ($column == 'post_city') {
|
|
| 4137 | 4137 | $post_city = sanitize_text_field($row[$c]); |
| 4138 | - } else if ( $column == 'post_region' ) {
|
|
| 4138 | + } else if ($column == 'post_region') {
|
|
| 4139 | 4139 | $post_region = sanitize_text_field($row[$c]); |
| 4140 | - } else if ( $column == 'post_country' ) {
|
|
| 4140 | + } else if ($column == 'post_country') {
|
|
| 4141 | 4141 | $post_country = sanitize_text_field($row[$c]); |
| 4142 | - } else if ( $column == 'post_zip' ) {
|
|
| 4142 | + } else if ($column == 'post_zip') {
|
|
| 4143 | 4143 | $post_zip = sanitize_text_field($row[$c]); |
| 4144 | - } else if ( $column == 'post_latitude' ) {
|
|
| 4144 | + } else if ($column == 'post_latitude') {
|
|
| 4145 | 4145 | $post_latitude = sanitize_text_field($row[$c]); |
| 4146 | - } else if ( $column == 'post_longitude' ) {
|
|
| 4146 | + } else if ($column == 'post_longitude') {
|
|
| 4147 | 4147 | $post_longitude = sanitize_text_field($row[$c]); |
| 4148 | - } else if ( $column == 'post_neighbourhood' ) {
|
|
| 4148 | + } else if ($column == 'post_neighbourhood') {
|
|
| 4149 | 4149 | $post_neighbourhood = sanitize_text_field($row[$c]); |
| 4150 | 4150 | unset($gd_post[$column]); |
| 4151 | - } else if ( $column == 'neighbourhood_latitude' ) {
|
|
| 4151 | + } else if ($column == 'neighbourhood_latitude') {
|
|
| 4152 | 4152 | $neighbourhood_latitude = sanitize_text_field($row[$c]); |
| 4153 | - } else if ( $column == 'neighbourhood_longitude' ) {
|
|
| 4153 | + } else if ($column == 'neighbourhood_longitude') {
|
|
| 4154 | 4154 | $neighbourhood_longitude = sanitize_text_field($row[$c]); |
| 4155 | - } else if ( $column == 'geodir_timing' ) {
|
|
| 4155 | + } else if ($column == 'geodir_timing') {
|
|
| 4156 | 4156 | $geodir_timing = sanitize_text_field($row[$c]); |
| 4157 | - } else if ( $column == 'geodir_contact' ) {
|
|
| 4157 | + } else if ($column == 'geodir_contact') {
|
|
| 4158 | 4158 | $geodir_contact = sanitize_text_field($row[$c]); |
| 4159 | - } else if ( $column == 'geodir_email' ) {
|
|
| 4159 | + } else if ($column == 'geodir_email') {
|
|
| 4160 | 4160 | $geodir_email = sanitize_email($row[$c]); |
| 4161 | - } else if ( $column == 'geodir_website' ) {
|
|
| 4161 | + } else if ($column == 'geodir_website') {
|
|
| 4162 | 4162 | $geodir_website = sanitize_text_field($row[$c]); |
| 4163 | - } else if ( $column == 'geodir_twitter' ) {
|
|
| 4163 | + } else if ($column == 'geodir_twitter') {
|
|
| 4164 | 4164 | $geodir_twitter = sanitize_text_field($row[$c]); |
| 4165 | - } else if ( $column == 'geodir_facebook' ) {
|
|
| 4165 | + } else if ($column == 'geodir_facebook') {
|
|
| 4166 | 4166 | $geodir_facebook = sanitize_text_field($row[$c]); |
| 4167 | - } else if ( $column == 'IMAGE' && !empty( $row[$c] ) && $row[$c] != '' ) {
|
|
| 4167 | + } else if ($column == 'IMAGE' && !empty($row[$c]) && $row[$c] != '') {
|
|
| 4168 | 4168 | $post_images[] = $row[$c]; |
| 4169 | - } else if ( $column == 'alive_days' && (int)$row[$c] > 0 ) {
|
|
| 4170 | - $expire_date = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$row[$c] . ' days' ) ); |
|
| 4171 | - } else if ( $column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never' ) {
|
|
| 4169 | + } else if ($column == 'alive_days' && (int) $row[$c] > 0) {
|
|
| 4170 | + $expire_date = date_i18n('Y-m-d', strtotime($current_date.'+'.(int) $row[$c].' days'));
|
|
| 4171 | + } else if ($column == 'expire_date' && $row[$c] != '' && geodir_strtolower($row[$c]) != 'never') {
|
|
| 4172 | 4172 | $row[$c] = str_replace('/', '-', $row[$c]);
|
| 4173 | - $expire_date = date_i18n( 'Y-m-d', strtotime( $row[$c] ) ); |
|
| 4174 | - } else if ( strpos( $column, 'linked_' ) === 0 ) {
|
|
| 4175 | - $geodir_link_business = (int)$row[$c]; |
|
| 4173 | + $expire_date = date_i18n('Y-m-d', strtotime($row[$c]));
|
|
| 4174 | + } else if (strpos($column, 'linked_') === 0) {
|
|
| 4175 | + $geodir_link_business = (int) $row[$c]; |
|
| 4176 | 4176 | } |
| 4177 | 4177 | // WPML |
| 4178 | 4178 | if ($is_wpml) {
|
| 4179 | 4179 | if ($column == 'language') {
|
| 4180 | 4180 | $language = geodir_strtolower(trim($row[$c])); |
| 4181 | 4181 | } else if ($column == 'original_post_id') {
|
| 4182 | - $original_post_id = (int)$row[$c]; |
|
| 4182 | + $original_post_id = (int) $row[$c]; |
|
| 4183 | 4183 | } |
| 4184 | 4184 | } |
| 4185 | 4185 | // WPML |
@@ -4187,7 +4187,7 @@ discard block |
||
| 4187 | 4187 | } |
| 4188 | 4188 | // listing claimed or not |
| 4189 | 4189 | if ($is_claim_active && isset($gd_post['claimed'])) {
|
| 4190 | - $gd_post['claimed'] = (int)$gd_post['claimed'] == 1 ? 1 : 0; |
|
| 4190 | + $gd_post['claimed'] = (int) $gd_post['claimed'] == 1 ? 1 : 0; |
|
| 4191 | 4191 | } |
| 4192 | 4192 | |
| 4193 | 4193 | // WPML |
@@ -4198,43 +4198,43 @@ discard block |
||
| 4198 | 4198 | |
| 4199 | 4199 | $gd_post['IMAGE'] = $post_images; |
| 4200 | 4200 | |
| 4201 | - $post_status = !empty( $post_status ) ? sanitize_key( $post_status ) : $default_status; |
|
| 4202 | - $post_status = !empty( $wp_post_statuses ) && !isset( $wp_post_statuses[$post_status] ) ? $default_status : $post_status; |
|
| 4201 | + $post_status = !empty($post_status) ? sanitize_key($post_status) : $default_status; |
|
| 4202 | + $post_status = !empty($wp_post_statuses) && !isset($wp_post_statuses[$post_status]) ? $default_status : $post_status; |
|
| 4203 | 4203 | |
| 4204 | 4204 | $valid = true; |
| 4205 | 4205 | |
| 4206 | - if ( $post_title == '' || !in_array( $post_type, $post_types ) ) {
|
|
| 4206 | + if ($post_title == '' || !in_array($post_type, $post_types)) {
|
|
| 4207 | 4207 | $invalid++; |
| 4208 | 4208 | $valid = false; |
| 4209 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank title/invalid post type', 'geodirectory' ) ); |
|
| 4209 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank title/invalid post type', 'geodirectory'));
|
|
| 4210 | 4210 | } |
| 4211 | - $xtimings['###3'] = microtime(true)-$xstart; |
|
| 4212 | - $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true; |
|
| 4213 | - if ( $location_allowed ) {
|
|
| 4211 | + $xtimings['###3'] = microtime(true) - $xstart; |
|
| 4212 | + $location_allowed = function_exists('geodir_cpt_no_location') && geodir_cpt_no_location($post_type) ? false : true;
|
|
| 4213 | + if ($location_allowed) {
|
|
| 4214 | 4214 | $location_result = geodir_get_default_location(); |
| 4215 | - if ( $post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '' ) {
|
|
| 4215 | + if ($post_address == '' || $post_city == '' || $post_region == '' || $post_country == '' || $post_latitude == '' || $post_longitude == '') {
|
|
| 4216 | 4216 | $invalid_addr++; |
| 4217 | 4217 | $valid = false; |
| 4218 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ) ); |
|
| 4219 | - } else if ( !empty( $location_result ) && $location_result->location_id == 0 ) {
|
|
| 4220 | - if ( ( geodir_strtolower( $post_city ) != geodir_strtolower( $location_result->city ) ) || ( geodir_strtolower( $post_region ) != geodir_strtolower( $location_result->region ) ) || (geodir_strtolower( $post_country ) != geodir_strtolower( $location_result->country ) ) ) {
|
|
| 4218 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory'));
|
|
| 4219 | + } else if (!empty($location_result) && $location_result->location_id == 0) {
|
|
| 4220 | + if ((geodir_strtolower($post_city) != geodir_strtolower($location_result->city)) || (geodir_strtolower($post_region) != geodir_strtolower($location_result->region)) || (geodir_strtolower($post_country) != geodir_strtolower($location_result->country))) {
|
|
| 4221 | 4221 | $invalid_addr++; |
| 4222 | 4222 | $valid = false; |
| 4223 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . __( 'Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory' ) ); |
|
| 4223 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.__('Could not be added due to blank/invalid address(city, region, country, latitude, longitude).', 'geodirectory'));
|
|
| 4224 | 4224 | } else {
|
| 4225 | 4225 | if (!$location_manager) {
|
| 4226 | - $gd_post['post_locations'] = '[' . $location_result->city_slug . '],[' . $location_result->region_slug . '],[' . $location_result->country_slug . ']'; // Set the default location when location manager not activated. |
|
| 4226 | + $gd_post['post_locations'] = '['.$location_result->city_slug.'],['.$location_result->region_slug.'],['.$location_result->country_slug.']'; // Set the default location when location manager not activated. |
|
| 4227 | 4227 | } |
| 4228 | 4228 | } |
| 4229 | 4229 | } |
| 4230 | 4230 | } |
| 4231 | - $xtimings['###4'] = microtime(true)-$xstart; |
|
| 4232 | - if ( !$valid ) {
|
|
| 4231 | + $xtimings['###4'] = microtime(true) - $xstart; |
|
| 4232 | + if (!$valid) {
|
|
| 4233 | 4233 | continue; |
| 4234 | 4234 | } |
| 4235 | 4235 | |
| 4236 | - $cat_taxonomy = $post_type . 'category'; |
|
| 4237 | - $tags_taxonomy = $post_type . '_tags'; |
|
| 4236 | + $cat_taxonomy = $post_type.'category'; |
|
| 4237 | + $tags_taxonomy = $post_type.'_tags'; |
|
| 4238 | 4238 | |
| 4239 | 4239 | if ($default_category != '' && !in_array($default_category, $post_category_arr)) {
|
| 4240 | 4240 | $post_category_arr = array_merge(array($default_category), $post_category_arr); |
@@ -4242,29 +4242,29 @@ discard block |
||
| 4242 | 4242 | |
| 4243 | 4243 | $post_category = array(); |
| 4244 | 4244 | $default_category_id = NULL; |
| 4245 | - if ( !empty( $post_category_arr ) ) {
|
|
| 4246 | - foreach ( $post_category_arr as $value ) {
|
|
| 4247 | - $category_name = wp_kses_normalize_entities( trim( $value ) ); |
|
| 4245 | + if (!empty($post_category_arr)) {
|
|
| 4246 | + foreach ($post_category_arr as $value) {
|
|
| 4247 | + $category_name = wp_kses_normalize_entities(trim($value)); |
|
| 4248 | 4248 | |
| 4249 | - if ( $category_name != '' ) {
|
|
| 4249 | + if ($category_name != '') {
|
|
| 4250 | 4250 | $term_category = array(); |
| 4251 | 4251 | |
| 4252 | - if ( $term = get_term_by( 'name', $category_name, $cat_taxonomy ) ) {
|
|
| 4252 | + if ($term = get_term_by('name', $category_name, $cat_taxonomy)) {
|
|
| 4253 | 4253 | $term_category = $term; |
| 4254 | - } else if ( $term = get_term_by( 'slug', $category_name, $cat_taxonomy ) ) {
|
|
| 4254 | + } else if ($term = get_term_by('slug', $category_name, $cat_taxonomy)) {
|
|
| 4255 | 4255 | $term_category = $term; |
| 4256 | 4256 | } else {
|
| 4257 | 4257 | $term_data = array(); |
| 4258 | 4258 | $term_data['name'] = $category_name; |
| 4259 | 4259 | $term_data['taxonomy'] = $cat_taxonomy; |
| 4260 | 4260 | |
| 4261 | - $term_id = geodir_imex_insert_term( $cat_taxonomy, $term_data ); |
|
| 4262 | - if ( $term_id ) {
|
|
| 4263 | - $term_category = get_term( $term_id, $cat_taxonomy ); |
|
| 4261 | + $term_id = geodir_imex_insert_term($cat_taxonomy, $term_data); |
|
| 4262 | + if ($term_id) {
|
|
| 4263 | + $term_category = get_term($term_id, $cat_taxonomy); |
|
| 4264 | 4264 | } |
| 4265 | 4265 | } |
| 4266 | 4266 | |
| 4267 | - if ( !empty( $term_category ) && !is_wp_error( $term_category ) ) {
|
|
| 4267 | + if (!empty($term_category) && !is_wp_error($term_category)) {
|
|
| 4268 | 4268 | $post_category[] = intval($term_category->term_id); |
| 4269 | 4269 | |
| 4270 | 4270 | if ($category_name == $default_category) {
|
@@ -4274,14 +4274,14 @@ discard block |
||
| 4274 | 4274 | } |
| 4275 | 4275 | } |
| 4276 | 4276 | } |
| 4277 | - $xtimings['###5'] = microtime(true)-$xstart; |
|
| 4277 | + $xtimings['###5'] = microtime(true) - $xstart; |
|
| 4278 | 4278 | $save_post = array(); |
| 4279 | 4279 | $save_post['post_title'] = $post_title; |
| 4280 | 4280 | if (!empty($post_date)) {
|
| 4281 | - $post_date = geodir_date( $post_date, 'Y-m-d H:i:s' ); // convert to mysql date format. |
|
| 4281 | + $post_date = geodir_date($post_date, 'Y-m-d H:i:s'); // convert to mysql date format. |
|
| 4282 | 4282 | |
| 4283 | 4283 | $save_post['post_date'] = $post_date; |
| 4284 | - $save_post['post_date_gmt'] = get_gmt_from_date( $post_date ); |
|
| 4284 | + $save_post['post_date_gmt'] = get_gmt_from_date($post_date); |
|
| 4285 | 4285 | } |
| 4286 | 4286 | $save_post['post_content'] = $post_content; |
| 4287 | 4287 | $save_post['post_type'] = $post_type; |
@@ -4291,15 +4291,15 @@ discard block |
||
| 4291 | 4291 | $save_post['post_tags'] = $post_tags; |
| 4292 | 4292 | |
| 4293 | 4293 | $saved_post_id = NULL; |
| 4294 | - if ( $import_choice == 'update' ) {
|
|
| 4295 | - $gd_wp_error = __( 'Unable to add listing, please check the listing data.', 'geodirectory' ); |
|
| 4294 | + if ($import_choice == 'update') {
|
|
| 4295 | + $gd_wp_error = __('Unable to add listing, please check the listing data.', 'geodirectory');
|
|
| 4296 | 4296 | |
| 4297 | - if ( $post_id > 0 && get_post( $post_id ) ) {
|
|
| 4297 | + if ($post_id > 0 && get_post($post_id)) {
|
|
| 4298 | 4298 | $save_post['ID'] = $post_id; |
| 4299 | 4299 | |
| 4300 | - if ( $saved_post_id = wp_update_post( $save_post, true ) ) {
|
|
| 4301 | - if ( is_wp_error( $saved_post_id ) ) {
|
|
| 4302 | - $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error; |
|
| 4300 | + if ($saved_post_id = wp_update_post($save_post, true)) {
|
|
| 4301 | + if (is_wp_error($saved_post_id)) {
|
|
| 4302 | + $gd_wp_error = $saved_post_id->get_error_message().' '.$wp_chars_error; |
|
| 4303 | 4303 | $saved_post_id = 0; |
| 4304 | 4304 | } else {
|
| 4305 | 4305 | $saved_post_id = $post_id; |
@@ -4307,9 +4307,9 @@ discard block |
||
| 4307 | 4307 | } |
| 4308 | 4308 | } |
| 4309 | 4309 | } else {
|
| 4310 | - if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
|
|
| 4311 | - if ( is_wp_error( $saved_post_id ) ) {
|
|
| 4312 | - $gd_wp_error = $saved_post_id->get_error_message() . ' ' . $wp_chars_error; |
|
| 4310 | + if ($saved_post_id = wp_insert_post($save_post, true)) {
|
|
| 4311 | + if (is_wp_error($saved_post_id)) {
|
|
| 4312 | + $gd_wp_error = $saved_post_id->get_error_message().' '.$wp_chars_error; |
|
| 4313 | 4313 | $saved_post_id = 0; |
| 4314 | 4314 | } else {
|
| 4315 | 4315 | $created++; |
@@ -4317,19 +4317,19 @@ discard block |
||
| 4317 | 4317 | } |
| 4318 | 4318 | } |
| 4319 | 4319 | |
| 4320 | - if ( !$saved_post_id > 0 ) {
|
|
| 4320 | + if (!$saved_post_id > 0) {
|
|
| 4321 | 4321 | $invalid++; |
| 4322 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_wp_error ); |
|
| 4322 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_wp_error); |
|
| 4323 | 4323 | } |
| 4324 | - } else if ( $import_choice == 'skip' ) {
|
|
| 4325 | - if ( $post_id > 0 && get_post( $post_id ) ) {
|
|
| 4324 | + } else if ($import_choice == 'skip') {
|
|
| 4325 | + if ($post_id > 0 && get_post($post_id)) {
|
|
| 4326 | 4326 | $skipped++; |
| 4327 | 4327 | } else {
|
| 4328 | - if ( $saved_post_id = wp_insert_post( $save_post, true ) ) {
|
|
| 4329 | - if ( is_wp_error( $saved_post_id ) ) {
|
|
| 4328 | + if ($saved_post_id = wp_insert_post($save_post, true)) {
|
|
| 4329 | + if (is_wp_error($saved_post_id)) {
|
|
| 4330 | 4330 | $invalid++; |
| 4331 | 4331 | |
| 4332 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $saved_post_id->get_error_message() . ' ' . $wp_chars_error ); |
|
| 4332 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$saved_post_id->get_error_message().' '.$wp_chars_error); |
|
| 4333 | 4333 | $saved_post_id = 0; |
| 4334 | 4334 | } else {
|
| 4335 | 4335 | $created++; |
@@ -4337,28 +4337,28 @@ discard block |
||
| 4337 | 4337 | } else {
|
| 4338 | 4338 | $invalid++; |
| 4339 | 4339 | |
| 4340 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error ); |
|
| 4340 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$wp_chars_error); |
|
| 4341 | 4341 | } |
| 4342 | 4342 | } |
| 4343 | 4343 | } else {
|
| 4344 | 4344 | $invalid++; |
| 4345 | 4345 | |
| 4346 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $wp_chars_error ); |
|
| 4346 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$wp_chars_error); |
|
| 4347 | 4347 | } |
| 4348 | - $xtimings['###6'] = microtime(true)-$xstart; |
|
| 4349 | - if ( (int)$saved_post_id > 0 ) {
|
|
| 4348 | + $xtimings['###6'] = microtime(true) - $xstart; |
|
| 4349 | + if ((int) $saved_post_id > 0) {
|
|
| 4350 | 4350 | // WPML |
| 4351 | 4351 | if ($is_wpml && $original_post_id > 0 && $language != '') {
|
| 4352 | - $wpml_post_type = 'post_' . $post_type; |
|
| 4353 | - $source_language = geodir_get_language_for_element( $original_post_id, $wpml_post_type ); |
|
| 4352 | + $wpml_post_type = 'post_'.$post_type; |
|
| 4353 | + $source_language = geodir_get_language_for_element($original_post_id, $wpml_post_type); |
|
| 4354 | 4354 | $source_language = $source_language != '' ? $source_language : $sitepress->get_default_language(); |
| 4355 | 4355 | |
| 4356 | - $trid = $sitepress->get_element_trid( $original_post_id, $wpml_post_type ); |
|
| 4356 | + $trid = $sitepress->get_element_trid($original_post_id, $wpml_post_type); |
|
| 4357 | 4357 | |
| 4358 | - $sitepress->set_element_language_details( $saved_post_id, $wpml_post_type, $trid, $language, $source_language ); |
|
| 4358 | + $sitepress->set_element_language_details($saved_post_id, $wpml_post_type, $trid, $language, $source_language); |
|
| 4359 | 4359 | } |
| 4360 | 4360 | // WPML |
| 4361 | - $gd_post_info = geodir_get_post_info( $saved_post_id ); |
|
| 4361 | + $gd_post_info = geodir_get_post_info($saved_post_id); |
|
| 4362 | 4362 | |
| 4363 | 4363 | $gd_post['post_id'] = $saved_post_id; |
| 4364 | 4364 | $gd_post['ID'] = $saved_post_id; |
@@ -4370,7 +4370,7 @@ discard block |
||
| 4370 | 4370 | |
| 4371 | 4371 | // post location |
| 4372 | 4372 | $post_location_id = 0; |
| 4373 | - if ( $location_allowed && !empty( $location_result ) && $location_result->location_id > 0 ) {
|
|
| 4373 | + if ($location_allowed && !empty($location_result) && $location_result->location_id > 0) {
|
|
| 4374 | 4374 | $gd_post['post_neighbourhood'] = ''; |
| 4375 | 4375 | |
| 4376 | 4376 | $post_location_info = array( |
@@ -4380,7 +4380,7 @@ discard block |
||
| 4380 | 4380 | 'geo_lat' => $post_latitude, |
| 4381 | 4381 | 'geo_lng' => $post_longitude |
| 4382 | 4382 | ); |
| 4383 | - if ( $location_id = (int)geodir_add_new_location( $post_location_info ) ) {
|
|
| 4383 | + if ($location_id = (int) geodir_add_new_location($post_location_info)) {
|
|
| 4384 | 4384 | $post_location_id = $location_id; |
| 4385 | 4385 | } |
| 4386 | 4386 | |
@@ -4422,14 +4422,14 @@ discard block |
||
| 4422 | 4422 | } |
| 4423 | 4423 | |
| 4424 | 4424 | // post package info |
| 4425 | - $package_id = isset( $gd_post['package_id'] ) && !empty( $gd_post['package_id'] ) ? (int)$gd_post['package_id'] : 0; |
|
| 4425 | + $package_id = isset($gd_post['package_id']) && !empty($gd_post['package_id']) ? (int) $gd_post['package_id'] : 0; |
|
| 4426 | 4426 | if (!$package_id && !empty($gd_post_info) && isset($gd_post_info->package_id) && $gd_post_info->package_id) {
|
| 4427 | 4427 | $package_id = $gd_post_info->package_id; |
| 4428 | 4428 | } |
| 4429 | 4429 | |
| 4430 | 4430 | $package_info = array(); |
| 4431 | 4431 | if ($package_id && function_exists('geodir_get_package_info_by_id')) {
|
| 4432 | - $package_info = (array)geodir_get_package_info_by_id($package_id); |
|
| 4432 | + $package_info = (array) geodir_get_package_info_by_id($package_id); |
|
| 4433 | 4433 | |
| 4434 | 4434 | if (!(!empty($package_info) && isset($package_info['post_type']) && $package_info['post_type'] == $post_type)) {
|
| 4435 | 4435 | $package_info = array(); |
@@ -4437,18 +4437,18 @@ discard block |
||
| 4437 | 4437 | } |
| 4438 | 4438 | |
| 4439 | 4439 | if (empty($package_info)) {
|
| 4440 | - $package_info = (array)geodir_post_package_info( array(), '', $post_type ); |
|
| 4440 | + $package_info = (array) geodir_post_package_info(array(), '', $post_type); |
|
| 4441 | 4441 | } |
| 4442 | 4442 | |
| 4443 | - if (!empty($package_info)) {
|
|
| 4443 | + if (!empty($package_info)) {
|
|
| 4444 | 4444 | $package_id = $package_info['pid']; |
| 4445 | 4445 | |
| 4446 | 4446 | if (isset($gd_post['alive_days']) || isset($gd_post['expire_date'])) {
|
| 4447 | 4447 | $gd_post['expire_date'] = $expire_date; |
| 4448 | 4448 | } else {
|
| 4449 | - if ( isset( $package_info['days'] ) && (int)$package_info['days'] > 0 ) {
|
|
| 4450 | - $gd_post['alive_days'] = (int)$package_info['days']; |
|
| 4451 | - $gd_post['expire_date'] = date_i18n( 'Y-m-d', strtotime( $current_date . '+' . (int)$package_info['days'] . ' days' ) ); |
|
| 4449 | + if (isset($package_info['days']) && (int) $package_info['days'] > 0) {
|
|
| 4450 | + $gd_post['alive_days'] = (int) $package_info['days']; |
|
| 4451 | + $gd_post['expire_date'] = date_i18n('Y-m-d', strtotime($current_date.'+'.(int) $package_info['days'].' days'));
|
|
| 4452 | 4452 | } else {
|
| 4453 | 4453 | $gd_post['expire_date'] = 'Never'; |
| 4454 | 4454 | } |
@@ -4457,7 +4457,7 @@ discard block |
||
| 4457 | 4457 | $gd_post['package_id'] = $package_id; |
| 4458 | 4458 | } |
| 4459 | 4459 | |
| 4460 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 4460 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 4461 | 4461 | |
| 4462 | 4462 | if ($post_type == 'gd_event') {
|
| 4463 | 4463 | $gd_post = geodir_imex_process_event_data($gd_post); |
@@ -4468,65 +4468,65 @@ discard block |
||
| 4468 | 4468 | } |
| 4469 | 4469 | |
| 4470 | 4470 | // Export franchise fields |
| 4471 | - $is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false; |
|
| 4471 | + $is_franchise_active = is_plugin_active('geodir_franchise/geodir_franchise.php') && geodir_franchise_enabled($post_type) ? true : false;
|
|
| 4472 | 4472 | if ($is_franchise_active) {
|
| 4473 | - if ( isset( $gd_post['gd_is_franchise'] ) && (int)$gd_post['gd_is_franchise'] == 1 ) {
|
|
| 4473 | + if (isset($gd_post['gd_is_franchise']) && (int) $gd_post['gd_is_franchise'] == 1) {
|
|
| 4474 | 4474 | $gd_franchise_lock = array(); |
| 4475 | 4475 | |
| 4476 | - if ( isset( $gd_post['gd_franchise_lock'] ) ) {
|
|
| 4477 | - $gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock'] );
|
|
| 4478 | - $gd_franchise_lock = trim( $gd_franchise_lock ); |
|
| 4479 | - $gd_franchise_lock = explode( ",", $gd_franchise_lock ); |
|
| 4476 | + if (isset($gd_post['gd_franchise_lock'])) {
|
|
| 4477 | + $gd_franchise_lock = str_replace(" ", "", $gd_post['gd_franchise_lock']);
|
|
| 4478 | + $gd_franchise_lock = trim($gd_franchise_lock); |
|
| 4479 | + $gd_franchise_lock = explode(",", $gd_franchise_lock);
|
|
| 4480 | 4480 | } |
| 4481 | 4481 | |
| 4482 | - update_post_meta( $saved_post_id, 'gd_is_franchise', 1 ); |
|
| 4483 | - update_post_meta( $saved_post_id, 'gd_franchise_lock', $gd_franchise_lock ); |
|
| 4482 | + update_post_meta($saved_post_id, 'gd_is_franchise', 1); |
|
| 4483 | + update_post_meta($saved_post_id, 'gd_franchise_lock', $gd_franchise_lock); |
|
| 4484 | 4484 | } else {
|
| 4485 | - if ( isset( $gd_post['franchise'] ) && (int)$gd_post['franchise'] > 0 && geodir_franchise_check( (int)$gd_post['franchise'] ) ) {
|
|
| 4486 | - geodir_save_post_meta( $saved_post_id, 'franchise', (int)$gd_post['franchise'] ); |
|
| 4485 | + if (isset($gd_post['franchise']) && (int) $gd_post['franchise'] > 0 && geodir_franchise_check((int) $gd_post['franchise'])) {
|
|
| 4486 | + geodir_save_post_meta($saved_post_id, 'franchise', (int) $gd_post['franchise']); |
|
| 4487 | 4487 | } |
| 4488 | 4488 | } |
| 4489 | 4489 | } |
| 4490 | 4490 | |
| 4491 | 4491 | if (!empty($save_post['post_category']) && is_array($save_post['post_category'])) {
|
| 4492 | - $save_post['post_category'] = array_unique( array_map( 'intval', $save_post['post_category'] ) ); |
|
| 4492 | + $save_post['post_category'] = array_unique(array_map('intval', $save_post['post_category']));
|
|
| 4493 | 4493 | if ($default_category_id) {
|
| 4494 | 4494 | $save_post['post_default_category'] = $default_category_id; |
| 4495 | 4495 | $gd_post['default_category'] = $default_category_id; |
| 4496 | 4496 | } |
| 4497 | 4497 | $gd_post[$cat_taxonomy] = $save_post['post_category']; |
| 4498 | 4498 | } |
| 4499 | - $xtimings['###7'] = microtime(true)-$xstart; |
|
| 4499 | + $xtimings['###7'] = microtime(true) - $xstart; |
|
| 4500 | 4500 | // Save post info |
| 4501 | - geodir_save_post_info( $saved_post_id, $gd_post ); |
|
| 4502 | - $xtimings['###8'] = microtime(true)-$xstart; |
|
| 4501 | + geodir_save_post_info($saved_post_id, $gd_post); |
|
| 4502 | + $xtimings['###8'] = microtime(true) - $xstart; |
|
| 4503 | 4503 | // post taxonomies |
| 4504 | - if ( !empty( $save_post['post_category'] ) ) {
|
|
| 4505 | - wp_set_object_terms( $saved_post_id, $save_post['post_category'], $cat_taxonomy ); |
|
| 4504 | + if (!empty($save_post['post_category'])) {
|
|
| 4505 | + wp_set_object_terms($saved_post_id, $save_post['post_category'], $cat_taxonomy); |
|
| 4506 | 4506 | |
| 4507 | - $post_default_category = isset( $save_post['post_default_category'] ) ? $save_post['post_default_category'] : ''; |
|
| 4507 | + $post_default_category = isset($save_post['post_default_category']) ? $save_post['post_default_category'] : ''; |
|
| 4508 | 4508 | if ($default_category_id) {
|
| 4509 | 4509 | $post_default_category = $default_category_id; |
| 4510 | 4510 | } |
| 4511 | 4511 | $post_cat_ids = geodir_get_post_meta($saved_post_id, $cat_taxonomy); |
| 4512 | 4512 | $save_post['post_category'] = !empty($post_cat_ids) ? explode(",", trim($post_cat_ids, ",")) : $save_post['post_category'];
|
| 4513 | - $post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']) . ',y:' : '';
|
|
| 4513 | + $post_category_str = !empty($save_post['post_category']) ? implode(",y:#", $save_post['post_category']).',y:' : '';
|
|
| 4514 | 4514 | |
| 4515 | 4515 | if ($post_category_str != '' && $post_default_category) {
|
| 4516 | - $post_category_str = str_replace($post_default_category . ',y:', $post_default_category . ',y,d:', $post_category_str); |
|
| 4516 | + $post_category_str = str_replace($post_default_category.',y:', $post_default_category.',y,d:', $post_category_str); |
|
| 4517 | 4517 | } |
| 4518 | 4518 | |
| 4519 | 4519 | $post_category_str = $post_category_str != '' ? array($cat_taxonomy => $post_category_str) : ''; |
| 4520 | 4520 | |
| 4521 | - geodir_set_postcat_structure( $saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str ); |
|
| 4521 | + geodir_set_postcat_structure($saved_post_id, $cat_taxonomy, $post_default_category, $post_category_str); |
|
| 4522 | 4522 | } |
| 4523 | - $xtimings['###8.1'] = microtime(true)-$xstart; |
|
| 4524 | - if ( !empty( $save_post['post_tags'] ) ) {
|
|
| 4525 | - wp_set_object_terms( $saved_post_id, $save_post['post_tags'], $tags_taxonomy ); |
|
| 4523 | + $xtimings['###8.1'] = microtime(true) - $xstart; |
|
| 4524 | + if (!empty($save_post['post_tags'])) {
|
|
| 4525 | + wp_set_object_terms($saved_post_id, $save_post['post_tags'], $tags_taxonomy); |
|
| 4526 | 4526 | } |
| 4527 | - $xtimings['###9'] = microtime(true)-$xstart; |
|
| 4527 | + $xtimings['###9'] = microtime(true) - $xstart; |
|
| 4528 | 4528 | // Post images |
| 4529 | - if ( !empty( $post_images ) ) {
|
|
| 4529 | + if (!empty($post_images)) {
|
|
| 4530 | 4530 | $post_images = array_unique($post_images); |
| 4531 | 4531 | |
| 4532 | 4532 | $old_post_images_arr = array(); |
@@ -4534,65 +4534,65 @@ discard block |
||
| 4534 | 4534 | |
| 4535 | 4535 | $order = 1; |
| 4536 | 4536 | |
| 4537 | - $old_post_images = geodir_get_images( $saved_post_id ); |
|
| 4538 | - $xtimings['###9.1'] = microtime(true)-$xstart; |
|
| 4537 | + $old_post_images = geodir_get_images($saved_post_id); |
|
| 4538 | + $xtimings['###9.1'] = microtime(true) - $xstart; |
|
| 4539 | 4539 | if (!empty($old_post_images)) {
|
| 4540 | - foreach( $old_post_images as $old_post_image ) {
|
|
| 4540 | + foreach ($old_post_images as $old_post_image) {
|
|
| 4541 | 4541 | if (!empty($old_post_image) && isset($old_post_image->file) && $old_post_image->file != '') {
|
| 4542 | 4542 | $old_post_images_arr[] = $old_post_image->file; |
| 4543 | 4543 | } |
| 4544 | 4544 | } |
| 4545 | 4545 | } |
| 4546 | 4546 | |
| 4547 | - foreach ( $post_images as $post_image ) {
|
|
| 4548 | - $image_name = basename( $post_image ); |
|
| 4547 | + foreach ($post_images as $post_image) {
|
|
| 4548 | + $image_name = basename($post_image); |
|
| 4549 | 4549 | $saved_post_images_arr[] = $image_name; |
| 4550 | 4550 | |
| 4551 | - if (!empty($old_post_images_arr) && in_array( $image_name, $old_post_images_arr) ) {
|
|
| 4551 | + if (!empty($old_post_images_arr) && in_array($image_name, $old_post_images_arr)) {
|
|
| 4552 | 4552 | continue; // Skip if image already exists. |
| 4553 | 4553 | } |
| 4554 | 4554 | |
| 4555 | - $image_name_parts = explode( '.', $image_name ); |
|
| 4556 | - array_pop( $image_name_parts ); |
|
| 4557 | - $proper_image_name = implode( '.', $image_name_parts ); |
|
| 4558 | - $xtimings['###9.2'] = microtime(true)-$xstart; |
|
| 4559 | - $arr_file_type = wp_check_filetype( $image_name ); |
|
| 4560 | - $xtimings['###9.3'] = microtime(true)-$xstart; |
|
| 4561 | - if ( !empty( $arr_file_type ) ) {
|
|
| 4555 | + $image_name_parts = explode('.', $image_name);
|
|
| 4556 | + array_pop($image_name_parts); |
|
| 4557 | + $proper_image_name = implode('.', $image_name_parts);
|
|
| 4558 | + $xtimings['###9.2'] = microtime(true) - $xstart; |
|
| 4559 | + $arr_file_type = wp_check_filetype($image_name); |
|
| 4560 | + $xtimings['###9.3'] = microtime(true) - $xstart; |
|
| 4561 | + if (!empty($arr_file_type)) {
|
|
| 4562 | 4562 | $uploaded_file_type = $arr_file_type['type']; |
| 4563 | 4563 | |
| 4564 | 4564 | $attachment = array(); |
| 4565 | 4565 | $attachment['post_id'] = $saved_post_id; |
| 4566 | 4566 | $attachment['title'] = $proper_image_name; |
| 4567 | 4567 | $attachment['content'] = ''; |
| 4568 | - $attachment['file'] = $uploads_subdir . '/' . $image_name; |
|
| 4568 | + $attachment['file'] = $uploads_subdir.'/'.$image_name; |
|
| 4569 | 4569 | $attachment['mime_type'] = $uploaded_file_type; |
| 4570 | 4570 | $attachment['menu_order'] = $order; |
| 4571 | 4571 | $attachment['is_featured'] = 0; |
| 4572 | 4572 | |
| 4573 | 4573 | $attachment_set = ''; |
| 4574 | - foreach ( $attachment as $key => $val ) {
|
|
| 4575 | - if ( $val != '' ) {
|
|
| 4576 | - $attachment_set .= $key . " = '" . $val . "', "; |
|
| 4574 | + foreach ($attachment as $key => $val) {
|
|
| 4575 | + if ($val != '') {
|
|
| 4576 | + $attachment_set .= $key." = '".$val."', "; |
|
| 4577 | 4577 | } |
| 4578 | 4578 | } |
| 4579 | - $attachment_set = trim( $attachment_set, ", " ); |
|
| 4579 | + $attachment_set = trim($attachment_set, ", "); |
|
| 4580 | 4580 | |
| 4581 | 4581 | // Add new attachment |
| 4582 | - $xtimings['###9.4'] = microtime(true)-$xstart; |
|
| 4583 | - $wpdb->query( "INSERT INTO " . GEODIR_ATTACHMENT_TABLE . " SET " . $attachment_set ); |
|
| 4584 | - $xtimings['###9.5'] = microtime(true)-$xstart; |
|
| 4582 | + $xtimings['###9.4'] = microtime(true) - $xstart; |
|
| 4583 | + $wpdb->query("INSERT INTO ".GEODIR_ATTACHMENT_TABLE." SET ".$attachment_set);
|
|
| 4584 | + $xtimings['###9.5'] = microtime(true) - $xstart; |
|
| 4585 | 4585 | $order++; |
| 4586 | 4586 | } |
| 4587 | 4587 | } |
| 4588 | 4588 | |
| 4589 | - $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/" . implode("' AND file NOT LIKE '%/", $saved_post_images_arr) . "' )" : '';
|
|
| 4589 | + $saved_post_images_sql = !empty($saved_post_images_arr) ? " AND ( file NOT LIKE '%/".implode("' AND file NOT LIKE '%/", $saved_post_images_arr)."' )" : '';
|
|
| 4590 | 4590 | // Remove previous attachment |
| 4591 | - $wpdb->query( "DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = " . (int)$saved_post_id . " " . $saved_post_images_sql ); |
|
| 4592 | - $xtimings['###9.6'] = microtime(true)-$xstart; |
|
| 4593 | - if ( !empty( $saved_post_images_arr ) ) {
|
|
| 4591 | + $wpdb->query("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id = ".(int) $saved_post_id." ".$saved_post_images_sql);
|
|
| 4592 | + $xtimings['###9.6'] = microtime(true) - $xstart; |
|
| 4593 | + if (!empty($saved_post_images_arr)) {
|
|
| 4594 | 4594 | geodir_set_wp_featured_image($saved_post_id); |
| 4595 | - $xtimings['###9.7'] = microtime(true)-$xstart; |
|
| 4595 | + $xtimings['###9.7'] = microtime(true) - $xstart; |
|
| 4596 | 4596 | /* |
| 4597 | 4597 | $menu_order = 1; |
| 4598 | 4598 | |
@@ -4608,14 +4608,14 @@ discard block |
||
| 4608 | 4608 | }*/ |
| 4609 | 4609 | } |
| 4610 | 4610 | |
| 4611 | - if ( $order > 1 ) {
|
|
| 4611 | + if ($order > 1) {
|
|
| 4612 | 4612 | $images++; |
| 4613 | 4613 | } |
| 4614 | 4614 | } |
| 4615 | - $xtimings['###10'] = microtime(true)-$xstart; |
|
| 4615 | + $xtimings['###10'] = microtime(true) - $xstart; |
|
| 4616 | 4616 | /** This action is documented in geodirectory-functions/post-functions.php */ |
| 4617 | - do_action( 'geodir_after_save_listing', $saved_post_id, $gd_post ); |
|
| 4618 | - $xtimings['###11'] = microtime(true)-$xstart; |
|
| 4617 | + do_action('geodir_after_save_listing', $saved_post_id, $gd_post);
|
|
| 4618 | + $xtimings['###11'] = microtime(true) - $xstart; |
|
| 4619 | 4619 | if (isset($is_featured)) {
|
| 4620 | 4620 | geodir_save_post_meta($saved_post_id, 'is_featured', $is_featured); |
| 4621 | 4621 | } |
@@ -4625,7 +4625,7 @@ discard block |
||
| 4625 | 4625 | if (isset($gd_post['expire_date'])) {
|
| 4626 | 4626 | geodir_save_post_meta($saved_post_id, 'expire_date', $gd_post['expire_date']); |
| 4627 | 4627 | } |
| 4628 | - $xtimings['###12'] = microtime(true)-$xstart; |
|
| 4628 | + $xtimings['###12'] = microtime(true) - $xstart; |
|
| 4629 | 4629 | } |
| 4630 | 4630 | |
| 4631 | 4631 | // WPML |
@@ -4638,11 +4638,11 @@ discard block |
||
| 4638 | 4638 | } |
| 4639 | 4639 | |
| 4640 | 4640 | //undo some stuff to make the import quicker |
| 4641 | - wp_defer_term_counting( false ); |
|
| 4642 | - wp_defer_comment_counting( false ); |
|
| 4643 | - $wpdb->query( 'COMMIT;' ); |
|
| 4644 | - $wpdb->query( 'SET autocommit = 1;' ); |
|
| 4645 | - $xtimings['###13'] = microtime(true)-$xstart; |
|
| 4641 | + wp_defer_term_counting(false); |
|
| 4642 | + wp_defer_comment_counting(false); |
|
| 4643 | + $wpdb->query('COMMIT;');
|
|
| 4644 | + $wpdb->query('SET autocommit = 1;');
|
|
| 4645 | + $xtimings['###13'] = microtime(true) - $xstart; |
|
| 4646 | 4646 | $json = array(); |
| 4647 | 4647 | $json['processed'] = $processed_actual; |
| 4648 | 4648 | $json['created'] = $created; |
@@ -4651,13 +4651,13 @@ discard block |
||
| 4651 | 4651 | $json['invalid'] = $invalid; |
| 4652 | 4652 | $json['invalid_addr'] = $invalid_addr; |
| 4653 | 4653 | $json['images'] = $images; |
| 4654 | - $json['timing'] = microtime(true)-$xstart; |
|
| 4654 | + $json['timing'] = microtime(true) - $xstart; |
|
| 4655 | 4655 | $json['timings'] = $xtimings; |
| 4656 | 4656 | |
| 4657 | 4657 | |
| 4658 | - wp_send_json( $json ); |
|
| 4658 | + wp_send_json($json); |
|
| 4659 | 4659 | exit; |
| 4660 | - } else if ( $task == 'import_loc' ) {
|
|
| 4660 | + } else if ($task == 'import_loc') {
|
|
| 4661 | 4661 | global $gd_post_types; |
| 4662 | 4662 | $gd_post_types = $post_types; |
| 4663 | 4663 | |
@@ -4666,82 +4666,82 @@ discard block |
||
| 4666 | 4666 | |
| 4667 | 4667 | if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
|
| 4668 | 4668 | $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
|
| 4669 | - wp_send_json( $json ); |
|
| 4669 | + wp_send_json($json); |
|
| 4670 | 4670 | } |
| 4671 | 4671 | |
| 4672 | 4672 | $gd_error_log = __('GD IMPORT LOCATIONS [ROW %d]:', 'geodirectory');
|
| 4673 | - $gd_error_location = __( 'Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory' ); |
|
| 4673 | + $gd_error_location = __('Could not be saved due to blank/invalid address(city, region, country, latitude, longitude)', 'geodirectory');
|
|
| 4674 | 4674 | for ($i = 1; $i <= $limit; $i++) {
|
| 4675 | 4675 | $index = $processed + $i; |
| 4676 | 4676 | |
| 4677 | 4677 | if (isset($file[$index])) {
|
| 4678 | 4678 | $row = $file[$index]; |
| 4679 | - $row = array_map( 'trim', $row ); |
|
| 4679 | + $row = array_map('trim', $row);
|
|
| 4680 | 4680 | $data = array(); |
| 4681 | 4681 | |
| 4682 | - foreach ($columns as $c => $column ) {
|
|
| 4682 | + foreach ($columns as $c => $column) {
|
|
| 4683 | 4683 | if (in_array($column, array('location_id', 'latitude', 'longitude', 'city', 'city_slug', 'region', 'country', 'city_meta_title', 'city_meta_desc', 'city_desc', 'region_meta_title', 'region_meta_desc', 'region_desc', 'country_meta_title', 'country_meta_desc', 'country_desc'))) {
|
| 4684 | 4684 | $data[$column] = $row[$c]; |
| 4685 | 4685 | } |
| 4686 | 4686 | } |
| 4687 | 4687 | |
| 4688 | - if ( empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude']) ) {
|
|
| 4688 | + if (empty($data['city']) || empty($data['region']) || empty($data['country']) || empty($data['latitude']) || empty($data['longitude'])) {
|
|
| 4689 | 4689 | $invalid++; |
| 4690 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
| 4690 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
| 4691 | 4691 | continue; |
| 4692 | 4692 | } |
| 4693 | 4693 | |
| 4694 | 4694 | $data['location_id'] = isset($data['location_id']) ? absint($data['location_id']) : 0; |
| 4695 | 4695 | |
| 4696 | - if ( $import_choice == 'update' ) {
|
|
| 4697 | - if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
|
|
| 4698 | - if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
|
|
| 4696 | + if ($import_choice == 'update') {
|
|
| 4697 | + if ((int) $data['location_id'] > 0 && $location = geodir_get_location_by_id('', (int) $data['location_id'])) {
|
|
| 4698 | + if ($location_id = geodir_location_update_city($data, true, $location)) {
|
|
| 4699 | 4699 | $updated++; |
| 4700 | 4700 | } else {
|
| 4701 | 4701 | $invalid++; |
| 4702 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
| 4702 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
| 4703 | 4703 | } |
| 4704 | - } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
|
|
| 4705 | - $data['location_id'] = (int)$location->location_id; |
|
| 4704 | + } else if (!empty($data['city_slug']) && $location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug']))) {
|
|
| 4705 | + $data['location_id'] = (int) $location->location_id; |
|
| 4706 | 4706 | |
| 4707 | - if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region'] ) ) ) {
|
|
| 4708 | - $data['location_id'] = (int)$location->location_id; |
|
| 4709 | - } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'region' => $data['region'] ) ) ) {
|
|
| 4710 | - $data['location_id'] = (int)$location->location_id; |
|
| 4711 | - } else if ( $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'], 'country' => $data['country'] ) ) ) {
|
|
| 4712 | - $data['location_id'] = (int)$location->location_id; |
|
| 4707 | + if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'country' => $data['country'], 'region' => $data['region']))) {
|
|
| 4708 | + $data['location_id'] = (int) $location->location_id; |
|
| 4709 | + } else if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'region' => $data['region']))) {
|
|
| 4710 | + $data['location_id'] = (int) $location->location_id; |
|
| 4711 | + } else if ($location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug'], 'country' => $data['country']))) {
|
|
| 4712 | + $data['location_id'] = (int) $location->location_id; |
|
| 4713 | 4713 | } |
| 4714 | 4714 | |
| 4715 | - if ( $location_id = geodir_location_update_city( $data, true, $location ) ) {
|
|
| 4715 | + if ($location_id = geodir_location_update_city($data, true, $location)) {
|
|
| 4716 | 4716 | $updated++; |
| 4717 | 4717 | } else {
|
| 4718 | 4718 | $invalid++; |
| 4719 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
| 4719 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
| 4720 | 4720 | } |
| 4721 | 4721 | } else {
|
| 4722 | - if ( $location_id = geodir_location_insert_city( $data, true ) ) {
|
|
| 4722 | + if ($location_id = geodir_location_insert_city($data, true)) {
|
|
| 4723 | 4723 | $created++; |
| 4724 | 4724 | } else {
|
| 4725 | 4725 | $invalid++; |
| 4726 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
| 4726 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
| 4727 | 4727 | } |
| 4728 | 4728 | } |
| 4729 | - } elseif ( $import_choice == 'skip' ) {
|
|
| 4730 | - if ( (int)$data['location_id'] > 0 && $location = geodir_get_location_by_id( '', (int)$data['location_id'] ) ) {
|
|
| 4729 | + } elseif ($import_choice == 'skip') {
|
|
| 4730 | + if ((int) $data['location_id'] > 0 && $location = geodir_get_location_by_id('', (int) $data['location_id'])) {
|
|
| 4731 | 4731 | $skipped++; |
| 4732 | - } else if ( !empty( $data['city_slug'] ) && $location = geodir_get_location_by_slug( 'city', array( 'city_slug' => $data['city_slug'] ) ) ) {
|
|
| 4732 | + } else if (!empty($data['city_slug']) && $location = geodir_get_location_by_slug('city', array('city_slug' => $data['city_slug']))) {
|
|
| 4733 | 4733 | $skipped++; |
| 4734 | 4734 | } else {
|
| 4735 | - if ( $location_id = geodir_location_insert_city( $data, true ) ) {
|
|
| 4735 | + if ($location_id = geodir_location_insert_city($data, true)) {
|
|
| 4736 | 4736 | $created++; |
| 4737 | 4737 | } else {
|
| 4738 | 4738 | $invalid++; |
| 4739 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
| 4739 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
| 4740 | 4740 | } |
| 4741 | 4741 | } |
| 4742 | 4742 | } else {
|
| 4743 | 4743 | $invalid++; |
| 4744 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_location ); |
|
| 4744 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_location); |
|
| 4745 | 4745 | } |
| 4746 | 4746 | } |
| 4747 | 4747 | } |
@@ -4755,24 +4755,24 @@ discard block |
||
| 4755 | 4755 | $json['invalid'] = $invalid; |
| 4756 | 4756 | $json['images'] = $images; |
| 4757 | 4757 | |
| 4758 | - wp_send_json( $json ); |
|
| 4759 | - } else if ( $task == 'import_hood' ) {
|
|
| 4758 | + wp_send_json($json); |
|
| 4759 | + } else if ($task == 'import_hood') {
|
|
| 4760 | 4760 | if (!empty($file)) {
|
| 4761 | 4761 | $columns = isset($file[0]) ? $file[0] : NULL; |
| 4762 | 4762 | |
| 4763 | 4763 | if (empty($columns) || (!empty($columns) && $columns[0] == '')) {
|
| 4764 | 4764 | $json['error'] = __('File you are uploading is not valid. Columns does not matching.', 'geodirectory');
|
| 4765 | - wp_send_json( $json ); |
|
| 4765 | + wp_send_json($json); |
|
| 4766 | 4766 | } |
| 4767 | 4767 | |
| 4768 | 4768 | $gd_error_log = __('GD IMPORT NEIGHBOURHOODS [ROW %d]:', 'geodirectory');
|
| 4769 | - $gd_error_hood = __( 'Could not be saved due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory' ); |
|
| 4769 | + $gd_error_hood = __('Could not be saved due to invalid neighbourhood data(name, latitude, longitude) or invalid location data(either location_id or city/region/country is empty)', 'geodirectory');
|
|
| 4770 | 4770 | for ($i = 1; $i <= $limit; $i++) {
|
| 4771 | 4771 | $index = $processed + $i; |
| 4772 | 4772 | |
| 4773 | 4773 | if (isset($file[$index])) {
|
| 4774 | 4774 | $row = $file[$index]; |
| 4775 | - $row = array_map( 'trim', $row ); |
|
| 4775 | + $row = array_map('trim', $row);
|
|
| 4776 | 4776 | $data = array(); |
| 4777 | 4777 | |
| 4778 | 4778 | foreach ($columns as $c => $column) {
|
@@ -4783,20 +4783,20 @@ discard block |
||
| 4783 | 4783 | |
| 4784 | 4784 | if (empty($data['neighbourhood_name']) || empty($data['latitude']) || empty($data['longitude'])) {
|
| 4785 | 4785 | $invalid++; |
| 4786 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
| 4786 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
| 4787 | 4787 | continue; |
| 4788 | 4788 | } |
| 4789 | 4789 | |
| 4790 | 4790 | $location_info = array(); |
| 4791 | - if (!empty($data['location_id']) && (int)$data['location_id'] > 0) {
|
|
| 4792 | - $location_info = geodir_get_location_by_id('', (int)$data['location_id']);
|
|
| 4791 | + if (!empty($data['location_id']) && (int) $data['location_id'] > 0) {
|
|
| 4792 | + $location_info = geodir_get_location_by_id('', (int) $data['location_id']);
|
|
| 4793 | 4793 | } else if (!empty($data['city']) && !empty($data['region']) && !empty($data['country'])) {
|
| 4794 | 4794 | $location_info = geodir_get_location_by_slug('city', array('fields' => 'location_id', 'city' => $data['city'], 'country' => $data['country'], 'region' => $data['region']));
|
| 4795 | 4795 | } |
| 4796 | 4796 | |
| 4797 | 4797 | if (empty($location_info)) {
|
| 4798 | 4798 | $invalid++; |
| 4799 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
| 4799 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
| 4800 | 4800 | continue; |
| 4801 | 4801 | } |
| 4802 | 4802 | |
@@ -4811,35 +4811,35 @@ discard block |
||
| 4811 | 4811 | $hood_data['hood_longitude'] = $data['longitude']; |
| 4812 | 4812 | $hood_data['hood_location_id'] = $location_id; |
| 4813 | 4813 | |
| 4814 | - if ( $import_choice == 'update' ) {
|
|
| 4815 | - if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
|
|
| 4816 | - $hood_data['hood_id'] = (int)$data['neighbourhood_id']; |
|
| 4814 | + if ($import_choice == 'update') {
|
|
| 4815 | + if ((int) $data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int) $data['neighbourhood_id']))) {
|
|
| 4816 | + $hood_data['hood_id'] = (int) $data['neighbourhood_id']; |
|
| 4817 | 4817 | |
| 4818 | 4818 | if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
|
| 4819 | 4819 | $updated++; |
| 4820 | 4820 | } else {
|
| 4821 | 4821 | $invalid++; |
| 4822 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
| 4822 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
| 4823 | 4823 | } |
| 4824 | 4824 | } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
|
| 4825 | - $hood_data['hood_id'] = (int)$neighbourhood->hood_id; |
|
| 4825 | + $hood_data['hood_id'] = (int) $neighbourhood->hood_id; |
|
| 4826 | 4826 | |
| 4827 | 4827 | if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
|
| 4828 | 4828 | $updated++; |
| 4829 | 4829 | } else {
|
| 4830 | 4830 | $invalid++; |
| 4831 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
| 4831 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
| 4832 | 4832 | } |
| 4833 | 4833 | } else {
|
| 4834 | 4834 | if ($neighbourhood = geodir_location_insert_update_neighbourhood($hood_data)) {
|
| 4835 | 4835 | $created++; |
| 4836 | 4836 | } else {
|
| 4837 | 4837 | $invalid++; |
| 4838 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
| 4838 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
| 4839 | 4839 | } |
| 4840 | 4840 | } |
| 4841 | - } elseif ( $import_choice == 'skip' ) {
|
|
| 4842 | - if ((int)$data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int)$data['neighbourhood_id']))) {
|
|
| 4841 | + } elseif ($import_choice == 'skip') {
|
|
| 4842 | + if ((int) $data['neighbourhood_id'] > 0 && ($neighbourhood = geodir_location_get_neighbourhood_by_id((int) $data['neighbourhood_id']))) {
|
|
| 4843 | 4843 | $skipped++; |
| 4844 | 4844 | } else if (!empty($data['neighbourhood_slug']) && ($neighbourhood = geodir_location_get_neighbourhood_by_id($data['neighbourhood_slug'], true))) {
|
| 4845 | 4845 | $skipped++; |
@@ -4849,12 +4849,12 @@ discard block |
||
| 4849 | 4849 | $created++; |
| 4850 | 4850 | } else {
|
| 4851 | 4851 | $invalid++; |
| 4852 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
| 4852 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
| 4853 | 4853 | } |
| 4854 | 4854 | } |
| 4855 | 4855 | } else {
|
| 4856 | 4856 | $invalid++; |
| 4857 | - geodir_error_log( wp_sprintf( $gd_error_log, ($index + 1) ) . ' ' . $gd_error_hood ); |
|
| 4857 | + geodir_error_log(wp_sprintf($gd_error_log, ($index + 1)).' '.$gd_error_hood); |
|
| 4858 | 4858 | } |
| 4859 | 4859 | } |
| 4860 | 4860 | } |
@@ -4868,7 +4868,7 @@ discard block |
||
| 4868 | 4868 | $json['invalid'] = $invalid; |
| 4869 | 4869 | $json['images'] = $images; |
| 4870 | 4870 | |
| 4871 | - wp_send_json( $json ); |
|
| 4871 | + wp_send_json($json); |
|
| 4872 | 4872 | } |
| 4873 | 4873 | } |
| 4874 | 4874 | break; |
@@ -4912,29 +4912,29 @@ discard block |
||
| 4912 | 4912 | * } |
| 4913 | 4913 | * @return int|bool Term id when success, false when fail. |
| 4914 | 4914 | */ |
| 4915 | -function geodir_imex_insert_term( $taxonomy, $term_data ) {
|
|
| 4916 | - if ( empty( $taxonomy ) || empty( $term_data ) ) {
|
|
| 4915 | +function geodir_imex_insert_term($taxonomy, $term_data) {
|
|
| 4916 | + if (empty($taxonomy) || empty($term_data)) {
|
|
| 4917 | 4917 | return false; |
| 4918 | 4918 | } |
| 4919 | 4919 | |
| 4920 | - $term = isset( $term_data['name'] ) && !empty( $term_data['name'] ) ? $term_data['name'] : ''; |
|
| 4920 | + $term = isset($term_data['name']) && !empty($term_data['name']) ? $term_data['name'] : ''; |
|
| 4921 | 4921 | $args = array(); |
| 4922 | - $args['description'] = isset( $term_data['description'] ) ? $term_data['description'] : ''; |
|
| 4923 | - $args['slug'] = isset( $term_data['slug'] ) ? $term_data['slug'] : ''; |
|
| 4924 | - $args['parent'] = isset( $term_data['parent'] ) ? (int)$term_data['parent'] : ''; |
|
| 4922 | + $args['description'] = isset($term_data['description']) ? $term_data['description'] : ''; |
|
| 4923 | + $args['slug'] = isset($term_data['slug']) ? $term_data['slug'] : ''; |
|
| 4924 | + $args['parent'] = isset($term_data['parent']) ? (int) $term_data['parent'] : ''; |
|
| 4925 | 4925 | |
| 4926 | - if ( ( !empty( $args['slug'] ) && term_exists( $args['slug'], $taxonomy ) ) || empty( $args['slug'] ) ) {
|
|
| 4927 | - $term_args = array_merge( $term_data, $args ); |
|
| 4928 | - $defaults = array( 'alias_of' => '', 'description' => '', 'parent' => 0, 'slug' => ''); |
|
| 4929 | - $term_args = wp_parse_args( $term_args, $defaults ); |
|
| 4930 | - $term_args = sanitize_term( $term_args, $taxonomy, 'db' ); |
|
| 4931 | - $args['slug'] = wp_unique_term_slug( $args['slug'], (object)$term_args ); |
|
| 4926 | + if ((!empty($args['slug']) && term_exists($args['slug'], $taxonomy)) || empty($args['slug'])) {
|
|
| 4927 | + $term_args = array_merge($term_data, $args); |
|
| 4928 | + $defaults = array('alias_of' => '', 'description' => '', 'parent' => 0, 'slug' => '');
|
|
| 4929 | + $term_args = wp_parse_args($term_args, $defaults); |
|
| 4930 | + $term_args = sanitize_term($term_args, $taxonomy, 'db'); |
|
| 4931 | + $args['slug'] = wp_unique_term_slug($args['slug'], (object) $term_args); |
|
| 4932 | 4932 | } |
| 4933 | 4933 | |
| 4934 | - if( !empty( $term ) ) {
|
|
| 4935 | - $result = wp_insert_term( $term, $taxonomy, $args ); |
|
| 4936 | - if( !is_wp_error( $result ) ) {
|
|
| 4937 | - return isset( $result['term_id'] ) ? $result['term_id'] : 0; |
|
| 4934 | + if (!empty($term)) {
|
|
| 4935 | + $result = wp_insert_term($term, $taxonomy, $args); |
|
| 4936 | + if (!is_wp_error($result)) {
|
|
| 4937 | + return isset($result['term_id']) ? $result['term_id'] : 0; |
|
| 4938 | 4938 | } |
| 4939 | 4939 | } |
| 4940 | 4940 | |
@@ -4964,36 +4964,36 @@ discard block |
||
| 4964 | 4964 | * } |
| 4965 | 4965 | * @return int|bool Term id when success, false when fail. |
| 4966 | 4966 | */ |
| 4967 | -function geodir_imex_update_term( $taxonomy, $term_data ) {
|
|
| 4968 | - if ( empty( $taxonomy ) || empty( $term_data ) ) {
|
|
| 4967 | +function geodir_imex_update_term($taxonomy, $term_data) {
|
|
| 4968 | + if (empty($taxonomy) || empty($term_data)) {
|
|
| 4969 | 4969 | return false; |
| 4970 | 4970 | } |
| 4971 | 4971 | |
| 4972 | - $term_id = isset( $term_data['term_id'] ) && !empty( $term_data['term_id'] ) ? $term_data['term_id'] : 0; |
|
| 4972 | + $term_id = isset($term_data['term_id']) && !empty($term_data['term_id']) ? $term_data['term_id'] : 0; |
|
| 4973 | 4973 | |
| 4974 | 4974 | $args = array(); |
| 4975 | - $args['description'] = isset( $term_data['description'] ) ? $term_data['description'] : ''; |
|
| 4976 | - $args['slug'] = isset( $term_data['slug'] ) ? $term_data['slug'] : ''; |
|
| 4977 | - $args['parent'] = isset( $term_data['parent'] ) ? (int)$term_data['parent'] : ''; |
|
| 4975 | + $args['description'] = isset($term_data['description']) ? $term_data['description'] : ''; |
|
| 4976 | + $args['slug'] = isset($term_data['slug']) ? $term_data['slug'] : ''; |
|
| 4977 | + $args['parent'] = isset($term_data['parent']) ? (int) $term_data['parent'] : ''; |
|
| 4978 | 4978 | |
| 4979 | - if ( $term_id > 0 && $term_info = (array)get_term( $term_id, $taxonomy ) ) {
|
|
| 4979 | + if ($term_id > 0 && $term_info = (array) get_term($term_id, $taxonomy)) {
|
|
| 4980 | 4980 | $term_data['term_id'] = $term_info['term_id']; |
| 4981 | 4981 | |
| 4982 | - $result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data ); |
|
| 4982 | + $result = wp_update_term($term_data['term_id'], $taxonomy, $term_data); |
|
| 4983 | 4983 | |
| 4984 | - if( !is_wp_error( $result ) ) {
|
|
| 4985 | - return isset( $result['term_id'] ) ? $result['term_id'] : 0; |
|
| 4984 | + if (!is_wp_error($result)) {
|
|
| 4985 | + return isset($result['term_id']) ? $result['term_id'] : 0; |
|
| 4986 | 4986 | } |
| 4987 | - } else if ( $term_data['slug'] != '' && $term_info = (array)term_exists( $term_data['slug'], $taxonomy ) ) {
|
|
| 4987 | + } else if ($term_data['slug'] != '' && $term_info = (array) term_exists($term_data['slug'], $taxonomy)) {
|
|
| 4988 | 4988 | $term_data['term_id'] = $term_info['term_id']; |
| 4989 | 4989 | |
| 4990 | - $result = wp_update_term( $term_data['term_id'], $taxonomy, $term_data ); |
|
| 4990 | + $result = wp_update_term($term_data['term_id'], $taxonomy, $term_data); |
|
| 4991 | 4991 | |
| 4992 | - if( !is_wp_error( $result ) ) {
|
|
| 4993 | - return isset( $result['term_id'] ) ? $result['term_id'] : 0; |
|
| 4992 | + if (!is_wp_error($result)) {
|
|
| 4993 | + return isset($result['term_id']) ? $result['term_id'] : 0; |
|
| 4994 | 4994 | } |
| 4995 | 4995 | } else {
|
| 4996 | - return geodir_imex_insert_term( $taxonomy, $term_data ); |
|
| 4996 | + return geodir_imex_insert_term($taxonomy, $term_data); |
|
| 4997 | 4997 | } |
| 4998 | 4998 | |
| 4999 | 4999 | return false; |
@@ -5012,20 +5012,20 @@ discard block |
||
| 5012 | 5012 | * @param string $post_type Post type. |
| 5013 | 5013 | * @return int Posts count. |
| 5014 | 5014 | */ |
| 5015 | -function geodir_get_posts_count( $post_type ) {
|
|
| 5015 | +function geodir_get_posts_count($post_type) {
|
|
| 5016 | 5016 | global $wpdb, $plugin_prefix; |
| 5017 | 5017 | |
| 5018 | - if ( !post_type_exists( $post_type ) ) {
|
|
| 5018 | + if (!post_type_exists($post_type)) {
|
|
| 5019 | 5019 | return 0; |
| 5020 | 5020 | } |
| 5021 | 5021 | |
| 5022 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 5022 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 5023 | 5023 | |
| 5024 | 5024 | // Skip listing with statuses trash, auto-draft etc... |
| 5025 | 5025 | $skip_statuses = geodir_imex_export_skip_statuses(); |
| 5026 | 5026 | $where_statuses = ''; |
| 5027 | - if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
|
|
| 5028 | - $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
|
|
| 5027 | + if (!empty($skip_statuses) && is_array($skip_statuses)) {
|
|
| 5028 | + $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
|
|
| 5029 | 5029 | } |
| 5030 | 5030 | |
| 5031 | 5031 | /** |
@@ -5036,11 +5036,11 @@ discard block |
||
| 5036 | 5036 | * |
| 5037 | 5037 | * @param string $where SQL where clause part. |
| 5038 | 5038 | */ |
| 5039 | - $where_statuses = apply_filters( 'geodir_get_posts_count', $where_statuses, $post_type ); |
|
| 5039 | + $where_statuses = apply_filters('geodir_get_posts_count', $where_statuses, $post_type);
|
|
| 5040 | 5040 | |
| 5041 | - $query = $wpdb->prepare( "SELECT COUNT({$wpdb->posts}.ID) FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s " . $where_statuses, $post_type );
|
|
| 5041 | + $query = $wpdb->prepare("SELECT COUNT({$wpdb->posts}.ID) FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s ".$where_statuses, $post_type);
|
|
| 5042 | 5042 | |
| 5043 | - $posts_count = (int)$wpdb->get_var( $query ); |
|
| 5043 | + $posts_count = (int) $wpdb->get_var($query); |
|
| 5044 | 5044 | |
| 5045 | 5045 | /** |
| 5046 | 5046 | * Modify returned post counts for the current post type. |
@@ -5051,7 +5051,7 @@ discard block |
||
| 5051 | 5051 | * @param int $posts_count Post counts. |
| 5052 | 5052 | * @param string $post_type Post type. |
| 5053 | 5053 | */ |
| 5054 | - $posts_count = apply_filters( 'geodir_imex_count_posts', $posts_count, $post_type ); |
|
| 5054 | + $posts_count = apply_filters('geodir_imex_count_posts', $posts_count, $post_type);
|
|
| 5055 | 5055 | |
| 5056 | 5056 | return $posts_count; |
| 5057 | 5057 | } |
@@ -5073,19 +5073,19 @@ discard block |
||
| 5073 | 5073 | * @param int $page_no Page number. Default 0. |
| 5074 | 5074 | * @return array Array of posts data. |
| 5075 | 5075 | */ |
| 5076 | -function geodir_imex_get_posts( $post_type, $per_page = 0, $page_no = 0 ) {
|
|
| 5076 | +function geodir_imex_get_posts($post_type, $per_page = 0, $page_no = 0) {
|
|
| 5077 | 5077 | global $wp_filesystem; |
| 5078 | 5078 | |
| 5079 | - $posts = geodir_get_export_posts( $post_type, $per_page, $page_no ); |
|
| 5079 | + $posts = geodir_get_export_posts($post_type, $per_page, $page_no); |
|
| 5080 | 5080 | |
| 5081 | 5081 | $csv_rows = array(); |
| 5082 | 5082 | |
| 5083 | - if ( !empty( $posts ) ) {
|
|
| 5084 | - $is_payment_plugin = is_plugin_active( 'geodir_payment_manager/geodir_payment_manager.php' ); |
|
| 5083 | + if (!empty($posts)) {
|
|
| 5084 | + $is_payment_plugin = is_plugin_active('geodir_payment_manager/geodir_payment_manager.php');
|
|
| 5085 | 5085 | $location_manager = function_exists('geodir_location_plugin_activated') ? true : false; // Check location manager installed & active.
|
| 5086 | - $location_allowed = function_exists( 'geodir_cpt_no_location' ) && geodir_cpt_no_location( $post_type ) ? false : true; |
|
| 5086 | + $location_allowed = function_exists('geodir_cpt_no_location') && geodir_cpt_no_location($post_type) ? false : true;
|
|
| 5087 | 5087 | $neighbourhood_active = $location_manager && $location_allowed && get_option('location_neighbourhoods') ? true : false;
|
| 5088 | - $is_claim_active = is_plugin_active( 'geodir_claim_listing/geodir_claim_listing.php' ) && get_option('geodir_claim_enable') === 'yes' ? true : false;
|
|
| 5088 | + $is_claim_active = is_plugin_active('geodir_claim_listing/geodir_claim_listing.php') && get_option('geodir_claim_enable') === 'yes' ? true : false;
|
|
| 5089 | 5089 | $is_events_active = function_exists('geodir_event_plugin_activated') ? true : false;
|
| 5090 | 5090 | $is_custom_posts_active = function_exists('geodir_custom_post_type_plugin_activated') ? true : false;
|
| 5091 | 5091 | |
@@ -5100,7 +5100,7 @@ discard block |
||
| 5100 | 5100 | $csv_row[] = 'default_category'; |
| 5101 | 5101 | $csv_row[] = 'post_tags'; |
| 5102 | 5102 | $csv_row[] = 'post_type'; |
| 5103 | - if ( $post_type == 'gd_event' ) {
|
|
| 5103 | + if ($post_type == 'gd_event') {
|
|
| 5104 | 5104 | $csv_row[] = 'event_date'; |
| 5105 | 5105 | $csv_row[] = 'event_enddate'; |
| 5106 | 5106 | $csv_row[] = 'starttime'; |
@@ -5152,7 +5152,7 @@ discard block |
||
| 5152 | 5152 | $csv_row[] = 'geodir_video'; |
| 5153 | 5153 | $csv_row[] = 'geodir_special_offers'; |
| 5154 | 5154 | if ($is_events_active || $is_custom_posts_active) {
|
| 5155 | - $csv_row[] = !empty($post_ypes[$post_type]['linkable_to']) ? 'linked_' . $post_ypes[$post_type]['linkable_to'] . '_ID' : 'linked_cpt_ID'; |
|
| 5155 | + $csv_row[] = !empty($post_ypes[$post_type]['linkable_to']) ? 'linked_'.$post_ypes[$post_type]['linkable_to'].'_ID' : 'linked_cpt_ID'; |
|
| 5156 | 5156 | } |
| 5157 | 5157 | // WPML |
| 5158 | 5158 | $is_wpml = geodir_is_wpml(); |
@@ -5162,15 +5162,15 @@ discard block |
||
| 5162 | 5162 | } |
| 5163 | 5163 | // WPML |
| 5164 | 5164 | |
| 5165 | - $custom_fields = geodir_imex_get_custom_fields( $post_type ); |
|
| 5166 | - if ( !empty( $custom_fields ) ) {
|
|
| 5167 | - foreach ( $custom_fields as $custom_field ) {
|
|
| 5165 | + $custom_fields = geodir_imex_get_custom_fields($post_type); |
|
| 5166 | + if (!empty($custom_fields)) {
|
|
| 5167 | + foreach ($custom_fields as $custom_field) {
|
|
| 5168 | 5168 | $csv_row[] = $custom_field->htmlvar_name; |
| 5169 | 5169 | } |
| 5170 | 5170 | } |
| 5171 | 5171 | |
| 5172 | 5172 | // Export franchise fields |
| 5173 | - $is_franchise_active = is_plugin_active( 'geodir_franchise/geodir_franchise.php' ) && geodir_franchise_enabled( $post_type ) ? true : false; |
|
| 5173 | + $is_franchise_active = is_plugin_active('geodir_franchise/geodir_franchise.php') && geodir_franchise_enabled($post_type) ? true : false;
|
|
| 5174 | 5174 | if ($is_franchise_active) {
|
| 5175 | 5175 | $csv_row[] = 'gd_is_franchise'; |
| 5176 | 5176 | $csv_row[] = 'gd_franchise_lock'; |
@@ -5191,28 +5191,28 @@ discard block |
||
| 5191 | 5191 | $csv_rows[] = $csv_row; |
| 5192 | 5192 | |
| 5193 | 5193 | $images_count = 5; |
| 5194 | - $xx=0; |
|
| 5195 | - foreach ( $posts as $post ) {$xx++;
|
|
| 5194 | + $xx = 0; |
|
| 5195 | + foreach ($posts as $post) {$xx++;
|
|
| 5196 | 5196 | $post_id = $post['ID']; |
| 5197 | 5197 | |
| 5198 | - $gd_post_info = geodir_get_post_info( $post_id ); |
|
| 5199 | - $post_info = (array)$gd_post_info; |
|
| 5198 | + $gd_post_info = geodir_get_post_info($post_id); |
|
| 5199 | + $post_info = (array) $gd_post_info; |
|
| 5200 | 5200 | |
| 5201 | - $taxonomy_category = $post_type . 'category'; |
|
| 5202 | - $taxonomy_tags = $post_type . '_tags'; |
|
| 5201 | + $taxonomy_category = $post_type.'category'; |
|
| 5202 | + $taxonomy_tags = $post_type.'_tags'; |
|
| 5203 | 5203 | |
| 5204 | 5204 | $post_category = ''; |
| 5205 | 5205 | $default_category_id = $gd_post_info->default_category; |
| 5206 | 5206 | $default_category = ''; |
| 5207 | 5207 | $post_tags = ''; |
| 5208 | - $terms = wp_get_post_terms( $post_id, array( $taxonomy_category, $taxonomy_tags ) ); |
|
| 5208 | + $terms = wp_get_post_terms($post_id, array($taxonomy_category, $taxonomy_tags)); |
|
| 5209 | 5209 | |
| 5210 | - if ( !empty( $terms ) && !is_wp_error( $terms ) ) {
|
|
| 5210 | + if (!empty($terms) && !is_wp_error($terms)) {
|
|
| 5211 | 5211 | $post_category = array(); |
| 5212 | 5212 | $post_tags = array(); |
| 5213 | 5213 | |
| 5214 | - foreach ( $terms as $term ) {
|
|
| 5215 | - if ( $term->taxonomy == $taxonomy_category ) {
|
|
| 5214 | + foreach ($terms as $term) {
|
|
| 5215 | + if ($term->taxonomy == $taxonomy_category) {
|
|
| 5216 | 5216 | $post_category[] = $term->name; |
| 5217 | 5217 | |
| 5218 | 5218 | if ($default_category_id == $term->term_id) {
|
@@ -5220,7 +5220,7 @@ discard block |
||
| 5220 | 5220 | } |
| 5221 | 5221 | } |
| 5222 | 5222 | |
| 5223 | - if ( $term->taxonomy == $taxonomy_tags ) {
|
|
| 5223 | + if ($term->taxonomy == $taxonomy_tags) {
|
|
| 5224 | 5224 | $post_tags[] = $term->name; |
| 5225 | 5225 | } |
| 5226 | 5226 | } |
@@ -5228,47 +5228,47 @@ discard block |
||
| 5228 | 5228 | if (empty($default_category) && !empty($post_category)) {
|
| 5229 | 5229 | $default_category = $post_category[0]; // Set first one as default category. |
| 5230 | 5230 | } |
| 5231 | - $post_category = !empty( $post_category ) ? implode( ',', $post_category ) : ''; |
|
| 5232 | - $post_tags = !empty( $post_tags ) ? implode( ',', $post_tags ) : ''; |
|
| 5231 | + $post_category = !empty($post_category) ? implode(',', $post_category) : '';
|
|
| 5232 | + $post_tags = !empty($post_tags) ? implode(',', $post_tags) : '';
|
|
| 5233 | 5233 | } |
| 5234 | 5234 | |
| 5235 | 5235 | // Franchise data |
| 5236 | - if ($is_franchise_active && isset($post_info['franchise']) && (int)$post_info['franchise'] > 0 && geodir_franchise_check((int)$post_info['franchise'])) {
|
|
| 5236 | + if ($is_franchise_active && isset($post_info['franchise']) && (int) $post_info['franchise'] > 0 && geodir_franchise_check((int) $post_info['franchise'])) {
|
|
| 5237 | 5237 | $franchise_id = $post_info['franchise']; |
| 5238 | 5238 | $gd_franchise_info = geodir_get_post_info($franchise_id); |
| 5239 | 5239 | |
| 5240 | 5240 | if (geodir_franchise_pkg_is_active($gd_franchise_info)) {
|
| 5241 | - $franchise_info = (array)$gd_franchise_info; |
|
| 5241 | + $franchise_info = (array) $gd_franchise_info; |
|
| 5242 | 5242 | $locked_fields = geodir_franchise_get_locked_fields($franchise_id, true); |
| 5243 | 5243 | |
| 5244 | 5244 | if (!empty($locked_fields)) {
|
| 5245 | - foreach( $locked_fields as $locked_field) {
|
|
| 5245 | + foreach ($locked_fields as $locked_field) {
|
|
| 5246 | 5246 | if (isset($post_info[$locked_field]) && isset($franchise_info[$locked_field])) {
|
| 5247 | 5247 | $post_info[$locked_field] = $franchise_info[$locked_field]; |
| 5248 | 5248 | } |
| 5249 | 5249 | |
| 5250 | 5250 | if (in_array($taxonomy_category, $locked_fields) || in_array('post_tags', $locked_fields)) {
|
| 5251 | - $franchise_terms = wp_get_post_terms( $franchise_id, array( $taxonomy_category, $taxonomy_tags ) ); |
|
| 5251 | + $franchise_terms = wp_get_post_terms($franchise_id, array($taxonomy_category, $taxonomy_tags)); |
|
| 5252 | 5252 | |
| 5253 | - if ( !empty( $franchise_terms ) && !is_wp_error( $franchise_terms ) ) {
|
|
| 5253 | + if (!empty($franchise_terms) && !is_wp_error($franchise_terms)) {
|
|
| 5254 | 5254 | $franchise_post_category = array(); |
| 5255 | 5255 | $franchise_post_tags = array(); |
| 5256 | 5256 | |
| 5257 | - foreach ( $franchise_terms as $franchise_term ) {
|
|
| 5258 | - if ( $franchise_term->taxonomy == $taxonomy_category ) {
|
|
| 5257 | + foreach ($franchise_terms as $franchise_term) {
|
|
| 5258 | + if ($franchise_term->taxonomy == $taxonomy_category) {
|
|
| 5259 | 5259 | $franchise_post_category[] = $franchise_term->name; |
| 5260 | 5260 | } |
| 5261 | 5261 | |
| 5262 | - if ( $franchise_term->taxonomy == $taxonomy_tags ) {
|
|
| 5262 | + if ($franchise_term->taxonomy == $taxonomy_tags) {
|
|
| 5263 | 5263 | $franchise_post_tags[] = $franchise_term->name; |
| 5264 | 5264 | } |
| 5265 | 5265 | } |
| 5266 | 5266 | |
| 5267 | 5267 | if (in_array($taxonomy_category, $locked_fields)) {
|
| 5268 | - $post_category = !empty( $franchise_post_category ) ? implode( ',', $franchise_post_category ) : ''; |
|
| 5268 | + $post_category = !empty($franchise_post_category) ? implode(',', $franchise_post_category) : '';
|
|
| 5269 | 5269 | } |
| 5270 | 5270 | if (in_array('post_tags', $locked_fields)) {
|
| 5271 | - $post_tags = !empty( $franchise_post_tags ) ? implode( ',', $franchise_post_tags ) : ''; |
|
| 5271 | + $post_tags = !empty($franchise_post_tags) ? implode(',', $franchise_post_tags) : '';
|
|
| 5272 | 5272 | } |
| 5273 | 5273 | } |
| 5274 | 5274 | } |
@@ -5277,18 +5277,18 @@ discard block |
||
| 5277 | 5277 | } |
| 5278 | 5278 | } |
| 5279 | 5279 | |
| 5280 | - $post_images = geodir_get_images( $post_id ); |
|
| 5280 | + $post_images = geodir_get_images($post_id); |
|
| 5281 | 5281 | $current_images = array(); |
| 5282 | - if ( !empty( $post_images ) ) {
|
|
| 5283 | - foreach ( $post_images as $post_image ) {
|
|
| 5284 | - $post_image = (array)$post_image; |
|
| 5285 | - $image = !empty( $post_image ) && isset( $post_image['path'] ) && $wp_filesystem->is_file( $post_image['path'] ) && $wp_filesystem->exists( $post_image['path'] ) ? $post_image['src'] : ''; |
|
| 5286 | - if ( $image ) {
|
|
| 5282 | + if (!empty($post_images)) {
|
|
| 5283 | + foreach ($post_images as $post_image) {
|
|
| 5284 | + $post_image = (array) $post_image; |
|
| 5285 | + $image = !empty($post_image) && isset($post_image['path']) && $wp_filesystem->is_file($post_image['path']) && $wp_filesystem->exists($post_image['path']) ? $post_image['src'] : ''; |
|
| 5286 | + if ($image) {
|
|
| 5287 | 5287 | $current_images[] = $image; |
| 5288 | 5288 | } |
| 5289 | 5289 | } |
| 5290 | 5290 | |
| 5291 | - $images_count = max( $images_count, count( $current_images ) ); |
|
| 5291 | + $images_count = max($images_count, count($current_images)); |
|
| 5292 | 5292 | } |
| 5293 | 5293 | |
| 5294 | 5294 | $csv_row = array(); |
@@ -5300,7 +5300,7 @@ discard block |
||
| 5300 | 5300 | $csv_row[] = $default_category; // default_category |
| 5301 | 5301 | $csv_row[] = $post_tags; // post_tags |
| 5302 | 5302 | $csv_row[] = $post_type; // post_type |
| 5303 | - if ( $post_type == 'gd_event' ) {
|
|
| 5303 | + if ($post_type == 'gd_event') {
|
|
| 5304 | 5304 | $event_data = geodir_imex_get_event_data($post, $gd_post_info); |
| 5305 | 5305 | $csv_row[] = $event_data['event_date']; // event_date |
| 5306 | 5306 | $csv_row[] = $event_data['event_enddate']; // enddate |
@@ -5321,12 +5321,12 @@ discard block |
||
| 5321 | 5321 | $csv_row[] = $event_data['recurring_end_date']; // repeat_end |
| 5322 | 5322 | } |
| 5323 | 5323 | $csv_row[] = $post_info['post_status']; // post_status |
| 5324 | - $csv_row[] = (int)$post_info['is_featured'] == 1 ? 1 : ''; // is_featured |
|
| 5324 | + $csv_row[] = (int) $post_info['is_featured'] == 1 ? 1 : ''; // is_featured |
|
| 5325 | 5325 | if ($is_claim_active) {
|
| 5326 | - $csv_row[] = !empty($post_info['claimed']) && (int)$post_info['claimed'] == 1 ? 1 : ''; // claimed |
|
| 5326 | + $csv_row[] = !empty($post_info['claimed']) && (int) $post_info['claimed'] == 1 ? 1 : ''; // claimed |
|
| 5327 | 5327 | } |
| 5328 | 5328 | if ($is_payment_plugin) {
|
| 5329 | - $csv_row[] = (int)$post_info['package_id']; // package_id |
|
| 5329 | + $csv_row[] = (int) $post_info['package_id']; // package_id |
|
| 5330 | 5330 | $csv_row[] = $post_info['alive_days'] !== '' ? absint($post_info['alive_days']) : ''; // alive_days |
| 5331 | 5331 | $csv_row[] = $post_info['expire_date'] != '' && geodir_strtolower($post_info['expire_date']) != 'never' ? date_i18n('Y-m-d', strtotime($post_info['expire_date'])) : 'Never'; // expire_date
|
| 5332 | 5332 | } |
@@ -5362,18 +5362,18 @@ discard block |
||
| 5362 | 5362 | $csv_row[] = stripslashes($post_info['geodir_video']); // geodir_video |
| 5363 | 5363 | $csv_row[] = stripslashes($post_info['geodir_special_offers']); // geodir_special_offers |
| 5364 | 5364 | if ($is_events_active || $is_custom_posts_active) {
|
| 5365 | - $csv_row[] = !empty($post_info['geodir_link_business']) ? (int)$post_info['geodir_link_business'] : ''; // linked business |
|
| 5365 | + $csv_row[] = !empty($post_info['geodir_link_business']) ? (int) $post_info['geodir_link_business'] : ''; // linked business |
|
| 5366 | 5366 | } |
| 5367 | 5367 | // WPML |
| 5368 | 5368 | if ($is_wpml) {
|
| 5369 | - $csv_row[] = geodir_get_language_for_element( $post_id, 'post_' . $post_type ); |
|
| 5370 | - $csv_row[] = geodir_imex_original_post_id( $post_id, 'post_' . $post_type ); |
|
| 5369 | + $csv_row[] = geodir_get_language_for_element($post_id, 'post_'.$post_type); |
|
| 5370 | + $csv_row[] = geodir_imex_original_post_id($post_id, 'post_'.$post_type); |
|
| 5371 | 5371 | } |
| 5372 | 5372 | // WPML |
| 5373 | 5373 | |
| 5374 | - if ( !empty( $custom_fields ) ) {
|
|
| 5375 | - foreach ( $custom_fields as $custom_field ) {
|
|
| 5376 | - $csv_row[] = isset( $post_info[$custom_field->htmlvar_name] ) ? $post_info[$custom_field->htmlvar_name] : ''; |
|
| 5374 | + if (!empty($custom_fields)) {
|
|
| 5375 | + foreach ($custom_fields as $custom_field) {
|
|
| 5376 | + $csv_row[] = isset($post_info[$custom_field->htmlvar_name]) ? $post_info[$custom_field->htmlvar_name] : ''; |
|
| 5377 | 5377 | } |
| 5378 | 5378 | } |
| 5379 | 5379 | |
@@ -5384,15 +5384,15 @@ discard block |
||
| 5384 | 5384 | $franchise = ''; |
| 5385 | 5385 | |
| 5386 | 5386 | if (geodir_franchise_pkg_is_active($gd_post_info)) {
|
| 5387 | - $gd_is_franchise = (int)get_post_meta( $post_id, 'gd_is_franchise', true ); |
|
| 5388 | - $locaked_fields = $gd_is_franchise ? get_post_meta( $post_id, 'gd_franchise_lock', true ) : ''; |
|
| 5387 | + $gd_is_franchise = (int) get_post_meta($post_id, 'gd_is_franchise', true); |
|
| 5388 | + $locaked_fields = $gd_is_franchise ? get_post_meta($post_id, 'gd_franchise_lock', true) : ''; |
|
| 5389 | 5389 | $locaked_fields = (is_array($locaked_fields) && !empty($locaked_fields) ? implode(",", $locaked_fields) : '');
|
| 5390 | - $franchise = !$gd_is_franchise && isset($post_info['franchise']) && (int)$post_info['franchise'] > 0 ? (int)$post_info['franchise'] : 0; // franchise id |
|
| 5390 | + $franchise = !$gd_is_franchise && isset($post_info['franchise']) && (int) $post_info['franchise'] > 0 ? (int) $post_info['franchise'] : 0; // franchise id |
|
| 5391 | 5391 | } |
| 5392 | 5392 | |
| 5393 | - $csv_row[] = (int)$gd_is_franchise; // gd_is_franchise |
|
| 5393 | + $csv_row[] = (int) $gd_is_franchise; // gd_is_franchise |
|
| 5394 | 5394 | $csv_row[] = $locaked_fields; // gd_franchise_lock fields |
| 5395 | - $csv_row[] = (int)$franchise; // franchise id |
|
| 5395 | + $csv_row[] = (int) $franchise; // franchise id |
|
| 5396 | 5396 | } |
| 5397 | 5397 | |
| 5398 | 5398 | /** |
@@ -5406,15 +5406,15 @@ discard block |
||
| 5406 | 5406 | */ |
| 5407 | 5407 | $csv_row = apply_filters('geodir_export_listing_csv_column_values', $csv_row, $post_info);
|
| 5408 | 5408 | |
| 5409 | - for ( $c = 0; $c < $images_count; $c++ ) {
|
|
| 5410 | - $csv_row[] = isset( $current_images[$c] ) ? $current_images[$c] : ''; // IMAGE |
|
| 5409 | + for ($c = 0; $c < $images_count; $c++) {
|
|
| 5410 | + $csv_row[] = isset($current_images[$c]) ? $current_images[$c] : ''; // IMAGE |
|
| 5411 | 5411 | } |
| 5412 | 5412 | |
| 5413 | 5413 | $csv_rows[] = $csv_row; |
| 5414 | 5414 | |
| 5415 | 5415 | } |
| 5416 | 5416 | |
| 5417 | - for ( $c = 0; $c < $images_count; $c++ ) {
|
|
| 5417 | + for ($c = 0; $c < $images_count; $c++) {
|
|
| 5418 | 5418 | $csv_rows[0][] = 'IMAGE'; |
| 5419 | 5419 | } |
| 5420 | 5420 | } |
@@ -5436,30 +5436,30 @@ discard block |
||
| 5436 | 5436 | * @param int $page_no Page number. Default 0. |
| 5437 | 5437 | * @return array Array of posts data. |
| 5438 | 5438 | */ |
| 5439 | -function geodir_get_export_posts( $post_type, $per_page = 0, $page_no = 0 ) {
|
|
| 5439 | +function geodir_get_export_posts($post_type, $per_page = 0, $page_no = 0) {
|
|
| 5440 | 5440 | global $wpdb, $plugin_prefix; |
| 5441 | 5441 | |
| 5442 | - if ( ! post_type_exists( $post_type ) ) |
|
| 5442 | + if (!post_type_exists($post_type)) |
|
| 5443 | 5443 | return new stdClass; |
| 5444 | 5444 | |
| 5445 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 5445 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 5446 | 5446 | |
| 5447 | 5447 | $limit = ''; |
| 5448 | - if ( $per_page > 0 && $page_no > 0 ) {
|
|
| 5449 | - $offset = ( $page_no - 1 ) * $per_page; |
|
| 5448 | + if ($per_page > 0 && $page_no > 0) {
|
|
| 5449 | + $offset = ($page_no - 1) * $per_page; |
|
| 5450 | 5450 | |
| 5451 | - if ( $offset > 0 ) {
|
|
| 5452 | - $limit = " LIMIT " . $offset . "," . $per_page; |
|
| 5451 | + if ($offset > 0) {
|
|
| 5452 | + $limit = " LIMIT ".$offset.",".$per_page; |
|
| 5453 | 5453 | } else {
|
| 5454 | - $limit = " LIMIT " . $per_page; |
|
| 5454 | + $limit = " LIMIT ".$per_page; |
|
| 5455 | 5455 | } |
| 5456 | 5456 | } |
| 5457 | 5457 | |
| 5458 | 5458 | // Skip listing with statuses trash, auto-draft etc... |
| 5459 | 5459 | $skip_statuses = geodir_imex_export_skip_statuses(); |
| 5460 | 5460 | $where_statuses = ''; |
| 5461 | - if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
|
|
| 5462 | - $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
|
|
| 5461 | + if (!empty($skip_statuses) && is_array($skip_statuses)) {
|
|
| 5462 | + $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
|
|
| 5463 | 5463 | } |
| 5464 | 5464 | |
| 5465 | 5465 | /** |
@@ -5470,9 +5470,9 @@ discard block |
||
| 5470 | 5470 | * |
| 5471 | 5471 | * @param string $where SQL where clause part. |
| 5472 | 5472 | */ |
| 5473 | - $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type ); |
|
| 5473 | + $where_statuses = apply_filters('geodir_get_export_posts', $where_statuses, $post_type);
|
|
| 5474 | 5474 | |
| 5475 | - $query = $wpdb->prepare( "SELECT {$wpdb->posts}.ID FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s " . $where_statuses . " ORDER BY {$wpdb->posts}.ID ASC" . $limit, $post_type );
|
|
| 5475 | + $query = $wpdb->prepare("SELECT {$wpdb->posts}.ID FROM {$wpdb->posts} INNER JOIN {$table} ON {$table}.post_id = {$wpdb->posts}.ID WHERE {$wpdb->posts}.post_type = %s ".$where_statuses." ORDER BY {$wpdb->posts}.ID ASC".$limit, $post_type);
|
|
| 5476 | 5476 | /** |
| 5477 | 5477 | * Modify returned posts SQL query for the current post type. |
| 5478 | 5478 | * |
@@ -5482,8 +5482,8 @@ discard block |
||
| 5482 | 5482 | * @param int $query The SQL query. |
| 5483 | 5483 | * @param string $post_type Post type. |
| 5484 | 5484 | */ |
| 5485 | - $query = apply_filters( 'geodir_imex_export_posts_query', $query, $post_type ); |
|
| 5486 | - $results = (array)$wpdb->get_results( $query, ARRAY_A ); |
|
| 5485 | + $query = apply_filters('geodir_imex_export_posts_query', $query, $post_type);
|
|
| 5486 | + $results = (array) $wpdb->get_results($query, ARRAY_A); |
|
| 5487 | 5487 | |
| 5488 | 5488 | /** |
| 5489 | 5489 | * Modify returned post results for the current post type. |
@@ -5494,7 +5494,7 @@ discard block |
||
| 5494 | 5494 | * @param object $results An object containing all post ids. |
| 5495 | 5495 | * @param string $post_type Post type. |
| 5496 | 5496 | */ |
| 5497 | - return apply_filters( 'geodir_export_posts', $results, $post_type ); |
|
| 5497 | + return apply_filters('geodir_export_posts', $results, $post_type);
|
|
| 5498 | 5498 | } |
| 5499 | 5499 | |
| 5500 | 5500 | /** |
@@ -5512,24 +5512,24 @@ discard block |
||
| 5512 | 5512 | * @param string $post_type Post type. |
| 5513 | 5513 | * @return string The SQL query. |
| 5514 | 5514 | */ |
| 5515 | -function geodir_imex_get_events_query( $query, $post_type ) {
|
|
| 5516 | - if ( $post_type == 'gd_event' ) {
|
|
| 5515 | +function geodir_imex_get_events_query($query, $post_type) {
|
|
| 5516 | + if ($post_type == 'gd_event') {
|
|
| 5517 | 5517 | global $wpdb, $plugin_prefix; |
| 5518 | 5518 | |
| 5519 | - $table = $plugin_prefix . $post_type . '_detail'; |
|
| 5519 | + $table = $plugin_prefix.$post_type.'_detail'; |
|
| 5520 | 5520 | $schedule_table = EVENT_SCHEDULE; |
| 5521 | 5521 | |
| 5522 | 5522 | // Skip listing with statuses trash, auto-draft etc... |
| 5523 | 5523 | $skip_statuses = geodir_imex_export_skip_statuses(); |
| 5524 | 5524 | $where_statuses = ''; |
| 5525 | - if ( !empty( $skip_statuses ) && is_array( $skip_statuses ) ) {
|
|
| 5526 | - $where_statuses = "AND `" . $wpdb->posts . "`.`post_status` NOT IN('" . implode( "','", $skip_statuses ) . "')";
|
|
| 5525 | + if (!empty($skip_statuses) && is_array($skip_statuses)) {
|
|
| 5526 | + $where_statuses = "AND `".$wpdb->posts."`.`post_status` NOT IN('".implode("','", $skip_statuses)."')";
|
|
| 5527 | 5527 | } |
| 5528 | 5528 | |
| 5529 | 5529 | /** This action is documented in geodirectory-functions/geodirectory-admin/admin_functions.php */ |
| 5530 | - $where_statuses = apply_filters( 'geodir_get_export_posts', $where_statuses, $post_type ); |
|
| 5530 | + $where_statuses = apply_filters('geodir_get_export_posts', $where_statuses, $post_type);
|
|
| 5531 | 5531 | |
| 5532 | - $query = $wpdb->prepare( "SELECT {$wpdb->posts}.ID, {$schedule_table}.event_date, {$schedule_table}.event_enddate AS enddate, {$schedule_table}.event_starttime AS starttime, {$schedule_table}.event_endtime AS endtime FROM {$wpdb->posts} INNER JOIN {$table} ON ({$table}.post_id = {$wpdb->posts}.ID) INNER JOIN {$schedule_table} ON ({$schedule_table}.event_id = {$wpdb->posts}.ID) WHERE {$wpdb->posts}.post_type = %s " . $where_statuses . " GROUP BY {$table}.post_id ORDER BY {$wpdb->posts}.ID ASC, {$schedule_table}.schedule_id ASC", $post_type );
|
|
| 5532 | + $query = $wpdb->prepare("SELECT {$wpdb->posts}.ID, {$schedule_table}.event_date, {$schedule_table}.event_enddate AS enddate, {$schedule_table}.event_starttime AS starttime, {$schedule_table}.event_endtime AS endtime FROM {$wpdb->posts} INNER JOIN {$table} ON ({$table}.post_id = {$wpdb->posts}.ID) INNER JOIN {$schedule_table} ON ({$schedule_table}.event_id = {$wpdb->posts}.ID) WHERE {$wpdb->posts}.post_type = %s ".$where_statuses." GROUP BY {$table}.post_id ORDER BY {$wpdb->posts}.ID ASC, {$schedule_table}.schedule_id ASC", $post_type);
|
|
| 5533 | 5533 | } |
| 5534 | 5534 | |
| 5535 | 5535 | return $query; |
@@ -5553,35 +5553,35 @@ discard block |
||
| 5553 | 5553 | * @param string $post_type Post type. |
| 5554 | 5554 | * @return int Total terms count. |
| 5555 | 5555 | */ |
| 5556 | -function geodir_get_terms_count( $post_type ) {
|
|
| 5557 | - $args = array( 'hide_empty' => 0 ); |
|
| 5556 | +function geodir_get_terms_count($post_type) {
|
|
| 5557 | + $args = array('hide_empty' => 0);
|
|
| 5558 | 5558 | |
| 5559 | - remove_all_filters( 'get_terms' ); |
|
| 5559 | + remove_all_filters('get_terms');
|
|
| 5560 | 5560 | |
| 5561 | - $taxonomy = $post_type . 'category'; |
|
| 5561 | + $taxonomy = $post_type.'category'; |
|
| 5562 | 5562 | |
| 5563 | 5563 | // WPML |
| 5564 | 5564 | $is_wpml = geodir_is_wpml(); |
| 5565 | 5565 | $active_lang = 'all'; |
| 5566 | - if ( $is_wpml ) {
|
|
| 5566 | + if ($is_wpml) {
|
|
| 5567 | 5567 | global $sitepress; |
| 5568 | 5568 | $active_lang = $sitepress->get_current_language(); |
| 5569 | 5569 | |
| 5570 | - if ( $active_lang != 'all' ) {
|
|
| 5571 | - $sitepress->switch_lang( 'all', true ); |
|
| 5570 | + if ($active_lang != 'all') {
|
|
| 5571 | + $sitepress->switch_lang('all', true);
|
|
| 5572 | 5572 | } |
| 5573 | 5573 | } |
| 5574 | 5574 | // WPML |
| 5575 | 5575 | |
| 5576 | - $count_terms = wp_count_terms( $taxonomy, $args ); |
|
| 5576 | + $count_terms = wp_count_terms($taxonomy, $args); |
|
| 5577 | 5577 | |
| 5578 | 5578 | // WPML |
| 5579 | - if ( $is_wpml && $active_lang !== 'all' ) {
|
|
| 5579 | + if ($is_wpml && $active_lang !== 'all') {
|
|
| 5580 | 5580 | global $sitepress; |
| 5581 | - $sitepress->switch_lang( $active_lang, true ); |
|
| 5581 | + $sitepress->switch_lang($active_lang, true); |
|
| 5582 | 5582 | } |
| 5583 | 5583 | // WPML |
| 5584 | - $count_terms = !is_wp_error( $count_terms ) ? $count_terms : 0; |
|
| 5584 | + $count_terms = !is_wp_error($count_terms) ? $count_terms : 0; |
|
| 5585 | 5585 | |
| 5586 | 5586 | return $count_terms; |
| 5587 | 5587 | } |
@@ -5598,23 +5598,23 @@ discard block |
||
| 5598 | 5598 | * @param int $page_no Page number. Default 0. |
| 5599 | 5599 | * @return array Array of terms data. |
| 5600 | 5600 | */ |
| 5601 | -function geodir_imex_get_terms( $post_type, $per_page = 0, $page_no = 0 ) {
|
|
| 5602 | - $args = array( 'hide_empty' => 0, 'orderby' => 'id' ); |
|
| 5601 | +function geodir_imex_get_terms($post_type, $per_page = 0, $page_no = 0) {
|
|
| 5602 | + $args = array('hide_empty' => 0, 'orderby' => 'id');
|
|
| 5603 | 5603 | |
| 5604 | - remove_all_filters( 'get_terms' ); |
|
| 5604 | + remove_all_filters('get_terms');
|
|
| 5605 | 5605 | |
| 5606 | - $taxonomy = $post_type . 'category'; |
|
| 5606 | + $taxonomy = $post_type.'category'; |
|
| 5607 | 5607 | |
| 5608 | - if ( $per_page > 0 && $page_no > 0 ) {
|
|
| 5609 | - $args['offset'] = ( $page_no - 1 ) * $per_page; |
|
| 5608 | + if ($per_page > 0 && $page_no > 0) {
|
|
| 5609 | + $args['offset'] = ($page_no - 1) * $per_page; |
|
| 5610 | 5610 | $args['number'] = $per_page; |
| 5611 | 5611 | } |
| 5612 | 5612 | |
| 5613 | - $terms = get_terms( $taxonomy, $args ); |
|
| 5613 | + $terms = get_terms($taxonomy, $args); |
|
| 5614 | 5614 | |
| 5615 | 5615 | $csv_rows = array(); |
| 5616 | 5616 | |
| 5617 | - if ( !empty( $terms ) ) {
|
|
| 5617 | + if (!empty($terms)) {
|
|
| 5618 | 5618 | $csv_row = array(); |
| 5619 | 5619 | $csv_row[] = 'cat_id'; |
| 5620 | 5620 | $csv_row[] = 'cat_name'; |
@@ -5636,16 +5636,16 @@ discard block |
||
| 5636 | 5636 | |
| 5637 | 5637 | $csv_rows[] = $csv_row; |
| 5638 | 5638 | |
| 5639 | - foreach ( $terms as $term ) {
|
|
| 5640 | - $cat_icon = get_tax_meta( $term->term_id, 'ct_cat_icon', false, $post_type ); |
|
| 5641 | - $cat_icon = !empty( $cat_icon ) && isset( $cat_icon['src'] ) ? $cat_icon['src'] : ''; |
|
| 5639 | + foreach ($terms as $term) {
|
|
| 5640 | + $cat_icon = get_tax_meta($term->term_id, 'ct_cat_icon', false, $post_type); |
|
| 5641 | + $cat_icon = !empty($cat_icon) && isset($cat_icon['src']) ? $cat_icon['src'] : ''; |
|
| 5642 | 5642 | |
| 5643 | - $cat_image = geodir_get_default_catimage( $term->term_id, $post_type ); |
|
| 5644 | - $cat_image = !empty( $cat_image ) && isset( $cat_image['src'] ) ? $cat_image['src'] : ''; |
|
| 5643 | + $cat_image = geodir_get_default_catimage($term->term_id, $post_type); |
|
| 5644 | + $cat_image = !empty($cat_image) && isset($cat_image['src']) ? $cat_image['src'] : ''; |
|
| 5645 | 5645 | |
| 5646 | 5646 | $cat_parent = ''; |
| 5647 | - if (isset($term->parent) && (int)$term->parent > 0 && term_exists((int)$term->parent, $taxonomy)) {
|
|
| 5648 | - $parent_term = (array)get_term_by( 'id', (int)$term->parent, $taxonomy ); |
|
| 5647 | + if (isset($term->parent) && (int) $term->parent > 0 && term_exists((int) $term->parent, $taxonomy)) {
|
|
| 5648 | + $parent_term = (array) get_term_by('id', (int) $term->parent, $taxonomy);
|
|
| 5649 | 5649 | $cat_parent = !empty($parent_term) && isset($parent_term['name']) ? $parent_term['name'] : ''; |
| 5650 | 5650 | } |
| 5651 | 5651 | |
@@ -5655,15 +5655,15 @@ discard block |
||
| 5655 | 5655 | $csv_row[] = $term->slug; |
| 5656 | 5656 | $csv_row[] = $post_type; |
| 5657 | 5657 | $csv_row[] = $cat_parent; |
| 5658 | - $csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_schema', false, $post_type ); |
|
| 5658 | + $csv_row[] = get_tax_meta($term->term_id, 'ct_cat_schema', false, $post_type); |
|
| 5659 | 5659 | // WPML |
| 5660 | 5660 | if ($is_wpml) {
|
| 5661 | - $csv_row[] = geodir_get_language_for_element( $term->term_id, 'tax_' . $taxonomy ); |
|
| 5662 | - $csv_row[] = geodir_imex_original_post_id( $term->term_id, 'tax_' . $taxonomy ); |
|
| 5661 | + $csv_row[] = geodir_get_language_for_element($term->term_id, 'tax_'.$taxonomy); |
|
| 5662 | + $csv_row[] = geodir_imex_original_post_id($term->term_id, 'tax_'.$taxonomy); |
|
| 5663 | 5663 | } |
| 5664 | 5664 | // WPML |
| 5665 | 5665 | $csv_row[] = $term->description; |
| 5666 | - $csv_row[] = get_tax_meta( $term->term_id, 'ct_cat_top_desc', false, $post_type ); |
|
| 5666 | + $csv_row[] = get_tax_meta($term->term_id, 'ct_cat_top_desc', false, $post_type); |
|
| 5667 | 5667 | $csv_row[] = $cat_image; |
| 5668 | 5668 | $csv_row[] = $cat_icon; |
| 5669 | 5669 | |
@@ -5682,10 +5682,10 @@ discard block |
||
| 5682 | 5682 | * @param bool $relative True for relative path & False for absolute path. |
| 5683 | 5683 | * @return string Path to the cache directory. |
| 5684 | 5684 | */ |
| 5685 | -function geodir_path_import_export( $relative = true ) {
|
|
| 5685 | +function geodir_path_import_export($relative = true) {
|
|
| 5686 | 5686 | $upload_dir = wp_upload_dir(); |
| 5687 | 5687 | |
| 5688 | - return $relative ? $upload_dir['baseurl'] . '/cache' : $upload_dir['basedir'] . '/cache'; |
|
| 5688 | + return $relative ? $upload_dir['baseurl'].'/cache' : $upload_dir['basedir'].'/cache'; |
|
| 5689 | 5689 | } |
| 5690 | 5690 | |
| 5691 | 5691 | /** |
@@ -5701,8 +5701,8 @@ discard block |
||
| 5701 | 5701 | * @param bool $clear If true then it overwrite data otherwise add rows at the end of file. |
| 5702 | 5702 | * @return bool true if success otherwise false. |
| 5703 | 5703 | */ |
| 5704 | -function geodir_save_csv_data( $file_path, $csv_data = array(), $clear = true ) {
|
|
| 5705 | - if ( empty( $csv_data ) ) {
|
|
| 5704 | +function geodir_save_csv_data($file_path, $csv_data = array(), $clear = true) {
|
|
| 5705 | + if (empty($csv_data)) {
|
|
| 5706 | 5706 | return false; |
| 5707 | 5707 | } |
| 5708 | 5708 | |
@@ -5710,17 +5710,17 @@ discard block |
||
| 5710 | 5710 | |
| 5711 | 5711 | $mode = $clear ? 'w+' : 'a+'; |
| 5712 | 5712 | |
| 5713 | - if ( function_exists( 'fputcsv' ) ) {
|
|
| 5714 | - $file = fopen( $file_path, $mode ); |
|
| 5715 | - foreach( $csv_data as $csv_row ) {
|
|
| 5713 | + if (function_exists('fputcsv')) {
|
|
| 5714 | + $file = fopen($file_path, $mode); |
|
| 5715 | + foreach ($csv_data as $csv_row) {
|
|
| 5716 | 5716 | //$csv_row = array_map( 'utf8_decode', $csv_row ); |
| 5717 | - $write_successful = fputcsv( $file, $csv_row, ",", $enclosure = '"' ); |
|
| 5717 | + $write_successful = fputcsv($file, $csv_row, ",", $enclosure = '"'); |
|
| 5718 | 5718 | } |
| 5719 | - fclose( $file ); |
|
| 5719 | + fclose($file); |
|
| 5720 | 5720 | } else {
|
| 5721 | - foreach( $csv_data as $csv_row ) {
|
|
| 5721 | + foreach ($csv_data as $csv_row) {
|
|
| 5722 | 5722 | //$csv_row = array_map( 'utf8_decode', $csv_row ); |
| 5723 | - $wp_filesystem->put_contents( $file_path, $csv_row ); |
|
| 5723 | + $wp_filesystem->put_contents($file_path, $csv_row); |
|
| 5724 | 5724 | } |
| 5725 | 5725 | } |
| 5726 | 5726 | |
@@ -5738,14 +5738,14 @@ discard block |
||
| 5738 | 5738 | * @param string $file Full path to file. |
| 5739 | 5739 | * @return int No of file rows. |
| 5740 | 5740 | */ |
| 5741 | -function geodir_import_export_line_count( $file ) {
|
|
| 5741 | +function geodir_import_export_line_count($file) {
|
|
| 5742 | 5742 | global $wp_filesystem; |
| 5743 | 5743 | |
| 5744 | - if ( $wp_filesystem->is_file( $file ) && $wp_filesystem->exists( $file ) ) {
|
|
| 5745 | - $contents = $wp_filesystem->get_contents_array( $file ); |
|
| 5744 | + if ($wp_filesystem->is_file($file) && $wp_filesystem->exists($file)) {
|
|
| 5745 | + $contents = $wp_filesystem->get_contents_array($file); |
|
| 5746 | 5746 | |
| 5747 | - if ( !empty( $contents ) && is_array( $contents ) ) {
|
|
| 5748 | - return count( $contents ) - 1; |
|
| 5747 | + if (!empty($contents) && is_array($contents)) {
|
|
| 5748 | + return count($contents) - 1; |
|
| 5749 | 5749 | } |
| 5750 | 5750 | } |
| 5751 | 5751 | |
@@ -5762,11 +5762,11 @@ discard block |
||
| 5762 | 5762 | * @param string $post_type The post type. |
| 5763 | 5763 | * @return object Queried object. |
| 5764 | 5764 | */ |
| 5765 | -function geodir_imex_get_custom_fields( $post_type ) {
|
|
| 5765 | +function geodir_imex_get_custom_fields($post_type) {
|
|
| 5766 | 5766 | global $wpdb; |
| 5767 | 5767 | |
| 5768 | - $sql = $wpdb->prepare("SELECT htmlvar_name FROM " . GEODIR_CUSTOM_FIELDS_TABLE . " WHERE post_type=%s AND is_active='1' AND is_admin!='1' AND field_type != 'fieldset' AND htmlvar_name != '' ORDER BY id ASC", array( $post_type ) );
|
|
| 5769 | - $rows = $wpdb->get_results( $sql ); |
|
| 5768 | + $sql = $wpdb->prepare("SELECT htmlvar_name FROM ".GEODIR_CUSTOM_FIELDS_TABLE." WHERE post_type=%s AND is_active='1' AND is_admin!='1' AND field_type != 'fieldset' AND htmlvar_name != '' ORDER BY id ASC", array($post_type));
|
|
| 5769 | + $rows = $wpdb->get_results($sql); |
|
| 5770 | 5770 | |
| 5771 | 5771 | return $rows; |
| 5772 | 5772 | } |
@@ -5782,10 +5782,10 @@ discard block |
||
| 5782 | 5782 | * @return array Event data array. |
| 5783 | 5783 | */ |
| 5784 | 5784 | function geodir_imex_get_event_data($post, $gd_post_info) {
|
| 5785 | - $event_date = isset( $post['event_date'] ) && $post['event_date'] != '' && $post['event_date'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $post['event_date'] ) ) : ''; |
|
| 5785 | + $event_date = isset($post['event_date']) && $post['event_date'] != '' && $post['event_date'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($post['event_date'])) : '';
|
|
| 5786 | 5786 | $event_enddate = $event_date; |
| 5787 | - $starttime = isset( $post['starttime'] ) && $post['starttime'] != '' && $post['starttime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $post['starttime'] ) ) : ''; |
|
| 5788 | - $endtime = isset( $post['endtime'] ) && $post['endtime'] != '' && $post['endtime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $post['endtime'] ) ) : ''; |
|
| 5787 | + $starttime = isset($post['starttime']) && $post['starttime'] != '' && $post['starttime'] != '00:00:00' ? date_i18n('H:i', strtotime($post['starttime'])) : '';
|
|
| 5788 | + $endtime = isset($post['endtime']) && $post['endtime'] != '' && $post['endtime'] != '00:00:00' ? date_i18n('H:i', strtotime($post['endtime'])) : '';
|
|
| 5789 | 5789 | |
| 5790 | 5790 | $is_recurring_event = ''; |
| 5791 | 5791 | $event_duration_days = ''; |
@@ -5802,15 +5802,15 @@ discard block |
||
| 5802 | 5802 | |
| 5803 | 5803 | $recurring_data = isset($gd_post_info->recurring_dates) ? maybe_unserialize($gd_post_info->recurring_dates) : array(); |
| 5804 | 5804 | if (!empty($recurring_data)) {
|
| 5805 | - $event_date = isset( $recurring_data['event_start'] ) && $recurring_data['event_start'] != '' && $recurring_data['event_start'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['event_start'] ) ) : $event_date; |
|
| 5806 | - $event_enddate = isset( $recurring_data['event_end'] ) && $recurring_data['event_end'] != '' && $recurring_data['event_end'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['event_end'] ) ) : $event_date; |
|
| 5807 | - $starttime = isset( $recurring_data['starttime'] ) && $recurring_data['starttime'] != '' && $recurring_data['starttime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $recurring_data['starttime'] ) ) : $starttime; |
|
| 5808 | - $endtime = isset( $recurring_data['endtime'] ) && $recurring_data['endtime'] != '' && $recurring_data['endtime'] != '00:00:00' ? date_i18n( 'H:i', strtotime( $recurring_data['endtime'] ) ) : $endtime; |
|
| 5805 | + $event_date = isset($recurring_data['event_start']) && $recurring_data['event_start'] != '' && $recurring_data['event_start'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['event_start'])) : $event_date;
|
|
| 5806 | + $event_enddate = isset($recurring_data['event_end']) && $recurring_data['event_end'] != '' && $recurring_data['event_end'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['event_end'])) : $event_date;
|
|
| 5807 | + $starttime = isset($recurring_data['starttime']) && $recurring_data['starttime'] != '' && $recurring_data['starttime'] != '00:00:00' ? date_i18n('H:i', strtotime($recurring_data['starttime'])) : $starttime;
|
|
| 5808 | + $endtime = isset($recurring_data['endtime']) && $recurring_data['endtime'] != '' && $recurring_data['endtime'] != '00:00:00' ? date_i18n('H:i', strtotime($recurring_data['endtime'])) : $endtime;
|
|
| 5809 | 5809 | $is_whole_day_event = !empty($recurring_data['all_day']) ? 1 : ''; |
| 5810 | 5810 | $different_times = !empty($recurring_data['different_times']) ? true : false; |
| 5811 | 5811 | |
| 5812 | - $recurring_pkg = geodir_event_recurring_pkg( $gd_post_info ); |
|
| 5813 | - $is_recurring = isset( $gd_post_info->is_recurring ) && (int)$gd_post_info->is_recurring == 0 ? false : true; |
|
| 5812 | + $recurring_pkg = geodir_event_recurring_pkg($gd_post_info); |
|
| 5813 | + $is_recurring = isset($gd_post_info->is_recurring) && (int) $gd_post_info->is_recurring == 0 ? false : true; |
|
| 5814 | 5814 | |
| 5815 | 5815 | if ($recurring_pkg && $is_recurring) {
|
| 5816 | 5816 | $recurring_dates = $event_date; |
@@ -5820,13 +5820,13 @@ discard block |
||
| 5820 | 5820 | $recurring_type = !empty($recurring_data['repeat_type']) && in_array($recurring_data['repeat_type'], array('day', 'week', 'month', 'year', 'custom')) ? $recurring_data['repeat_type'] : 'custom';
|
| 5821 | 5821 | |
| 5822 | 5822 | if (!empty($recurring_data['event_recurring_dates'])) {
|
| 5823 | - $event_recurring_dates = explode( ',', $recurring_data['event_recurring_dates'] ); |
|
| 5823 | + $event_recurring_dates = explode(',', $recurring_data['event_recurring_dates']);
|
|
| 5824 | 5824 | |
| 5825 | 5825 | if (!empty($event_recurring_dates)) {
|
| 5826 | 5826 | $recurring_dates = array(); |
| 5827 | 5827 | |
| 5828 | 5828 | foreach ($event_recurring_dates as $date) {
|
| 5829 | - $recurring_dates[] = date_i18n( 'd/m/Y', strtotime( $date ) ); |
|
| 5829 | + $recurring_dates[] = date_i18n('d/m/Y', strtotime($date));
|
|
| 5830 | 5830 | } |
| 5831 | 5831 | |
| 5832 | 5832 | $recurring_dates = implode(",", $recurring_dates);
|
@@ -5842,7 +5842,7 @@ discard block |
||
| 5842 | 5842 | $times = array(); |
| 5843 | 5843 | |
| 5844 | 5844 | foreach ($recurring_data['starttimes'] as $time) {
|
| 5845 | - $times[] = $time != '00:00:00' ? date_i18n( 'H:i', strtotime( $time ) ) : '00:00'; |
|
| 5845 | + $times[] = $time != '00:00:00' ? date_i18n('H:i', strtotime($time)) : '00:00';
|
|
| 5846 | 5846 | } |
| 5847 | 5847 | |
| 5848 | 5848 | $event_starttimes = implode(",", $times);
|
@@ -5852,7 +5852,7 @@ discard block |
||
| 5852 | 5852 | $times = array(); |
| 5853 | 5853 | |
| 5854 | 5854 | foreach ($recurring_data['endtimes'] as $time) {
|
| 5855 | - $times[] = $time != '00:00:00' ? date_i18n( 'H:i', strtotime( $time ) ) : '00:00'; |
|
| 5855 | + $times[] = $time != '00:00:00' ? date_i18n('H:i', strtotime($time)) : '00:00';
|
|
| 5856 | 5856 | } |
| 5857 | 5857 | |
| 5858 | 5858 | $event_endtimes = implode(",", $times);
|
@@ -5864,8 +5864,8 @@ discard block |
||
| 5864 | 5864 | } |
| 5865 | 5865 | } |
| 5866 | 5866 | } else {
|
| 5867 | - $event_duration_days = isset($recurring_data['duration_x']) ? (int)$recurring_data['duration_x'] : 1; |
|
| 5868 | - $recurring_interval = !empty($recurring_data['repeat_x']) && (int)$recurring_data['repeat_x'] > 0 ? $recurring_data['repeat_x'] : 1; |
|
| 5867 | + $event_duration_days = isset($recurring_data['duration_x']) ? (int) $recurring_data['duration_x'] : 1; |
|
| 5868 | + $recurring_interval = !empty($recurring_data['repeat_x']) && (int) $recurring_data['repeat_x'] > 0 ? $recurring_data['repeat_x'] : 1; |
|
| 5869 | 5869 | |
| 5870 | 5870 | if (($recurring_type == 'week' || $recurring_type == 'month') && !empty($recurring_data['repeat_days'])) {
|
| 5871 | 5871 | $week_days = array('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat');
|
@@ -5881,11 +5881,11 @@ discard block |
||
| 5881 | 5881 | } |
| 5882 | 5882 | |
| 5883 | 5883 | $recurring_week_nos = $recurring_type == 'month' && !empty($recurring_data['repeat_weeks']) ? implode(",", $recurring_data['repeat_weeks']) : $recurring_week_nos;
|
| 5884 | - if (!empty($recurring_data['repeat_end_type']) && (int)$recurring_data['repeat_end_type'] == 1) {
|
|
| 5885 | - $recurring_end_date = isset($recurring_data['repeat_end']) && $recurring_data['repeat_end'] != '' && $recurring_data['repeat_end'] != '0000-00-00 00:00:00' ? date_i18n( 'd/m/Y', strtotime( $recurring_data['repeat_end'] ) ) : ''; |
|
| 5884 | + if (!empty($recurring_data['repeat_end_type']) && (int) $recurring_data['repeat_end_type'] == 1) {
|
|
| 5885 | + $recurring_end_date = isset($recurring_data['repeat_end']) && $recurring_data['repeat_end'] != '' && $recurring_data['repeat_end'] != '0000-00-00 00:00:00' ? date_i18n('d/m/Y', strtotime($recurring_data['repeat_end'])) : '';
|
|
| 5886 | 5886 | $max_recurring_count = empty($recurring_end_date) ? 1 : ''; |
| 5887 | 5887 | } else {
|
| 5888 | - $max_recurring_count = (!empty($recurring_data['max_repeat']) && (int)$recurring_data['max_repeat'] > 0 ? (int)$recurring_data['max_repeat'] : 1); |
|
| 5888 | + $max_recurring_count = (!empty($recurring_data['max_repeat']) && (int) $recurring_data['max_repeat'] > 0 ? (int) $recurring_data['max_repeat'] : 1); |
|
| 5889 | 5889 | } |
| 5890 | 5890 | } |
| 5891 | 5891 | } |
@@ -5949,9 +5949,9 @@ discard block |
||
| 5949 | 5949 | * @return array Event data array. |
| 5950 | 5950 | */ |
| 5951 | 5951 | function geodir_imex_process_event_data($gd_post) {
|
| 5952 | - $recurring_pkg = geodir_event_recurring_pkg( (object)$gd_post ); |
|
| 5952 | + $recurring_pkg = geodir_event_recurring_pkg((object) $gd_post); |
|
| 5953 | 5953 | |
| 5954 | - $is_recurring = isset( $gd_post['is_recurring_event'] ) && (int)$gd_post['is_recurring_event'] == 0 ? false : true; |
|
| 5954 | + $is_recurring = isset($gd_post['is_recurring_event']) && (int) $gd_post['is_recurring_event'] == 0 ? false : true; |
|
| 5955 | 5955 | $event_date = isset($gd_post['event_date']) && $gd_post['event_date'] != '' ? geodir_date($gd_post['event_date'], 'Y-m-d') : ''; |
| 5956 | 5956 | $event_enddate = isset($gd_post['event_enddate']) && $gd_post['event_enddate'] != '' ? geodir_date($gd_post['event_enddate'], 'Y-m-d') : $event_date; |
| 5957 | 5957 | $all_day = isset($gd_post['is_whole_day_event']) && !empty($gd_post['is_whole_day_event']) ? true : false; |
@@ -5998,17 +5998,17 @@ discard block |
||
| 5998 | 5998 | $event_recurring_dates = implode(",", $event_recurring_dates);
|
| 5999 | 5999 | } |
| 6000 | 6000 | } else {
|
| 6001 | - $duration_x = !empty( $gd_post['event_duration_days'] ) ? (int)$gd_post['event_duration_days'] : 1; |
|
| 6002 | - $repeat_x = !empty( $gd_post['recurring_interval'] ) ? (int)$gd_post['recurring_interval'] : 1; |
|
| 6003 | - $max_repeat = !empty( $gd_post['max_recurring_count'] ) ? (int)$gd_post['max_recurring_count'] : 1; |
|
| 6004 | - $repeat_end = !empty( $gd_post['recurring_end_date'] ) ? geodir_date($gd_post['recurring_end_date'], 'Y-m-d') : ''; |
|
| 6001 | + $duration_x = !empty($gd_post['event_duration_days']) ? (int) $gd_post['event_duration_days'] : 1; |
|
| 6002 | + $repeat_x = !empty($gd_post['recurring_interval']) ? (int) $gd_post['recurring_interval'] : 1; |
|
| 6003 | + $max_repeat = !empty($gd_post['max_recurring_count']) ? (int) $gd_post['max_recurring_count'] : 1; |
|
| 6004 | + $repeat_end = !empty($gd_post['recurring_end_date']) ? geodir_date($gd_post['recurring_end_date'], 'Y-m-d') : ''; |
|
| 6005 | 6005 | |
| 6006 | 6006 | $repeat_end_type = $repeat_end != '' ? 1 : 0; |
| 6007 | 6007 | $max_repeat = $repeat_end != '' ? '' : $max_repeat; |
| 6008 | 6008 | |
| 6009 | 6009 | $week_days = array_flip(array('sun', 'mon', 'tue', 'wed', 'thu', 'fri', 'sat'));
|
| 6010 | 6010 | |
| 6011 | - $a_repeat_days = isset($gd_post['recurring_week_days']) && trim($gd_post['recurring_week_days'])!='' ? explode(',', trim($gd_post['recurring_week_days'])) : array();
|
|
| 6011 | + $a_repeat_days = isset($gd_post['recurring_week_days']) && trim($gd_post['recurring_week_days']) != '' ? explode(',', trim($gd_post['recurring_week_days'])) : array();
|
|
| 6012 | 6012 | $repeat_days = array(); |
| 6013 | 6013 | if (!empty($a_repeat_days)) {
|
| 6014 | 6014 | foreach ($a_repeat_days as $repeat_day) {
|
@@ -6026,7 +6026,7 @@ discard block |
||
| 6026 | 6026 | $repeat_weeks = array(); |
| 6027 | 6027 | if (!empty($a_repeat_weeks)) {
|
| 6028 | 6028 | foreach ($a_repeat_weeks as $repeat_week) {
|
| 6029 | - $repeat_weeks[] = (int)$repeat_week; |
|
| 6029 | + $repeat_weeks[] = (int) $repeat_week; |
|
| 6030 | 6030 | } |
| 6031 | 6031 | |
| 6032 | 6032 | $repeat_weeks = array_unique($repeat_weeks); |
@@ -6090,7 +6090,7 @@ discard block |
||
| 6090 | 6090 | |
| 6091 | 6091 | $page_found = $wpdb->get_var( |
| 6092 | 6092 | $wpdb->prepare( |
| 6093 | - "SELECT ID FROM " . $wpdb->posts . " WHERE post_name = %s LIMIT 1;", |
|
| 6093 | + "SELECT ID FROM ".$wpdb->posts." WHERE post_name = %s LIMIT 1;", |
|
| 6094 | 6094 | array($slug) |
| 6095 | 6095 | ) |
| 6096 | 6096 | ); |
@@ -6145,7 +6145,7 @@ discard block |
||
| 6145 | 6145 | */ |
| 6146 | 6146 | function geodir_admin_upgrade_notice() {
|
| 6147 | 6147 | $class = "error"; |
| 6148 | - $message = __("Please update core GeoDirectory or some addons may not function correctly.","geodirectory");
|
|
| 6148 | + $message = __("Please update core GeoDirectory or some addons may not function correctly.", "geodirectory");
|
|
| 6149 | 6149 | echo"<div class=\"$class\"> <p>$message</p></div>"; |
| 6150 | 6150 | } |
| 6151 | 6151 | |
@@ -6157,7 +6157,7 @@ discard block |
||
| 6157 | 6157 | * @param (object) $r |
| 6158 | 6158 | * @return (string) $output |
| 6159 | 6159 | */ |
| 6160 | -function geodire_admin_upgrade_notice( $plugin_data, $r ) |
|
| 6160 | +function geodire_admin_upgrade_notice($plugin_data, $r) |
|
| 6161 | 6161 | {
|
| 6162 | 6162 | // readme contents |
| 6163 | 6163 | $args = array( |
@@ -6165,7 +6165,7 @@ discard block |
||
| 6165 | 6165 | 'redirection' => 5 |
| 6166 | 6166 | ); |
| 6167 | 6167 | $url = "http://plugins.svn.wordpress.org/geodirectory/trunk/readme.txt"; |
| 6168 | - $data = wp_remote_get( $url, $args ); |
|
| 6168 | + $data = wp_remote_get($url, $args); |
|
| 6169 | 6169 | |
| 6170 | 6170 | if (!is_wp_error($data) && $data['response']['code'] == 200) {
|
| 6171 | 6171 | |
@@ -6180,20 +6180,20 @@ discard block |
||
| 6180 | 6180 | function geodir_in_plugin_update_message($content) {
|
| 6181 | 6181 | // Output Upgrade Notice |
| 6182 | 6182 | $matches = null; |
| 6183 | - $regexp = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*' . preg_quote( GEODIRECTORY_VERSION ) . '\s*=|$)~Uis'; |
|
| 6183 | + $regexp = '~==\s*Upgrade Notice\s*==\s*=\s*(.*)\s*=(.*)(=\s*'.preg_quote(GEODIRECTORY_VERSION).'\s*=|$)~Uis'; |
|
| 6184 | 6184 | $upgrade_notice = ''; |
| 6185 | - if ( preg_match( $regexp, $content, $matches ) ) {
|
|
| 6186 | - if(empty($matches)){return;}
|
|
| 6185 | + if (preg_match($regexp, $content, $matches)) {
|
|
| 6186 | + if (empty($matches)) {return; }
|
|
| 6187 | 6187 | |
| 6188 | - $version = trim( $matches[1] ); |
|
| 6189 | - if($version && $version>GEODIRECTORY_VERSION){
|
|
| 6188 | + $version = trim($matches[1]); |
|
| 6189 | + if ($version && $version > GEODIRECTORY_VERSION) {
|
|
| 6190 | 6190 | |
| 6191 | 6191 | |
| 6192 | - $notices = (array) preg_split('~[\r\n]+~', trim( $matches[2] ) );
|
|
| 6193 | - if ( version_compare( GEODIRECTORY_VERSION, $version, '<' ) ) {
|
|
| 6192 | + $notices = (array) preg_split('~[\r\n]+~', trim($matches[2]));
|
|
| 6193 | + if (version_compare(GEODIRECTORY_VERSION, $version, '<')) {
|
|
| 6194 | 6194 | $upgrade_notice .= '<div class="geodir_plugin_upgrade_notice">'; |
| 6195 | - foreach ( $notices as $index => $line ) {
|
|
| 6196 | - $upgrade_notice .= wp_kses_post( preg_replace( '~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line ) );
|
|
| 6195 | + foreach ($notices as $index => $line) {
|
|
| 6196 | + $upgrade_notice .= wp_kses_post(preg_replace('~\[([^\]]*)\]\(([^\)]*)\)~', '<a href="${2}">${1}</a>', $line));
|
|
| 6197 | 6197 | } |
| 6198 | 6198 | $upgrade_notice .= '</div> '; |
| 6199 | 6199 | } |
@@ -6217,7 +6217,7 @@ discard block |
||
| 6217 | 6217 | $default_language = $sitepress->get_default_language(); |
| 6218 | 6218 | if ($current_language != 'all' && $current_language != $default_language) {
|
| 6219 | 6219 | ?> |
| 6220 | - <div class="updated error notice-success" id="message"><p style="color:red"><strong><?php _e('Saving GeoDirectory pages settings on a different language breaks pages settings. Try to save after switching to default language.', 'geodirectory');?></strong></p></div>
|
|
| 6220 | + <div class="updated error notice-success" id="message"><p style="color:red"><strong><?php _e('Saving GeoDirectory pages settings on a different language breaks pages settings. Try to save after switching to default language.', 'geodirectory'); ?></strong></p></div>
|
|
| 6221 | 6221 | <?php |
| 6222 | 6222 | } |
| 6223 | 6223 | } |
@@ -6232,7 +6232,7 @@ discard block |
||
| 6232 | 6232 | * @param array Listing statuses to be skipped. |
| 6233 | 6233 | */ |
| 6234 | 6234 | function geodir_imex_export_skip_statuses() {
|
| 6235 | - $statuses = array( 'trash', 'auto-draft' ); |
|
| 6235 | + $statuses = array('trash', 'auto-draft');
|
|
| 6236 | 6236 | |
| 6237 | 6237 | /** |
| 6238 | 6238 | * Filter the statuses to skip during GD export listings. |
@@ -6242,7 +6242,7 @@ discard block |
||
| 6242 | 6242 | * |
| 6243 | 6243 | * @param array $statuses Listing statuses to be skipped. |
| 6244 | 6244 | */ |
| 6245 | - $statuses = apply_filters( 'geodir_imex_export_skip_statuses', $statuses ); |
|
| 6245 | + $statuses = apply_filters('geodir_imex_export_skip_statuses', $statuses);
|
|
| 6246 | 6246 | |
| 6247 | 6247 | return $statuses; |
| 6248 | 6248 | } |
@@ -6313,16 +6313,16 @@ discard block |
||
| 6313 | 6313 | function geodir_imex_get_filter_where($where = '', $post_type = '') {
|
| 6314 | 6314 | global $wpdb; |
| 6315 | 6315 | |
| 6316 | - $filters = !empty( $_REQUEST['gd_imex'] ) && is_array( $_REQUEST['gd_imex'] ) ? $_REQUEST['gd_imex'] : NULL; |
|
| 6316 | + $filters = !empty($_REQUEST['gd_imex']) && is_array($_REQUEST['gd_imex']) ? $_REQUEST['gd_imex'] : NULL; |
|
| 6317 | 6317 | |
| 6318 | - if ( !empty( $filters ) ) {
|
|
| 6319 | - foreach ( $filters as $field => $value ) {
|
|
| 6318 | + if (!empty($filters)) {
|
|
| 6319 | + foreach ($filters as $field => $value) {
|
|
| 6320 | 6320 | switch ($field) {
|
| 6321 | 6321 | case 'start_date': |
| 6322 | - $where .= " AND `" . $wpdb->posts . "`.`post_date` >= '" . sanitize_text_field( $value ) . " 00:00:00'"; |
|
| 6322 | + $where .= " AND `".$wpdb->posts."`.`post_date` >= '".sanitize_text_field($value)." 00:00:00'"; |
|
| 6323 | 6323 | break; |
| 6324 | 6324 | case 'end_date': |
| 6325 | - $where .= " AND `" . $wpdb->posts . "`.`post_date` <= '" . sanitize_text_field( $value ) . " 23:59:59'"; |
|
| 6325 | + $where .= " AND `".$wpdb->posts."`.`post_date` <= '".sanitize_text_field($value)." 23:59:59'"; |
|
| 6326 | 6326 | break; |
| 6327 | 6327 | } |
| 6328 | 6328 | } |
@@ -6334,25 +6334,25 @@ discard block |
||
| 6334 | 6334 | add_filter('geodir_get_export_posts', 'geodir_imex_get_filter_where', 10, 2);
|
| 6335 | 6335 | |
| 6336 | 6336 | |
| 6337 | -function geodir_fix_for_primer_theme(){
|
|
| 6338 | - if(!defined( 'PRIMER_VERSION' )){return;}
|
|
| 6337 | +function geodir_fix_for_primer_theme() {
|
|
| 6338 | + if (!defined('PRIMER_VERSION')) {return; }
|
|
| 6339 | 6339 | global $pagenow; |
| 6340 | 6340 | |
| 6341 | - if ( ( 'post.php' === $pagenow || 'post-new.php' === $pagenow ) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']) ) ){
|
|
| 6341 | + if (('post.php' === $pagenow || 'post-new.php' === $pagenow) && (isset($_REQUEST['post_type']) || isset($_REQUEST['post']))) {
|
|
| 6342 | 6342 | |
| 6343 | - $post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type( $_GET['post'] ); |
|
| 6343 | + $post_type = isset($_REQUEST['post_type']) ? esc_attr($_REQUEST['post_type']) : get_post_type($_GET['post']); |
|
| 6344 | 6344 | |
| 6345 | 6345 | $post_types = geodir_get_posttypes(); |
| 6346 | - if ($post_type && in_array($post_type, $post_types) ) {
|
|
| 6346 | + if ($post_type && in_array($post_type, $post_types)) {
|
|
| 6347 | 6347 | global $primer_customizer_layouts; |
| 6348 | - remove_action( 'add_meta_boxes', array( $primer_customizer_layouts, 'add_meta_box' ), 10); |
|
| 6348 | + remove_action('add_meta_boxes', array($primer_customizer_layouts, 'add_meta_box'), 10);
|
|
| 6349 | 6349 | } |
| 6350 | 6350 | } |
| 6351 | 6351 | |
| 6352 | 6352 | } |
| 6353 | 6353 | |
| 6354 | -if(is_admin()){
|
|
| 6355 | - add_action('add_meta_boxes','geodir_fix_for_primer_theme',0);
|
|
| 6354 | +if (is_admin()) {
|
|
| 6355 | + add_action('add_meta_boxes', 'geodir_fix_for_primer_theme', 0);
|
|
| 6356 | 6356 | } |
| 6357 | 6357 | |
| 6358 | 6358 | |
@@ -6485,32 +6485,32 @@ discard block |
||
| 6485 | 6485 | |
| 6486 | 6486 | function geodir_ga_activation_url() {
|
| 6487 | 6487 | |
| 6488 | - return add_query_arg( array( |
|
| 6488 | + return add_query_arg(array( |
|
| 6489 | 6489 | 'next' => admin_url("admin.php?page=geodirectory&active_tab=google_analytic_settings"),
|
| 6490 | 6490 | 'scope' => GEODIR_GA_SCOPE, |
| 6491 | 6491 | 'response_type' => 'code', |
| 6492 | 6492 | 'redirect_uri' => GEODIR_GA_REDIRECT, |
| 6493 | 6493 | 'client_id' => GEODIR_GA_CLIENTID, |
| 6494 | - ), 'https://accounts.google.com/o/oauth2/auth' ); |
|
| 6494 | + ), 'https://accounts.google.com/o/oauth2/auth'); |
|
| 6495 | 6495 | |
| 6496 | 6496 | return $url; |
| 6497 | 6497 | } |
| 6498 | 6498 | |
| 6499 | -function geodir_gd_accounts(){
|
|
| 6499 | +function geodir_gd_accounts() {
|
|
| 6500 | 6500 | $accounts = array(); |
| 6501 | - $useAuth = ( get_option( 'geodir_ga_auth_code' ) == '' ? false : true ); |
|
| 6502 | - if($useAuth){
|
|
| 6501 | + $useAuth = (get_option('geodir_ga_auth_code') == '' ? false : true);
|
|
| 6502 | + if ($useAuth) {
|
|
| 6503 | 6503 | try {
|
| 6504 | 6504 | $accounts = geodir_ga_get_analytics_accounts(); |
| 6505 | 6505 | } catch (Exception $e) {
|
| 6506 | - geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) ); |
|
| 6506 | + geodir_error_log(wp_sprintf(__('GD Google Analytics API Error(%s) : %s', 'geodirectory'), $e->getCode(), $e->getMessage()));
|
|
| 6507 | 6507 | } |
| 6508 | 6508 | |
| 6509 | - if(is_array($accounts)){
|
|
| 6510 | - $accounts = array_merge(array(__('Select Account','geodirectory')),$accounts);
|
|
| 6511 | - }elseif(get_option('geodir_ga_account_id')){
|
|
| 6509 | + if (is_array($accounts)) {
|
|
| 6510 | + $accounts = array_merge(array(__('Select Account', 'geodirectory')), $accounts);
|
|
| 6511 | + }elseif (get_option('geodir_ga_account_id')) {
|
|
| 6512 | 6512 | $accounts = array(); |
| 6513 | - $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required','geodirectory').' ('.get_option('geodir_ga_account_id').')';
|
|
| 6513 | + $accounts[get_option('geodir_ga_account_id')] = __('Account re-authorization may be required', 'geodirectory').' ('.get_option('geodir_ga_account_id').')';
|
|
| 6514 | 6514 | } |
| 6515 | 6515 | } |
| 6516 | 6516 | return $accounts; |
@@ -6521,21 +6521,21 @@ discard block |
||
| 6521 | 6521 | global $gd_ga_errors; |
| 6522 | 6522 | $accounts = array(); |
| 6523 | 6523 | |
| 6524 | - if(get_option('geodir_ga_auth_token')===false){update_option('geodir_ga_auth_token','');}
|
|
| 6524 | + if (get_option('geodir_ga_auth_token') === false) {update_option('geodir_ga_auth_token', ''); }
|
|
| 6525 | 6525 | |
| 6526 | 6526 | |
| 6527 | - if(get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])){
|
|
| 6527 | + if (get_option('geodir_gd_uids') && !isset($_POST['geodir_ga_auth_code'])) {
|
|
| 6528 | 6528 | return get_option('geodir_gd_uids');
|
| 6529 | 6529 | } |
| 6530 | 6530 | |
| 6531 | 6531 | # Create a new Gdata call |
| 6532 | - if ( trim(get_option('geodir_ga_auth_code')) != '' )
|
|
| 6532 | + if (trim(get_option('geodir_ga_auth_code')) != '')
|
|
| 6533 | 6533 | $stats = new GDGoogleAnalyticsStats(); |
| 6534 | 6534 | else |
| 6535 | 6535 | return false; |
| 6536 | 6536 | |
| 6537 | 6537 | # Check if Google sucessfully logged in |
| 6538 | - if ( ! $stats->checkLogin() ) |
|
| 6538 | + if (!$stats->checkLogin()) |
|
| 6539 | 6539 | return false; |
| 6540 | 6540 | |
| 6541 | 6541 | # Get a list of accounts |
@@ -6547,28 +6547,28 @@ discard block |
||
| 6547 | 6547 | } |
| 6548 | 6548 | |
| 6549 | 6549 | |
| 6550 | - natcasesort ($accounts); |
|
| 6550 | + natcasesort($accounts); |
|
| 6551 | 6551 | |
| 6552 | 6552 | # Return the account array if there are accounts |
| 6553 | - if ( count($accounts) > 0 ){
|
|
| 6554 | - update_option('geodir_gd_uids',$accounts);
|
|
| 6553 | + if (count($accounts) > 0) {
|
|
| 6554 | + update_option('geodir_gd_uids', $accounts);
|
|
| 6555 | 6555 | return $accounts; |
| 6556 | 6556 | } |
| 6557 | 6557 | else |
| 6558 | 6558 | return false; |
| 6559 | 6559 | } |
| 6560 | 6560 | |
| 6561 | -add_action( 'wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize' ); |
|
| 6562 | -function geodir_ga_deauthorize(){
|
|
| 6561 | +add_action('wp_ajax_geodir_ga_deauthorize', 'geodir_ga_deauthorize');
|
|
| 6562 | +function geodir_ga_deauthorize() {
|
|
| 6563 | 6563 | |
| 6564 | - if ( ! wp_verify_nonce( $_REQUEST['_wpnonce'], 'gd_ga_deauthorize' ) ) {
|
|
| 6564 | + if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'gd_ga_deauthorize')) {
|
|
| 6565 | 6565 | |
| 6566 | - die( 'Security check' ); |
|
| 6566 | + die('Security check');
|
|
| 6567 | 6567 | |
| 6568 | 6568 | } else {
|
| 6569 | - update_option('geodir_ga_auth_token','');
|
|
| 6570 | - update_option('geodir_ga_auth_code','');
|
|
| 6571 | - update_option('geodir_gd_uids','');
|
|
| 6569 | + update_option('geodir_ga_auth_token', '');
|
|
| 6570 | + update_option('geodir_ga_auth_code', '');
|
|
| 6571 | + update_option('geodir_gd_uids', '');
|
|
| 6572 | 6572 | |
| 6573 | 6573 | |
| 6574 | 6574 | echo admin_url('?page=geodirectory&active_tab=google_analytic_settings');
|
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | /* ON TEMPLATE INCLUDE */ |
| 137 | 137 | ///////////////////////// |
| 138 | 138 | |
| 139 | -add_filter('template_include', 'geodir_template_loader',9);
|
|
| 139 | +add_filter('template_include', 'geodir_template_loader', 9);
|
|
| 140 | 140 | |
| 141 | 141 | ///////////////////////// |
| 142 | 142 | /* CATEGORY / TAXONOMY / CUSTOM POST ACTIONS */ |
@@ -176,9 +176,9 @@ discard block |
||
| 176 | 176 | /* WP REVIEW COUNT ACTIONS */ |
| 177 | 177 | //////////////////////// |
| 178 | 178 | |
| 179 | -add_action('geodir_update_postrating', 'geodir_term_review_count_force_update_single_post', 100,1);
|
|
| 179 | +add_action('geodir_update_postrating', 'geodir_term_review_count_force_update_single_post', 100, 1);
|
|
| 180 | 180 | //add_action('geodir_update_postrating', 'geodir_term_review_count_force_update', 100);
|
| 181 | -add_action('transition_post_status', 'geodir_term_review_count_force_update', 100,3);
|
|
| 181 | +add_action('transition_post_status', 'geodir_term_review_count_force_update', 100, 3);
|
|
| 182 | 182 | //add_action('created_term', 'geodir_term_review_count_force_update', 100);
|
| 183 | 183 | add_action('edited_term', 'geodir_term_review_count_force_update', 100);
|
| 184 | 184 | add_action('delete_term', 'geodir_term_review_count_force_update', 100);
|
@@ -223,7 +223,7 @@ discard block |
||
| 223 | 223 | */ |
| 224 | 224 | function geodir_unset_prev_theme_nav_location($newname) |
| 225 | 225 | {
|
| 226 | - $geodir_theme_location = get_option('geodir_theme_location_nav_' . $newname);
|
|
| 226 | + $geodir_theme_location = get_option('geodir_theme_location_nav_'.$newname);
|
|
| 227 | 227 | if ($geodir_theme_location) {
|
| 228 | 228 | update_option('geodir_theme_location_nav', $geodir_theme_location);
|
| 229 | 229 | } else {
|
@@ -321,8 +321,8 @@ discard block |
||
| 321 | 321 | |
| 322 | 322 | /////// GEO DIRECOTORY CUSTOM HOOKS /// |
| 323 | 323 | |
| 324 | -add_action('geodir_before_tab_content', 'geodir_before_tab_content');// this function is in custom_functions.php and it is used to wrap detail page tab content
|
|
| 325 | -add_action('geodir_after_tab_content', 'geodir_after_tab_content');// this function is in custom_functions.php and it is used to wrap detail page tab content
|
|
| 324 | +add_action('geodir_before_tab_content', 'geodir_before_tab_content'); // this function is in custom_functions.php and it is used to wrap detail page tab content
|
|
| 325 | +add_action('geodir_after_tab_content', 'geodir_after_tab_content'); // this function is in custom_functions.php and it is used to wrap detail page tab content
|
|
| 326 | 326 | |
| 327 | 327 | // Detail page sidebar content |
| 328 | 328 | add_action('geodir_detail_page_sidebar', 'geodir_detail_page_sidebar_content_sorting', 1);
|
@@ -422,8 +422,8 @@ discard block |
||
| 422 | 422 | do_action('geodir_after_social_sharing_buttons');
|
| 423 | 423 | $content_html = ob_get_clean(); |
| 424 | 424 | if (trim($content_html) != '') |
| 425 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">' . $content_html . '</div>'; |
|
| 426 | - if ((int)get_option('geodir_disable_tfg_buttons_section') != 1) {
|
|
| 425 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-social-sharing">'.$content_html.'</div>'; |
|
| 426 | + if ((int) get_option('geodir_disable_tfg_buttons_section') != 1) {
|
|
| 427 | 427 | /** |
| 428 | 428 | * Filter the geodir_social_sharing_buttons() function content. |
| 429 | 429 | * |
@@ -463,12 +463,12 @@ discard block |
||
| 463 | 463 | $post_id = $post->ID; |
| 464 | 464 | |
| 465 | 465 | if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
| 466 | - $post_id = (int)$_REQUEST['pid']; |
|
| 466 | + $post_id = (int) $_REQUEST['pid']; |
|
| 467 | 467 | } |
| 468 | 468 | |
| 469 | 469 | $postlink = get_permalink(geodir_add_listing_page_id()); |
| 470 | 470 | $editlink = geodir_getlink($postlink, array('pid' => $post_id), false);
|
| 471 | - echo ' <p class="edit_link"><i class="fa fa-pencil"></i> <a href="' . esc_url($editlink) . '">' . __('Edit this Post', 'geodirectory') . '</a></p>';
|
|
| 471 | + echo ' <p class="edit_link"><i class="fa fa-pencil"></i> <a href="'.esc_url($editlink).'">'.__('Edit this Post', 'geodirectory').'</a></p>';
|
|
| 472 | 472 | } |
| 473 | 473 | }// end of if, if its a preview or not |
| 474 | 474 | /** |
@@ -479,8 +479,8 @@ discard block |
||
| 479 | 479 | do_action('geodir_after_edit_post_link');
|
| 480 | 480 | $content_html = ob_get_clean(); |
| 481 | 481 | if (trim($content_html) != '') |
| 482 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">' . $content_html . '</div>'; |
|
| 483 | - if ((int)get_option('geodir_disable_user_links_section') != 1) {
|
|
| 482 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-user-links">'.$content_html.'</div>'; |
|
| 483 | + if ((int) get_option('geodir_disable_user_links_section') != 1) {
|
|
| 484 | 484 | /** |
| 485 | 485 | * Filter the geodir_edit_post_link() function content. |
| 486 | 486 | * |
@@ -501,8 +501,8 @@ discard block |
||
| 501 | 501 | */ |
| 502 | 502 | function geodir_detail_page_google_analytics() |
| 503 | 503 | {
|
| 504 | - global $post,$preview; |
|
| 505 | - if($preview){return '';}
|
|
| 504 | + global $post, $preview; |
|
| 505 | + if ($preview) {return ''; }
|
|
| 506 | 506 | $package_info = array(); |
| 507 | 507 | $package_info = geodir_post_package_info($package_info, $post); |
| 508 | 508 | |
@@ -534,14 +534,14 @@ discard block |
||
| 534 | 534 | $hide_refresh = get_option('geodir_ga_auto_refresh');
|
| 535 | 535 | |
| 536 | 536 | $auto_refresh = $hide_refresh && $refresh_time && $refresh_time > 0 ? 1 : 0; |
| 537 | - if (get_option('geodir_ga_stats') && is_user_logged_in() && (isset($package_info->google_analytics) && $package_info->google_analytics == '1') && (get_current_user_id()==$post->post_author || current_user_can( 'manage_options' )) ) {
|
|
| 537 | + if (get_option('geodir_ga_stats') && is_user_logged_in() && (isset($package_info->google_analytics) && $package_info->google_analytics == '1') && (get_current_user_id() == $post->post_author || current_user_can('manage_options'))) {
|
|
| 538 | 538 | $page_url = urlencode($_SERVER['REQUEST_URI']); |
| 539 | 539 | ?> |
| 540 | 540 | <script type="text/javascript"> |
| 541 | 541 | var gd_gaTimeOut; |
| 542 | - var gd_gaTime = parseInt('<?php echo $refresh_time;?>');
|
|
| 543 | - var gd_gaHideRefresh = <?php echo (int)$hide_refresh;?>; |
|
| 544 | - var gd_gaAutoRefresh = <?php echo $auto_refresh;?>; |
|
| 542 | + var gd_gaTime = parseInt('<?php echo $refresh_time; ?>');
|
|
| 543 | + var gd_gaHideRefresh = <?php echo (int) $hide_refresh; ?>; |
|
| 544 | + var gd_gaAutoRefresh = <?php echo $auto_refresh; ?>; |
|
| 545 | 545 | ga_data1 = false; |
| 546 | 546 | ga_data2 = false; |
| 547 | 547 | ga_data3 = false; |
@@ -682,7 +682,7 @@ discard block |
||
| 682 | 682 | } |
| 683 | 683 | |
| 684 | 684 | function gdga_noResults() {
|
| 685 | - jQuery('#gdga-chart-container').html('<?php _e('No results available','geodirectory');?>');
|
|
| 685 | + jQuery('#gdga-chart-container').html('<?php _e('No results available', 'geodirectory'); ?>');
|
|
| 686 | 686 | jQuery('#gdga-legend-container').html('');
|
| 687 | 687 | } |
| 688 | 688 | |
@@ -714,18 +714,18 @@ discard block |
||
| 714 | 714 | var data2 = results[1].rows.map(function(row) { return +row[2]; });
|
| 715 | 715 | //var labelsN = results[0].rows.map(function(row) { return +row[1]; });
|
| 716 | 716 | |
| 717 | - var labels = ['<?php _e('Jan', 'geodirectory');?>',
|
|
| 718 | - '<?php _e('Feb', 'geodirectory');?>',
|
|
| 719 | - '<?php _e('Mar', 'geodirectory');?>',
|
|
| 720 | - '<?php _e('Apr', 'geodirectory');?>',
|
|
| 721 | - '<?php _e('May', 'geodirectory');?>',
|
|
| 722 | - '<?php _e('Jun', 'geodirectory');?>',
|
|
| 723 | - '<?php _e('Jul', 'geodirectory');?>',
|
|
| 724 | - '<?php _e('Aug', 'geodirectory');?>',
|
|
| 725 | - '<?php _e('Sep', 'geodirectory');?>',
|
|
| 726 | - '<?php _e('Oct', 'geodirectory');?>',
|
|
| 727 | - '<?php _e('Nov', 'geodirectory');?>',
|
|
| 728 | - '<?php _e('Dec', 'geodirectory');?>'];
|
|
| 717 | + var labels = ['<?php _e('Jan', 'geodirectory'); ?>',
|
|
| 718 | + '<?php _e('Feb', 'geodirectory'); ?>',
|
|
| 719 | + '<?php _e('Mar', 'geodirectory'); ?>',
|
|
| 720 | + '<?php _e('Apr', 'geodirectory'); ?>',
|
|
| 721 | + '<?php _e('May', 'geodirectory'); ?>',
|
|
| 722 | + '<?php _e('Jun', 'geodirectory'); ?>',
|
|
| 723 | + '<?php _e('Jul', 'geodirectory'); ?>',
|
|
| 724 | + '<?php _e('Aug', 'geodirectory'); ?>',
|
|
| 725 | + '<?php _e('Sep', 'geodirectory'); ?>',
|
|
| 726 | + '<?php _e('Oct', 'geodirectory'); ?>',
|
|
| 727 | + '<?php _e('Nov', 'geodirectory'); ?>',
|
|
| 728 | + '<?php _e('Dec', 'geodirectory'); ?>'];
|
|
| 729 | 729 | |
| 730 | 730 | // Ensure the data arrays are at least as long as the labels array. |
| 731 | 731 | // Chart.js bar charts don't (yet) accept sparse datasets. |
@@ -738,13 +738,13 @@ discard block |
||
| 738 | 738 | labels : labels, |
| 739 | 739 | datasets : [ |
| 740 | 740 | {
|
| 741 | - label: '<?php _e('Last Year', 'geodirectory');?>',
|
|
| 741 | + label: '<?php _e('Last Year', 'geodirectory'); ?>',
|
|
| 742 | 742 | fillColor : "rgba(220,220,220,0.5)", |
| 743 | 743 | strokeColor : "rgba(220,220,220,1)", |
| 744 | 744 | data : data2 |
| 745 | 745 | }, |
| 746 | 746 | {
|
| 747 | - label: '<?php _e('This Year', 'geodirectory');?>',
|
|
| 747 | + label: '<?php _e('This Year', 'geodirectory'); ?>',
|
|
| 748 | 748 | fillColor : "rgba(151,187,205,0.5)", |
| 749 | 749 | strokeColor : "rgba(151,187,205,1)", |
| 750 | 750 | data : data1 |
@@ -789,30 +789,30 @@ discard block |
||
| 789 | 789 | |
| 790 | 790 | <?php |
| 791 | 791 | // Here we list the shorthand days of the week so it can be used in translation. |
| 792 | - __("Mon",'geodirectory');
|
|
| 793 | - __("Tue",'geodirectory');
|
|
| 794 | - __("Wed",'geodirectory');
|
|
| 795 | - __("Thu",'geodirectory');
|
|
| 796 | - __("Fri",'geodirectory');
|
|
| 797 | - __("Sat",'geodirectory');
|
|
| 798 | - __("Sun",'geodirectory');
|
|
| 792 | + __("Mon", 'geodirectory');
|
|
| 793 | + __("Tue", 'geodirectory');
|
|
| 794 | + __("Wed", 'geodirectory');
|
|
| 795 | + __("Thu", 'geodirectory');
|
|
| 796 | + __("Fri", 'geodirectory');
|
|
| 797 | + __("Sat", 'geodirectory');
|
|
| 798 | + __("Sun", 'geodirectory');
|
|
| 799 | 799 | ?> |
| 800 | 800 | |
| 801 | 801 | labels = [ |
| 802 | - "<?php _e(date('D', strtotime("+1 day")),'geodirectory'); ?>",
|
|
| 803 | - "<?php _e(date('D', strtotime("+2 day")),'geodirectory'); ?>",
|
|
| 804 | - "<?php _e(date('D', strtotime("+3 day")),'geodirectory'); ?>",
|
|
| 805 | - "<?php _e(date('D', strtotime("+4 day")),'geodirectory'); ?>",
|
|
| 806 | - "<?php _e(date('D', strtotime("+5 day")),'geodirectory'); ?>",
|
|
| 807 | - "<?php _e(date('D', strtotime("+6 day")),'geodirectory'); ?>",
|
|
| 808 | - "<?php _e(date('D', strtotime("+7 day")),'geodirectory'); ?>"
|
|
| 802 | + "<?php _e(date('D', strtotime("+1 day")), 'geodirectory'); ?>",
|
|
| 803 | + "<?php _e(date('D', strtotime("+2 day")), 'geodirectory'); ?>",
|
|
| 804 | + "<?php _e(date('D', strtotime("+3 day")), 'geodirectory'); ?>",
|
|
| 805 | + "<?php _e(date('D', strtotime("+4 day")), 'geodirectory'); ?>",
|
|
| 806 | + "<?php _e(date('D', strtotime("+5 day")), 'geodirectory'); ?>",
|
|
| 807 | + "<?php _e(date('D', strtotime("+6 day")), 'geodirectory'); ?>",
|
|
| 808 | + "<?php _e(date('D', strtotime("+7 day")), 'geodirectory'); ?>"
|
|
| 809 | 809 | ]; |
| 810 | 810 | |
| 811 | 811 | var data = {
|
| 812 | 812 | labels : labels, |
| 813 | 813 | datasets : [ |
| 814 | 814 | {
|
| 815 | - label: '<?php _e('Last Week', 'geodirectory');?>',
|
|
| 815 | + label: '<?php _e('Last Week', 'geodirectory'); ?>',
|
|
| 816 | 816 | fillColor : "rgba(220,220,220,0.5)", |
| 817 | 817 | strokeColor : "rgba(220,220,220,1)", |
| 818 | 818 | pointColor : "rgba(220,220,220,1)", |
@@ -820,7 +820,7 @@ discard block |
||
| 820 | 820 | data : data2 |
| 821 | 821 | }, |
| 822 | 822 | {
|
| 823 | - label: '<?php _e('This Week', 'geodirectory');?>',
|
|
| 823 | + label: '<?php _e('This Week', 'geodirectory'); ?>',
|
|
| 824 | 824 | fillColor : "rgba(151,187,205,0.5)", |
| 825 | 825 | strokeColor : "rgba(151,187,205,1)", |
| 826 | 826 | pointColor : "rgba(151,187,205,1)", |
@@ -1027,18 +1027,18 @@ discard block |
||
| 1027 | 1027 | </style> |
| 1028 | 1028 | <script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/1.0.2/Chart.min.js"></script> |
| 1029 | 1029 | <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.2/moment.min.js"></script> |
| 1030 | - <button type="button" class="gdga-show-analytics"><?php _e('Show Google Analytics', 'geodirectory');?></button>
|
|
| 1030 | + <button type="button" class="gdga-show-analytics"><?php _e('Show Google Analytics', 'geodirectory'); ?></button>
|
|
| 1031 | 1031 | <span id="ga_stats" class="gdga-analytics-box" style="display:none"> |
| 1032 | - <div id="ga-analytics-title"><?php _e("Analytics", 'geodirectory');?></div>
|
|
| 1032 | + <div id="ga-analytics-title"><?php _e("Analytics", 'geodirectory'); ?></div>
|
|
| 1033 | 1033 | <div id="gd-active-users-container"> |
| 1034 | - <div class="gd-ActiveUsers"><i id="gdga-loader-icon" class="fa fa-refresh fa-spin" title="<?php esc_attr_e("Refresh", 'geodirectory');?>"></i><?php _e("Active Users:", 'geodirectory');?>
|
|
| 1034 | + <div class="gd-ActiveUsers"><i id="gdga-loader-icon" class="fa fa-refresh fa-spin" title="<?php esc_attr_e("Refresh", 'geodirectory'); ?>"></i><?php _e("Active Users:", 'geodirectory'); ?>
|
|
| 1035 | 1035 | <b class="gd-ActiveUsers-value">0</b> |
| 1036 | 1036 | </div> |
| 1037 | 1037 | </div> |
| 1038 | 1038 | <select id="gdga-select-analytic" onchange="gdga_select_option();" style="display: none;"> |
| 1039 | - <option value="weeks"><?php _e("Last Week vs This Week", 'geodirectory');?></option>
|
|
| 1040 | - <option value="years"><?php _e("This Year vs Last Year", 'geodirectory');?></option>
|
|
| 1041 | - <option value="country"><?php _e("Top Countries", 'geodirectory');?></option>
|
|
| 1039 | + <option value="weeks"><?php _e("Last Week vs This Week", 'geodirectory'); ?></option>
|
|
| 1040 | + <option value="years"><?php _e("This Year vs Last Year", 'geodirectory'); ?></option>
|
|
| 1041 | + <option value="country"><?php _e("Top Countries", 'geodirectory'); ?></option>
|
|
| 1042 | 1042 | </select> |
| 1043 | 1043 | <div class="Chartjs-figure" id="gdga-chart-container"></div> |
| 1044 | 1044 | <ol class="Chartjs-legend" id="gdga-legend-container"></ol> |
@@ -1054,8 +1054,8 @@ discard block |
||
| 1054 | 1054 | do_action('geodir_after_google_analytics');
|
| 1055 | 1055 | $content_html = ob_get_clean(); |
| 1056 | 1056 | if (trim($content_html) != '') |
| 1057 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">' . $content_html . '</div>'; |
|
| 1058 | - if ((int)get_option('geodir_disable_google_analytics_section') != 1) {
|
|
| 1057 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-google-analytics">'.$content_html.'</div>'; |
|
| 1058 | + if ((int) get_option('geodir_disable_google_analytics_section') != 1) {
|
|
| 1059 | 1059 | /** |
| 1060 | 1060 | * Filter the geodir_edit_post_link() function content. |
| 1061 | 1061 | * |
@@ -1081,7 +1081,7 @@ discard block |
||
| 1081 | 1081 | {
|
| 1082 | 1082 | global $post, $preview, $post_images; |
| 1083 | 1083 | |
| 1084 | - if (!empty($post->ID) && geodir_cpt_has_rating_disabled((int)$post->ID)) {
|
|
| 1084 | + if (!empty($post->ID) && geodir_cpt_has_rating_disabled((int) $post->ID)) {
|
|
| 1085 | 1085 | return; |
| 1086 | 1086 | } |
| 1087 | 1087 | ob_start(); // Start buffering; |
@@ -1116,10 +1116,10 @@ discard block |
||
| 1116 | 1116 | |
| 1117 | 1117 | $reviews_text = $comment_count > 1 ? __("reviews", 'geodirectory') : __("review", 'geodirectory');
|
| 1118 | 1118 | |
| 1119 | - $html .= '<span itemprop="rating" itemscope itemtype="http://data-vocabulary.org/Rating"><span class="rating" itemprop="average" content="' . $post_avgratings . '">' . $post_avgratings . '</span> / <span itemprop="best" content="5">5</span> ' . __("based on", 'geodirectory') . ' </span><span class="count" itemprop="count" content="' . $comment_count . '">' . $comment_count . ' ' . $reviews_text . '</span><br />';
|
|
| 1119 | + $html .= '<span itemprop="rating" itemscope itemtype="http://data-vocabulary.org/Rating"><span class="rating" itemprop="average" content="'.$post_avgratings.'">'.$post_avgratings.'</span> / <span itemprop="best" content="5">5</span> '.__("based on", 'geodirectory').' </span><span class="count" itemprop="count" content="'.$comment_count.'">'.$comment_count.' '.$reviews_text.'</span><br />';
|
|
| 1120 | 1120 | |
| 1121 | 1121 | $html .= '<span class="item">'; |
| 1122 | - $html .= '<span class="fn" itemprop="itemreviewed">' . $post->post_title . '</span>'; |
|
| 1122 | + $html .= '<span class="fn" itemprop="itemreviewed">'.$post->post_title.'</span>'; |
|
| 1123 | 1123 | |
| 1124 | 1124 | if ($post_images) {
|
| 1125 | 1125 | foreach ($post_images as $img) {
|
@@ -1129,7 +1129,7 @@ discard block |
||
| 1129 | 1129 | } |
| 1130 | 1130 | |
| 1131 | 1131 | if (isset($post_img) && $post_img) {
|
| 1132 | - $html .= '<br /><img src="' . $post_img . '" class="photo" alt="' . esc_attr($post->post_title) . '" itemprop="photo" content="' . $post_img . '" class="photo" />'; |
|
| 1132 | + $html .= '<br /><img src="'.$post_img.'" class="photo" alt="'.esc_attr($post->post_title).'" itemprop="photo" content="'.$post_img.'" class="photo" />'; |
|
| 1133 | 1133 | } |
| 1134 | 1134 | |
| 1135 | 1135 | $html .= '</span>'; |
@@ -1156,9 +1156,9 @@ discard block |
||
| 1156 | 1156 | do_action('geodir_after_detail_page_review_rating');
|
| 1157 | 1157 | $content_html = ob_get_clean(); |
| 1158 | 1158 | if (trim($content_html) != '') {
|
| 1159 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">' . $content_html . '</div>'; |
|
| 1159 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-rating">'.$content_html.'</div>'; |
|
| 1160 | 1160 | } |
| 1161 | - if ((int)get_option('geodir_disable_rating_info_section') != 1) {
|
|
| 1161 | + if ((int) get_option('geodir_disable_rating_info_section') != 1) {
|
|
| 1162 | 1162 | /** |
| 1163 | 1163 | * Filter the geodir_detail_page_review_rating() function content. |
| 1164 | 1164 | * |
@@ -1197,8 +1197,8 @@ discard block |
||
| 1197 | 1197 | |
| 1198 | 1198 | $content_html = ob_get_clean(); |
| 1199 | 1199 | if (trim($content_html) != '') |
| 1200 | - $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">' . $content_html . '</div>'; |
|
| 1201 | - if ((int)get_option('geodir_disable_listing_info_section') != 1) {
|
|
| 1200 | + $content_html = '<div class="geodir-company_info geodir-details-sidebar-listing-info">'.$content_html.'</div>'; |
|
| 1201 | + if ((int) get_option('geodir_disable_listing_info_section') != 1) {
|
|
| 1202 | 1202 | /** |
| 1203 | 1203 | * Filter the output html for function geodir_detail_page_more_info(). |
| 1204 | 1204 | * |
@@ -1297,7 +1297,7 @@ discard block |
||
| 1297 | 1297 | 'gd_allowed_img_types' => !empty($allowed_img_types) ? implode(',', $allowed_img_types) : '',
|
| 1298 | 1298 | 'geodir_txt_form_wait' => __('Wait...', 'geodirectory'),
|
| 1299 | 1299 | 'geodir_txt_form_searching' => __('Searching...', 'geodirectory'),
|
| 1300 | - 'fa_rating' => (int)get_option('geodir_reviewrating_enable_font_awesome') == 1 ? 1 : '',
|
|
| 1300 | + 'fa_rating' => (int) get_option('geodir_reviewrating_enable_font_awesome') == 1 ? 1 : '',
|
|
| 1301 | 1301 | 'reviewrating' => defined('GEODIRREVIEWRATING_VERSION') ? 1 : '',
|
| 1302 | 1302 | 'multirating' => defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_rating') ? true : false,
|
| 1303 | 1303 | 'geodir_map_name' => geodir_map_name(), |
@@ -1326,10 +1326,10 @@ discard block |
||
| 1326 | 1326 | foreach ($arr_alert_msg as $key => $value) {
|
| 1327 | 1327 | if (!is_scalar($value)) |
| 1328 | 1328 | continue; |
| 1329 | - $arr_alert_msg[$key] = html_entity_decode((string)$value, ENT_QUOTES, 'UTF-8'); |
|
| 1329 | + $arr_alert_msg[$key] = html_entity_decode((string) $value, ENT_QUOTES, 'UTF-8'); |
|
| 1330 | 1330 | } |
| 1331 | 1331 | |
| 1332 | - $script = "var geodir_all_js_msg = " . json_encode($arr_alert_msg) . ';'; |
|
| 1332 | + $script = "var geodir_all_js_msg = ".json_encode($arr_alert_msg).';'; |
|
| 1333 | 1333 | echo '<script>'; |
| 1334 | 1334 | echo $script; |
| 1335 | 1335 | echo '</script>'; |
@@ -1419,7 +1419,7 @@ discard block |
||
| 1419 | 1419 | $geodir_old_sidebars = get_option('geodir_sidebars');
|
| 1420 | 1420 | if (is_array($geodir_old_sidebars)) {
|
| 1421 | 1421 | foreach ($geodir_old_sidebars as $key => $val) {
|
| 1422 | - if(0 === strpos($key, 'geodir_'))// if gd widget |
|
| 1422 | + if (0 === strpos($key, 'geodir_'))// if gd widget |
|
| 1423 | 1423 | {
|
| 1424 | 1424 | $sidebars_widgets[$key] = $geodir_old_sidebars[$key]; |
| 1425 | 1425 | } |
@@ -1498,7 +1498,7 @@ discard block |
||
| 1498 | 1498 | global $post; |
| 1499 | 1499 | $term_condition = ''; |
| 1500 | 1500 | if (isset($_REQUEST['backandedit'])) {
|
| 1501 | - $post = (object)$gd_session->get('listing');
|
|
| 1501 | + $post = (object) $gd_session->get('listing');
|
|
| 1502 | 1502 | $term_condition = isset($post->geodir_accept_term_condition) ? $post->geodir_accept_term_condition : ''; |
| 1503 | 1503 | } |
| 1504 | 1504 | |
@@ -1512,7 +1512,7 @@ discard block |
||
| 1512 | 1512 | echo 'checked="checked"'; |
| 1513 | 1513 | } ?> field_type="checkbox" name="geodir_accept_term_condition" id="geodir_accept_term_condition" |
| 1514 | 1514 | class="geodir_textfield" value="1" |
| 1515 | - style="display:inline-block"/><a href="<?php $terms_page = get_option('geodir_term_condition_page'); if($terms_page){ echo get_permalink($terms_page);}?>" target="_blank"><?php _e('Please accept our terms and conditions', 'geodirectory'); ?></a>
|
|
| 1515 | + style="display:inline-block"/><a href="<?php $terms_page = get_option('geodir_term_condition_page'); if ($terms_page) { echo get_permalink($terms_page); }?>" target="_blank"><?php _e('Please accept our terms and conditions', 'geodirectory'); ?></a>
|
|
| 1516 | 1516 | </span> |
| 1517 | 1517 | </div> |
| 1518 | 1518 | <span class="geodir_message_error"><?php if (isset($required_msg)) {
|
@@ -1552,7 +1552,7 @@ discard block |
||
| 1552 | 1552 | /** This action is documented in geodirectory_template_actions.php */ |
| 1553 | 1553 | $desc_limit = apply_filters('geodir_description_field_desc_limit', '');
|
| 1554 | 1554 | |
| 1555 | - if (!($desc_limit === '' || (int)$desc_limit > 0)) {
|
|
| 1555 | + if (!($desc_limit === '' || (int) $desc_limit > 0)) {
|
|
| 1556 | 1556 | $is_display = false; |
| 1557 | 1557 | } |
| 1558 | 1558 | } |
@@ -1600,16 +1600,16 @@ discard block |
||
| 1600 | 1600 | global $wpdb, $plugin_prefix; |
| 1601 | 1601 | |
| 1602 | 1602 | // Remove unused virtual page |
| 1603 | - $listings_page_id = (int)get_option('geodir_listing_page');
|
|
| 1603 | + $listings_page_id = (int) get_option('geodir_listing_page');
|
|
| 1604 | 1604 | if ($listings_page_id) {
|
| 1605 | - $wpdb->query($wpdb->prepare("DELETE FROM " . $wpdb->posts . " WHERE ID=%d AND post_name = %s AND post_type=%s", array($listings_page_id, 'listings', 'page')));
|
|
| 1605 | + $wpdb->query($wpdb->prepare("DELETE FROM ".$wpdb->posts." WHERE ID=%d AND post_name = %s AND post_type=%s", array($listings_page_id, 'listings', 'page')));
|
|
| 1606 | 1606 | delete_option('geodir_listing_page');
|
| 1607 | 1607 | } |
| 1608 | 1608 | |
| 1609 | 1609 | if (!get_option('geodir_changes_in_custom_fields_table')) {
|
| 1610 | 1610 | $wpdb->query( |
| 1611 | 1611 | $wpdb->prepare( |
| 1612 | - "UPDATE " . GEODIR_CUSTOM_FIELDS_TABLE . " SET is_default=%s, is_admin=%s WHERE is_default=%s", |
|
| 1612 | + "UPDATE ".GEODIR_CUSTOM_FIELDS_TABLE." SET is_default=%s, is_admin=%s WHERE is_default=%s", |
|
| 1613 | 1613 | array('1', '1', 'admin')
|
| 1614 | 1614 | ) |
| 1615 | 1615 | ); |
@@ -1617,9 +1617,9 @@ discard block |
||
| 1617 | 1617 | |
| 1618 | 1618 | /* --- terms meta value set --- */ |
| 1619 | 1619 | |
| 1620 | - update_option('geodir_default_marker_icon', geodir_plugin_url() . '/geodirectory-functions/map-functions/icons/pin.png');
|
|
| 1620 | + update_option('geodir_default_marker_icon', geodir_plugin_url().'/geodirectory-functions/map-functions/icons/pin.png');
|
|
| 1621 | 1621 | |
| 1622 | - $options_data = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . $wpdb->prefix . "options WHERE option_name LIKE %s", array('%tax_meta_%')));
|
|
| 1622 | + $options_data = $wpdb->get_results($wpdb->prepare("SELECT * FROM ".$wpdb->prefix."options WHERE option_name LIKE %s", array('%tax_meta_%')));
|
|
| 1623 | 1623 | |
| 1624 | 1624 | if (!empty($options_data)) {
|
| 1625 | 1625 | |
@@ -1627,7 +1627,7 @@ discard block |
||
| 1627 | 1627 | |
| 1628 | 1628 | $option_val = str_replace('tax_meta_', '', $optobj->option_name);
|
| 1629 | 1629 | |
| 1630 | - $taxonomies_data = $wpdb->get_results($wpdb->prepare("SELECT taxonomy FROM " . $wpdb->prefix . "term_taxonomy WHERE taxonomy LIKE %s AND term_id=%d", array('%category%', $option_val)));
|
|
| 1630 | + $taxonomies_data = $wpdb->get_results($wpdb->prepare("SELECT taxonomy FROM ".$wpdb->prefix."term_taxonomy WHERE taxonomy LIKE %s AND term_id=%d", array('%category%', $option_val)));
|
|
| 1631 | 1631 | |
| 1632 | 1632 | if (!empty($taxonomies_data)) {
|
| 1633 | 1633 | |
@@ -1636,17 +1636,17 @@ discard block |
||
| 1636 | 1636 | $taxObject = get_taxonomy($taxobj->taxonomy); |
| 1637 | 1637 | $post_type = $taxObject->object_type[0]; |
| 1638 | 1638 | |
| 1639 | - $opt_value = 'tax_meta_' . $post_type . '_' . $option_val; |
|
| 1639 | + $opt_value = 'tax_meta_'.$post_type.'_'.$option_val; |
|
| 1640 | 1640 | |
| 1641 | - $duplicate_data = $wpdb->get_var($wpdb->prepare("SELECT option_id FROM " . $wpdb->prefix . "options WHERE option_name=%s", array('tax_meta_' . $option_val)));
|
|
| 1641 | + $duplicate_data = $wpdb->get_var($wpdb->prepare("SELECT option_id FROM ".$wpdb->prefix."options WHERE option_name=%s", array('tax_meta_'.$option_val)));
|
|
| 1642 | 1642 | |
| 1643 | 1643 | if ($duplicate_data) {
|
| 1644 | 1644 | |
| 1645 | - $wpdb->query($wpdb->prepare("UPDATE " . $wpdb->prefix . "options SET option_name=%s WHERE option_id=%d", array($opt_value, $optobj->option_id)));
|
|
| 1645 | + $wpdb->query($wpdb->prepare("UPDATE ".$wpdb->prefix."options SET option_name=%s WHERE option_id=%d", array($opt_value, $optobj->option_id)));
|
|
| 1646 | 1646 | |
| 1647 | 1647 | } else {
|
| 1648 | 1648 | |
| 1649 | - $wpdb->query($wpdb->prepare("INSERT INTO " . $wpdb->prefix . "options (option_name,option_value,autoload) VALUES (%s, %s, %s)", array($opt_value, $optobj->option_value, $optobj->autoload)));
|
|
| 1649 | + $wpdb->query($wpdb->prepare("INSERT INTO ".$wpdb->prefix."options (option_name,option_value,autoload) VALUES (%s, %s, %s)", array($opt_value, $optobj->option_value, $optobj->autoload)));
|
|
| 1650 | 1650 | |
| 1651 | 1651 | } |
| 1652 | 1652 | |
@@ -1680,14 +1680,14 @@ discard block |
||
| 1680 | 1680 | |
| 1681 | 1681 | global $wpdb, $table_prefix; |
| 1682 | 1682 | |
| 1683 | - $slug_exists = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($slug)));
|
|
| 1683 | + $slug_exists = $wpdb->get_var($wpdb->prepare("SELECT slug FROM ".$table_prefix."terms WHERE slug=%s", array($slug)));
|
|
| 1684 | 1684 | |
| 1685 | 1685 | if ($slug_exists) {
|
| 1686 | 1686 | |
| 1687 | 1687 | $suffix = 1; |
| 1688 | 1688 | do {
|
| 1689 | - $alt_location_name = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix"; |
|
| 1690 | - $location_slug_check = $wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s", array($alt_location_name)));
|
|
| 1689 | + $alt_location_name = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1))."-$suffix"; |
|
| 1690 | + $location_slug_check = $wpdb->get_var($wpdb->prepare("SELECT slug FROM ".$table_prefix."terms WHERE slug=%s", array($alt_location_name)));
|
|
| 1691 | 1691 | $suffix++; |
| 1692 | 1692 | } while ($location_slug_check && $suffix < 100); |
| 1693 | 1693 | |
@@ -1741,7 +1741,7 @@ discard block |
||
| 1741 | 1741 | |
| 1742 | 1742 | $suffix = 1; |
| 1743 | 1743 | do {
|
| 1744 | - $new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1)) . "-$suffix"; |
|
| 1744 | + $new_slug = _truncate_post_slug($slug, 200 - (strlen($suffix) + 1))."-$suffix"; |
|
| 1745 | 1745 | |
| 1746 | 1746 | /** This action is documented in geodirectory_hooks_actions.php */ |
| 1747 | 1747 | $term_slug_check = apply_filters('geodir_term_slug_is_exists', false, $new_slug, $term_id);
|
@@ -1753,7 +1753,7 @@ discard block |
||
| 1753 | 1753 | |
| 1754 | 1754 | //wp_update_term( $term_id, $taxonomy, array('slug' => $slug) );
|
| 1755 | 1755 | |
| 1756 | - $wpdb->query($wpdb->prepare("UPDATE " . $table_prefix . "terms SET slug=%s WHERE term_id=%d", array($slug, $term_id)));
|
|
| 1756 | + $wpdb->query($wpdb->prepare("UPDATE ".$table_prefix."terms SET slug=%s WHERE term_id=%d", array($slug, $term_id)));
|
|
| 1757 | 1757 | |
| 1758 | 1758 | } |
| 1759 | 1759 | |
@@ -1762,18 +1762,18 @@ discard block |
||
| 1762 | 1762 | $post_type = !empty($taxonomy_obj) ? $taxonomy_obj->object_type[0] : NULL; |
| 1763 | 1763 | |
| 1764 | 1764 | $post_types = geodir_get_posttypes(); |
| 1765 | - if ($post_type && in_array($post_type, $post_types) && $post_type . '_tags' == $taxonomy) {
|
|
| 1766 | - $posts_obj = $wpdb->get_results($wpdb->prepare("SELECT object_id FROM " . $wpdb->term_relationships . " WHERE term_taxonomy_id = %d", array($tt_id)));
|
|
| 1765 | + if ($post_type && in_array($post_type, $post_types) && $post_type.'_tags' == $taxonomy) {
|
|
| 1766 | + $posts_obj = $wpdb->get_results($wpdb->prepare("SELECT object_id FROM ".$wpdb->term_relationships." WHERE term_taxonomy_id = %d", array($tt_id)));
|
|
| 1767 | 1767 | |
| 1768 | 1768 | if (!empty($posts_obj)) {
|
| 1769 | 1769 | foreach ($posts_obj as $post_obj) {
|
| 1770 | 1770 | $post_id = $post_obj->object_id; |
| 1771 | 1771 | |
| 1772 | - $raw_tags = wp_get_object_terms($post_id, $post_type . '_tags', array('fields' => 'names'));
|
|
| 1772 | + $raw_tags = wp_get_object_terms($post_id, $post_type.'_tags', array('fields' => 'names'));
|
|
| 1773 | 1773 | $post_tags = !empty($raw_tags) ? implode(',', $raw_tags) : '';
|
| 1774 | 1774 | |
| 1775 | - $listing_table = $plugin_prefix . $post_type . '_detail'; |
|
| 1776 | - $wpdb->query($wpdb->prepare("UPDATE " . $listing_table . " SET post_tags=%s WHERE post_id =%d", array($post_tags, $post_id)));
|
|
| 1775 | + $listing_table = $plugin_prefix.$post_type.'_detail'; |
|
| 1776 | + $wpdb->query($wpdb->prepare("UPDATE ".$listing_table." SET post_tags=%s WHERE post_id =%d", array($post_tags, $post_id)));
|
|
| 1777 | 1777 | } |
| 1778 | 1778 | } |
| 1779 | 1779 | } |
@@ -1807,7 +1807,7 @@ discard block |
||
| 1807 | 1807 | if ($country_slug == $slug || $region_slug == $slug || $city_slug == $slug) |
| 1808 | 1808 | return $slug_exists = true; |
| 1809 | 1809 | |
| 1810 | - if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM " . $table_prefix . "terms WHERE slug=%s AND term_id != %d", array($slug, $term_id))))
|
|
| 1810 | + if ($wpdb->get_var($wpdb->prepare("SELECT slug FROM ".$table_prefix."terms WHERE slug=%s AND term_id != %d", array($slug, $term_id))))
|
|
| 1811 | 1811 | return $slug_exists = true; |
| 1812 | 1812 | |
| 1813 | 1813 | return $slug_exists; |
@@ -1848,43 +1848,43 @@ discard block |
||
| 1848 | 1848 | |
| 1849 | 1849 | |
| 1850 | 1850 | $gd_page = ''; |
| 1851 | - if(geodir_is_page('home')){
|
|
| 1851 | + if (geodir_is_page('home')) {
|
|
| 1852 | 1852 | $gd_page = 'home'; |
| 1853 | 1853 | $title = (get_option('geodir_meta_title_homepage')) ? get_option('geodir_meta_title_homepage') : $title;
|
| 1854 | 1854 | } |
| 1855 | - elseif(geodir_is_page('detail')){
|
|
| 1855 | + elseif (geodir_is_page('detail')) {
|
|
| 1856 | 1856 | $gd_page = 'detail'; |
| 1857 | 1857 | $title = (get_option('geodir_meta_title_detail')) ? get_option('geodir_meta_title_detail') : $title;
|
| 1858 | 1858 | } |
| 1859 | - elseif(geodir_is_page('pt')){
|
|
| 1859 | + elseif (geodir_is_page('pt')) {
|
|
| 1860 | 1860 | $gd_page = 'pt'; |
| 1861 | 1861 | $title = (get_option('geodir_meta_title_pt')) ? get_option('geodir_meta_title_pt') : $title;
|
| 1862 | 1862 | } |
| 1863 | - elseif(geodir_is_page('listing')){
|
|
| 1863 | + elseif (geodir_is_page('listing')) {
|
|
| 1864 | 1864 | $gd_page = 'listing'; |
| 1865 | 1865 | $title = (get_option('geodir_meta_title_listing')) ? get_option('geodir_meta_title_listing') : $title;
|
| 1866 | 1866 | } |
| 1867 | - elseif(geodir_is_page('location')){
|
|
| 1867 | + elseif (geodir_is_page('location')) {
|
|
| 1868 | 1868 | $gd_page = 'location'; |
| 1869 | 1869 | $title = (get_option('geodir_meta_title_location')) ? get_option('geodir_meta_title_location') : $title;
|
| 1870 | 1870 | } |
| 1871 | - elseif(geodir_is_page('search')){
|
|
| 1871 | + elseif (geodir_is_page('search')) {
|
|
| 1872 | 1872 | $gd_page = 'search'; |
| 1873 | 1873 | $title = (get_option('geodir_meta_title_search')) ? get_option('geodir_meta_title_search') : $title;
|
| 1874 | 1874 | } |
| 1875 | - elseif(geodir_is_page('add-listing')){
|
|
| 1875 | + elseif (geodir_is_page('add-listing')) {
|
|
| 1876 | 1876 | $gd_page = 'add-listing'; |
| 1877 | 1877 | $title = (get_option('geodir_meta_title_add-listing')) ? get_option('geodir_meta_title_add-listing') : $title;
|
| 1878 | 1878 | } |
| 1879 | - elseif(geodir_is_page('author')){
|
|
| 1879 | + elseif (geodir_is_page('author')) {
|
|
| 1880 | 1880 | $gd_page = 'author'; |
| 1881 | 1881 | $title = (get_option('geodir_meta_title_author')) ? get_option('geodir_meta_title_author') : $title;
|
| 1882 | 1882 | } |
| 1883 | - elseif(geodir_is_page('login')){
|
|
| 1883 | + elseif (geodir_is_page('login')) {
|
|
| 1884 | 1884 | $gd_page = 'login'; |
| 1885 | 1885 | $title = (get_option('geodir_meta_title_login')) ? get_option('geodir_meta_title_login') : $title;
|
| 1886 | 1886 | } |
| 1887 | - elseif(geodir_is_page('listing-success')){
|
|
| 1887 | + elseif (geodir_is_page('listing-success')) {
|
|
| 1888 | 1888 | $gd_page = 'listing-success'; |
| 1889 | 1889 | $title = (get_option('geodir_meta_title_listing-success')) ? get_option('geodir_meta_title_listing-success') : $title;
|
| 1890 | 1890 | } |
@@ -1916,12 +1916,12 @@ discard block |
||
| 1916 | 1916 | |
| 1917 | 1917 | if (!get_option('geodir_set_post_attachments')) {
|
| 1918 | 1918 | |
| 1919 | - require_once(ABSPATH . 'wp-admin/includes/image.php'); |
|
| 1920 | - require_once(ABSPATH . 'wp-admin/includes/file.php'); |
|
| 1919 | + require_once(ABSPATH.'wp-admin/includes/image.php'); |
|
| 1920 | + require_once(ABSPATH.'wp-admin/includes/file.php'); |
|
| 1921 | 1921 | |
| 1922 | 1922 | $all_postypes = geodir_get_posttypes(); |
| 1923 | 1923 | |
| 1924 | - foreach($all_postypes as $post_type){
|
|
| 1924 | + foreach ($all_postypes as $post_type) {
|
|
| 1925 | 1925 | $args = array( |
| 1926 | 1926 | 'posts_per_page' => -1, |
| 1927 | 1927 | 'post_type' => $post_type, |
@@ -2015,7 +2015,7 @@ discard block |
||
| 2015 | 2015 | {
|
| 2016 | 2016 | $user_id = get_current_user_id(); |
| 2017 | 2017 | |
| 2018 | - if(!$user_id){return $post;}
|
|
| 2018 | + if (!$user_id) {return $post; }
|
|
| 2019 | 2019 | |
| 2020 | 2020 | $gd_post_types = geodir_get_posttypes(); |
| 2021 | 2021 | |
@@ -2124,7 +2124,7 @@ discard block |
||
| 2124 | 2124 | |
| 2125 | 2125 | if (array_key_exists('post_video', $tabs_arr)) {
|
| 2126 | 2126 | |
| 2127 | - $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_video', $post_type)));
|
|
| 2127 | + $field_title = $wpdb->get_var($wpdb->prepare("select site_title from ".GEODIR_CUSTOM_FIELDS_TABLE." where htmlvar_name = %s and post_type = %s ", array('geodir_video', $post_type)));
|
|
| 2128 | 2128 | |
| 2129 | 2129 | if (isset($tabs_arr['post_video']['heading_text']) && $field_title != '') |
| 2130 | 2130 | $tabs_arr['post_video']['heading_text'] = $field_title; |
@@ -2132,7 +2132,7 @@ discard block |
||
| 2132 | 2132 | |
| 2133 | 2133 | if (array_key_exists('special_offers', $tabs_arr)) {
|
| 2134 | 2134 | |
| 2135 | - $field_title = $wpdb->get_var($wpdb->prepare("select site_title from " . GEODIR_CUSTOM_FIELDS_TABLE . " where htmlvar_name = %s and post_type = %s ", array('geodir_special_offers', $post_type)));
|
|
| 2135 | + $field_title = $wpdb->get_var($wpdb->prepare("select site_title from ".GEODIR_CUSTOM_FIELDS_TABLE." where htmlvar_name = %s and post_type = %s ", array('geodir_special_offers', $post_type)));
|
|
| 2136 | 2136 | |
| 2137 | 2137 | if (isset($tabs_arr['special_offers']['heading_text']) && $field_title != '') |
| 2138 | 2138 | $tabs_arr['special_offers']['heading_text'] = $field_title; |
@@ -2153,7 +2153,7 @@ discard block |
||
| 2153 | 2153 | */ |
| 2154 | 2154 | function geodir_remove_template_redirect_actions() |
| 2155 | 2155 | {
|
| 2156 | - if (geodir_is_page('login')){
|
|
| 2156 | + if (geodir_is_page('login')) {
|
|
| 2157 | 2157 | remove_all_actions('template_redirect');
|
| 2158 | 2158 | remove_action('init', 'avia_modify_front', 10);
|
| 2159 | 2159 | } |
@@ -2200,25 +2200,25 @@ discard block |
||
| 2200 | 2200 | $split_img_file_path = isset($split_img_path[1]) ? $split_img_path[1] : ''; |
| 2201 | 2201 | |
| 2202 | 2202 | $wpdb->query( |
| 2203 | - $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id = %d AND file=%s ",
|
|
| 2203 | + $wpdb->prepare("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id = %d AND file=%s ",
|
|
| 2204 | 2204 | array($post_id, $split_img_file_path) |
| 2205 | 2205 | ) |
| 2206 | 2206 | ); |
| 2207 | 2207 | |
| 2208 | 2208 | $attachment_data = $wpdb->get_row( |
| 2209 | - $wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=%d",
|
|
| 2209 | + $wpdb->prepare("SELECT ID, MIN(`menu_order`) FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id=%d",
|
|
| 2210 | 2210 | array($post_id) |
| 2211 | 2211 | ) |
| 2212 | 2212 | ); |
| 2213 | 2213 | |
| 2214 | 2214 | if (!empty($attachment_data)) {
|
| 2215 | - $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
|
|
| 2215 | + $wpdb->query("UPDATE ".GEODIR_ATTACHMENT_TABLE." SET menu_order=1 WHERE ID=".$attachment_data->ID);
|
|
| 2216 | 2216 | } |
| 2217 | 2217 | |
| 2218 | 2218 | |
| 2219 | - $table_name = $plugin_prefix . $post_type . '_detail'; |
|
| 2219 | + $table_name = $plugin_prefix.$post_type.'_detail'; |
|
| 2220 | 2220 | |
| 2221 | - $wpdb->query("UPDATE " . $table_name . " SET featured_image='' WHERE post_id =" . $post_id);
|
|
| 2221 | + $wpdb->query("UPDATE ".$table_name." SET featured_image='' WHERE post_id =".$post_id);
|
|
| 2222 | 2222 | |
| 2223 | 2223 | geodir_set_wp_featured_image($post_id); |
| 2224 | 2224 | |
@@ -2246,9 +2246,9 @@ discard block |
||
| 2246 | 2246 | |
| 2247 | 2247 | foreach ($all_postypes as $posttype) {
|
| 2248 | 2248 | |
| 2249 | - $tablename = $plugin_prefix . $posttype . '_detail'; |
|
| 2249 | + $tablename = $plugin_prefix.$posttype.'_detail'; |
|
| 2250 | 2250 | |
| 2251 | - $get_post_data = $wpdb->get_results("SELECT post_id FROM " . $tablename);
|
|
| 2251 | + $get_post_data = $wpdb->get_results("SELECT post_id FROM ".$tablename);
|
|
| 2252 | 2252 | |
| 2253 | 2253 | if (!empty($get_post_data)) {
|
| 2254 | 2254 | |
@@ -2256,7 +2256,7 @@ discard block |
||
| 2256 | 2256 | |
| 2257 | 2257 | $post_id = $data->post_id; |
| 2258 | 2258 | |
| 2259 | - $attachment_data = $wpdb->get_results("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id =" . $post_id . " AND file!=''");
|
|
| 2259 | + $attachment_data = $wpdb->get_results("SELECT * FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id =".$post_id." AND file!=''");
|
|
| 2260 | 2260 | |
| 2261 | 2261 | if (!empty($attachment_data)) {
|
| 2262 | 2262 | |
@@ -2273,22 +2273,22 @@ discard block |
||
| 2273 | 2273 | |
| 2274 | 2274 | $file_name = $file_info['basename']; |
| 2275 | 2275 | |
| 2276 | - $img_arr['path'] = $uploads_path . $sub_dir . '/' . $file_name; |
|
| 2276 | + $img_arr['path'] = $uploads_path.$sub_dir.'/'.$file_name; |
|
| 2277 | 2277 | |
| 2278 | 2278 | if (!file_exists($img_arr['path'])) {
|
| 2279 | 2279 | |
| 2280 | - $wpdb->query("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE ID=" . $attach->ID);
|
|
| 2280 | + $wpdb->query("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE ID=".$attach->ID);
|
|
| 2281 | 2281 | |
| 2282 | 2282 | } |
| 2283 | 2283 | |
| 2284 | 2284 | } |
| 2285 | 2285 | |
| 2286 | - $attachment_data = $wpdb->get_row("SELECT ID, MIN(`menu_order`) FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE post_id=" . $post_id . " GROUP BY post_id");
|
|
| 2286 | + $attachment_data = $wpdb->get_row("SELECT ID, MIN(`menu_order`) FROM ".GEODIR_ATTACHMENT_TABLE." WHERE post_id=".$post_id." GROUP BY post_id");
|
|
| 2287 | 2287 | |
| 2288 | 2288 | if (!empty($attachment_data)) {
|
| 2289 | 2289 | |
| 2290 | 2290 | if ($attachment_data->ID) |
| 2291 | - $wpdb->query("UPDATE " . GEODIR_ATTACHMENT_TABLE . " SET menu_order=1 WHERE ID=" . $attachment_data->ID);
|
|
| 2291 | + $wpdb->query("UPDATE ".GEODIR_ATTACHMENT_TABLE." SET menu_order=1 WHERE ID=".$attachment_data->ID);
|
|
| 2292 | 2292 | |
| 2293 | 2293 | } else {
|
| 2294 | 2294 | |
@@ -2302,7 +2302,7 @@ discard block |
||
| 2302 | 2302 | |
| 2303 | 2303 | } |
| 2304 | 2304 | |
| 2305 | - $wpdb->query("UPDATE " . $tablename . " SET featured_image='' WHERE post_id =" . $post_id);
|
|
| 2305 | + $wpdb->query("UPDATE ".$tablename." SET featured_image='' WHERE post_id =".$post_id);
|
|
| 2306 | 2306 | |
| 2307 | 2307 | geodir_set_wp_featured_image($post_id); |
| 2308 | 2308 | |
@@ -2331,7 +2331,7 @@ discard block |
||
| 2331 | 2331 | {
|
| 2332 | 2332 | |
| 2333 | 2333 | if (!get_option('geodir_default_rating_star_icon')) {
|
| 2334 | - update_option('geodir_default_rating_star_icon', geodir_plugin_url() . '/geodirectory-assets/images/stars.png');
|
|
| 2334 | + update_option('geodir_default_rating_star_icon', geodir_plugin_url().'/geodirectory-assets/images/stars.png');
|
|
| 2335 | 2335 | } |
| 2336 | 2336 | |
| 2337 | 2337 | } |
@@ -2348,10 +2348,10 @@ discard block |
||
| 2348 | 2348 | * @global string $plugin_prefix Geodirectory plugin table prefix. |
| 2349 | 2349 | * @return array User listing count for each post type. |
| 2350 | 2350 | */ |
| 2351 | -function geodir_user_post_listing_count($user_id=null) |
|
| 2351 | +function geodir_user_post_listing_count($user_id = null) |
|
| 2352 | 2352 | {
|
| 2353 | 2353 | global $wpdb, $plugin_prefix, $current_user; |
| 2354 | - if(!$user_id){
|
|
| 2354 | + if (!$user_id) {
|
|
| 2355 | 2355 | $user_id = $current_user->ID; |
| 2356 | 2356 | } |
| 2357 | 2357 | |
@@ -2362,7 +2362,7 @@ discard block |
||
| 2362 | 2362 | $user_listing = array(); |
| 2363 | 2363 | if (is_array($all_posts) && !empty($all_posts)) {
|
| 2364 | 2364 | foreach ($all_posts as $ptype) {
|
| 2365 | - $total_posts = $wpdb->get_var("SELECT count( ID ) FROM " . $wpdb->prefix . "posts WHERE post_author=" . $user_id . " AND post_type='" . $ptype . "' AND ( post_status = 'publish' OR post_status = 'draft' OR post_status = 'private' )");
|
|
| 2365 | + $total_posts = $wpdb->get_var("SELECT count( ID ) FROM ".$wpdb->prefix."posts WHERE post_author=".$user_id." AND post_type='".$ptype."' AND ( post_status = 'publish' OR post_status = 'draft' OR post_status = 'private' )");
|
|
| 2366 | 2366 | |
| 2367 | 2367 | if ($total_posts > 0) {
|
| 2368 | 2368 | $user_listing[$ptype] = $total_posts; |
@@ -2403,19 +2403,19 @@ discard block |
||
| 2403 | 2403 | |
| 2404 | 2404 | $custom_fields = geodir_post_custom_fields($post_package_id, 'all', $post_type, $fields_location); |
| 2405 | 2405 | //remove video and special offers if it is already set to show |
| 2406 | - if(isset($tabs_arr['post_video']['is_display']) && $tabs_arr['post_video']['is_display']){
|
|
| 2406 | + if (isset($tabs_arr['post_video']['is_display']) && $tabs_arr['post_video']['is_display']) {
|
|
| 2407 | 2407 | $unset_video = true; |
| 2408 | 2408 | } |
| 2409 | 2409 | |
| 2410 | - if(isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']){
|
|
| 2410 | + if (isset($tabs_arr['special_offers']['is_display']) && $tabs_arr['special_offers']['is_display']) {
|
|
| 2411 | 2411 | $unset_special_offers = true; |
| 2412 | 2412 | } |
| 2413 | - if(isset($unset_video) || isset($unset_special_offers) && !empty($custom_fields)){
|
|
| 2414 | - foreach($custom_fields as $key => $custom_field){
|
|
| 2415 | - if($custom_field['name']=='geodir_video' && isset($unset_video)){
|
|
| 2413 | + if (isset($unset_video) || isset($unset_special_offers) && !empty($custom_fields)) {
|
|
| 2414 | + foreach ($custom_fields as $key => $custom_field) {
|
|
| 2415 | + if ($custom_field['name'] == 'geodir_video' && isset($unset_video)) {
|
|
| 2416 | 2416 | unset($custom_fields[$key]); |
| 2417 | 2417 | } |
| 2418 | - if($custom_field['name']=='geodir_special_offers' && isset($unset_special_offers)){
|
|
| 2418 | + if ($custom_field['name'] == 'geodir_special_offers' && isset($unset_special_offers)) {
|
|
| 2419 | 2419 | unset($custom_fields[$key]); |
| 2420 | 2420 | } |
| 2421 | 2421 | } |
@@ -2432,7 +2432,7 @@ discard block |
||
| 2432 | 2432 | $post->{$field_name} = $_REQUEST[$field_name];
|
| 2433 | 2433 | } |
| 2434 | 2434 | |
| 2435 | - if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
|
|
| 2435 | + if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file', 'address', 'taxonomy'))) {
|
|
| 2436 | 2436 | if ($type['type'] == 'datepicker' && ($post->{$type['htmlvar_name']} == '' || $post->{$type['htmlvar_name']} == '0000-00-00')) {
|
| 2437 | 2437 | continue; |
| 2438 | 2438 | } |
@@ -2465,7 +2465,7 @@ discard block |
||
| 2465 | 2465 | $post->{$field_name} = $_REQUEST[$field_name];
|
| 2466 | 2466 | } |
| 2467 | 2467 | |
| 2468 | - if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file','address','taxonomy'))) {
|
|
| 2468 | + if (isset($field['show_in']) && strpos($field['show_in'], '[owntab]') !== false && ((isset($post->{$field_name}) && $post->{$field_name} != '') || $field['type'] == 'fieldset' || $field['type'] == 'address') && in_array($field['type'], array('text', 'datepicker', 'textarea', 'time', 'phone', 'email', 'select', 'multiselect', 'url', 'html', 'fieldset', 'radio', 'checkbox', 'file', 'address', 'taxonomy'))) {
|
|
| 2469 | 2469 | $label = $field['site_title'] != '' ? $field['site_title'] : $field['admin_title']; |
| 2470 | 2470 | $site_title = trim($field['site_title']); |
| 2471 | 2471 | $type = $field; |
@@ -2481,21 +2481,21 @@ discard block |
||
| 2481 | 2481 | $variables_array['label'] = __($type['site_title'], 'geodirectory'); |
| 2482 | 2482 | $variables_array['value'] = ''; |
| 2483 | 2483 | $variables_array['value'] = $post->{$type['htmlvar_name']};
|
| 2484 | - }else{
|
|
| 2484 | + } else {
|
|
| 2485 | 2485 | $i = 0; |
| 2486 | 2486 | $fieldset_count++; |
| 2487 | 2487 | $field_set_start = 1; |
| 2488 | - $fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_' . $fieldset_count; |
|
| 2488 | + $fieldset_arr[$fieldset_count]['htmlvar_name'] = 'gd_tab_'.$fieldset_count; |
|
| 2489 | 2489 | $fieldset_arr[$fieldset_count]['label'] = $label; |
| 2490 | 2490 | } |
| 2491 | 2491 | |
| 2492 | 2492 | |
| 2493 | - if(isset($type['extra_fields'])){$extra_fields= $type['extra_fields'];}
|
|
| 2493 | + if (isset($type['extra_fields'])) {$extra_fields = $type['extra_fields']; }
|
|
| 2494 | 2494 | $type = stripslashes_deep($type); // strip slashes |
| 2495 | - if(isset($type['extra_fields'])){$type['extra_fields'] = $extra_fields;}
|
|
| 2495 | + if (isset($type['extra_fields'])) {$type['extra_fields'] = $extra_fields; }
|
|
| 2496 | 2496 | $html = ''; |
| 2497 | 2497 | $html_var = isset($type['htmlvar_name']) ? $type['htmlvar_name'] : ''; |
| 2498 | - if($html_var=='post'){$html_var='post_address';}
|
|
| 2498 | + if ($html_var == 'post') {$html_var = 'post_address'; }
|
|
| 2499 | 2499 | $field_icon = geodir_field_icon_proccess($type); |
| 2500 | 2500 | $filed_type = $type['type']; |
| 2501 | 2501 | |
@@ -2508,7 +2508,7 @@ discard block |
||
| 2508 | 2508 | * @param string $fields_location The location the field is to be show. |
| 2509 | 2509 | * @param array $type The array of field values. |
| 2510 | 2510 | */ |
| 2511 | - $html = apply_filters("geodir_custom_field_output_{$filed_type}",$html,$fields_location,$type);
|
|
| 2511 | + $html = apply_filters("geodir_custom_field_output_{$filed_type}", $html, $fields_location, $type);
|
|
| 2512 | 2512 | |
| 2513 | 2513 | |
| 2514 | 2514 | /** |
@@ -2554,7 +2554,7 @@ discard block |
||
| 2554 | 2554 | * @param string $htmlvar_name The field HTML var name. |
| 2555 | 2555 | */ |
| 2556 | 2556 | 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, $htmlvar_name),
|
| 2557 | - 'tab_content' => '<div class="geodir-company_info field-group xxx">' . $fieldset_html . '</div>' |
|
| 2557 | + 'tab_content' => '<div class="geodir-company_info field-group xxx">'.$fieldset_html.'</div>' |
|
| 2558 | 2558 | ); |
| 2559 | 2559 | } |
| 2560 | 2560 | } else {
|
@@ -2616,7 +2616,7 @@ discard block |
||
| 2616 | 2616 | } |
| 2617 | 2617 | $status .= ")</strong>"; |
| 2618 | 2618 | |
| 2619 | - $html = '<span class="geodir-post-status">' . $status_icon . ' <font class="geodir-status-label">' . __('Status: ', 'geodirectory') . '</font>' . $status . '</span>';
|
|
| 2619 | + $html = '<span class="geodir-post-status">'.$status_icon.' <font class="geodir-status-label">'.__('Status: ', 'geodirectory').'</font>'.$status.'</span>';
|
|
| 2620 | 2620 | } |
| 2621 | 2621 | } |
| 2622 | 2622 | |
@@ -2685,7 +2685,7 @@ discard block |
||
| 2685 | 2685 | * @return array Modified class array. |
| 2686 | 2686 | */ |
| 2687 | 2687 | function geodir_body_class_active_map($classes = array()) {
|
| 2688 | - $classes[] = 'gd-map-' . geodir_map_name(); |
|
| 2688 | + $classes[] = 'gd-map-'.geodir_map_name(); |
|
| 2689 | 2689 | |
| 2690 | 2690 | return $classes; |
| 2691 | 2691 | } |
@@ -2700,7 +2700,7 @@ discard block |
||
| 2700 | 2700 | * @return string Modified class string. |
| 2701 | 2701 | */ |
| 2702 | 2702 | function geodir_admin_body_class_active_map($class = '') {
|
| 2703 | - $class .= ' gd-map-' . geodir_map_name(); |
|
| 2703 | + $class .= ' gd-map-'.geodir_map_name(); |
|
| 2704 | 2704 | |
| 2705 | 2705 | return $class; |
| 2706 | 2706 | } |
@@ -2720,7 +2720,7 @@ discard block |
||
| 2720 | 2720 | * @return array Translation texts. |
| 2721 | 2721 | */ |
| 2722 | 2722 | function geodir_load_gd_options_text_translation($translation_texts = array()) {
|
| 2723 | - $translation_texts = !empty( $translation_texts ) && is_array( $translation_texts ) ? $translation_texts : array(); |
|
| 2723 | + $translation_texts = !empty($translation_texts) && is_array($translation_texts) ? $translation_texts : array(); |
|
| 2724 | 2724 | |
| 2725 | 2725 | $gd_options = array('geodir_post_submited_success_email_subject_admin', 'geodir_post_submited_success_email_content_admin', 'geodir_post_submited_success_email_subject', 'geodir_post_submited_success_email_content', 'geodir_forgot_password_subject', 'geodir_forgot_password_content', 'geodir_registration_success_email_subject', 'geodir_registration_success_email_content', 'geodir_post_published_email_subject', 'geodir_post_published_email_content', 'geodir_email_friend_subject', 'geodir_email_friend_content', 'geodir_email_enquiry_subject', 'geodir_email_enquiry_content', 'geodir_post_added_success_msg_content', 'geodir_post_edited_email_subject_admin', 'geodir_post_edited_email_content_admin');
|
| 2726 | 2726 | |
@@ -2786,17 +2786,17 @@ discard block |
||
| 2786 | 2786 | * @param array $args The array of menu arguments. |
| 2787 | 2787 | * @return array The modified arguments. |
| 2788 | 2788 | */ |
| 2789 | -function geodir_add_nav_menu_class( $args ) |
|
| 2789 | +function geodir_add_nav_menu_class($args) |
|
| 2790 | 2790 | {
|
| 2791 | 2791 | |
| 2792 | - if(isset($args['menu_class'])){
|
|
| 2792 | + if (isset($args['menu_class'])) {
|
|
| 2793 | 2793 | $args['menu_class'] = $args['menu_class']." gd-menu-z"; |
| 2794 | 2794 | } |
| 2795 | 2795 | |
| 2796 | 2796 | return $args; |
| 2797 | 2797 | } |
| 2798 | 2798 | |
| 2799 | -add_filter( 'wp_nav_menu_args', 'geodir_add_nav_menu_class' ); |
|
| 2799 | +add_filter('wp_nav_menu_args', 'geodir_add_nav_menu_class');
|
|
| 2800 | 2800 | |
| 2801 | 2801 | /** |
| 2802 | 2802 | * Filters WordPress locale ID. |
@@ -2836,7 +2836,7 @@ discard block |
||
| 2836 | 2836 | } |
| 2837 | 2837 | |
| 2838 | 2838 | add_action('geodir_after_save_listing', 'geodir_wpml_duplicate_listing', 100, 2);
|
| 2839 | - add_action( 'geodir_edit_post_link_html', 'geodir_wpml_frontend_duplicate_listing', 0, 1 ); |
|
| 2839 | + add_action('geodir_edit_post_link_html', 'geodir_wpml_frontend_duplicate_listing', 0, 1);
|
|
| 2840 | 2840 | } |
| 2841 | 2841 | } |
| 2842 | 2842 | add_filter('plugins_loaded', 'geodir_wpml_set_filter');
|
@@ -2864,7 +2864,7 @@ discard block |
||
| 2864 | 2864 | } |
| 2865 | 2865 | |
| 2866 | 2866 | if (!empty($keep_vars)) {
|
| 2867 | - foreach ( $languages as $code => $url) {
|
|
| 2867 | + foreach ($languages as $code => $url) {
|
|
| 2868 | 2868 | $filter_url = $url['url']; |
| 2869 | 2869 | |
| 2870 | 2870 | foreach ($keep_vars as $var) {
|
@@ -2883,7 +2883,7 @@ discard block |
||
| 2883 | 2883 | |
| 2884 | 2884 | return $languages; |
| 2885 | 2885 | } |
| 2886 | -add_filter( 'icl_ls_languages', 'geodir_wpml_filter_ls_languages', 11, 1 ); |
|
| 2886 | +add_filter('icl_ls_languages', 'geodir_wpml_filter_ls_languages', 11, 1);
|
|
| 2887 | 2887 | |
| 2888 | 2888 | /** |
| 2889 | 2889 | * Remove Yoast SEO hook if disabled on GD pages. |
@@ -2891,18 +2891,18 @@ discard block |
||
| 2891 | 2891 | * @since 1.6.18 |
| 2892 | 2892 | * |
| 2893 | 2893 | */ |
| 2894 | -function geodir_remove_yoast_seo_metas(){
|
|
| 2895 | - if ( class_exists( 'WPSEO_Frontend' ) && geodir_is_geodir_page() && geodir_disable_yoast_seo_metas() ) {
|
|
| 2894 | +function geodir_remove_yoast_seo_metas() {
|
|
| 2895 | + if (class_exists('WPSEO_Frontend') && geodir_is_geodir_page() && geodir_disable_yoast_seo_metas()) {
|
|
| 2896 | 2896 | $wpseo = WPSEO_Frontend::get_instance(); |
| 2897 | 2897 | |
| 2898 | - remove_action( 'wp_head', array( $wpseo, 'metadesc' ), 6 ); |
|
| 2899 | - remove_action( 'wp_head', array( $wpseo, 'metakeywords' ), 11 ); |
|
| 2900 | - remove_filter( 'pre_get_document_title', array( $wpseo, 'title' ), 15 ); |
|
| 2901 | - remove_filter( 'wp_title', array( $wpseo, 'title' ), 15, 3 ); |
|
| 2902 | - remove_filter( 'thematic_doctitle', array( $wpseo, 'title' ), 15 ); |
|
| 2903 | - remove_filter( 'woo_title', array( $wpseo, 'fix_woo_title' ), 99 ); |
|
| 2898 | + remove_action('wp_head', array($wpseo, 'metadesc'), 6);
|
|
| 2899 | + remove_action('wp_head', array($wpseo, 'metakeywords'), 11);
|
|
| 2900 | + remove_filter('pre_get_document_title', array($wpseo, 'title'), 15);
|
|
| 2901 | + remove_filter('wp_title', array($wpseo, 'title'), 15, 3);
|
|
| 2902 | + remove_filter('thematic_doctitle', array($wpseo, 'title'), 15);
|
|
| 2903 | + remove_filter('woo_title', array($wpseo, 'fix_woo_title'), 99);
|
|
| 2904 | 2904 | |
| 2905 | - remove_action( 'template_redirect', 'wpseo_frontend_head_init', 999 ); |
|
| 2905 | + remove_action('template_redirect', 'wpseo_frontend_head_init', 999);
|
|
| 2906 | 2906 | } |
| 2907 | 2907 | } |
| 2908 | 2908 | |
@@ -2917,22 +2917,22 @@ discard block |
||
| 2917 | 2917 | * |
| 2918 | 2918 | */ |
| 2919 | 2919 | function geodir_wpml_ajax_set_guest_lang() {
|
| 2920 | - if ( geodir_is_wpml() && wpml_is_ajax() && !is_user_logged_in() ) {
|
|
| 2921 | - if ( empty( $_GET['lang'] ) && !( !empty( $_SERVER['REQUEST_URI'] ) && preg_match( '@\.(css|js|png|jpg|gif|jpeg|bmp)@i', basename( preg_replace( '@\?.*$@', '', $_SERVER['REQUEST_URI'] ) ) ) ) ) {
|
|
| 2920 | + if (geodir_is_wpml() && wpml_is_ajax() && !is_user_logged_in()) {
|
|
| 2921 | + if (empty($_GET['lang']) && !(!empty($_SERVER['REQUEST_URI']) && preg_match('@\.(css|js|png|jpg|gif|jpeg|bmp)@i', basename(preg_replace('@\?.*$@', '', $_SERVER['REQUEST_URI']))))) {
|
|
| 2922 | 2922 | global $sitepress; |
| 2923 | 2923 | |
| 2924 | 2924 | $referer = wp_get_referer(); |
| 2925 | 2925 | |
| 2926 | 2926 | $current_lang = $sitepress->get_current_language(); |
| 2927 | - $referrer_lang = $sitepress->get_language_from_url( $referer ); |
|
| 2927 | + $referrer_lang = $sitepress->get_language_from_url($referer); |
|
| 2928 | 2928 | |
| 2929 | - if ( $referrer_lang && $current_lang != $referrer_lang ) {
|
|
| 2929 | + if ($referrer_lang && $current_lang != $referrer_lang) {
|
|
| 2930 | 2930 | $_GET['lang'] = $referrer_lang; |
| 2931 | 2931 | } |
| 2932 | 2932 | } |
| 2933 | 2933 | } |
| 2934 | 2934 | } |
| 2935 | -add_action( 'plugins_loaded', 'geodir_wpml_ajax_set_guest_lang', -1 ); |
|
| 2935 | +add_action('plugins_loaded', 'geodir_wpml_ajax_set_guest_lang', -1);
|
|
| 2936 | 2936 | |
| 2937 | 2937 | /** |
| 2938 | 2938 | * Change country slug czech-republic to czechia and redirect. |
@@ -2953,18 +2953,18 @@ discard block |
||
| 2953 | 2953 | } |
| 2954 | 2954 | |
| 2955 | 2955 | $redirect = false; |
| 2956 | - if (strpos($current_url, '/' . $search . '/') !== false) {
|
|
| 2956 | + if (strpos($current_url, '/'.$search.'/') !== false) {
|
|
| 2957 | 2957 | $redirect = true; |
| 2958 | - $current_url = preg_replace('/\/' . $search . '\//', '/' . $replace . '/', $current_url, 1);
|
|
| 2958 | + $current_url = preg_replace('/\/'.$search.'\//', '/'.$replace.'/', $current_url, 1);
|
|
| 2959 | 2959 | } |
| 2960 | 2960 | |
| 2961 | 2961 | if ($has_slash != "/") {
|
| 2962 | 2962 | $current_url = trim($current_url, '/'); |
| 2963 | 2963 | } |
| 2964 | 2964 | |
| 2965 | - if (strpos($current_url, 'gd_country=' . $search) !== false) {
|
|
| 2965 | + if (strpos($current_url, 'gd_country='.$search) !== false) {
|
|
| 2966 | 2966 | $redirect = true; |
| 2967 | - $current_url = str_replace('gd_country=' . $search, 'gd_country=' . $replace, $current_url);
|
|
| 2967 | + $current_url = str_replace('gd_country='.$search, 'gd_country='.$replace, $current_url);
|
|
| 2968 | 2968 | } |
| 2969 | 2969 | |
| 2970 | 2970 | if ($redirect) {
|
@@ -52,31 +52,31 @@ discard block |
||
| 52 | 52 | jQuery(listSel).children('li').switchClass('gridview_onehalf gridview_onethird gridview_onefourth', 'gridview_onefifth', 600);
|
| 53 | 53 | } |
| 54 | 54 | |
| 55 | - jQuery.post("<?php echo geodir_get_ajax_url();?>&gd_listing_view=" + val, function (data) {
|
|
| 55 | + jQuery.post("<?php echo geodir_get_ajax_url(); ?>&gd_listing_view=" + val, function (data) {
|
|
| 56 | 56 | //alert(data ); |
| 57 | 57 | }); |
| 58 | 58 | } |
| 59 | 59 | </script> |
| 60 | 60 | <div class="geodir-list-view-select"> |
| 61 | 61 | <select name="gd_list_view" id="gd_list_view" onchange="geodir_list_view_select(this);"> |
| 62 | - <?php $listing_view = (int) $gd_session->get( 'gd_listing_view' ); ?> |
|
| 63 | - <option value=""><?php _e( 'View:', 'geodirectory' ); ?></option> |
|
| 62 | + <?php $listing_view = (int) $gd_session->get('gd_listing_view'); ?>
|
|
| 63 | + <option value=""><?php _e('View:', 'geodirectory'); ?></option>
|
|
| 64 | 64 | <option |
| 65 | - value="1" <?php selected( 1, $listing_view ); ?>><?php _e( 'View: List', 'geodirectory' ); ?></option> |
|
| 65 | + value="1" <?php selected(1, $listing_view); ?>><?php _e('View: List', 'geodirectory'); ?></option>
|
|
| 66 | 66 | <option |
| 67 | - value="2" <?php selected( 2, $listing_view ); ?>><?php _e( 'View: Grid 2', 'geodirectory' ); ?></option> |
|
| 67 | + value="2" <?php selected(2, $listing_view); ?>><?php _e('View: Grid 2', 'geodirectory'); ?></option>
|
|
| 68 | 68 | <option |
| 69 | - value="3" <?php selected( 3, $listing_view ); ?>><?php _e( 'View: Grid 3', 'geodirectory' ); ?></option> |
|
| 69 | + value="3" <?php selected(3, $listing_view); ?>><?php _e('View: Grid 3', 'geodirectory'); ?></option>
|
|
| 70 | 70 | <option |
| 71 | - value="4" <?php selected( 4, $listing_view ); ?>><?php _e( 'View: Grid 4', 'geodirectory' ); ?></option> |
|
| 71 | + value="4" <?php selected(4, $listing_view); ?>><?php _e('View: Grid 4', 'geodirectory'); ?></option>
|
|
| 72 | 72 | <option |
| 73 | - value="5" <?php selected( 5, $listing_view ); ?>><?php _e( 'View: Grid 5', 'geodirectory' ); ?></option> |
|
| 73 | + value="5" <?php selected(5, $listing_view); ?>><?php _e('View: Grid 5', 'geodirectory'); ?></option>
|
|
| 74 | 74 | </select> |
| 75 | 75 | </div> |
| 76 | 76 | <?php |
| 77 | 77 | } |
| 78 | 78 | |
| 79 | -add_action( 'geodir_before_listing', 'geodir_list_view_select', 100 ); |
|
| 79 | +add_action('geodir_before_listing', 'geodir_list_view_select', 100);
|
|
| 80 | 80 | |
| 81 | 81 | /** |
| 82 | 82 | * Limit the listing excerpt. |
@@ -91,9 +91,9 @@ discard block |
||
| 91 | 91 | * @global object $post The current post object. |
| 92 | 92 | * @return string The modified excerpt. |
| 93 | 93 | */ |
| 94 | -function geodir_max_excerpt( $charlength ) {
|
|
| 94 | +function geodir_max_excerpt($charlength) {
|
|
| 95 | 95 | global $post; |
| 96 | - if ( $charlength == '0' ) {
|
|
| 96 | + if ($charlength == '0') {
|
|
| 97 | 97 | return; |
| 98 | 98 | } |
| 99 | 99 | $out = ''; |
@@ -101,46 +101,46 @@ discard block |
||
| 101 | 101 | $temp_post = $post; |
| 102 | 102 | $excerpt = get_the_excerpt(); |
| 103 | 103 | |
| 104 | - $charlength ++; |
|
| 105 | - $excerpt_more = function_exists( 'geodirf_excerpt_more' ) ? geodirf_excerpt_more( '' ) : geodir_excerpt_more( '' ); |
|
| 106 | - if ( geodir_utf8_strlen( $excerpt ) > $charlength ) {
|
|
| 107 | - if ( geodir_utf8_strlen( $excerpt_more ) > 0 && geodir_utf8_strpos( $excerpt, $excerpt_more ) !== false ) {
|
|
| 108 | - $excut = - ( geodir_utf8_strlen( $excerpt_more ) ); |
|
| 109 | - $subex = geodir_utf8_substr( $excerpt, 0, $excut ); |
|
| 110 | - if ( $charlength > 0 && geodir_utf8_strlen( $subex ) > $charlength ) {
|
|
| 111 | - $subex = geodir_utf8_substr( $subex, 0, $charlength ); |
|
| 104 | + $charlength++; |
|
| 105 | + $excerpt_more = function_exists('geodirf_excerpt_more') ? geodirf_excerpt_more('') : geodir_excerpt_more('');
|
|
| 106 | + if (geodir_utf8_strlen($excerpt) > $charlength) {
|
|
| 107 | + if (geodir_utf8_strlen($excerpt_more) > 0 && geodir_utf8_strpos($excerpt, $excerpt_more) !== false) {
|
|
| 108 | + $excut = - (geodir_utf8_strlen($excerpt_more)); |
|
| 109 | + $subex = geodir_utf8_substr($excerpt, 0, $excut); |
|
| 110 | + if ($charlength > 0 && geodir_utf8_strlen($subex) > $charlength) {
|
|
| 111 | + $subex = geodir_utf8_substr($subex, 0, $charlength); |
|
| 112 | 112 | } |
| 113 | 113 | $out .= $subex; |
| 114 | 114 | } else {
|
| 115 | - $subex = geodir_utf8_substr( $excerpt, 0, $charlength - 5 ); |
|
| 116 | - $exwords = explode( ' ', $subex ); |
|
| 117 | - $excut = - ( geodir_utf8_strlen( $exwords[ count( $exwords ) - 1 ] ) ); |
|
| 118 | - if ( $excut < 0 ) {
|
|
| 119 | - $out .= geodir_utf8_substr( $subex, 0, $excut ); |
|
| 115 | + $subex = geodir_utf8_substr($excerpt, 0, $charlength - 5); |
|
| 116 | + $exwords = explode(' ', $subex);
|
|
| 117 | + $excut = - (geodir_utf8_strlen($exwords[count($exwords) - 1])); |
|
| 118 | + if ($excut < 0) {
|
|
| 119 | + $out .= geodir_utf8_substr($subex, 0, $excut); |
|
| 120 | 120 | } else {
|
| 121 | 121 | $out .= $subex; |
| 122 | 122 | } |
| 123 | 123 | } |
| 124 | - $out .= ' <a class="excerpt-read-more" href="' . get_permalink() . '" title="' . get_the_title() . '">'; |
|
| 124 | + $out .= ' <a class="excerpt-read-more" href="'.get_permalink().'" title="'.get_the_title().'">'; |
|
| 125 | 125 | /** |
| 126 | 126 | * Filter excerpt read more text. |
| 127 | 127 | * |
| 128 | 128 | * @since 1.0.0 |
| 129 | 129 | */ |
| 130 | - $out .= apply_filters( 'geodir_max_excerpt_end', __( 'Read more [...]', 'geodirectory' ) ); |
|
| 130 | + $out .= apply_filters('geodir_max_excerpt_end', __('Read more [...]', 'geodirectory'));
|
|
| 131 | 131 | $out .= '</a>'; |
| 132 | 132 | |
| 133 | 133 | } else {
|
| 134 | - if ( geodir_utf8_strlen( $excerpt_more ) > 0 && geodir_utf8_strpos( $excerpt, $excerpt_more ) !== false ) {
|
|
| 135 | - $excut = - ( geodir_utf8_strlen( $excerpt_more ) ); |
|
| 136 | - $out .= geodir_utf8_substr( $excerpt, 0, $excut ); |
|
| 137 | - $out .= ' <a class="excerpt-read-more" href="' . get_permalink() . '" title="' . get_the_title() . '">'; |
|
| 134 | + if (geodir_utf8_strlen($excerpt_more) > 0 && geodir_utf8_strpos($excerpt, $excerpt_more) !== false) {
|
|
| 135 | + $excut = - (geodir_utf8_strlen($excerpt_more)); |
|
| 136 | + $out .= geodir_utf8_substr($excerpt, 0, $excut); |
|
| 137 | + $out .= ' <a class="excerpt-read-more" href="'.get_permalink().'" title="'.get_the_title().'">'; |
|
| 138 | 138 | /** |
| 139 | 139 | * Filter excerpt read more text. |
| 140 | 140 | * |
| 141 | 141 | * @since 1.0.0 |
| 142 | 142 | */ |
| 143 | - $out .= apply_filters( 'geodir_max_excerpt_end', __( 'Read more [...]', 'geodirectory' ) ); |
|
| 143 | + $out .= apply_filters('geodir_max_excerpt_end', __('Read more [...]', 'geodirectory'));
|
|
| 144 | 144 | $out .= '</a>'; |
| 145 | 145 | } else {
|
| 146 | 146 | $out .= $excerpt; |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | * |
| 164 | 164 | * @return object Returns filtered package info as an object. |
| 165 | 165 | */ |
| 166 | -function geodir_post_package_info( $package_info, $post = '', $post_type = '' ) {
|
|
| 166 | +function geodir_post_package_info($package_info, $post = '', $post_type = '') {
|
|
| 167 | 167 | $package_info['pid'] = 0; |
| 168 | 168 | $package_info['days'] = 0; |
| 169 | 169 | $package_info['amount'] = 0; |
@@ -192,7 +192,7 @@ discard block |
||
| 192 | 192 | * @param object|string $post The post object. |
| 193 | 193 | * @param string $post_type The post type. |
| 194 | 194 | */ |
| 195 | - return (object) apply_filters( 'geodir_post_package_info', $package_info, $post, $post_type ); |
|
| 195 | + return (object) apply_filters('geodir_post_package_info', $package_info, $post, $post_type);
|
|
| 196 | 196 | |
| 197 | 197 | } |
| 198 | 198 | |
@@ -220,11 +220,11 @@ discard block |
||
| 220 | 220 | * |
| 221 | 221 | * } |
| 222 | 222 | */ |
| 223 | -function geodir_send_inquiry( $request ) {
|
|
| 223 | +function geodir_send_inquiry($request) {
|
|
| 224 | 224 | global $wpdb; |
| 225 | 225 | |
| 226 | 226 | // strip slashes from text |
| 227 | - $request = ! empty( $request ) ? stripslashes_deep( $request ) : $request; |
|
| 227 | + $request = !empty($request) ? stripslashes_deep($request) : $request; |
|
| 228 | 228 | |
| 229 | 229 | $yourname = $request['inq_name']; |
| 230 | 230 | $youremail = $request['inq_email']; |
@@ -235,26 +235,26 @@ discard block |
||
| 235 | 235 | $author_id = ''; |
| 236 | 236 | $post_title = ''; |
| 237 | 237 | |
| 238 | - if ( $request['pid'] ) {
|
|
| 238 | + if ($request['pid']) {
|
|
| 239 | 239 | |
| 240 | 240 | $productinfosql = $wpdb->prepare( |
| 241 | 241 | "select ID,post_author,post_title from $wpdb->posts where ID =%d", |
| 242 | - array( $request['pid'] ) |
|
| 242 | + array($request['pid']) |
|
| 243 | 243 | ); |
| 244 | - $productinfo = $wpdb->get_row( $productinfosql ); |
|
| 244 | + $productinfo = $wpdb->get_row($productinfosql); |
|
| 245 | 245 | |
| 246 | 246 | $author_id = $productinfo->post_author; |
| 247 | 247 | $post_title = $productinfo->post_title; |
| 248 | 248 | } |
| 249 | 249 | |
| 250 | - $post_title = '<a href="' . get_permalink( $pid ) . '">' . $post_title . '</a>'; |
|
| 250 | + $post_title = '<a href="'.get_permalink($pid).'">'.$post_title.'</a>'; |
|
| 251 | 251 | |
| 252 | - $user_info = get_userdata( $author_id ); |
|
| 253 | - $to_email = geodir_get_post_meta( $pid, 'geodir_email', true ); |
|
| 254 | - $to_name = geodir_get_client_name( $author_id ); |
|
| 252 | + $user_info = get_userdata($author_id); |
|
| 253 | + $to_email = geodir_get_post_meta($pid, 'geodir_email', true); |
|
| 254 | + $to_name = geodir_get_client_name($author_id); |
|
| 255 | 255 | |
| 256 | - if ( $to_email == '' ) {
|
|
| 257 | - $to_email = get_option( 'admin_email' ); |
|
| 256 | + if ($to_email == '') {
|
|
| 257 | + $to_email = get_option('admin_email');
|
|
| 258 | 258 | } |
| 259 | 259 | |
| 260 | 260 | /** |
@@ -275,10 +275,10 @@ discard block |
||
| 275 | 275 | * } |
| 276 | 276 | * @param string $type The form type, default: `Enquiry`. |
| 277 | 277 | */ |
| 278 | - do_action( 'geodir_after_send_enquiry', $request, 'Enquiry' ); |
|
| 278 | + do_action('geodir_after_send_enquiry', $request, 'Enquiry');
|
|
| 279 | 279 | |
| 280 | 280 | $client_message = $frnd_comments; |
| 281 | - $client_message .= '<br>' . __( 'From :', 'geodirectory' ) . ' ' . $yourname . '<br>' . __( 'Phone :', 'geodirectory' ) . ' ' . $inq_phone . '<br>' . __( 'Email :', 'geodirectory' ) . ' ' . $youremail . '<br><br>' . __( 'Sent from', 'geodirectory' ) . ' - <b><a href="' . trailingslashit( home_url() ) . '">' . get_option( 'blogname' ) . '</a></b>.'; |
|
| 281 | + $client_message .= '<br>'.__('From :', 'geodirectory').' '.$yourname.'<br>'.__('Phone :', 'geodirectory').' '.$inq_phone.'<br>'.__('Email :', 'geodirectory').' '.$youremail.'<br><br>'.__('Sent from', 'geodirectory').' - <b><a href="'.trailingslashit(home_url()).'">'.get_option('blogname').'</a></b>.';
|
|
| 282 | 282 | /** |
| 283 | 283 | * Filter client message text. |
| 284 | 284 | * |
@@ -286,7 +286,7 @@ discard block |
||
| 286 | 286 | * |
| 287 | 287 | * @param string $client_message Client message text. |
| 288 | 288 | */ |
| 289 | - $client_message = apply_filters( 'geodir_inquiry_email_msg', $client_message ); |
|
| 289 | + $client_message = apply_filters('geodir_inquiry_email_msg', $client_message);
|
|
| 290 | 290 | |
| 291 | 291 | /** |
| 292 | 292 | * Called before the send enquiry email is sent. |
@@ -305,12 +305,12 @@ discard block |
||
| 305 | 305 | * |
| 306 | 306 | * } |
| 307 | 307 | */ |
| 308 | - do_action( 'geodir_before_send_enquiry_email', $request ); |
|
| 309 | - if ( $to_email ) {
|
|
| 308 | + do_action('geodir_before_send_enquiry_email', $request);
|
|
| 309 | + if ($to_email) {
|
|
| 310 | 310 | // strip slashes message |
| 311 | - $client_message = stripslashes_deep( $client_message ); |
|
| 311 | + $client_message = stripslashes_deep($client_message); |
|
| 312 | 312 | |
| 313 | - geodir_sendEmail( $youremail, $yourname, $to_email, $to_name, '', $client_message, $extra = '', 'send_enquiry', $request['pid'] );//To client email |
|
| 313 | + geodir_sendEmail($youremail, $yourname, $to_email, $to_name, '', $client_message, $extra = '', 'send_enquiry', $request['pid']); //To client email |
|
| 314 | 314 | } |
| 315 | 315 | |
| 316 | 316 | /** |
@@ -330,12 +330,12 @@ discard block |
||
| 330 | 330 | * |
| 331 | 331 | * } |
| 332 | 332 | */ |
| 333 | - do_action( 'geodir_after_send_enquiry_email', $request ); |
|
| 334 | - $url = get_permalink( $pid ); |
|
| 335 | - if ( strstr( $url, '?' ) ) {
|
|
| 336 | - $url = $url . "&send_inquiry=success"; |
|
| 333 | + do_action('geodir_after_send_enquiry_email', $request);
|
|
| 334 | + $url = get_permalink($pid); |
|
| 335 | + if (strstr($url, '?')) {
|
|
| 336 | + $url = $url."&send_inquiry=success"; |
|
| 337 | 337 | } else {
|
| 338 | - $url = $url . "?send_inquiry=success"; |
|
| 338 | + $url = $url."?send_inquiry=success"; |
|
| 339 | 339 | } |
| 340 | 340 | /** |
| 341 | 341 | * Filter redirect url after the send enquiry email is sent. |
@@ -344,8 +344,8 @@ discard block |
||
| 344 | 344 | * |
| 345 | 345 | * @param string $url Redirect url. |
| 346 | 346 | */ |
| 347 | - $url = apply_filters( 'geodir_send_enquiry_after_submit_redirect', $url ); |
|
| 348 | - wp_redirect( $url ); |
|
| 347 | + $url = apply_filters('geodir_send_enquiry_after_submit_redirect', $url);
|
|
| 348 | + wp_redirect($url); |
|
| 349 | 349 | gd_die(); |
| 350 | 350 | |
| 351 | 351 | } |
@@ -374,11 +374,11 @@ discard block |
||
| 374 | 374 | * } |
| 375 | 375 | * @global object $wpdb WordPress Database object. |
| 376 | 376 | */ |
| 377 | -function geodir_send_friend( $request ) {
|
|
| 377 | +function geodir_send_friend($request) {
|
|
| 378 | 378 | global $wpdb; |
| 379 | 379 | |
| 380 | 380 | // strip slashes from text |
| 381 | - $request = ! empty( $request ) ? stripslashes_deep( $request ) : $request; |
|
| 381 | + $request = !empty($request) ? stripslashes_deep($request) : $request; |
|
| 382 | 382 | |
| 383 | 383 | $yourname = $request['yourname']; |
| 384 | 384 | $youremail = $request['youremail']; |
@@ -387,13 +387,13 @@ discard block |
||
| 387 | 387 | $pid = $request['pid']; |
| 388 | 388 | $to_email = $request['to_email']; |
| 389 | 389 | $to_name = $request['to_name']; |
| 390 | - if ( $request['pid'] ) {
|
|
| 390 | + if ($request['pid']) {
|
|
| 391 | 391 | $productinfosql = $wpdb->prepare( |
| 392 | 392 | "select ID,post_title from $wpdb->posts where ID =%d", |
| 393 | - array( $request['pid'] ) |
|
| 393 | + array($request['pid']) |
|
| 394 | 394 | ); |
| 395 | - $productinfo = $wpdb->get_results( $productinfosql ); |
|
| 396 | - foreach ( $productinfo as $productinfoObj ) {
|
|
| 395 | + $productinfo = $wpdb->get_results($productinfosql); |
|
| 396 | + foreach ($productinfo as $productinfoObj) {
|
|
| 397 | 397 | $post_title = $productinfoObj->post_title; |
| 398 | 398 | } |
| 399 | 399 | } |
@@ -417,8 +417,8 @@ discard block |
||
| 417 | 417 | * |
| 418 | 418 | * } |
| 419 | 419 | */ |
| 420 | - do_action( 'geodir_before_send_to_friend_email', $request ); |
|
| 421 | - geodir_sendEmail( $youremail, $yourname, $to_email, $to_name, $frnd_subject, $frnd_comments, $extra = '', 'send_friend', $request['pid'] );//To client email |
|
| 420 | + do_action('geodir_before_send_to_friend_email', $request);
|
|
| 421 | + geodir_sendEmail($youremail, $yourname, $to_email, $to_name, $frnd_subject, $frnd_comments, $extra = '', 'send_friend', $request['pid']); //To client email |
|
| 422 | 422 | |
| 423 | 423 | /** |
| 424 | 424 | * Called after the send to friend email is sent. |
@@ -439,13 +439,13 @@ discard block |
||
| 439 | 439 | * |
| 440 | 440 | * } |
| 441 | 441 | */ |
| 442 | - do_action( 'geodir_after_send_to_friend_email', $request ); |
|
| 442 | + do_action('geodir_after_send_to_friend_email', $request);
|
|
| 443 | 443 | |
| 444 | - $url = get_permalink( $pid ); |
|
| 445 | - if ( strstr( $url, '?' ) ) {
|
|
| 446 | - $url = $url . "&sendtofrnd=success"; |
|
| 444 | + $url = get_permalink($pid); |
|
| 445 | + if (strstr($url, '?')) {
|
|
| 446 | + $url = $url."&sendtofrnd=success"; |
|
| 447 | 447 | } else {
|
| 448 | - $url = $url . "?sendtofrnd=success"; |
|
| 448 | + $url = $url."?sendtofrnd=success"; |
|
| 449 | 449 | } |
| 450 | 450 | /** |
| 451 | 451 | * Filter redirect url after the send to friend email is sent. |
@@ -454,8 +454,8 @@ discard block |
||
| 454 | 454 | * |
| 455 | 455 | * @param string $url Redirect url. |
| 456 | 456 | */ |
| 457 | - $url = apply_filters( 'geodir_send_to_friend_after_submit_redirect', $url ); |
|
| 458 | - wp_redirect( $url ); |
|
| 457 | + $url = apply_filters('geodir_send_to_friend_after_submit_redirect', $url);
|
|
| 458 | + wp_redirect($url); |
|
| 459 | 459 | gd_die(); |
| 460 | 460 | } |
| 461 | 461 | |
@@ -469,8 +469,8 @@ discard block |
||
| 469 | 469 | * |
| 470 | 470 | * @param string $hash_key |
| 471 | 471 | */ |
| 472 | -function geodir_before_tab_content( $hash_key ) {
|
|
| 473 | - switch ( $hash_key ) {
|
|
| 472 | +function geodir_before_tab_content($hash_key) {
|
|
| 473 | + switch ($hash_key) {
|
|
| 474 | 474 | case 'post_info' : |
| 475 | 475 | echo '<div class="geodir-company_info field-group">'; |
| 476 | 476 | break; |
@@ -480,7 +480,7 @@ discard block |
||
| 480 | 480 | * |
| 481 | 481 | * @since 1.0.0 |
| 482 | 482 | */ |
| 483 | - echo ' <div id="' . apply_filters( 'geodir_post_gallery_id', 'geodir-post-gallery' ) . '" class="clearfix" >'; |
|
| 483 | + echo ' <div id="'.apply_filters('geodir_post_gallery_id', 'geodir-post-gallery').'" class="clearfix" >';
|
|
| 484 | 484 | break; |
| 485 | 485 | case 'reviews' : |
| 486 | 486 | echo '<div id="reviews-wrap" class="clearfix"> '; |
@@ -504,8 +504,8 @@ discard block |
||
| 504 | 504 | * |
| 505 | 505 | * @param string $hash_key |
| 506 | 506 | */ |
| 507 | -function geodir_after_tab_content( $hash_key ) {
|
|
| 508 | - switch ( $hash_key ) {
|
|
| 507 | +function geodir_after_tab_content($hash_key) {
|
|
| 508 | + switch ($hash_key) {
|
|
| 509 | 509 | case 'post_info' : |
| 510 | 510 | echo '</div>'; |
| 511 | 511 | break; |
@@ -536,25 +536,25 @@ discard block |
||
| 536 | 536 | * @global object $wpdb WordPress Database object. |
| 537 | 537 | * @return bool|null|string Returns default sort results, when the post type is valid. Otherwise returns false. |
| 538 | 538 | */ |
| 539 | -function geodir_get_posts_default_sort( $post_type ) {
|
|
| 539 | +function geodir_get_posts_default_sort($post_type) {
|
|
| 540 | 540 | |
| 541 | 541 | global $wpdb; |
| 542 | 542 | |
| 543 | - if ( $post_type != '' ) {
|
|
| 543 | + if ($post_type != '') {
|
|
| 544 | 544 | |
| 545 | 545 | $all_postypes = geodir_get_posttypes(); |
| 546 | 546 | |
| 547 | - if ( ! in_array( $post_type, $all_postypes ) ) {
|
|
| 547 | + if (!in_array($post_type, $all_postypes)) {
|
|
| 548 | 548 | return false; |
| 549 | 549 | } |
| 550 | 550 | |
| 551 | - $sort_field_info = $wpdb->get_var( $wpdb->prepare( "select default_order from " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " where post_type= %s and is_active=%d and is_default=%d", array( |
|
| 551 | + $sort_field_info = $wpdb->get_var($wpdb->prepare("select default_order from ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." where post_type= %s and is_active=%d and is_default=%d", array(
|
|
| 552 | 552 | $post_type, |
| 553 | 553 | 1, |
| 554 | 554 | 1 |
| 555 | - ) ) ); |
|
| 555 | + ))); |
|
| 556 | 556 | |
| 557 | - if ( ! empty( $sort_field_info ) ) {
|
|
| 557 | + if (!empty($sort_field_info)) {
|
|
| 558 | 558 | return $sort_field_info; |
| 559 | 559 | } |
| 560 | 560 | |
@@ -574,20 +574,20 @@ discard block |
||
| 574 | 574 | * @global object $wpdb WordPress Database object. |
| 575 | 575 | * @return bool|mixed|void Returns sort results, when the post type is valid. Otherwise returns false. |
| 576 | 576 | */ |
| 577 | -function geodir_get_sort_options( $post_type ) {
|
|
| 577 | +function geodir_get_sort_options($post_type) {
|
|
| 578 | 578 | global $wpdb; |
| 579 | 579 | |
| 580 | - if ( $post_type != '' ) {
|
|
| 580 | + if ($post_type != '') {
|
|
| 581 | 581 | $all_postypes = geodir_get_posttypes(); |
| 582 | 582 | |
| 583 | - if ( ! in_array( $post_type, $all_postypes ) ) {
|
|
| 583 | + if (!in_array($post_type, $all_postypes)) {
|
|
| 584 | 584 | return false; |
| 585 | 585 | } |
| 586 | 586 | |
| 587 | - $sort_field_info = $wpdb->get_results( $wpdb->prepare( "SELECT * FROM " . GEODIR_CUSTOM_SORT_FIELDS_TABLE . " WHERE post_type=%s AND is_active=%d AND (sort_asc=1 || sort_desc=1 || field_type='random') AND field_type != 'address' ORDER BY sort_order ASC", array( |
|
| 587 | + $sort_field_info = $wpdb->get_results($wpdb->prepare("SELECT * FROM ".GEODIR_CUSTOM_SORT_FIELDS_TABLE." WHERE post_type=%s AND is_active=%d AND (sort_asc=1 || sort_desc=1 || field_type='random') AND field_type != 'address' ORDER BY sort_order ASC", array(
|
|
| 588 | 588 | $post_type, |
| 589 | 589 | 1 |
| 590 | - ) ) ); |
|
| 590 | + ))); |
|
| 591 | 591 | |
| 592 | 592 | /** |
| 593 | 593 | * Filter post sort options. |
@@ -597,7 +597,7 @@ discard block |
||
| 597 | 597 | * @param array $sort_field_info Unfiltered sort field array. |
| 598 | 598 | * @param string $post_type Post type. |
| 599 | 599 | */ |
| 600 | - return apply_filters( 'geodir_get_sort_options', $sort_field_info, $post_type ); |
|
| 600 | + return apply_filters('geodir_get_sort_options', $sort_field_info, $post_type);
|
|
| 601 | 601 | } |
| 602 | 602 | |
| 603 | 603 | } |
@@ -618,63 +618,63 @@ discard block |
||
| 618 | 618 | * |
| 619 | 619 | * @since 1.4.4 |
| 620 | 620 | */ |
| 621 | - if ( is_search() ) {
|
|
| 621 | + if (is_search()) {
|
|
| 622 | 622 | return; |
| 623 | 623 | } |
| 624 | 624 | |
| 625 | 625 | $sort_by = ''; |
| 626 | 626 | |
| 627 | - if ( isset( $_REQUEST['sort_by'] ) ) {
|
|
| 627 | + if (isset($_REQUEST['sort_by'])) {
|
|
| 628 | 628 | $sort_by = $_REQUEST['sort_by']; |
| 629 | 629 | } |
| 630 | 630 | |
| 631 | 631 | $gd_post_type = geodir_get_current_posttype(); |
| 632 | 632 | |
| 633 | - $sort_options = geodir_get_sort_options( $gd_post_type ); |
|
| 633 | + $sort_options = geodir_get_sort_options($gd_post_type); |
|
| 634 | 634 | |
| 635 | 635 | |
| 636 | 636 | $sort_field_options = ''; |
| 637 | 637 | |
| 638 | - if ( ! empty( $sort_options ) ) {
|
|
| 639 | - foreach ( $sort_options as $sort ) {
|
|
| 640 | - $sort = stripslashes_deep( $sort ); // strip slashes |
|
| 638 | + if (!empty($sort_options)) {
|
|
| 639 | + foreach ($sort_options as $sort) {
|
|
| 640 | + $sort = stripslashes_deep($sort); // strip slashes |
|
| 641 | 641 | |
| 642 | - $label = __( $sort->site_title, 'geodirectory' ); |
|
| 642 | + $label = __($sort->site_title, 'geodirectory'); |
|
| 643 | 643 | |
| 644 | - if ( $sort->field_type == 'random' ) {
|
|
| 644 | + if ($sort->field_type == 'random') {
|
|
| 645 | 645 | $key = $sort->field_type; |
| 646 | - ( $sort_by == $key || ( $sort->is_default == '1' && ! isset( $_REQUEST['sort_by'] ) ) ) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 647 | - $sort_field_options .= '<option ' . $selected . ' value="' . esc_url( add_query_arg( 'sort_by', $key ) ) . '">' . __( $label, 'geodirectory' ) . '</option>'; |
|
| 646 | + ($sort_by == $key || ($sort->is_default == '1' && !isset($_REQUEST['sort_by']))) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 647 | + $sort_field_options .= '<option '.$selected.' value="'.esc_url(add_query_arg('sort_by', $key)).'">'.__($label, 'geodirectory').'</option>';
|
|
| 648 | 648 | } |
| 649 | 649 | |
| 650 | - if ( $sort->htmlvar_name == 'comment_count' ) {
|
|
| 650 | + if ($sort->htmlvar_name == 'comment_count') {
|
|
| 651 | 651 | $sort->htmlvar_name = 'rating_count'; |
| 652 | 652 | } |
| 653 | 653 | |
| 654 | - if ( $sort->sort_asc ) {
|
|
| 655 | - $key = $sort->htmlvar_name . '_asc'; |
|
| 654 | + if ($sort->sort_asc) {
|
|
| 655 | + $key = $sort->htmlvar_name.'_asc'; |
|
| 656 | 656 | $label = $sort->site_title; |
| 657 | - if ( $sort->asc_title ) {
|
|
| 657 | + if ($sort->asc_title) {
|
|
| 658 | 658 | $label = $sort->asc_title; |
| 659 | 659 | } |
| 660 | - ( $sort_by == $key || ( $sort->is_default == '1' && $sort->default_order == $key && ! isset( $_REQUEST['sort_by'] ) ) ) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 661 | - $sort_field_options .= '<option ' . $selected . ' value="' . esc_url( add_query_arg( 'sort_by', $key ) ) . '">' . __( $label, 'geodirectory' ) . '</option>'; |
|
| 660 | + ($sort_by == $key || ($sort->is_default == '1' && $sort->default_order == $key && !isset($_REQUEST['sort_by']))) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 661 | + $sort_field_options .= '<option '.$selected.' value="'.esc_url(add_query_arg('sort_by', $key)).'">'.__($label, 'geodirectory').'</option>';
|
|
| 662 | 662 | } |
| 663 | 663 | |
| 664 | - if ( $sort->sort_desc ) {
|
|
| 665 | - $key = $sort->htmlvar_name . '_desc'; |
|
| 664 | + if ($sort->sort_desc) {
|
|
| 665 | + $key = $sort->htmlvar_name.'_desc'; |
|
| 666 | 666 | $label = $sort->site_title; |
| 667 | - if ( $sort->desc_title ) {
|
|
| 667 | + if ($sort->desc_title) {
|
|
| 668 | 668 | $label = $sort->desc_title; |
| 669 | 669 | } |
| 670 | - ( $sort_by == $key || ( $sort->is_default == '1' && $sort->default_order == $key && ! isset( $_REQUEST['sort_by'] ) ) ) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 671 | - $sort_field_options .= '<option ' . $selected . ' value="' . esc_url( add_query_arg( 'sort_by', $key ) ) . '">' . __( $label, 'geodirectory' ) . '</option>'; |
|
| 670 | + ($sort_by == $key || ($sort->is_default == '1' && $sort->default_order == $key && !isset($_REQUEST['sort_by']))) ? $selected = 'selected="selected"' : $selected = ''; |
|
| 671 | + $sort_field_options .= '<option '.$selected.' value="'.esc_url(add_query_arg('sort_by', $key)).'">'.__($label, 'geodirectory').'</option>';
|
|
| 672 | 672 | } |
| 673 | 673 | |
| 674 | 674 | } |
| 675 | 675 | } |
| 676 | 676 | |
| 677 | - if ( $sort_field_options != '' ) {
|
|
| 677 | + if ($sort_field_options != '') {
|
|
| 678 | 678 | |
| 679 | 679 | ?> |
| 680 | 680 | |
@@ -683,9 +683,9 @@ discard block |
||
| 683 | 683 | <select name="sort_by" id="sort_by" onchange="javascript:window.location=this.value;"> |
| 684 | 684 | |
| 685 | 685 | <option |
| 686 | - value="<?php echo esc_url( add_query_arg( 'sort_by', '' ) ); ?>" <?php if ( $sort_by == '' ) {
|
|
| 686 | + value="<?php echo esc_url(add_query_arg('sort_by', '')); ?>" <?php if ($sort_by == '') {
|
|
| 687 | 687 | echo 'selected="selected"'; |
| 688 | - } ?>><?php _e( 'Sort By', 'geodirectory' ); ?></option><?php |
|
| 688 | + } ?>><?php _e('Sort By', 'geodirectory'); ?></option><?php
|
|
| 689 | 689 | |
| 690 | 690 | echo $sort_field_options; ?> |
| 691 | 691 | |
@@ -713,9 +713,9 @@ discard block |
||
| 713 | 713 | * |
| 714 | 714 | * @return string Returns the section title. |
| 715 | 715 | */ |
| 716 | -function geodir_advance_customfields_heading( $title, $field_type ) {
|
|
| 716 | +function geodir_advance_customfields_heading($title, $field_type) {
|
|
| 717 | 717 | |
| 718 | - if ( in_array( $field_type, array( 'multiselect', 'textarea', 'taxonomy' ) ) ) {
|
|
| 718 | + if (in_array($field_type, array('multiselect', 'textarea', 'taxonomy'))) {
|
|
| 719 | 719 | $title = ''; |
| 720 | 720 | } |
| 721 | 721 | |
@@ -737,19 +737,19 @@ discard block |
||
| 737 | 737 | * @global object $gd_session GeoDirectory Session object. |
| 738 | 738 | * @return string Returns related posts html. |
| 739 | 739 | */ |
| 740 | -function geodir_related_posts_display( $request ) {
|
|
| 741 | - if ( ! empty( $request ) ) {
|
|
| 742 | - $before_title = ( isset( $request['before_title'] ) && ! empty( $request['before_title'] ) ) ? $request['before_title'] : ''; |
|
| 743 | - $after_title = ( isset( $request['after_title'] ) && ! empty( $request['after_title'] ) ) ? $request['after_title'] : ''; |
|
| 744 | - |
|
| 745 | - $title = ( isset( $request['title'] ) && ! empty( $request['title'] ) ) ? $request['title'] : __( 'Related Listings', 'geodirectory' ); |
|
| 746 | - $post_number = ( isset( $request['post_number'] ) && ! empty( $request['post_number'] ) ) ? $request['post_number'] : '5'; |
|
| 747 | - $relate_to = ( isset( $request['relate_to'] ) && ! empty( $request['relate_to'] ) ) ? $request['relate_to'] : 'category'; |
|
| 748 | - $layout = ( isset( $request['layout'] ) && ! empty( $request['layout'] ) ) ? $request['layout'] : 'gridview_onehalf'; |
|
| 749 | - $add_location_filter = ( isset( $request['add_location_filter'] ) && ! empty( $request['add_location_filter'] ) ) ? $request['add_location_filter'] : '0'; |
|
| 750 | - $listing_width = ( isset( $request['listing_width'] ) && ! empty( $request['listing_width'] ) ) ? $request['listing_width'] : ''; |
|
| 751 | - $list_sort = ( isset( $request['list_sort'] ) && ! empty( $request['list_sort'] ) ) ? $request['list_sort'] : 'latest'; |
|
| 752 | - $character_count = ( isset( $request['character_count'] ) && ! empty( $request['character_count'] ) ) ? $request['character_count'] : ''; |
|
| 740 | +function geodir_related_posts_display($request) {
|
|
| 741 | + if (!empty($request)) {
|
|
| 742 | + $before_title = (isset($request['before_title']) && !empty($request['before_title'])) ? $request['before_title'] : ''; |
|
| 743 | + $after_title = (isset($request['after_title']) && !empty($request['after_title'])) ? $request['after_title'] : ''; |
|
| 744 | + |
|
| 745 | + $title = (isset($request['title']) && !empty($request['title'])) ? $request['title'] : __('Related Listings', 'geodirectory');
|
|
| 746 | + $post_number = (isset($request['post_number']) && !empty($request['post_number'])) ? $request['post_number'] : '5'; |
|
| 747 | + $relate_to = (isset($request['relate_to']) && !empty($request['relate_to'])) ? $request['relate_to'] : 'category'; |
|
| 748 | + $layout = (isset($request['layout']) && !empty($request['layout'])) ? $request['layout'] : 'gridview_onehalf'; |
|
| 749 | + $add_location_filter = (isset($request['add_location_filter']) && !empty($request['add_location_filter'])) ? $request['add_location_filter'] : '0'; |
|
| 750 | + $listing_width = (isset($request['listing_width']) && !empty($request['listing_width'])) ? $request['listing_width'] : ''; |
|
| 751 | + $list_sort = (isset($request['list_sort']) && !empty($request['list_sort'])) ? $request['list_sort'] : 'latest'; |
|
| 752 | + $character_count = (isset($request['character_count']) && !empty($request['character_count'])) ? $request['character_count'] : ''; |
|
| 753 | 753 | |
| 754 | 754 | global $wpdb, $post, $gd_session, $related_nearest, $related_parent_lat, $related_parent_lon; |
| 755 | 755 | $related_parent_lat = !empty($post->post_latitude) ? $post->post_latitude : ''; |
@@ -757,10 +757,10 @@ discard block |
||
| 757 | 757 | $arr_detail_page_tabs = geodir_detail_page_tabs_list(); |
| 758 | 758 | |
| 759 | 759 | $related_listing_array = array(); |
| 760 | - if ( get_option( 'geodir_add_related_listing_posttypes' ) ) {
|
|
| 761 | - $related_listing_array = get_option( 'geodir_add_related_listing_posttypes' ); |
|
| 760 | + if (get_option('geodir_add_related_listing_posttypes')) {
|
|
| 761 | + $related_listing_array = get_option('geodir_add_related_listing_posttypes');
|
|
| 762 | 762 | } |
| 763 | - if ( isset($post->post_type) && in_array( $post->post_type, $related_listing_array ) ) {
|
|
| 763 | + if (isset($post->post_type) && in_array($post->post_type, $related_listing_array)) {
|
|
| 764 | 764 | $arr_detail_page_tabs['related_listing']['is_display'] = true; |
| 765 | 765 | } |
| 766 | 766 | |
@@ -772,90 +772,90 @@ discard block |
||
| 772 | 772 | $tax_field = 'id'; |
| 773 | 773 | $category = array(); |
| 774 | 774 | |
| 775 | - if ( isset( $_REQUEST['backandedit'] ) ) {
|
|
| 776 | - $post = (object) $gd_session->get( 'listing' ); |
|
| 775 | + if (isset($_REQUEST['backandedit'])) {
|
|
| 776 | + $post = (object) $gd_session->get('listing');
|
|
| 777 | 777 | $post_type = $post->listing_type; |
| 778 | - if ( isset( $_REQUEST['pid'] ) && $_REQUEST['pid'] != '' ) {
|
|
| 778 | + if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 779 | 779 | $post_id = $_REQUEST['pid']; |
| 780 | 780 | } |
| 781 | - } elseif ( isset( $_REQUEST['pid'] ) && $_REQUEST['pid'] != '' ) {
|
|
| 782 | - $post = geodir_get_post_info( $_REQUEST['pid'] ); |
|
| 781 | + } elseif (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
|
| 782 | + $post = geodir_get_post_info($_REQUEST['pid']); |
|
| 783 | 783 | $post_type = $post->post_type; |
| 784 | 784 | $post_id = $_REQUEST['pid']; |
| 785 | - } elseif ( isset( $post->post_type ) && $post->post_type != '' ) {
|
|
| 785 | + } elseif (isset($post->post_type) && $post->post_type != '') {
|
|
| 786 | 786 | $post_type = $post->post_type; |
| 787 | 787 | $post_id = $post->ID; |
| 788 | 788 | } |
| 789 | 789 | |
| 790 | - if ( $relate_to == 'category' ) {
|
|
| 790 | + if ($relate_to == 'category') {
|
|
| 791 | 791 | |
| 792 | - $category_taxonomy = $post_type . $relate_to; |
|
| 793 | - if ( isset( $post->{$category_taxonomy} ) && $post->{$category_taxonomy} != '' ) {
|
|
| 794 | - $category = explode( ',', trim( $post->{$category_taxonomy}, ',' ) );
|
|
| 792 | + $category_taxonomy = $post_type.$relate_to; |
|
| 793 | + if (isset($post->{$category_taxonomy} ) && $post->{$category_taxonomy} != '') {
|
|
| 794 | + $category = explode(',', trim($post->{$category_taxonomy}, ','));
|
|
| 795 | 795 | } |
| 796 | 796 | |
| 797 | - } elseif ( $relate_to == 'tags' ) {
|
|
| 797 | + } elseif ($relate_to == 'tags') {
|
|
| 798 | 798 | |
| 799 | - $category_taxonomy = $post_type . '_' . $relate_to; |
|
| 800 | - if ( $post->post_tags != '' ) {
|
|
| 801 | - $category = explode( ',', trim( $post->post_tags, ',' ) ); |
|
| 799 | + $category_taxonomy = $post_type.'_'.$relate_to; |
|
| 800 | + if ($post->post_tags != '') {
|
|
| 801 | + $category = explode(',', trim($post->post_tags, ','));
|
|
| 802 | 802 | } |
| 803 | 803 | $tax_field = 'name'; |
| 804 | 804 | } |
| 805 | 805 | |
| 806 | 806 | /* --- return false in invalid request --- */ |
| 807 | - if ( empty( $category ) ) {
|
|
| 807 | + if (empty($category)) {
|
|
| 808 | 808 | return false; |
| 809 | 809 | } |
| 810 | 810 | |
| 811 | 811 | $all_postypes = geodir_get_posttypes(); |
| 812 | 812 | |
| 813 | - if ( ! in_array( $post_type, $all_postypes ) ) {
|
|
| 813 | + if (!in_array($post_type, $all_postypes)) {
|
|
| 814 | 814 | return false; |
| 815 | 815 | } |
| 816 | 816 | |
| 817 | 817 | /* --- return false in invalid request --- */ |
| 818 | 818 | |
| 819 | 819 | $location_url = ''; |
| 820 | - if ( $add_location_filter != '0' ) {
|
|
| 820 | + if ($add_location_filter != '0') {
|
|
| 821 | 821 | $location_url = array(); |
| 822 | - $geodir_show_location_url = get_option( 'geodir_show_location_url' ); |
|
| 822 | + $geodir_show_location_url = get_option('geodir_show_location_url');
|
|
| 823 | 823 | |
| 824 | - $gd_city = get_query_var( 'gd_city' ); |
|
| 824 | + $gd_city = get_query_var('gd_city');
|
|
| 825 | 825 | |
| 826 | - if ( $gd_city ) {
|
|
| 827 | - $gd_country = get_query_var( 'gd_country' ); |
|
| 828 | - $gd_region = get_query_var( 'gd_region' ); |
|
| 826 | + if ($gd_city) {
|
|
| 827 | + $gd_country = get_query_var('gd_country');
|
|
| 828 | + $gd_region = get_query_var('gd_region');
|
|
| 829 | 829 | } else {
|
| 830 | 830 | $location = geodir_get_default_location(); |
| 831 | 831 | |
| 832 | - $gd_country = isset( $location->country_slug ) ? $location->country_slug : ''; |
|
| 833 | - $gd_region = isset( $location->region_slug ) ? $location->region_slug : ''; |
|
| 834 | - $gd_city = isset( $location->city_slug ) ? $location->city_slug : ''; |
|
| 832 | + $gd_country = isset($location->country_slug) ? $location->country_slug : ''; |
|
| 833 | + $gd_region = isset($location->region_slug) ? $location->region_slug : ''; |
|
| 834 | + $gd_city = isset($location->city_slug) ? $location->city_slug : ''; |
|
| 835 | 835 | } |
| 836 | 836 | |
| 837 | - if ( $geodir_show_location_url == 'all' ) {
|
|
| 837 | + if ($geodir_show_location_url == 'all') {
|
|
| 838 | 838 | $location_url[] = $gd_country; |
| 839 | 839 | $location_url[] = $gd_region; |
| 840 | - } else if ( $geodir_show_location_url == 'country_city' ) {
|
|
| 840 | + } else if ($geodir_show_location_url == 'country_city') {
|
|
| 841 | 841 | $location_url[] = $gd_country; |
| 842 | - } else if ( $geodir_show_location_url == 'region_city' ) {
|
|
| 842 | + } else if ($geodir_show_location_url == 'region_city') {
|
|
| 843 | 843 | $location_url[] = $gd_region; |
| 844 | 844 | } |
| 845 | 845 | |
| 846 | 846 | $location_url[] = $gd_city; |
| 847 | 847 | |
| 848 | - $location_url = implode( '/', $location_url ); |
|
| 848 | + $location_url = implode('/', $location_url);
|
|
| 849 | 849 | } |
| 850 | 850 | |
| 851 | 851 | |
| 852 | - if ( ! empty( $category ) ) {
|
|
| 852 | + if (!empty($category)) {
|
|
| 853 | 853 | global $geodir_add_location_url; |
| 854 | 854 | $geodir_add_location_url = '0'; |
| 855 | - if ( $add_location_filter != '0' ) {
|
|
| 855 | + if ($add_location_filter != '0') {
|
|
| 856 | 856 | $geodir_add_location_url = '1'; |
| 857 | 857 | } |
| 858 | - $viewall_url = get_term_link( (int) $category[0], $post_type . $category_taxonomy ); |
|
| 858 | + $viewall_url = get_term_link((int) $category[0], $post_type.$category_taxonomy); |
|
| 859 | 859 | $geodir_add_location_url = null; |
| 860 | 860 | } |
| 861 | 861 | ob_start(); |
@@ -865,24 +865,24 @@ discard block |
||
| 865 | 865 | <div class="geodir_locations geodir_location_listing"> |
| 866 | 866 | |
| 867 | 867 | <?php |
| 868 | - if ( isset( $request['is_widget'] ) && $request['is_widget'] == '1' ) {
|
|
| 868 | + if (isset($request['is_widget']) && $request['is_widget'] == '1') {
|
|
| 869 | 869 | /** geodir_before_title filter Documented in geodirectory_widgets.php */ |
| 870 | - $before_title = isset( $before_title ) ? $before_title : apply_filters( 'geodir_before_title', '<h3 class="widget-title">' ); |
|
| 870 | + $before_title = isset($before_title) ? $before_title : apply_filters('geodir_before_title', '<h3 class="widget-title">');
|
|
| 871 | 871 | /** geodir_after_title filter Documented in geodirectory_widgets.php */ |
| 872 | - $after_title = isset( $after_title ) ? $after_title : apply_filters( 'geodir_after_title', '</h3>' ); |
|
| 872 | + $after_title = isset($after_title) ? $after_title : apply_filters('geodir_after_title', '</h3>');
|
|
| 873 | 873 | ?> |
| 874 | 874 | <div class="location_list_heading clearfix"> |
| 875 | - <?php echo $before_title . $title . $after_title; ?> |
|
| 875 | + <?php echo $before_title.$title.$after_title; ?> |
|
| 876 | 876 | </div> |
| 877 | 877 | <?php |
| 878 | 878 | } |
| 879 | 879 | $query_args = array( |
| 880 | 880 | 'posts_per_page' => $post_number, |
| 881 | 881 | 'is_geodir_loop' => true, |
| 882 | - 'gd_location' => ( $add_location_filter ) ? true : false, |
|
| 882 | + 'gd_location' => ($add_location_filter) ? true : false, |
|
| 883 | 883 | 'post_type' => $post_type, |
| 884 | 884 | 'order_by' => $list_sort, |
| 885 | - 'post__not_in' => array( $post_id ), |
|
| 885 | + 'post__not_in' => array($post_id), |
|
| 886 | 886 | 'excerpt_length' => $character_count, |
| 887 | 887 | 'related_listings' => $is_display |
| 888 | 888 | ); |
@@ -893,7 +893,7 @@ discard block |
||
| 893 | 893 | 'terms' => $category |
| 894 | 894 | ); |
| 895 | 895 | |
| 896 | - $query_args['tax_query'] = array( $tax_query ); |
|
| 896 | + $query_args['tax_query'] = array($tax_query); |
|
| 897 | 897 | |
| 898 | 898 | global $gridview_columns, $post; |
| 899 | 899 | |
@@ -905,21 +905,21 @@ discard block |
||
| 905 | 905 | * @param array $query_args The query array. |
| 906 | 906 | * @param array $request Related posts request array. |
| 907 | 907 | */ |
| 908 | - $query_args = apply_filters( 'geodir_related_posts_widget_query_args', $query_args, $request ); |
|
| 908 | + $query_args = apply_filters('geodir_related_posts_widget_query_args', $query_args, $request);
|
|
| 909 | 909 | |
| 910 | - query_posts( $query_args ); |
|
| 910 | + query_posts($query_args); |
|
| 911 | 911 | |
| 912 | - if ( strstr( $layout, 'gridview' ) ) {
|
|
| 913 | - $listing_view_exp = explode( '_', $layout ); |
|
| 912 | + if (strstr($layout, 'gridview')) {
|
|
| 913 | + $listing_view_exp = explode('_', $layout);
|
|
| 914 | 914 | $gridview_columns = $layout; |
| 915 | 915 | $layout = $listing_view_exp[0]; |
| 916 | - } else if ( $layout == 'list' ) {
|
|
| 916 | + } else if ($layout == 'list') {
|
|
| 917 | 917 | $gridview_columns = ''; |
| 918 | 918 | } |
| 919 | 919 | $related_posts = true; |
| 920 | 920 | |
| 921 | 921 | $related_nearest = false; |
| 922 | - if ( $list_sort == 'nearest' ) {
|
|
| 922 | + if ($list_sort == 'nearest') {
|
|
| 923 | 923 | $related_nearest = true; |
| 924 | 924 | } |
| 925 | 925 | |
@@ -929,14 +929,14 @@ discard block |
||
| 929 | 929 | * |
| 930 | 930 | * @since 1.0.0 |
| 931 | 931 | */ |
| 932 | - $template = apply_filters( "geodir_template_part-related-listing-listview", geodir_locate_template( 'listing-listview' ) ); |
|
| 932 | + $template = apply_filters("geodir_template_part-related-listing-listview", geodir_locate_template('listing-listview'));
|
|
| 933 | 933 | |
| 934 | 934 | /** |
| 935 | 935 | * Includes related listing listview template. |
| 936 | 936 | * |
| 937 | 937 | * @since 1.0.0 |
| 938 | 938 | */ |
| 939 | - include( $template ); |
|
| 939 | + include($template); |
|
| 940 | 940 | |
| 941 | 941 | wp_reset_query(); |
| 942 | 942 | $post = $origi_post; |
@@ -964,12 +964,12 @@ discard block |
||
| 964 | 964 | function geodir_category_count_script() {
|
| 965 | 965 | global $geodir_post_category_str; |
| 966 | 966 | |
| 967 | - if ( ! empty( $geodir_post_category_str ) ) {
|
|
| 968 | - $geodir_post_category_str = serialize( $geodir_post_category_str ); |
|
| 967 | + if (!empty($geodir_post_category_str)) {
|
|
| 968 | + $geodir_post_category_str = serialize($geodir_post_category_str); |
|
| 969 | 969 | } |
| 970 | 970 | |
| 971 | - $all_var['post_category_array'] = html_entity_decode( (string) $geodir_post_category_str, ENT_QUOTES, 'UTF-8' ); |
|
| 972 | - $script = "var post_category_array = " . json_encode( $all_var ) . ';'; |
|
| 971 | + $all_var['post_category_array'] = html_entity_decode((string) $geodir_post_category_str, ENT_QUOTES, 'UTF-8'); |
|
| 972 | + $script = "var post_category_array = ".json_encode($all_var).';'; |
|
| 973 | 973 | echo '<script>'; |
| 974 | 974 | echo $script; |
| 975 | 975 | echo '</script>'; |
@@ -984,8 +984,8 @@ discard block |
||
| 984 | 984 | * @return string Returns the default language. |
| 985 | 985 | */ |
| 986 | 986 | function geodir_get_map_default_language() {
|
| 987 | - $geodir_default_map_language = get_option( 'geodir_default_map_language' ); |
|
| 988 | - if ( empty( $geodir_default_map_language ) ) {
|
|
| 987 | + $geodir_default_map_language = get_option('geodir_default_map_language');
|
|
| 988 | + if (empty($geodir_default_map_language)) {
|
|
| 989 | 989 | $geodir_default_map_language = 'en'; |
| 990 | 990 | } |
| 991 | 991 | |
@@ -996,7 +996,7 @@ discard block |
||
| 996 | 996 | * |
| 997 | 997 | * @param string $geodir_default_map_language Default map language. |
| 998 | 998 | */ |
| 999 | - return apply_filters( 'geodir_default_map_language', $geodir_default_map_language ); |
|
| 999 | + return apply_filters('geodir_default_map_language', $geodir_default_map_language);
|
|
| 1000 | 1000 | } |
| 1001 | 1001 | |
| 1002 | 1002 | /** |
@@ -1007,7 +1007,7 @@ discard block |
||
| 1007 | 1007 | * @return string Returns the api key. |
| 1008 | 1008 | */ |
| 1009 | 1009 | function geodir_get_map_api_key() {
|
| 1010 | - $key = get_option( 'geodir_google_api_key' ); |
|
| 1010 | + $key = get_option('geodir_google_api_key');
|
|
| 1011 | 1011 | |
| 1012 | 1012 | /** |
| 1013 | 1013 | * Filter Google maps api key. |
@@ -1016,7 +1016,7 @@ discard block |
||
| 1016 | 1016 | * |
| 1017 | 1017 | * @param string $key Google maps api key. |
| 1018 | 1018 | */ |
| 1019 | - return apply_filters( 'geodir_google_api_key', $key ); |
|
| 1019 | + return apply_filters('geodir_google_api_key', $key);
|
|
| 1020 | 1020 | } |
| 1021 | 1021 | |
| 1022 | 1022 | |
@@ -1036,20 +1036,20 @@ discard block |
||
| 1036 | 1036 | global $wp, $post, $wp_query, $wpdb, $geodir_addon_list; |
| 1037 | 1037 | |
| 1038 | 1038 | $is_geodir_page = geodir_is_geodir_page(); |
| 1039 | - if ( ! $is_geodir_page ) {
|
|
| 1039 | + if (!$is_geodir_page) {
|
|
| 1040 | 1040 | return; |
| 1041 | 1041 | }// if non GD page, bail |
| 1042 | 1042 | |
| 1043 | 1043 | $use_gd_meta = true; |
| 1044 | - if ( ( class_exists( 'WPSEO_Frontend' ) || class_exists( 'All_in_One_SEO_Pack' ) ) && !geodir_disable_yoast_seo_metas() ) {
|
|
| 1044 | + if ((class_exists('WPSEO_Frontend') || class_exists('All_in_One_SEO_Pack')) && !geodir_disable_yoast_seo_metas()) {
|
|
| 1045 | 1045 | $use_gd_meta = false; |
| 1046 | 1046 | |
| 1047 | - if ( geodir_is_page( 'search' ) ) {
|
|
| 1047 | + if (geodir_is_page('search')) {
|
|
| 1048 | 1048 | $use_gd_meta = true; |
| 1049 | 1049 | } |
| 1050 | 1050 | } |
| 1051 | 1051 | |
| 1052 | - if ( ! $use_gd_meta ) {
|
|
| 1052 | + if (!$use_gd_meta) {
|
|
| 1053 | 1053 | return; |
| 1054 | 1054 | }// bail if Yoast Wordpress SEO or All_in_One_SEO_Pack active. |
| 1055 | 1055 | |
@@ -1057,170 +1057,170 @@ discard block |
||
| 1057 | 1057 | |
| 1058 | 1058 | $all_postypes = geodir_get_posttypes(); |
| 1059 | 1059 | |
| 1060 | - $geodir_taxonomies = geodir_get_taxonomies( '', true ); |
|
| 1060 | + $geodir_taxonomies = geodir_get_taxonomies('', true);
|
|
| 1061 | 1061 | |
| 1062 | 1062 | $meta_desc = ''; |
| 1063 | 1063 | $meta_key = ''; |
| 1064 | - if ( isset( $current_term->ID ) && $current_term->ID == geodir_location_page_id() ) {
|
|
| 1064 | + if (isset($current_term->ID) && $current_term->ID == geodir_location_page_id()) {
|
|
| 1065 | 1065 | /** |
| 1066 | 1066 | * Filter SEO meta location description. |
| 1067 | 1067 | * |
| 1068 | 1068 | * @since 1.0.0 |
| 1069 | 1069 | */ |
| 1070 | - $meta_desc = apply_filters( 'geodir_seo_meta_location_description', '' ); |
|
| 1070 | + $meta_desc = apply_filters('geodir_seo_meta_location_description', '');
|
|
| 1071 | 1071 | $meta_desc .= ''; |
| 1072 | 1072 | } |
| 1073 | - if ( have_posts() && is_single() OR is_page() ) {
|
|
| 1074 | - while ( have_posts() ) {
|
|
| 1073 | + if (have_posts() && is_single() OR is_page()) {
|
|
| 1074 | + while (have_posts()) {
|
|
| 1075 | 1075 | the_post(); |
| 1076 | 1076 | |
| 1077 | - if ( has_excerpt() ) {
|
|
| 1078 | - $out_excerpt = strip_tags( strip_shortcodes( get_the_excerpt() ) ); |
|
| 1079 | - if ( empty( $out_excerpt ) ) {
|
|
| 1080 | - $out_excerpt = strip_tags( do_shortcode( get_the_excerpt() ) ); |
|
| 1077 | + if (has_excerpt()) {
|
|
| 1078 | + $out_excerpt = strip_tags(strip_shortcodes(get_the_excerpt())); |
|
| 1079 | + if (empty($out_excerpt)) {
|
|
| 1080 | + $out_excerpt = strip_tags(do_shortcode(get_the_excerpt())); |
|
| 1081 | 1081 | } |
| 1082 | - $out_excerpt = str_replace( array( "\r\n", "\r", "\n" ), "", $out_excerpt ); |
|
| 1082 | + $out_excerpt = str_replace(array("\r\n", "\r", "\n"), "", $out_excerpt);
|
|
| 1083 | 1083 | } else {
|
| 1084 | - $out_excerpt = str_replace( array( "\r\n", "\r", "\n" ), "", $post->post_content ); |
|
| 1085 | - $out_excerpt = strip_tags( strip_shortcodes( $out_excerpt ) ); |
|
| 1086 | - if ( empty( $out_excerpt ) ) {
|
|
| 1087 | - $out_excerpt = strip_tags( do_shortcode( $out_excerpt ) ); // parse short code from content |
|
| 1084 | + $out_excerpt = str_replace(array("\r\n", "\r", "\n"), "", $post->post_content);
|
|
| 1085 | + $out_excerpt = strip_tags(strip_shortcodes($out_excerpt)); |
|
| 1086 | + if (empty($out_excerpt)) {
|
|
| 1087 | + $out_excerpt = strip_tags(do_shortcode($out_excerpt)); // parse short code from content |
|
| 1088 | 1088 | } |
| 1089 | - $out_excerpt = trim( wp_trim_words( $out_excerpt, 35, '' ), '.!?,;:-' ); |
|
| 1089 | + $out_excerpt = trim(wp_trim_words($out_excerpt, 35, ''), '.!?,;:-'); |
|
| 1090 | 1090 | } |
| 1091 | 1091 | |
| 1092 | 1092 | $meta_desc .= $out_excerpt; |
| 1093 | 1093 | } |
| 1094 | - } elseif ( ( is_category() || is_tag() ) && isset( $current_term->taxonomy ) && in_array( $current_term->taxonomy, $geodir_taxonomies ) ) {
|
|
| 1095 | - if ( is_category() ) {
|
|
| 1096 | - $meta_desc .= __( "Posts related to Category:", 'geodirectory' ) . " " . geodir_utf8_ucfirst( single_cat_title( "", false ) ); |
|
| 1097 | - } elseif ( is_tag() ) {
|
|
| 1098 | - $meta_desc .= __( "Posts related to Tag:", 'geodirectory' ) . " " . geodir_utf8_ucfirst( single_tag_title( "", false ) ); |
|
| 1094 | + } elseif ((is_category() || is_tag()) && isset($current_term->taxonomy) && in_array($current_term->taxonomy, $geodir_taxonomies)) {
|
|
| 1095 | + if (is_category()) {
|
|
| 1096 | + $meta_desc .= __("Posts related to Category:", 'geodirectory')." ".geodir_utf8_ucfirst(single_cat_title("", false));
|
|
| 1097 | + } elseif (is_tag()) {
|
|
| 1098 | + $meta_desc .= __("Posts related to Tag:", 'geodirectory')." ".geodir_utf8_ucfirst(single_tag_title("", false));
|
|
| 1099 | 1099 | } |
| 1100 | - } elseif ( isset( $current_term->taxonomy ) && in_array( $current_term->taxonomy, $geodir_taxonomies ) ) {
|
|
| 1101 | - $meta_desc .= isset( $current_term->description ) ? $current_term->description : ''; |
|
| 1100 | + } elseif (isset($current_term->taxonomy) && in_array($current_term->taxonomy, $geodir_taxonomies)) {
|
|
| 1101 | + $meta_desc .= isset($current_term->description) ? $current_term->description : ''; |
|
| 1102 | 1102 | } |
| 1103 | 1103 | |
| 1104 | 1104 | |
| 1105 | 1105 | $geodir_post_type = geodir_get_current_posttype(); |
| 1106 | - $geodir_post_type_info = get_post_type_object( $geodir_post_type ); |
|
| 1107 | - $geodir_is_page_listing = geodir_is_page( 'listing' ) ? true : false; |
|
| 1108 | - |
|
| 1109 | - $category_taxonomy = geodir_get_taxonomies( $geodir_post_type ); |
|
| 1110 | - $tag_taxonomy = geodir_get_taxonomies( $geodir_post_type, true ); |
|
| 1111 | - |
|
| 1112 | - $geodir_is_category = isset( $category_taxonomy[0] ) && get_query_var( $category_taxonomy[0] ) ? get_query_var( $category_taxonomy[0] ) : false; |
|
| 1113 | - $geodir_is_tag = isset( $tag_taxonomy[0] ) && get_query_var( $tag_taxonomy[0] ) ? true : false; |
|
| 1114 | - |
|
| 1115 | - $geodir_is_search = geodir_is_page( 'search' ) ? true : false; |
|
| 1116 | - $geodir_is_location = geodir_is_page( 'location' ) ? true : false; |
|
| 1117 | - $geodir_location_manager = isset( $geodir_addon_list['geodir_location_manager'] ) && $geodir_addon_list['geodir_location_manager'] = 'yes' ? true : false; |
|
| 1118 | - $godir_location_terms = geodir_get_current_location_terms( 'query_vars' ); |
|
| 1119 | - $gd_city = $geodir_location_manager && isset( $godir_location_terms['gd_city'] ) ? $godir_location_terms['gd_city'] : null; |
|
| 1120 | - $gd_region = $geodir_location_manager && isset( $godir_location_terms['gd_region'] ) ? $godir_location_terms['gd_region'] : null; |
|
| 1121 | - $gd_country = $geodir_location_manager && isset( $godir_location_terms['gd_country'] ) ? $godir_location_terms['gd_country'] : null; |
|
| 1122 | - $replace_location = __( 'Everywhere', 'geodirectory' ); |
|
| 1106 | + $geodir_post_type_info = get_post_type_object($geodir_post_type); |
|
| 1107 | + $geodir_is_page_listing = geodir_is_page('listing') ? true : false;
|
|
| 1108 | + |
|
| 1109 | + $category_taxonomy = geodir_get_taxonomies($geodir_post_type); |
|
| 1110 | + $tag_taxonomy = geodir_get_taxonomies($geodir_post_type, true); |
|
| 1111 | + |
|
| 1112 | + $geodir_is_category = isset($category_taxonomy[0]) && get_query_var($category_taxonomy[0]) ? get_query_var($category_taxonomy[0]) : false; |
|
| 1113 | + $geodir_is_tag = isset($tag_taxonomy[0]) && get_query_var($tag_taxonomy[0]) ? true : false; |
|
| 1114 | + |
|
| 1115 | + $geodir_is_search = geodir_is_page('search') ? true : false;
|
|
| 1116 | + $geodir_is_location = geodir_is_page('location') ? true : false;
|
|
| 1117 | + $geodir_location_manager = isset($geodir_addon_list['geodir_location_manager']) && $geodir_addon_list['geodir_location_manager'] = 'yes' ? true : false; |
|
| 1118 | + $godir_location_terms = geodir_get_current_location_terms('query_vars');
|
|
| 1119 | + $gd_city = $geodir_location_manager && isset($godir_location_terms['gd_city']) ? $godir_location_terms['gd_city'] : null; |
|
| 1120 | + $gd_region = $geodir_location_manager && isset($godir_location_terms['gd_region']) ? $godir_location_terms['gd_region'] : null; |
|
| 1121 | + $gd_country = $geodir_location_manager && isset($godir_location_terms['gd_country']) ? $godir_location_terms['gd_country'] : null; |
|
| 1122 | + $replace_location = __('Everywhere', 'geodirectory');
|
|
| 1123 | 1123 | $location_id = null; |
| 1124 | - if ( $geodir_location_manager ) {
|
|
| 1125 | - $sql = $wpdb->prepare( "SELECT location_id FROM " . POST_LOCATION_TABLE . " WHERE city_slug=%s ORDER BY location_id ASC LIMIT 1", array( $gd_city ) ); |
|
| 1126 | - $location_id = (int) $wpdb->get_var( $sql ); |
|
| 1124 | + if ($geodir_location_manager) {
|
|
| 1125 | + $sql = $wpdb->prepare("SELECT location_id FROM ".POST_LOCATION_TABLE." WHERE city_slug=%s ORDER BY location_id ASC LIMIT 1", array($gd_city));
|
|
| 1126 | + $location_id = (int) $wpdb->get_var($sql); |
|
| 1127 | 1127 | $location_type = geodir_what_is_current_location(); |
| 1128 | - if ( $location_type == 'city' ) {
|
|
| 1129 | - $replace_location = geodir_get_current_location( array( 'what' => 'city', 'echo' => false ) ); |
|
| 1130 | - } elseif ( $location_type == 'region' ) {
|
|
| 1131 | - $replace_location = geodir_get_current_location( array( 'what' => 'region', 'echo' => false ) ); |
|
| 1132 | - } elseif ( $location_type == 'country' ) {
|
|
| 1133 | - $replace_location = geodir_get_current_location( array( 'what' => 'country', 'echo' => false ) ); |
|
| 1134 | - $replace_location = __( $replace_location, 'geodirectory' ); |
|
| 1128 | + if ($location_type == 'city') {
|
|
| 1129 | + $replace_location = geodir_get_current_location(array('what' => 'city', 'echo' => false));
|
|
| 1130 | + } elseif ($location_type == 'region') {
|
|
| 1131 | + $replace_location = geodir_get_current_location(array('what' => 'region', 'echo' => false));
|
|
| 1132 | + } elseif ($location_type == 'country') {
|
|
| 1133 | + $replace_location = geodir_get_current_location(array('what' => 'country', 'echo' => false));
|
|
| 1134 | + $replace_location = __($replace_location, 'geodirectory'); |
|
| 1135 | 1135 | } |
| 1136 | - $country = get_query_var( 'gd_country' ); |
|
| 1137 | - $region = get_query_var( 'gd_region' ); |
|
| 1138 | - $city = get_query_var( 'gd_city' ); |
|
| 1136 | + $country = get_query_var('gd_country');
|
|
| 1137 | + $region = get_query_var('gd_region');
|
|
| 1138 | + $city = get_query_var('gd_city');
|
|
| 1139 | 1139 | $current_location = ''; |
| 1140 | - if ( $country != '' ) {
|
|
| 1141 | - $current_location = get_actual_location_name( 'country', $country, true ); |
|
| 1140 | + if ($country != '') {
|
|
| 1141 | + $current_location = get_actual_location_name('country', $country, true);
|
|
| 1142 | 1142 | } |
| 1143 | - if ( $region != '' ) {
|
|
| 1144 | - $current_location = get_actual_location_name( 'region', $region ); |
|
| 1143 | + if ($region != '') {
|
|
| 1144 | + $current_location = get_actual_location_name('region', $region);
|
|
| 1145 | 1145 | } |
| 1146 | - if ( $city != '' ) {
|
|
| 1147 | - $current_location = get_actual_location_name( 'city', $city ); |
|
| 1146 | + if ($city != '') {
|
|
| 1147 | + $current_location = get_actual_location_name('city', $city);
|
|
| 1148 | 1148 | } |
| 1149 | 1149 | $replace_location = $current_location != '' ? $current_location : $replace_location; |
| 1150 | 1150 | } |
| 1151 | 1151 | |
| 1152 | 1152 | $geodir_meta_keys = ''; |
| 1153 | 1153 | $geodir_meta_desc = ''; |
| 1154 | - if ( $is_geodir_page && ! empty( $geodir_post_type_info ) ) {
|
|
| 1155 | - if ( $geodir_is_page_listing || $geodir_is_search || geodir_is_page( 'add-listing' ) ) {
|
|
| 1156 | - $geodir_meta_keys = isset( $geodir_post_type_info->seo['meta_keyword'] ) && $geodir_post_type_info->seo['meta_keyword'] != '' ? $geodir_post_type_info->seo['meta_keyword'] : $geodir_meta_keys; |
|
| 1154 | + if ($is_geodir_page && !empty($geodir_post_type_info)) {
|
|
| 1155 | + if ($geodir_is_page_listing || $geodir_is_search || geodir_is_page('add-listing')) {
|
|
| 1156 | + $geodir_meta_keys = isset($geodir_post_type_info->seo['meta_keyword']) && $geodir_post_type_info->seo['meta_keyword'] != '' ? $geodir_post_type_info->seo['meta_keyword'] : $geodir_meta_keys; |
|
| 1157 | 1157 | |
| 1158 | - $geodir_meta_desc = isset( $geodir_post_type_info->description ) ? $geodir_post_type_info->description : $geodir_meta_desc; |
|
| 1159 | - $geodir_meta_desc = isset( $geodir_post_type_info->seo['meta_description'] ) && $geodir_post_type_info->seo['meta_description'] != '' ? $geodir_post_type_info->seo['meta_description'] : $geodir_meta_desc; |
|
| 1158 | + $geodir_meta_desc = isset($geodir_post_type_info->description) ? $geodir_post_type_info->description : $geodir_meta_desc; |
|
| 1159 | + $geodir_meta_desc = isset($geodir_post_type_info->seo['meta_description']) && $geodir_post_type_info->seo['meta_description'] != '' ? $geodir_post_type_info->seo['meta_description'] : $geodir_meta_desc; |
|
| 1160 | 1160 | |
| 1161 | - if ( $geodir_is_category ) {
|
|
| 1162 | - $category = $geodir_is_category ? get_term_by( 'slug', $geodir_is_category, $category_taxonomy[0] ) : null; |
|
| 1163 | - if ( isset( $category->term_id ) && ! empty( $category->term_id ) ) {
|
|
| 1161 | + if ($geodir_is_category) {
|
|
| 1162 | + $category = $geodir_is_category ? get_term_by('slug', $geodir_is_category, $category_taxonomy[0]) : null;
|
|
| 1163 | + if (isset($category->term_id) && !empty($category->term_id)) {
|
|
| 1164 | 1164 | $category_id = $category->term_id; |
| 1165 | - $category_desc = trim( $category->description ) != '' ? trim( $category->description ) : get_tax_meta( $category_id, 'ct_cat_top_desc', false, $geodir_post_type ); |
|
| 1166 | - if ( $location_id ) {
|
|
| 1167 | - $option_name = 'geodir_cat_loc_' . $geodir_post_type . '_' . $category_id; |
|
| 1168 | - $cat_loc_option = get_option( $option_name ); |
|
| 1169 | - |
|
| 1170 | - $gd_cat_loc_default = ! empty( $cat_loc_option ) && isset( $cat_loc_option['gd_cat_loc_default'] ) && $cat_loc_option['gd_cat_loc_default'] > 0 ? true : false; |
|
| 1171 | - if ( ! $gd_cat_loc_default ) {
|
|
| 1172 | - $option_name = 'geodir_cat_loc_' . $geodir_post_type . '_' . $category_id . '_' . $location_id; |
|
| 1173 | - $option = get_option( $option_name ); |
|
| 1174 | - $category_desc = isset( $option['gd_cat_loc_desc'] ) && trim( $option['gd_cat_loc_desc'] ) != '' ? trim( $option['gd_cat_loc_desc'] ) : $category_desc; |
|
| 1165 | + $category_desc = trim($category->description) != '' ? trim($category->description) : get_tax_meta($category_id, 'ct_cat_top_desc', false, $geodir_post_type); |
|
| 1166 | + if ($location_id) {
|
|
| 1167 | + $option_name = 'geodir_cat_loc_'.$geodir_post_type.'_'.$category_id; |
|
| 1168 | + $cat_loc_option = get_option($option_name); |
|
| 1169 | + |
|
| 1170 | + $gd_cat_loc_default = !empty($cat_loc_option) && isset($cat_loc_option['gd_cat_loc_default']) && $cat_loc_option['gd_cat_loc_default'] > 0 ? true : false; |
|
| 1171 | + if (!$gd_cat_loc_default) {
|
|
| 1172 | + $option_name = 'geodir_cat_loc_'.$geodir_post_type.'_'.$category_id.'_'.$location_id; |
|
| 1173 | + $option = get_option($option_name); |
|
| 1174 | + $category_desc = isset($option['gd_cat_loc_desc']) && trim($option['gd_cat_loc_desc']) != '' ? trim($option['gd_cat_loc_desc']) : $category_desc; |
|
| 1175 | 1175 | } |
| 1176 | 1176 | } |
| 1177 | - $geodir_meta_desc = __( "Posts related to Category:", 'geodirectory' ) . " " . geodir_utf8_ucfirst( single_cat_title( "", false ) ) . '. ' . $category_desc; |
|
| 1177 | + $geodir_meta_desc = __("Posts related to Category:", 'geodirectory')." ".geodir_utf8_ucfirst(single_cat_title("", false)).'. '.$category_desc;
|
|
| 1178 | 1178 | } |
| 1179 | - } else if ( $geodir_is_tag ) {
|
|
| 1180 | - $geodir_meta_desc = __( "Posts related to Tag:", 'geodirectory' ) . " " . geodir_utf8_ucfirst( single_tag_title( "", false ) ) . '. ' . $geodir_meta_desc; |
|
| 1179 | + } else if ($geodir_is_tag) {
|
|
| 1180 | + $geodir_meta_desc = __("Posts related to Tag:", 'geodirectory')." ".geodir_utf8_ucfirst(single_tag_title("", false)).'. '.$geodir_meta_desc;
|
|
| 1181 | 1181 | } |
| 1182 | 1182 | } |
| 1183 | 1183 | } |
| 1184 | 1184 | |
| 1185 | 1185 | |
| 1186 | 1186 | $gd_page = ''; |
| 1187 | - if ( geodir_is_page( 'home' ) ) {
|
|
| 1187 | + if (geodir_is_page('home')) {
|
|
| 1188 | 1188 | $gd_page = 'home'; |
| 1189 | - $meta_desc = ( get_option( 'geodir_meta_desc_homepage' ) ) ? get_option( 'geodir_meta_desc_homepage' ) : $meta_desc; |
|
| 1190 | - } elseif ( geodir_is_page( 'detail' ) ) {
|
|
| 1189 | + $meta_desc = (get_option('geodir_meta_desc_homepage')) ? get_option('geodir_meta_desc_homepage') : $meta_desc;
|
|
| 1190 | + } elseif (geodir_is_page('detail')) {
|
|
| 1191 | 1191 | $gd_page = 'detail'; |
| 1192 | - $meta_desc = ( get_option( 'geodir_meta_desc_detail' ) ) ? get_option( 'geodir_meta_desc_detail' ) : $meta_desc; |
|
| 1193 | - } elseif ( geodir_is_page( 'pt' ) ) {
|
|
| 1192 | + $meta_desc = (get_option('geodir_meta_desc_detail')) ? get_option('geodir_meta_desc_detail') : $meta_desc;
|
|
| 1193 | + } elseif (geodir_is_page('pt')) {
|
|
| 1194 | 1194 | $gd_page = 'pt'; |
| 1195 | - $meta_desc = ( get_option( 'geodir_meta_desc_pt' ) ) ? get_option( 'geodir_meta_desc_pt' ) : $meta_desc; |
|
| 1196 | - } elseif ( geodir_is_page( 'listing' ) ) {
|
|
| 1195 | + $meta_desc = (get_option('geodir_meta_desc_pt')) ? get_option('geodir_meta_desc_pt') : $meta_desc;
|
|
| 1196 | + } elseif (geodir_is_page('listing')) {
|
|
| 1197 | 1197 | $gd_page = 'listing'; |
| 1198 | - $meta_desc = ( get_option( 'geodir_meta_desc_listing' ) ) ? get_option( 'geodir_meta_desc_listing' ) : $meta_desc; |
|
| 1199 | - } elseif ( geodir_is_page( 'location' ) ) {
|
|
| 1198 | + $meta_desc = (get_option('geodir_meta_desc_listing')) ? get_option('geodir_meta_desc_listing') : $meta_desc;
|
|
| 1199 | + } elseif (geodir_is_page('location')) {
|
|
| 1200 | 1200 | $gd_page = 'location'; |
| 1201 | - $meta_desc = ( get_option( 'geodir_meta_desc_location' ) ) ? get_option( 'geodir_meta_desc_location' ) : $meta_desc; |
|
| 1202 | - $meta_desc = apply_filters( 'geodir_seo_meta_location_description', $meta_desc ); |
|
| 1201 | + $meta_desc = (get_option('geodir_meta_desc_location')) ? get_option('geodir_meta_desc_location') : $meta_desc;
|
|
| 1202 | + $meta_desc = apply_filters('geodir_seo_meta_location_description', $meta_desc);
|
|
| 1203 | 1203 | |
| 1204 | - } elseif ( geodir_is_page( 'search' ) ) {
|
|
| 1204 | + } elseif (geodir_is_page('search')) {
|
|
| 1205 | 1205 | $gd_page = 'search'; |
| 1206 | - $meta_desc = ( get_option( 'geodir_meta_desc_search' ) ) ? get_option( 'geodir_meta_desc_search' ) : $meta_desc; |
|
| 1207 | - } elseif ( geodir_is_page( 'add-listing' ) ) {
|
|
| 1206 | + $meta_desc = (get_option('geodir_meta_desc_search')) ? get_option('geodir_meta_desc_search') : $meta_desc;
|
|
| 1207 | + } elseif (geodir_is_page('add-listing')) {
|
|
| 1208 | 1208 | $gd_page = 'add-listing'; |
| 1209 | - $meta_desc = ( get_option( 'geodir_meta_desc_add-listing' ) ) ? get_option( 'geodir_meta_desc_add-listing' ) : $meta_desc; |
|
| 1210 | - } elseif ( geodir_is_page( 'author' ) ) {
|
|
| 1209 | + $meta_desc = (get_option('geodir_meta_desc_add-listing')) ? get_option('geodir_meta_desc_add-listing') : $meta_desc;
|
|
| 1210 | + } elseif (geodir_is_page('author')) {
|
|
| 1211 | 1211 | $gd_page = 'author'; |
| 1212 | - $meta_desc = ( get_option( 'geodir_meta_desc_author' ) ) ? get_option( 'geodir_meta_desc_author' ) : $meta_desc; |
|
| 1213 | - } elseif ( geodir_is_page( 'login' ) ) {
|
|
| 1212 | + $meta_desc = (get_option('geodir_meta_desc_author')) ? get_option('geodir_meta_desc_author') : $meta_desc;
|
|
| 1213 | + } elseif (geodir_is_page('login')) {
|
|
| 1214 | 1214 | $gd_page = 'login'; |
| 1215 | - $meta_desc = ( get_option( 'geodir_meta_desc_login' ) ) ? get_option( 'geodir_meta_desc_login' ) : $meta_desc; |
|
| 1216 | - } elseif ( geodir_is_page( 'listing-success' ) ) {
|
|
| 1215 | + $meta_desc = (get_option('geodir_meta_desc_login')) ? get_option('geodir_meta_desc_login') : $meta_desc;
|
|
| 1216 | + } elseif (geodir_is_page('listing-success')) {
|
|
| 1217 | 1217 | $gd_page = 'listing-success'; |
| 1218 | - $meta_desc = ( get_option( 'geodir_meta_desc_listing-success' ) ) ? get_option( 'geodir_meta_desc_listing-success' ) : $meta_desc; |
|
| 1218 | + $meta_desc = (get_option('geodir_meta_desc_listing-success')) ? get_option('geodir_meta_desc_listing-success') : $meta_desc;
|
|
| 1219 | 1219 | } |
| 1220 | 1220 | |
| 1221 | 1221 | |
| 1222 | - if ( $meta_desc ) {
|
|
| 1223 | - $meta_desc = stripslashes_deep( $meta_desc ); |
|
| 1222 | + if ($meta_desc) {
|
|
| 1223 | + $meta_desc = stripslashes_deep($meta_desc); |
|
| 1224 | 1224 | /** |
| 1225 | 1225 | * Filter page description to replace variables. |
| 1226 | 1226 | * |
@@ -1229,7 +1229,7 @@ discard block |
||
| 1229 | 1229 | * @param string $title The page description including variables. |
| 1230 | 1230 | * @param string $gd_page The GeoDirectory page type if any. |
| 1231 | 1231 | */ |
| 1232 | - $meta_desc = apply_filters( 'geodir_seo_meta_description_pre', __( $meta_desc, 'geodirectory' ), $gd_page, '' ); |
|
| 1232 | + $meta_desc = apply_filters('geodir_seo_meta_description_pre', __($meta_desc, 'geodirectory'), $gd_page, '');
|
|
| 1233 | 1233 | |
| 1234 | 1234 | /** |
| 1235 | 1235 | * Filter SEO meta description. |
@@ -1238,49 +1238,49 @@ discard block |
||
| 1238 | 1238 | * |
| 1239 | 1239 | * @param string $meta_desc Meta description content. |
| 1240 | 1240 | */ |
| 1241 | - echo apply_filters( 'geodir_seo_meta_description', '<meta name="description" content="' . $meta_desc . '" />', $meta_desc ); |
|
| 1241 | + echo apply_filters('geodir_seo_meta_description', '<meta name="description" content="'.$meta_desc.'" />', $meta_desc);
|
|
| 1242 | 1242 | } |
| 1243 | 1243 | |
| 1244 | 1244 | // meta keywords |
| 1245 | - if ( isset( $post->post_type ) && in_array( $post->post_type, $all_postypes ) ) {
|
|
| 1246 | - $place_tags = wp_get_post_terms( $post->ID, $post->post_type . '_tags', array( "fields" => "names" ) ); |
|
| 1247 | - $place_cats = wp_get_post_terms( $post->ID, $post->post_type . 'category', array( "fields" => "names" ) ); |
|
| 1245 | + if (isset($post->post_type) && in_array($post->post_type, $all_postypes)) {
|
|
| 1246 | + $place_tags = wp_get_post_terms($post->ID, $post->post_type.'_tags', array("fields" => "names"));
|
|
| 1247 | + $place_cats = wp_get_post_terms($post->ID, $post->post_type.'category', array("fields" => "names"));
|
|
| 1248 | 1248 | |
| 1249 | - $meta_key .= implode( ", ", array_merge( (array) $place_cats, (array) $place_tags ) ); |
|
| 1249 | + $meta_key .= implode(", ", array_merge((array) $place_cats, (array) $place_tags));
|
|
| 1250 | 1250 | } else {
|
| 1251 | 1251 | $posttags = get_the_tags(); |
| 1252 | - if ( $posttags ) {
|
|
| 1253 | - foreach ( $posttags as $tag ) {
|
|
| 1254 | - $meta_key .= $tag->name . ' '; |
|
| 1252 | + if ($posttags) {
|
|
| 1253 | + foreach ($posttags as $tag) {
|
|
| 1254 | + $meta_key .= $tag->name.' '; |
|
| 1255 | 1255 | } |
| 1256 | 1256 | } else {
|
| 1257 | - $tags = get_tags( array( 'orderby' => 'count', 'order' => 'DESC' ) ); |
|
| 1257 | + $tags = get_tags(array('orderby' => 'count', 'order' => 'DESC'));
|
|
| 1258 | 1258 | $xt = 1; |
| 1259 | 1259 | |
| 1260 | - foreach ( $tags as $tag ) {
|
|
| 1261 | - if ( $xt <= 20 ) {
|
|
| 1262 | - $meta_key .= $tag->name . ", "; |
|
| 1260 | + foreach ($tags as $tag) {
|
|
| 1261 | + if ($xt <= 20) {
|
|
| 1262 | + $meta_key .= $tag->name.", "; |
|
| 1263 | 1263 | } |
| 1264 | 1264 | |
| 1265 | - $xt ++; |
|
| 1265 | + $xt++; |
|
| 1266 | 1266 | } |
| 1267 | 1267 | } |
| 1268 | 1268 | } |
| 1269 | 1269 | |
| 1270 | - $meta_key = $meta_key != '' ? rtrim( trim( $meta_key ), "," ) : $meta_key; |
|
| 1271 | - $geodir_meta_keys = $geodir_meta_keys != '' ? ( $meta_key != '' ? $meta_key . ', ' . $geodir_meta_keys : $geodir_meta_keys ) : $meta_key; |
|
| 1272 | - if ( $geodir_meta_keys != '' ) {
|
|
| 1273 | - $geodir_meta_keys = strip_tags( $geodir_meta_keys ); |
|
| 1274 | - $geodir_meta_keys = esc_html( $geodir_meta_keys ); |
|
| 1275 | - $geodir_meta_keys = geodir_strtolower( $geodir_meta_keys ); |
|
| 1276 | - $geodir_meta_keys = wp_html_excerpt( $geodir_meta_keys, 1000, '' ); |
|
| 1277 | - $geodir_meta_keys = str_replace( '%location%', $replace_location, $geodir_meta_keys ); |
|
| 1270 | + $meta_key = $meta_key != '' ? rtrim(trim($meta_key), ",") : $meta_key; |
|
| 1271 | + $geodir_meta_keys = $geodir_meta_keys != '' ? ($meta_key != '' ? $meta_key.', '.$geodir_meta_keys : $geodir_meta_keys) : $meta_key; |
|
| 1272 | + if ($geodir_meta_keys != '') {
|
|
| 1273 | + $geodir_meta_keys = strip_tags($geodir_meta_keys); |
|
| 1274 | + $geodir_meta_keys = esc_html($geodir_meta_keys); |
|
| 1275 | + $geodir_meta_keys = geodir_strtolower($geodir_meta_keys); |
|
| 1276 | + $geodir_meta_keys = wp_html_excerpt($geodir_meta_keys, 1000, ''); |
|
| 1277 | + $geodir_meta_keys = str_replace('%location%', $replace_location, $geodir_meta_keys);
|
|
| 1278 | 1278 | |
| 1279 | - $meta_key = rtrim( trim( $geodir_meta_keys ), "," ); |
|
| 1279 | + $meta_key = rtrim(trim($geodir_meta_keys), ","); |
|
| 1280 | 1280 | } |
| 1281 | 1281 | |
| 1282 | - if ( $meta_key ) {
|
|
| 1283 | - $meta_key = stripslashes_deep( $meta_key ); |
|
| 1282 | + if ($meta_key) {
|
|
| 1283 | + $meta_key = stripslashes_deep($meta_key); |
|
| 1284 | 1284 | /** |
| 1285 | 1285 | * Filter SEO meta keywords. |
| 1286 | 1286 | * |
@@ -1288,7 +1288,7 @@ discard block |
||
| 1288 | 1288 | * |
| 1289 | 1289 | * @param string $meta_desc Meta keywords. |
| 1290 | 1290 | */ |
| 1291 | - echo apply_filters( 'geodir_seo_meta_keywords', '<meta name="keywords" content="' . $meta_key . '" />', $meta_key ); |
|
| 1291 | + echo apply_filters('geodir_seo_meta_keywords', '<meta name="keywords" content="'.$meta_key.'" />', $meta_key);
|
|
| 1292 | 1292 | } |
| 1293 | 1293 | |
| 1294 | 1294 | } |
@@ -1308,8 +1308,8 @@ discard block |
||
| 1308 | 1308 | |
| 1309 | 1309 | $geodir_detail_page_tabs_array = geodir_detail_page_tabs_array(); |
| 1310 | 1310 | |
| 1311 | - foreach ( $geodir_detail_page_tabs_array as $key => $tabs_obj ) {
|
|
| 1312 | - $geodir_detail_page_tabs_key_value_array[ $key ] = $tabs_obj['heading_text']; |
|
| 1311 | + foreach ($geodir_detail_page_tabs_array as $key => $tabs_obj) {
|
|
| 1312 | + $geodir_detail_page_tabs_key_value_array[$key] = $tabs_obj['heading_text']; |
|
| 1313 | 1313 | } |
| 1314 | 1314 | |
| 1315 | 1315 | return $geodir_detail_page_tabs_key_value_array; |
@@ -1331,57 +1331,57 @@ discard block |
||
| 1331 | 1331 | * @since 1.0.0 |
| 1332 | 1332 | */ |
| 1333 | 1333 | $arr_tabs['post_profile'] = array( |
| 1334 | - 'heading_text' => __( 'Profile', 'geodirectory' ), |
|
| 1334 | + 'heading_text' => __('Profile', 'geodirectory'),
|
|
| 1335 | 1335 | 'is_active_tab' => true, |
| 1336 | - 'is_display' => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_profile' ), |
|
| 1336 | + 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, 'post_profile'),
|
|
| 1337 | 1337 | 'tab_content' => '' |
| 1338 | 1338 | ); |
| 1339 | - $arr_tabs['post_info'] = array( |
|
| 1340 | - 'heading_text' => __( 'More Info', 'geodirectory' ), |
|
| 1339 | + $arr_tabs['post_info'] = array( |
|
| 1340 | + 'heading_text' => __('More Info', 'geodirectory'),
|
|
| 1341 | 1341 | 'is_active_tab' => false, |
| 1342 | - 'is_display' => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_info' ), |
|
| 1342 | + 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, 'post_info'),
|
|
| 1343 | 1343 | 'tab_content' => '' |
| 1344 | 1344 | ); |
| 1345 | 1345 | |
| 1346 | 1346 | $arr_tabs['post_images'] = array( |
| 1347 | - 'heading_text' => __( 'Photos', 'geodirectory' ), |
|
| 1347 | + 'heading_text' => __('Photos', 'geodirectory'),
|
|
| 1348 | 1348 | 'is_active_tab' => false, |
| 1349 | - 'is_display' => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_images' ), |
|
| 1349 | + 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, 'post_images'),
|
|
| 1350 | 1350 | 'tab_content' => '' |
| 1351 | 1351 | ); |
| 1352 | 1352 | |
| 1353 | 1353 | $arr_tabs['post_video'] = array( |
| 1354 | - 'heading_text' => __( 'Video', 'geodirectory' ), |
|
| 1354 | + 'heading_text' => __('Video', 'geodirectory'),
|
|
| 1355 | 1355 | 'is_active_tab' => false, |
| 1356 | - 'is_display' => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_video' ), |
|
| 1356 | + 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, 'post_video'),
|
|
| 1357 | 1357 | 'tab_content' => '' |
| 1358 | 1358 | ); |
| 1359 | 1359 | |
| 1360 | 1360 | $arr_tabs['special_offers'] = array( |
| 1361 | - 'heading_text' => __( 'Special Offers', 'geodirectory' ), |
|
| 1361 | + 'heading_text' => __('Special Offers', 'geodirectory'),
|
|
| 1362 | 1362 | 'is_active_tab' => false, |
| 1363 | - 'is_display' => apply_filters( 'geodir_detail_page_tab_is_display', true, 'special_offers' ), |
|
| 1363 | + 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, 'special_offers'),
|
|
| 1364 | 1364 | 'tab_content' => '' |
| 1365 | 1365 | ); |
| 1366 | 1366 | |
| 1367 | 1367 | $arr_tabs['post_map'] = array( |
| 1368 | - 'heading_text' => __( 'Map', 'geodirectory' ), |
|
| 1368 | + 'heading_text' => __('Map', 'geodirectory'),
|
|
| 1369 | 1369 | 'is_active_tab' => false, |
| 1370 | - 'is_display' => apply_filters( 'geodir_detail_page_tab_is_display', true, 'post_map' ), |
|
| 1370 | + 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, 'post_map'),
|
|
| 1371 | 1371 | 'tab_content' => '' |
| 1372 | 1372 | ); |
| 1373 | 1373 | |
| 1374 | 1374 | $arr_tabs['reviews'] = array( |
| 1375 | - 'heading_text' => __( 'Reviews', 'geodirectory' ), |
|
| 1375 | + 'heading_text' => __('Reviews', 'geodirectory'),
|
|
| 1376 | 1376 | 'is_active_tab' => false, |
| 1377 | - 'is_display' => apply_filters( 'geodir_detail_page_tab_is_display', true, 'reviews' ), |
|
| 1377 | + 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, 'reviews'),
|
|
| 1378 | 1378 | 'tab_content' => 'review display' |
| 1379 | 1379 | ); |
| 1380 | 1380 | |
| 1381 | 1381 | $arr_tabs['related_listing'] = array( |
| 1382 | - 'heading_text' => __( 'Related Listing', 'geodirectory' ), |
|
| 1382 | + 'heading_text' => __('Related Listing', 'geodirectory'),
|
|
| 1383 | 1383 | 'is_active_tab' => false, |
| 1384 | - 'is_display' => apply_filters( 'geodir_detail_page_tab_is_display', true, 'related_listing' ), |
|
| 1384 | + 'is_display' => apply_filters('geodir_detail_page_tab_is_display', true, 'related_listing'),
|
|
| 1385 | 1385 | 'tab_content' => '' |
| 1386 | 1386 | ); |
| 1387 | 1387 | |
@@ -1390,7 +1390,7 @@ discard block |
||
| 1390 | 1390 | * |
| 1391 | 1391 | * @since 1.0.0 |
| 1392 | 1392 | */ |
| 1393 | - return apply_filters( 'geodir_detail_page_tab_list_extend', $arr_tabs ); |
|
| 1393 | + return apply_filters('geodir_detail_page_tab_list_extend', $arr_tabs);
|
|
| 1394 | 1394 | |
| 1395 | 1395 | |
| 1396 | 1396 | } |
@@ -1404,13 +1404,13 @@ discard block |
||
| 1404 | 1404 | * @return mixed|array Tabs array. |
| 1405 | 1405 | */ |
| 1406 | 1406 | function geodir_detail_page_tabs_list() {
|
| 1407 | - $tabs_excluded = get_option( 'geodir_detail_page_tabs_excluded' ); |
|
| 1407 | + $tabs_excluded = get_option('geodir_detail_page_tabs_excluded');
|
|
| 1408 | 1408 | $tabs_array = geodir_detail_page_tabs_array(); |
| 1409 | 1409 | |
| 1410 | - if ( ! empty( $tabs_excluded ) ) {
|
|
| 1411 | - foreach ( $tabs_excluded as $tab ) {
|
|
| 1412 | - if ( array_key_exists( $tab, $tabs_array ) ) {
|
|
| 1413 | - unset( $tabs_array[ $tab ] ); |
|
| 1410 | + if (!empty($tabs_excluded)) {
|
|
| 1411 | + foreach ($tabs_excluded as $tab) {
|
|
| 1412 | + if (array_key_exists($tab, $tabs_array)) {
|
|
| 1413 | + unset($tabs_array[$tab]); |
|
| 1414 | 1414 | } |
| 1415 | 1415 | } |
| 1416 | 1416 | } |
@@ -1434,58 +1434,58 @@ discard block |
||
| 1434 | 1434 | function geodir_show_detail_page_tabs() {
|
| 1435 | 1435 | global $post, $post_images, $video, $special_offers, $related_listing, $geodir_post_detail_fields, $preview; |
| 1436 | 1436 | |
| 1437 | - $post_id = ! empty( $post ) && isset( $post->ID ) ? (int) $post->ID : 0; |
|
| 1438 | - $request_post_id = ! empty( $_REQUEST['p'] ) ? (int) $_REQUEST['p'] : 0; |
|
| 1439 | - $is_backend_preview = ( is_single() && ! empty( $_REQUEST['post_type'] ) && ! empty( $_REQUEST['preview'] ) && ! empty( $_REQUEST['p'] ) ) && is_super_admin() ? true : false; // skip if preview from backend |
|
| 1437 | + $post_id = !empty($post) && isset($post->ID) ? (int) $post->ID : 0; |
|
| 1438 | + $request_post_id = !empty($_REQUEST['p']) ? (int) $_REQUEST['p'] : 0; |
|
| 1439 | + $is_backend_preview = (is_single() && !empty($_REQUEST['post_type']) && !empty($_REQUEST['preview']) && !empty($_REQUEST['p'])) && is_super_admin() ? true : false; // skip if preview from backend |
|
| 1440 | 1440 | |
| 1441 | - if ( $is_backend_preview && ! $post_id > 0 && $request_post_id > 0 ) {
|
|
| 1442 | - $post = geodir_get_post_info( $request_post_id ); |
|
| 1443 | - setup_postdata( $post ); |
|
| 1441 | + if ($is_backend_preview && !$post_id > 0 && $request_post_id > 0) {
|
|
| 1442 | + $post = geodir_get_post_info($request_post_id); |
|
| 1443 | + setup_postdata($post); |
|
| 1444 | 1444 | } |
| 1445 | 1445 | |
| 1446 | - $geodir_post_detail_fields = geodir_show_listing_info( 'moreinfo' ); |
|
| 1446 | + $geodir_post_detail_fields = geodir_show_listing_info('moreinfo');
|
|
| 1447 | 1447 | |
| 1448 | 1448 | |
| 1449 | - if ( geodir_is_page( 'detail' ) ) {
|
|
| 1450 | - $video = geodir_get_video( $post->ID ); |
|
| 1451 | - $special_offers = geodir_get_special_offers( $post->ID ); |
|
| 1449 | + if (geodir_is_page('detail')) {
|
|
| 1450 | + $video = geodir_get_video($post->ID); |
|
| 1451 | + $special_offers = geodir_get_special_offers($post->ID); |
|
| 1452 | 1452 | $related_listing_array = array(); |
| 1453 | - if ( get_option( 'geodir_add_related_listing_posttypes' ) ) {
|
|
| 1454 | - $related_listing_array = get_option( 'geodir_add_related_listing_posttypes' ); |
|
| 1453 | + if (get_option('geodir_add_related_listing_posttypes')) {
|
|
| 1454 | + $related_listing_array = get_option('geodir_add_related_listing_posttypes');
|
|
| 1455 | 1455 | } |
| 1456 | 1456 | |
| 1457 | 1457 | |
| 1458 | - $excluded_tabs = get_option( 'geodir_detail_page_tabs_excluded' ); |
|
| 1459 | - if ( ! $excluded_tabs ) {
|
|
| 1458 | + $excluded_tabs = get_option('geodir_detail_page_tabs_excluded');
|
|
| 1459 | + if (!$excluded_tabs) {
|
|
| 1460 | 1460 | $excluded_tabs = array(); |
| 1461 | 1461 | } |
| 1462 | 1462 | |
| 1463 | 1463 | $related_listing = ''; |
| 1464 | - if ( in_array( $post->post_type, $related_listing_array ) && ! in_array( 'related_listing', $excluded_tabs ) ) {
|
|
| 1464 | + if (in_array($post->post_type, $related_listing_array) && !in_array('related_listing', $excluded_tabs)) {
|
|
| 1465 | 1465 | $request = array( |
| 1466 | - 'post_number' => get_option( 'geodir_related_post_count' ), |
|
| 1467 | - 'relate_to' => get_option( 'geodir_related_post_relate_to' ), |
|
| 1468 | - 'layout' => get_option( 'geodir_related_post_listing_view' ), |
|
| 1469 | - 'add_location_filter' => get_option( 'geodir_related_post_location_filter' ), |
|
| 1470 | - 'list_sort' => get_option( 'geodir_related_post_sortby' ), |
|
| 1471 | - 'character_count' => get_option( 'geodir_related_post_excerpt' ) |
|
| 1466 | + 'post_number' => get_option('geodir_related_post_count'),
|
|
| 1467 | + 'relate_to' => get_option('geodir_related_post_relate_to'),
|
|
| 1468 | + 'layout' => get_option('geodir_related_post_listing_view'),
|
|
| 1469 | + 'add_location_filter' => get_option('geodir_related_post_location_filter'),
|
|
| 1470 | + 'list_sort' => get_option('geodir_related_post_sortby'),
|
|
| 1471 | + 'character_count' => get_option('geodir_related_post_excerpt')
|
|
| 1472 | 1472 | ); |
| 1473 | 1473 | |
| 1474 | - if ( $post->post_type == 'gd_event' && defined( 'GDEVENTS_VERSION' ) ) {
|
|
| 1475 | - $related_listing = geodir_get_detail_page_related_events( $request ); |
|
| 1474 | + if ($post->post_type == 'gd_event' && defined('GDEVENTS_VERSION')) {
|
|
| 1475 | + $related_listing = geodir_get_detail_page_related_events($request); |
|
| 1476 | 1476 | } else {
|
| 1477 | - $related_listing = geodir_related_posts_display( $request ); |
|
| 1477 | + $related_listing = geodir_related_posts_display($request); |
|
| 1478 | 1478 | } |
| 1479 | 1479 | |
| 1480 | 1480 | } |
| 1481 | 1481 | |
| 1482 | - $post_images = geodir_get_images( $post->ID, 'thumbnail' ); |
|
| 1482 | + $post_images = geodir_get_images($post->ID, 'thumbnail'); |
|
| 1483 | 1483 | $thumb_image = ''; |
| 1484 | - if ( ! empty( $post_images ) ) {
|
|
| 1485 | - foreach ( $post_images as $image ) {
|
|
| 1486 | - $caption = ( ! empty( $image->caption ) ) ? $image->caption : ''; |
|
| 1487 | - $thumb_image .= '<a href="' . $image->src . '" title="' . $caption . '">'; |
|
| 1488 | - $thumb_image .= geodir_show_image( $image, 'thumbnail', true, false ); |
|
| 1484 | + if (!empty($post_images)) {
|
|
| 1485 | + foreach ($post_images as $image) {
|
|
| 1486 | + $caption = (!empty($image->caption)) ? $image->caption : ''; |
|
| 1487 | + $thumb_image .= '<a href="'.$image->src.'" title="'.$caption.'">'; |
|
| 1488 | + $thumb_image .= geodir_show_image($image, 'thumbnail', true, false); |
|
| 1489 | 1489 | $thumb_image .= '</a>'; |
| 1490 | 1490 | } |
| 1491 | 1491 | } |
@@ -1494,11 +1494,11 @@ discard block |
||
| 1494 | 1494 | $map_args['map_canvas_name'] = 'detail_page_map_canvas'; |
| 1495 | 1495 | $map_args['width'] = '600'; |
| 1496 | 1496 | $map_args['height'] = '300'; |
| 1497 | - if ( $post->post_mapzoom ) {
|
|
| 1498 | - $map_args['zoom'] = '' . $post->post_mapzoom . ''; |
|
| 1497 | + if ($post->post_mapzoom) {
|
|
| 1498 | + $map_args['zoom'] = ''.$post->post_mapzoom.''; |
|
| 1499 | 1499 | } |
| 1500 | 1500 | $map_args['autozoom'] = false; |
| 1501 | - $map_args['scrollwheel'] = ( get_option( 'geodir_add_listing_mouse_scroll' ) ) ? 0 : 1; |
|
| 1501 | + $map_args['scrollwheel'] = (get_option('geodir_add_listing_mouse_scroll')) ? 0 : 1;
|
|
| 1502 | 1502 | $map_args['child_collapse'] = '0'; |
| 1503 | 1503 | $map_args['enable_cat_filters'] = false; |
| 1504 | 1504 | $map_args['enable_text_search'] = false; |
@@ -1507,43 +1507,43 @@ discard block |
||
| 1507 | 1507 | $map_args['enable_jason_on_load'] = true; |
| 1508 | 1508 | $map_args['enable_map_direction'] = true; |
| 1509 | 1509 | $map_args['map_class_name'] = 'geodir-map-detail-page'; |
| 1510 | - $map_args['maptype'] = ( ! empty( $post->post_mapview ) ) ? $post->post_mapview : 'ROADMAP'; |
|
| 1511 | - } else if ( geodir_is_page( 'preview' ) ) {
|
|
| 1512 | - $video = isset( $post->geodir_video ) ? $post->geodir_video : ''; |
|
| 1513 | - $special_offers = isset( $post->geodir_special_offers ) ? $post->geodir_special_offers : ''; |
|
| 1510 | + $map_args['maptype'] = (!empty($post->post_mapview)) ? $post->post_mapview : 'ROADMAP'; |
|
| 1511 | + } else if (geodir_is_page('preview')) {
|
|
| 1512 | + $video = isset($post->geodir_video) ? $post->geodir_video : ''; |
|
| 1513 | + $special_offers = isset($post->geodir_special_offers) ? $post->geodir_special_offers : ''; |
|
| 1514 | 1514 | |
| 1515 | - if ( isset( $post->post_images ) ) {
|
|
| 1516 | - $post->post_images = trim( $post->post_images, "," ); |
|
| 1515 | + if (isset($post->post_images)) {
|
|
| 1516 | + $post->post_images = trim($post->post_images, ","); |
|
| 1517 | 1517 | } |
| 1518 | 1518 | |
| 1519 | - if ( isset( $post->post_images ) && ! empty( $post->post_images ) ) {
|
|
| 1520 | - $post_images = explode( ",", $post->post_images ); |
|
| 1519 | + if (isset($post->post_images) && !empty($post->post_images)) {
|
|
| 1520 | + $post_images = explode(",", $post->post_images);
|
|
| 1521 | 1521 | } |
| 1522 | 1522 | |
| 1523 | 1523 | $thumb_image = ''; |
| 1524 | - if ( ! empty( $post_images ) ) {
|
|
| 1525 | - foreach ( $post_images as $image ) {
|
|
| 1526 | - if ( $image != '' ) {
|
|
| 1527 | - $thumb_image .= '<a href="' . $image . '">'; |
|
| 1528 | - $thumb_image .= geodir_show_image( array( 'src' => $image ), 'thumbnail', true, false ); |
|
| 1524 | + if (!empty($post_images)) {
|
|
| 1525 | + foreach ($post_images as $image) {
|
|
| 1526 | + if ($image != '') {
|
|
| 1527 | + $thumb_image .= '<a href="'.$image.'">'; |
|
| 1528 | + $thumb_image .= geodir_show_image(array('src' => $image), 'thumbnail', true, false);
|
|
| 1529 | 1529 | $thumb_image .= '</a>'; |
| 1530 | 1530 | } |
| 1531 | 1531 | } |
| 1532 | 1532 | } |
| 1533 | 1533 | |
| 1534 | 1534 | global $map_jason; |
| 1535 | - $marker_json = $post->marker_json != '' ? json_decode( $post->marker_json, true ) : array(); |
|
| 1536 | - $marker_icon = ( ! empty( $marker_json ) && ! empty( $marker_json['i'] ) ) ? $marker_json['i'] : ''; |
|
| 1537 | - $icon_size = geodir_get_marker_size( $marker_icon ); |
|
| 1535 | + $marker_json = $post->marker_json != '' ? json_decode($post->marker_json, true) : array(); |
|
| 1536 | + $marker_icon = (!empty($marker_json) && !empty($marker_json['i'])) ? $marker_json['i'] : ''; |
|
| 1537 | + $icon_size = geodir_get_marker_size($marker_icon); |
|
| 1538 | 1538 | $marker_json['w'] = $icon_size['w']; |
| 1539 | 1539 | $marker_json['h'] = $icon_size['h']; |
| 1540 | - $map_jason[] = json_encode( $marker_json ); |
|
| 1540 | + $map_jason[] = json_encode($marker_json); |
|
| 1541 | 1541 | |
| 1542 | - $address_latitude = isset( $post->post_latitude ) ? $post->post_latitude : ''; |
|
| 1543 | - $address_longitude = isset( $post->post_longitude ) ? $post->post_longitude : ''; |
|
| 1544 | - $mapview = isset( $post->post_mapview ) ? $post->post_mapview : ''; |
|
| 1545 | - $mapzoom = isset( $post->post_mapzoom ) ? $post->post_mapzoom : ''; |
|
| 1546 | - if ( ! $mapzoom ) {
|
|
| 1542 | + $address_latitude = isset($post->post_latitude) ? $post->post_latitude : ''; |
|
| 1543 | + $address_longitude = isset($post->post_longitude) ? $post->post_longitude : ''; |
|
| 1544 | + $mapview = isset($post->post_mapview) ? $post->post_mapview : ''; |
|
| 1545 | + $mapzoom = isset($post->post_mapzoom) ? $post->post_mapzoom : ''; |
|
| 1546 | + if (!$mapzoom) {
|
|
| 1547 | 1547 | $mapzoom = 12; |
| 1548 | 1548 | } |
| 1549 | 1549 | |
@@ -1566,37 +1566,37 @@ discard block |
||
| 1566 | 1566 | $map_args['map_class_name'] = 'geodir-map-preview-page'; |
| 1567 | 1567 | } |
| 1568 | 1568 | |
| 1569 | - $arr_detail_page_tabs = geodir_detail_page_tabs_list();// get this sooner so we can get the active tab for the user |
|
| 1569 | + $arr_detail_page_tabs = geodir_detail_page_tabs_list(); // get this sooner so we can get the active tab for the user |
|
| 1570 | 1570 | |
| 1571 | 1571 | $active_tab = ''; |
| 1572 | 1572 | $active_tab_name = ''; |
| 1573 | 1573 | $default_tab = ''; |
| 1574 | 1574 | $default_tab_name = ''; |
| 1575 | - foreach ( $arr_detail_page_tabs as $tab_index => $tabs ) {
|
|
| 1576 | - if ( isset( $tabs['is_active_tab'] ) && $tabs['is_active_tab'] && ! empty( $tabs['is_display'] ) && isset( $tabs['heading_text'] ) && $tabs['heading_text'] ) {
|
|
| 1575 | + foreach ($arr_detail_page_tabs as $tab_index => $tabs) {
|
|
| 1576 | + if (isset($tabs['is_active_tab']) && $tabs['is_active_tab'] && !empty($tabs['is_display']) && isset($tabs['heading_text']) && $tabs['heading_text']) {
|
|
| 1577 | 1577 | $active_tab = $tab_index; |
| 1578 | - $active_tab_name = __( $tabs['heading_text'], 'geodirectory' ); |
|
| 1578 | + $active_tab_name = __($tabs['heading_text'], 'geodirectory'); |
|
| 1579 | 1579 | } |
| 1580 | 1580 | |
| 1581 | - if ( $default_tab === '' && ! empty( $tabs['is_display'] ) && ! empty( $tabs['heading_text'] ) ) {
|
|
| 1581 | + if ($default_tab === '' && !empty($tabs['is_display']) && !empty($tabs['heading_text'])) {
|
|
| 1582 | 1582 | $default_tab = $tab_index; |
| 1583 | - $default_tab_name = __( $tabs['heading_text'], 'geodirectory' ); |
|
| 1583 | + $default_tab_name = __($tabs['heading_text'], 'geodirectory'); |
|
| 1584 | 1584 | } |
| 1585 | 1585 | } |
| 1586 | 1586 | |
| 1587 | - if ( $active_tab === '' && $default_tab !== '' ) { // Make first tab acs a active tab if not any tab is active.
|
|
| 1588 | - if ( isset( $arr_detail_page_tabs[ $active_tab ] ) && isset( $arr_detail_page_tabs[ $active_tab ]['is_active_tab'] ) ) {
|
|
| 1589 | - $arr_detail_page_tabs[ $active_tab ]['is_active_tab'] = false; |
|
| 1587 | + if ($active_tab === '' && $default_tab !== '') { // Make first tab acs a active tab if not any tab is active.
|
|
| 1588 | + if (isset($arr_detail_page_tabs[$active_tab]) && isset($arr_detail_page_tabs[$active_tab]['is_active_tab'])) {
|
|
| 1589 | + $arr_detail_page_tabs[$active_tab]['is_active_tab'] = false; |
|
| 1590 | 1590 | } |
| 1591 | 1591 | |
| 1592 | - $arr_detail_page_tabs[ $default_tab ]['is_active_tab'] = true; |
|
| 1592 | + $arr_detail_page_tabs[$default_tab]['is_active_tab'] = true; |
|
| 1593 | 1593 | $active_tab = $default_tab; |
| 1594 | 1594 | $active_tab_name = $default_tab_name; |
| 1595 | 1595 | } |
| 1596 | - $tab_list = ( get_option( 'geodir_disable_tabs', false ) ) ? true : false; |
|
| 1596 | + $tab_list = (get_option('geodir_disable_tabs', false)) ? true : false;
|
|
| 1597 | 1597 | ?> |
| 1598 | 1598 | <div class="geodir-tabs" id="gd-tabs" style="position:relative;"> |
| 1599 | - <?php if ( ! $tab_list ){ ?>
|
|
| 1599 | + <?php if (!$tab_list) { ?>
|
|
| 1600 | 1600 | <div id="geodir-tab-mobile-menu"> |
| 1601 | 1601 | <i class="fa fa-bars"></i> |
| 1602 | 1602 | <span class="geodir-mobile-active-tab"><?php echo $active_tab_name; ?></span> |
@@ -1611,26 +1611,26 @@ discard block |
||
| 1611 | 1611 | * @since 1.0.0 |
| 1612 | 1612 | * @see 'geodir_after_tab_list' |
| 1613 | 1613 | */ |
| 1614 | - do_action( 'geodir_before_tab_list' ); ?> |
|
| 1614 | + do_action('geodir_before_tab_list'); ?>
|
|
| 1615 | 1615 | <?php |
| 1616 | 1616 | |
| 1617 | - foreach ( $arr_detail_page_tabs as $tab_index => $detail_page_tab ) {
|
|
| 1618 | - if ( $detail_page_tab['is_display'] ) {
|
|
| 1617 | + foreach ($arr_detail_page_tabs as $tab_index => $detail_page_tab) {
|
|
| 1618 | + if ($detail_page_tab['is_display']) {
|
|
| 1619 | 1619 | |
| 1620 | - if ( ! $tab_list ) {
|
|
| 1620 | + if (!$tab_list) {
|
|
| 1621 | 1621 | ?> |
| 1622 | 1622 | <dt></dt> <!-- added to comply with validation --> |
| 1623 | - <dd <?php if ( $detail_page_tab['is_active_tab'] ){ ?>class="geodir-tab-active"<?php } ?> ><a
|
|
| 1623 | + <dd <?php if ($detail_page_tab['is_active_tab']) { ?>class="geodir-tab-active"<?php } ?> ><a
|
|
| 1624 | 1624 | data-tab="#<?php echo $tab_index; ?>" |
| 1625 | - data-status="enable"><?php _e( $detail_page_tab['heading_text'], 'geodirectory' ); ?></a> |
|
| 1625 | + data-status="enable"><?php _e($detail_page_tab['heading_text'], 'geodirectory'); ?></a> |
|
| 1626 | 1626 | </dd> |
| 1627 | 1627 | <?php |
| 1628 | 1628 | } |
| 1629 | 1629 | ob_start() // start tab content buffering |
| 1630 | 1630 | ?> |
| 1631 | 1631 | <li id="<?php echo $tab_index; ?>Tab"> |
| 1632 | - <?php if ( $tab_list ) {
|
|
| 1633 | - $tab_title = '<span class="gd-tab-list-title" ><a href="#' . $tab_index . '">' . __( $detail_page_tab['heading_text'], 'geodirectory' ) . '</a></span><hr />'; |
|
| 1632 | + <?php if ($tab_list) {
|
|
| 1633 | + $tab_title = '<span class="gd-tab-list-title" ><a href="#'.$tab_index.'">'.__($detail_page_tab['heading_text'], 'geodirectory').'</a></span><hr />'; |
|
| 1634 | 1634 | /** |
| 1635 | 1635 | * Filter the tab list title html. |
| 1636 | 1636 | * |
@@ -1640,7 +1640,7 @@ discard block |
||
| 1640 | 1640 | * @param string $tab_index The tab index type. |
| 1641 | 1641 | * @param array $detail_page_tab The array of values including title text. |
| 1642 | 1642 | */ |
| 1643 | - echo apply_filters( 'geodir_tab_list_title', $tab_title, $tab_index, $detail_page_tab ); |
|
| 1643 | + echo apply_filters('geodir_tab_list_title', $tab_title, $tab_index, $detail_page_tab);
|
|
| 1644 | 1644 | } ?> |
| 1645 | 1645 | <div id="<?php echo $tab_index; ?>" class="hash-offset"></div> |
| 1646 | 1646 | <?php |
@@ -1651,7 +1651,7 @@ discard block |
||
| 1651 | 1651 | * |
| 1652 | 1652 | * @param string $tab_index The tab name ID. |
| 1653 | 1653 | */ |
| 1654 | - do_action( 'geodir_before_tab_content', $tab_index ); |
|
| 1654 | + do_action('geodir_before_tab_content', $tab_index);
|
|
| 1655 | 1655 | |
| 1656 | 1656 | /** |
| 1657 | 1657 | * Called before the details tab content is output per tab. |
@@ -1661,21 +1661,21 @@ discard block |
||
| 1661 | 1661 | * @since 1.0.0 |
| 1662 | 1662 | * @todo do we need this if we have the hook above? 'geodir_before_tab_content' |
| 1663 | 1663 | */ |
| 1664 | - do_action( 'geodir_before_' . $tab_index . '_tab_content' ); |
|
| 1664 | + do_action('geodir_before_'.$tab_index.'_tab_content');
|
|
| 1665 | 1665 | /// write a code to generate content of each tab |
| 1666 | - switch ( $tab_index ) {
|
|
| 1666 | + switch ($tab_index) {
|
|
| 1667 | 1667 | case 'post_profile': |
| 1668 | 1668 | /** |
| 1669 | 1669 | * Called before the listing description content on the details page tab. |
| 1670 | 1670 | * |
| 1671 | 1671 | * @since 1.0.0 |
| 1672 | 1672 | */ |
| 1673 | - do_action( 'geodir_before_description_on_listing_detail' ); |
|
| 1674 | - if ( geodir_is_page( 'detail' ) ) {
|
|
| 1673 | + do_action('geodir_before_description_on_listing_detail');
|
|
| 1674 | + if (geodir_is_page('detail')) {
|
|
| 1675 | 1675 | the_content(); |
| 1676 | 1676 | } else {
|
| 1677 | 1677 | /** This action is documented in geodirectory_template_actions.php */ |
| 1678 | - echo apply_filters( 'the_content', stripslashes( $post->post_desc ) ); |
|
| 1678 | + echo apply_filters('the_content', stripslashes($post->post_desc));
|
|
| 1679 | 1679 | } |
| 1680 | 1680 | |
| 1681 | 1681 | /** |
@@ -1683,7 +1683,7 @@ discard block |
||
| 1683 | 1683 | * |
| 1684 | 1684 | * @since 1.0.0 |
| 1685 | 1685 | */ |
| 1686 | - do_action( 'geodir_after_description_on_listing_detail' ); |
|
| 1686 | + do_action('geodir_after_description_on_listing_detail');
|
|
| 1687 | 1687 | break; |
| 1688 | 1688 | case 'post_info': |
| 1689 | 1689 | echo $geodir_post_detail_fields; |
@@ -1693,32 +1693,32 @@ discard block |
||
| 1693 | 1693 | break; |
| 1694 | 1694 | case 'post_video': |
| 1695 | 1695 | // some browsers hide $_POST data if used for embeds so we repalce with a placeholder |
| 1696 | - if ( $preview ) {
|
|
| 1697 | - if ( $video ) {
|
|
| 1698 | - echo "<span class='gd-video-embed-preview' ><p class='gd-video-preview-text'><i class=\"fa fa-video-camera\" aria-hidden=\"true\"></i><br />" . __( 'Video Preview Placeholder', 'geodirectory' ) . "</p></span>"; |
|
| 1696 | + if ($preview) {
|
|
| 1697 | + if ($video) {
|
|
| 1698 | + echo "<span class='gd-video-embed-preview' ><p class='gd-video-preview-text'><i class=\"fa fa-video-camera\" aria-hidden=\"true\"></i><br />".__('Video Preview Placeholder', 'geodirectory')."</p></span>";
|
|
| 1699 | 1699 | } |
| 1700 | 1700 | } else {
|
| 1701 | 1701 | |
| 1702 | 1702 | // stop payment manager filtering content length |
| 1703 | - $filter_priority = has_filter( 'the_content', 'geodir_payments_the_content' ); |
|
| 1704 | - if ( false !== $filter_priority ) {
|
|
| 1705 | - remove_filter( 'the_content', 'geodir_payments_the_content', $filter_priority ); |
|
| 1703 | + $filter_priority = has_filter('the_content', 'geodir_payments_the_content');
|
|
| 1704 | + if (false !== $filter_priority) {
|
|
| 1705 | + remove_filter('the_content', 'geodir_payments_the_content', $filter_priority);
|
|
| 1706 | 1706 | } |
| 1707 | 1707 | |
| 1708 | 1708 | /** This action is documented in geodirectory_template_actions.php */ |
| 1709 | - echo apply_filters( 'the_content', stripslashes( $video ) );// we apply the_content filter so oembed works also; |
|
| 1709 | + echo apply_filters('the_content', stripslashes($video)); // we apply the_content filter so oembed works also;
|
|
| 1710 | 1710 | |
| 1711 | - if ( false !== $filter_priority ) {
|
|
| 1712 | - add_filter( 'the_content', 'geodir_payments_the_content', $filter_priority ); |
|
| 1711 | + if (false !== $filter_priority) {
|
|
| 1712 | + add_filter('the_content', 'geodir_payments_the_content', $filter_priority);
|
|
| 1713 | 1713 | } |
| 1714 | 1714 | } |
| 1715 | 1715 | break; |
| 1716 | 1716 | case 'special_offers': |
| 1717 | - echo apply_filters( 'gd_special_offers_content', wpautop( stripslashes( $special_offers ) ) ); |
|
| 1717 | + echo apply_filters('gd_special_offers_content', wpautop(stripslashes($special_offers)));
|
|
| 1718 | 1718 | |
| 1719 | 1719 | break; |
| 1720 | 1720 | case 'post_map': |
| 1721 | - geodir_draw_map( $map_args ); |
|
| 1721 | + geodir_draw_map($map_args); |
|
| 1722 | 1722 | break; |
| 1723 | 1723 | case 'reviews': |
| 1724 | 1724 | comments_template(); |
@@ -1727,7 +1727,7 @@ discard block |
||
| 1727 | 1727 | echo $related_listing; |
| 1728 | 1728 | break; |
| 1729 | 1729 | default: {
|
| 1730 | - if ( ( isset( $post->{$tab_index} ) || ( ! isset( $post->{$tab_index} ) && ( strpos( $tab_index, 'gd_tab_' ) !== false || $tab_index == 'link_business' ) ) ) && ! empty( $detail_page_tab['tab_content'] ) ) {
|
|
| 1730 | + if ((isset($post->{$tab_index} ) || (!isset($post->{$tab_index} ) && (strpos($tab_index, 'gd_tab_') !== false || $tab_index == 'link_business'))) && !empty($detail_page_tab['tab_content'])) {
|
|
| 1731 | 1731 | echo $detail_page_tab['tab_content']; |
| 1732 | 1732 | } |
| 1733 | 1733 | } |
@@ -1739,7 +1739,7 @@ discard block |
||
| 1739 | 1739 | * |
| 1740 | 1740 | * @since 1.0.0 |
| 1741 | 1741 | */ |
| 1742 | - do_action( 'geodir_after_tab_content', $tab_index ); |
|
| 1742 | + do_action('geodir_after_tab_content', $tab_index);
|
|
| 1743 | 1743 | |
| 1744 | 1744 | /** |
| 1745 | 1745 | * Called after the details tab content is output per tab. |
@@ -1749,7 +1749,7 @@ discard block |
||
| 1749 | 1749 | * @since 1.0.0 |
| 1750 | 1750 | * @todo do we need this if we have the hook above? 'geodir_after_tab_content' |
| 1751 | 1751 | */ |
| 1752 | - do_action( 'geodir_after_' . $tab_index . '_tab_content' ); |
|
| 1752 | + do_action('geodir_after_'.$tab_index.'_tab_content');
|
|
| 1753 | 1753 | ?> </li> |
| 1754 | 1754 | <?php |
| 1755 | 1755 | /** |
@@ -1757,7 +1757,7 @@ discard block |
||
| 1757 | 1757 | * |
| 1758 | 1758 | * @since 1.0.0 |
| 1759 | 1759 | */ |
| 1760 | - $arr_detail_page_tabs[ $tab_index ]['tab_content'] = apply_filters( "geodir_modify_" . $detail_page_tab['tab_content'] . "_tab_content", ob_get_clean() ); |
|
| 1760 | + $arr_detail_page_tabs[$tab_index]['tab_content'] = apply_filters("geodir_modify_".$detail_page_tab['tab_content']."_tab_content", ob_get_clean());
|
|
| 1761 | 1761 | } // end of if for is_display |
| 1762 | 1762 | }// end of foreach |
| 1763 | 1763 | |
@@ -1767,14 +1767,14 @@ discard block |
||
| 1767 | 1767 | * @since 1.0.0 |
| 1768 | 1768 | * @see 'geodir_before_tab_list' |
| 1769 | 1769 | */ |
| 1770 | - do_action( 'geodir_after_tab_list' ); |
|
| 1770 | + do_action('geodir_after_tab_list');
|
|
| 1771 | 1771 | ?> |
| 1772 | - <?php if ( ! $tab_list ){ ?></dl><?php } ?>
|
|
| 1773 | - <ul class="geodir-tabs-content entry-content <?php if ( $tab_list ) { ?>geodir-tabs-list<?php } ?>"
|
|
| 1772 | + <?php if (!$tab_list) { ?></dl><?php } ?>
|
|
| 1773 | + <ul class="geodir-tabs-content entry-content <?php if ($tab_list) { ?>geodir-tabs-list<?php } ?>"
|
|
| 1774 | 1774 | style="position:relative;"> |
| 1775 | 1775 | <?php |
| 1776 | - foreach ( $arr_detail_page_tabs as $detail_page_tab ) {
|
|
| 1777 | - if ( $detail_page_tab['is_display'] && ! empty( $detail_page_tab['tab_content'] ) ) {
|
|
| 1776 | + foreach ($arr_detail_page_tabs as $detail_page_tab) {
|
|
| 1777 | + if ($detail_page_tab['is_display'] && !empty($detail_page_tab['tab_content'])) {
|
|
| 1778 | 1778 | echo $detail_page_tab['tab_content']; |
| 1779 | 1779 | }// end of if |
| 1780 | 1780 | }// end of foreach |
@@ -1784,11 +1784,11 @@ discard block |
||
| 1784 | 1784 | * |
| 1785 | 1785 | * @since 1.0.0 |
| 1786 | 1786 | */ |
| 1787 | - do_action( 'geodir_add_tab_content' ); ?> |
|
| 1787 | + do_action('geodir_add_tab_content'); ?>
|
|
| 1788 | 1788 | </ul> |
| 1789 | 1789 | <!--gd-tabs-content ul end--> |
| 1790 | 1790 | </div> |
| 1791 | - <?php if ( ! $tab_list ) { ?>
|
|
| 1791 | + <?php if (!$tab_list) { ?>
|
|
| 1792 | 1792 | <script> |
| 1793 | 1793 | if (window.location.hash && window.location.hash.indexOf('&') === -1 && jQuery(window.location.hash + 'Tab').length) {
|
| 1794 | 1794 | hashVal = window.location.hash; |
@@ -1820,31 +1820,31 @@ discard block |
||
| 1820 | 1820 | * |
| 1821 | 1821 | * @return mixed Image file. |
| 1822 | 1822 | */ |
| 1823 | -function geodir_exif( $file ) {
|
|
| 1824 | - if ( empty( $file ) || ! is_array( $file ) ) {
|
|
| 1823 | +function geodir_exif($file) {
|
|
| 1824 | + if (empty($file) || !is_array($file)) {
|
|
| 1825 | 1825 | return $file; |
| 1826 | 1826 | } |
| 1827 | 1827 | |
| 1828 | - $file_path = ! empty( $file['tmp_name'] ) ? sanitize_text_field( $file['tmp_name'] ) : ''; |
|
| 1829 | - if ( ! ( $file_path && file_exists( $file_path ) ) ) {
|
|
| 1828 | + $file_path = !empty($file['tmp_name']) ? sanitize_text_field($file['tmp_name']) : ''; |
|
| 1829 | + if (!($file_path && file_exists($file_path))) {
|
|
| 1830 | 1830 | return $file; |
| 1831 | 1831 | } |
| 1832 | 1832 | $file['file'] = $file_path; |
| 1833 | 1833 | |
| 1834 | - if ( ! file_is_valid_image( $file_path ) ) {
|
|
| 1834 | + if (!file_is_valid_image($file_path)) {
|
|
| 1835 | 1835 | return $file; // Bail if file is not an image. |
| 1836 | 1836 | } |
| 1837 | 1837 | |
| 1838 | - if ( ! function_exists( 'wp_get_image_editor' ) ) {
|
|
| 1838 | + if (!function_exists('wp_get_image_editor')) {
|
|
| 1839 | 1839 | return $file; |
| 1840 | 1840 | } |
| 1841 | 1841 | |
| 1842 | 1842 | $mime_type = $file['type']; |
| 1843 | 1843 | $exif = array(); |
| 1844 | - if ( $mime_type == 'image/jpeg' && function_exists( 'exif_read_data' ) ) {
|
|
| 1844 | + if ($mime_type == 'image/jpeg' && function_exists('exif_read_data')) {
|
|
| 1845 | 1845 | try {
|
| 1846 | - $exif = exif_read_data( $file_path ); |
|
| 1847 | - } catch ( Exception $e ) {
|
|
| 1846 | + $exif = exif_read_data($file_path); |
|
| 1847 | + } catch (Exception $e) {
|
|
| 1848 | 1848 | $exif = array(); |
| 1849 | 1849 | } |
| 1850 | 1850 | } |
@@ -1853,13 +1853,13 @@ discard block |
||
| 1853 | 1853 | $flip = false; |
| 1854 | 1854 | $modify = false; |
| 1855 | 1855 | $orientation = 0; |
| 1856 | - if ( ! empty( $exif ) && isset( $exif['Orientation'] ) ) {
|
|
| 1857 | - switch ( (int) $exif['Orientation'] ) {
|
|
| 1856 | + if (!empty($exif) && isset($exif['Orientation'])) {
|
|
| 1857 | + switch ((int) $exif['Orientation']) {
|
|
| 1858 | 1858 | case 1: |
| 1859 | 1859 | // do nothing |
| 1860 | 1860 | break; |
| 1861 | 1861 | case 2: |
| 1862 | - $flip = array( false, true ); |
|
| 1862 | + $flip = array(false, true); |
|
| 1863 | 1863 | $modify = true; |
| 1864 | 1864 | break; |
| 1865 | 1865 | case 3: |
@@ -1868,13 +1868,13 @@ discard block |
||
| 1868 | 1868 | $modify = true; |
| 1869 | 1869 | break; |
| 1870 | 1870 | case 4: |
| 1871 | - $flip = array( true, false ); |
|
| 1871 | + $flip = array(true, false); |
|
| 1872 | 1872 | $modify = true; |
| 1873 | 1873 | break; |
| 1874 | 1874 | case 5: |
| 1875 | 1875 | $orientation = - 90; |
| 1876 | 1876 | $rotate = true; |
| 1877 | - $flip = array( false, true ); |
|
| 1877 | + $flip = array(false, true); |
|
| 1878 | 1878 | $modify = true; |
| 1879 | 1879 | break; |
| 1880 | 1880 | case 6: |
@@ -1885,7 +1885,7 @@ discard block |
||
| 1885 | 1885 | case 7: |
| 1886 | 1886 | $orientation = - 270; |
| 1887 | 1887 | $rotate = true; |
| 1888 | - $flip = array( false, true ); |
|
| 1888 | + $flip = array(false, true); |
|
| 1889 | 1889 | $modify = true; |
| 1890 | 1890 | break; |
| 1891 | 1891 | case 8: |
@@ -1911,31 +1911,31 @@ discard block |
||
| 1911 | 1911 | * @param int|null $quality Image Compression quality between 1-100% scale. Default null. |
| 1912 | 1912 | * @param string $quality Image mime type. |
| 1913 | 1913 | */ |
| 1914 | - $quality = apply_filters( 'geodir_image_upload_set_quality', $quality, $mime_type ); |
|
| 1915 | - if ( $quality !== null ) {
|
|
| 1914 | + $quality = apply_filters('geodir_image_upload_set_quality', $quality, $mime_type);
|
|
| 1915 | + if ($quality !== null) {
|
|
| 1916 | 1916 | $modify = true; |
| 1917 | 1917 | } |
| 1918 | 1918 | |
| 1919 | - if ( ! $modify ) {
|
|
| 1919 | + if (!$modify) {
|
|
| 1920 | 1920 | return $file; // no change |
| 1921 | 1921 | } |
| 1922 | 1922 | |
| 1923 | - $image = wp_get_image_editor( $file_path ); |
|
| 1924 | - if ( ! is_wp_error( $image ) ) {
|
|
| 1925 | - if ( $rotate ) {
|
|
| 1926 | - $image->rotate( $orientation ); |
|
| 1923 | + $image = wp_get_image_editor($file_path); |
|
| 1924 | + if (!is_wp_error($image)) {
|
|
| 1925 | + if ($rotate) {
|
|
| 1926 | + $image->rotate($orientation); |
|
| 1927 | 1927 | } |
| 1928 | 1928 | |
| 1929 | - if ( ! empty( $flip ) ) {
|
|
| 1930 | - $image->flip( $flip[0], $flip[1] ); |
|
| 1929 | + if (!empty($flip)) {
|
|
| 1930 | + $image->flip($flip[0], $flip[1]); |
|
| 1931 | 1931 | } |
| 1932 | 1932 | |
| 1933 | - if ( $quality !== null ) {
|
|
| 1934 | - $image->set_quality( (int) $quality ); |
|
| 1933 | + if ($quality !== null) {
|
|
| 1934 | + $image->set_quality((int) $quality); |
|
| 1935 | 1935 | } |
| 1936 | 1936 | |
| 1937 | - $result = $image->save( $file_path ); |
|
| 1938 | - if ( ! is_wp_error( $result ) ) {
|
|
| 1937 | + $result = $image->save($file_path); |
|
| 1938 | + if (!is_wp_error($result)) {
|
|
| 1939 | 1939 | $file['file'] = $result['path']; |
| 1940 | 1940 | $file['tmp_name'] = $result['path']; |
| 1941 | 1941 | } |
@@ -1962,7 +1962,7 @@ discard block |
||
| 1962 | 1962 | * |
| 1963 | 1963 | * @return string Returns the recent reviews html. |
| 1964 | 1964 | */ |
| 1965 | -function geodir_get_recent_reviews( $g_size = 60, $no_comments = 10, $comment_lenth = 60, $show_pass_post = false ) {
|
|
| 1965 | +function geodir_get_recent_reviews($g_size = 60, $no_comments = 10, $comment_lenth = 60, $show_pass_post = false) {
|
|
| 1966 | 1966 | global $wpdb, $tablecomments, $tableposts, $rating_table_name, $gd_session; |
| 1967 | 1967 | $tablecomments = $wpdb->comments; |
| 1968 | 1968 | $tableposts = $wpdb->posts; |
@@ -1972,28 +1972,28 @@ discard block |
||
| 1972 | 1972 | $region_filter = ''; |
| 1973 | 1973 | $country_filter = ''; |
| 1974 | 1974 | |
| 1975 | - if ( $gd_session->get( 'gd_multi_location' ) ) {
|
|
| 1976 | - if ( $gd_ses_country = $gd_session->get( 'gd_country' ) ) {
|
|
| 1977 | - $country_filter = $wpdb->prepare( " AND r.post_country=%s ", str_replace( "-", " ", $gd_ses_country ) ); |
|
| 1975 | + if ($gd_session->get('gd_multi_location')) {
|
|
| 1976 | + if ($gd_ses_country = $gd_session->get('gd_country')) {
|
|
| 1977 | + $country_filter = $wpdb->prepare(" AND r.post_country=%s ", str_replace("-", " ", $gd_ses_country));
|
|
| 1978 | 1978 | } |
| 1979 | 1979 | |
| 1980 | - if ( $gd_ses_region = $gd_session->get( 'gd_region' ) ) {
|
|
| 1981 | - $region_filter = $wpdb->prepare( " AND r.post_region=%s ", str_replace( "-", " ", $gd_ses_region ) ); |
|
| 1980 | + if ($gd_ses_region = $gd_session->get('gd_region')) {
|
|
| 1981 | + $region_filter = $wpdb->prepare(" AND r.post_region=%s ", str_replace("-", " ", $gd_ses_region));
|
|
| 1982 | 1982 | } |
| 1983 | 1983 | |
| 1984 | - if ( $gd_ses_city = $gd_session->get( 'gd_city' ) ) {
|
|
| 1985 | - $city_filter = $wpdb->prepare( " AND r.post_city=%s ", str_replace( "-", " ", $gd_ses_city ) ); |
|
| 1984 | + if ($gd_ses_city = $gd_session->get('gd_city')) {
|
|
| 1985 | + $city_filter = $wpdb->prepare(" AND r.post_city=%s ", str_replace("-", " ", $gd_ses_city));
|
|
| 1986 | 1986 | } |
| 1987 | 1987 | } |
| 1988 | 1988 | |
| 1989 | 1989 | $review_table = GEODIR_REVIEW_TABLE; |
| 1990 | 1990 | $request = "SELECT r.id as ID, r.post_type, r.comment_id as comment_ID, r.post_date as comment_date,r.overall_rating, r.user_id, r.post_id FROM $review_table as r WHERE r.post_status = 1 AND r.status =1 AND r.overall_rating>=1 $country_filter $region_filter $city_filter ORDER BY r.post_date DESC, r.id DESC LIMIT $no_comments"; |
| 1991 | 1991 | |
| 1992 | - $comments = $wpdb->get_results( $request ); |
|
| 1992 | + $comments = $wpdb->get_results($request); |
|
| 1993 | 1993 | |
| 1994 | - foreach ( $comments as $comment ) {
|
|
| 1994 | + foreach ($comments as $comment) {
|
|
| 1995 | 1995 | // Set the extra comment info needed. |
| 1996 | - $comment_extra = $wpdb->get_row( "SELECT * FROM $wpdb->comments WHERE comment_ID =$comment->comment_ID" ); |
|
| 1996 | + $comment_extra = $wpdb->get_row("SELECT * FROM $wpdb->comments WHERE comment_ID =$comment->comment_ID");
|
|
| 1997 | 1997 | //echo "SELECT * FROM $wpdb->comments WHERE comment_ID =$comment->comment_ID"; |
| 1998 | 1998 | $comment->comment_content = $comment_extra->comment_content; |
| 1999 | 1999 | $comment->comment_author = $comment_extra->comment_author; |
@@ -2001,75 +2001,75 @@ discard block |
||
| 2001 | 2001 | |
| 2002 | 2002 | $comment_id = ''; |
| 2003 | 2003 | $comment_id = $comment->comment_ID; |
| 2004 | - $comment_content = strip_tags( $comment->comment_content ); |
|
| 2004 | + $comment_content = strip_tags($comment->comment_content); |
|
| 2005 | 2005 | |
| 2006 | - $comment_content = preg_replace( '#(\\[img\\]).+(\\[\\/img\\])#', '', $comment_content ); |
|
| 2006 | + $comment_content = preg_replace('#(\\[img\\]).+(\\[\\/img\\])#', '', $comment_content);
|
|
| 2007 | 2007 | |
| 2008 | - $permalink = get_permalink( $comment->ID ) . "#comment-" . $comment->comment_ID; |
|
| 2008 | + $permalink = get_permalink($comment->ID)."#comment-".$comment->comment_ID; |
|
| 2009 | 2009 | $comment_author_email = $comment->comment_author_email; |
| 2010 | 2010 | $comment_post_ID = $comment->post_id; |
| 2011 | 2011 | |
| 2012 | 2012 | $na = true; |
| 2013 | - if ( function_exists( 'icl_object_id' ) && icl_object_id( $comment_post_ID, $comment->post_type, true ) ) {
|
|
| 2014 | - $comment_post_ID2 = icl_object_id( $comment_post_ID, $comment->post_type, false ); |
|
| 2015 | - if ( $comment_post_ID == $comment_post_ID2 ) {
|
|
| 2013 | + if (function_exists('icl_object_id') && icl_object_id($comment_post_ID, $comment->post_type, true)) {
|
|
| 2014 | + $comment_post_ID2 = icl_object_id($comment_post_ID, $comment->post_type, false); |
|
| 2015 | + if ($comment_post_ID == $comment_post_ID2) {
|
|
| 2016 | 2016 | } else {
|
| 2017 | 2017 | $na = false; |
| 2018 | 2018 | } |
| 2019 | 2019 | } |
| 2020 | 2020 | |
| 2021 | - $post_title = get_the_title( $comment_post_ID ); |
|
| 2022 | - $permalink = get_permalink( $comment_post_ID ); |
|
| 2023 | - $comment_permalink = $permalink . "#comment-" . $comment->comment_ID; |
|
| 2024 | - $read_more = '<a class="comment_excerpt" href="' . $comment_permalink . '">' . __( 'Read more', 'geodirectory' ) . '</a>'; |
|
| 2021 | + $post_title = get_the_title($comment_post_ID); |
|
| 2022 | + $permalink = get_permalink($comment_post_ID); |
|
| 2023 | + $comment_permalink = $permalink."#comment-".$comment->comment_ID; |
|
| 2024 | + $read_more = '<a class="comment_excerpt" href="'.$comment_permalink.'">'.__('Read more', 'geodirectory').'</a>';
|
|
| 2025 | 2025 | |
| 2026 | - $comment_content_length = strlen( $comment_content ); |
|
| 2027 | - if ( $comment_content_length > $comment_lenth ) {
|
|
| 2028 | - $comment_excerpt = geodir_utf8_substr( $comment_content, 0, $comment_lenth ) . '... ' . $read_more; |
|
| 2026 | + $comment_content_length = strlen($comment_content); |
|
| 2027 | + if ($comment_content_length > $comment_lenth) {
|
|
| 2028 | + $comment_excerpt = geodir_utf8_substr($comment_content, 0, $comment_lenth).'... '.$read_more; |
|
| 2029 | 2029 | } else {
|
| 2030 | 2030 | $comment_excerpt = $comment_content; |
| 2031 | 2031 | } |
| 2032 | 2032 | |
| 2033 | - if ( $comment->user_id ) {
|
|
| 2034 | - $user_profile_url = get_author_posts_url( $comment->user_id ); |
|
| 2033 | + if ($comment->user_id) {
|
|
| 2034 | + $user_profile_url = get_author_posts_url($comment->user_id); |
|
| 2035 | 2035 | } else {
|
| 2036 | 2036 | $user_profile_url = ''; |
| 2037 | 2037 | } |
| 2038 | 2038 | |
| 2039 | - if ( $comment_id && $na ) {
|
|
| 2039 | + if ($comment_id && $na) {
|
|
| 2040 | 2040 | $comments_echo .= '<li class="clearfix">'; |
| 2041 | - $comments_echo .= "<span class=\"li" . $comment_id . " geodir_reviewer_image\">"; |
|
| 2042 | - if ( function_exists( 'get_avatar' ) ) {
|
|
| 2043 | - if ( ! isset( $comment->comment_type ) ) {
|
|
| 2044 | - if ( $user_profile_url ) {
|
|
| 2045 | - $comments_echo .= '<a href="' . $user_profile_url . '">'; |
|
| 2041 | + $comments_echo .= "<span class=\"li".$comment_id." geodir_reviewer_image\">"; |
|
| 2042 | + if (function_exists('get_avatar')) {
|
|
| 2043 | + if (!isset($comment->comment_type)) {
|
|
| 2044 | + if ($user_profile_url) {
|
|
| 2045 | + $comments_echo .= '<a href="'.$user_profile_url.'">'; |
|
| 2046 | 2046 | } |
| 2047 | - $comments_echo .= get_avatar( $comment->comment_author_email, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' ); |
|
| 2048 | - if ( $user_profile_url ) {
|
|
| 2047 | + $comments_echo .= get_avatar($comment->comment_author_email, $g_size, geodir_plugin_url().'/geodirectory-assets/images/gravatar2.png'); |
|
| 2048 | + if ($user_profile_url) {
|
|
| 2049 | 2049 | $comments_echo .= '</a>'; |
| 2050 | 2050 | } |
| 2051 | - } elseif ( ( isset( $comment->comment_type ) && $comment->comment_type == 'trackback' ) || ( isset( $comment->comment_type ) && $comment->comment_type == 'pingback' ) ) {
|
|
| 2052 | - if ( $user_profile_url ) {
|
|
| 2053 | - $comments_echo .= '<a href="' . $user_profile_url . '">'; |
|
| 2051 | + } elseif ((isset($comment->comment_type) && $comment->comment_type == 'trackback') || (isset($comment->comment_type) && $comment->comment_type == 'pingback')) {
|
|
| 2052 | + if ($user_profile_url) {
|
|
| 2053 | + $comments_echo .= '<a href="'.$user_profile_url.'">'; |
|
| 2054 | 2054 | } |
| 2055 | - $comments_echo .= get_avatar( $comment->comment_author_url, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' ); |
|
| 2055 | + $comments_echo .= get_avatar($comment->comment_author_url, $g_size, geodir_plugin_url().'/geodirectory-assets/images/gravatar2.png'); |
|
| 2056 | 2056 | } |
| 2057 | - } elseif ( function_exists( 'gravatar' ) ) {
|
|
| 2058 | - if ( $user_profile_url ) {
|
|
| 2059 | - $comments_echo .= '<a href="' . $user_profile_url . '">'; |
|
| 2057 | + } elseif (function_exists('gravatar')) {
|
|
| 2058 | + if ($user_profile_url) {
|
|
| 2059 | + $comments_echo .= '<a href="'.$user_profile_url.'">'; |
|
| 2060 | 2060 | } |
| 2061 | 2061 | $comments_echo .= "<img src=\""; |
| 2062 | - if ( '' == $comment->comment_type ) {
|
|
| 2063 | - $comments_echo .= gravatar( $comment->comment_author_email, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' ); |
|
| 2064 | - if ( $user_profile_url ) {
|
|
| 2062 | + if ('' == $comment->comment_type) {
|
|
| 2063 | + $comments_echo .= gravatar($comment->comment_author_email, $g_size, geodir_plugin_url().'/geodirectory-assets/images/gravatar2.png'); |
|
| 2064 | + if ($user_profile_url) {
|
|
| 2065 | 2065 | $comments_echo .= '</a>'; |
| 2066 | 2066 | } |
| 2067 | - } elseif ( ( 'trackback' == $comment->comment_type ) || ( 'pingback' == $comment->comment_type ) ) {
|
|
| 2068 | - if ( $user_profile_url ) {
|
|
| 2069 | - $comments_echo .= '<a href="' . $user_profile_url . '">'; |
|
| 2067 | + } elseif (('trackback' == $comment->comment_type) || ('pingback' == $comment->comment_type)) {
|
|
| 2068 | + if ($user_profile_url) {
|
|
| 2069 | + $comments_echo .= '<a href="'.$user_profile_url.'">'; |
|
| 2070 | 2070 | } |
| 2071 | - $comments_echo .= gravatar( $comment->comment_author_url, $g_size, geodir_plugin_url() . '/geodirectory-assets/images/gravatar2.png' ); |
|
| 2072 | - if ( $user_profile_url ) {
|
|
| 2071 | + $comments_echo .= gravatar($comment->comment_author_url, $g_size, geodir_plugin_url().'/geodirectory-assets/images/gravatar2.png'); |
|
| 2072 | + if ($user_profile_url) {
|
|
| 2073 | 2073 | $comments_echo .= '</a>'; |
| 2074 | 2074 | } |
| 2075 | 2075 | } |
@@ -2079,17 +2079,17 @@ discard block |
||
| 2079 | 2079 | $comments_echo .= "</span>\n"; |
| 2080 | 2080 | |
| 2081 | 2081 | $comments_echo .= '<span class="geodir_reviewer_content">'; |
| 2082 | - if ( $comment->user_id ) {
|
|
| 2083 | - $comments_echo .= '<a href="' . get_author_posts_url( $comment->user_id ) . '">'; |
|
| 2082 | + if ($comment->user_id) {
|
|
| 2083 | + $comments_echo .= '<a href="'.get_author_posts_url($comment->user_id).'">'; |
|
| 2084 | 2084 | } |
| 2085 | - $comments_echo .= '<span class="geodir_reviewer_author">' . $comment->comment_author . '</span> '; |
|
| 2086 | - if ( $comment->user_id ) {
|
|
| 2085 | + $comments_echo .= '<span class="geodir_reviewer_author">'.$comment->comment_author.'</span> '; |
|
| 2086 | + if ($comment->user_id) {
|
|
| 2087 | 2087 | $comments_echo .= '</a>'; |
| 2088 | 2088 | } |
| 2089 | - $comments_echo .= '<span class="geodir_reviewer_reviewed">' . __( 'reviewed', 'geodirectory' ) . '</span> '; |
|
| 2090 | - $comments_echo .= '<a href="' . $permalink . '" class="geodir_reviewer_title">' . $post_title . '</a>'; |
|
| 2091 | - $comments_echo .= geodir_get_rating_stars( $comment->overall_rating, $comment_post_ID ); |
|
| 2092 | - $comments_echo .= '<p class="geodir_reviewer_text">' . $comment_excerpt . ''; |
|
| 2089 | + $comments_echo .= '<span class="geodir_reviewer_reviewed">'.__('reviewed', 'geodirectory').'</span> ';
|
|
| 2090 | + $comments_echo .= '<a href="'.$permalink.'" class="geodir_reviewer_title">'.$post_title.'</a>'; |
|
| 2091 | + $comments_echo .= geodir_get_rating_stars($comment->overall_rating, $comment_post_ID); |
|
| 2092 | + $comments_echo .= '<p class="geodir_reviewer_text">'.$comment_excerpt.''; |
|
| 2093 | 2093 | //echo preg_replace('#(\\[img\\]).+(\\[\\/img\\])#', '', $comment_excerpt);
|
| 2094 | 2094 | $comments_echo .= '</p>'; |
| 2095 | 2095 | |
@@ -2109,25 +2109,25 @@ discard block |
||
| 2109 | 2109 | * @return array Returns post categories as an array. |
| 2110 | 2110 | */ |
| 2111 | 2111 | function geodir_home_map_cats_key_value_array() {
|
| 2112 | - $post_types = geodir_get_posttypes( 'object' ); |
|
| 2112 | + $post_types = geodir_get_posttypes('object');
|
|
| 2113 | 2113 | |
| 2114 | 2114 | $return = array(); |
| 2115 | - if ( ! empty( $post_types ) ) {
|
|
| 2116 | - foreach ( $post_types as $key => $post_type ) {
|
|
| 2117 | - $cpt_name = __( $post_type->labels->singular_name, 'geodirectory' ); |
|
| 2118 | - $post_type_name = sprintf( __( '%s Categories', 'geodirectory' ), $cpt_name ); |
|
| 2119 | - $taxonomies = geodir_get_taxonomies( $key ); |
|
| 2120 | - $cat_taxonomy = ! empty( $taxonomies[0] ) ? $taxonomies[0] : null; |
|
| 2121 | - $cat_terms = $cat_taxonomy ? get_terms( $cat_taxonomy ) : null; |
|
| 2122 | - |
|
| 2123 | - if ( ! empty( $cat_terms ) ) {
|
|
| 2124 | - $return[ 'optgroup_start-' . $key ] = $post_type_name; |
|
| 2125 | - |
|
| 2126 | - foreach ( $cat_terms as $cat_term ) {
|
|
| 2127 | - $return[ $key . '_' . $cat_term->term_id ] = $cat_term->name; |
|
| 2115 | + if (!empty($post_types)) {
|
|
| 2116 | + foreach ($post_types as $key => $post_type) {
|
|
| 2117 | + $cpt_name = __($post_type->labels->singular_name, 'geodirectory'); |
|
| 2118 | + $post_type_name = sprintf(__('%s Categories', 'geodirectory'), $cpt_name);
|
|
| 2119 | + $taxonomies = geodir_get_taxonomies($key); |
|
| 2120 | + $cat_taxonomy = !empty($taxonomies[0]) ? $taxonomies[0] : null; |
|
| 2121 | + $cat_terms = $cat_taxonomy ? get_terms($cat_taxonomy) : null; |
|
| 2122 | + |
|
| 2123 | + if (!empty($cat_terms)) {
|
|
| 2124 | + $return['optgroup_start-'.$key] = $post_type_name; |
|
| 2125 | + |
|
| 2126 | + foreach ($cat_terms as $cat_term) {
|
|
| 2127 | + $return[$key.'_'.$cat_term->term_id] = $cat_term->name; |
|
| 2128 | 2128 | } |
| 2129 | 2129 | |
| 2130 | - $return[ 'optgroup_end-' . $key ] = $post_type_name; |
|
| 2130 | + $return['optgroup_end-'.$key] = $post_type_name; |
|
| 2131 | 2131 | } |
| 2132 | 2132 | } |
| 2133 | 2133 | } |
@@ -2143,14 +2143,14 @@ discard block |
||
| 2143 | 2143 | * @package GeoDirectory |
| 2144 | 2144 | */ |
| 2145 | 2145 | function geodir_twitter_tweet_button() {
|
| 2146 | - if ( isset( $_GET['gde'] ) ) {
|
|
| 2147 | - $link = '?url=' . urlencode( geodir_curPageURL() ); |
|
| 2146 | + if (isset($_GET['gde'])) {
|
|
| 2147 | + $link = '?url='.urlencode(geodir_curPageURL()); |
|
| 2148 | 2148 | } else {
|
| 2149 | 2149 | $link = ''; |
| 2150 | 2150 | } |
| 2151 | 2151 | ?> |
| 2152 | 2152 | <a href="http://twitter.com/share<?php echo $link; ?>" |
| 2153 | - class="twitter-share-button"><?php _e( 'Tweet', 'geodirectory' ); ?></a> |
|
| 2153 | + class="twitter-share-button"><?php _e('Tweet', 'geodirectory'); ?></a>
|
|
| 2154 | 2154 | <script type="text/javascript" src="//platform.twitter.com/widgets.js"></script> |
| 2155 | 2155 | <?php |
| 2156 | 2156 | } |
@@ -2167,10 +2167,10 @@ discard block |
||
| 2167 | 2167 | function geodir_fb_like_button() {
|
| 2168 | 2168 | global $post; |
| 2169 | 2169 | ?> |
| 2170 | - <iframe <?php if ( isset( $_SERVER['HTTP_USER_AGENT'] ) && ( strpos( $_SERVER['HTTP_USER_AGENT'], 'MSIE' ) !== false ) ) {
|
|
| 2170 | + <iframe <?php if (isset($_SERVER['HTTP_USER_AGENT']) && (strpos($_SERVER['HTTP_USER_AGENT'], 'MSIE') !== false)) {
|
|
| 2171 | 2171 | echo 'allowtransparency="true"'; |
| 2172 | 2172 | } ?> class="facebook" |
| 2173 | - src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode( get_permalink( $post->ID ) ); ?>&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light" |
|
| 2173 | + src="//www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&layout=button_count&show_faces=false&width=100&action=like&colorscheme=light" |
|
| 2174 | 2174 | style="border:none; overflow:hidden; width:100px; height:20px"></iframe> |
| 2175 | 2175 | <?php |
| 2176 | 2176 | } |
@@ -2201,7 +2201,7 @@ discard block |
||
| 2201 | 2201 | |
| 2202 | 2202 | |
| 2203 | 2203 | function geodir_listing_bounce_map_pin_on_hover() {
|
| 2204 | - if ( get_option( 'geodir_listing_hover_bounce_map_pin', true ) ) {
|
|
| 2204 | + if (get_option('geodir_listing_hover_bounce_map_pin', true)) {
|
|
| 2205 | 2205 | ?> |
| 2206 | 2206 | <script> |
| 2207 | 2207 | jQuery(function ($) {
|
@@ -2224,44 +2224,44 @@ discard block |
||
| 2224 | 2224 | } |
| 2225 | 2225 | } |
| 2226 | 2226 | |
| 2227 | -add_action( 'geodir_after_listing_listview', 'geodir_listing_bounce_map_pin_on_hover', 10 ); |
|
| 2227 | +add_action('geodir_after_listing_listview', 'geodir_listing_bounce_map_pin_on_hover', 10);
|
|
| 2228 | 2228 | |
| 2229 | -add_action( 'geodir_after_favorite_html', 'geodir_output_favourite_html_listings', 1, 1 ); |
|
| 2230 | -function geodir_output_favourite_html_listings( $post_id ) {
|
|
| 2231 | - geodir_favourite_html( '', $post_id ); |
|
| 2229 | +add_action('geodir_after_favorite_html', 'geodir_output_favourite_html_listings', 1, 1);
|
|
| 2230 | +function geodir_output_favourite_html_listings($post_id) {
|
|
| 2231 | + geodir_favourite_html('', $post_id);
|
|
| 2232 | 2232 | } |
| 2233 | 2233 | |
| 2234 | -add_action( 'geodir_listing_after_pinpoint', 'geodir_output_pinpoint_html_listings', 1, 2 ); |
|
| 2235 | -function geodir_output_pinpoint_html_listings( $post_id, $post ) {
|
|
| 2234 | +add_action('geodir_listing_after_pinpoint', 'geodir_output_pinpoint_html_listings', 1, 2);
|
|
| 2235 | +function geodir_output_pinpoint_html_listings($post_id, $post) {
|
|
| 2236 | 2236 | global $wp_query; |
| 2237 | 2237 | |
| 2238 | 2238 | $show_pin_point = $wp_query->is_main_query(); |
| 2239 | 2239 | |
| 2240 | - if ( ! empty( $show_pin_point ) && is_active_widget( false, "", "geodir_map_v3_listing_map" ) ) {
|
|
| 2241 | - $term_icon_url = get_tax_meta( $post->default_category, 'ct_cat_icon', false, $post->post_type ); |
|
| 2242 | - $marker_icon = isset( $term_icon_url['src'] ) ? $term_icon_url['src'] : get_option( 'geodir_default_marker_icon' ); |
|
| 2240 | + if (!empty($show_pin_point) && is_active_widget(false, "", "geodir_map_v3_listing_map")) {
|
|
| 2241 | + $term_icon_url = get_tax_meta($post->default_category, 'ct_cat_icon', false, $post->post_type); |
|
| 2242 | + $marker_icon = isset($term_icon_url['src']) ? $term_icon_url['src'] : get_option('geodir_default_marker_icon');
|
|
| 2243 | 2243 | ?> |
| 2244 | 2244 | <span class="geodir-pinpoint" |
| 2245 | - style="background:url('<?php echo $marker_icon; ?>') no-repeat scroll left top transparent;background-size:auto 100%; -webkit-background-size:auto 100%;-moz-background-size:auto 100%;height:9px;width:14px;"><?php echo apply_filters( 'geodir_listing_listview_pinpoint_inner_content', '', 'listing' ); ?></span>
|
|
| 2245 | + style="background:url('<?php echo $marker_icon; ?>') no-repeat scroll left top transparent;background-size:auto 100%; -webkit-background-size:auto 100%;-moz-background-size:auto 100%;height:9px;width:14px;"><?php echo apply_filters('geodir_listing_listview_pinpoint_inner_content', '', 'listing'); ?></span>
|
|
| 2246 | 2246 | <a class="geodir-pinpoint-link" href="javascript:void(0)" |
| 2247 | 2247 | onclick="if(typeof openMarker=='function'){openMarker('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"
|
| 2248 | 2248 | onmouseover="if(typeof animate_marker=='function'){animate_marker('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"
|
| 2249 | - onmouseout="if(typeof stop_marker_animation=='function'){stop_marker_animation('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"><?php _e( 'Pinpoint', 'geodirectory' ); ?></a>
|
|
| 2249 | + onmouseout="if(typeof stop_marker_animation=='function'){stop_marker_animation('listing_map_canvas' ,'<?php echo $post->ID; ?>')}"><?php _e('Pinpoint', 'geodirectory'); ?></a>
|
|
| 2250 | 2250 | <?php |
| 2251 | 2251 | } |
| 2252 | 2252 | } |
| 2253 | 2253 | |
| 2254 | 2254 | function geodir_search_form_submit_button() {
|
| 2255 | 2255 | |
| 2256 | - $new_style = get_option( 'geodir_show_search_old_search_from' ) ? false : true; |
|
| 2256 | + $new_style = get_option('geodir_show_search_old_search_from') ? false : true;
|
|
| 2257 | 2257 | |
| 2258 | - if ( $new_style ) {
|
|
| 2258 | + if ($new_style) {
|
|
| 2259 | 2259 | $default_search_button_label = '<i class="fa fa-search" aria-hidden="true"></i>'; |
| 2260 | - }else{
|
|
| 2260 | + } else {
|
|
| 2261 | 2261 | $default_search_button_label = 'Search'; |
| 2262 | 2262 | } |
| 2263 | - if ( get_option( 'geodir_search_button_label' ) && get_option( 'geodir_search_button_label' ) != 'Search' ) {
|
|
| 2264 | - $default_search_button_label = __( get_option( 'geodir_search_button_label' ), 'geodirectory' ); |
|
| 2263 | + if (get_option('geodir_search_button_label') && get_option('geodir_search_button_label') != 'Search') {
|
|
| 2264 | + $default_search_button_label = __(get_option('geodir_search_button_label'), 'geodirectory');
|
|
| 2265 | 2265 | } |
| 2266 | 2266 | |
| 2267 | 2267 | /** |
@@ -2273,78 +2273,78 @@ discard block |
||
| 2273 | 2273 | * |
| 2274 | 2274 | * @param string $default_search_button_label The current search button text. |
| 2275 | 2275 | */ |
| 2276 | - $default_search_button_label = apply_filters( 'geodir_search_default_search_button_text', $default_search_button_label ); |
|
| 2276 | + $default_search_button_label = apply_filters('geodir_search_default_search_button_text', $default_search_button_label);
|
|
| 2277 | 2277 | |
| 2278 | 2278 | $fa_class = ''; |
| 2279 | - if ( strpos( $default_search_button_label, '&#' ) !== false ) {
|
|
| 2279 | + if (strpos($default_search_button_label, '&#') !== false) {
|
|
| 2280 | 2280 | $fa_class = 'fa'; |
| 2281 | 2281 | } |
| 2282 | 2282 | |
| 2283 | 2283 | |
| 2284 | - if ( $new_style ) {
|
|
| 2284 | + if ($new_style) {
|
|
| 2285 | 2285 | ?> |
| 2286 | - <button class="geodir_submit_search <?php echo $fa_class; ?>"><?php _e( $default_search_button_label ,'geodirectory'); ?></button> |
|
| 2287 | -<?php }else{?>
|
|
| 2288 | - <input type="button" value="<?php esc_attr_e( $default_search_button_label ); ?>" |
|
| 2286 | + <button class="geodir_submit_search <?php echo $fa_class; ?>"><?php _e($default_search_button_label, 'geodirectory'); ?></button> |
|
| 2287 | +<?php } else {?>
|
|
| 2288 | + <input type="button" value="<?php esc_attr_e($default_search_button_label); ?>" |
|
| 2289 | 2289 | class="geodir_submit_search <?php echo $fa_class; ?>"/> |
| 2290 | 2290 | <?php } |
| 2291 | 2291 | } |
| 2292 | 2292 | |
| 2293 | -add_action( 'geodir_before_search_button', 'geodir_search_form_submit_button', 5000 ); |
|
| 2293 | +add_action('geodir_before_search_button', 'geodir_search_form_submit_button', 5000);
|
|
| 2294 | 2294 | |
| 2295 | 2295 | function geodir_search_form_post_type_input() {
|
| 2296 | 2296 | global $geodir_search_post_type; |
| 2297 | - $post_types = apply_filters( 'geodir_search_form_post_types', geodir_get_posttypes( 'object' ) ); |
|
| 2297 | + $post_types = apply_filters('geodir_search_form_post_types', geodir_get_posttypes('object'));
|
|
| 2298 | 2298 | $curr_post_type = $geodir_search_post_type; |
| 2299 | 2299 | |
| 2300 | - if ( ! empty( $post_types ) && count( (array) $post_types ) > 1 ) {
|
|
| 2300 | + if (!empty($post_types) && count((array) $post_types) > 1) {
|
|
| 2301 | 2301 | |
| 2302 | - foreach ( $post_types as $post_type => $info ){
|
|
| 2302 | + foreach ($post_types as $post_type => $info) {
|
|
| 2303 | 2303 | global $wpdb; |
| 2304 | - $has_posts = $wpdb->get_row( $wpdb->prepare( "SELECT ID FROM $wpdb->posts WHERE post_type = %s AND post_status='publish' LIMIT 1", $post_type ) ); |
|
| 2305 | - if ( ! $has_posts ) {
|
|
| 2304 | + $has_posts = $wpdb->get_row($wpdb->prepare("SELECT ID FROM $wpdb->posts WHERE post_type = %s AND post_status='publish' LIMIT 1", $post_type));
|
|
| 2305 | + if (!$has_posts) {
|
|
| 2306 | 2306 | unset($post_types->{$post_type});
|
| 2307 | 2307 | } |
| 2308 | 2308 | } |
| 2309 | 2309 | |
| 2310 | - if ( ! empty( $post_types ) && count( (array) $post_types ) > 1 ) {
|
|
| 2310 | + if (!empty($post_types) && count((array) $post_types) > 1) {
|
|
| 2311 | 2311 | |
| 2312 | - $new_style = get_option( 'geodir_show_search_old_search_from' ) ? false : true; |
|
| 2313 | - if ( $new_style ) {
|
|
| 2312 | + $new_style = get_option('geodir_show_search_old_search_from') ? false : true;
|
|
| 2313 | + if ($new_style) {
|
|
| 2314 | 2314 | echo "<div class='gd-search-input-wrapper gd-search-field-cpt'>"; |
| 2315 | 2315 | } |
| 2316 | 2316 | ?> |
| 2317 | 2317 | <select name="stype" class="search_by_post"> |
| 2318 | - <?php foreach ( $post_types as $post_type => $info ): |
|
| 2318 | + <?php foreach ($post_types as $post_type => $info): |
|
| 2319 | 2319 | global $wpdb; |
| 2320 | 2320 | ?> |
| 2321 | 2321 | |
| 2322 | - <option data-label="<?php echo get_post_type_archive_link( $post_type ); ?>" |
|
| 2323 | - value="<?php echo $post_type; ?>" <?php if ( isset( $_REQUEST['stype'] ) ) {
|
|
| 2324 | - if ( $post_type == $_REQUEST['stype'] ) {
|
|
| 2322 | + <option data-label="<?php echo get_post_type_archive_link($post_type); ?>" |
|
| 2323 | + value="<?php echo $post_type; ?>" <?php if (isset($_REQUEST['stype'])) {
|
|
| 2324 | + if ($post_type == $_REQUEST['stype']) {
|
|
| 2325 | 2325 | echo 'selected="selected"'; |
| 2326 | 2326 | } |
| 2327 | - } elseif ( $curr_post_type == $post_type ) {
|
|
| 2327 | + } elseif ($curr_post_type == $post_type) {
|
|
| 2328 | 2328 | echo 'selected="selected"'; |
| 2329 | - } ?>><?php _e( geodir_utf8_ucfirst( $info->labels->name ), 'geodirectory' ); ?></option> |
|
| 2329 | + } ?>><?php _e(geodir_utf8_ucfirst($info->labels->name), 'geodirectory'); ?></option> |
|
| 2330 | 2330 | |
| 2331 | 2331 | <?php endforeach; ?> |
| 2332 | 2332 | </select> |
| 2333 | 2333 | <?php |
| 2334 | - if ( $new_style ) {
|
|
| 2334 | + if ($new_style) {
|
|
| 2335 | 2335 | echo "</div>"; |
| 2336 | 2336 | } |
| 2337 | - }else{
|
|
| 2338 | - if(! empty( $post_types )){
|
|
| 2339 | - $pt_arr = (array)$post_types; |
|
| 2340 | - echo '<input type="hidden" name="stype" value="' . key( $pt_arr ) . '" />'; |
|
| 2341 | - }else{
|
|
| 2337 | + } else {
|
|
| 2338 | + if (!empty($post_types)) {
|
|
| 2339 | + $pt_arr = (array) $post_types; |
|
| 2340 | + echo '<input type="hidden" name="stype" value="'.key($pt_arr).'" />'; |
|
| 2341 | + } else {
|
|
| 2342 | 2342 | echo '<input type="hidden" name="stype" value="gd_place" />'; |
| 2343 | 2343 | } |
| 2344 | 2344 | |
| 2345 | 2345 | } |
| 2346 | 2346 | |
| 2347 | - }elseif ( ! empty( $post_types ) ) {
|
|
| 2347 | + }elseif (!empty($post_types)) {
|
|
| 2348 | 2348 | echo '<input type="hidden" name="stype" value="gd_place" />'; |
| 2349 | 2349 | } |
| 2350 | 2350 | } |
@@ -2352,26 +2352,26 @@ discard block |
||
| 2352 | 2352 | function geodir_search_form_search_input() {
|
| 2353 | 2353 | |
| 2354 | 2354 | $default_search_for_text = SEARCH_FOR_TEXT; |
| 2355 | - if ( get_option( 'geodir_search_field_default_text' ) ) {
|
|
| 2356 | - $default_search_for_text = __( get_option( 'geodir_search_field_default_text' ), 'geodirectory' ); |
|
| 2355 | + if (get_option('geodir_search_field_default_text')) {
|
|
| 2356 | + $default_search_for_text = __(get_option('geodir_search_field_default_text'), 'geodirectory');
|
|
| 2357 | 2357 | } |
| 2358 | 2358 | |
| 2359 | 2359 | $new_style = get_option('geodir_show_search_old_search_from') ? false : true;
|
| 2360 | - if($new_style){
|
|
| 2360 | + if ($new_style) {
|
|
| 2361 | 2361 | echo "<div class='gd-search-input-wrapper gd-search-field-search'>"; |
| 2362 | 2362 | } |
| 2363 | 2363 | ?> |
| 2364 | 2364 | <input class="search_text" name="s" |
| 2365 | - value="<?php if ( isset( $_REQUEST['s'] ) && trim( $_REQUEST['s'] ) != '' ) {
|
|
| 2366 | - echo esc_attr( stripslashes_deep( $_REQUEST['s'] ) ); |
|
| 2365 | + value="<?php if (isset($_REQUEST['s']) && trim($_REQUEST['s']) != '') {
|
|
| 2366 | + echo esc_attr(stripslashes_deep($_REQUEST['s'])); |
|
| 2367 | 2367 | } else {
|
| 2368 | 2368 | echo $default_search_for_text; |
| 2369 | 2369 | } ?>" type="text" |
| 2370 | - onblur="if (this.value.trim() == '') {this.value = '<?php echo esc_sql( $default_search_for_text ); ?>';}"
|
|
| 2371 | - onfocus="if (this.value == '<?php echo esc_sql( $default_search_for_text ); ?>') {this.value = '';}"
|
|
| 2370 | + onblur="if (this.value.trim() == '') {this.value = '<?php echo esc_sql($default_search_for_text); ?>';}"
|
|
| 2371 | + onfocus="if (this.value == '<?php echo esc_sql($default_search_for_text); ?>') {this.value = '';}"
|
|
| 2372 | 2372 | onkeydown="javascript: if(event.keyCode == 13) geodir_click_search(this);"> |
| 2373 | 2373 | <?php |
| 2374 | - if($new_style){
|
|
| 2374 | + if ($new_style) {
|
|
| 2375 | 2375 | echo "</div>"; |
| 2376 | 2376 | } |
| 2377 | 2377 | } |
@@ -2379,12 +2379,12 @@ discard block |
||
| 2379 | 2379 | function geodir_search_form_near_input() {
|
| 2380 | 2380 | |
| 2381 | 2381 | $default_near_text = NEAR_TEXT; |
| 2382 | - if ( get_option( 'geodir_near_field_default_text' ) ) {
|
|
| 2383 | - $default_near_text = __( get_option( 'geodir_near_field_default_text' ), 'geodirectory' ); |
|
| 2382 | + if (get_option('geodir_near_field_default_text')) {
|
|
| 2383 | + $default_near_text = __(get_option('geodir_near_field_default_text'), 'geodirectory');
|
|
| 2384 | 2384 | } |
| 2385 | 2385 | |
| 2386 | - if ( isset( $_REQUEST['snear'] ) && $_REQUEST['snear'] != '' ) {
|
|
| 2387 | - $near = esc_attr( stripslashes_deep( $_REQUEST['snear'] ) ); |
|
| 2386 | + if (isset($_REQUEST['snear']) && $_REQUEST['snear'] != '') {
|
|
| 2387 | + $near = esc_attr(stripslashes_deep($_REQUEST['snear'])); |
|
| 2388 | 2388 | } else {
|
| 2389 | 2389 | $near = $default_near_text; |
| 2390 | 2390 | } |
@@ -2398,7 +2398,7 @@ discard block |
||
| 2398 | 2398 | * @since 1.6.9 |
| 2399 | 2399 | * @param string $curr_post_type The current post type. |
| 2400 | 2400 | */ |
| 2401 | - $near_input_extra = apply_filters('geodir_near_input_extra','',$curr_post_type);
|
|
| 2401 | + $near_input_extra = apply_filters('geodir_near_input_extra', '', $curr_post_type);
|
|
| 2402 | 2402 | |
| 2403 | 2403 | |
| 2404 | 2404 | /** |
@@ -2411,7 +2411,7 @@ discard block |
||
| 2411 | 2411 | * @param string $near The current near value. |
| 2412 | 2412 | * @param string $default_near_text The default near value. |
| 2413 | 2413 | */ |
| 2414 | - $near = apply_filters( 'geodir_search_near_text', $near, $default_near_text ); |
|
| 2414 | + $near = apply_filters('geodir_search_near_text', $near, $default_near_text);
|
|
| 2415 | 2415 | /** |
| 2416 | 2416 | * Filter the default "Near" text value for the search form. |
| 2417 | 2417 | * |
@@ -2422,7 +2422,7 @@ discard block |
||
| 2422 | 2422 | * @param string $near The current near value. |
| 2423 | 2423 | * @param string $default_near_text The default near value. |
| 2424 | 2424 | */ |
| 2425 | - $default_near_text = apply_filters( 'geodir_search_default_near_text', $default_near_text, $near ); |
|
| 2425 | + $default_near_text = apply_filters('geodir_search_default_near_text', $default_near_text, $near);
|
|
| 2426 | 2426 | /** |
| 2427 | 2427 | * Filter the class for the near search input. |
| 2428 | 2428 | * |
@@ -2430,10 +2430,10 @@ discard block |
||
| 2430 | 2430 | * |
| 2431 | 2431 | * @param string $class The class for the HTML near input, default is blank. |
| 2432 | 2432 | */ |
| 2433 | - $near_class = apply_filters( 'geodir_search_near_class', '' ); |
|
| 2433 | + $near_class = apply_filters('geodir_search_near_class', '');
|
|
| 2434 | 2434 | |
| 2435 | 2435 | $new_style = get_option('geodir_show_search_old_search_from') ? false : true;
|
| 2436 | - if($new_style){
|
|
| 2436 | + if ($new_style) {
|
|
| 2437 | 2437 | echo "<div class='gd-search-input-wrapper gd-search-field-near' $near_input_extra>"; |
| 2438 | 2438 | |
| 2439 | 2439 | do_action('geodir_before_near_input');
|
@@ -2441,30 +2441,30 @@ discard block |
||
| 2441 | 2441 | |
| 2442 | 2442 | ?> |
| 2443 | 2443 | <input name="snear" class="snear <?php echo $near_class; ?>" type="text" value="<?php echo $near; ?>" |
| 2444 | - onblur="if (this.value.trim() == '') {this.value = ('<?php echo esc_sql( $near ); ?>' != '' ? '<?php echo esc_sql( $near ); ?>' : '<?php echo $default_near_text; ?>');}"
|
|
| 2445 | - onfocus="if (this.value == '<?php echo $default_near_text; ?>' || this.value =='<?php echo esc_sql( $near ); ?>') {this.value = '';}"
|
|
| 2446 | - onkeydown="javascript: if(event.keyCode == 13) geodir_click_search(this);" <?php echo $near_input_extra;?>/> |
|
| 2444 | + onblur="if (this.value.trim() == '') {this.value = ('<?php echo esc_sql($near); ?>' != '' ? '<?php echo esc_sql($near); ?>' : '<?php echo $default_near_text; ?>');}"
|
|
| 2445 | + onfocus="if (this.value == '<?php echo $default_near_text; ?>' || this.value =='<?php echo esc_sql($near); ?>') {this.value = '';}"
|
|
| 2446 | + onkeydown="javascript: if(event.keyCode == 13) geodir_click_search(this);" <?php echo $near_input_extra; ?>/> |
|
| 2447 | 2447 | <?php |
| 2448 | - if($new_style){
|
|
| 2448 | + if ($new_style) {
|
|
| 2449 | 2449 | do_action('geodir_after_near_input');
|
| 2450 | 2450 | |
| 2451 | 2451 | echo "</div>"; |
| 2452 | 2452 | } |
| 2453 | 2453 | } |
| 2454 | 2454 | |
| 2455 | -add_action( 'geodir_search_form_inputs', 'geodir_search_form_post_type_input', 10 ); |
|
| 2456 | -add_action( 'geodir_search_form_inputs', 'geodir_search_form_search_input', 20 ); |
|
| 2457 | -add_action( 'geodir_search_form_inputs', 'geodir_search_form_near_input', 30 ); |
|
| 2455 | +add_action('geodir_search_form_inputs', 'geodir_search_form_post_type_input', 10);
|
|
| 2456 | +add_action('geodir_search_form_inputs', 'geodir_search_form_search_input', 20);
|
|
| 2457 | +add_action('geodir_search_form_inputs', 'geodir_search_form_near_input', 30);
|
|
| 2458 | 2458 | |
| 2459 | -function geodir_get_search_post_type($pt=''){
|
|
| 2459 | +function geodir_get_search_post_type($pt = '') {
|
|
| 2460 | 2460 | global $geodir_search_post_type; |
| 2461 | 2461 | |
| 2462 | - if($pt!=''){return $geodir_search_post_type = $pt;}
|
|
| 2463 | - if(!empty($geodir_search_post_type)){ return $geodir_search_post_type;}
|
|
| 2462 | + if ($pt != '') {return $geodir_search_post_type = $pt; }
|
|
| 2463 | + if (!empty($geodir_search_post_type)) { return $geodir_search_post_type; }
|
|
| 2464 | 2464 | |
| 2465 | 2465 | $geodir_search_post_type = geodir_get_current_posttype(); |
| 2466 | 2466 | |
| 2467 | - if(!$geodir_search_post_type) {
|
|
| 2467 | + if (!$geodir_search_post_type) {
|
|
| 2468 | 2468 | $geodir_search_post_type = geodir_get_default_posttype(); |
| 2469 | 2469 | } |
| 2470 | 2470 | |
@@ -2472,7 +2472,7 @@ discard block |
||
| 2472 | 2472 | return $geodir_search_post_type; |
| 2473 | 2473 | } |
| 2474 | 2474 | |
| 2475 | -function geodir_search_form(){
|
|
| 2475 | +function geodir_search_form() {
|
|
| 2476 | 2476 | |
| 2477 | 2477 | geodir_get_search_post_type(); |
| 2478 | 2478 | |
@@ -2482,8 +2482,8 @@ discard block |
||
| 2482 | 2482 | die(); |
| 2483 | 2483 | } |
| 2484 | 2484 | |
| 2485 | -add_action( 'wp_ajax_geodir_search_form', 'geodir_search_form' ); |
|
| 2486 | -add_action( 'wp_ajax_nopriv_geodir_search_form', 'geodir_search_form' ); |
|
| 2485 | +add_action('wp_ajax_geodir_search_form', 'geodir_search_form');
|
|
| 2486 | +add_action('wp_ajax_nopriv_geodir_search_form', 'geodir_search_form');
|
|
| 2487 | 2487 | |
| 2488 | 2488 | /** |
| 2489 | 2489 | * Check wpml active or not. |
@@ -2557,7 +2557,7 @@ discard block |
||
| 2557 | 2557 | } |
| 2558 | 2558 | } |
| 2559 | 2559 | } |
| 2560 | -add_filter( 'icl_make_duplicate', 'geodir_icl_make_duplicate', 11, 4 ); |
|
| 2560 | +add_filter('icl_make_duplicate', 'geodir_icl_make_duplicate', 11, 4);
|
|
| 2561 | 2561 | |
| 2562 | 2562 | /** |
| 2563 | 2563 | * Duplicate post listing manually after listing saved. |
@@ -2598,7 +2598,7 @@ discard block |
||
| 2598 | 2598 | function geodir_wpml_duplicate_post_reviews($master_post_id, $tr_post_id, $lang) {
|
| 2599 | 2599 | global $wpdb; |
| 2600 | 2600 | |
| 2601 | - $reviews = $wpdb->get_results($wpdb->prepare("SELECT comment_id FROM " . GEODIR_REVIEW_TABLE . " WHERE post_id=%d ORDER BY id ASC", $master_post_id), ARRAY_A);
|
|
| 2601 | + $reviews = $wpdb->get_results($wpdb->prepare("SELECT comment_id FROM ".GEODIR_REVIEW_TABLE." WHERE post_id=%d ORDER BY id ASC", $master_post_id), ARRAY_A);
|
|
| 2602 | 2602 | |
| 2603 | 2603 | if (!empty($reviews)) {
|
| 2604 | 2604 | foreach ($reviews as $review) {
|
@@ -2626,14 +2626,14 @@ discard block |
||
| 2626 | 2626 | global $wpdb, $plugin_prefix; |
| 2627 | 2627 | |
| 2628 | 2628 | $post_type = get_post_type($master_post_id); |
| 2629 | - $post_table = $plugin_prefix . $post_type . '_detail'; |
|
| 2629 | + $post_table = $plugin_prefix.$post_type.'_detail'; |
|
| 2630 | 2630 | |
| 2631 | - $query = $wpdb->prepare("SELECT * FROM " . $post_table . " WHERE post_id = %d", array($master_post_id));
|
|
| 2632 | - $data = (array)$wpdb->get_row($query); |
|
| 2631 | + $query = $wpdb->prepare("SELECT * FROM ".$post_table." WHERE post_id = %d", array($master_post_id));
|
|
| 2632 | + $data = (array) $wpdb->get_row($query); |
|
| 2633 | 2633 | |
| 2634 | - if ( !empty( $data ) ) {
|
|
| 2634 | + if (!empty($data)) {
|
|
| 2635 | 2635 | $data['post_id'] = $tr_post_id; |
| 2636 | - unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type . 'category']); |
|
| 2636 | + unset($data['default_category'], $data['marker_json'], $data['featured_image'], $data[$post_type.'category']); |
|
| 2637 | 2637 | $wpdb->update($post_table, $data, array('post_id' => $tr_post_id));
|
| 2638 | 2638 | return true; |
| 2639 | 2639 | } |
@@ -2658,7 +2658,7 @@ discard block |
||
| 2658 | 2658 | global $sitepress, $wpdb; |
| 2659 | 2659 | $post_type = get_post_type($master_post_id); |
| 2660 | 2660 | |
| 2661 | - remove_filter('get_term', array($sitepress,'get_term_adjust_id')); // AVOID filtering to current language
|
|
| 2661 | + remove_filter('get_term', array($sitepress, 'get_term_adjust_id')); // AVOID filtering to current language
|
|
| 2662 | 2662 | |
| 2663 | 2663 | $taxonomies = get_object_taxonomies($post_type); |
| 2664 | 2664 | foreach ($taxonomies as $taxonomy) {
|
@@ -2667,9 +2667,9 @@ discard block |
||
| 2667 | 2667 | |
| 2668 | 2668 | if ($terms) {
|
| 2669 | 2669 | foreach ($terms as $term) {
|
| 2670 | - $tr_id = apply_filters( 'translate_object_id',$term->term_id, $taxonomy, false, $lang); |
|
| 2670 | + $tr_id = apply_filters('translate_object_id', $term->term_id, $taxonomy, false, $lang);
|
|
| 2671 | 2671 | |
| 2672 | - if (!is_null($tr_id)){
|
|
| 2672 | + if (!is_null($tr_id)) {
|
|
| 2673 | 2673 | // not using get_term - unfiltered get_term |
| 2674 | 2674 | $translated_term = $wpdb->get_row($wpdb->prepare("
|
| 2675 | 2675 | SELECT * FROM {$wpdb->terms} t JOIN {$wpdb->term_taxonomy} x ON x.term_id = t.term_id WHERE t.term_id = %d AND x.taxonomy = %s", $tr_id, $taxonomy));
|
@@ -2678,14 +2678,14 @@ discard block |
||
| 2678 | 2678 | } |
| 2679 | 2679 | } |
| 2680 | 2680 | |
| 2681 | - if (!is_taxonomy_hierarchical($taxonomy)){
|
|
| 2682 | - $terms_array = array_unique( array_map( 'intval', $terms_array ) ); |
|
| 2681 | + if (!is_taxonomy_hierarchical($taxonomy)) {
|
|
| 2682 | + $terms_array = array_unique(array_map('intval', $terms_array));
|
|
| 2683 | 2683 | } |
| 2684 | 2684 | |
| 2685 | 2685 | wp_set_post_terms($tr_post_id, $terms_array, $taxonomy); |
| 2686 | 2686 | |
| 2687 | - if ($taxonomy == $post_type . 'category') {
|
|
| 2688 | - geodir_set_postcat_structure($tr_post_id, $post_type . 'category'); |
|
| 2687 | + if ($taxonomy == $post_type.'category') {
|
|
| 2688 | + geodir_set_postcat_structure($tr_post_id, $post_type.'category'); |
|
| 2689 | 2689 | } |
| 2690 | 2690 | } |
| 2691 | 2691 | } |
@@ -2706,15 +2706,15 @@ discard block |
||
| 2706 | 2706 | function geodir_icl_duplicate_post_images($master_post_id, $tr_post_id, $lang) {
|
| 2707 | 2707 | global $wpdb; |
| 2708 | 2708 | |
| 2709 | - $query = $wpdb->prepare("DELETE FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id));
|
|
| 2709 | + $query = $wpdb->prepare("DELETE FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d", array('%image%', $tr_post_id));
|
|
| 2710 | 2710 | $wpdb->query($query); |
| 2711 | 2711 | |
| 2712 | - $query = $wpdb->prepare("SELECT * FROM " . GEODIR_ATTACHMENT_TABLE . " WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC", array('%image%', $master_post_id));
|
|
| 2712 | + $query = $wpdb->prepare("SELECT * FROM ".GEODIR_ATTACHMENT_TABLE." WHERE mime_type like %s AND post_id = %d ORDER BY menu_order ASC", array('%image%', $master_post_id));
|
|
| 2713 | 2713 | $post_images = $wpdb->get_results($query); |
| 2714 | 2714 | |
| 2715 | - if ( !empty( $post_images ) ) {
|
|
| 2716 | - foreach ( $post_images as $post_image) {
|
|
| 2717 | - $image_data = (array)$post_image; |
|
| 2715 | + if (!empty($post_images)) {
|
|
| 2716 | + foreach ($post_images as $post_image) {
|
|
| 2717 | + $image_data = (array) $post_image; |
|
| 2718 | 2718 | unset($image_data['ID']); |
| 2719 | 2719 | $image_data['post_id'] = $tr_post_id; |
| 2720 | 2720 | |
@@ -2747,13 +2747,13 @@ discard block |
||
| 2747 | 2747 | function geodir_wpml_duplicate_post_review($master_comment_id, $master_post_id, $tr_post_id, $lang) {
|
| 2748 | 2748 | global $wpdb, $plugin_prefix, $sitepress; |
| 2749 | 2749 | |
| 2750 | - $review = $wpdb->get_row($wpdb->prepare("SELECT * FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_id=%d ORDER BY id ASC", $master_comment_id), ARRAY_A);
|
|
| 2750 | + $review = $wpdb->get_row($wpdb->prepare("SELECT * FROM ".GEODIR_REVIEW_TABLE." WHERE comment_id=%d ORDER BY id ASC", $master_comment_id), ARRAY_A);
|
|
| 2751 | 2751 | |
| 2752 | 2752 | if (empty($review)) {
|
| 2753 | 2753 | return false; |
| 2754 | 2754 | } |
| 2755 | 2755 | if ($review['post_id'] != $master_post_id) {
|
| 2756 | - $wpdb->query($wpdb->prepare("UPDATE " . GEODIR_REVIEW_TABLE . " SET post_id=%d WHERE comment_id=%d", $master_post_id, $master_comment_id));
|
|
| 2756 | + $wpdb->query($wpdb->prepare("UPDATE ".GEODIR_REVIEW_TABLE." SET post_id=%d WHERE comment_id=%d", $master_post_id, $master_comment_id));
|
|
| 2757 | 2757 | geodir_update_postrating($master_post_id, $post_type); |
| 2758 | 2758 | } |
| 2759 | 2759 | |
@@ -2764,9 +2764,9 @@ discard block |
||
| 2764 | 2764 | } |
| 2765 | 2765 | |
| 2766 | 2766 | $post_type = get_post_type($master_post_id); |
| 2767 | - $post_table = $plugin_prefix . $post_type . '_detail'; |
|
| 2767 | + $post_table = $plugin_prefix.$post_type.'_detail'; |
|
| 2768 | 2768 | |
| 2769 | - $translated_post = $wpdb->get_row($wpdb->prepare("SELECT post_title, post_latitude, post_longitude, post_city, post_region, post_country FROM " . $post_table . " WHERE post_id = %d", $tr_post_id), ARRAY_A);
|
|
| 2769 | + $translated_post = $wpdb->get_row($wpdb->prepare("SELECT post_title, post_latitude, post_longitude, post_city, post_region, post_country FROM ".$post_table." WHERE post_id = %d", $tr_post_id), ARRAY_A);
|
|
| 2770 | 2770 | if (empty($translated_post)) {
|
| 2771 | 2771 | return false; |
| 2772 | 2772 | } |
@@ -2784,7 +2784,7 @@ discard block |
||
| 2784 | 2784 | unset($review['id']); |
| 2785 | 2785 | } |
| 2786 | 2786 | |
| 2787 | - $tr_review_id = $wpdb->get_var($wpdb->prepare("SELECT id FROM " . GEODIR_REVIEW_TABLE . " WHERE comment_id=%d AND post_id=%d ORDER BY id ASC", $tr_comment_id, $tr_post_id));
|
|
| 2787 | + $tr_review_id = $wpdb->get_var($wpdb->prepare("SELECT id FROM ".GEODIR_REVIEW_TABLE." WHERE comment_id=%d AND post_id=%d ORDER BY id ASC", $tr_comment_id, $tr_post_id));
|
|
| 2788 | 2788 | |
| 2789 | 2789 | if ($tr_review_id) { // update review
|
| 2790 | 2790 | $wpdb->update(GEODIR_REVIEW_TABLE, $review, array('id' => $tr_review_id));
|
@@ -2797,8 +2797,8 @@ discard block |
||
| 2797 | 2797 | geodir_update_postrating($tr_post_id, $post_type); |
| 2798 | 2798 | |
| 2799 | 2799 | if (defined('GEODIRREVIEWRATING_VERSION') && get_option('geodir_reviewrating_enable_review') && $sitepress->get_setting('sync_comments_on_duplicates')) {
|
| 2800 | - $wpdb->query($wpdb->prepare("DELETE FROM " . GEODIR_COMMENTS_REVIEWS_TABLE . " WHERE comment_id = %d", array($tr_comment_id)));
|
|
| 2801 | - $likes = $wpdb->get_results($wpdb->prepare("SELECT * FROM " . GEODIR_COMMENTS_REVIEWS_TABLE . " WHERE comment_id=%d ORDER BY like_date ASC", $master_comment_id, $tr_post_id), ARRAY_A);
|
|
| 2800 | + $wpdb->query($wpdb->prepare("DELETE FROM ".GEODIR_COMMENTS_REVIEWS_TABLE." WHERE comment_id = %d", array($tr_comment_id)));
|
|
| 2801 | + $likes = $wpdb->get_results($wpdb->prepare("SELECT * FROM ".GEODIR_COMMENTS_REVIEWS_TABLE." WHERE comment_id=%d ORDER BY like_date ASC", $master_comment_id, $tr_post_id), ARRAY_A);
|
|
| 2802 | 2802 | |
| 2803 | 2803 | if (!empty($likes)) {
|
| 2804 | 2804 | foreach ($likes as $like) {
|
@@ -2900,7 +2900,7 @@ discard block |
||
| 2900 | 2900 | * @return bool True if review star disabled, otherwise false. |
| 2901 | 2901 | */ |
| 2902 | 2902 | function geodir_rating_disabled_post_types() {
|
| 2903 | - $post_types = get_option( 'geodir_disable_rating_cpt' ); |
|
| 2903 | + $post_types = get_option('geodir_disable_rating_cpt');
|
|
| 2904 | 2904 | |
| 2905 | 2905 | /** |
| 2906 | 2906 | * Filter the post types array which have rating disabled. |
@@ -2909,7 +2909,7 @@ discard block |
||
| 2909 | 2909 | * |
| 2910 | 2910 | * @param array $post_types Array of post types which have rating starts disabled. |
| 2911 | 2911 | */ |
| 2912 | - return apply_filters( 'geodir_rating_disabled_post_types', $post_types ); |
|
| 2912 | + return apply_filters('geodir_rating_disabled_post_types', $post_types);
|
|
| 2913 | 2913 | } |
| 2914 | 2914 | |
| 2915 | 2915 | /** |
@@ -2921,30 +2921,30 @@ discard block |
||
| 2921 | 2921 | * @param bool $taxonomy Whether $post_type is taxonomy or not. |
| 2922 | 2922 | * @return bool True if review star disabled, otherwise false. |
| 2923 | 2923 | */ |
| 2924 | -function geodir_cpt_has_rating_disabled( $post_type = '', $taxonomy = false ) {
|
|
| 2924 | +function geodir_cpt_has_rating_disabled($post_type = '', $taxonomy = false) {
|
|
| 2925 | 2925 | $post_types = geodir_rating_disabled_post_types(); |
| 2926 | 2926 | |
| 2927 | - if ( empty( $post_types ) ) {
|
|
| 2927 | + if (empty($post_types)) {
|
|
| 2928 | 2928 | return false; |
| 2929 | 2929 | } |
| 2930 | 2930 | |
| 2931 | - if ( is_int( $post_type ) ) {
|
|
| 2932 | - $post_type = get_post_type( $post_type ); |
|
| 2931 | + if (is_int($post_type)) {
|
|
| 2932 | + $post_type = get_post_type($post_type); |
|
| 2933 | 2933 | } |
| 2934 | 2934 | |
| 2935 | - if ( $taxonomy && !empty( $post_types ) ) {
|
|
| 2935 | + if ($taxonomy && !empty($post_types)) {
|
|
| 2936 | 2936 | $posttypes = array(); |
| 2937 | 2937 | |
| 2938 | - foreach ( $post_types as $posttype ) {
|
|
| 2939 | - $posttypes[] = $posttype . 'category'; |
|
| 2940 | - $posttypes[] = $posttype . '_tags'; |
|
| 2938 | + foreach ($post_types as $posttype) {
|
|
| 2939 | + $posttypes[] = $posttype.'category'; |
|
| 2940 | + $posttypes[] = $posttype.'_tags'; |
|
| 2941 | 2941 | } |
| 2942 | 2942 | |
| 2943 | 2943 | $post_types = $posttypes; |
| 2944 | 2944 | } |
| 2945 | 2945 | |
| 2946 | 2946 | $return = false; |
| 2947 | - if ( $post_type != '' && !empty( $post_types ) && in_array( $post_type, $post_types ) ) {
|
|
| 2947 | + if ($post_type != '' && !empty($post_types) && in_array($post_type, $post_types)) {
|
|
| 2948 | 2948 | $return = true; |
| 2949 | 2949 | } |
| 2950 | 2950 | |
@@ -2959,7 +2959,7 @@ discard block |
||
| 2959 | 2959 | * @return bool True if Yoast SEO disabled on GD pages. |
| 2960 | 2960 | */ |
| 2961 | 2961 | function geodir_disable_yoast_seo_metas() {
|
| 2962 | - return (bool)get_option( 'geodir_disable_yoast_meta' ); |
|
| 2962 | + return (bool) get_option('geodir_disable_yoast_meta');
|
|
| 2963 | 2963 | } |
| 2964 | 2964 | |
| 2965 | 2965 | /** |
@@ -2970,24 +2970,24 @@ discard block |
||
| 2970 | 2970 | * @param int $post_id The post ID. |
| 2971 | 2971 | * @return bool True if allowed. |
| 2972 | 2972 | */ |
| 2973 | -function geodir_wpml_allowed_to_duplicate( $post_id ) {
|
|
| 2973 | +function geodir_wpml_allowed_to_duplicate($post_id) {
|
|
| 2974 | 2974 | $allowed = false; |
| 2975 | 2975 | |
| 2976 | - if ( !geodir_is_wpml() || empty( $post_id ) ) {
|
|
| 2976 | + if (!geodir_is_wpml() || empty($post_id)) {
|
|
| 2977 | 2977 | return $allowed; |
| 2978 | 2978 | } |
| 2979 | 2979 | |
| 2980 | - $user_id = (int)get_current_user_id(); |
|
| 2980 | + $user_id = (int) get_current_user_id(); |
|
| 2981 | 2981 | |
| 2982 | - if ( empty( $user_id ) ) {
|
|
| 2982 | + if (empty($user_id)) {
|
|
| 2983 | 2983 | return $allowed; |
| 2984 | 2984 | } |
| 2985 | 2985 | |
| 2986 | - if ( !is_post_type_translated( get_post_type( $post_id ) ) || get_post_meta( $post_id, '_icl_lang_duplicate_of', true ) ) {
|
|
| 2986 | + if (!is_post_type_translated(get_post_type($post_id)) || get_post_meta($post_id, '_icl_lang_duplicate_of', true)) {
|
|
| 2987 | 2987 | return $allowed; |
| 2988 | 2988 | } |
| 2989 | 2989 | |
| 2990 | - if ( geodir_listing_belong_to_current_user( $post_id ) ) {
|
|
| 2990 | + if (geodir_listing_belong_to_current_user($post_id)) {
|
|
| 2991 | 2991 | $allowed = true; |
| 2992 | 2992 | } |
| 2993 | 2993 | |
@@ -2997,7 +2997,7 @@ discard block |
||
| 2997 | 2997 | * @param bool $allowed True if allowed. |
| 2998 | 2998 | * @param int $post_id The post ID. |
| 2999 | 2999 | */ |
| 3000 | - return apply_filters( 'geodir_wpml_allowed_to_duplicate', $allowed, $post_id ); |
|
| 3000 | + return apply_filters('geodir_wpml_allowed_to_duplicate', $allowed, $post_id);
|
|
| 3001 | 3001 | } |
| 3002 | 3002 | |
| 3003 | 3003 | /** |
@@ -3012,61 +3012,61 @@ discard block |
||
| 3012 | 3012 | * @param string $content_html The output html of the geodir_edit_post_link() function. |
| 3013 | 3013 | * @return string Filtered html of the geodir_edit_post_link() function. |
| 3014 | 3014 | */ |
| 3015 | -function geodir_wpml_frontend_duplicate_listing( $content_html ) {
|
|
| 3015 | +function geodir_wpml_frontend_duplicate_listing($content_html) {
|
|
| 3016 | 3016 | global $post, $preview, $sitepress; |
| 3017 | 3017 | |
| 3018 | - if ( !empty( $post->ID ) && !$preview && geodir_is_page( 'detail' ) && geodir_wpml_allowed_to_duplicate( $post->ID ) ) {
|
|
| 3018 | + if (!empty($post->ID) && !$preview && geodir_is_page('detail') && geodir_wpml_allowed_to_duplicate($post->ID)) {
|
|
| 3019 | 3019 | $post_id = $post->ID; |
| 3020 | - $element_type = 'post_' . get_post_type( $post_id ); |
|
| 3021 | - $original_post_id = $sitepress->get_original_element_id( $post_id, $element_type ); |
|
| 3020 | + $element_type = 'post_'.get_post_type($post_id); |
|
| 3021 | + $original_post_id = $sitepress->get_original_element_id($post_id, $element_type); |
|
| 3022 | 3022 | |
| 3023 | - if ( $original_post_id == $post_id ) {
|
|
| 3023 | + if ($original_post_id == $post_id) {
|
|
| 3024 | 3024 | $wpml_languages = $sitepress->get_active_languages(); |
| 3025 | - $post_language = $sitepress->get_language_for_element( $post_id, $element_type ); |
|
| 3025 | + $post_language = $sitepress->get_language_for_element($post_id, $element_type); |
|
| 3026 | 3026 | |
| 3027 | - if ( !empty( $wpml_languages ) && isset( $wpml_languages[ $post_language ] ) ) {
|
|
| 3028 | - unset( $wpml_languages[ $post_language ] ); |
|
| 3027 | + if (!empty($wpml_languages) && isset($wpml_languages[$post_language])) {
|
|
| 3028 | + unset($wpml_languages[$post_language]); |
|
| 3029 | 3029 | } |
| 3030 | 3030 | |
| 3031 | - if ( !empty( $wpml_languages ) ) {
|
|
| 3032 | - $trid = $sitepress->get_element_trid( $post_id, $element_type ); |
|
| 3033 | - $element_translations = $sitepress->get_element_translations( $trid, $element_type ); |
|
| 3034 | - $duplicates = $sitepress->get_duplicates( $post_id ); |
|
| 3031 | + if (!empty($wpml_languages)) {
|
|
| 3032 | + $trid = $sitepress->get_element_trid($post_id, $element_type); |
|
| 3033 | + $element_translations = $sitepress->get_element_translations($trid, $element_type); |
|
| 3034 | + $duplicates = $sitepress->get_duplicates($post_id); |
|
| 3035 | 3035 | |
| 3036 | - $wpml_content = '<div class="geodir-company_info gd-detail-duplicate"><h3 class="widget-title">' . __( 'Translate Listing', 'geodirectory' ) . '</h3>'; |
|
| 3036 | + $wpml_content = '<div class="geodir-company_info gd-detail-duplicate"><h3 class="widget-title">'.__('Translate Listing', 'geodirectory').'</h3>';
|
|
| 3037 | 3037 | $wpml_content .= '<table class="gd-duplicate-table" style="width:100%;margin:0"><tbody>'; |
| 3038 | - $wpml_content .= '<tr style="border-bottom:solid 1px #efefef"><th style="padding:0 2px 2px 2px">' . __( 'Language', 'geodirectory' ) . '</th><th style="width:25px;"></th><th style="width:5em;text-align:center">' . __( 'Translate', 'geodirectory' ) . '</th></tr>'; |
|
| 3038 | + $wpml_content .= '<tr style="border-bottom:solid 1px #efefef"><th style="padding:0 2px 2px 2px">'.__('Language', 'geodirectory').'</th><th style="width:25px;"></th><th style="width:5em;text-align:center">'.__('Translate', 'geodirectory').'</th></tr>';
|
|
| 3039 | 3039 | |
| 3040 | 3040 | $needs_translation = false; |
| 3041 | 3041 | |
| 3042 | - foreach ( $wpml_languages as $lang_code => $lang ) {
|
|
| 3042 | + foreach ($wpml_languages as $lang_code => $lang) {
|
|
| 3043 | 3043 | $duplicates_text = ''; |
| 3044 | 3044 | $translated = false; |
| 3045 | 3045 | |
| 3046 | - if ( !empty( $element_translations ) && isset( $element_translations[$lang_code] ) ) {
|
|
| 3046 | + if (!empty($element_translations) && isset($element_translations[$lang_code])) {
|
|
| 3047 | 3047 | $translated = true; |
| 3048 | 3048 | |
| 3049 | - if ( !empty( $duplicates ) && isset( $duplicates[$lang_code] ) ) {
|
|
| 3050 | - $duplicates_text = ' ' . __( '(duplicate)', 'geodirectory' ); |
|
| 3049 | + if (!empty($duplicates) && isset($duplicates[$lang_code])) {
|
|
| 3050 | + $duplicates_text = ' '.__('(duplicate)', 'geodirectory');
|
|
| 3051 | 3051 | } |
| 3052 | 3052 | } else {
|
| 3053 | 3053 | $needs_translation = true; |
| 3054 | 3054 | } |
| 3055 | 3055 | |
| 3056 | - $wpml_content .= '<tr><td style="padding:4px">' . $lang['english_name'] . $duplicates_text . '</td><td> </td><td style="text-align:center;">'; |
|
| 3056 | + $wpml_content .= '<tr><td style="padding:4px">'.$lang['english_name'].$duplicates_text.'</td><td> </td><td style="text-align:center;">'; |
|
| 3057 | 3057 | |
| 3058 | - if ( $translated ) {
|
|
| 3058 | + if ($translated) {
|
|
| 3059 | 3059 | $wpml_content .= '<i class="fa fa-check" style="color:orange"></i>'; |
| 3060 | 3060 | } else {
|
| 3061 | - $wpml_content .= '<input name="gd_icl_dup[]" value="' . $lang_code . '" title="' . esc_attr__( 'Create duplicate', 'geodirectory' ) . '" type="checkbox">'; |
|
| 3061 | + $wpml_content .= '<input name="gd_icl_dup[]" value="'.$lang_code.'" title="'.esc_attr__('Create duplicate', 'geodirectory').'" type="checkbox">';
|
|
| 3062 | 3062 | } |
| 3063 | 3063 | |
| 3064 | 3064 | $wpml_content .= '</td></tr>'; |
| 3065 | 3065 | } |
| 3066 | 3066 | |
| 3067 | - if ( $needs_translation ) {
|
|
| 3068 | - $nonce = wp_create_nonce( 'geodir_duplicate_nonce' ); |
|
| 3069 | - $wpml_content .= '<tr><td> </td><td style="vertical-align:middle;padding-top:13px"><i style="display:none" class="fa fa-spin fa-refresh"></i></td><td style="padding:15px 3px 3px 3px;text-align:right"><button data-nonce="' . esc_attr( $nonce ) . '" data-post-id="' . $post_id . '" id="gd_make_duplicates" class="button-secondary">' . __( 'Duplicate', 'geodirectory' ) . '</button></td></tr>'; |
|
| 3067 | + if ($needs_translation) {
|
|
| 3068 | + $nonce = wp_create_nonce('geodir_duplicate_nonce');
|
|
| 3069 | + $wpml_content .= '<tr><td> </td><td style="vertical-align:middle;padding-top:13px"><i style="display:none" class="fa fa-spin fa-refresh"></i></td><td style="padding:15px 3px 3px 3px;text-align:right"><button data-nonce="'.esc_attr($nonce).'" data-post-id="'.$post_id.'" id="gd_make_duplicates" class="button-secondary">'.__('Duplicate', 'geodirectory').'</button></td></tr>';
|
|
| 3070 | 3070 | } |
| 3071 | 3071 | |
| 3072 | 3072 | $wpml_content .= '</tbody></table>'; |
@@ -44,7 +44,7 @@ discard block |
||
| 44 | 44 | */ |
| 45 | 45 | function geodir_on_wp() |
| 46 | 46 | {
|
| 47 | - if(geodir_is_page('login')) {
|
|
| 47 | + if (geodir_is_page('login')) {
|
|
| 48 | 48 | geodir_user_signup(); |
| 49 | 49 | } |
| 50 | 50 | |
@@ -83,12 +83,12 @@ discard block |
||
| 83 | 83 | * @since 1.0.0 |
| 84 | 84 | * @package GeoDirectory |
| 85 | 85 | */ |
| 86 | - include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php'); |
|
| 86 | + include_once(geodir_plugin_path().'/geodirectory-functions/map-functions/get_markers.php'); |
|
| 87 | 87 | die; |
| 88 | 88 | } |
| 89 | 89 | |
| 90 | - if ( class_exists( 'WPSEO_Frontend' ) && !is_admin() ) {
|
|
| 91 | - add_action( 'template_redirect', 'geodir_remove_yoast_seo_metas' ); |
|
| 90 | + if (class_exists('WPSEO_Frontend') && !is_admin()) {
|
|
| 91 | + add_action('template_redirect', 'geodir_remove_yoast_seo_metas');
|
|
| 92 | 92 | } |
| 93 | 93 | } |
| 94 | 94 | |
@@ -106,7 +106,7 @@ discard block |
||
| 106 | 106 | * @todo check if nonce is required here and if so add one. |
| 107 | 107 | */ |
| 108 | 108 | function geodir_ajax_handler() {
|
| 109 | - global $wpdb, $gd_session,$post; |
|
| 109 | + global $wpdb, $gd_session, $post; |
|
| 110 | 110 | |
| 111 | 111 | if (isset($_REQUEST['gd_listing_view']) && $_REQUEST['gd_listing_view'] != '') {
|
| 112 | 112 | $gd_session->set('gd_listing_view', $_REQUEST['gd_listing_view']);
|
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | * @since 1.0.0 |
| 129 | 129 | * @package GeoDirectory |
| 130 | 130 | */ |
| 131 | - include_once(geodir_plugin_path() . '/geodirectory-admin/geodir_admin_ajax.php'); |
|
| 131 | + include_once(geodir_plugin_path().'/geodirectory-admin/geodir_admin_ajax.php'); |
|
| 132 | 132 | } else {
|
| 133 | 133 | wp_redirect(geodir_login_url()); |
| 134 | 134 | gd_die(); |
@@ -153,7 +153,7 @@ discard block |
||
| 153 | 153 | * @param string $posttype The post type to insert. |
| 154 | 154 | * @param string $datatype The type of dummy data to insert. |
| 155 | 155 | */ |
| 156 | - do_action('geodir_delete_dummy_posts' ,sanitize_key($_REQUEST['posttype']),$datatype);
|
|
| 156 | + do_action('geodir_delete_dummy_posts', sanitize_key($_REQUEST['posttype']), $datatype);
|
|
| 157 | 157 | break; |
| 158 | 158 | case "geodir_dummy_insert" : |
| 159 | 159 | if (!wp_verify_nonce($_REQUEST['_wpnonce'], 'geodir_dummy_posts_insert_noncename')) |
@@ -165,7 +165,7 @@ discard block |
||
| 165 | 165 | $city_bound_lat2 = $_REQUEST['city_bound_lat2']; |
| 166 | 166 | $city_bound_lng2 = $_REQUEST['city_bound_lng2']; |
| 167 | 167 | |
| 168 | - if (isset($_REQUEST['posttype'])){
|
|
| 168 | + if (isset($_REQUEST['posttype'])) {
|
|
| 169 | 169 | /** |
| 170 | 170 | * Used to insert the dummy post data per post type. |
| 171 | 171 | * |
@@ -176,7 +176,7 @@ discard block |
||
| 176 | 176 | * @param string $datatype The type of dummy data to insert. |
| 177 | 177 | * @param int $post_index The item number to insert. |
| 178 | 178 | */ |
| 179 | - do_action('geodir_insert_dummy_posts',sanitize_key($_REQUEST['posttype']),sanitize_key($_REQUEST['datatype']),absint($_REQUEST['insert_dummy_post_index']));
|
|
| 179 | + do_action('geodir_insert_dummy_posts', sanitize_key($_REQUEST['posttype']), sanitize_key($_REQUEST['datatype']), absint($_REQUEST['insert_dummy_post_index']));
|
|
| 180 | 180 | } |
| 181 | 181 | |
| 182 | 182 | |
@@ -193,7 +193,7 @@ discard block |
||
| 193 | 193 | if ($_REQUEST['popuptype'] == 'b_send_inquiry' || $_REQUEST['popuptype'] == 'b_sendtofriend') {
|
| 194 | 194 | $template = locate_template(array("geodirectory/popup-forms.php"));
|
| 195 | 195 | if (!$template) {
|
| 196 | - $template = geodir_plugin_path() . '/geodirectory-templates/popup-forms.php'; |
|
| 196 | + $template = geodir_plugin_path().'/geodirectory-templates/popup-forms.php'; |
|
| 197 | 197 | } |
| 198 | 198 | require_once($template); |
| 199 | 199 | } |
@@ -212,17 +212,17 @@ discard block |
||
| 212 | 212 | * @since 1.0.0 |
| 213 | 213 | * @package GeoDirectory |
| 214 | 214 | */ |
| 215 | - include_once(geodir_plugin_path() . '/geodirectory-functions/map-functions/get_markers.php'); |
|
| 215 | + include_once(geodir_plugin_path().'/geodirectory-functions/map-functions/get_markers.php'); |
|
| 216 | 216 | } |
| 217 | 217 | |
| 218 | 218 | if (isset($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'favorite') {
|
| 219 | 219 | if (is_user_logged_in()) {
|
| 220 | 220 | switch ($_REQUEST['ajax_action']): |
| 221 | 221 | case "add" : |
| 222 | - geodir_add_to_favorite((int)$_REQUEST['pid']); |
|
| 222 | + geodir_add_to_favorite((int) $_REQUEST['pid']); |
|
| 223 | 223 | break; |
| 224 | 224 | case "remove" : |
| 225 | - geodir_remove_from_favorite((int)$_REQUEST['pid']); |
|
| 225 | + geodir_remove_from_favorite((int) $_REQUEST['pid']); |
|
| 226 | 226 | break; |
| 227 | 227 | endswitch; |
| 228 | 228 | } else {
|
@@ -235,7 +235,7 @@ discard block |
||
| 235 | 235 | |
| 236 | 236 | $is_current_user_owner = true; |
| 237 | 237 | if (isset($_REQUEST['pid']) && $_REQUEST['pid'] != '') {
|
| 238 | - $is_current_user_owner = geodir_listing_belong_to_current_user((int)$_REQUEST['pid']); |
|
| 238 | + $is_current_user_owner = geodir_listing_belong_to_current_user((int) $_REQUEST['pid']); |
|
| 239 | 239 | } |
| 240 | 240 | |
| 241 | 241 | $request = $gd_session->get('listing');
|
@@ -346,7 +346,7 @@ discard block |
||
| 346 | 346 | * @since 1.0.0 |
| 347 | 347 | * @package GeoDirectory |
| 348 | 348 | */ |
| 349 | - include_once(geodir_plugin_path() . '/geodirectory-functions/geodirectory_reg.php'); |
|
| 349 | + include_once(geodir_plugin_path().'/geodirectory-functions/geodirectory_reg.php'); |
|
| 350 | 350 | } |
| 351 | 351 | |
| 352 | 352 | if (isset($_REQUEST['ajax_action']) && $_REQUEST['ajax_action'] == 'geodir_get_term_list') {
|
@@ -373,37 +373,37 @@ discard block |
||
| 373 | 373 | exit(); |
| 374 | 374 | } |
| 375 | 375 | |
| 376 | - if ( !empty($_REQUEST['geodir_ajax'] ) && $_REQUEST['geodir_ajax'] == 'duplicate' && geodir_is_wpml() ) {
|
|
| 377 | - if ( !empty( $_REQUEST['_nonce'] ) && wp_verify_nonce( $_REQUEST['_nonce'], 'geodir_duplicate_nonce' ) ) {
|
|
| 376 | + if (!empty($_REQUEST['geodir_ajax']) && $_REQUEST['geodir_ajax'] == 'duplicate' && geodir_is_wpml()) {
|
|
| 377 | + if (!empty($_REQUEST['_nonce']) && wp_verify_nonce($_REQUEST['_nonce'], 'geodir_duplicate_nonce')) {
|
|
| 378 | 378 | $json = array(); |
| 379 | 379 | $json['success'] = false; |
| 380 | 380 | |
| 381 | - $post_id = !empty( $_REQUEST['post_id'] ) ? absint( $_REQUEST['post_id'] ) : 0; |
|
| 382 | - $langs = !empty( $_REQUEST['dups'] ) ? explode( ',', sanitize_text_field( $_REQUEST['dups'] ) ) : array(); |
|
| 381 | + $post_id = !empty($_REQUEST['post_id']) ? absint($_REQUEST['post_id']) : 0; |
|
| 382 | + $langs = !empty($_REQUEST['dups']) ? explode(',', sanitize_text_field($_REQUEST['dups'])) : array();
|
|
| 383 | 383 | |
| 384 | - if ( !empty( $post_id ) && !empty( $langs ) ) {
|
|
| 385 | - if ( geodir_wpml_allowed_to_duplicate( $post_id ) ) {
|
|
| 384 | + if (!empty($post_id) && !empty($langs)) {
|
|
| 385 | + if (geodir_wpml_allowed_to_duplicate($post_id)) {
|
|
| 386 | 386 | global $sitepress; |
| 387 | 387 | |
| 388 | - $element_type = 'post_' . get_post_type( $post_id ); |
|
| 389 | - $master_post_id = $sitepress->get_original_element_id( $post_id, $element_type ); |
|
| 388 | + $element_type = 'post_'.get_post_type($post_id); |
|
| 389 | + $master_post_id = $sitepress->get_original_element_id($post_id, $element_type); |
|
| 390 | 390 | |
| 391 | - if ( $master_post_id == $post_id ) {
|
|
| 391 | + if ($master_post_id == $post_id) {
|
|
| 392 | 392 | $_REQUEST['icl_ajx_action'] = 'make_duplicates'; |
| 393 | 393 | |
| 394 | - foreach ( $langs as $lang ) {
|
|
| 395 | - $return = $sitepress->make_duplicate( $master_post_id, $lang ); |
|
| 394 | + foreach ($langs as $lang) {
|
|
| 395 | + $return = $sitepress->make_duplicate($master_post_id, $lang); |
|
| 396 | 396 | } |
| 397 | 397 | $json['success'] = true; |
| 398 | 398 | } else {
|
| 399 | - $json['error'] = __( 'Translation can be done from original listing only.', 'geodirectory' ); |
|
| 399 | + $json['error'] = __('Translation can be done from original listing only.', 'geodirectory');
|
|
| 400 | 400 | } |
| 401 | 401 | } else {
|
| 402 | - $json['error'] = __( 'You are not allowed to translate this listing.', 'geodirectory' ); |
|
| 402 | + $json['error'] = __('You are not allowed to translate this listing.', 'geodirectory');
|
|
| 403 | 403 | } |
| 404 | 404 | } |
| 405 | 405 | |
| 406 | - wp_send_json( $json ); |
|
| 406 | + wp_send_json($json); |
|
| 407 | 407 | } |
| 408 | 408 | } |
| 409 | 409 | |
@@ -411,7 +411,7 @@ discard block |
||
| 411 | 411 | } |
| 412 | 412 | |
| 413 | 413 | |
| 414 | -function geodir_show_ga_stats(){
|
|
| 414 | +function geodir_show_ga_stats() {
|
|
| 415 | 415 | if (isset($_REQUEST['ga_start'])) {
|
| 416 | 416 | $ga_start = $_REQUEST['ga_start']; |
| 417 | 417 | } else {
|
@@ -425,9 +425,9 @@ discard block |
||
| 425 | 425 | try {
|
| 426 | 426 | geodir_getGoogleAnalytics($_REQUEST['ga_page'], $ga_start, $ga_end); |
| 427 | 427 | } catch (Exception $e) {
|
| 428 | - geodir_error_log( wp_sprintf( __( 'GD Google Analytics API Error(%s) : %s', 'geodirectory' ), $e->getCode(), $e->getMessage() ) ); |
|
| 428 | + geodir_error_log(wp_sprintf(__('GD Google Analytics API Error(%s) : %s', 'geodirectory'), $e->getCode(), $e->getMessage()));
|
|
| 429 | 429 | } |
| 430 | 430 | die; |
| 431 | 431 | } |
| 432 | -add_action( 'wp_ajax_gdga', 'geodir_show_ga_stats' ); |
|
| 433 | -add_action( 'wp_ajax_nopriv_gdga', 'geodir_show_ga_stats' ); |
|
| 434 | 432 | \ No newline at end of file |
| 433 | +add_action('wp_ajax_gdga', 'geodir_show_ga_stats');
|
|
| 434 | +add_action('wp_ajax_nopriv_gdga', 'geodir_show_ga_stats'); |
|
| 435 | 435 | \ No newline at end of file |